April 30th, 2012, 04:16 AM
|
#1 (permalink)
|
|
New Member
Thread Author (OP)
Join Date: Apr 2012
Location: Austin, TX
Posts: 9
Device(s): LG Optimus Q (LGL55C)
Carrier: Not Provided
Thanks: 2
Thanked 1 Time in 1 Post
|
most adb commands fail
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):
Code:
$ ./adb devices List of devices attached A00000316E8C10 device $ ./adb reboot $ ./adb get-serialno A00000316E8C10 $ ./adb kill-server $ ./adb root restarting adbd as root
failures (in no particular order):
Code:
$ ./adb remount remount failed: Operation not permitted $ ./adb backup -all adb: unable to connect for backup $ ./adb shell $ su su: permission denied
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?
|
|
|