[How-To] Flash Your MT3G/Magic/Sapphire {32B} w/ CM 4.2.14.1 + Amon RA Rec v1.5.2 - myTouch 3G, Magic Android Development

DISCLAIMER
Proceed at your own risk. I am not responsible for ANY outcome (good or bad) as a result of YOUR actions! Even following this guide perfectly (or any other cooked ROM guide) you could (however remote the possibility) BRICK your device. IF you choose to follow this guide READ all the way through as a "dry run" until all the steps make some sense.
GATHER YOUR SUPPLIES
Phone (fully charged)
SD card (in your phone)
Computer (w/internet access)
USB cable (one that fits your phone) OR a card reader + micro SD adapter
Download these files onto your pc:
Android 1.5 base image SAPPIMG.nbh_____________________(33d958062cc02bb2cec157f68621d2ff)
To install ALT recovery flashrec _________________________(try the latest, if it fails work backward)
Alternate Recovery img recovery-RA-sapphire-v1.5.2G.img___(md5sum - 4822fd118867bb2e66a53243a408f40e)
Android 1.6 base image DRC83_base_defanged.zip__________(md5sum - 081379e9b525484bcd1ee42bd0031a4c)
CyanogenMod Rom img CyanogenMod ROM of choice________(4.2.14.1 md5sum - c2a1e549d9296d97566e86a0a1c4bc9c)
Android ring tone pack audio-resources.zip________________(md5sum - 6cbefb897e2fb3b954d19c692d5c6966)
32A users I am researching the right files/steps to get ya'll onto CM, read this page of cyanogenmod wiki in the meantime
[*]32B UK users if my method doesn't work try this post from a user on this thread
(NOTE: If any of these links 'die' Google the file name & pm me so I can update the link)
Md5sum Values
how to check md5sum in windows : MD5summer use this program to make an md5sum file & compare values
how to check md5sum in unix/linux : in terminal type 'md5sum /path/to/file.name' [enter] & compare values
Do this once the files are on your SD card to ensure no device-to-device file transfer corruption​
BACK UP YOUR FILES
Before doing ANY mods you should ALWAYS backup your important files.
Connect phone to pc via USB
On the phone: pull down the notification bar & press ->USB Connected->Mount
On the pc: copy any & all files/folders you want to keep.
On the pc: Close the SD card folder on your pc.
On the phone: pull down the notification bar & press ->USB Connected->Un-mount/Turn off USB storage. Once this is done remove USB cable.
(NOTE: By the end of this guide EVERYTHING on your card will be GONE so don't skip this step!)
FORMAT SD CARD
From the home screen press Menu->Settings->SD card & phone storage->Un-mount SD card.
Once it is un-mounted press ->Format SD card.
Once it is formatted & has re-mounted go back to the home screen and press Menu->Settings->Applications->make sure 'Unknown sources' is checked.
(NOTE: if your phone is already ROOTED & running a Custom/Cooked ROM you can likely skip the SETUP section just check Amon_RA's thread for alternate install options)
SETUP
Find out what version of Android your phone has installed. From the home screen Press Menu->Settings->About phone-> scroll to Firmware Version.
(this is your Android Version)
If you're on Android 1.5 proceed to INSTALL section.
If you're on Android 1.6 re-connect phone to pc.
Copy the sappimg.nbh & place it on your SD card, then close everything & disconnect USB. (I am told this MUST be the only file on your SDcard or the validation will fail)
Turn off phone.
Boot into 'Fast Boot' like this: Press-&-Hold END/Power AND Pres-&-Hold Volume Down until the Fast Boot screen appears.
Press the trackball (action button) and wait for it to flash the sappimg.nbh
Once fully complete reboot phone & proceed to INSTALL section.
INSTALL
Connect phone to pc via USB
On the phone: pull down the notification bar & press ->USB Connected->Mount
On the pc: copy the FlashRec.apk & the Amon RA recovery.img onto your SD card.
If you don’t have a ‘file manager’ or ‘app manager’ go to the market & download one such as: ASTRO, LINDA, AppManager or the like. Then browse to your SD card & open/run the flashrec.apk to install it. (if asked what to open with choose Package Installer)
Open RecoveryFlash (flashrec) & make a backup of your current recovery.img. Flashrec just made "recovery-backup.img" on the root of your SDcard, so now rename Amon Ra's recovery to "recovery-backup.img" (choose replace when the dulpicate file name message appears) then open flashrec again & choose restore recovery. (Credit for this step goes to deb82swearingen Much easier then the orig method I was shone for using flashrec)
Once the flash is complete turn the phone off.
Boot into 'Recovery' like this: Press-&-Hold END/Power AND Pres-&-Hold Home. (this will be a black background with green text options)
Scroll down to ‘partition’ (press trackball to select)->partition SD->follow onscreen steps (HOME=confirm, VOL +/- changes partition size, any other key=cancel).
Once partitioning is complete press BACK to get to partition menu & scroll down to 'SD:ext2 to ext3’ press trackball to select (if you have a class 4 or 6 SD card you can then go for 'SD:ext3 to ext4' but don't try it on class2 cards it will cause system instability & likely FRY your SD card... if you don't know your class stop @ ext3).
go BACK until top says "Android system recovery" ->Connect phone to pc & scroll to 'USB-MS toggle'->HOME to confirm.
Copy the HTC 1.6 BASE & CyanogenMod ROM & Contacts.apk files onto your SD card then close the SD card folder on your PC & toggle USB-MS again, then disconnect from the pc.
Scroll to & select ‘wipe'->wipe data partition->CONFIRM
Scroll to & select ‘Flash update image->Apply sdcard:choose zip & select the HTC BASE file & let it complete (this will take a few min be patient). DO NOT REBOOT!
Scroll to & select ‘Flash update image->Apply sdcard:choose zip & select the CyanogenMod file & let it complete (this will take a few min be patient).
Once the flash is complete reboot phone (this will take up words of 5-10min+ be patient).
Once up & running on latest CyanogenMod connect to pc again & unzip the audio-resources.zip directly onto your SD card.
**************************Only Applies To CM 4.2.13**************************
Fixed Contacts.apk
Now that you have 4.2.13 installed it's time to fix the bug listed in Cyan's change-log. We will do this by replacing the broken Contacts app with the fixed Contacts.apk that you downloaded. If you get a pop-up asking about giving super user rights just hit the check mark to remember this answer & press 'yes'. This is UNIX & UNIX is unforgiving so pay attention to all punctuation, symbols, UPPER CASE & lower case. They are different & if you don't do it exactly it won't work. (UNIX assumes that you know what you want it to do so it will do whatever you tell it to, even if what you tell it to do breaks it.) So long as you are able to type what you see this is easy
Open Terminal Emulator & type these lines (hitting enter at the [E])
su [E]
mount -o rw,remount /system [E]
cp /sdcard/Contacts.apk /system/app/Contacts.apk [E]
mount -o ro,remount /system [E]
reboot [E]
(The reboot is precautionary but generally a good idea anytime you replace /system files.)
**************************************************************************
Themes/Modding
Now for those not fond of the plain Android theme you may enjoy this little app that has a growing movement backing it, read about what MetaMorph is here and then see the fast growing list of 'morphs/themes' available here.
Signatures
Now that you're a part of the modding community please For The Love Of MODDING take a moment to put the specs for your phone/ROM/theme/etc into your sig so that in the future if you have questions those of us who try to answer you don't have to play forum tag to get this basic info from you.
~psguardian

P.S. THANKS fhaines !!!!
fhaines spent days sifting through the forums to pick all these tidbits out of the masses of G1 ROM flashing posts & forwarded it to me so I could flash my MT3G, I want to say thank you to fhaines for his hard work. I just worked out the formatting & simplified the verbiage to as plain English as I could. Hope this helps those who are a bit timid to test the CM Rom waters (as I was).

Is it required to partition the sdcard, or is that just for Apps2SD & swap?

lupascu.marius: It's only if you want to use Apps2SD and swap.

Apps2sd and swap
Wysie said:
lupascu.marius: It's only if you want to use Apps2SD and swap.
Click to expand...
Click to collapse
Cyanogenmods newest roms run fastest with a swap and ext3 partition on the sd card. If you run it with just a fat32 and or ext2 you will most likely be running the rom a lot slower than was designed.
fhaines

fhaines said:
Cyanogenmods newest roms run fastest with a swap and ext3 partition on the sd card. If you run it with just a fat32 and or ext2 you will most likely be running the rom a lot slower than was designed.
fhaines
Click to expand...
Click to collapse
is it possible to just create an ext3/ext4 and swap only without using apps2sd? Or do i need a fat32 partition?
If I am not wrong the has to be rooted to apply cm? In which step of this tutorial does the phone gets root?

Nicely done!
A few days too late for me, unfortunately, but it's nice to know that I ended up with essentially the same procedure. My notes are quite a bit more disjointed than your instructions, however.
It'll be a good refresher once it's time to root my wife's phone, however.

Great Resource for noobs and advanced alike
I believe this should be stickied.

Damn you beat me to it. I have been looking for WEEKS on a sure fire way to root my MyTouch 3G. I tried the Relentless Rooter, the Gold Card method and everything else I could find to throw at this thing.
The steps outlined here are slightly different from what I did, but all in all, this is what worked for me, was nice, easy and worked great. The first time you Root a phone it takes a bit to get the process down, but it's not as hard as you think.
If this hasn't been stickied, it needs to be!

Looks good but I have a few questions.
I am currently running on CM 4.1.999 (1.6) and my phone is running very smoothly. I tried 4.1.9999 but it started to bog down and seriously slowed down. I've got quite a few apps and I've got the phone set up as I like it (including changing some of the icons with bettercut and that kind of stuff) I'm getting to the point where I'm a bit loathe to go through all that again, so my question is; what are the real world advantages I might enjoy if I "upgraded" to 4.2?

palexr said:
Looks good but I have a few questions.
I am currently running on CM 4.1.999 (1.6) and my phone is running very smoothly. I tried 4.1.9999 but it started to bog down and seriously slowed down. I've got quite a few apps and I've got the phone set up as I like it (including changing some of the icons with bettercut and that kind of stuff) I'm getting to the point where I'm a bit loathe to go through all that again, so my question is; what are the real world advantages I might enjoy if I "upgraded" to 4.2?
Click to expand...
Click to collapse
Have you tried CM updater? It can be downloaded from the market and should just upgrade your current rom.

Weemoney said:
Have you tried CM updater? It can be downloaded from the market and should just upgrade your current rom.
Click to expand...
Click to collapse
OK, thanks, I thought it had been switched off so to speak after the Google episode.
My main question remains though, are there any benefits? I know, I know, go and look at the thread in the Dream section but still, CM4.1.999 really does work very well on my Magic and I think it deserves representation here.
Allied to a good theme it is by far and away the best ROM for the Magic IMHO.

Im running it now and have no issues. It is very fast and reliable. I think its worth the upgrade.

Right You Are
smurf said:
If I am not wrong the has to be rooted to apply cm? In which step of this tutorial does the phone gets root?
Click to expand...
Click to collapse
You do need to be rooted to apply a CM ROM (or any other 'cooked ROM' I think), HERE is where you are officially Rooted as I understand the process.
psguardian said:
INSTALL
Connect phone to pc via USB
On the phone: pull down the notification bar & press ->USB Connected->Mount
On the pc: copy the FlashRec.apk & the Amon RA recovery.img onto your SD card.
If you don’t have a ‘file manager’ or ‘app manager’ go to the market & download one such as: ASTRO, LINDA, AppManager or the like. Then browse to your SD card & open/run the flashrec.apk to install it. (if asked what to open with choose Package Installer)
Open RecoveryFlash (flashrec) & press Backup Recovery Image.
Once it’s finished press in the text box & clear out the box, then put /sdcard/recovery-RA-dream-v1.2.3.img & press Flash Custom Recovery Image.
Once the flash is complete turn the phone off.
Boot into 'Recovery' like this: Press-&-Hold END/Power AND Pres-&-Hold Home. (this will be a black background with a screen full of options)
Scroll down to ‘part SD fat32+ext2+swap’ press trackball to select.
Once partitioning is complete scroll down to ‘then select convert ext2 to ext3’ press trackball to select.
Reboot phone.
Connect phone to pc after reboot & mount USB storage
Copy the HTC ADP 1.6 DRC83 & CyanogenMod 4.2.2 ROM files onto your SD card then disconnect from the pc & turn off phone.
Boot into 'Recovery', scroll to & select ‘nandroid backup’ & let it complete.
Scroll to & select ‘wipe data/factory reset’ & let it complete.
Scroll to & select ‘apply SD card: choose zip’ and select the HTC ADP file & let it complete (this will take a few min be patient).
Scroll to & select ‘apply SD card: choose zip’ and select the CyanogenMod file & let it complete (this will take a few min be patient).
Once the flash is complete reboot phone (this will take up words of 5min+ be patient).
Once up & running on latest CyanogenMod connect to pc again & unzip the audio-resources.zip onto your SD card.
Click to expand...
Click to collapse

fhaines said:
Cyanogenmods newest roms run fastest with a swap and ext3 partition on the sd card. If you run it with just a fat32 and or ext2 you will most likely be running the rom a lot slower than was designed.
fhaines
Click to expand...
Click to collapse
Quick question, I've followed the procedure posted on here step by step exactly and once I boot the phone up right after the android loading screen it goes to a black screen and sits there for a long time. Here's a thread I started asking for help with this, it has more info on my problem, thanks for anyone trying to help.
http://forum.xda-developers.com/showthread.php?t=578208

Things to check
lupascu.marius said:
Quick question, I've followed the procedure posted on here step by step exactly and once I boot the phone up right after the android loading screen it goes to a black screen and sits there for a long time. Here's a thread I started asking for help with this, it has more info on my problem, thanks for anyone trying to help.
http://forum.xda-developers.com/showthread.php?t=578208
Click to expand...
Click to collapse
Hey,
Couple of things to check and make sure of. You have to be on factory 1.5 before doing the upgrade to the Rooted HTC rom and Cyanogens rom, cannot do this from 1.6. Also, there is a wipe involved in the process, and if its skipped it may account for the FC's. Also there is a fix permission file you can run after installation and initial boot that may help with the FC's, its located in CM's thread in the Dream section where the rom is.
Fhaines

fhaines said:
Hey,
Couple of things to check and make sure of. You have to be on factory 1.5 before doing the upgrade to the Rooted HTC rom and Cyanogens rom, cannot do this from 1.6. Also, there is a wipe involved in the process, and if its skipped it may account for the FC's. Also there is a fix permission file you can run after installation and initial boot that may help with the FC's.
Fhaines
Click to expand...
Click to collapse
Yes, it is on the factory cupcake build when i start to try and install CM. The weird thing is i have had Cyanogenmod for a long time and have been doing upgrades and everything worked untill now. I upgraded to CM 4.2.1 and after that CM stopped working on my phone. I can confirm that 'other' rooted roms do work..so it seems like its just CM. Thanks

lupascu.marius said:
Yes, it is on the factory cupcake build when i start to try and install CM. The weird thing is i have had Cyanogenmod for a long time and have been doing upgrades and everything worked untill now. I upgraded to CM 4.2.1 and after that CM stopped working on my phone. I can confirm that 'other' rooted roms do work..so it seems like its just CM. Thanks
Click to expand...
Click to collapse
Quick update for anyone with any ideas. I finally got it to boot up and it runs great except for two things I've notices so far. When i try to add widgets nothing pops up and when i go to settings the window comes up for half a second then goes away and back to home screen. Now what I did to fix it was partition the sd card which i was told is NOT necessary. Then after i got it to work i tried again with a sdcard that was NOT partitioned and it did the same thing again, black screen no-go. So it seems like if you don't partition the sdcard on some phones the phone freezes at a black screen. Keywords being "some phones". So for anybody who knows how to fix the widget and settings problems not opening, please help me....Thanks

lupascu.marius said:
Quick update for anyone with any ideas. I finally got it to boot up and it runs great except for two things I've notices so far. When i try to add widgets nothing pops up and when i go to settings the window comes up for half a second then goes away and back to home screen. Now what I did to fix it was partition the sd card which i was told is NOT necessary. Then after i got it to work i tried again with a sdcard that was NOT partitioned and it did the same thing again, black screen no-go. So it seems like if you don't partition the sdcard on some phones the phone freezes at a black screen. Keywords being "some phones". So for anybody who knows how to fix the widget and settings problems not opening, please help me....Thanks
Click to expand...
Click to collapse
I don't think it has anything to do with SD partition type. Im running cm with a fat sd. everything's fine.

Nice lil issue...
Once it’s finished press in the text box & clear out the box, then put /sdcard/recovery-RA-dream-v1.2.3.img & press Flash Custom Recovery Image
I dont have this option when i try to flash the .img
it says Download Recovery Image and it is actually grayed out??

Related

Super Newbie Guide for MYTOUCH 3G going to cyanogen 4.1999

1st of all thanks to the following for helping me out:
MT3G
not4sakn
zapote21
thanks dudes APPRECIATE it keep up the good work.
For unrooting and rooting give thanks to theunlockr.com they are dedicated in helping those who need in help too.
making android experience a better place.
Bought a Brand New Mytouch 3g T-mobile USA: then this is what I did, flawless just follow this very newbie guide no chance of bricking your phone unless u did something beside this. but this is what i did. do it onyour own risk.
I made my own link i tested it, You have the freedom to get the file anywhere you want. But this link are tested, if you download link posted on other thread and brick your phone, thats your bad. So dont come back hereand point finger. (I will just look at you and smile)
A -Charge your phone FULLY CHARGE B4 Proceeding. (If it got low On battery?I have no idea whats gonna happen)
B -I did the UNROOTING even it is out of the box(why so if i got an update Mytouch I am sure Im in the stock original-rom)
1. Download sappimg.nbh (http://fdc6f33a.linkbucks.com)
2. Save the sappimg.nbh file to your SD card. As always, do not place it in any folder on the SD card.
3. Put the SD card into the phone and turn the phone on by holding down Volume Down and Power.
4. wait for it to pick up the Sappimg.nbh read if you need to confirm anything.
5. Push the trackball to begin, it should automatically update from there.Put the phone down dont shake it.
6. Once the flashing is fully complete, reboot the phone. DONE!
C -ROOT THE MYTOUCH
1. On your phone (MyTouch), goto Settings, Applications, and make sure Unknown source is checked ON.
2. On your phone, goto Settings, SD card and phone storage, and click Unmount SD card.
3. Then click Format SD card (it should automatically remount after this).
4. Plug the phone into the compuer via USB, then pull down the notification bar and click on the SD card notification. Then click mount.
5. Download this flashrec-1.1.2-20090909.apk(http://f44f9e26.linkbucks.com) and recovery-RA-dream-v1.2.3.zip(http://6cf64977.linkbucks.com) and save it to your computer:
6. copy them to your SD card (do NOT put them inside any folders on the SD card, just on the sdcard root).
7. Unplug the phone from the computer
8. Goto the Market and download Linda File Manager or any file manager program if you do not already have one.
9. Open the file manager and goto SDCard and then find the flashrec-1.1.2-20090909.apk and install it. choose Package Installer to open it.
10. Open the FlashRec program and click on Backup Recovery Image and wait to finish.
11. Once done, click on the empty text box in the FlashRec program and type:
/sdcard/recovery-RA-dream-v1.2.3.img
Then click on the Flash Custom RecoveryImage button and wait for it to finish.
12. Turn off the phone and turn it on into Recovery mode by holding down Home and Power(keep holding HOME until the recovery screen comes up has a bunch of text on a black background). So long as that screen comes up, you have done it.
D - Download HTC_ADP_1.6_DRC83_rooted_base.zip (http://796fbaec.linkbucks.com) and update-cm-4.1.9999-signed(http://0e9a0a2c.linkbucks.com). Put them on the root of the sd card.
E - Go to RECOVERY SCREEN.turn it on into Recovery mode by holding down Home and Power.
1. Partition your sd card using (Fat32/ext2/linux swap) press trackball then Home to confirm. w8 to complete!
2. Perform a WIPE(reset to factory default) w8 to complete!
3. Apply sdcard:choose zip: HTC_ADP_1.6_DRC83_rooted_base.zip w8 to complete!
4. Reboot (by choosing the top option then press trackball)
5. turn it on into Recovery mode by holding down Home and Power.
6. Apply sdcard:choose zip: update-cm-4.1.9999-signed.zip w8 to complete!
7. Reboot (by choosing the top option then press trackball)
8. Eat snack or drink gatorade
9. Give thanks to me by posting thank you I ve done it!
I did this on my new Mytouch and 3 Mytouch 3g of my friend I charge them 20$ lol.
If you want to change rom just do PROCEDURE E.
*Original partition value of doing a Fat32/ext2/linuxswap : Linux swap-32mb / ext2-500mb / Fat32-remainingsdcard space
(anyone can confirm this?)
On mine I did Linux swap-62mb / Ext2-1gb / Fat32 is the remaining of my 16gb class6 micro sdcard space.
I use some linux bootable cd that I formatted any partition just by sliding a bar, no more typing command.
haven't tried this yet... but im gonna say thank you in advance cause today was the day that i am gonna root a mytouch lol perfect timing my friend.
I will let you know when i am successful in doing so!!!
bored2nite said:
haven't tried this yet... but im gonna say thank you in advance cause today was the day that i am gonna root a mytouch lol perfect timing my friend.
I will let you know when i am successful in doing so!!!
Click to expand...
Click to collapse
Hey i just wanted to point out... in step 12 part D u put the two files on the root of sd card... then in E and or step 13 u mention to partition the sd card in fat32/ext2/swap.... when u do that it wipes the sd card to put the two files after you partition the card FYI.... the rest is looking good so far with ur guide..
well just tried it and goes thru green mytouch screen then the blue android logo -then just a blank screen with the backlight on. waited like 5 minutes-nothing... maybe it just takes a long time.. idk didn't see any errors and everything completed successfully except wont boot all the way.
**Update - I forgot to do a wipe *doh -- works great ! on mt3g --I did install the nbh from goldcard on first step though as I had 1.33.0006 perfected spl... Nice job on the walk through.
A noob who took the time to read and search and read and search and ya...this worked flawlessly on a week old MT3G.
Followed to a T...was a little slow on the green mytouch screen and the blue android screen but after that its worked like a charm...responsive, no issues.
A big thanks to rjan22, et. al.
Would this be exactly the same on a (Vodafone) HTC Magic? Got one off ebay yesterday and want to try the cyanogen rom. Cheers
you are the BOMB!!! thanks alot now i need to know if now since i have successfully rooted my mytouch can i just update a new rom without nething being affected.. thanks again
the marketplace doesnt seem to work =( everything else works flawlessly

[Android] NAND Boot Method for Polaris: FLASH IT!

** PLEASE, READ THE GUIDE BEFORE FLASHING **
Flashing a device is a risky process, and you definitively have to know that your device might not boot correctly, or not boot at all. You must also notice that this method is being tested and some components of your Polaris will not working at the moment. Take into consideration that there are developers that are sharing all their work with us, but although they're really good at their job, they all have their lives. So, if something just doesn't work, please, be patient*
NAND Boot for Polaris! Made possible thanks to DZO!
This method will allow you to start Android without the need of Windows Mobile. It will just boot like if the device had a native Android OS installed onto it.
- You may see this guide really long, but it's because I tried to detail every step and I put lots of URLs to make the process easier for beginners It's not than difficult as it seems!
Step by step guide:
Needless to say that you need to have HardSPLed your device first!
1. CHOOSE YOUR ANDROID BUILD
You can install try to install any build from the Kaiser and Vogue forums. They should work for Polaris:
I personally recommend to start with Myn's Warm Donut Release 5.
You can choose it in two different screen resolutions
240x320 (my favorite) - http://download219.mediafire.com/t0lnxmijgEjg/1drm2jqwjzn/myn-WarmDonut-04-24-2010-240x320-110.zip
320x480 - http://download533.mediafire.com/ml1jxoyomIDg/miw2uzjjzjq/myn-WarmDonut-04-24-2010-320x480-160.zip
If you want more info, check its thread: http://forum.xda-developers.com/showthread.php?t=619980
Download the build. It may be a compressed file containing an androidinstall.tar.
Copy this androidinstall.tar under a folder named andboot at the top level of your SD Card. The file path should be /andboot/androidinstall.tar.
You're now ready to flash the OS loader.
2. -OPTIONAL, BUT RECOMMENDED. ERASE YOUR ROM.
To be sure that you won't have problems with the flashing, you should use a tool that executes the called Task 29 to clean the NAND memory in the device. This helps the flashing goes OK and minimizes the chance of a bad flash.*
Fortunately, there's such tool: It can be downloaded HERE (big thanks to leppa).
It's a hacked flashing tool. To make it work you will have to select a dummy .NBH file. Use the .NBH file you want, preferably a small one. You can use the one that you will download in step 3.
You it finishes the operation, your phone will NOT boot. Don't worry. This is normal. We will make it boot soon.
More info HERE: http://forum.xda-developers.com/showthread.php?p=6227425#post6227425
3. FLASH THE ANDROID OS LOADER TO NAND
You will need a .NBH in order to boot from NAND. It's usually named polaimg-panel[x]-[resolution]-[date].nbh.
I personally recommend to flash of the .NBH files by DZO dated 07-May-2010. They are listed on his site: http://it029000.massey.ac.nz/vogue/files/?C=M;O=D
Choose one according to your paneltype and resolution. Your paneltype depends on its maker. You should try from 1 to 3 to see which one works for you.
Flash the .nbh file you downloaded with your prefered tool (I used CustomRUU.exe for Windows).
To flash your device you might have to put your Polaris in bootloader mode. To enter this mode you have to do the following:
Press and hold the camera button.
Press reset while you hold the camera button. Release it (the reset button).
Hold the camera button until the colored bars screen appears.
If it doesn't work, remove the battery, wait for some seconds, put it back and try again.
When the colored screen (Hard SPL) is shown, you are ready to flash it using the flashing application (CustomRUU.exe, for example).
4. INSTALL YOUR BUILD
When you're done flashing, your device will boot. You will now attempt to install your build using the file androidinstall.tar.
You'll see lots of text lines scrolling while it boots. Now, pay close attention to the next step.
The system will prompt you to press and hold the center button of the DPad (in the middle of the jog-wheel) to start the Android Installer. It's a message like "Press x to launch the installer". Don't forget to hold it until the installer is shown!
The installer will eventually start.
A list of options should appear (in text mode). Use the jog-wheel up and down to navigate. D-pad center to select.
Choose your installation options (I selected System on NAND, Data on NAND). Don't choose any other option unless you know what you're doing.
Install it! (if it ask you to wipe the data, select yes).
Wait for the installer to finish.
The menu should appear again.
5. INSTALL THE SPECIFIC UPDATES FOR POLARIS
Due to particularities in our devices, some hardware like Wi-Fi and Bluetooth won't work properly if you don't apply some updates first.
You will need a file an androidupdate.tar to apply to the just installed system.
You can download it HERE (thanks to l1q1d).
When applied, the installer will be shown again.
You now have to select Fix permissions to avoid problems.
Don't exit the installer: soft reset your Polaris instead.
YOU ARE DONE! Your Android system will boot after some minutes.
Things that should WORK:
Phone calls: incoming/outcoming
Texting (SMS)
Data connection (GPRS/3G)
Wi-Fi
GPS
Bluetooth
Things that DON'T WORK:
USB Storage Mode
USB debugging is unstable.
Tethering
Camera (in Eclair)
Headset
Bugs/Issues:
Sometimes Wi-Fi hangs while is being disabled and prevents the device from suspending correctly (it won't sleep and the screen will turn of every time you press a button).
Data connection goes down from time to time and it won't reconnect until you go to the Modem application, disconnect, connect again and wait it to connect.
Audio Input: faulty and unusable with most of applications that use it.
* Enjoy and feel free to donate to our GREAT developers.
* I donated to our developers, and I'm from Spain. As everybody know, Spain is falling like a fainted Pokémon thanks to Zapatero (Mr. Bean II). If I can donate, how couldn't you do it?
I'm trying now.. Sorry my english...
They state that it's valid also for HARET:
if you're doing it with haret, extract basefiles to your sd, plop the androidinstall.tar into the same folder, and boot, hold down volume up just like the nand people (but don't pick nand to store the files, it won't work)
Click to expand...
Click to collapse
I've tried with the specified basefiles and plemen's Android 2.1, but I had no luck.
I noticed that when I press run from HARET and the progress bar fills up, it vibrates two times. Then, it seems that the device is hung, but after 15 seconds (or more), it boots. However, I didn't complete the rootfs-less setup process. It complaints about this:
Unable to open persistent property directory /data/property errno: 2
Click to expand...
Click to collapse
Anyone?
Wait, does this mean its totally an Android ROM? If so, COOL!
haven't tried yet ^^
Did you take the last package on sourceforge for the Eclair 2.1 Build? The files on Mediafire was corrupted.
I think there is no speed improvement with this, it's "only" an easier way to install and upgrade the system.
This is NOT "totally an Android ROM".
i can't install with this method
is there a "how to" or forum thread somewhere cause i get
sh: 2: unknown operand
losetup: /dev/block/loop1: No such file or directory
Failed
Failed to reach system.img on SD Card
Click to expand...
Click to collapse
during setup it complains "cant create folder /system cause file already exist"
i put basefiles at the root of my sd card and the vogue .tar in a folder call /andboot
all taken from here http://sourceforge.net/projects/androidhtc/
I think that you must flash a nbh that only works in vogue yet. I try to flash but it stop at 33%. I think that we must wait.
luzbel_es said:
I think that you must flash a nbh that only works in vogue yet. I try to flash but it stop at 33%. I think that we must wait.
Click to expand...
Click to collapse
Yeah, same problem. It's impossible to flash now with any package for Vogue or Kayser...
We have to wait for DZO's work to port .tar and . NBH for us...
Hi fellas:
I carried out research about the new boot up method, and it seems it will be compatible with our beloved Polaris. But it still needs some fine-tuning, first of all due to the fact that the new installer is started holding down VolUp, but this button isn't correctly recognized with the current bits.
In other words, we should wait before trying out this one. Vilord is aware of this issue.
Stay tuned!
Hi SuperJmn,
Of course I wait for ...
I look every day in the Vogue/Kaiser thread and hope we can to flash our Polaris next time.
Thanks.
Android should work much more faster after flashing... Can't wait to try this
manu33xtro said:
Hi SuperJmn,
Of course I wait for ...
I look every day in the Vogue/Kaiser thread and hope we can to flash our Polaris next time.
Thanks.
Click to expand...
Click to collapse
Hey
I have pola100 with pcar latest non-3d, Im trying my luck to get android started but with the latest files (img, rootfs, zImage) I am not able to. tried hell lot of combinations.
can you suggest me which one would I use, I downloaded some from sourceforge!
but I read that the new rootfs is for nand....
please friends guide me to right downlaods and versions for a near perfect android installation
Thanks in advance....
Niranjan
Hi! The new method is not only for NAND, but also for SD booting. It has some incompatibilities, so it's working for Vogue for the moment (Vogue owners are a bit more lucky than us in terms of development).
We are waiting for @vilord, @DZO and other authorities to fix the appropriate files.
I will contact them right after I end up writing this
Updated information for NAND boot. Thanks DZO!
Can you give us some feedback? Does it run better, smoothier than before? Or nothing about that?
it work but this resolution is not userful for me. No more speed than haret method, wifi and camera not work, system freeze some times. Do you have this problems?
How to put device in bootloader
Hello,
I've installed Android on my POLA100 (NAND method). Until now it's working fine. When I tried to put my device in bootloader mode, after installing Android, surprise... the combination (camera button pressed + stylus reset) isn't working.
If you used this: Eclair build you should download this update too: update for qvga and put androidupdate.tar from this archive on the andboot folder on your sdcard near androidinstall.tar.
After installing the system like SuperJMN said you'll have to press the power button one more after system reboot and choose update... from the menu,then quit when the menu reappear.
WIFI,Camera,Bluetooth doesn't work on this build(the only one I've tested with this new method)
Thank you SuperJMN for posting this,I hope it will remain for a long time on the front page and many thanks to DZO,VILORD,JAMEZELLE,PLEMEN and all other guys for the hard work.
Polaris
Hi,
for polaris you push power button, and boot menu works(NAND and SD).
The issue is that Wifi is not working now.
I try several builds.
So it seems not depending on the system?
Regards
How to put device in bootloader
Solved it. I put my device in bootloader by pressing the camera button + stylus reset when Android loads. I don't know if it worked because I removed my SD card and on the screen appeared "Waiting for SD card" but in that moment I've reset the device in bootloader.

How to install roms on my Hero

Sorry i am a newbie and have been looking everywhere to try to find a guide for this. I downloaded the blue echo for my htc hero and even rooted it but am not sure what else to do besides this. Any help is appreciated. thanks in advance!
Can anyone please lead me into the right direction?
How To: Load a Custom ROM on Your HTC Hero
* Posted on 08.27.09
* Android How To's, Featured, HTC Hero/G2 How To's, How To's, Video
* 272 Comments
Finally a reason to root your HTC Hero if you haven’t already! And if you have then something to do with the new found root access. Load a ROM!
Before you begin make sure you have done our How To Root Your HTC Hero in One Click! procedure.
THIS NOW WORKS ON THE SPRINT HERO AS WELL!
After you have successfully done that, you can do this procedure.
1. Download a ROM from forum.XDA-Developer.com to your computer. Or check our Downloads section and click on Android then ROMs and use the search bar at the top and type in “Hero ROMs”. *IF YOU HAVE A SPRINT HERO MAKE SURE THE ROM YOU WANT IS COMPATIBLE FOR THE SPRINT HERO!
2. Plug in your phone and pull down the Notification bar when the SD notification pops up.
3. Click on the notification and select Mount.
4. Once the SD card is on your computer screen, copy the ROM from your computer to your SD card (make sure NOT to put it in any folders on the SD card, just on the SD card by itself).
5. Once it is done copying, rename it on your SD card to update (in windows it should just need to be renamed update and you should still see the Zip folder icon to the left of the file to indicate that it is still update.zip).
6. Unplug your phone and turn it off.
7. Turn the phone on by holding down Home and Power till you get to the custom recovery screen.
8. Select Wipe from the menu, then select Apply Update.zip
9. Once it is done, select Reboot and you are all set!
Reported Issue:
Issue: I can’t find Format Fat32+Ext2+LinuxSwap.
Solution: This means you are using Amon Ras latest recovery image, he has put this option under Partition > Partition SD > then it asks you what values you want for the different partitions. Here are the standard values, but feel free to change them according to what the ROM you wish to use recommends.
LinuxSwap – 32MBs
Ext2 – 512Mbs
Fat32 – Remainder
Click to expand...
Click to collapse
Check http://theunlockr.com/2009/08/27/how-to-load-a-custom-rom-on-your-htc-hero/ for details
Keep in mind that you need Root acces to do this. See:
http://theunlockr.com/2009/08/27/how-to-root-your-htc-hero-in-one-click/
Thanks a ton. It was actually down volume + power button for mine. After i got to the recovery I managed to figure it out. Thanks for the help!
Asus mypal a636n
Roes! A question would be, given that Asus MyPal A636 is a PDA and a power failure during an update since then and was not switched on only in the charging process takes fel.Szofveresen accessible somehow to delete the FAT table?

[TUT] Telus HTC Desire *UPDATED* - Windows Drivers, Root, Radio and ROM Instructions

Ok, so I just took the tutorial written by Slimdizzy and have modified it for Windows users, as he stated he was using a Mac, and a lot of people seem to be having issues getting this working. Go easy on me this is my first TUT write up, I hope it helps......If anyone has a correction or a suggestion please let me know.
Credit goes to Slimdizzy for his original post here:
http://forum.xda-developers.com/showthread.php?t=750888
When I rooted my Telus HTC Desire the first time it was hit and miss, if I remember correctly I did it 3 times until it worked 100%, by this I mean Unrevoked/Root ran without hitch, and after running Unrevoked I was able to reboot into Android, and then reboot back into recovery on my first try without any weirdness.....
The following steps are what I did to get my drivers installed and working the first time, rooting the phone, installing Radio 5.09.00.20, and getting a custom ROM installed (I used OpenDesire)
First things first you need the drivers, this is the most important part. Nothing will ever work for you if you don't have the right drivers installed.
Drivers:
1. Download the Android SDK here: http://dl.google.com/android/android-sdk_r06-windows.zip
2. Unzip and place the files in C:\Android. You can place the files wherever you want but my steps will use this location.
3. Run SDK Setup.exe , if you get the Failed to fetch URL error, hit close and then go to Settings and enable Force https://. Then click on Available Packages, near the bottom you will see USB Driver Package, place a check mark beside it and then click Install Selected.
Alternatively you can try using these drivers, they have worked for other users but I have not installed my drivers using this method so I can't say how well they will work.....
http://www.unrevoked.com/rootwiki/lib/exe/fetch.php?hash=908951&media=http%3A%2F%2Fwww.unrevoked.com%2Frecovery%2Fandroid-usb-driver.zip
4. Android SDK will download your drivers and place them here C:\android\usb_driver.
Now plugin your Desire with USB Debugging enabled (Settings --> Applications --> Development). Windows will prompt you for the device drivers, point windows to the C:\android\usb_driver folder and it should do it's thing. YOU MUST BE SURE TO INSTALL THE ADB DRIVERS, without those Unrevoked will not run.
5. Once all your drivers are installed, you can verify them by checking with the Android SDK
Open a DOS prompt (CMD in the Run box) and navigate to C:\android\tools and then type "adb devices", it should return a funny device name/ID, if you see a device listed then you are good to go, if you don't then repeat these steps until you do, check your Device Manager for an uninstalled device/driver.
***UPDATED***
Steps for Rooting:
***Follow these steps after you are 100% sure you have the drivers right!***
***DO NOT plug you Desire into your computer yet***
1. Goto http://unrevoked.com and download the software
2. You now have a choice of recovery, Amon RA has released an SLCD version of his recovery, which in my opinion is much better, it has a few more features than Clockwork. I recommend Amon RA, but the choice is yours.
Amon RA Recovery v1.7.0.1 R5 SLCD: http://dl.dropbox.com/u/4481275/recovery-RA-desire-v1.7.0.1-R5-SLCD.img
Clockwork v2.5.0.7 SLCD:http://koush.tandtgaming.com/recoveries/recovery-clockwork-2.5.0.7-bravo.zip
3. Go to HBOOT, this is done by shutting down your phone and powering on the device while holding the Power button down and pushing Volume down at the same time, once HBOOT is loaded do a wipe (Clear Storage). You can navigate the menus by using the volume rocker and the Power button to select your option.
4. Load Unrevoked and load the custom SLCD recovery file on your PC:
Goto File>Custom Recovery and point it to the recovery image that you downloaded in step 2.
5. Restart your phone, it will take a few minutes because you did a wipe, just wait it will load (up to 5 minutes). As soon as the welcome screen loads plug your phone in to the PC and Unrevoked should do it's thing. If Unrevoked doesn't start, then hit the Menu button go to Settings --> Applications --> Development and enable USB debugging.
6. The phone will restart a couple of times, and will look like it's hanging on the HTC screen but it's not! If the HTC screen is present for more than 5 minutes pull your battery and start again ( I had to do this a couple times myself). If Unrevoked pauses half way through its process, it could be because for some reason you don't have the proper drivers installed. You can load them as Unrevoked does the root process, while the phone is rebooting if Unrevoked pauses and Windows prompts you for a driver point it to the C:\android\tools directory and it will load the drivers and Unrevoked will continue its root process.
7. When Unrevoked is finished you will be left at the recovery screen,
8. *** VERY IMPORTANT*** Before restarting do a "wipe cache partition", "factory reset". And now would be a good time for a Nandroid Backup
9. Now reboot, and Android should load. Check for Superuser Permissions app, if you see it you're good if not restart from step 3.
10. Shutdown and load HBOOT, wait a few seconds for SD card (you'll see something try to load quickly), then load recovery again, it should load everytime without issue now.
It may take a few tries, but just follow these steps and it will work.
Steps for flashing radio, and custom ROM:
1. Grab a custom ROM from the forum, I used OpenDesire: http://forum.xda-developers.com/showthread.php?t=712615
OpenDesire comes with a nice reboot to Recovery feature built in.
2. Once zip is download, copy it to your SD card
3. Get the updated radio needed from here: http://www.mightyrom.com/mrx/MRX/Bravo/Radio/Signed/32.44.00.32U_5.09.05.30_2.zip
4. Reboot into recovery by powering on the device while holding the Power button down and pushing Volume down at the same time. Select Recovery with the Volume rocker and then click the power button to launch it.
5. Select "install zip from SD card" using the trackpad and select the radio zip that you download in step 3.
6. Let it do its thing (could take up to 10 mins to finish), use the back button to get to main menu and select "reboot system now" with the trackpad. If your phone hangs after rebooting wait at least 10 minutes before pulling the battery, it could be finishing the radio update.
7. Once rebooted check that the new radio is good by loading HBOOT (you should know how to do this by now) and at the top it will show you're radio version.
8. Load recovery again and select "wipe cache partition", "factory reset" (for the 3rd and final time). Then select "install zip from SD card" using the trackpad and select the ROM zip that you download in step 1.
9. The new ROM is now installed, restart the phone and wait up to 20 minutes (it shouldn't take that long) for the new ROM to load, DO NOT PULL YOUR BATTERY UNTIL AT LEAST 20 MINUTES HAVE PASSED.
You should now have your phone rooted, new radio installed, and a new custom ROM loaded.
Sorry for such a long post, but I found all these steps necessary to get the end result.
If I have missed anything or if anyone has comments / corrections post them here and I will try to keep the tutorial updated and easy to use as possible.
Great post man. I found the "dont plug the phone in yet" part out the hard way. I thought I had busted it on the 1st try!
Couple of things.
USB debugging is under development in Apps. (not a big deal)
Those unrevoked drivers worked great for me, I followed the instructions in the HTML doc that came with the zip. I have heard there are extra drivers needed for windows 7, and you have to be sure your running unrevoked as an admin.
Once I was rooted, I used RomManager to get the newest clockwork and flashed it. I used rom manager to flash the rom, HBoot to flash the radio, and did it backwards. Seems to not make a difference.
Thanks for doing this!
Edit: you forgot the most important part! Always Nandroid backup, and copy all the files from the SD card as soon as you are rooted incase something goes wrong.
Below may be wrong info, but it is what happened to me.
//////////////Extra tip, if you format an SD card, be sure you copy back the clockwork files before you unmount the card. I didn't and could not boot at all untill I copyed all the files back. I went straight to a nandroid without trying to boot into android, so I don't know if I messed up Android, but I know it would not boot to anything untill I fixed the SD card.
////////////////////
ajanu said:
Extra tip, if you format an SD card, be sure you copy back the clockwork files before you unmount the card. I didn't and could not boot at all untill I copyed all the files back. I went straight to a nandroid without trying to boot into android, so I don't know if I messed up Android, but I know it would not boot to anything untill I fixed the SD card.
Thanks for doing this!
Click to expand...
Click to collapse
Can you elaborate on this? I'm assuming Clockwork recovery is stored on the SD card?
BIGGGG THANKS, I will try tonight.
Below may be wrong info, but it is what happened to me.
//////////////Yes there is a folder called clockwork mod, in there were my nandroid backups. I copied everything on the SD back and Clockwork booted, so I can't say for sure, but I'd assume all you need is the clockwork folder. There are other folders that look like system folders that may also be important./////////////
ajanu said:
Great post man. I found the "dont plug the phone in yet" part out the hard way. I thought I had busted it on the 1st try!
Couple of things.
USB debugging is under development in Apps. (not a big deal)
Those unrevoked drivers worked great for me, I followed the instructions in the HTML doc that came with the zip. I have heard there are extra drivers needed for windows 7, and you have to be sure your running unrevoked as an admin.
Once I was rooted, I used RomManager to get the newest clockwork and flashed it. I used rom manager to flash the rom, HBoot to flash the radio, and did it backwards. Seems to not make a difference.
Extra tip, if you format an SD card, be sure you copy back the clockwork files before you unmount the card. I didn't and could not boot at all untill I copyed all the files back. I went straight to a nandroid without trying to boot into android, so I don't know if I messed up Android, but I know it would not boot to anything untill I fixed the SD card.
Thanks for doing this!
Edit: you forgot the most important part! Always Nandroid backup, and copy all the files from the SD card as soon as you are rooted incase something goes wrong.
Click to expand...
Click to collapse
This is exactly the part I wanted, when I had to use nandroid
ajanu said:
Yes there is a folder called clockwork mod, in there were my nandroid backups. I copied everything on the SD back and Clockwork booted, so I can't say for sure, but I'd assume all you need is the clockwork folder. There are other folders that look like system folders that may also be important.
Click to expand...
Click to collapse
I believe this is misinformation.. only reason because I was having that endless HTC frozen screen so I formated my SD card, the FAT32 partition and the EXT3 partition in windows using Paragon Partition Manager, finally got back into recovery, wiped everything from cache to davlik cache as well.. then installed my rom.
If Clockwork was stored on the SD card.. I believe it wouldn't have booted.. got a little confused there. However, the Nandroid backups are stored on the SD card.. that I know for sure!
quazis said:
I believe this is misinformation.. only reason because I was having that endless HTC frozen screen so I formated my SD card, the FAT32 partition and the EXT3 partition in windows using Paragon Partition Manager, finally got back into recovery, wiped everything from cache to davlik cache as well.. then installed my rom.
If Clockwork was stored on the SD card.. I believe it wouldn't have booted.. got a little confused there. However, the Nandroid backups are stored on the SD card.. that I know for sure!
Click to expand...
Click to collapse
These devices make no sense to me. Maybe I didn't help anything with the copy and just trying to boot a few times would work. I would expect things to work or not work, but they work intermittently some times. Certainly increases the confusion/frustration levels.
Wouldnt be using the latest radio and using "recovery-clockwork-2.5.0.7-bravo.img" instead of the old one be better?
Juggalo_X said:
Wouldnt be using the latest radio and using "recovery-clockwork-2.5.0.7-bravo.img" instead of the old one be better?
Click to expand...
Click to collapse
Link has been updated to reflect the latest Clockwork recovery version.
Thank you!
Blowtoke said:
Link has been updated to reflect the latest Clockwork recovery version.
Thank you!
Click to expand...
Click to collapse
No problem and here is a link to the new radio if you want to update it. it appears to be much better then the one linked in tut. Here it is
Juggalo_X said:
No problem and here is a link to the new radio if you want to update it. it appears to be much better then the one linked in tut. Here it is
Click to expand...
Click to collapse
Radio link updated as well, thanks!
quazis said:
I believe this is misinformation.. only reason because I was having that endless HTC frozen screen so I formated my SD card, the FAT32 partition and the EXT3 partition in windows using Paragon Partition Manager, finally got back into recovery, wiped everything from cache to davlik cache as well.. then installed my rom.
If Clockwork was stored on the SD card.. I believe it wouldn't have booted.. got a little confused there. However, the Nandroid backups are stored on the SD card.. that I know for sure!
Click to expand...
Click to collapse
What is EXT3 partition ?
I would like to get more details about the sdcard ? I make my backup with nandroid and after I format the sdcard....so if I want restore the back up from Nandroid, it will not be there....sorry for the noob questions
fourire said:
This is exactly the part I wanted, when I had to use nandroid
Click to expand...
Click to collapse
This step has been added to the guide....thank you!
fourire said:
What is EXT3 partition ?
I would like to get more details about the sdcard ? I make my backup with nandroid and after I format the sdcard....so if I want restore the back up from Nandroid, it will not be there....sorry for the noob questions
Click to expand...
Click to collapse
Ext3 partition is for A2SD, I never touched my SD Card until I was rooted, updated radio, and loaded a custom ROM. I can't say whether or not the SD card plays a role in freezing during boot to recovery or not? But like I said I never partitioned my SD until after everything was done.....
Very good tutorial !
Thank you
After all that, what's about the apps, contacts, calendar ?
And for this file: 2. Get the needed recovery image from here: http://koush.tandtgaming.com/recover....0.7-bravo.zip... is it for slcd ?
fourire said:
After all that, what's about the apps, contacts, calendar ?
And for this file: 2. Get the needed recovery image from here: http://koush.tandtgaming.com/recover....0.7-bravo.zip... is it for slcd ?
Click to expand...
Click to collapse
Recovery-clockwork-2.5.0.7-bravo.zip has been confirmed to work with SLCD, the link has been updated.
Thanks!
ok - at step 8
8. *** VERY IMPORTANT*** Before restarting do a "wipe cache partition", "factory reset". And now would be a good time for a Nandroid Backup
Can someone point me to a nandroid backup tutorial.
Blowtoke said:
I've posted a question on the Clockwork forum to find out if the latest version (recovery-clockwork-2.5.0.7-bravo.zip) works with SLCD, once I get an answer I will update the link if necessary.....for now it's reverted back to the old recovery img that I know works....
Thanks!
Click to expand...
Click to collapse
It works ive flashed it as my recovery img

[q] help please

Hello everyone i have a problem with my htc hd2 this is my first time flashing my phone and it went smooth until i try to put the rom in my sd card. it always tells me that the zip file is no longer on my computer but out of curiosity i tried ad recovery to see if the zip file is there and it is there but when i try to load the custom rom it says the zip file is (bad) and installation aborted i don't know what to do next
iluuvmochi said:
Hello everyone i have a problem with my htc hd2 this is my first time flashing my phone and it went smooth until i try to put the rom in my sd card. it always tells me that the zip file is no longer on my computer but out of curiosity i tried ad recovery to see if the zip file is there and it is there but when i try to load the custom rom it says the zip file is (bad) and installation aborted i don't know what to do next
Click to expand...
Click to collapse
how are u transferring them? should just copy n paste. do it from CWM (9. ad recovery). go under "mounts and storage". then go down to "mount usb storage" n wait for PC to recognize it. then copy... paste. should work. for additional help youll need explain your whole flashing procedure from task 29 to rom installation. hope this helps
MEG4LOM4NI4C said:
how are u transferring them? should just copy n paste. do it from CWM (9. ad recovery). go under "mounts and storage". then go down to "mount usb storage" n wait for PC to recognize it. then copy... paste. should work. for additional help youll need explain your whole flashing procedure from task 29 to rom installation. hope this helps
Click to expand...
Click to collapse
from magldr i go to (4.usb mass storage) and then when it connects i drag the zip file onto my sd card folder and then it would show that its copying but i after a few minutes it would tell me that it no longer on my computer. im trying to NAND flash my phone and was trying to put hyperdroid but i could not get past the part where i have to put the rom on my sd card oh and every time my sd card folder opens i get this pop up saying "PLEASE INSERT THE LAST DIK OF THE MULTI-VOLUME SET AND CLICK OK TO CONTINUE" and it say on top compressed (zipped) folders
iluuvmochi said:
from magldr i go to (4.usb mass storage) and then when it connects i drag the zip file onto my sd card folder and then it would show that its copying but i after a few minutes it would tell me that it no longer on my computer. im trying to NAND flash my phone and was trying to put hyperdroid but i could not get past the part where i have to put the rom on my sd card oh and every time my sd card folder opens i get this pop up saying "PLEASE INSERT THE LAST DIK OF THE MULTI-VOLUME SET AND CLICK OK TO CONTINUE" and it say on top compressed (zipped) folders
Click to expand...
Click to collapse
so your not using Clockworkmod Recovery then? just flashing directll to NAND?
---------- Post added at 02:16 AM ---------- Previous post was at 01:59 AM ----------
Most newer roms are compatible only with Clockworkmod Recovery (aka CWM or CWR). u must install this after maglr.
Just went over to the OP for hyperdroid v 3.0.1. thats why in the file u downloaded says: Hyperdroid-CWM-v3.0.0-MAGLDR-CWM-ZIP.
*note the bolded abbreviations... means u need Clockworkmod Recovery for this rom to work... not hard just an extra step that i highly recommend
There are roms that dont require this and a few ways around it as well but its easier to just install CWM. like i mentioned before seems most (all the ones ive used in the past ten months) roms are going this route for CWMods added features and benefits
Heres a little guide i cooked up bout an hour ago in another thread to help
I just posted this in another thread to clear some things up for some guys shortly after my first reply to you....guess ya inspired me in a way, hahaha. you might be more concered with steps 5 through 6 seeing as how you already have MAGLDR installed...... hope this clears up the process for you a bit
............................excerpted from previous post........................................
********BTW i have attached a little template that i use when flashing various roms and storing them on my PC. has task29, HSPL & MAGLDR already in it. all u need to do is go to the xda hd2 master radio thread to grab your appropriate radio and put that into the empty radio file. then find the rom you want to test out and usually the developer will have both rom (obviously) and the appropriate CWM that u should use with it and just put those in their respective empty folders i have in the attached file. that way all the steps below will line up to the files i have attached
OH YEAH, FORGOT... THESE STEPS ARE TO BE DONE AFTER THE INITIAL PREREQUISITES i.e. windows mobile device center, activesync, proper spl version...blah blah blah
--------the following steps 1 - 4 are to be preformed while at the tri-color boot screen (easiest way to reach is to turn off your phone while its connected to your PC then immediately hold volume down button till you see it n wait for it to say usb in the white section).
(by the way your device will ALWAYS automatically restart itself after a couple seconds if it is shut down while plugged in via USB to either a wall/car charger or hooked up to a PC this is normal and a small hiccup either due to the use of magldr or the hspl but dont worry)...cant quite remember
1. run task 29
-double click the only icon in file if your using the one provided by doloop
-wait for it to run and do its thing. when its finished it will automatically turn off your device so be sure to hold down the volume key as soon as it does.
2. install radio
-run the "customRUU" file with the HD2 icon in the radio of your choosing
-it will operate in a similar fashion as the task 29, automatically turning off device upon completion.... down on the vol key
3. install hspl3/hspl4
-run the "HSPL3_PKG/HSPL4_PKG" file. should be the only one in there
-make sure you select 2.08.HSPL in the setup and it will execute itself just like the installers in the previous two steps n turn off your phone... down vol key
4. install magldr113
-make sure your selecting "rom update utility" in the magldr113 file. dont run the "DAF" it wont work properly if you do and youll get errors
-BUT THIS TIME AS IT TURNS ITSELF OFF HOLD DOWN THE POWER BUTTON ON YOUR DEVICE AS IT BOOTS UP UNTIL U GET TO MAGLDR AND CONTINUE TO HOLD IT DOWN UNTIL YOU SEE ABOUT 12 DIFFERENT OPTIONS...
5. install CWM recovery
-go to option 5 "USB Flasher" and hit the green call key. wait a few moments till it shows USB....USB make sure the second usb pops up and your PC recognizes the connection. then when it does sync you get to......
-while still in the usb flasher mode above, simply run you desired CWM recovery which should the one your developer recommends for the builds as the requirements tend to vary from rom to rom.
-this is achieved by selecting the "DAF" file from the clockworkmod recovery your using
-and again this installer will shut off your device upon completion and HOLD DOWN THE POWER KEY LIKE ABOVE TILL YOUR BACK AT THE MAGLDR MAIN MENU (with options 1-12).
6. install rom
-go to option 8 "AD Recovery" and hit the green call button to enter into the CWM recovery u just installed
-after it loads up (GO!GO!GO!) go down to the "mounts and storage" option that is third from the bottom and hit the call key.
-once there go to the last option "mount USB storage" and hit the call key.
-give your PC a few moments to recognize the sd card for your device and choose to open it when your PC prompts with the regular file explorer or just find it and double click on the newly recognized drive (sdcard) if your PC doesnt auto prompt you.
-the new drive (sdcard) should be empty (depending...) then just find the desired rom you chose to use, right click on it and copy.....then over to the new drive (sdcard) and paste. might take a min or two depending on the roms size
-once the copying is complete hit the call button to "unmount" your sdcard then the back button on your device till your back at the CWM main screen
-go to the fifth option down and "install zip from sdcard" and hit the call button
-select the second option "choose zip from sdcard" and select the zip file you just copied to your sdcard. then it will begin to install the rom and all rom install times vary by build. some take a minute, some seem like they take forever.
-once installation is complete hit the back button till your back at CWM main screen and choose the last option which is to "power off"
-then tap the power button(if u unplugged it from usb otherwise it wil reboot by itself) to turn on your device and give it some time for the initial boot and load as it has to set up everything u just installed. subsequent boot wont take as long but again it can all vary from rom to rom.
-after initial load and a successful bootup you should arrive at ether the lockscreen or a startup screen. give the rom a few more mins to settle and dont hit any buttons. then unlock the device or skip through the startup options and get to the home screen. maybe give it another min to settle the launcher and the last bit of data and resist the urge to mess with the features. your gonna hate this but hold down the power button and select power off device from the popup menu. i know it sucks but it is best practice when flashing roms. after device shuts off wait a few seconds and turn it back on and let it reboot. should be faster this time and when u get to your lockscreen simply give it a few seconds to settle again, unlock and go to main launcher a wait a couple more seconds for it to finish settling and.....have fun! (every time i restart my device for any reason i will always give it a few moments to finish loading up before just blazing away with the apps)
WOW! maybe its not so abridged after all, but oh well tried my best to be as clear as possible so people can utilize their HD2 to its fullest potential.
HOPE THIS HELPS AND PLEASE HIT THE THANKS BUTTON IF IT HAS
Hello meg4lom4ni4c! you are awesome! thank you so much for helping me and it feels good to know that even though im a noob i still inspire people ahahaha
i was having problems connecting to my pc before but for some reason when i tried it again using the usb port tat the back of my pc it connected and and i put CWM and did what you said to put the zip file on CWM (mounts and storage) and copy and pasted the file and it worked! yey! now the only thing is when i go to market it always forecloses and i don't know what to do to fix it. when i go to market there would be a yellow box on top saying that "this application is not compatible with your phone" and it always forecloses. was wondering if i need task 29 and and radio if i want to change roms and to start it, would i go to the tri color screen and run task 29?
Starting HD2 ANDROID SO FRESH N SO CLEAN!
iluuvmochi said:
Hello meg4lom4ni4c! you are awesome! thank you so much for helping me and it feels good to know that even though im a noob i still inspire people ahahaha
i was having problems connecting to my pc before but for some reason when i tried it again using the usb port tat the back of my pc it connected and and i put CWM and did what you said to put the zip file on CWM (mounts and storage) and copy and pasted the file and it worked! yey! now the only thing is when i go to market it always forecloses and i don't know what to do to fix it. when i go to market there would be a yellow box on top saying that "this application is not compatible with your phone" and it always forecloses. was wondering if i need task 29 and and radio if i want to change roms and to start it, would i go to the tri color screen and run task 29?
Click to expand...
Click to collapse
well what the task29 does is pretty much whipe your whole devices NAND (internal) memory. it wont wipe your radio or the HSPL. it takes care of wiping the rest of the space (MAGLDR and CWM).
so your options are as follows:
-try fix permissions trough CWM
-wiping davlik cache (helps clean up issues with apps n such possibly your market situation, but this could be largely due to the type of rom your using as well as none are perfect...some are really close)
or start fresh to minimize chances for errors and force closes
do this by restarting your device into CWM
-in CWM execute the following commands in the following order (this is a little overkill but better safe than sorry i suppose).
at main CWM screen
-wipe data/factory reset
-wipe cache partition
then at main CWM screen go under "mounts and storage"
-format /boot
-format /cache
-format /data
-format /sdcard
-format /system
-format /sd-ext (only if u made one)
then back at main CWM go under "advance"
-wipe davlik cache
-can also find fix permissions here if needed i personally havent used this much(but maybe i should be every once n awhile...might be good practice)
at this point your ready to start at step one in my guide two posts up....run task29 at tri-color boot screen and so on and so on
*********Please note that the use of CWM is essential for most current builds that utilize a rom-zip format. not sure about sd card builds as i havent used them. i came into the hd2 flashing game right when they got it to run solely out of NAND. just seemed like a better way to do it to me but i could be wrong
hope this helps and lemme know if everything worked out for you. also include the rom you are attempting to install for further assistance. and also corrections are always welcome as i am definitely no developer just have a knack for nerdy stuff (sometimes)
Hi!
so i was reading your post very carefully coz i don't wanna mess up and panick and mess up even more LOL im just gonna go ahead and do cwm wipe and format first but how do i go to cwm screen from my phone and do i have to be connected to my pc?
i downloaded task29 the repack by shadrac one but could not decide which radio to get..any advice? and as for the rom i really don't know what rom im gonna get because i just started flashing my phone but if you have any suggestions i would very much like to hear it the rom im using right now is "Hyperdroid-CM7-v2.1.0-HeadyHoneyBadger" and it works good except the market, it just keeps foreclosing i really like cyanogenmod but i think there is a lot of different kinds so i really don't know which one is good.
Thank you so much for taking the time to help me YOU are really AWESOME!!!
iluuvmochi said:
Hi!
so i was reading your post very carefully coz i don't wanna mess up and panick and mess up even more LOL im just gonna go ahead and do cwm wipe and format first but how do i go to cwm screen from my phone and do i have to be connected to my pc?
i downloaded task29 the repack by shadrac one but could not decide which radio to get..any advice? and as for the rom i really don't know what rom im gonna get because i just started flashing my phone but if you have any suggestions i would very much like to hear it the rom im using right now is "Hyperdroid-CM7-v2.1.0-HeadyHoneyBadger" and it works good except the market, it just keeps foreclosing i really like cyanogenmod but i think there is a lot of different kinds so i really don't know which one is good.
Thank you so much for taking the time to help me YOU are really AWESOME!!!
Click to expand...
Click to collapse
Hmmmm where to start....
You were in CWM when u copied the rom to the phone... remember? to get there turn off device then restart it while holding down the power button to get you to MAGLDR. Option 9. AD Recovery = ClockworkMod Recovery (aka CWM or CWR) in there is where u use my little wipe/fresh install guide
The version of Hyperdroid your using is from a months ago. Pongster has released v.3.0.0 "the insightful impala" with a hotfix to version 3.0.1. I would recommend using that as most of your market issues will be addressed i would imagine.
i attatched a file in my previous post... download it. it comes with the task29(provided by doloop), HSPL3, and MAGLDR113 that i use. the lil guide i posted follows how i have the files in the "HD2 rom template" arranged. if you unzip the attached file (use 7zip,winrar....etc) youll see files labeled 1-6 (1.task29 2.radio 3.HSPL 4.MAGLDR 5.CWM 6.ROM). the radio file is empty because i was unable to compress it enough to include it( there is a 8mb attachment limit ) The CWM file and rom file are blank as well because both will vary from build to build.
if u use my attachment as a kind of template it will make the steps easier to go thru thats why they are numbered
to get the appropriate radio on xda type a search for "radio master thread" and open the post. there you will see a bunch of different radios. BE CAREFUL SOME MIGHT BRICK YOUR DEVICE!!! read the post it explains which ones not to use i believe. the one i use and have noticed a lot of others use is 2.15.50.14.... has always worked for me. download it and put it in the empty radio file in my template.
now go back to Pongsters hyperdroid cm7 OP and download both the version 3.0.0 and also download the v3.0.1 hotfix and put both of the zip files in the empty rom folder.
in Pongsters second post he has the CWM for you that youll need if you already dont have it (its on step three of his little guide on his second post) download and put that in the empty CWM file in the template.
now that you have all the files you need and in a nice tidy order.... reflash time!!!!
follow my "fresh install/wipe/format procedure" in my previous post then use my install guide post afew posts up and follow it using the lil template i provided and that u put the radio,CWM,rom & hotfix into
notice how the 1-6 steps in my install guide follow the 1-6 on my "HD2 rom template" attachment?
******oh yeah when u get to the installing the rom step only install the v3.0.0 zip via CWM first and follow the recommended new rom startup section at the end of my lil guide. make sure the rom has had plenty of time to settle and everything like it says n go ahead and play around with it a little and try it out. but then after u rebooted it a couple times like it says reboot it a third time into CWM and go to the install zip from sdcard option and go in and install the hotfix(sorry i tend to repeat myself sometimes)
lemme know how it goes and have u tride Tyweens rom??? Its pretty good itself in case your not crazy about the Hyperdroids' minimalistic and monocrome look. Both are great though.....
---------- Post added at 01:36 PM ---------- Previous post was at 01:31 PM ----------
oh yeah go to www.android.hd2roms.com for a site i use that someone made that kinda keeps track of most of the HD2 roms floating around on xda. its pretty acurate and gets updated constantly. help u see most of the flavors of android on the HD2.
YEY!
YEEEEEEEEY! IT WORKED! you are AWESOME! thank you so so so so so much! if it wasn't for your guidance i wouldn't be able to understand it! i did all the stuff you told me and it worked! i didn't have any problems while flashing my phone! did i say thank you already? THANK YOU!!!!!
and thank you for all the links that you suggested it was really helpful! thank you thank you thank you!!

Categories

Resources