Thread: ADB Help
- 11-30-2011, 12:33 PM #1
Itty Bitty Modder
- Join Date
- Nov 2011
- Posts
- 1
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 0
- Uploads
- 0
ADB Help
I have a problem with the LG phone. I have a adb batch file commands as:
adb kill-server
adb root
adb shell reboot
pause
when I run it first time the phone reboot and come back but the second time it will show like following:
C:\R&S\adb>adb kill-server
C:\R&S\adb>adb root
* daemon not running. starting it
* daemon started successfully *
restarting adbd as root
C:\R&S\adb>adb shell reboot
reboot: Operation not permitted
C:\R&S\adb>pause
Press any key to continue . . .
it always behave like that. first time command working and the second time operation not permitted?
- 11-30-2011, 11:15 PM #2
Moved to LG Android sub-forum.
Try using them as separate commands, like this.
Code:$adb shell $ reboot
Remember to be respectful to others, this is a family-friendly forum.
Remember to thank those who have helped you!
Eccentric Vision Development Team
Need a recovery for Motorola Cliq 2



LinkBack URL
About LinkBacks
Reply With Quote
