i was on stock hboot 0.93.001, s-off with Runnymede rom and i wanted to install CM7r2 hboot
i put the file PB99IMG_cm7r2 file on root sd and i rename it to PB99IMG
i update it like it says on alpharev.nl but now i cant boot into the rom
i restore the nadroid but nothing.... i also flash again the Runnymede but nothing again
bootloader now is this
Uploaded with ImageShack.us
desire stack here
please some help
Uploaded with ImageShack.us
Because your nandroid is setup to work on a Stock Hboot is the reason it's not working. The system partition space is not enough for your nandbackup file.
did you wipe cache via fastboot after rebooting of bootloader?
fastboot erase cache
you need to wipe/format all partitions including dalvik except sdcard
then flash it again...
Nandroid back up will be not working because you changed system partition size as backup from stock hboot is way too big to fit onto cm7/r2 system partition
kotag82 said:
did you wipe cache via fastboot after rebooting of bootloader?
fastboot erase cache
you need to wipe/format all partitions including dalvik except sdcard
then flash it again...
Nandroid back up will be not working because you changed system partition size as backup from stock hboot is way too big to fit onto cm7/r2 system partition
Click to expand...
Click to collapse
ok i didnt the "fastboot erase cache" cause i cant find the erase cache under the fastboot menu
where is this "fastboot erase cache"?
thank you for your quick answers
You have to type this command in CMD. For installing / using Fastboot / ADB, check my guide.
MatDrOiD said:
You have to type this command in CMD. For installing / using Fastboot / ADB, check my guide.
Click to expand...
Click to collapse
trust me i did look your guide but i founded too much....
i was looking for easyest method to upgreat the hboot but now i will read your guide again ....i guess i have no choice
Easiest to flash things radio, recovery, bootloader or splash screen is IMHO Android Flasher:
http://forum.xda-developers.com/showthread.php?t=794638
EDIT: You use CM7r2-version of Runnymede, do you?
ok i did it more carefully and i flash the rom after upgrate ... so it booted ....
i just got scared i thought i broke it
thank you all
Related
i have installed insertcoin dataplus v3 with partition of fat32 =6.40gb
and ext3=1gb ...still the internal memory appears low all the time ...can any1 help me with this .....
Thanx
Are you S-off? Did you flashed the CM7 HBoot partition table?
YES M S-OFF ..... I DIDNT FLASH CM7 HBoot partition table ...WHAT IS IT ???
Next time READ!!!
from the Insertcoin data++ thread:
1st things 1st, you need to flash Bravo CM7 Hboot. either from fastboot or from hboot.- goto alpharev.nl site - is there together with all the info how to flash it
Click to expand...
Click to collapse
From alpharev.nl (here you can find also the required files).
If you are already S-OFF, you can get our newest patched HBOOTs from here. (without going through the entire procedure again).
Please read the entire table and pick the partition table with the correct sizes for your ROM. One easy way to switch partition tables, is to nandroid backup,
and verify that the sizes of your backup are indeed the ones listed in the table (or smaller), and restore after flashing hboot.
1) Nandroid backup in recovery.
1a) Download This file.
2) Verify the MD5SUM of the file you downloaded against the one in the table.
3) Flash HBOOT with your phone in fastboot mode (Back+POWER) -> 'fastboot flash hboot bravo_alphaspl.img' (change into the correct filename for the HBOOT you downloaded)
4) 'fastboot reboot-bootloader'
5) 'fastboot erase cache'
6) Boot recovery, wipe everything and restore.
Click to expand...
Click to collapse
More detailed instructions here:
http://forum.xda-developers.com/showpost.php?p=12699557&postcount=8
thanx davebugyi
gawwd .....i still cant get it still didnt understand the procedure wanted to use data++
1.Download the .img file from Alpharev's site. The BRAVO_CM7 one.
2. Download android SDK from official site, and run SDK Manager. When it is running, then install the platform-tools (revision 3 ATM), too.
3. Copy the CM7 file (.img) you downloaded into the android SDK folder, where fastboot.exe is located.
4. Reboot your phone into fastboot (holding down BACK+POWER keys when the phone is switched off) - it should show FASTBOOT USB.
4a. Make sure you have the USB drivers installed (for me HTC sync is not needed, i used the UNREVOKED USB drivers instead)
5. Fastboot flash. navigate to your android SDK directory in Command Promt (CMD.EXE) then run these commands:
a, fastboot flash hboot bravo_alphaspl.img (or whatever is the name of the file)
b, fastboot reboot-bootloader
c, fastboot erase cache
6. You have now the Partition table.
7. Just in case, go to the recovery, wipe EVERYTHING and Re-flash the ROM.
Alternative solution here: Did not try it myself, so don't ask, how to
http://forum.xda-developers.com/showthread.php?t=794638
finally did it .....
thanx alot davebugyi
What are the commands for flashing a rom in fastboot?
Ive tried
Code:
fastboot flash ----.zip
?
Am doing this cause JOKERDROID4.2BUZZ.zip wont flash in clockwork mod 3.2.0.0 or 4.0.0.2. It flashes in 2.5.1.7 but boot loops. I am coming from cm7 what do you think?
You can only flash a particular partition with Fastboot, like /system /data, Recovery, boot etc. AFAIK, You cant flash a Zip ROM as is the case with CWM.
You can check the list of Fastboot Commands here:
http://android-dls.com/wiki/index.php?title=Fastboot
Also, you got 2.5.1.7? Where? AFAIK Wildfire only has 2.5.0.7. Anyway, you can use Fastboot to replace your CWM 3.x or 4.x with 2.5.0.7, then try flashing Jokerdroid. Also, make sure you are performing a wipe (Factory Reset / Wipe data in Clockworkmod)
Where can i get 2.5.0.7?
Cant remember where i got 2.5.1.7 the file name was 2.5.0.7 but cwm said 2.5.1.7?
It's there under Custom Recoveries:
http://forum.xda-developers.com/showthread.php?t=1029318
jokerdroid just bootloops!?
i have wiped and wiped cache and delvik!
Try Redownloading the ROM. Or, if you search the thread, there is one version which is clocked at 648MHz. Try that. Probably the high CPU clocks are not suiting your device.
EDIT: Scratch that. Its clocked at 710, so shouldn't cause an issue.
Well after boot looping 5 or so times it rebooted cwm then rebooted system and bootlooped once but the powered up? Wierd!
if you want to flash a .zip package:
fastboot update filename.zip
if you want to flash an img. file:
depending whether you want to flash a new recovery:
fastboot flash recovery filename.img
or a new ROM:
fastboot flash system filename.img
I do however strongly recommend erasing you current recovery before flashing a new one:
fastboot erase recovery
and do a full wipe (this will erase your data, recovery and system partitions)
fastboot erase system -w
Hello,
Id appreciate any help with my problem:
After wishing to upgrade to JB from ARHD 9 (ICS), I flashed the correct Hboot and upgraded CWM to 5.8.4.0. However, when trying to flash the ARHD ROM, im getting a "failed installation" message after selecting the zip on the SD card. I thought it might be the boot.img i was using (from the download section), so used the one from the ROM zip instead. No luck. I erase the cache etc very time I can.
Any ideas to what might be the problem?
Thanks in advance
so you have a hboot 1.3* and you flashed the boot.img with fastboot command
fastboot erase cache
fastboot flash boot boot.img
fastboot erase cache
then entered recovery and did a FULL wipe (also dalvik cache under the advanced tab)
then trying to install the rom.zip ?
install failed, redownload the rom, might be corrupted !
Mr Hofs said:
so you have a hboot 1.3* and you flashed the boot.img with fastboot command
fastboot erase cache
fastboot flash boot boot.img
fastboot erase cache
then entered recovery and did a FULL wipe (also dalvik cache under the advanced tab)
then trying to install the rom.zip ?
install failed, redownload the rom, might be corrupted !
Click to expand...
Click to collapse
exactly - all steps followed. currently downloading it again...
Guys i've installed CWM and unlcoked my tegra HTC One X.
I want to go back to the stock rom and dont have a backup. I am running 2.17.980.6 with OPTUS_001 CID. I can't find this ROM anywhere....
I tried a few newer versions of the OPTUS_001 CID ROM, but neither worked. What i'm doing is (a) relocking the bootrom with fastboot oem lock (b) in fastboot usb, typing fastboot flash boot boot.img, where boot.img is from the RUU i downloaded (two versions I got from the xda formums).
When I do the second command, i get the following
sending 'boot' (8192 KB)... FAILED (remote: (00000008))
I've also tried doing the Software update within the phone itself, it reboots my phone, then it goes to the bootloader screen and sits there........ weird. I also can't load recovery anymore, and my bootloader now says *** RELOCKED *** *** Security Warning ***
Help!!
Thanks
First thing now is to unlock the bootloader now.....i will find a link to a "new" stock nandroid backup you can use !
http://forum.xda-developers.com/showthread.php?t=1975140
Here is a 2.17 nandroid backup for Optus 001 ....
Flash the custom cwm recovery again ans enter it, go to mounts and storage and mount is a usb mass storage device. Then unpack and copy the nandroid to the right folder on the sdcard of the phone. Copy the boot.img from that nandroid to the fastboot folder.
Now you flash the boot.img first. Type in the command window on the pc
Adb reboot bootloader
Then
Fastboot erase cache
Fastboot flash boot boot.img
Fastboot erase cache
Then unhook the usb cable and enter the recovery
Make a full wipe there......factory reset, wipe cache partion, dalvik cache, system, data .....
Then restore the nandroid backup and boot it up to check of it works. Now don't update ! You need to flash back the stock 2.17 recovery first in order to be able to update !
http://db.tt/U5CK4noo
Hi Hofs,
My HTC has been sitting on a table gathering dust all this time. I wiped the dust off it and gave it a charge and thought i'd give your process a whirl.
I'm right up to the last step, where I need to restore the stock 2.17 recovery. I clicked the link you provided to dropbox and it says file not found! doh.......... any chance you have the file still?
Cheers, joo
Mr Hofs said:
First thing now is to unlock the bootloader now.....i will find a link to a "new" stock nandroid backup you can use !
http://forum.xda-developers.com/showthread.php?t=1975140
Here is a 2.17 nandroid backup for Optus 001 ....
Flash the custom cwm recovery again ans enter it, go to mounts and storage and mount is a usb mass storage device. Then unpack and copy the nandroid to the right folder on the sdcard of the phone. Copy the boot.img from that nandroid to the fastboot folder.
Now you flash the boot.img first. Type in the command window on the pc
Adb reboot bootloader
Then
Fastboot erase cache
Fastboot flash boot boot.img
Fastboot erase cache
Then unhook the usb cable and enter the recovery
Make a full wipe there......factory reset, wipe cache partion, dalvik cache, system, data .....
Then restore the nandroid backup and boot it up to check of it works. Now don't update ! You need to flash back the stock 2.17 recovery first in order to be able to update !
http://db.tt/U5CK4noo
Click to expand...
Click to collapse
Sure mate
http://db.tt/OtcxVXh5
Changed some names and folders since march
I am seeking your help to clear up some of my confusion in solving a problem with my HTC ONE X. I tried flashing a custom ROM on my HTC Android phone but all the files and partitions got messed up that every time it boots up, it is on a bootloop. I know the cause to this is due to a mixture of inconsistent (boot, recovery)partitions libraries that I have on the phone.
Therefore, I want to FULLY WIPE OF ALL the data on the phone's storage and reinstall a clean set of libraries and stock rom. However, before I wipe off all data and install the new stock rom, I want to know all the commands that I can issue to correct this problem but the problem I have is that the stock zip has a boot.img, hboot.img and recovery.img along with a set of folders (System and Meta-inf folders) and I don't know the command that I can issue to push the folders I mentioned in the right partition, "/system" partition. Moreover, I cannot boot into any recovery modes (CWM or TWRP) so everything has to be done via fastboot commands, I think.
I know I can execute the following commands if everything(all the partitions) were an .img file but for the folders I do not know how to push them onto my phones storage.
For example to push the boot content on the boot partition, I issue the following command to flash the device
fastboot erase boot
fastboot flash boot boot.img
and the following for the rest of the partitions:-
fastboot erase recovery
fastboot flash recovery recovery.img
and so on..
So what would be the solution to push those folders that are non img format related onto the right partitions? Flash it as a zip file?
Lastly, the phone is unlocked, CID: 11111111, Hboot: 1.09 and can only boot into fastboot mode for now. I also tried running the automatic RUU files via zip and exe formats but always fail due to signature or some other missing file error.
totti_09 said:
I am seeking your help to clear up some of my confusion in solving a problem with my HTC ONE X. I tried flashing a custom ROM on my HTC Android phone but all the files and partitions got messed up that every time it boots up, it is on a bootloop. I know the cause to this is due to a mixture of inconsistent (boot, recovery)partitions libraries that I have on the phone.
Therefore, I want to FULLY WIPE OF ALL the data on the phone's storage and reinstall a clean set of libraries and stock rom. However, before I wipe off all data and install the new stock rom, I want to know all the commands that I can issue to correct this problem but the problem I have is that the stock zip has a boot.img, hboot.img and recovery.img along with a set of folders (System and Meta-inf folders) and I don't know the command that I can issue to push the folders I mentioned in the right partition, "/system" partition. Moreover, I cannot boot into any recovery modes (CWM or TWRP) so everything has to be done via fastboot commands, I think.
I know I can execute the following commands if everything(all the partitions) were an .img file but for the folders I do not know how to push them onto my phones storage.
For example to push the boot content on the boot partition, I issue the following command to flash the device
fastboot erase boot
fastboot flash boot boot.img
and the following for the rest of the partitions:-
fastboot erase recovery
fastboot flash recovery recovery.img
and so on..
So what would be the solution to push those folders that are non img format related onto the right partitions? Flash it as a zip file?
Lastly, the phone is unlocked, CID: 11111111, Hboot: 1.09 and can only boot into fastboot mode for now. I also tried running the automatic RUU files via zip and exe formats but always fail due to signature or some other missing file error.
Click to expand...
Click to collapse
if you flash that recovery it will go back to stock lol you need to flash a firmware.zip...for more information please read the guides to how to flash it...all what you need to know and need to flash is stated in those guides
Hboot 1.09 that's not a endevour HTC one X ! .....what does the top of the bootloader say ?
And second.....questions do not belong in the general section !!!
And give the outcome of :
Fastboot getvar version-main