[TUTORIAL]Root FRG83(N1) without unlocking bootloader

This is a discussion on [TUTORIAL]Root FRG83(N1) without unlocking bootloader within the Nexus One Development & Hacking forums, part of the Nexus One Development category; Disclaimer I'm NOT RESPONSIBLE OF WHAT HAPPENS TO YOUR PHONE , this is only a recopilation of guides that let me succsessfully root my Nexus ...


Nexus One Forum Nexus One Forum RSS Feed Find us on Facebook Nexus One Twitter
Register Button
Go Back   Nexus One/Nexus S Forum - Google Phone Forum » Nexus One Development » Nexus One Development & Hacking

Nexus One Development & Hacking General area for Nexus One Programming / Development / Hacking

View Poll Results: Have you tried this and worked for you?
I haven't tried yet 22 44.00%
I tried and doesn't worked 4 8.00%
I tried and it worked 24 48.00%
Voters: 50. You may not vote on this poll

Reply
Old 10-02-2010, 06:50 PM   #1
Member
 
killerbender's Avatar
 
Member #8517
Join Date: May 2010
Posts: 91
Phone: Nexus One
Post [TUTORIAL]Root FRG83(N1) without unlocking bootloader

Disclaimer
I'm NOT RESPONSIBLE OF WHAT HAPPENS TO YOUR PHONE, this is only a recopilation of guides that let me succsessfully root my Nexus One.
Original guides can be found here:
1) [ROM] Passion_Google_WWE_2.16.1700.1_FRG33_MFG_Shipment_ ROM - Page 24 - xda-developers
2) [Tutorial] Root Without Unlocking (Alternative way for all ROMs Vodafone,Korean,US) - xda-developers

Credits to
dolomiti7 and stfl at xda-developers.com

READ THE ENTIRE POST BEFORE ROOTING
##

Lets begin
1) Download attached file and unzip it in a folder (in my case I use d:\files\ directory)
2) adb push d:\files\rootnow /data/local/tmp/rootnow
3) adb shell chmod 700 /data/local/tmp/rootnow
4) adb shell
5) Execute exploit (It will automatically close adb shell)
$cd /data/local/tmp
$./rootnow

6) now you should see some info in your adb shell
7)Restart adb
adb kill-server
adb start-server

8) Enter adb shell again
Now you should see root
# (# instead of $)
If you dont see # try steps 5-7 again
9) To preserve root you need to install su and superuser
10) Exit shell
exit
11) Run these commands (in order please)
adb push d:\files\superuser.apk /data/local/tmp/superuser.apk
adb push d:\files\su /data/local/tmp/su
adb push d:\files\busybox /data/local/tmp/busybox
adb shell
cd /data/local/tmp/
chmod 755 busybox
./busybox mount -o remount,rw /dev/block/mtdblock3 /system (thanks matthewdavis)
./busybox cp busybox /system/bin
chmod 4755 /system/bin/busybox
busybox cp superuser.apk /system/app
busybox cp su /system/bin
chmod 4755 /system/bin/su

exit
exit
12) Now you are root
adb shell
su

13) after you executed the su command the Superuser app on your device should ask you for allowance. You should see the "#" prompt again, if you didn't get that try su again
14) Remove unnecessary files
cd /data/local/tmp/
rm busybox
rm su
rm rootnow
rm superuser.apk

15) Exit shell
exit
exit

Now you are root. You can install ClockworkMod Recovery via the RomManager app (search in market), and the Custom Rom of your preference.

Additional note:
If you install ClockworkMod and doesn't stays (is deleted) after reboot try this
1) In your terminal, type "rm /system/etc/install-recovery.sh" and hit Enter
2) In your terminal, type "rm /system/recovery-from-boot.p" and hit Enter
3) Re-install ClockworkMod using RomManager
Attached Files
File Type: zip files.zip (1.05 MB, 489 views)
__________________
Recovery: ClockworkMod 3.0.0.5
ROM: CyanogenMod 7.0.0 RC2

Last edited by killerbender; 10-05-2010 at 05:58 PM.
killerbender is offline   Reply With Quote
Old 10-02-2010, 09:39 PM   #2
Junior Member
 
Member #12093
Join Date: Oct 2010
Posts: 1
Phone: Nexus One
Carrier: Tim
Hi,

At step 11, after CHMOD 755 busybox, when I try ./busybox cp busybox /system/bin I get this error: cp: can't create '/system/bin/busybox': Read-only file system
What should I do?
Thanks
litodj is offline   Reply With Quote
Old 10-02-2010, 09:52 PM   #3
Junior Member
 
Member #11691
Join Date: Sep 2010
Posts: 1
Phone: Nexus One
Carrier: T-Mobile
Quote:
Originally Posted by litodj View Post
Hi,

At step 11, after CHMOD 755 busybox, when I try ./busybox cp busybox /system/bin I get this error: cp: can't create '/system/bin/busybox': Read-only file system
What should I do?
Thanks
I just hit the same problem. This step was left out.

./busybox mount -o remount,rw /dev/block/mtdblock3 /system
matthewdavis is offline   Reply With Quote
Old 10-02-2010, 11:03 PM   #4
Moderator
 
AndroidIsTheTruth's Avatar
 
Member #6376
Join Date: Apr 2010
Location: Austin, TX
Posts: 1,030
Phone: Nexus One
Carrier: AT&T - 10 years strong
Not so easy as the 1 click.
__________________

Neus One and Only
MIUI Stock ROM 0.11.26
Wildmonks Kernel 2.6.35.7_SVS-950mV_CFS_AXI_720p_1152MHz_11110 720p FM Tuner
ROM Manager 2.5.0.7
ClockworkMod Recovery 2.5.1.1
SET CPU 1113 max/960 Battery <30%/883 Temp >41.1c/Screen Off 422
AndroidIsTheTruth is offline   Reply With Quote
Old 10-03-2010, 02:40 AM   #5
Junior Member
 
Member #8231
Join Date: May 2010
Posts: 6
Phone: Nexus One
Carrier: SingTel
what do u mean by execute exploit. How do i do step 5? more detailed please? thanks
firechaos is offline   Reply With Quote
Old 10-03-2010, 03:35 AM   #6
Junior Member
 
Member #8231
Join Date: May 2010
Posts: 6
Phone: Nexus One
Carrier: SingTel
figured it out myself and it works !! also with the help of matthewdavis
firechaos is offline   Reply With Quote
Old 10-03-2010, 07:14 AM   #7
Senior Member
 
Larry's Avatar
 
Member #84
Join Date: Dec 2009
Location: Rio Grande Valley Texas
Posts: 150
Phone: Nexus 1 ~ CM6.1/nightlies
Carrier: T-Mobile
Evidently there is more than one way. I used "1 Click" that doesn't seem to work with the lastest Google rendition.
__________________
Serious Android Fan

Don't see anything in a newer phone that gives me a temptation to leave my Nexus One!
Larry is offline   Reply With Quote
Old 10-03-2010, 11:52 AM   #8
Member
 
killerbender's Avatar
 
Member #8517
Join Date: May 2010
Posts: 91
Phone: Nexus One
Quote:
Originally Posted by AndroidIsTheTruth View Post
Not so easy as the 1 click.
1 click root doesn't work anymore with the latest upgrade (FRG83). The wifi exploit (the method used to grant root access) has been patched.

Quote:
Originally Posted by firechaos View Post
what do u mean by execute exploit. How do i do step 5? more detailed please? thanks
By execute xploit I mean execute the steps
$cd /data/local/tmp
$./rootnow (<-- this is the "exploit" that roots your device)


Quote:
Originally Posted by Larry View Post
Evidently there is more than one way. I used "1 Click" that doesn't seem to work with the lastest Google rendition.
As I mentioned before, the method used by 1 click root has been patched. (his developer had said that he will add this method (rootnow) to new release of 1 click root)
__________________
Recovery: ClockworkMod 3.0.0.5
ROM: CyanogenMod 7.0.0 RC2
killerbender is offline   Reply With Quote
Old 10-03-2010, 12:34 PM   #9
Senior Member
 
Larry's Avatar
 
Member #84
Join Date: Dec 2009
Location: Rio Grande Valley Texas
Posts: 150
Phone: Nexus 1 ~ CM6.1/nightlies
Carrier: T-Mobile
I did get updated and remained rooted by updating using "nightlies". I'm as happy as if I was in my right mind.
__________________
Serious Android Fan

Don't see anything in a newer phone that gives me a temptation to leave my Nexus One!
Larry is offline   Reply With Quote
Old 10-03-2010, 03:21 PM   #10
Member
 
killerbender's Avatar
 
Member #8517
Join Date: May 2010
Posts: 91
Phone: Nexus One
Quote:
Originally Posted by Larry View Post
I did get updated and remained rooted by updating using "nightlies". I'm as happy as if I was in my right mind.
What do you mean by "nightlies"?
killerbender is offline   Reply With Quote
Reply

Lower Navigation
Go Back   Nexus One/Nexus S Forum - Google Phone Forum » Nexus One Development » Nexus One Development & Hacking

Tags
fgr83, root, superuser, without unlock

Divider


Currently Active Users Viewing This Thread: 2 (0 members and 2 guests)
 

Search tags for this page
cp: can't create '/system/xbin/busybox': read-only file system
,
freenexus
,
frg83 nexus one download
,
how to root nexus s4g no pc
,
how to unlock bootloader galaxy s 4g no computer
,
how to unlock google nexus s4g
,
nexus one root password adb shell
,
nexus s 4g root apk
,
nexus s root without computer
,
root apk for nexus s 4g without computer
,
root frg83 android without a computer
,
root galaxy s4g
,

root nexus s 4g without computer

,
root nexus s 4g without pc
,
root nexus s without computer
,

root nexus s without unlocking bootloader

,
unlock bootloader nexus s4g
,
unlock nexus s4g
,
unlock nexus s4g bootloader
,
z4root 2.3.4 download
Click on a term to search our sites for related topics.

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unlocking Bootloader and Warranty Return Abs Nexus One General Discussion 1 07-20-2010 12:47 PM
Pros/Cons of rooting WITHOUT unlocking bootloader? ellesshoo Nexus One Development & Hacking 10 07-12-2010 08:50 PM
Nexus One Rooted w/o unlocking the bootloader iPhoneSlayer Nexus One General Discussion 9 06-23-2010 11:15 AM
Unlocking Bootloader Question lrsone Nexus One Development & Hacking 7 04-15-2010 01:53 AM
problems unlocking bootloader edking4 Nexus One Development & Hacking 8 03-17-2010 12:40 AM