simple Droid1 FRG83G root script for Mac

This is a discussion on simple Droid1 FRG83G root script for Mac within the Droid Hacks forums, part of the Droid Hacking category; Originally Posted by gnychis Originally Posted by kingj4213 after a scary reboot 'green line up top after power off i had to pull battery' I ...

+ Reply to Thread
Page 4 of 4 FirstFirst ... 2 3 4
Results 31 to 39 of 39

Thread: simple Droid1 FRG83G root script for Mac

  1. Premium Member
    OneTenderRebel's Avatar
    Member #
    53261
    Join Date
    Mar 2010
    Location
    Hampton Falls, NH
    Posts
    3,334
    Liked
    351 times
    Twitter
    JefFullerMyself
    Phone
    Galaxy Nexus
    Premium Member
    #31
    Quote Originally Posted by gnychis View Post
    Quote Originally Posted by kingj4213 View Post
    after a scary reboot 'green line up top after power off i had to pull battery' I know have full root without having to do anything else. thanks a lot i dont know why i have waited a year but this easy root inspired me to do it now to keep my droid usable for even longer.
    great to hear! I strongly suggest install "ROM Manager" from the Market, and using the first option at the top dealing with Recovery. Then make a backup. Good luck!
    plus 1. Backups are your very best friend in the rooting world.
    Anytime someone dares me to walk a mile in their shoes I do it! Because, hey free shoes and I am now a mile away from that person!

    Hatred is by far the ugliest trait any human can possess (think about it)
  2. Droid
    gnychis's Avatar
    Member #
    173874
    Join Date
    Feb 2011
    Posts
    42
    Phone
    Enter Current Phone Model Here
    #32
    for sure, and it's great for being able to switch between ROMs.

    I suspect that this script will actually work for a Droid2 also, but I don't have one to try it out.
  3. Droid Newbie
    scparrish's Avatar
    Member #
    189218
    Join Date
    Apr 2011
    Posts
    1
    Phone
    droid 1
    #33
    I am starting to feel mentally challenged, I have done everything to the t and yet su still does not show up

    this is my whole terminal session

    michael-coyles-computer:~ michaelcoyle$ cd ~/Desktop/root
    michael-coyles-computer:~/Desktop/root michaelcoyle$ ./run.sh
    ./run.sh: line 2: 941 Trace/BPT trap ./adb push psneuter /data/local/tmp >&/dev/null
    Changing permissions...
    ./run.sh: line 4: 943 Trace/BPT trap ./adb shell chmod 0755 /data/local/tmp/psneuter >&/dev/null
    Exploiting system...
    ./run.sh: line 6: 945 Trace/BPT trap ./adb shell /data/local/tmp/psneuter >&/dev/null
    Waiting for device to come back...
    Remounting file system...
    dyld: Symbol not found: ___stack_chk_guard
    Referenced from: /Users/michaelcoyle/Desktop/root/./adb
    Expected in: /usr/lib/libSystem.B.dylib

    ./run.sh: line 10: 948 Trace/BPT trap ./adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
    Installing su...
    dyld: Symbol not found: ___stack_chk_guard
    Referenced from: /Users/michaelcoyle/Desktop/root/./adb
    Expected in: /usr/lib/libSystem.B.dylib

    ./run.sh: line 12: 950 Trace/BPT trap ./adb push su /system/bin
    dyld: Symbol not found: ___stack_chk_guard
    Referenced from: /Users/michaelcoyle/Desktop/root/./adb
    Expected in: /usr/lib/libSystem.B.dylib

    ./run.sh: line 13: 952 Trace/BPT trap ./adb shell chmod 4755 /system/bin/su
    Installing busybox
    dyld: Symbol not found: ___stack_chk_guard
    Referenced from: /Users/michaelcoyle/Desktop/root/./adb
    Expected in: /usr/lib/libSystem.B.dylib

    ./run.sh: line 15: 954 Trace/BPT trap ./adb push busybox /system/bin
    dyld: Symbol not found: ___stack_chk_guard
    Referenced from: /Users/michaelcoyle/Desktop/root/./adb
    Expected in: /usr/lib/libSystem.B.dylib

    ./run.sh: line 16: 956 Trace/BPT trap ./adb shell chmod 4755 /system/bin/busybox
    Installing Superuser Permissions
    dyld: Symbol not found: ___stack_chk_guard
    Referenced from: /Users/michaelcoyle/Desktop/root/./adb
    Expected in: /usr/lib/libSystem.B.dylib

    ./run.sh: line 19: 958 Trace/BPT trap ./adb shell busybox rm -fr /system/app/superuser.apk
    dyld: Symbol not found: ___stack_chk_guard
    Referenced from: /Users/michaelcoyle/Desktop/root/./adb
    Expected in: /usr/lib/libSystem.B.dylib

    ./run.sh: line 20: 960 Trace/BPT trap ./adb push superuser.apk /system/app
    dyld: Symbol not found: ___stack_chk_guard
    Referenced from: /Users/michaelcoyle/Desktop/root/./adb
    Expected in: /usr/lib/libSystem.B.dylib

    ./run.sh: line 21: 962 Trace/BPT trap ./adb shell chmod 0755 /system/app/superuser.apk
    dyld: Symbol not found: ___stack_chk_guard
    Referenced from: /Users/michaelcoyle/Desktop/root/./adb
    Expected in: /usr/lib/libSystem.B.dylib

    ./run.sh: line 22: 964 Trace/BPT trap ./adb shell mv /system/recovery-from-boot.p /system/recovery-from-boot.p.disabled
    Done!
    michael-coyles-computer:~/Desktop/root michaelcoyle$
    Last edited by scparrish; 04-14-2011 at 03:14 PM.
  4. Droid Newbie
    moyawyvern's Avatar
    Member #
    189293
    Join Date
    Apr 2011
    Posts
    1
    Phone
    Motorola Droid 1
    #34
    Thank you so much!!! After Googling my brains out and trying things on my Mac and PC, your method was the only one that worked. Now on to figuring out that whole ROM thing.
  5. Droid
    gnychis's Avatar
    Member #
    173874
    Join Date
    Feb 2011
    Posts
    42
    Phone
    Enter Current Phone Model Here
    #35
    Quote Originally Posted by scparrish View Post
    I am starting to feel mentally challenged, I have done everything to the t and yet su still does not show up

    this is my whole terminal session
    What version of Mac OSX are you running?
  6. apotheosis415's Avatar
    Member #
    14461
    Join Date
    Dec 2009
    Posts
    96
    Liked
    3 times
    Phone
    Enter Current Phone Here
    #36
    Quote Originally Posted by gnychis View Post
    Quote Originally Posted by scparrish View Post
    I am starting to feel mentally challenged, I have done everything to the t and yet su still does not show up

    this is my whole terminal session
    What version of Mac OSX are you running?
    Damn. I got so close. I tried the Cyanogen wiki page at got stuck here:

    Installing SPRecovery with sbf_flash (Linux & OS X)
    Download sbf_flash & the SPRecovery file:
    sbf_flash:
    Linux version: Download
    OS X version: Download
    SPRecovery: Download
    Plug in the Motorola Droid to the computer via USB cable.
    Turn the Motorola Droid off while it is plugged in.
    Turn on the Motorola Droid by holding down Power and Up on the D-pad on the device.
    On the computer, open terminal.
    Type the following commands:
    Linux:
    chmod +x sbf_flash
    ./sbf_flash MC1_A855_1282081087_Recovery-Only_SPRecovery_0.99.3b.sbf
    OS X:
    chmod +x sbf_flash.osx
    ./sbf_flash.osx MC1_A855_1282081087_Recovery-Only_SPRecovery_0.99.3b.sbf
    Watch for the system to reboot (you'll have a couple seconds) and hold down the x key before the Motorola logo displays on the boot screen.

    I downloaded those two files on my macbook pro, fully updated. I placed them on my desktop. I turned on usb mode and debug mode. Ran the first and second code and it seemed to have worked ok.

    udp049699udsesktop benjaminw****n$ chmod +x sbf_flash.osx
    udp049699udsesktop benjaminw****n$ ./sbf_flash.osx MC1_A855_1282081087_Recovery-Only_SPRecovery_0.99.3b.sbf
    SBF FLASH 1.20 (mbm)
    OPTICALDELUSION

    === MC1_A855_1282081087_Recovery-Only_SPRecovery_0.99.3b.sbf ===
    00: RDL03 0x80500000-0x8054CFFF DECE AP
    01: CG47 0xC0A00000-0xC0D5C7FF 02C0 AP

    Bus error

    Then I tried your fix:
    udp049699udsesktop benjaminwa***n$ ./run.sh
    -bash: ./run.sh: No such file or directory
    udp049699udsesktop benjaminwa***n$ cd ~/Desktop/root./run.sh
    -bash: cd: /Users/benjaminwa***n/Desktop/root./run.sh: No such file or directory

    Then I tried reboot and X to wipe data and install. But the update.zip was not update.zip (deprecated) it was just regular old update.zip

    any help would be tremendously appreciated. I'd love to have Cyanogen
  7. Droid
    StevieJ's Avatar
    Member #
    555
    Join Date
    Nov 2009
    Posts
    47
    Phone
    Galaxy Nexus
    #37
    I rooted using your method but now I am getting an error while attempting to install ClockWorkMod Recovery. It says "An error occurred while attempting to run privileged commands!". Do you know what may be causing this?

    I got it to work right after I posted this with a simple reboot. I'm now running CyanogenMod 7! Thanks OP!
    Last edited by StevieJ; 06-25-2011 at 11:56 AM.
  8. Droid Newbie
    CASHMONEY's Avatar
    Member #
    232618
    Join Date
    Nov 2011
    Posts
    2
    Phone
    Enter Current Phone Model Here
    #38

    Smile Worked, then got error

    So first, it was working fine, and all was well. it may have been missing one file but later figured out the problem, then i was going to redo it, and i got this in my terminal window :

    Changing permissions...
    Exploiting system...
    Waiting for device to come back...
    Remounting file system...
    error: device offline
    Installing su...
    error: device offline
    error: device offline
    Installing busybox
    error: device offline
    error: device offline
    Installing Superuser Permissions
    error: device offline
    error: device offline
    error: device offline
    error: device offline
    Done!

    Im not sure why it did this, but please help! installed rom manager when i saw the superuser icon, but it said permissions not accepted or someting along those lines and im not sure what to do now. Thanks -Ed
  9. Droid Newbie
    CASHMONEY's Avatar
    Member #
    232618
    Join Date
    Nov 2011
    Posts
    2
    Phone
    Enter Current Phone Model Here
    #39
    Quote Originally Posted by StevieJ View Post
    I rooted using your method but now I am getting an error while attempting to install ClockWorkMod Recovery. It says "An error occurred while attempting to run privileged commands!". Do you know what may be causing this?

    I got it to work right after I posted this with a simple reboot. I'm now running CyanogenMod 7! Thanks OP!
    i got the same message, so you just reboot and it works a ok?
+ Reply to Thread
Page 4 of 4 FirstFirst ... 2 3 4

Sponsors

Posting Permissions

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

Similar Threads

  1. 2.2.2 with FRG83G - will not ROOT
    By fta in forum Droid Hacks
    Replies: 37
    Last Post: 09-26-2011, 03:22 PM
  2. How to Root Droid1 2.2.2 Build Number FRG83G?
    By Diamond00Eyes in forum Droid Hacks
    Replies: 57
    Last Post: 09-26-2011, 01:07 AM
  3. Nothing will root my droid frg83g 2.2.2
    By martoccio in forum Hacking Help
    Replies: 4
    Last Post: 04-04-2011, 09:12 PM
  4. Replies: 91
    Last Post: 07-14-2010, 01:15 PM
  5. In search of simple script
    By hahn in forum Droid Development
    Replies: 4
    Last Post: 06-21-2010, 12:51 PM

Search tags for this page

droid1 frg83g root easy mac
,

frg83g droid root mac

,

frg83g root

,

frg83g root mac

,
how to root droid frg83g on mac
,
how too root my droid frg83g
,
motorola droid root macintosh frg83g
,
root 2.2.2 on mac
,
root a droid frg83g
,

root droid 1

,

root droid 1 frg83g

,
root droid frg83g linux
,
root droid frg83g mac
,

root frg83g on mac os x

,
root motorola droid 2.2.2 mac os x
Click on a term to search our site for related topics.