If you want to take screen capture of something happening on your phone screen and save it … Read more
Explore guideLabs
Reproducible
engineering
experiments
Tested environments, procedures, expected output, and the evidence you need to repeat an experiment yourself with confidence.
Real systems. Real results.
Browse by category
Existing library
Continue exploring
Android’s Vendor partition is by default mounted as read only, but if we need to modify some … Read more
Explore guideAndroid’s system partition is by default mounted as read only, but if you are looking to modify … Read more
Explore guideIdentify Activity Name and Start the Activity of Installed App
Identify launcher Activity names and start installed Android apps via ADB shell: run adb shell am start -n com.example.app/.MainActivity.
Explore guideAdb shell command to get Current Activity Name (Foreground / Top Activity )
Find active foreground Android app Activity names via ADB shell: run adb shell dumpsys activity dumpsys window | grep -E "mCurrentFocus|mFocusedApp".
Explore guideWhen we just touched the touchscreen and printed the logs in application using “onTouchEvent” it printed following … Read more
Explore guideHow to Install 7Zip on Ubuntu Linux ?
7-Zip is a file archiver with a high compression ratio. Using 7 zip we can compress the directory … Read more
Explore guideHow to Compress files using 7z in Linux ?
7-Zip is a file archiver with a high compression ratio. Using 7 zip we can compress the directory … Read more
Explore guideDisplay resolution indicates the height and width of the physical display which the android device is using. … Read more
Explore guide