what is scratch.img.0000 and how to reduce size of this file
After use ‘adb remount’, there will be a large(11G) file named scratch.img.0000 in /data/gsi/remount.
It seems that this file is used as overlay fs (/mnt/scratch), how to reduce the size of it.
android adb how to send input tap continuous with delay 0s
I want to create a program to auto tap continuous to screen android phone.
How can i adjust android timezone that appears set at OS level?
I’m working on a old Android tablet running 5.1, and the timezone is fixed to Eastern time. I have root/adb access, but not sure how to safely. The setting is disabled in GUI. I only found some instructions over 12 years old on how do this (adb shell) but not thorough enough that i felt confident to follow.
Can an application detect network requests from outside its application without rooting?
context: im building an appblocker application, and i have a foreground service. I would like to detect when the user opens a youtube short, and just redirect user home with a simple redirect_home intent.
adb total number of possible swipes
I have an android program that I want to interact with using adb, the problem is that I wouldn’t know how many swipes are required to go through all elements.