New Hewro Update on Mobistar Generic Hero - Hero, G2 Touch Q&A, Help & Troubleshooting

Hi,
I bought a Generic HTC Hero from Mobistar in Belgium with the hopes of getting the new update on there. However I've downloaded both updates but it get an ID error when flashing the device. Does anyone have any advice on how i can get this update. Blegium isn't even listed in the HTC World Directory. =(
Thanks,
-David

are you sure you need to update? That is, I suspect the belgian hero is already based on a recent rom. Does the clock flip?
I am in belgium too an I use the Modacom rom with mobistar with no problems. So I suggest you flash this one
Dont know how to get the official rom, but try reversing the last numbers of the SN.

Ya im sure itys the old one, the clock does flip =P.
I tried reversing the last digits of the SN, finnaly got though, lets see if the update works though.
<Noob_Q>How did you flash you Hero with the latest Modaco Rom?</Noob_Q>

davekilljoy said:
Ya im sure itys the old one, the clock does flip =P.
I tried reversing the last digits of the SN, finnaly got though, lets see if the update works though.
<Noob_Q>How did you flash you Hero with the latest Modaco Rom?</Noob_Q>
Click to expand...
Click to collapse
Follow this video for how to root your Hero: Link
DO AN NANDROID BACKUP AFTER THE LAST STEP OF THE FIRST VIDEO. YOU WILL SEE THIS OPTION IN THE RECOVERY SCREEN. Just in case something goes wrong, you can flash back your stock ROM.
This video for the actual flashing of the ROM: Link
They are video guides with written instructions and helped me understand what exactly is going on.

yep, just like above

davekilljoy said:
Ya im sure itys the old one, the clock does flip =P.
I tried reversing the last digits of the SN, finnaly got though, lets see if the update works though.
<Noob_Q>How did you flash you Hero with the latest Modaco Rom?</Noob_Q>
Click to expand...
Click to collapse
Did it work?? I also have one from Mobistar and I'm curious...

Yes Sir. It certainly did work. =D
Thanks guys!
One other Q...how do i now install Apps to my SD card?

davekilljoy said:
Yes Sir. It certainly did work. =D
Thanks guys!
One other Q...how do i now install Apps to my SD card?
Click to expand...
Click to collapse
It isn't working for me :-( Downloaded the update by changing the last 2 digits of my SN. Tried installing it but it gives me a customer-id error, how did you manage to install it?

I'm still having the same problem! Just changed the last number of my S/N from 1 to 0 and downloaded the package.
I'm getting the customer id error [131] as wel!
Isn't there any solution for this problem without having to root my phone?

I ended up rooting the phone and installing the Modaco ROM, very stable and fast rom!

genius
purchased my HTC Hero while on holiday in china, bought from one of those laptop/PC/phone/pirate movie/pirate software mega-malls in chengdu.
its software version was somewhere in the 1.73 range and I really wanted to upgrade but HTC responded "blah blah blah singapore blah blah no ROM available in RUU form for your phone as yet".
every time i tried the RUU exe files downloaded from here or from HTCs UK site, i was greeted with the "Error 131" Customer ID Invalid which I understand from xda-developers site relates to CUID lock being active on the phone (forgive me if it is called something other than a CUID lock)
installed nandroid which was pretty friggin easy
downloaded the "update-hero-generic-2.73.751.4-signed.zip"
copied the file to my SD Card on the phone and renamed to "update.zip"
turned the phone off.
booted up while holding the "home" key
selected "flash using update.zip" or something on the nandroid menu and press home or menu to confirm
once completed, re-booted and was greeted by the standard HTC Android setup prompts including my chinese/english language selection prompt (thank christ) - the china mobile splash was still present but the wierd green logo following it was replaced by the cute android jumping out from behind a HTC logo.
i think the key was that the nandroid installer and the update.zip packages do not respect the S-ON (CUID or whatever) lock that my phone has.
there is a procedure for removing the lock but it is beyond the steps i am willing to take as it involves making an RS232 3.3v usb connector, and sending console commands to the handset. While removing the lock would mean i could flash standard roms from RUU*.exe files, and i could remove the China Mobile splash screen, Nandroid does away with this step as it seems not to respect the S-ON lock that is set.
i LOVE nandroid now. xda-developers kicks ass.
xx

No need to use that method to bypass cid lock. Check the stickied thread on making a goldcard. Does similar thing, but without the risks from the hardware method.

Related

How To Unlock HTC Hero (especially the Orange UK)

----
update:
-- just2mention: (22.03.2010)
latest HTC update (ROM Version:2.73.61.66 for Orange /Release Date: 2010-02-04)
and ROOT rights + flashing custom ROMS will NOT WORK
check page (3) for further information and problem solving :=)
------------------
continuing with original post
---------------------------------------------------------------------------
hey guys,
i bought my HTC Hero (Orange UK) locked a few days ago, and it arrived yesterday at morning
I spent at least 12h trying to unlock it :=) reading all posts over the whole www At 6am in the morning today, i finally could say: yeah i got it unlocked :=) and yeah, i also got the firmware downgraded
So, there is just one requirement (if anyone did it without one, please let me know): At least, for some time (borrowed from a friend) you need an Orange-Sim-Card
You need it to logg into your phone once, so that your pc installs the correct adb interface drivers (if you never got a sim card, you will never be able to contact adb interface) and enable the usb debugging mode on your android phone (so that adb works).
Otherwise i wouldn't have been able to get the Point 1 done correctly. (get the CID...)
=> Other Things you need to install:
- unlock code (maybe from http://www.unlock-now.com/)
- Android SDK
- i took the normal usb drivers (sdk-supports, folder "usb-driver")
so the exact how to:
1) at first (there is no way to bypass it) do exactly the following (create a Gold-Card):
Create a Goldcard (xda-post)
2) flash a custom recovery rom via adb interface (Android SDK):
Code:
adb shell reboot bootloader
fastboot boot recovery-RA-HERO-v1.2.3.img
adb shell mount /sdcard
adb push recovery-RA-HERO-v1.2.3.img /sdcard/recovery-RA-HERO-v1.2.3.img
adb shell flash_image recovery /sdcard/recovery-RA-HERO-v1.2.3.img
adb shell reboot
(got code from: http://forum.xda-developers.com/showthread.php?t=561124
3) Now you can flash any rom u like (maybe at first, if everything works, do a custom backup (nandroid))
i chose: HTC Generic 2.73.405.38
originally from: http://android.modaco.com/content/htc-hero-hero-modaco-com/291942/09-10-hero-roms-radios-in-update-zip-format/
really important: check the requirements above!
get access to an orange sim card. not important which one...
live here in austria, and got an AUT-Orange Card from a friend, but I think you definitely need one!
This was performed on a Windows 7 64 bit machine
greets && good luck to everyone who does this, hope this saves you a lot of time!
I am a novice and having probs....will be trying these steps over the weekend but a few questions in the meantime:-
I can successfully create a goldcard...
but the ROM downgrade bombs out with the 131 error which I believe is because Orange have tweaked it and is effectively locked to them?
Does the custom recovery get around the downgrading problem? I'm guessing it replaces the 'Orange Rom' with a basic image?
If the custom recovery is successful, are you 'unlocked' at that stage? Is your phone bricked if the custom recovery fails?
If the custom recovery is successful, does that give you the ability to do a Nandroid backup or are there specific steps that need to be done first?....(where does Nandroid backup the image to?...sd card? another part of the phone memory?
If custom recovery is successful, is it simply a case of getting the rom you want (such as modaco) and then launching it from the pc with your phone synched and goldcard inserted?
Apologies for all the questions but I'm trying to get my head around how this whole process works. Thanks for any help.
Trying hard to see the point of this thread/poll, when this method for unlocking the Orange Hero has been known for a while now!
Regards,
Dave
Paradaz said:
I can successfully create a goldcard...
but the ROM downgrade bombs out with the 131 error which I believe is because Orange have tweaked it and is effectively locked to them?
Click to expand...
Click to collapse
sry, never seen before
Paradaz said:
Does the custom recovery get around the downgrading problem? I'm guessing it replaces the 'Orange Rom' with a basic image?
Click to expand...
Click to collapse
custom recovery, i think, replaces just the "recovery" ;=) boot loader image, the running rom stays the same meanwhile
Paradaz said:
If the custom recovery is successful, are you 'unlocked' at that stage? Is your phone bricked if the custom recovery fails?
Click to expand...
Click to collapse
not yet regarding to above, the rom hasn't change and so the unlock key, won't work either.
Paradaz said:
If the custom recovery is successful, does that give you the ability to do a Nandroid backup or are there specific steps that need to be done first?....(where does Nandroid backup the image to?...sd card? another part of the phone memory?
Click to expand...
Click to collapse
no, if the custom recovery is complete, you can do an nandroid backup as u like. it backups directly to /sdcard/nandroid/..
Paradaz said:
If custom recovery is successful, is it simply a case of getting the rom you want (such as modaco) and then launching it from the pc with your phone synched and goldcard inserted?
Click to expand...
Click to collapse
it the easiest thing you can imagine, put the downloaded rom onto the sd drive, custom recovery lets you choose "restore: browse" you select the image file directly on your sdcard (name doesn't matteR) , wait , and it's done
Paradaz said:
Apologies for all the questions but I'm trying to get my head around how this whole process works. Thanks for any help.
Click to expand...
Click to collapse
never mind i'm welcome to answer your questions
good luck!
The one Thing i forgot above, i bought a unlock key on
http://www.unlock-now.com/
should be clear
foxmeister said:
Trying hard to see the point of this thread/poll, when this method for unlocking the Orange Hero has been known for a while now!
Click to expand...
Click to collapse
but never summed up to one thread
from the beginning to the end.
greets
I presume that the 'recovery' is not available on the phone by default? When I hold the home key after powering on, it just has a sort of warning picture next to the phone.....no text displayed and no buttons do anything at that stage, only option is to take the battery out to kill the power.
Gonna have a go at unlocking this using the instructions later tonight.
I have finally got my Orange UK Hero sorted out.......
to cut a long story short, I had the most recent Orange UK ROM, which stops the custom recovery and doesn't alllow a change of bootloader (I got the 'remote ID' error when following your instructions and therefore couldn't flash it using your method.
In the end I went down the 'flashrec' route and eventually managed to get a standard ROM on, backed it up with Nandroid and then unlocked the mobile. Took a lot of hours faffing around and I'm starting to understand how it all fits together now...thanks for the steer. Regards Daz
Paradaz said:
I presume that the 'recovery' is not available on the phone by default? .
Click to expand...
Click to collapse
Thats exactly why you have to do this whole procedure
good luck!
does the website provide the unlocking code for 3 Network locked Hero,thanks
can't tell you, just that they don't work with orange ;=) except you reflesh, but i read over the net, that the keys work in 98% of all cases.
hi
i was wondering after the goldcard thing do i have to follow the flashrec thing? because since i dont have a network i won't be able to download a file manager.
shaff said:
i was wondering after the goldcard thing do i have to follow the flashrec thing? because since i dont have a network i won't be able to download a file manager.
Click to expand...
Click to collapse
without any network connection, i don't think it will be possible...
sry && greetings,
Just to let you know my solution, as I had a PM asking for assistance.
Basically the goldcard method didn't work for me, (creating it was fine, but that's as far as it got)....after research I found out that the most recent Orange Hero's have firmware installed which blocks this process.
Anyway, I used the flashrec method, instructions are here
The url above also has the links to the two files that you need to pull this off. These aren't my instructions so credit to the author.
I have done this on two HTC Hero's now which were both locked to Orange, and they both sailed through without a problem. I also bought my unlock codes from www.htccode.com and had them both unlocked about 5 minutes after payment by PayPal.
Hope this helps anyone else with the 131 error problems (Orange firmware blocking the goldcard method) and thanks for crazyVII (thread starter) for also helping me out.
hi i am totally new to android thing and this all process. sorry if i sound stupid. when i try to run adb while creating gold card it comes on as dost windows and goes off instantly cant type any command whatsoever can u plz tell me wts wrong and i've tried on windows 7 and xp as well thanks in advance
br
it looks like you got an adb problem.
try this to see the message:
open a console window ( start-> run -> type "cmd" - pressENTER )
then run the command again!
good look!
OK, there is a very easy way.
Just upgrade your orange firmware to the oranges official latest firmware: ROM Version:2.73.61.66 for Orange
download here:
http://www.htc.com/uk/SupportViewNews.aspx?dl_id=864&news_id=514
Then you can just use the codes that you have and it will unlock the device!
you can get the code from:
http://www.unlock-now.com/
Hope this helps
cheers
hey, thx for the post )
some more questions ;=)
can you explain what this update contains? is it already android 2.1?
does it realy work
what does your little orange logo in the right upper corner of your user-box mean ? ;D
sry man would be glad for info // affirmation
greets
hi
benedict.s
thanks alot brother u saved my time thanks very much
It would be so good if this would work for Orange romania also but when i try to download the update by entering the s/n it says that the upload is not for me. so i should wait ahwhile i guess.
crazyVII said:
hey, thx for the post )
some more questions ;=)
can you explain what this update contains? is it already android 2.1?
does it realy work
what does your little orange logo in the right upper corner of your user-box mean ? ;D
sry man would be glad for info // affirmation
greets
Click to expand...
Click to collapse
It definitely wont be Android 2.1 as it hasn't been released yet, you will know for sure when it is released as EVERYONE will be talking about it!!!
Does it really work?... Hmmm,... I *think* so, but I only assume that from IRFAN99's comment saying...
irfan99 said:
benedict.s
thanks alot brother u saved my time thanks very much
Click to expand...
Click to collapse
But dont take that as gospel, you know what they say, "assumption is the mother of all f*~K ups"!!!
Can anyone please confirm if that works????
..... And the Orange logo is just referring to the network that BENEDICT.S is on, you can select yours in your profile settings.
And lastly,...
kasmq said:
It would be so good if this would work for Orange romania also but when i try to download the update by entering the s/n it says that the upload is not for me. so i should wait ahwhile i guess.
Click to expand...
Click to collapse
You can get the update that BENEDICT.S is talking about from here,... http://forum.xda-developers.com/showthread.php?t=559622
Let us know how it goes yeah?!
Peace out.
.

Easiest Way to get my phone working again :p

I guess I'll say what I did to end up here, first:
A few months back, I bought an unlocked HTC Hero (A626) from eBay. This evening, I decided it'd be a good idea to root the thing and install a nice 2.1 ROM.
2 hours later, I find myself with a locked phone. Or, at least, that's what it seems to be. My SIM is definitely *in* the phone, and it's quite adamant that it doesn't have one.
I *was* following the instructions at theunlockr.com about "rooting the hero in one click" - I downloaded the RUU downgrade for "unbranded European users" (though my phone is now in Canada... it *is* an unbranded European phone).
After some mess with drivers and HTC Sync, I finally got the 1.76 RUU to work (I was on 2.73 before)... until I ended up with error code 140; something about a device error.
Now, from my browsing, I'm fairly certain that I could get around this by making a Goldcard and retrying the downgrade and continuing with the root/upgrade.
What I want to know is: will this fix my phone? (making a goldcard, rooting and continuing with a custom rom, that is) Right now it's on radio 6.35.06.18, but I don't believe that changed since the RUU failed. The RUU seems to have locked the phone, and nothing else; every other piece of my data is still intact. If not, is there any way that I can make it work again?
Thanks very much; any help is appreciated
i seem to remember the 140 error when trying to apply the RUU. making a goldcard got me past it.
strange..from other ppl post on phone sim unlocking, rooting shouldnt affect the sim lock at all
krisrm said:
I guess I'll say what I did to end up here, first:
A few months back, I bought an unlocked HTC Hero (A626) from eBay. This evening, I decided it'd be a good idea to root the thing and install a nice 2.1 ROM.
2 hours later, I find myself with a locked phone. Or, at least, that's what it seems to be. My SIM is definitely *in* the phone, and it's quite adamant that it doesn't have one.
I *was* following the instructions at theunlockr.com about "rooting the hero in one click" - I downloaded the RUU downgrade for "unbranded European users" (though my phone is now in Canada... it *is* an unbranded European phone).
After some mess with drivers and HTC Sync, I finally got the 1.76 RUU to work (I was on 2.73 before)... until I ended up with error code 140; something about a device error.
Now, from my browsing, I'm fairly certain that I could get around this by making a Goldcard and retrying the downgrade and continuing with the root/upgrade.
What I want to know is: will this fix my phone? (making a goldcard, rooting and continuing with a custom rom, that is) Right now it's on radio 6.35.06.18, but I don't believe that changed since the RUU failed. The RUU seems to have locked the phone, and nothing else; every other piece of my data is still intact. If not, is there any way that I can make it work again?
Thanks very much; any help is appreciated
Click to expand...
Click to collapse
I dont see the sim lock being the cause of no network since you started messeing about with it as the sim lock is held on a totally different part of the phone so any ru update wouldnt effect that or the networks would be nackered, have you tried putting thte recovery image on http://android.modaco.com/content/htc-hero-hero-modaco-com/291486/06-jan-installing-the-patched-recovery-image-on-your-device/ and flashing one using that?
This is not a sim-lock issue. sounds like a goldcard is needed, as this is the bootloader lock you are experiencing...
Ok, well, I suppose I'll try the goldcard, then - one more question; once I make the goldcard, can I ever use the SD card normally afterwards? I don't know if I want to use my 8GB Class 6 if it's unusable as storage, after this :/ .
(Also, apologies to the mods for posting in the Development forums - 'tis what happens when one is low on sleep and stressed by phone problems )
EDIT: Ok - from some reading, it sounds like it's best for me to go looking for the 2GB card that came with the phone, as it will "just be a goldcard after this". If anyone wants to confirm this, that would be excellent. Thanks for all the help, by the way
Ok - I decided I'd try out Flashrec instead (I guess I wasn't on 2.73....7, rather 5, which apparently has the exploit needed to make flashrec work), and I flashed Cyanogen's recovery image successfully - I can boot into recovery mode and I get the familiar screen .
I just want to be very clear about this: can I now flash a custom ROM (preferably without bricking my phone )? (I was thinking Villain 4 Beta2, but if anyone else has a better suggestion... I'm looking for a 2.1 ROM with Sense). I'm not really sure I want to flash the "improved" recovery-RA-HERO right now, as I cannot su (I think this is an issue with me not having it on the phone, as I get "permission denied" errors when I try to run it). Would it be a wise idea to flash a custom ROM with su *first*, and then maybe update my recovery image?
Thanks
All right, sorry about that - disregard my above post; I went ahead with the update. I'm now running Villain4beta2 (2.1 is so nice ). However, I still have the "No Sim card in phone" issue, even though I most certainly *do* have a SIM card in the phone. Does anyone have any idea what's happened? Even better, does anyone know how I can fix this? I'd get it unlocked again, but as some of you mentioned, it doesn't really make sense that a ROM update would sim-lock the phone... Also, I have no idea which carrier it would have been locked to (it shouldn't have been locked to a carrier, really... it's a stock white international phone), so wouldn't that make unlocking rather difficult/impossible?
...and disregard *that* post as well. Turns out the Hero is *really* picky with the SIM tray. It has to be locked entirely; you can use your fingernails and swipe to the left if it doesn't work. Anyway, it had nothing to do with SIM locks and everything to do with me being incompetent at putting in the SIM . So, consider this problem SOLVED.
If it is incapable of detecting any inserted sim I imagine that will make unlocking impossible, since aiui to unlock you need to have a sim inserted belonging to a carrier other than the one it is locked to, in order for the phone to prompt you for an unlock code.
Was the sim recognised & working previously? I know you've just rooted it, but I'd be inclined to try flashing with a stock RUU, if you haven't already. Just pick an old one so you can root it afterwards without the hassle of a gold card.
If it doesn't work with a stock ROM I'd suspect a hardware problem, but it is strange if it was working prior to you starting to update flash. There's no way at any stage you attempted to flash a CDMA Hero rom to your GSM Hero (which I assume it is as you said it was European)? It doesn't seem likely, but worth double checking I guess.
Lol. I've done that before. Didn't think to suggest it as I never imagined anyone else could be as incompetent as me Glad you got it sorted.
Heheh, I do believe you've met your match . Thanks, everything is working beautifully now
krisrm said:
...and disregard *that* post as well. Turns out the Hero is *really* picky with the SIM tray. It has to be locked entirely; you can use your fingernails and swipe to the left if it doesn't work. Anyway, it had nothing to do with SIM locks and everything to do with me being incompetent at putting in the SIM . So, consider this problem SOLVED.
Click to expand...
Click to collapse
haha you clown, well at least now you have the rec image and you can flash away till your hearts content!!

Trying to root/flash my Hero (Three UK) but nothing works

Hey all,
I have a Hero on 3 UK network and since the stupid network dont seem to be releasing any updates for it, I want to root it and manually put 2.1/2.2 on there.
Problem is, NONE of the guides on how to flash it work.
Here's what I've tried so far:
Goldcard method - I have succesfully created a goldcard using a Kingston 1GB card (tested on a Desire and works). Trying to downgrade to the stock HTC ROM using HTC's RUU gives me error 140 (bootloader version error).
Rooting the phone - Phone is all hooked up to ADB, can poll it for information etc. Tried to boot it into a recovery image but get an error saying the following: "downloading 'boot.img'... FAILED (remote: not allow)"
Alternate rooting method - So I found out ROM version 2.73 or whatever it is has some kind of extra security on it. The guides are advising me to download flashrec.apk and install on phone to backup then flash the recovery sector of the phone. This doesnt work. I can neither backup nor apply the recovery images. Even if I override the backup part, it still wont work Just gives me yet another error.
Seems that my Hero is locked down with some impossible to break security. Anyone else having the same difficulty with Three UK? If so are there any other ways you guys may have come up with to root/flash your phone? I'm getting really pissed off with it and am probably going to do an insurance job on it if I cant flash it.
FYI, this phone has not been updated since August 2009. Everything on it is stock from Three UK.
Versions (if you think it's useful):
Firmware: 1.5
Build: 2.73.771.62
Baseband (radio): 63.18.55.06IU_6.35.08.22
Kernel: 2.6.27-430d1aea
Any help I shall be most grateful for!!
Follow my newbie guide. Should talk you through it step by step.
The bootloader error is probably a driver thing. Update your HTC Sync and it should update the drivers.
Sorry, just noticed the thread got moved, my mistake.
Anyone able to shed any more light on it?
I followed the noobie guide and it didnt work. I have the latest version of HTC Sync installed.
Insurance job looking more likely.
Still with error 140? Did you update the driver in fastboot / bootloader mode?
Alternatively try this: http://forum.xda-developers.com/showthread.php?t=726118
btdag said:
Still with error 140? Did you update the driver in fastboot / bootloader mode?
Alternatively try this: http://forum.xda-developers.com/showthread.php?t=726118
Click to expand...
Click to collapse
Which one is your noobie thread mate? I followed several threads off this forum all claiming to be noobie. TBH, they were all pretty straight forward enough, and worked when I helped my mate flash his Desire.
Min can be found here: http://forum.xda-developers.com/showthread.php?t=645253 (it's also in my signature )
Ok yeah, I'll just go over the points in your guide then explain how it failed...
Using Flashrec to backup and apply a recovery image...
Flashrec simply doesnt work on my phone (have tried about 3 different versions, including the very latest which is 1.13). No functions work. Cant even use the bypass backup button (hidden button to the right of backup button). That section ended there for me.
Goldcard method...
No matter what RUU I try to downgrade to, it does not work. Keep getting error 140 (incorrect bootloader version). The goldcard I made definitely works as we used the same one to downgrade my mates Desire today.
I found some other guides, which looked like they might help as they go a bit further, but ultimately every time I try and actually do something, it gets blocked, access denied or some other error.
Flashrec won't work if you're on the wrong version of android (i.e. not downgraded using goldcard).
Goldcard is fine it is most likely your drivers in your bootloader mode that are wrong - check them first.
Drivers were ok. I managed to downgrade using a newer version of the stock HTC ROM after scouring these forums for hours.
So in short... ALL GOOD.
Only problem I have now is that there is no manual update option on eclair (1.5). The 2.1 FOTA updates attempted to download before I setup the WiFi and now it wont come back.
If you want to stay official then you can put the month forward a few and the update should show up again.
Surely the point of this was to get root and a custom rom though no?
The point was actually to get Droid 2.1 'cos 3Uk are dragging their heels big time, but now opens up the options of loading custom ROM's.
TBH I'm happy just to have 2.1. Eclair was doing my head in with all its bugs.
Thanks for the tip with the date - it worked!
i wounder if you did it or not ? cuz o have the same demmn problem with my hero G2 touch t-mobile nothing work for me i try all methods i think last solution is to bring a big hummer and break it as i like (
Fellow 3 UK Hero Owner
I'd just like to add how angry I was when the 2.1 update failed to show up. The Goldcard method worked perfectly for me, then I looked at custom ROMs. I currently run Gingerbread and I have to say, not only is it SUPER fast and smooth but its way less buggy than the stock Hero ROMs.
I'm with the Cronos crew. To get the latest ROM, search for cronosproject (.org) and click forums. (cant post link because i haven't posted 8 times )
Seriously, you wont regret it
best way to fix this is...... make sure u have a file manager, download universal androot to your computer and then to your phone install through file manger and root phone then once rooted install rec image with rom manager from market.....there you go its rooted now follow my guide to flash custom roms properly and to root phones....
mayb its ur android version
may i please know it i can surely help you

[Q] 2.2.1 - complications on downgrade and root.

Phone: LG P500h - ANDROID v 2.2.1 buildnumber FRG83.
Country: Brazil
Anyway, what I know is that i have to downgrade it to 2.2 in order to be able to root. I've looked through a bunch of tutorials on a bunch of websites but there are a few questions i have about the process that isn't answered anywhere i've looked.
Apparently downgrading requires me to get a stock ROM from LG, there is a topic here for that but it does not have the right ROM for my country, i tried a couple codes but they all got me 404.
Can I just flash any standard ROM from, US maybe, will it work?
And if yes, how do I flash it? Apparently you can do that by booting into recovery mode, but to get there you need it to be rooted which I can't do.
I've read about KDZ and downloaded that but... it crashes a lot in my PC (whenever i try the Read Device) it gives me error and closes the program (windows program not responding dialog).
I'm afraid it might crash in the middle of it if i try flashing and that would brick my device.
Is there a simple way to flash a new ROM? Is that the first thing I have to do in order to get a custom ROM say Ubuntdroid? It says I need a new recovery... but for that I need to downgrade first? It's a lot to do... and I don't really get the order in which I should do it all in...
Can somebody post me a little "do this, then do that, then finally do that" so that I can understand it all finally?
Thanks in advance, and sorry for long post, was trying to be as informative as possible.
This shows what happens when I try reading the phone on KDZ... also a little part showing that I got my device to be recognized by windows...
also disabled the LGE modem on device manager, read that if I don't it'll get bricked.
Well it won't let me link the image so... just paste the name together.
www
novasite.com.br
/1.jpg
1. Find a suitable v2.2 stock ROM for flashing (link)
2. Use KDZ to flash it (I am not aware of another tool capable of doing that). Try doing that on a PC running Windows XP (important - that's where you're stuck now and I guess you're using Windows 7).
3. Root your phone - search for "z4root" on Market, install it.
4. Install Custom recovery, which will replace your current (stock) recovery mode (link - you may need to create an account on another forum in order to download).
5. Using Custom recovery you can now install any custom ROM and create nandroid backups to restore your phone to a certain (working) state.
You will have to use KDZ again if you ever want to flash a stock ROM, also losing the custom recovery. But you will have no reason to do that, except if you need to take your phone to some warranty repairs.
Good luck!
NEW PROBLEM: About step 1... i finally found a way to get my country's rom, but... it's.. the same thats on my device right now, it says V10a_02 and thats the same on my phone (the kdz read phone tells me that) so... won't I just be flashing the same 2.2.1 again?
http://csmg.lgmobile.com:9002/swdata/WEBSW/LGP500H/ABRABK/V10A_02/V10A_02.kdz <---- the rom the topic tells me to get.
How do I know what version of android is in that rom? and if i can't, can you link me to a rom that does?
I found one from another country that the guy said is 2.2... but... will it work if i flash that one? does it HAVE to be for my country? also my model is p500h (the h) is it different from the p500 (different as in flashing p500 without h roms on it will kill it?)
As for flashing it...
I think maybe a computer with win xp will do the trick for kdz.
i've found this post today:
http://forum.xda-developers.com/showthread.php?t=944881
is it better to use that than kdz? theres no replies on topic saying "hey it worked" so i'm a little worried, but apart from a few errors it seems to work on my win 7....
i guess the reply would be "i only know kdz, do it with kdz" but i thought i might ask...
Indeed, I have not tried that method and therefore I can't recommend it. At least KDZ is successfully tested. If you are patient enough to wait for some replies either here or in that topic, you may find out if it works. I would recommend it only if you have no other choice, like if you're unable to try KDZ on an XP machine.
In the mean time, I remembered that a newer version of Custom recovery is available (v1.2) - here. But you still need to download a file and read the tutorial from that other forum I mentioned in the previous post.
what about the first part of the post? i think i might have added that after you replied i don't know... asking about the rom i found if it isn't the same i have on my phone. and asking if i can just add another country's one...
edumazieri said:
Phone: LG P500h - ANDROID v 2.2.1 buildnumber FRG83.
Country: Brazil
Anyway, what I know is that i have to downgrade it to 2.2 in order to be able to root. I've looked through a bunch of tutorials on a bunch of websites but there are a few questions i have about the process that isn't answered anywhere i've looked.
Apparently downgrading requires me to get a stock ROM from LG, there is a topic here for that but it does not have the right ROM for my country, i tried a couple codes but they all got me 404.
Can I just flash any standard ROM from, US maybe, will it work?
And if yes, how do I flash it? Apparently you can do that by booting into recovery mode, but to get there you need it to be rooted which I can't do.
I've read about KDZ and downloaded that but... it crashes a lot in my PC (whenever i try the Read Device) it gives me error and closes the program (windows program not responding dialog).
I'm afraid it might crash in the middle of it if i try flashing and that would brick my device.
Is there a simple way to flash a new ROM? Is that the first thing I have to do in order to get a custom ROM say Ubuntdroid? It says I need a new recovery... but for that I need to downgrade first? It's a lot to do... and I don't really get the order in which I should do it all in...
Can somebody post me a little "do this, then do that, then finally do that" so that I can understand it all finally?
Thanks in advance, and sorry for long post, was trying to be as informative as possible.
Click to expand...
Click to collapse
First backup your data, then download a factory ROM, it doesn't matter which version u download, what matters is the version. Make sure that it's 2.2 and not 2.2.1 or 2.2.2. Follow all the below steps without skippin any, no matter how simple or stupid they are.
Link for shipped ROM - http://forum.xda-developers.com/showthread.php?t=865479
Now download KDZ updater and uncompress it
http://www.4shared.com/file/UleS4dP3/KDZ_FW_UPD_EN.html
Install msxml.msi from the uncompressed directory
Charge your battery to almost full state (I'm not sure, but it can be reason if phone doesn't start)
Turn phone off somehow (remove battery etc.)
Install drivers properly
Get rid of all usb drivers like Nokia, microsoft visual ++ run time environments
Install the LG drivers by selecting the update manager from the lg site
Disable LGE Virtual Modem. In your Windows operating system, go to Control Panel > System > Hardware > Device Manager > Modems > Right click on LGE Virtual Modem and click Disable.
Press and keep pressed "Volume up"+"Return" and connect USB cable to phone
Yellow screen with text emergency mode should appeared
Shake the handset (I know, it sounds ... strange, but it helps for ones, so... why don't try it?) UPDATE: Read some quotes on bottom.
Run KDZ_FW_UPD.exe (Has administrator).
Select Type : 3GQCT (I have one report that CDMA mod works too)
Select PhoneMode : DIAG (in case of fail try EMERGENCY, and as last chance use CS_EMERGENCY)
I Recommend do not switch phone off. There was some people, which done it and after they was not be able to turn it on again. If flashing failed, just select some another mode and try it again, again, try shake/connect disconnect, again, again....
In KDZ file : Choose the ROM file you downloaded in the first step
Press Launch software update
Shake the handset (I know, it sounds ... strange, but it helps for ones, so... why don't try it?) UPDATE: Read some quotes on bottom.
Now Root it via Z4root - http://forum.xda-developers.com/showthread.php?t=833953
Then install custom recovery - http://forum.xda-developers.com/showthread.php?t=844483
Then download n flash any ROM of your choice, I wud sugget install Void or LOL.
Edit :- By the time I replied, many have already replied. Anyways you can check my reply too :-D
Mithun.
"it doesn't matter which version u download, what matters is the version."
does that mean it doesn't matter what country or operator the rom is for, as long as it is android version 2.2?
i have one from portugal (not my country) and that one is made for P500 mine is P500H... if that makes a difference i don't know, but i do know that rom is android 2.2. can i flash that one?
i also have one that i got from that topic following the instructions of putting my serial number, it linked me to a rom V10A_02... on KDZ when i try to read my device it says i have V10A_02 too. isn't that the same one i have now? with android 2.2.1? if it is it's very pointless to flash the same rom already in it.
any way to check?
because that is my last doubt ;p
edumazieri said:
"it doesn't matter which version u download, what matters is the version."
does that mean it doesn't matter what country or operator the rom is for, as long as it is android version 2.2?
i have one from portugal (not my country) and that one is made for P500 mine is P500H... if that makes a difference i don't know, but i do know that rom is android 2.2. can i flash that one?
i also have one that i got from that topic following the instructions of putting my serial number, it linked me to a rom V10A_02... on KDZ when i try to read my device it says i have V10A_02 too. isn't that the same one i have now? with android 2.2.1? if it is it's very pointless to flash the same rom already in it.
any way to check?
because that is my last doubt ;p
Click to expand...
Click to collapse
Yes.... you can choose any country. I tried the Australian version. Use the below one http://csmg.lgmobile.com:9002/swdata/WEBSW/LGP500/AAUSBK/V10a_00/V10A_00.kdz
edumazieri said:
what about the first part of the post? i think i might have added that after you replied i don't know... asking about the rom i found if it isn't the same i have on my phone. and asking if i can just add another country's one...
Click to expand...
Click to collapse
As far as my knowledge goes, the LG P500h you have is the same phone as the P500, only branded for Telus. The hardware should be identical, therefore you may use any ROM designed for the P500 family.
The only thing you may miss if you install a ROM not customized for a Brasil (or South America) network operator is the internet acces point name, thus rendering your phone unable to acces the internet trough its data service connection, but only trough WiFi. Nevertheless, the phone's APN can be configured manually, all you need are the correct settings from your mobile operator and you're good to go.
Ok since you guys told me i can go ahead and flash any country ROM i just did and now my device burst into flames and then the flames consumed my apartment.
ok, not. it worked too well actually, i did the kdz procedure on my win 7 anyway, despite the errors when reading device info, and it took like, 1 minute, rebooted, took like 2 minutes on the android screen then it came back, with all my data still there... i thought it didn't do anything but... its now version 2.2
i tried z4root, worked ... got the superuser app and.... i'm happy ^^ thaaaanks!
anyway about the custom recovery thing..
i'm going to install the one in that post you gave me...
but i read something about the best one being clockwork something...
shouldn't i go ahead and install that one?
or can i do everything i need with this one you guys linked?
edumazieri said:
Ok since you guys told me i can go ahead and flash any country ROM i just did and now my device burst into flames and then the flames consumed my apartment.
ok, not. it worked too well actually, i did the kdz procedure on my win 7 anyway, despite the errors when reading device info, and it took like, 1 minute, rebooted, took like 2 minutes on the android screen then it came back, with all my data still there... i thought it didn't do anything but... its now version 2.2
i tried z4root, worked ... got the superuser app and.... i'm happy ^^ thaaaanks!
anyway about the custom recovery thing..
i'm going to install the one in that post you gave me...
but i read something about the best one being clockwork something...
shouldn't i go ahead and install that one?
or can i do everything i need with this one you guys linked?
Click to expand...
Click to collapse
Glad that it worked Install the Amon_RA's recovery!!! Many ROM's for OO won't support clock work I suppose. Amon RA's recovery is neat, I've been using that from the time I had an HTC tattoo.
For your Custom Recovery.... http://androidforums.com/getitnowma...ry-optimus-one-p500-thunderg.html#post1896517
edumazieri said:
anyway about the custom recovery thing..
i'm going to install the one in that post you gave me...
but i read something about the best one being clockwork something...
shouldn't i go ahead and install that one?
or can i do everything i need with this one you guys linked?
Click to expand...
Click to collapse
You can do anything you need with ThunderG. Now that version 1.2 supports backup and restore of ext4 partitons (a feature you don't need if you don't plan on installing a custom ROM... but you will, eventually ), it is complete.
Moreover, in ClockworkMod's first topic says: "This recovery will not allow you to flash every ZIP file". ThunderG does, if you choose to allow flashing of unsigned zip files. Sometimes this is useful.
Peeeeeerfect
Recovery installed, LOL ROM installed, all fast smooth and error-free.
no more screen touch lag, it's soooooo much faster now, overclocked, i have yet to test my emulators but i can only guess they're gonna be at least 150% better lol.
thank you all very much for taking the time to help me ^^
ONE LAST QUESTION: I PLAN ON BUYING A NEW SD CARD, JUST PLUG IT IN AND IT'LL FORMAT THEN CREATE THE NEEDED FILES THEN I INSTALL STUFF BACK ON IT, SIMPLE AS THAT?
Simple as that =D
Although there are some criteria with the sd card or you'll get unmounting problems.
Use a class 4 or higher card
format with fat32
I've never officially tried this method but its apparently supposed to help
allocation unit size: 64kb when you're formatting
edumazieri said:
Recovery installed, LOL ROM installed, all fast smooth and error-free.
no more screen touch lag, it's soooooo much faster now, overclocked, i have yet to test my emulators but i can only guess they're gonna be at least 150% better lol.
thank you all very much for taking the time to help me ^^
ONE LAST QUESTION: I PLAN ON BUYING A NEW SD CARD, JUST PLUG IT IN AND IT'LL FORMAT THEN CREATE THE NEEDED FILES THEN I INSTALL STUFF BACK ON IT, SIMPLE AS THAT?
Click to expand...
Click to collapse
So, how does it goes?!
I´m brazilian too, got a brand new LG Optimus One from ViVo, and a want to know if you´re having any troubles with conections, calls, internet, 3G etc.
OK, id did the flash
I´m afraid that if flash any custom rom, it will break or cause any misfuncition of the 3g service.
Any idea?!
== Updated
Ok, I´ve flashd it with KDZ and the log show´s thats all ok
"14:34:45 : ===FINISHED=== "
BUt its taking like FOREVER to start... almost 30min on android screen. Is this normal?! Should i restart the phone?!
leave it some more time , try shaking it ...
shake trick sometimes helps
Help please..
I did as instructed in the step to step procedures. kdz posted finished but my phone is still at the yellow screen..i did shaking but nothing happens..Is this normal?..SHould i wait..

Noob questions regarding Hasoon2000's All-in-one toolkit and rooting/installing ICS

Before I get bashed for not posting in Hasoon2000's All-in-one toolkit thread (http://forum.xda-developers.com/showthread.php?t=1493905), I would just like to say that I just joined the forum and wasn't allowed to post in the thread for questions/problems. With that out of the way, I'll start by saying that I have a HTC Amaze 4G (T-Mobile USA) on android version 2.3.4 and software number 1.36.531.6, not rooted and completely stock.
Background info: The reason why I want to root is because for some odd reason my amaze didn't get receive the OTA ics update. I checked for it manually just about everyday and I also did not receive a notification for a new software update. I also contacted customer service and they were no help. I would just like to root my phone and install ICS for now and later in the future install a stable custom rom that has sense 4.0.
Questons:
1. Does the Amaze have to be connected to the PC before the start of the first step(Install HTC Drivers)? If so, what is the screen on the phone supposed to be on(Is the phone supposed to be turned off or on? Is it supposed to be in disc drive mode? bootloader? etc..)?
2. Which recovery should I use after my bootloader is unlocked? and also what is the phone supposed to be on (bootloader, regular screen, other)?
3. How do I install ICS after successfully rooting?
I apologize for the long post and noob questions. I had an iPhone before getting the htc amaze and jailbreaking/unlocking was very easy whereas this seems to be a bit more tricky. If there is a thorough and detailed STEP-BY-STEP tutorial anywhere else, please let me know.
Thank You!
Kashif92k said:
Before I get bashed for not posting in Hasoon2000's All-in-one toolkit thread (http://forum.xda-developers.com/showthread.php?t=1493905), I would just like to say that I just joined the forum and wasn't allowed to post in the thread for questions/problems. With that out of the way, I'll start by saying that I have a HTC Amaze 4G (T-Mobile USA) on android version 2.3.4 and software number 1.36.531.6, not rooted and completely stock.
Background info: The reason why I want to root is because for some odd reason my amaze didn't get receive the OTA ics update. I checked for it manually just about everyday and I also did not receive a notification for a new software update. I also contacted customer service and they were no help. I would just like to root my phone and install ICS for now and later in the future install a stable custom rom that has sense 4.0.
Questons:
1. Does the Amaze have to be connected to the PC before the start of the first step(Install HTC Drivers)? If so, what is the screen on the phone supposed to be on(Is the phone supposed to be turned off or on? Is it supposed to be in disc drive mode? bootloader? etc..)?
2. Which recovery should I use after my bootloader is unlocked? and also what is the phone supposed to be on (bootloader, regular screen, other)?
3. How do I install ICS after successfully rooting?
I apologize for the long post and noob questions. I had an iPhone before getting the htc amaze and jailbreaking/unlocking was very easy whereas this seems to be a bit more tricky. If there is a thorough and detailed STEP-BY-STEP tutorial anywhere else, please let me know.
Thank You!
Click to expand...
Click to collapse
First welcome..I use to be an iPhone user also...before even starting update to ics. It should be available ota. Yes it has to be connected to you pc make sure usb debugging is on. Hasoon has the instructions in his post. But you have to be in bootloader screen. Use 4ext for recovery. Then root....you should be good to go. Make sure you make a nandroid backup
Sent from my HTC_Amaze_4G using Tapatalk 2
Flipnfr3ak said:
First welcome..I use to be an iPhone user also...before even starting update to ics. It should be available ota. Yes it has to be connected to you pc make sure usb debugging is on. Hasoon has the instructions in his post. But you have to be in bootloader screen. Use 4ext for recovery. Then root....you should be good to go. Make sure you make a nandroid backup
Sent from my HTC_Amaze_4G using Tapatalk 2
Click to expand...
Click to collapse
Thanks for the quick reply! Every time I manually search for the OTA update, it says "There are no updates available for your phone.", so I unfortunately can't update it OTA. I'm very new to all of this, so I don't know the terminology for a lot of the things on the forum. How do I make sure usb debugging is on and also what is a nandroid backup? Also, am I supposed to be on the bootloader screen the entire time?
Kashif92k said:
Before I get bashed for not posting in Hasoon2000's All-in-one toolkit thread (http://forum.xda-developers.com/showthread.php?t=1493905), I would just like to say that I just joined the forum and wasn't allowed to post in the thread for questions/problems. With that out of the way, I'll start by saying that I have a HTC Amaze 4G (T-Mobile USA) on android version 2.3.4 and software number 1.36.531.6, not rooted and completely stock.
Background info: The reason why I want to root is because for some odd reason my amaze didn't get receive the OTA ics update. I checked for it manually just about everyday and I also did not receive a notification for a new software update. I also contacted customer service and they were no help. I would just like to root my phone and install ICS for now and later in the future install a stable custom rom that has sense 4.0.
Questons:
1. Does the Amaze have to be connected to the PC before the start of the first step(Install HTC Drivers)? If so, what is the screen on the phone supposed to be on(Is the phone supposed to be turned off or on? Is it supposed to be in disc drive mode? bootloader? etc..)?
2. Which recovery should I use after my bootloader is unlocked? and also what is the phone supposed to be on (bootloader, regular screen, other)?
3. How do I install ICS after successfully rooting?
I apologize for the long post and noob questions. I had an iPhone before getting the htc amaze and jailbreaking/unlocking was very easy whereas this seems to be a bit more tricky. If there is a thorough and detailed STEP-BY-STEP tutorial anywhere else, please let me know.
Thank You!
Click to expand...
Click to collapse
Not sure if this helps...but this is what I did. I originally posted it on T-mo forum. At the very least it will put you in the ballpark...good luck. Just trying to help. These other guys know a lot more than myself. I'm sure the community will get you through it.
"Re: Leaked ICS in the wild!
Okay. Got it. Long story short:
1. Download file onto PC http://www.filefactory.com/f/40bba0821a54f264/
2. Put file on SD card (I recomend different SD card.)
3. After it is on SD card, rename file "PH85IMG" *** No ".zip." ***
4. Power down phone
5. Remove/replace SD card
6. Remove battery
7. Replace battery
8. Power up the phone hold "power button and volume down" at the same time.
9. Hboot will appear...let go of buttons. the phone will then start reading the SD card. "Checking PH85IMG"
10. After that instructions will appear. At the bottom of the info you will see the prompt: "Do you want to start update?" Now Volume up for "Yes."
11. Once you volume up for yes it will begin checking the files. (After some time it updated a few files and the screen went black. I hit the power button and and it started updating all files.
In closing you "WILL" lose all info, contacts, text, email and any other setting on the phone. It will be just like when you pulled it out of the box for the first time."
badgerdave made an excellent post and has it right - almost. I just want to clarify a couple of things.
First...he gave a link to the leaked RUU of the ICS OTA update. This file will install as he described WITHOUT requiring root and results in a phone in out-of-the-box condition - no root, with ICS 4.0:3 and Sense 3.6.
Second...the file must be named 'PH85IMG.zip' - WITH the .zip extension. A common mistake is to have file extensions hidden so when the file is renamed it is actually 'PH85IMG.zip.zip' resulting in installation failure.
Registered Linux user #266531. Android user since v1.0.
yes so first before rooting or unlcoking anything download your carriers ruu but it in you sd card and boot to boootloder (vol down + power button) it will install then use hasoon tool kit to unlock boot loader then flash 4ext recovery then root then flash rom
Crashdamage said:
badgerdave made an excellent post and has it right - almost. I just want to clarify a couple of things.
First...he gave a link to the leaked RUU of the ICS OTA update. This file will install as he described WITHOUT root and results in a phone in out-of-the-box condition - no root, with ICS 4.0:3 and Sense 3.6.
Second...the file must be named 'PH85IMG.zip' - WITH the .zip extension. A common mistake is to have file extensions hidden so when the file is renamed it is actually 'PH85IMG.zip.zip' resulting in installation failure.
Registered Linux user #266531. Android user since v1.0.
Click to expand...
Click to collapse
Crashdamage:can I use the same process to go back to the original stock ROM prior to any OTAs? And here is why I want to do that.
I got my phone in January 2012. I received a message about an OTA. I did the update. My Plantronics Voyager Pro and 2-Explorers came in. I tried them out on the phone and the reception and range were completely horrible. 1-2 Ft. the Explorers had slightly better sound quality.
After some research on t-mo forum I found that there were others with the same problem. (The first Product Review that complains about Bluetooth issue was December 17, 2011. The first OTA was released on December 12, 2012. Coincidence?) Some of the people said their BT worked fine prior to the first OTA. T-mo's corporate line was "ICS will fix everything." I waited for ICS as long as I could and did the "Leaked ICS."
ICS did not fix the problem....but it did improve it from 1-2 Ft. to 8-10 Ft. It still has quite a bit of static. Therefore because ICS did improve the problem, I want to test the theory that everything was fine with the original ROM. Kind of a "test the theory" and "process of elimination."
Any help form you and the community will be greatly appreciated. I hope at the end of this I can take my findings back to the others that are having this same problem...some of them that have done multiple handset exchanges and still have the problem. -THANKS-
My question to you guys is, why root if you want to update to ICS? You do know all the OTA files are available and I wrote a tutorial to update your device manually using them, right?
I want to say it, but I won't, I'm not up for the rants, etc.
badgerdave, if I remember correctly, you're from the tmo community fora, right? You had an issue with your BT and someone posted saying theirs worked great when they rooted their device. You can try a few custom roms, but nobody is definite on your end result until you do it.
Also you guys need to quit using those slow filefactory uploads, devs, RC's, myself included uploaded those files to dev-host accounts for faster, easier downloads, those links can be found in the stock ruu/ota thread, use those and PLEASE READ the dev section, there's updated post and links on the very first threads, I don't get why there's a need to dig up older threads with outdated files/info for something so simple.
Dark Nightmare said:
My question to you guys is, why root if you want to update to ICS? You do know all the OTA files are available and I wrote a tutorial to update your device manually using them, right?
I want to say it, but I won't, I'm not up for the rants, etc.
badgerdave, if I remember correctly, you're from the tmo community fora, right? You had an issue with your BT and someone posted saying theirs worked great when they rooted their device. You can try a few custom roms, but nobody is definite on your end result until you do it.
Also you guys need to quit using those slow filefactory uploads, devs, RC's, myself included uploaded those files to dev-host accounts for faster, easier downloads, those links can be found in the stock ruu/ota thread, use those and PLEASE READ the dev section, there's updated post and links on the very first threads, I don't get why there's a need to dig up older threads with outdated files/info for something so simple.
Click to expand...
Click to collapse
Yes DN that is me. But...I'm am not an anomaly where this BT issue is concerned. I have dated it back to the first posted product review
(December 17, 2011) that listed the BT as an issue...others came after. December 17 is 5 days after the first OTA. There are no bad BT reviews prior to that date.
I am not trying to be difficult. I actually downloaded the PDF for the Amaze Bible and installed it onto my rooted HP Touchpad. I read what you are talking about. (Keep in mind that you guy do this stuff all the time with multiple devices. This comes easy to you. Not so much for those of us that get directed to this forum because our questions and problems surpass the T-mo site.)
That being said..I'll just try my hand at using this link: http://d-h.st/8pm to get what I think I need and then try installing it like I did the first "Leaked ICS"
Thanks for your help.
New motto: Believe in oneself...because no else does.
badgerdave said:
Yes DN that is me. But...I'm am not an anomaly where this BT issue is concerned. I have dated it back to the first posted product review
(December 17, 2011) that listed the BT as an issue...others came after. December 17 is 5 days after the first OTA. There are no bad BT reviews prior to that date.
I am not trying to be difficult. I actually downloaded the PDF for the Amaze Bible and installed it onto my rooted HP Touchpad. I read what you are talking about. (Keep in mind that you guy do this stuff all the time with multiple devices. This comes easy to you. Not so much for those of us that get directed to this forum because our questions and problems surpass the T-mo site.)
That being said..I'll just try my hand at using this link: http://d-h.st/8pm to get what I think I need and then try installing it like I did the first "Leaked ICS"
Thanks for your help.
New motto: Believe in oneself...because no else does.
Click to expand...
Click to collapse
Not that no one believes in you, but think about this for a minute, many contributors, devs and regular users alike here saw the issue many were having, saw how complicated getting things done were, so we put as much time into making this all simple, I'm talking months of work, endless hours of typing and research to simplify things here, so for you to say you're unable to find things here, that kinda hurts, I myself worked on making the ICS update as simple as possible, I've posted multiple times, more than I can count on how to fix soft bricks and how to restore to complete stock, so you can tell how hard it is to believe when people say we're not helpful and we don't make things simple, if you have a question, ask it flat out, I'll be straight with you that I know what you read and did not read, I can tell you exactly where everything can be found for this device and I've been here a mere month or two, you know what? It's pointless, no point in me saying anything anymore, I guess I should just follow suit of every other contributor around here and just move on to another device like they all did/doing.
So have a nice day, if you can find what you're looking for in the amaze bible thread, PM one of the writers, sure they'd be glad to help, they always have been and always will be very nice helpful individuals.
New motto: I am officially out of the amaze forum.
badgerdave said:
Not sure if this helps...but this is what I did. I originally posted it on T-mo forum. At the very least it will put you in the ballpark...good luck. Just trying to help. These other guys know a lot more than myself. I'm sure the community will get you through it.
"Re: Leaked ICS in the wild!
Okay. Got it. Long story short:
1. Download file onto PC
2. Put file on SD card (I recomend different SD card.)
3. After it is on SD card, rename file "PH85IMG" *** No ".zip." ***
4. Power down phone
5. Remove/replace SD card
6. Remove battery
7. Replace battery
8. Power up the phone hold "power button and volume down" at the same time.
9. Hboot will appear...let go of buttons. the phone will then start reading the SD card. "Checking PH85IMG"
10. After that instructions will appear. At the bottom of the info you will see the prompt: "Do you want to start update?" Now Volume up for "Yes."
11. Once you volume up for yes it will begin checking the files. (After some time it updated a few files and the screen went black. I hit the power button and and it started updating all files.
In closing you "WILL" lose all info, contacts, text, email and any other setting on the phone. It will be just like when you pulled it out of the box for the first time."
Click to expand...
Click to collapse
Crashdamage said:
badgerdave made an excellent post and has it right - almost. I just want to clarify a couple of things.
First...he gave a link to the leaked RUU of the ICS OTA update. This file will install as he described WITHOUT requiring root and results in a phone in out-of-the-box condition - no root, with ICS 4.0:3 and Sense 3.6.
Second...the file must be named 'PH85IMG.zip' - WITH the .zip extension. A common mistake is to have file extensions hidden so when the file is renamed it is actually 'PH85IMG.zip.zip' resulting in installation failure.
Registered Linux user #266531. Android user since v1.0.
Click to expand...
Click to collapse
I tried the steps given and everything was going fine until step number 10. I never got a prompt asking to update my phone. Instead it just took me back to the hboot screen with the three androids skating at the bottom with the options: fastboot, recovery, factory reset, clear storage, simlock, image crc. I already had an ICS file downloaded from previous trials to install it, so I didnt use the link you posted, not sure if that matters or not. Anyways, I tried to hit recovery and then a picture of a phone with a red exclamation mark showed up. I then hit the volume up button and power at the same time. Then i went to "apply update from sd card" and then i got an invalid operation and the phone just rebooted normally without applying any update. Any ideas?
Kashif92k said:
I tried the steps given and everything was going fine until step number 10. I never got a prompt asking to update my phone. Instead it just took me back to the hboot screen with the three androids skating at the bottom with the options: fastboot, recovery, factory reset, clear storage, simlock, image crc. I already had an ICS file downloaded from previous trials to install it, so I didnt use the link you posted, not sure if that matters or not. Anyways, I tried to hit recovery and then a picture of a phone with a red exclamation mark showed up. I then hit the volume up button and power at the same time. Then i went to "apply update from sd card" and then i got an invalid operation and the phone just rebooted normally without applying any update. Any ideas?
Click to expand...
Click to collapse
First of all before getting to a solution, you need to point out your device info, that way nobody would be guessing, so provide the following and we'll work from there:
hboot version:
software version currently:
s-on or s-off:
bootloader unlocked: yes or no
carrier:
from there solving your problem would be very much more simple.
Dark Nightmare said:
First of all before getting to a solution, you need to point out your device info, that way nobody would be guessing, so provide the following and we'll work from there:
hboot version:
software version currently:
s-on or s-off:
bootloader unlocked: yes or no
carrier:
from there solving your problem would be very much more simple.
Click to expand...
Click to collapse
this is what is see on the hboot screen:
" ***LOCKED***
RUBY PVT SHIP S-ON RL
HBOOT-1.90.0004
eMMC-boot
Sep 15 2011, 18:13:11 "
The bootloader is locked, The carrier is T-Mobile USA. Im running on Android version 2.3.4 and the software version is 1.36.531.6. I also took a look at your tutorial for installation before I tried to do it myself.
Kashif92k said:
this is what is see on the hboot screen:
" ***LOCKED***
RUBY PVT SHIP S-ON RL
HBOOT-1.90.0004
eMMC-boot
Sep 15 2011, 18:13:11 "
The bootloader is locked, The carrier is T-Mobile USA. Im running on Android version 2.3.4 and the software version is 1.36.531.6. I also took a look at your tutorial for installation before I tried to do it myself.
Click to expand...
Click to collapse
And what exactly was your result of attempting to manually update via the OTA files? Answer asap, I'll just move you on to the next method of getting it done via the latest leaked file if you can't get it done via the ota file.
Dark Nightmare said:
And what exactly was your result of attempting to manually update via the OTA files? Answer asap, I'll just move you on to the next method of getting it done via the latest leaked file if you can't get it done via the ota file.
Click to expand...
Click to collapse
Whenever I would manually search for the ICS update OTA, it would just say that my phone was already up to date (even though I am running on GB). Should I try to re-download the T-Mobile OTA file on 4shared that is on your tutorial? And then rename it to "PH85IMG.zip"? If not, please guide me to the next option/step. I really appreciate the help!! :good:
Kashif92k said:
Whenever I would manually search for the ICS update OTA, it would just say that my phone was already up to date (even though I am running on GB). Should I try to re-download the T-Mobile OTA file on 4shared that is on your tutorial? And then rename it to "PH85IMG.zip"? If not, please guide me to the next option/step. I really appreciate the help!! :good:
Click to expand...
Click to collapse
Redownload the ota file from here: http://d-h.st/tdM
Once you download it, place the file on your external sd card, not in any folders, just on the sd card.
Turn your device off
volume down and power on to boot into hboot
select recovery and wait for it to reboot
it should give you a red triangle error, ignore it and press volume up then power button
a recovery menu should pop up, once you see that menu, use the volume buttons to scroll down to the install update from external and hit power to select
it should give you a list of all the files on your sd card, use the volume buttons to highlight the file you downloaded and hit power to select, it should begin updating your device.
Dark Nightmare said:
Redownload the ota file from here: http://d-h.st/tdM
Once you download it, place the file on your external sd card, not in any folders, just on the sd card.
Turn your device off
volume down and power on to boot into hboot
select recovery and wait for it to reboot
it should give you a red triangle error, ignore it and press volume up then power button
a recovery menu should pop up, once you see that menu, use the volume buttons to scroll down to the install update from external and hit power to select
it should give you a list of all the files on your sd card, use the volume buttons to highlight the file you downloaded and hit power to select, it should begin updating your device.
Click to expand...
Click to collapse
ok, I followed the steps and tried it just now and I get an error message like this:
E:Can't open /cache/recovery/command
-- Invalid operation. --
Success Rebooting by reason: oem-00...
Also the the background is black with the red triangle error and the text is in yellow.
Kashif92k said:
ok, I followed the steps and tried it just now and I get an error message like this:
E:Can't open /cache/recovery/command
-- Invalid operation. --
Success Rebooting by reasonem-00...
also the the background is back with the red triangle error and the text is in yellow.
Click to expand...
Click to collapse
Yeah I expected that, seems only s-off users can proceed with that method.
This one should work fine though.
Download this file here: http://d-h.st/3VD
rename it PH85IMG and place it on the root of your sd card the same way you did the last file, it has to be named exactly that and in caps
reboot into bootloader, volume up when the file finishes loading, it's gonna install the update and reboot itself, let it boot properly, first boot may take a few minutes.
Dark Nightmare said:
Yeah I expected that, seems only s-off users can proceed with that method.
This one should work fine though.
Download this file here: http://d-h.st/3VD
rename it PH85IMG and place it on the root of your sd card the same way you did the last file, it has to be named exactly that and in caps
reboot into bootloader, volume up when the file finishes loading, it's gonna install the update and reboot itself, let it boot properly, first boot may take a few minutes.
Click to expand...
Click to collapse
The file is downloading right now. When I put the ICS file on the microsd card, do I rename it to "PH85IMG" or "PH85IMG.zip"? I'm also assuming that I have to follow the same steps you gave me on my last attempt to install?
Kashif92k said:
The file is downloading right now. When I put the ICS file on the microsd card, do I rename it to "PH85IMG" or "PH85IMG.zip"? I'm also assuming that I have to follow the same steps you gave me on my last attempt to install?
Click to expand...
Click to collapse
just PH85IMG, don't worry about the .zip part, it's already there, just not visible, no do not use the same steps, follow the steps I outlined above when I specified the file and what to do with it.

Categories

Resources