michaelburns
Lurker
I guess my title says it all. I am just playing around, seeing what all this android stuff is about, but it's difficult when I don't even have access to the file system. successes (in no particular order):
failures (in no particular order):
I just want to backup the default OS on my phone (everything, thus the -all option) before I start installing and purging. Is there a way to do this without having to install some app to grant me permission?
Code:
$ ./adb devices List of devices attached A00000316E8C10 device $ ./adb reboot $ ./adb get-serialno A00000316E8C10 $ ./adb kill-server $ ./adb root restarting adbd as root
Code:
$ ./adb remount remount failed: Operation not permitted $ ./adb backup -all adb: unable to connect for backup $ ./adb shell $ su su: permission denied