Results 1 to 2 of 2

Thread: ADB Help

  1. #1
    offline 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?

  2. #2
    dlamber7's Avatar
    offline Full of Awesome :)
    Join Date
    Jun 2011
    Location
    Kailua-Kona
    Posts
    418
    Thanks
    112
    Thanked 180 Times in 98 Posts
    Downloads
    1
    Uploads
    0
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •