How To: Root Your Phone From Stock FRF91

This is a discussion on How To: Root Your Phone From Stock FRF91 within the Nexus One FAQ & How-To's forums, part of the Nexus One Discussion category; Originally Posted by pc_michael Originally Posted by zyb5000 I have a never before rooted FRF91 and this doesn't work. You need to have your phone ...


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 Discussion » Nexus One FAQ & How-To's

Nexus One FAQ & How-To's Nexus One FAQ This section contains the Nexus One FAQ which are Frequently Asked Questions and Answers and Nexus One How-To's, Nexus One Tips and Nexus One Hacks.

Reply
Old 07-14-2010, 08:11 PM   #11
Junior Member
 
Member #10166
Join Date: Jul 2010
Posts: 3
Phone: Not Listed
Carrier: Not Listed
Quote:
Originally Posted by pc_michael View Post
Quote:
Originally Posted by zyb5000 View Post
I have a never before rooted FRF91 and this doesn't work. You need to have your phone rooted in order to complete step 2.


Pre-Requirements :
- unlocked bootloader : How to unlock the bootloader.
- root access : Modaco's superboot.

Did you actually try it? I noticed the Superboot requirement on that page as well, but I tried it anyway and it went through with no problem for me.
Ya. I tried it. I ran into the problem I posted above. I can't boot in Amon RA recovery. There is now way to boot into it with out removing the file

/system/etc/install-recovery.sh

which I can't do because you need su to remove it.

If you already did not have the file because you previously removed it or whatever reason then you should be fine. But since this is my first time unlocking my phone and attempting to root it I ran into this problem.
zyb5000 is offline   Reply With Quote
Old 07-14-2010, 08:16 PM   #12
Junior Member
 
Member #6604
Join Date: Apr 2010
Posts: 23
Phone: Google Nexus One
Carrier: AT&T
Huh! Guess I lucked out, I followed those directions and had no trouble, never attempting to root before that.
pc_michael is offline   Reply With Quote
Old 07-15-2010, 09:22 AM   #13
Junior Member
 
Member #10155
Join Date: Jul 2010
Posts: 13
Phone: Nexus One
Carrier: Vodafone Mumbai
Ok, so I took the leap of faith on my stock FRF91 N1 (NEVER rooted before) and tried rooting it and flashing a custom ROM. Honestly, it was a scary experience, but at the end of it all, I was worrying over nothing (as long as you follow the steps)

Have this page open at all time and follow AS-IS and you should get root on your FRF91

Here's the steps:
1. Enable USB Debugging from Settings > Applications > Development on your phone

2. Install NexusOne USB Drivers on your PC for your correct OS version
How To: Set Up ADB/USB Drivers for Android Devices | TheUnlockr

3. Download the Android SDK here

4. Unzip the SDK to the root of C: - You do not need to run any setup, etc. Just the extract should be fine.

5. Reboot machine to make sure the drivers are installed (Not really necessary, but fastboot.exe did not find my device without the restart)

6. After reboot, open CMD and go to C:\AndroidSDK\Tools folder
type:
adb devices

You should expect the following text:

C:\android-sdk-windows\tools>adb devices
* daemon not running. starting it now *
* daemon started successfully *
List of devices attached
HT0xxxxxxxx device (Your device ID - does not necessarily have to start with HT0)

7. Follow the Fastboot from here. You can copy those 3 files mentioned in the link to your fastboot folder. I copied those 3 files to my AndroidSDK\Tools\ folder - Does not matter

8. Get the Cyanogen Mod, Google Addon, Amon_RA recovery from Full Update Guide - Nexus One Firmware to CyanogenMod - CyanogenMod Wiki

9. Leave Cyanogen Mod and Google Addon to the root of the SD Card

10. DO NOT copy the Recovery Image or Radio (if you are using FRF91 stock, you don't really need to worry about this) on the SD card

11. Open CMD, go to the Android\Tools\ folder (where you copied those 3 files) and type:
fastboot oem unlock

12. You should get a warning - Accept it and your bootloader will be unlocked. All data will be wiped.

13. Then flash the recovery (I flashed the regular Amon_RA recovery instead of Cyanogen recovery - Just a matter of choice or being safe when doing the first time)

14. Flash Cyanogen with the instructions AS-IS - DO NOT DEVIATE if you are doing this for the first time

If you followed it step-by step, it should work (worked on my never-rooted stock FRF91 N1)
chetanthaker is offline   Reply With Quote
Old 07-18-2010, 07:20 PM   #14
Member
 
Member #9301
Join Date: Jun 2010
Posts: 47
Phone: Nexus One
Carrier: T-mobile
1. can you "unroot" it?

2. could it mess up my phone?
joelft is offline   Reply With Quote
Old 07-18-2010, 07:25 PM   #15
Junior Member
 
Member #6604
Join Date: Apr 2010
Posts: 23
Phone: Google Nexus One
Carrier: AT&T
You can unroot it. However, part of the rooting process includes unlocking your bootloader, which cannot be undone. However this doesn't affect how your phone operates anyway.

If you don't follow the steps it is possible to mess something up, but it's nothing a factory restore wouldn't fix.
pc_michael is offline   Reply With Quote
Old 07-22-2010, 08:31 PM   #16
Junior Member
 
Member #10419
Join Date: Jul 2010
Posts: 6
Phone: Not Listed
Carrier: Not Listed
Quote:
Originally Posted by chetanthaker View Post
Ok, so I took the leap of faith on my stock FRF91 N1 (NEVER rooted before) and tried rooting it and flashing a custom ROM. Honestly, it was a scary experience, but at the end of it all, I was worrying over nothing (as long as you follow the steps)

Have this page open at all time and follow AS-IS and you should get root on your FRF91

Here's the steps:
1. Enable USB Debugging from Settings > Applications > Development on your phone

2. Install NexusOne USB Drivers on your PC for your correct OS version
How To: Set Up ADB/USB Drivers for Android Devices | TheUnlockr

3. Download the Android SDK here

4. Unzip the SDK to the root of C: - You do not need to run any setup, etc. Just the extract should be fine.

5. Reboot machine to make sure the drivers are installed (Not really necessary, but fastboot.exe did not find my device without the restart)

6. After reboot, open CMD and go to C:\AndroidSDK\Tools folder
type:
adb devices

You should expect the following text:

C:\android-sdk-windows\tools>adb devices
* daemon not running. starting it now *
* daemon started successfully *
List of devices attached
HT0xxxxxxxx device (Your device ID - does not necessarily have to start with HT0)

7. Follow the Fastboot from here. You can copy those 3 files mentioned in the link to your fastboot folder. I copied those 3 files to my AndroidSDK\Tools\ folder - Does not matter

8. Get the Cyanogen Mod, Google Addon, Amon_RA recovery from Full Update Guide - Nexus One Firmware to CyanogenMod - CyanogenMod Wiki

9. Leave Cyanogen Mod and Google Addon to the root of the SD Card

10. DO NOT copy the Recovery Image or Radio (if you are using FRF91 stock, you don't really need to worry about this) on the SD card

11. Open CMD, go to the Android\Tools\ folder (where you copied those 3 files) and type:
fastboot oem unlock

12. You should get a warning - Accept it and your bootloader will be unlocked. All data will be wiped.

13. Then flash the recovery (I flashed the regular Amon_RA recovery instead of Cyanogen recovery - Just a matter of choice or being safe when doing the first time)

14. Flash Cyanogen with the instructions AS-IS - DO NOT DEVIATE if you are doing this for the first time

If you followed it step-by step, it should work (worked on my never-rooted stock FRF91 N1)
Hey man. Thanks for posting these steps of what worked for you. I've been reading thru it and the links to make sure I understand it before i root. Just got my N1 FRF91 a couple days ago.

I'm confused about one part: in step 8 you say to download Amon_Ra's Recovery Image... but then in step 10 you say NOT to copy it to the sdcard. Then I think you flashed to Amon_Ra Recovery in step 13...

Can you expand on this a little bit.
What I'm thinking is that we dont necessarily have to use Amon_Ra's Recovery image, but instead we can go straight to flashing cyanogenmod?
Sorry if this is a noob question.
enforcerman is offline   Reply With Quote
Old 07-23-2010, 01:58 AM   #17
Member
 
Member #9301
Join Date: Jun 2010
Posts: 47
Phone: Nexus One
Carrier: T-mobile
Of course the very first step doesn't work.
Attached Images
File Type: jpg fastboot.JPG (76.9 KB, 17 views)
joelft is offline   Reply With Quote
Old 07-23-2010, 02:39 AM   #18
Junior Member
 
Member #10155
Join Date: Jul 2010
Posts: 13
Phone: Nexus One
Carrier: Vodafone Mumbai
Quote:
Originally Posted by joelft View Post
Of course the very first step doesn't work.
I had copied Fastboot in my AndroidSDK\tools folder. You can't go wrong with that with missing files. Try that.

You need to have the following files where fastboot is located:
1. ddms.bat
2. AdbWinApi.dll
3. adb.exe

You should not run into trouble otherwise.
Also recommended to use the command prompt explicitly since you need to provide parameters to the fastboot executable

Last edited by chetanthaker; 07-23-2010 at 02:47 AM. Reason: Updated the necessary files to get fastboot to work
chetanthaker is offline   Reply With Quote
Old 07-23-2010, 02:45 AM   #19
Junior Member
 
Member #10155
Join Date: Jul 2010
Posts: 13
Phone: Nexus One
Carrier: Vodafone Mumbai
[quote=enforcerman;67020]
Quote:
Originally Posted by chetanthaker View Post
Hey man. Thanks for posting these steps of what worked for you. I've been reading thru it and the links to make sure I understand it before i root. Just got my N1 FRF91 a couple days ago.

I'm confused about one part: in step 8 you say to download Amon_Ra's Recovery Image... but then in step 10 you say NOT to copy it to the sdcard. Then I think you flashed to Amon_Ra Recovery in step 13...

Can you expand on this a little bit.
What I'm thinking is that we dont necessarily have to use Amon_Ra's Recovery image, but instead we can go straight to flashing cyanogenmod?
Sorry if this is a noob question.
Recovery.img (you got to rename the Amon_RA recovery image file to this) should be placed in the folder where you have the fastboot/adb installed (I had copied fastboot and all the necessary files to AndroidSDK\tools folder where I have everything in once place.

You have to flash the recovery using fastboot executable from the command prompt on your computer.
I doubt you can flash Cyanogen without having flashed a custom recovery. That's a primary pre-requisite. I might be wrong though.

After unlocking the bootloader make sure you wipe your device - People have reported endless boot sequences and never being able to get their phones to start.

Let me know if it works
chetanthaker is offline   Reply With Quote
Old 07-23-2010, 03:06 AM   #20
Member
 
Member #9301
Join Date: Jun 2010
Posts: 47
Phone: Nexus One
Carrier: T-mobile
Full Update Guide - Nexus One - CyanogenMod Wiki

it says "Place the radio update.zip file on the root of your SD card." could someone explain that to me? ive unlocked my bootloader and dont want to waste my warranty!
joelft is offline   Reply With Quote
Reply

Lower Navigation
Go Back   Nexus One/Nexus S Forum - Google Phone Forum » Nexus One Discussion » Nexus One FAQ & How-To's

Divider


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

Search tags for this page
frf91 root
,
google nexus one frf91 root
,
how to root lg vortex frf91 build
,
nexus one root stock
,
place the cyanogenmod update.zip file on the root of the sd card.
,
root frf91
,
root you phone name
,
root you-phone-name
,
root youe phone name
,

root your phone name

,

root your-phone-name

,
root-you-phone-name
,
root-your-phone-name
,
root.your-phone.name
,
rootyou-phone-name
,
rootyour
,
rootyour phone name
,
rootyour phone-name
,
rootyour-phone-name
,
superboot for frf91
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
When will we see the next stock android phone... RalphieSpeaks Nexus One General Discussion 4 06-18-2010 06:59 PM
Unable to start WiFi - stock phone FlyingsCool Nexus One Tech Issues / Bug Reports 4 04-12-2010 10:25 AM
Themes like this make me want to root my phone Zindol Nexus One General Discussion 7 02-20-2010 05:21 AM
Do i need to have access of the root if my phone is unlock? christian666 Nexus One General Discussion 3 02-07-2010 05:28 PM
N1: Running New Stock Update: Want to ROOT... legaleye3000 Nexus One General Discussion 3 02-04-2010 01:11 PM