What's the procedure for looking at what has been backed up. Not sure if I'm asking what I'm thinking.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
What's the procedure for looking at what has been backed up. Not sure if I'm asking what I'm thinking.
Thanks Scary Alien your the man. I have HTxxxxxxxxxx BDS-20101123-2303. So this is my stock rom?
Oops my bad. Changed it. So that's got to be it cause I did it by Erisuser 1's book. I was in unfamiliar territory untill I did it and now I should have done it a long time ago.
I was looking at a thread earlier about partitioning the sd card and ran across the xtrsense 4.6.5 and tried to download it but the link must have been broke. It looks pretty cool. Does it have many bugs or is it stable.
Many thanks to erisuser1 for posting these steps. I've lurked on this forum for the year since I got my Eris on the day it came out. Tweaked things here and there with leaks, etc. I'd thought about rooting but felt too uncomfortable taking the risk. Finally got so fed up with the darn thing breaking my heart with quirks and freezes, I decided it was my last ditch effort to salvage my relationship with this phone before giving up and replacing it.
It took me a little more than 30 minutes yesterday, smooth as silk! Thank you for making it so easy! Hopefully the next few weeks will prove the decision to be a wise one.
Keep in mind that your decision is reversible - There is a ROM which you can flash that will take you back to factory state, should you decide that is what you want:
[ROM][10/20/2010]FlashBack21 v1 -Return to Factory Stock - UPDATED - xda-developers
eu1
can somebody help me pretty please?
i just rooted my phone but haven't done the backup yet, i tried downloading the ROM onto my sd card before but it didn't actually download...can i download it now and just continue the process or do i have to start over?
sorry, i'm not very good at technology stuff
yay! thank you sooo much !!
i need some help ! when i was trying to run the script , it just that that the program is for desire whereas the phone detected is hero and hence its not running
can anyone help?
Nehneh,
Is your phone a Hero (i.e., are you trying to run the script on your Hero)?
This script / thread / method is only intended for the HTC Droid Eris (code name desirec).
If it detects that your phone model is not a desirec then it will refuse to run. You wouldn't want to install a recovery partition intended specifically for Eris on a Hero would you ('cause that would be "bad").
That's correct; I put that check in there specifically so that newbs would not wreck their phones using my scripts.
AFAIK, most Android 2.1 phones could be rooted with the exact same method -
but a (phone) model-specific recovery would need to be installed.
For non-Eris owners, that is left as an exercise for the reader.
eu1
I dissected and examined your Gscript scripts and got to know them very well whilst trying to create installation scripts for the alternate trackball-optional custom recovery.
assert getprop("ro.modversion") == "RA-eris-v1.6.2"
Off-topic, but speaking of which, I've been meaning to check to see if you updated the "ro.modversion" property string in your modded Amon_RA recovery - my Flashback21 ROM has not only a device check, but also a build version check that might interfere with the ability of someone using your trackball-free mod of Amon_RA to install that ROM - to wit:
Code:assert getprop("ro.modversion") == "RA-eris-v1.6.2"
eu1