Go Back   Android Forums > Android Phones > Motorola Droid > Droid - All Things Root

Droid - All Things Root Rooting, ROMS, Overclocking, etc.



Reply
 
LinkBack Thread Tools
Old January 13th, 2010, 05:59 PM   #1 (permalink)
Junior Member
 
Join Date: Jan 2010
Location: Maine
Posts: 54
 
Device(s): Motorola Droid Running HumanCyborg 2.1 rom
Thanks: 0
Thanked 0 Times in 0 Posts
Default sirpsychos recovery img. 0.99.2b

I am currently trying to install the new sholes rom and I just figured out that I need to update my sprecovery to do this. I just don't remember how to update the sprecovery. I downloaded it from sholes.info. what do I do now to replace my old recovery.

jimbubba3 is offline  
Reply With Quote
Sponsors
Old January 13th, 2010, 06:17 PM   #2 (permalink)
Senior Member
 
messenger13's Avatar
 
Join Date: Dec 2009
Location: Cleveland, OH
Posts: 3,093
 
Device(s): Moto DROID BIONIC; Moto (OG) DROID (now the wife's); iPhone 3G (from work)
Thanks: 79
Thanked 364 Times in 214 Posts
Default

This is Sholes's guide to installing it. That's what I used. Tell me at which step are you lost.
__________________
- Joe

Future ... err ... PROUD, NEW DROID BIONIC owner!
Rooted, BRICKED!, and restored!
messenger13 is offline  
Reply With Quote
Old January 13th, 2010, 06:23 PM   #3 (permalink)
Junior Member
 
Join Date: Dec 2009
Posts: 31
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by messenger13 View Post
This is Sholes's guide to installing it. That's what I used. Tell me at which step are you lost.
Sorry I know its not my thread but maybe you can help me out messenger.

On this step :
export PATH=$PATH:/path/to/android/sdk/tools (Note: replace “/path/to/android/sdk/tools” with the path to where you downloaded the Android SDK, specifically to the tools folder)
Ctrl+X to exit, Y to save, Enter to confirm. Then restart the terminal.


What does the "note" mean. I unzipped the android sdk to my desktop on my mac. How should the command look?


Also when I type the adb commands in the later steps it says command not found. I'm totally lost.
schad89 is offline  
Reply With Quote
Old January 13th, 2010, 06:45 PM   #4 (permalink)
Senior Member
 
messenger13's Avatar
 
Join Date: Dec 2009
Location: Cleveland, OH
Posts: 3,093
 
Device(s): Moto DROID BIONIC; Moto (OG) DROID (now the wife's); iPhone 3G (from work)
Thanks: 79
Thanked 364 Times in 214 Posts
Default

Quote:
Originally Posted by schad89 View Post
On this step :
export PATH=$PATH:/path/to/android/sdk/tools (Note: replace “/path/to/android/sdk/tools” with the path to where you downloaded the Android SDK, specifically to the tools folder)
Ctrl+X to exit, Y to save, Enter to confirm. Then restart the terminal.


What does the "note" mean. I unzipped the android sdk to my desktop on my mac. How should the command look?


Also when I type the adb commands in the later steps it says command not found. I'm totally lost.
First of all, let me say that I am not a Mac guy. Hopefully, my explanation below can translate to a Mac user.

When you install the SDK manager, it places folders and files on your PC/Mac. Whenever you want to run ADB commands, you have to open a command window. Your PC/Mac has to know where the "tools" folder is that contains the ADB executable file (adb.exe). Now I could simply type the command "cd C:\DownLoads\DROID stuff\Java\android-sdk-windows\tools" every time I use ADB, ... or I could "teach" my PC where the path is one time, and never have to point to that path or folder again. So now, I just open a command window and type "ADB" and my PC knows where to look.

Make sense?

Now, just as I told you MY path to the tools folder (C:\DownLoads\DROID stuff\Java\android-sdk-windows\tools), you have to tell YOUR PC/Mac the path to YOUR tools folder.

It's pretty much old skool command-line statement stuff.

Hope this helps...
messenger13 is offline  
Reply With Quote
Old January 13th, 2010, 08:07 PM   #5 (permalink)
Junior Member
 
Join Date: Jan 2010
Location: Maine
Posts: 54
 
Device(s): Motorola Droid Running HumanCyborg 2.1 rom
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Ok, so I have downloaded the updated recovery to my desktop. Is there a way for me to update the recovery just from my phone? If not what steps do I need to do. I am sorry for such a noob question. I never had to use adb shell when I rooted and installed 2.1 either. I am completely lost when it comes to the command prompts/adb.
jimbubba3 is offline  
Reply With Quote
Old January 13th, 2010, 08:27 PM   #6 (permalink)
Senior Member
 
messenger13's Avatar
 
Join Date: Dec 2009
Location: Cleveland, OH
Posts: 3,093
 
Device(s): Moto DROID BIONIC; Moto (OG) DROID (now the wife's); iPhone 3G (from work)
Thanks: 79
Thanked 364 Times in 214 Posts
Default

Quote:
Originally Posted by jimbubba3 View Post
Ok, so I have downloaded the updated recovery to my desktop. Is there a way for me to update the recovery just from my phone?
Absolutely! You can just upload the 2 files to the root of your sdcard, open up a Terminal Emulator app, and go from there. Give me a few minutes, and I'll post the command statements.
messenger13 is offline  
Last edited by messenger13; January 13th, 2010 at 08:31 PM.
Reply With Quote
Old January 13th, 2010, 08:45 PM   #7 (permalink)
Junior Member
 
Join Date: Jan 2010
Location: Maine
Posts: 54
 
Device(s): Motorola Droid Running HumanCyborg 2.1 rom
Thanks: 0
Thanked 0 Times in 0 Posts
Default

What are the two files I need,I only downloaded the sprecovery0.99.2b file. What is the other file I need. Thanks for you help messenger13
jimbubba3 is offline  
Reply With Quote
Old January 13th, 2010, 08:56 PM   #8 (permalink)
Senior Member
 
messenger13's Avatar
 
Join Date: Dec 2009
Location: Cleveland, OH
Posts: 3,093
 
Device(s): Moto DROID BIONIC; Moto (OG) DROID (now the wife's); iPhone 3G (from work)
Thanks: 79
Thanked 364 Times in 214 Posts
Default

Quote:
Originally Posted by messenger13 View Post
... just upload the 2 files to the root of your sdcard, open up a Terminal Emulator app, and go from there. Give me a few minutes, and I'll post the command statements.
First of all, this is for *rooted phones ONLY*.

OK, you should have 2 files (flash_image, recovery-0.99.2b.img) on the root of your sdcard. You can unplug your DROID and do the rest "unplugged".

- Open up Terminal Emulator (or a like app) on your DROID.

Move the flash_image binary from the sdcard into /data/local:
su
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
# dd if=/sdcard/flash_image of=/data/local/flash_image
# chmod 755 /data/local/flash_image
# rm /sdcard/flash_image


Flash the image to the recovery partition:
# /data/local/flash_image recovery /sdcard/recovery-0.99.2b.img

--------------------------

(NOTE: You ONLY need to do these next steps of renaming files if you bought your Droid BEFORE 2.0.1 was out and you updated TO 2.0.1 at some point. If your Droid CAME with 2.0.1, you don’t need to do this step (the files won’t exist).)

Now, if you want to keep this recovery image installed (which most of you do), you must follow a few extra steps, as Android normally generates and reflashes the recovery image based on the boot image every time you turn on the phone. To change this, run:

# mount -o remount,rw /dev/null /system
# mv /system/recovery-from-boot.p /system/recovery-from-boot.p.bak
# mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak


--------------------------

# mount -o ro,remount -t yaffs2 /dev/block/mtdblock4 /system
# sync


That's it. Just exit out of the Terminal Emulator (Menu key > Reset Term)
And turn your phone OFF.
Boot into Recovery Mode (Hold 'X' on the hardware keyboard, the press the power button until you see the Motorola logo, let go.)

Now you should see an entirely different Recovery Console menu. At the top it should read:
Android system recovery <2e>

Patched by SirPsychoS (0.99.2b)


From there, you can do nandroid backups, restores, ROM installations . . . all kinds of neato groovy things!


Hope this helps. If it did, add to my reputation over there on the left!
messenger13 is offline  
Last edited by messenger13; January 21st, 2010 at 03:18 PM. Reason: Missed adding a space ... yikes!
Reply With Quote
Old January 13th, 2010, 08:58 PM   #9 (permalink)
Senior Member
 
messenger13's Avatar
 
Join Date: Dec 2009
Location: Cleveland, OH
Posts: 3,093
 
Device(s): Moto DROID BIONIC; Moto (OG) DROID (now the wife's); iPhone 3G (from work)
Thanks: 79
Thanked 364 Times in 214 Posts
Default

Quote:
Originally Posted by jimbubba3 View Post
What are the two files I need,I only downloaded the sprecovery0.99.2b file. What is the other file I need.
You need the flash_image file.
messenger13 is offline  
Reply With Quote
Old January 13th, 2010, 09:03 PM   #10 (permalink)
Junior Member
 
Join Date: Jan 2010
Location: Maine
Posts: 54
 
Device(s): Motorola Droid Running HumanCyborg 2.1 rom
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks joe, I really do appreciate your help. Its good to have people like you on here to help out noobs like me.
jimbubba3 is offline  
Reply With Quote
Sponsors
Old January 13th, 2010, 09:05 PM   #11 (permalink)
Senior Member
 
messenger13's Avatar
 
Join Date: Dec 2009
Location: Cleveland, OH
Posts: 3,093
 
Device(s): Moto DROID BIONIC; Moto (OG) DROID (now the wife's); iPhone 3G (from work)
Thanks: 79
Thanked 364 Times in 214 Posts
Default

Let me know if it works for ya.
messenger13 is offline  
Reply With Quote
Old January 13th, 2010, 09:49 PM   #12 (permalink)
Member
 
ssantan2's Avatar
 
Join Date: Nov 2009
Posts: 352
 
Device(s): Droid
Thanks: 4
Thanked 20 Times in 17 Posts
Default

I used droidroot helper to flash the sprecovery-0.15. now when I try to follow your steps it says I dont have certain recovery files
ssantan2 is offline  
Reply With Quote
Old January 13th, 2010, 09:55 PM   #13 (permalink)
Senior Member
 
messenger13's Avatar
 
Join Date: Dec 2009
Location: Cleveland, OH
Posts: 3,093
 
Device(s): Moto DROID BIONIC; Moto (OG) DROID (now the wife's); iPhone 3G (from work)
Thanks: 79
Thanked 364 Times in 214 Posts
Default

Did you start my instructions with those 2 files on the root of your sdcard?
messenger13 is offline  
Reply With Quote
Old January 13th, 2010, 10:01 PM   #14 (permalink)
Member
 
ssantan2's Avatar
 
Join Date: Nov 2009
Posts: 352
 
Device(s): Droid
Thanks: 4
Thanked 20 Times in 17 Posts
Default

yea well i wrote a script on my computer and put it in my root and ran all your instructions down the line

edit: I am an idiot . . . my bad
ssantan2 is offline  
Last edited by ssantan2; January 13th, 2010 at 10:03 PM.
Reply With Quote
Old January 14th, 2010, 08:05 AM   #15 (permalink)
Senior Member
 
messenger13's Avatar
 
Join Date: Dec 2009
Location: Cleveland, OH
Posts: 3,093
 
Device(s): Moto DROID BIONIC; Moto (OG) DROID (now the wife's); iPhone 3G (from work)
Thanks: 79
Thanked 364 Times in 214 Posts
Default

I may have missed a line when I created the HowTo last night. Try it again if it failed last night. Should work now.
messenger13 is offline  
Reply With Quote
Old January 14th, 2010, 10:24 AM   #16 (permalink)
OFWGKTA
 
CRPercodani's Avatar
 
Join Date: Oct 2009
Location: M A dub'l dolla sign
Posts: 2,963
 
Device(s): EVO, DROID
Thanks: 68
Thanked 564 Times in 236 Posts
Default

Holy jesus Joe, I leave for a few days and you are suddenly a guru.
__________________
So I'm guessin' there's questions that need addressin' like how he fresh in the adolescence and wreckin em'
Rules & Guidelines, Zero Tolerance Policy.
CRPercodani is offline  
Reply With Quote
Old January 14th, 2010, 10:26 AM   #17 (permalink)
Member
 
ssantan2's Avatar
 
Join Date: Nov 2009
Posts: 352
 
Device(s): Droid
Thanks: 4
Thanked 20 Times in 17 Posts
Default

it worked but now Im having problems with the sholes ROM . . .
ssantan2 is offline  
Reply With Quote
Old January 14th, 2010, 10:27 AM   #18 (permalink)
OFWGKTA
 
CRPercodani's Avatar
 
Join Date: Oct 2009
Location: M A dub'l dolla sign
Posts: 2,963
 
Device(s): EVO, DROID
Thanks: 68
Thanked 564 Times in 236 Posts
Default

What problems are you having?
CRPercodani is offline  
Reply With Quote
Old January 14th, 2010, 10:32 AM   #19 (permalink)
Member
 
ssantan2's Avatar
 
Join Date: Nov 2009
Posts: 352
 
Device(s): Droid
Thanks: 4
Thanked 20 Times in 17 Posts
Default

Quote:
Originally Posted by CRPercodani View Post
What problems are you having?
I posted it on here New Sholes.info 2.0.1 ROM w/ 2.1 Apps

but a quick version is that my gmail wont push when I get a new email
ssantan2 is offline  
Reply With Quote
Old January 14th, 2010, 11:05 AM   #20 (permalink)
Senior Member
 
messenger13's Avatar
 
Join Date: Dec 2009
Location: Cleveland, OH
Posts: 3,093
 
Device(s): Moto DROID BIONIC; Moto (OG) DROID (now the wife's); iPhone 3G (from work)
Thanks: 79
Thanked 364 Times in 214 Posts
Red face

Quote:
Originally Posted by CRPercodani View Post
Holy jesus Joe, I leave for a few days and you are suddenly a guru.
Posting a few command line statements does not make one a "guru".
messenger13 is offline  
Reply With Quote
Sponsors
Old January 14th, 2010, 04:01 PM   #21 (permalink)
New Member
 
Join Date: Dec 2009
Posts: 10
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

After I install everything, my phone reboots to the triangle over the phone, but stays there. I'm not sure if the img installed or what. When I boot the phone normally, it goes back to normal. I need a little help, please dont flame me, I'm a n00b to android too lol
karulio is offline  
Reply With Quote
Old January 14th, 2010, 04:19 PM   #22 (permalink)
Senior Member
 
messenger13's Avatar
 
Join Date: Dec 2009
Location: Cleveland, OH
Posts: 3,093
 
Device(s): Moto DROID BIONIC; Moto (OG) DROID (now the wife's); iPhone 3G (from work)
Thanks: 79
Thanked 364 Times in 214 Posts
Default

Quote:
Originally Posted by karulio View Post
After I install everything, my phone reboots to the triangle over the phone, but stays there. I'm not sure if the img installed or what. When I boot the phone normally, it goes back to normal. I need a little help, please dont flame me, I'm a n00b to android too lol
At that point, hold the volume UP button, then press the camera button. That should put you into the original recovery console. Doesn't sound like it worked. It should read "Android system recovery <2e>", and then "Patched by SirPsychoS (0.99.2b)" at the top if it did.
messenger13 is offline  
Reply With Quote
Old January 14th, 2010, 04:51 PM   #23 (permalink)
New Member
 
Join Date: Dec 2009
Posts: 10
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Well your right it didn't work, but now when i got to back up the original recovery, from .p to .old it says the file is non existent. Put it acts like the other recovery image has installed right.....
karulio is offline  
Last edited by karulio; January 14th, 2010 at 05:14 PM.
Reply With Quote
Old January 14th, 2010, 08:04 PM   #24 (permalink)
Member
 
ssantan2's Avatar
 
Join Date: Nov 2009
Posts: 352
 
Device(s): Droid
Thanks: 4
Thanked 20 Times in 17 Posts
Default

third time is the charm, seems that the sholes.info rom is working decently for me now. think I will stay with it till 2.1 comes out. I love 2.1 launcher
ssantan2 is offline  
Reply With Quote
Old January 14th, 2010, 09:12 PM   #25 (permalink)
OFWGKTA
 
CRPercodani's Avatar
 
Join Date: Oct 2009
Location: M A dub'l dolla sign
Posts: 2,963
 
Device(s): EVO, DROID
Thanks: 68
Thanked 564 Times in 236 Posts
Default

Quote:
Originally Posted by messenger13 View Post
Posting a few command line statements does not make one a "guru".
Sheesh I try to give you a compliment and this is how you respond? Guess I will just stick to making joke on your WHACK BOOT ANIMATION!!1!11
CRPercodani is offline  
Reply With Quote
Old January 30th, 2010, 12:30 PM   #26 (permalink)
New Member
 
Join Date: Jan 2010
Posts: 4
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

messenger i need some help! my pc will not recognize the location of the adb.exe i go to it copy and paste and it doesnt work cuz at that point its just a zip file and it wont find where the zip is. if that makes any sense.
jflesch0622 is offline  
Reply With Quote
Old March 17th, 2010, 07:52 PM   #27 (permalink)
nka
Junior Member
 
Join Date: Nov 2009
Posts: 28
 
Device(s):
Thanks: 1
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by messenger13 View Post
First of all, this is for *rooted phones ONLY*.

OK, you should have 2 files (flash_image, recovery-0.99.2b.img) on the root of your sdcard. You can unplug your DROID and do the rest "unplugged".

- Open up Terminal Emulator (or a like app) on your DROID.

Move the flash_image binary from the sdcard into /data/local:
su
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
# dd if=/sdcard/flash_image of=/data/local/flash_image
# chmod 755 /data/local/flash_image
# rm /sdcard/flash_image


Flash the image to the recovery partition:
# /data/local/flash_image recovery /sdcard/recovery-0.99.2b.img

--------------------------

(NOTE: You ONLY need to do these next steps of renaming files if you bought your Droid BEFORE 2.0.1 was out and you updated TO 2.0.1 at some point. If your Droid CAME with 2.0.1, you don’t need to do this step (the files won’t exist).)

Now, if you want to keep this recovery image installed (which most of you do), you must follow a few extra steps, as Android normally generates and reflashes the recovery image based on the boot image every time you turn on the phone. To change this, run:

# mount -o remount,rw /dev/null /system
# mv /system/recovery-from-boot.p /system/recovery-from-boot.p.bak
# mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak


--------------------------

# mount -o ro,remount -t yaffs2 /dev/block/mtdblock4 /system
# sync


That's it. Just exit out of the Terminal Emulator (Menu key > Reset Term)
And turn your phone OFF.
Boot into Recovery Mode (Hold 'X' on the hardware keyboard, the press the power button until you see the Motorola logo, let go.)

Now you should see an entirely different Recovery Console menu. At the top it should read:
Android system recovery <2e>

Patched by SirPsychoS (0.99.2b)


From there, you can do nandroid backups, restores, ROM installations . . . all kinds of neato groovy things!


Hope this helps. If it did, add to my reputation over there on the left!
sholes.info seems to be down, and I can't find the two files that i need to download. I already have SP recovery 2e installed, but not I need 0.99.2b. How can I check what version I am using? Thanks.
nka is offline  
Reply With Quote
Old March 17th, 2010, 08:24 PM   #28 (permalink)
Member
 
Barkleyfan's Avatar
 
Join Date: Nov 2009
Posts: 122
 
Device(s):
Thanks: 11
Thanked 19 Times in 13 Posts
Default

I ran into the same issue with Sholes being down. I followed this tutorial with current links a few days ago to root my wifes Droid. This will give you .3b instead of .2b. I noticed absolutely no difference between the two. (I have .2b on my Droid)

[How To] Easily install Bugless Beast using only SPRecovery, Terminal Emulator, & zip - Droid Forum - Verizon Droid & the Motorola Droid Forum
Barkleyfan is offline  
Reply With Quote
The Following User Says Thank You to Barkleyfan For This Useful Post:
nka (March 19th, 2010)
Old March 17th, 2010, 08:41 PM   #29 (permalink)
Accept no imitations!
 
The_Chief's Avatar
 
Join Date: Nov 2009
Location: Manchester, TN
Posts: 3,297
 
Device(s): Galaxy Nexus
Thanks: 834
Thanked 3,810 Times in 1,532 Posts
Default

I was wondering what the difference was. When I did it 0.99.3b was brand new and I used it figuring it was an updated version. Seems like everyone is STILL using 0.99.2b. Am I a reject or something? LOL
__________________
If I have helped you at all, please click the "Thanks" button

Forum Rules & Guidelines
The_Chief is offline  
Reply With Quote
Old March 18th, 2010, 12:34 AM   #30 (permalink)
nka
Junior Member
 
Join Date: Nov 2009
Posts: 28
 
Device(s):
Thanks: 1
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by Barkleyfan View Post
I ran into the same issue with Sholes being down. I followed this tutorial with current links a few days ago to root my wifes Droid. This will give you .3b instead of .2b. I noticed absolutely no difference between the two. (I have .2b on my Droid)

[How To] Easily install Bugless Beast using only SPRecovery, Terminal Emulator, & zip - Droid Forum - Verizon Droid & the Motorola Droid Forum
Thank you for that. Those links have worked nicely.
nka is offline  
Reply With Quote
Sponsors
Old March 18th, 2010, 08:54 AM   #31 (permalink)
Senior Member
 
jackburnt's Avatar
 
Join Date: Dec 2009
Location: Auburn, AL
Posts: 513
 
Device(s): Galaxy Nexus (AOKP b20 w/ imo's 1.7.3)
Thanks: 19
Thanked 37 Times in 28 Posts
Default

Wow, installing it manually seems hard.

I just flashed DroidMod, got the recovery, then switched to a different ROM.
__________________
I can't say what I want to
Even if I'm not serious.
--Tool
jackburnt is offline  
Reply With Quote
Old March 18th, 2010, 03:37 PM   #32 (permalink)
Member
 
Barkleyfan's Avatar
 
Join Date: Nov 2009
Posts: 122
 
Device(s):
Thanks: 11
Thanked 19 Times in 13 Posts
Default

Quote:
Originally Posted by nka View Post
Thank you for that. Those links have worked nicely.
Glad I could help. That's what the thanks button is for.

Quote:
Originally Posted by jackburnt View Post
Wow, installing it manually seems hard.

I just flashed DroidMod, got the recovery, then switched to a different ROM.
Easier way to do it, but it leaves a person outta the loop for other hacks. Learning basic rooting leads to confidence for other things like installing the equalizer hack. The more you know, the less you need to ask for help.
Barkleyfan is offline  
Reply With Quote
Reply

Motorola Droid
Current Rating:
Rate this Phone:

The Motorola Droid - the first ever Verizon Android Phone - exploded onto the mobile market with an incredibly successful ad campaign that brough Android to the masses. With a huge and vibrant touchscreen, solid metal body, full QWERTY keyboard, 5M... Read More


Bookmarks


Go Back   Android Forums > Android Phones > Motorola Droid > Droid - All Things Root User CP
Thread Tools

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
How to Guide: Flashing Clockwork Recovery & ROMS (includes screenshots) Recovery dots Ally - All Things Root 23 December 27th, 2011 09:48 AM
[Fix] Stock recovery coming back/Custom recovery wont stick OMJ Droid - All Things Root 29 December 26th, 2011 08:51 AM
My Evo is stuck in recovery after failing to flash a recovery image. fanboy EVO 4G - All Things Root 1 December 26th, 2010 02:55 PM
[ROM] Link to Eugene/BH_Man's Froyo JP3 with 2e Recovery & Working Clockwork Recovery psz Vibrant - All Things Root 1 September 29th, 2010 01:14 PM
[RECOVERY-BETA] Kaos' Eris Multiboot recovery hack scary alien Eris - All Things Root 1 September 10th, 2010 10:49 AM



All times are GMT -5. The time now is 02:21 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo


SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.