[RADIO] Update to OTA radio 26.03.02.26_M - G2 and Desire Z Android Development

!!! ANY RADIO UPDATE COULD BRICK YOUR PHONE !!!
You have been warned​
Info:
If you haven't updated to OTA (or can't because you deleted the faulty Google Googles) but still want the updated radio, you can apply the firmware.zip found in the latest OTA.
Setup:
Download and open the OTA (e4aaacea73af.OTA_Vision_TMUS_1.22.531.8-1.1.19.531.1_release_signed.zip)
Extract the 'firmware.zip' file out (to your desktop or some folder)
Rename the 'firmware.zip' file you extracted to 'PC10IMG.zip'
Copy (or move) PC10IMG.zip to the root of your G2 microSD card
Charge your G2 to FULL battery
Flash:
Power off your G2
Plug your G2 into AC power
Boot into the G2 bootloader by holding VOL_DOWN and press POWER, continuing to hold VOL_DOWN until the bootloader screen appears
Wait while it checks the PC10IMG.zip file
Press VOL_UP to flash
WAIT
Press POWER to reboot (it actually turned my G2 off, and I had to turn it back on)
Result:
You will have the OTA radio without updating to OTA. Since the OTA didn't update the bootloader (SPL/HBOOT), you will still have S-OFF if you applied it before. You will need to re-flash a custom recovery if you had one before, as well as reapply Cyanogen's bacon-bits if you had applied this before.
Notes:
I lost WiFi when rebooting into Android. I used RomManager to reflash ClockworkMod recovery, then rebooted into recovery to reflash Cyanogen's bacon-bits. This restored my WiFi.
Reference:
OTA - T-Mobile nationwide OTA UPDATE
S-OFF - [GUIDE] Perma-root and S-OFF!!
ClockworkMod recovery - [RECOVERY] ClockworkMod Recovery for G2
Bacon Bits - [ADDON] Vision BaconBits

Oh, the irony! I couldn't update the OTA because of Google Goggles being uninstalled. Prior to that, I backed up my phone through Clockworks Recovery, so I applied that (which had Goggles installed), did the OTA update, and then went through re-rooting my phone.
I wish this was posted sooner but oh well. I've got OTA installed after a pre-OTA root and re-rooted it.

Thank you for this!
Sent from my T-Mobile G2 using XDA App

I did everything as instructed, but still couldn't get the ota to work. I have pre ota root and clockworkmod recovery... could the recovery be interfering with it? Been trying to get stock recovery with no luck. I still have the old radio. Pc10img.zip is recognized, but after it says parsing it, just returns to the menu of the hboot... what am I doing wrong?

scribbin said:
I did everything as instructed, but still couldn't get the ota to work. I have pre ota root and clockworkmod recovery... could the recovery be interfering with it? Been trying to get stock recovery with no luck. I still have the old radio. Pc10img.zip is recognized, but after it says parsing it, just returns to the menu of the hboot... what am I doing wrong?
Click to expand...
Click to collapse
This doesn't actually apply the WHOLE OTA, just the boot, radio, and recovery. The radio is the only thing I wanted, but I am unable to make a successful update.zip for just the radio. If anyone has experience with this, please PM me.
A few things to try:
- check the filesize; your PC10IMG.zip (originally firmware.zip) file should be exactly 19,364,782 bytes (windows might report size-on-disk larger)
- use a different microsd card
- format the card fat32
- put PC10IMG.zip as the only file on the card
I flashed this from the S-OFF HBOOT-0.76.2000 SPL. I also retraced my steps and successfully reflashed it over the 26.03.02.08_M radio I already have now.

It worked! I found out what I was doing wrong. I didn't unzip the ota. (Thought you were calling it firmware.zip as a shortcut, my bad) Telling me the file size helped me determine what I was doin wrong. Thank you so much!

reukiodo said:
!!! ANY RADIO UPDATE COULD BRICK YOUR PHONE !!!
You have been warned​
Info:
If you haven't updated to OTA (or can't because you deleted the faulty Google Googles) but still want the updated radio, you can apply the firmware.zip found in the latest OTA.
Setup:
Download and open the OTA (e4aaacea73af.OTA_Vision_TMUS_1.22.531.8-1.1.19.531.1_release_signed.zip)
Extract the 'firmware.zip' file out (to your desktop or some folder)
Rename the 'firmware.zip' file you extracted to 'PC10IMG.zip'
Copy (or move) PC10IMG.zip to the root of your G2 microSD card
Charge your G2 to FULL battery
Flash:
Power off your G2
Plug your G2 into AC power
Boot into the G2 bootloader by holding VOL_DOWN and press POWER, continuing to hold VOL_DOWN until the bootloader screen appears
Wait while it checks the PC10IMG.zip file
Press VOL_UP to flash
WAIT
Press POWER to reboot (it actually turned my G2 off, and I had to turn it back on)
Result:
You will have the OTA radio without updating to OTA. Since the OTA didn't update the bootloader (SPL/HBOOT), you will still have S-OFF if you applied it before. You will need to re-flash a custom recovery if you had one before, as well as reapply Cyanogen's bacon-bits if you had applied this before.
Click to expand...
Click to collapse
hello OP,
erm flash radio through fastboot! you have that option now. why risk a brick?
in my opinion, better instructions would be.
1)download OTA
2)using zip extra the OTA and find the radio.img file
3)Enter phone into fastboot mode (how you checked you had s-off and then using volume down navigate to fastboot)there may be a better way i own a desire hd
4)depending on how you have set up your SDK folder, i.e. if you have added path variables you can adb and fastboot from anywhere. so if that is the case(which is the correct way to set up sdk as mentioned on development site) you can fastboot the radio. all you do is CD to the directory in cmd/terminal i.e.
cd /home/user/Desktop/OTAEXTRACT [then press enter]
fastboot flash radio radio.img [enter]-without the space after the img ofcourse
and it will flash
but you as an OP should show the md5 checksum for the radio.img or even the zip once the user puts it on the SD CARD it should be checked they are not flashing a corrupt file.
you tried and it worked so post the md5sum up of the files

El_Nino9 said:
hello OP,
erm flash radio through fastboot! you have that option now. why risk a brick?
in my opinion, better instructions would be.
1)download OTA
2)using zip extra the OTA and find the radio.img file
3)Enter phone into fastboot mode (how you checked you had s-off and then using volume down navigate to fastboot)there may be a better way i own a desire hd
4)depending on how you have set up your SDK folder, i.e. if you have added path variables you can adb and fastboot from anywhere. so if that is the case(which is the correct way to set up sdk as mentioned on development site) you can fastboot the radio. all you do is CD to the directory in cmd/terminal i.e.
cd /home/user/Desktop/OTAEXTRACT [then press enter]
fastboot flash radio radio.img [enter]-without the space after the img ofcourse
and it will flash
but you as an OP should show the md5 checksum for the radio.img or even the zip once the user puts it on the SD CARD it should be checked they are not flashing a corrupt file.
you tried and it worked so post the md5sum up of the files
Click to expand...
Click to collapse
to anybody who downgraded to get rid of the vibrating, this radio brings it back
Edit: Downgrading radio to stock fixes it.. just extract radio.img from stock rom and with your g2 in fastboot run:
fastboot flash radio radio.img and reboot and the vibrating should be gone

So this reflashes the OTA kernel?

I'm not sure I understand the order of radio releases. This update flashes your radio to 26.03.02.08_M. However, in the photos you have attached, the radio is listed 26.03.02.26_M. 26 is greater then 08, so would not the 26 radio be the later release?
I am sure you completely understand what you are flashing, but if someone could point it out to obtuse, old me, I would surely appreciate it.

I still had the pre-OTA radio on my device, i rooted and flashed cm 6.1.1 as soon as i got the phone. I think this might fix my problems i am having when i enter a roaming area, and maybe even the occasional crash where the power button doesnt work and i gotta pull the battery.

I'm rooted and running CM6.1.1.
After applying this, all my apps force close nonstop. I can't even see my home screens, app drawer or anything.
I can't even nandroid because I got a stock recovery. Anyone know how to beat this?

apollostees said:
I'm rooted and running CM6.1.1.
After applying this, all my apps force close nonstop. I can't even see my home screens, app drawer or anything.
I can't even nandroid because I got a stock recovery. Anyone know how to beat this?
Click to expand...
Click to collapse
If you're rooted, you can clear the dalvik-cache (and then reboot) which might help.
Code:
rm -r /data/dalvik-cache
rm -r /cache/dalvik-cache
If you aren't rooted, you might have to do a full wipe.

Related

[GUIDE] Remove permanent root

** I AM NOT LIABLE IF YOU BRICK YOUR PHONE OR ANY DAMAGE CAUSED BY YOUR STUPIDITY**
This guide will follow the steps needed to remove permanent root and bring your device back to 100% stock
Here are the following files we will need to download please grab the files needed below and place them on the root of your sdcard
1-a) Stock PRE-OTA Rom rooted:
Stock PRE-OTA Rom
or
1-b) Download the attached HexEditor on the thread
2.) Stock Factory Bootloader / Recovery / ROM / Kernel:
Stock Factory Bootloader / Recovery / ROM / Kernel
(rename this to PC10IMG.ZIP)
3.) T-Mobile OTA Update - Build # 1.22.531.8:
T-Mobile OTA Update
(rename this to update.zip)
Procedure:
Step 1.) Flash Stock Rooted PRE-OTA Rom via ClockWorkMod
Open up RomManger via the Android Launcher and select "Install ROM from SD Card" and select the "stock_root.zip" on the root of the sdcard and select the option to "Wipe Data and Cache" and hit ok. Once rom is flashed it will reboot automatically and bring you back to the os.
**IMPORTANT**
If the flash has failed you must reboot back into the OS and use HexEditor which i have attached to the thread. DO NOT PROCEED UNTIL YOU HAVE DONE THIS!!
Open up an ADB Shell and run the following command:
dd if=/dev/block/mmcblk0p17 of=/sdcard/misc.img
this will then export the misc.img file we need to edit to the root of the sdcard.
Mount your sdcard and save the misc.img file to your PC and Open the file with HexEditor.
You should now see the version number on the right hand side of the application and it should read "1.22.531.8" YOU MUST CHANGE THIS TO "1.19.531.1" you can now save the file as miscnew.img and place it on the root of your sdcard and then unmount the sdcard from windows.
Now go back to your ADB Shell and run the following command
dd if=/sdcard/miscnew.img of=/dev/block/mmcblk0p17
you can now make sure you have copied the PC10IMG.zip file to the root of your SDCARD and power off your phone and proceed to step 2.
*All Credit goes to Apache14 for this method which is in this thread:
http://forum.xda-developers.com/showthread.php?t=831398
Step 2.) Restore factory BOOTLOADER, RECOVERY, KERNEL, ROM (THIS RE-ENABLES S-ON)
Place the factory firmware you downloaded in step 2 above on the root of your sdcard and rename it to PC10IMG.zip one you have done this power off the device and power back on by holding volume down and power. Once in the bootloader it will then scan your sdcard and find the file needed, be patient this can take quite a few minutes. After it finishes scanning you will then have to hit the Volume up key on the side of the phone to restore the software. This will take approximately 5-10 minutes. The phone will reboot in the middle of the update to restore S-ON once rebooted it will then scan sdcard again and resume flashing. Once completed you will have to hit Power to reboot and boot back into the factory restored android os.
Step 3.) -OPTIONAL- Apply OTA Update from T-Mobile
Boot back into android and mount your sdcard once again. You will now delete the PC10IMG.zip file we copied previously. Once you have deleted the file copy the file we downloaded in step 3 above to the root of the sdcard and rename it to “update.zip”. You can now power down your device and power back on holding volume down and power. Once in the bootloader wait 5-10 for it to finish scanning your sdcard and hit volume down and power to select RECOVERY. Once in recovery mode you must now hold volume up and power on your G2. You will now hit volume down and power to select "apply sdcard:update.zip" It will then scan your sdcard verify the update.zip file we placed on the root of the sdcard and proceed to install. You will then have to hit power once more to reboot when indicated on the device. This will now take approximately another 5 minutes and the phone will reboot 2 times automatically do not touch until you are booted automatically back into android.
You are now 100% Back to stock with S-ON, Factory ROM, and Factory Recovery.
Thank you for posting this.
PLS STICKY! and wiki
ten big letters
Finally, an undo method for permaroot.
Just one question: will this wipe my apps and content? I suspect it will; I just want to confirm it.
Yes. It will wipe. Make a back up of your data and restore it after. This can be done via titanium backup
[G2/HTC Vision]
I ran Visionary and everything seem to be working ok until I rebooted my G2. Now When I ran Visionary it says that the phone is already rooted, but when I use terminal emulator or adb to root is says suermission denied. When I try to Flash Stock Rooted PRE-OTA Rom via ClockWorkMod I get this error "An error occurred while attempting to run privileged commands". Also when I try to Restore factory BOOTLOADER, RECOVERY, KERNEL, ROM I do exactly as you said and I'm getting a no image found. I would appreciate any help you could provide.
If all you need is root go to rom manager and click on download rom and under extras download superuser e/f then install the zip this flash the superuser.apk you are missing
Sent from my PC36100 using XDA App
Did as instructed but still getting "error occurred while attempting to run privilege commands".
Superuser.apk is already installed
Sent from my T-Mobile G2 using XDA App
What rom are you currently on stock ota?
Sent from my T-Mobile G2 using XDA App
1.22.531.8 CL277427 release-keys Just recently installed the new OTA that T-mobile sent out a few days ago. Thanks for all your help.
Very useful, thank you.
When I try to restore the bootloader I get a Main Version is Older!
Update Fail!
Press Power to reboot
Crackaf3tt said:
When I try to restore the bootloader I get a Main Version is Older!
Update Fail!
Press Power to reboot
Click to expand...
Click to collapse
I'm getting the same thing... any idea what is going on?
Did you two flash the original rom linked in step 1?
Either way follow the steps here for the fix..
forum.xda-developers.com/showthread.php?t=831398
Yep... flashed the original linked ROM.
I'm following the other directions right now...
Ok that should deffintleyw ork it is failing due the fact it is still reading the stock OTA build number opposed to the original stock build. let me know if you need help.
Yep... worked great.
That forum topic might want to be step A prior to doing anything... the error caused me to have a panic attack...
Code:
Writing BOOT:...
E:Can't find BOOT:
E:Failure at line 344:
write_raw_image PACKAGE:boot.img BOOT:
Installation aborted.
??? What gives?
where are you getting that error? I recommened give you the link i just posted 2 posts above and then flashing PC10IMG.zip and you should be all set.
this was after i tried installing the stock_root.zip
eveything is wiped, so could i just flash the PC10IMG.zip and be done?
im just getting a replacement phone from t-mobile cause of the hinge

[Q] Newest Hboot Version

Right now I'm running Hboot version 0.77.0000 and im just wondering what the most recent version of hboot is because virtous 3.2.0 is saying i need 0.92 to use it
thanks
.92 I'm pretty sure is the newest
I'm searching everywhere. if you can find a link please let us know so I can go download that damn thing...
Found it: http://dougpiston.com/files/Hboot/PB...-0.92.0000.zip
Now I just need the md5 before I try to use this file. remember to rename it and watch the extension.
Can someone please confirm the MD5 sum? this is what I get from the download, but I cant confirm that this is even the right file:
54A82417C62C8B3DDACA785EBDCE6BFB *PB31IMG.zip (IS THIS .92?)
6B665D591D8A02D3165C0F0A67E521D0 *PB31IMG-hboot-0.92.0000.zip (IS THIS .92?)
the difference between these two files is 2MB in size. one of these two files is not correct... need help identifying the correct .92 HBOOT please.
Thanks for the info. Do I just have to name it pmg......
Zip or something like that and just flash it. And can anyone confirm that link?
Sent from my ADR6300 using XDA App
mmtoman said:
Thanks for the info. Do I just have to name it pmg......
Zip or something like that and just flash it. And can anyone confirm that link?
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
it should be a .zip file. the name of the file should be PB31IMG.ZIP
Also, you will have to restore the nandroid backup you make prior to flashing hboot as your phone will not boot (boot to recovery, restore from backup) the HBOOT will erase the kernel requiring a restore.
But lets confirm that the link I'm providing is the actual .92 hash before applying, else we can be bricking our phones today.
special thanks to rmk40 for the file location. Here is the info
Hboot Upgrade Instructions
As of Virtuous 3.2.0, hboot 0.92 is now required. This hboot shipped with the original Froyo OTA for the Incredible.
1. Download this file and place it at root of your sdcard.
2. Boot into the bootloader. There are several ways to do this. If you are already booted into Android, use Quickboot and select the Bootloader option. You can also use adb by typing "adb reboot bootloader". Or, simply power down the device. Once it is off, hold the volume down button and then press power.
3. Once in the bootloader, select the first option from the menu "bootloader". You should see a progress bar on the right side of the screen. If you do not, you did not perform step #1 correctly or your sdcard is not formatted FAT32.
4. You will then be prompted to confirm flashing boot, bootloader and recovery. Hit volume up to confirm and then reboot.
5. At this point hboot is upgraded. I recommend reinstalling Virtuous (either via ROM Manager or manually) just to be safe.
http://files.virtuousrom.com/inc/misc/PB31IMG.zip
Here is the original thread
http://forum.xda-developers.com/showthread.php?t=765447
the file is 5Mb in size and here is the hashfile:
9EA3D7F843C11320D577AEC55191C16A *PB31IMG.zip
digitalicecream said:
I'm searching everywhere. if you can find a link please let us know so I can go download that damn thing...
Found it: http://dougpiston.com/files/Hboot/PB...-0.92.0000.zip
Now I just need the md5 before I try to use this file. remember to rename it and watch the extension.
Can someone please confirm the MD5 sum? this is what I get from the download, but I cant confirm that this is even the right file:
54A82417C62C8B3DDACA785EBDCE6BFB *PB31IMG.zip (IS THIS .92?)
6B665D591D8A02D3165C0F0A67E521D0 *PB31IMG-hboot-0.92.0000.zip (IS THIS .92?)
the difference between these two files is 2MB in size. one of these two files is not correct... need help identifying the correct .92 HBOOT please.
Click to expand...
Click to collapse
Your second Md5 is correct. Mine doesn't include the recovery.
http://dougpiston.com/?p=44
digitalicecream said:
special thanks to rmk40 for the file location. Here is the info
Hboot Upgrade Instructions
As of Virtuous 3.2.0, hboot 0.92 is now required. This hboot shipped with the original Froyo OTA for the Incredible.
1. Download this file and place it at root of your sdcard.
2. Boot into the bootloader. There are several ways to do this. If you are already booted into Android, use Quickboot and select the Bootloader option. You can also use adb by typing "adb reboot bootloader". Or, simply power down the device. Once it is off, hold the volume down button and then press power.
3. Once in the bootloader, select the first option from the menu "bootloader". You should see a progress bar on the right side of the screen. If you do not, you did not perform step #1 correctly or your sdcard is not formatted FAT32.
4. You will then be prompted to confirm flashing boot, bootloader and recovery. Hit volume up to confirm and then reboot.
5. At this point hboot is upgraded. I recommend reinstalling Virtuous (either via ROM Manager or manually) just to be safe.
http://files.virtuousrom.com/inc/misc/PB31IMG.zip
Here is the original thread
http://forum.xda-developers.com/showthread.php?t=765447
the file is 5Mb in size and here is the hashfile:
9EA3D7F843C11320D577AEC55191C16A *PB31IMG.zip
Click to expand...
Click to collapse
THANK YOU!
I've spent the last 4 hours trying to accomplish this.
Update- I may have spoke to soon. After reboot I now find that my touchscreen isn't working at all. I can boot into hboot, recovery, and all that jazz. Get to the unlock screen, and in some spots there are tiny black lines running through the display. I am wondering if this is because I may have an SLCD screen or vice versa that is incompatible? I am not sure what screen I have, would there be a way to tell?
- I tried wiping dalvik cache and factory resetting, this was said on another forum. Now I am stuck at the HTC splash screen. Any help???
- Never mind. Forgot to use recovery, did a restore, and everything is just snazzy, 0.92 and all. Thanks again! =)

how to install oxygen HBOOT

hi
i've just made my desire S-off.
but i wasnt able to flash HBOOT Oxygen rc7
need help
thanks
Did the same thing today, except i was running Oxygen v2.0.3.
All i did was to:
1. Download the PB99IMG_bravo_oxygen.zip from alpharev website
2. Rename it to PB99IMG.zip
3. Place it on the root of the sdcard (not in any subfolders)
4. Enter Hboot (vol-down + power)
5. Here i was asked to update/install , choose "yes"
6. Confirm
Done
spirol said:
Did the same thing today, except i was running Oxygen v2.0.3.
All i did was to:
1. Download the PB99IMG_bravo_oxygen.zip from alpharev website
2. Rename it to PB99IMG.zip
3. Place it on the root of the sdcard (not in any subfolders)
4. Enter Hboot (vol-down + power)
5. Here i was asked to update/install , choose "yes"
6. Confirm
Done
Click to expand...
Click to collapse
thanks for reply
i did as you said
but after i entered HBOOT i wasnt asked to install any update install
it automatically tried to install and appeared following messages
"SD checking
Loading....(PB99DIAG.zip)
No image!
Loading....(PB99DIAG.nbh)
No image or wrong image!
Loading....(PB99IMG.zip)
No image
Loading....(PB99IMG.nbh)
no image or wrong image!"
Then you've not got the file on your SD card
Ok. I checked again
This time i got CID incorrect
Update failed error
Sent from my HTC Desire using XDA App
Think you need a gold card too to do it this way
So what should i do exactly?
Sent from my HTC Desire using XDA App
Flashing Custom MTD/HBOOT
Once S-OFF is done, you are ready to flash the custom MTD/HBOOT. This step changes your internal memory partition table such that the new RoM can fit appropriately while leaving lot of room for user data. Once this is done, the old RoM will no longer work with the new layout of MTD. Before doing this step, ensure all your backups are in place and you have copied all necessary files to the SD Card. (The ROM .zip and the .zip for HBOOT if you are using method 2 below)
Before you do this, it is a good idea to ensure that your HBOOT download is correct and not corrupted. You can do this but checking the MD5 checksum of your download againts the MD5 checksum listed on alpharev site against the download.You can use any of the free tools available.
There are two ways to do this:
Method 1 - fastboot flash: If you downloaded the .img file linked earlier, use the following procedure to install it:
Power down the phone and turn it back on with the back button pressed down; you will see the "fastboot" screen,
From your PC command line, cd into the folder where your android-sdk is and cd into tools folder,
Connect the phone to PC via USB cable,
Run the following command: 'fastboot flash hboot bravo_alphaspl.img' replacing the .img filename with the appropriate path and file name (Eg: C:\Downloads\HTC\RoM's\bravo_alphaspl-cm7.img),
fastboot reboot-bootloader
fastboot erase cache
Select bootloader then select Recovery (use volume up/down to change, and power key to accept the choice),
WARNING: Don't reboot your phone as yet because the MTD you flashed doesn't match your current Rom's layout so it will probably boot-loop or brick your phone,
Method 2 - HBOOT autoflash: If you downloaded the .zip file linked earlier, follow this method:
Rename the .zip file to "PB99IMG.zip" and copy it to the root of your SD card,
Shutdown your phone and restart it into HBOOT (Voldown + power button),
When the phone starts, it automatically will detect the zip file and install the MTD,
Now you can enter recovery and follow the procedure.
Note: Many users have had CID errors when trying this method so it is recommended to use Method 1 above
Click to expand...
Click to collapse
This should do it.
davebugyi said:
This should do it.
Click to expand...
Click to collapse
Method one is the most stable imo
Thank you very much for the posts I have been looking everywhere for good instructions !!
Unfotunately I get the error
"This application has failed to start because adpwinapi.dll was not found. re installing the application may fix this problem"
Do I need to install android SDK manager again?
edit: nevermind. ADB doesnt recognise my phone
Download latest SDK and make sure you download Android SDK platform-tools revision 3, as well (in the additional packages)
Plus you must install the USB drivers from Unrevoked's site.
it gives my this error : cannot load bravo_aplhaspl-oxygen
what should i do?
davebugyi said:
Download latest SDK and make sure you download Android SDK platform-tools revision 3, as well (in the additional packages)
Plus you must install the USB drivers from Unrevoked's site.
Click to expand...
Click to collapse
Ive done both of that,
my list of ADB devices is still blank >.<
Ive tried using HTC sync before trying unrevoked method and still had the same issue
Did you uninstall HTC Sync?
You have to install HTC Sync first, then uninstall it but leave the drivers installed. Then plug the phone in and do the process in the unrevoked-link which davebugyi has already posted.
The adpwinapi.dll-file is in "platform-tools" folder. Just copy that file into the "tools" -folder (the folder, where the fastboot.exe-file is located) and you're done.
Quick question, will this wipe anything on your drive?
TheBlueRaja said:
Quick question, will this wipe anything on your drive?
Click to expand...
Click to collapse
No, it shouldn't, but it's strongly sugggested to nandroid backup your phone beforehand.
Can anyone please explain the advantage of flashing a different HBOOT other than stock rooted one?
LOTS more available memory.
i have the oxygen hboot installed and with a dozen apps i still have 267mb free.
with the stock hboot i would be running out of memory by now
oldskater said:
LOTS more available memory.
i have the oxygen hboot installed and with a dozen apps i still have 267mb free.
with the stock hboot i would be running out of memory by now
Click to expand...
Click to collapse
This memory would be RAM memory, right? We're not talking free space for installs, but rather free mem space for running apps?
Also, do I have to S-off to flash hboot? So far I only have rooted device (rooted using unREVOKED).
nope we are talking about space for installing apps
the oxygen hboot alters the partition sizes for system and cache.
whats left is the data partition and thats all all yours
Stock Hboot about 147mb data partition
new hboot 337
so 190mb more

[Q] easy desire z hboot on g2?

any way to do it wihout adb. i know its usually against the rules to flash hboot thru anything else but adb but it was possible on g1.
i searched. believe me. all guides i found require adb.
could i....??
1.recovery. make backup
2.hboot. flash pcimg
3.recovery. restore backup?
easy
So I'm going to start by saying don't do thisand I'm not responsible. Good luck
You will need too backup or have new rom ready to install on a sdcard.
You will need either two phones or twosdcards. reason being is once the pc10img.zip is on the root of the sdcard any time you boot into bootloader it will automatically kick you to update pc10img.zip even after you have. so either update zip than take out your sdcard and change the name or location of pc10img or put in second sdcard that has a Rom or backup on it
1. pc10img flash (make sure you have a backup) boot into bootlaoder(phone off press volume down and power same time) this will load pc10img.
2.either switch sdcard or change name/location of pc10img.zip on sdcard(second phone option)
3. boot into bootlaoder again and select recovery. If it goes to load pc10img.zip than this is exactly why you shouldn't be doing this. READ!
4. once in recovery do a full wipe and format.
5. Load Rom/backup
Tried and tested only by myself a week ago and no problems currently enjoying Virtuos Unity 1.27.
For some reason I couldn't do it abd so i ended up doing it the way dunes20 said. I used this video.
http://www.youtube.com/watch?v=ogZfSWLlvPg
adb is a *****
and its very unforgiving. I figured it out though it took alot of reading forums. I would only recommend using adb to update hboot flashing it like you would a radio is sketch especially if you have an incorrect md5sum or something else stupid happens.
"Those who can do. Those who can't ask stupid questions and don't know how to search" -annoyed user-

[Q] Sorry, Ive read and read.....

Hi Guys,
This is my first post and its only in desperation.
I have a HTC Desire. I upgraded to 2.3.3. After reading how unrevoked doesn't work on this, I created a Goldcard and managed (all on my own) to turn the phone to s /off.
Now Im stuck, many threads explain the process in different ways (as most of them related to pre 2.3.3). So do I load a custom rom onto the Goldcard and flash from there? Also, do I need to install a rollback program first or after?
Really sorry for starting a new thread, but you will see by my profile, Ive been at this for two days .
[Takes cover for flaming session]
im no expert, indeed i have only rooted only a few days ago. I was lucky to have a unlocked phone.
I guess to help the more expert in here is maybe if you detail what now shows on the Bootscreen, eg VOL Down + Power button.
Have you now got a custom Recovery installed, the common one is Clockwork Recovery?
I believe, that Revolutionary.io is able to handle 2.3.3... anyway it what i used to Root, and it installed CWR and from recovery i was able to point it to the ROM zip file and it all installed fine.
Now i didnt need a goldcard so i cant really say if there some additional steps involved first.
u need revolutionary to make s-off, then u can root it flashing the super user zip from the documentation, u don't need the goldcard, it will also install a custom recovery
official revolutionary site: http://revolutionary.io
official revolutionary doc: http://unrevoked.com/rootwiki/doku.php/public/revolutionary
complete guide: http://wiki.rootzwiki.com/index.php/HTC_Desire
don't worry about it, we are all here to help so let me explain some things.
A goldcard is a tool that allows you to use an unbranded RUU on a branded phone, effectively de branding it, as the RUU (Rom Update Utility) ignores the CID (Customer ID) of the device.
To flash different ROM's, you will need to flash something called "recovery", there are many versions, each arguably, or questionably better than the next. In order to flash recovery, you need to download a recovery image.
Download the above file, rename it to "recovery.img" for simplicity, and put it in your C:\
now the flashing process, there are many tools and utilities you can use, but for now, let's just use command prompt as it does not require you to install anything, just as long as you get the commands right. (you'll also need the file I attached [fastboot.exe], just unzip it into your C:\)
Ok, once you've done the steps stated above, turn your phone off. With it off, PRESS AND HOLD the RETURN/BACK key on your phone, and while still holding it, press the POWER key. This will boot you into "fastboot" mode.
Plug your phone in via USB to your PC.
Open command prompt (start menu, accessories, command prompt)
type the following:
Code:
cd\
fastboot flash recovery recovery.img
Congratulations, you have now flashed recovery. This now allows you to flash ROM's.
Put whatever ROM you would like on your SD-CARD, I recommend CyanogenMod (for No Sense) or MIUI (For something completely different) or RCMixS for Sense (sense 2.1) (all comes with preference)
To boot into recovery, boot into bootloader, (while powered off, press and hold VOLUME DOWN, and POWER), use the volume keys to navigate, and the power key to select. Navigate to RECOVERY and hit power.
When you are booted into recovery, before flashing a new rom IT IS VERY IMPORTANT TO BACK UP!!. You can do this in the "backup and restore" menu.
Once you are backed up, go to "mounts and storage" and use "format [partition]" option, to format boot, system, and userdata.
Then, go to "flash zip from sdcard", and find the ROM you have chosen, and wait for it to finish flashing.
Good luck to you
Wow guys, cant thank you enough
I actually had a small amount of brain oozing out of my ears at one point Thanks for the custom info, like I said, the tuts are excellent, but being new, they are a bit irrelevant if you half way through the process. Trust me to upgrade to an 'unrootable' system a week before I decide to root it
I will remove my flame-proofing now
Thanks again
PP
@bortak
Thats only when he have s-off...If i not wrong he have the stock 2.3.3 with no root an s-on
EDIT: nevermind..i didn't read the post properly..
Hi guys
Im getting an error on fastboot :
This application has failed to start because AdbWinApi.dll was not found. Re-installing the application may fix this problem.
Click to expand...
Click to collapse
Ive tried a different version ,but that came up with the same error. I have android SDK installed in the same directory, is this interfering with it?
Thanks again
PP
palm_pilot said:
Hi guys
Im getting an error on fastboot :
Ive tried a different version ,but that came up with the same error. I have android SDK installed in the same directory, is this interfering with it?
Thanks again
PP
Click to expand...
Click to collapse
Okay, put "fastboot.exe" in c:\android-sdk\platform-tools\
and then before issuing fastboot commands, type:
Code:
cd c:\android-sdk\platform-tools\
this *should* fix it for you
Hi Guys,
This isnt going very well for me
Ive downloaded the .img file tried to flash it. Re-downloaded another copy (in case it was corrupt) , tried to flash that. Changed the file name back to the original (along this command text) to see if it was a recognition issue
On all occasions Im geting :
error: cannot load 'recovery-clockwork-2.5.0.7-bravo.img'
Click to expand...
Click to collapse
Any ideas fellas?
PP
Maybe download 'recovery-clockwork-2.5.0.7-bravo.img' and then select that from unrevoked ?
palm_pilot said:
Hi Guys,
This isnt going very well for me
Ive downloaded the .img file tried to flash it. Re-downloaded another copy (in case it was corrupt) , tried to flash that. Changed the file name back to the original (along this command text) to see if it was a recognition issue
On all occasions Im geting :
Any ideas fellas?
PP
Click to expand...
Click to collapse
Please tell me what code you put before getting that error - or the whole cmd from start to getting that error
BigMrB said:
Please tell me what code you put before getting that error - or the whole cmd from start to getting that error
Click to expand...
Click to collapse
Hi
Im using :
\cd (enter)
Then :
android-sdk\platform-tools\fastboot flash recovery recovery.img
I have revolution installed, can I flash from within this ie. loading the image to the SD and running from within the phone itself?
ATB
PP
cd C:/android-sdk/platform-tools/
fastboot flash recovery recovery.img
(providing you changed the name of your recovery to recovery.img)

Categories

Resources