However, a lot of users have reported that this command would work on a rooted device. Additionally, one would need to use ADB as root in order to use the remount command. Syntax: adb remount. Example/Usage: #Boot ADB as root adb root #Use the ADB remount
ADB, Android Debug Bridge, is a command-line utility included with Google’s Android SDK. ADB can control your device over USB from a computer, copy files back and forth, install and uninstall apps, run shell commands, and more.
Alternatively to adb you can also use telnet to connect to the device. This allows you to simulate certain things, e.g. incoming call, change the network connectivity, set your current geocodes, etc. Use "telnet localhost 5554" to connect to you
Post a Comment:
Showing 0 Comments: