Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


Kiwi1971

696 posts

Ultimate Geek


#85945 28-Jun-2011 16:09
Send private message

I have a rooted HTC Desire which I have previously installed a number of custom ROMs [LeeDroid, Oxygen, CyanogenMod 7 etc] using ROM manager and Clockwork Modon without any issues.

I can install them without error and it completes the install as far as ClockworkModbut is concerned but none of them will boot past the white HTC screen and it just hangs there indefinitely.

After which failure I just restore my back-up of CM6 which is OK but I want to try a lighter more streamlined ROM for space issues. I don't really want to be stuck with one custom ROM for ever, for one thing, I get space low warnings constantly.

I have tried the whole unrevoked3 rooting procedure from start to finish then installing a ROM but it didn't help.
I have wiped and factory reset to no avail.  Anyone got any suggestions as to what might have happened?

Is this to to with partitions etc as I thought these were created during the install process as it pretty much says it onscreen while I install it.

DLS

View this topic in a long page with up to 500 replies per page Create new topic
 1 | 2
TheUngeek
924 posts

Ultimate Geek
Inactive user


  #486981 28-Jun-2011 16:19
Send private message

Are you wiping everything?
I always wipe dalvik, cache, and then do the factory reset.




Kiwi1971

696 posts

Ultimate Geek


  #486987 28-Jun-2011 16:26
Send private message

TheUngeek: Are you wiping everything?
I always wipe dalvik, cache, and then do the factory reset.



ROM manager gives me the option to wipe everything and back up which I opt for but I perhaps have never done a factory reset in combination with a full wipe and previously never needed to.

Will have a go although I did do a factory reset before trying an install but maybe not in conjustion with a full wipe and a dalvik cache clear.

Will try that and see how I go. 

Annoying as it used to be so easy.

DLS

TheUngeek
924 posts

Ultimate Geek
Inactive user


  #486990 28-Jun-2011 16:28
Send private message

I have heard of some ROM devs saying not to reflash using rom manager as it casues issues.
Do it via recovery reboot




Kiwi1971

696 posts

Ultimate Geek


  #486996 28-Jun-2011 16:34
Send private message

TheUngeek: I have heard of some ROM devs saying not to reflash using rom manager as it casues issues.
Do it via recovery reboot



The only issue I have had with ROM Manager is that when it reboots into recovery to install I get a signature verification error: Install aborted.  Even though I disable Sig verification all the time.
However when i get this error I ensure it is disabled and restart recovery only...it then proceeds with the installation.
This also happens with backing up using ROM manager.  Even though my sig verification is off, it will say it has failed this check every time until I restart recovery.

In any case I also try just going into CWMod and choosing install zip from SD card as I have previously but with the same results.

DLS

stevenz
2802 posts

Uber Geek


  #487002 28-Jun-2011 16:37
Send private message

ROM Manager is more trouble than it's worth. Do it using adb, fastboot and recovery.

Back up your apps with Titanium Backup if you can.

Boot into recovery, do a nandroid backup.

Wipe cache, dalvik cache and data, then flash the .ZIP for your desired firmware.

Unless you've flashed something fairly unusual (custom bootloader) then the partitions shouldn't have changed. If you have done that, then you might need to find a standard one and flash it back. Flashing a bootloader is pretty much the only thing that can perma-brick the phone if it goes wrong though.

You might want to try using a new SDCard and repartition it from within recovery with about 512MB for ext data so you can use APPS2SD which many custom firmwares will support, otherwise you can install the DarkTremor A2SD add-on. (Set Swap partition size to 0 if you do this, you don't need one).






TheUngeek
924 posts

Ultimate Geek
Inactive user


  #487003 28-Jun-2011 16:37
Send private message

ok
Have you tried it without using an app though?
Reboot into recovery and (or switch on using power/volume) and install from sd via the menu there?

I'm quite n00b at it oo, but did a lot of reading a few weeks go when I rooted

Kiwi1971

696 posts

Ultimate Geek


  #487012 28-Jun-2011 16:48
Send private message

Thanks both of you for the suggestions.
I always do a full Titanium and Rom back up before trying anything. Bit of a worry at the weekend when my latest back up would not restore due to a MD5 Mismatch but fortunately I had a previous one I could use that was only about 5 days old.
Although I read today that this mismatch might have been due to the naming convention I used having unacceptable characters.

I will look into Nandroid as I do see it mentioned a lot. However my CWmod backups are usually fine, is that an acceptable alternative to Nandroid for my purposes?

DLS

 
 
 

Cloud spending continues to surge globally, but most organisations haven’t made the changes necessary to maximise the value and cost-efficiency benefits of their cloud investments. Download the whitepaper From Overspend to Advantage now.
TheUngeek
924 posts

Ultimate Geek
Inactive user


  #487016 28-Jun-2011 16:53
Send private message

A Nandroid back up is backing up the full system of the phone.
It's not an app or anything.
the idea is you back it all up and if things go wrong you can restore your phone back to how it was before you started.

If in doubt, have a good read of the instructions for the ROM you want to install.
Knowing every term is very helpful if things don't go 100% as advertised


CdTDroiD
869 posts

Ultimate Geek

Trusted

  #487205 28-Jun-2011 23:46
Send private message

Backups can become corrupt if they have been renamed sometimes also make sure you always restore in the same recovery as you backed up with or you could brick your phone.

NEVER use ROM manager to flash, back up or anything it causes so many issues, i would just uninstall really...

Worst case just unroot by running factory RUU then re root and re flash.




Follow me on Twitter ! 
Get help with Android from a XDA Recognized Developer - Google+

eXDee
4032 posts

Uber Geek

Trusted

  #487207 28-Jun-2011 23:50
Send private message

Reflash your HBOOT via fastboot (assuming S-OFF). I have had this problem at least twice, it may or may not fix it for you but it certainly helped for me.
http://alpharev.nl

CdTDroiD
869 posts

Ultimate Geek

Trusted

  #487347 29-Jun-2011 11:20
Send private message

eXDee: Reflash your HBOOT via fastboot (assuming S-OFF). I have had this problem at least twice, it may or may not fix it for you but it certainly helped for me.
http://alpharev.nl


How do you know he has flashed a different HBOOT to start with? That shouldnt have anything to do with his backup restoring. Also if you have booted into recovery via. ROM Manager and backed up then booted into recovery via. Vol Down + Power buttons and tried to restore you will have issues. 




Follow me on Twitter ! 
Get help with Android from a XDA Recognized Developer - Google+

Kiwi1971

696 posts

Ultimate Geek


  #487356 29-Jun-2011 11:36
Send private message

CdTDroiD: How do you know he has flashed a different HBOOT to start with? That shouldnt have anything to do with his backup restoring. Also if you have booted into recovery via. ROM Manager and backed up then booted into recovery via. Vol Down + Power buttons and tried to restore you will have issues. 


I haven't really got a backup restore problem.  Yes, one of my backups failed to restore but was most likely because of the name I gave it having an invalid character like / or something.
I deleted it before I could rename it and try again so I can't be sure.

The main issue I raised was not being able to run custom ROMS even though they appear to have installed OK.

I have S-on according to my PWR+Vol down screen
BRAVO PVT3 SHIP S-ON
HBOOT-0.83.0001

I have reformatted my SD card in the past few months, was there a partition on there that I need to enable the ROMS to run? But i thought this would be created during install

I have tried to apply an S-OFF fix last weekend but it didn't take.

DLS

CdTDroiD
869 posts

Ultimate Geek

Trusted

  #487359 29-Jun-2011 11:40
Send private message

You need to partition your SD card before installing a ROM the install does not do it for you.

Forget about the HBOOT flashing to, it has nothing to do with it in your case, you are S-ON.




Follow me on Twitter ! 
Get help with Android from a XDA Recognized Developer - Google+

CdTDroiD
869 posts

Ultimate Geek

Trusted

  #487363 29-Jun-2011 11:45
Send private message

Also... do you have a file called update.zip on your SD card?




Follow me on Twitter ! 
Get help with Android from a XDA Recognized Developer - Google+

TheUngeek
924 posts

Ultimate Geek
Inactive user


  #487365 29-Jun-2011 11:47
Send private message

I think I do.
What is it?

 1 | 2
View this topic in a long page with up to 500 replies per page Create new topic





News and reviews »

Air New Zealand Starts AI adoption with OpenAI
Posted 24-Jul-2025 16:00


eero Pro 7 Review
Posted 23-Jul-2025 12:07


BeeStation Plus Review
Posted 21-Jul-2025 14:21


eero Unveils New Wi-Fi 7 Products in New Zealand
Posted 21-Jul-2025 00:01


WiZ Introduces HDMI Sync Box and other Light Devices
Posted 20-Jul-2025 17:32


RedShield Enhances DDoS and Bot Attack Protection
Posted 20-Jul-2025 17:26


Seagate Ships 30TB Drives
Posted 17-Jul-2025 11:24


Oclean AirPump A10 Water Flosser Review
Posted 13-Jul-2025 11:05


Samsung Galaxy Z Fold7: Raising the Bar for Smartphones
Posted 10-Jul-2025 02:01


Samsung Galaxy Z Flip7 Brings New Edge-To-Edge FlexWindow
Posted 10-Jul-2025 02:01


Epson Launches New AM-C550Z WorkForce Enterprise printer
Posted 9-Jul-2025 18:22


Samsung Releases Smart Monitor M9
Posted 9-Jul-2025 17:46


Nearly Half of Older Kiwis Still Write their Passwords on Paper
Posted 9-Jul-2025 08:42


D-Link 4G+ Cat6 Wi-Fi 6 DWR-933M Mobile Hotspot Review
Posted 1-Jul-2025 11:34


Oppo A5 Series Launches With New Levels of Durability
Posted 30-Jun-2025 10:15









Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.