[Q] Flash radio ? [Data++] - Desire Q&A, Help & Troubleshooting

Hello. I have 2 questions.
1. > What is difference between stock radio [5.xxx] & newest radio [32.xxx] ?
2. > How can i flash radio with DATA++ hboot.
THX!
sry 4my bad english...

zingga said:
Hello. I have 2 questions.
1. > What is difference between stock radio [5.xxx] & newest radio [32.xxx] ?
2. > How can i flash radio with DATA++ hboot.
THX!
sry 4my bad english...
Click to expand...
Click to collapse
It seems you know about radios, so I reckon you know about AdamG radio thread. Cared to read the first post with understanding?

zingga said:
Hello. I have 2 questions.
1. > What is difference between stock radio [5.xxx] & newest radio [32.xxx] ?
2. > How can i flash radio with DATA++ hboot.
Click to expand...
Click to collapse
1. > the newest is 5.17.05.23, where did you even find 32.xxx?
2. > as you on data++ hboot - via fastboot only see alpharev.nl for explanation

kotag82 said:
the newest is 5.17.05.23, where did you even find 32.xxx?
...
Click to expand...
Click to collapse
The latest radio is 32.56.00.32U_5.17.05.23
All radios start with "32" but the number after the "U" is the important one.
weimar-zero

You can flash it via Android Debug Bridge (install ADB on your PC and the HTC driver from HTC Sync).
1. start your Desire in "fastboot-mode" (bootloader / fastboot)
2. You´ve to put the radio-file into the ADB folder (on your PC)
3. Change the name of the radio file in "radio.img"
4. connect PC to Desire via usb
5. make the test on ADB* (attached pic, input "adb devices" -> push enter!). If ADB works you´ll see the serial number of your Desire.
6. ADB input on Windows CMD* to flash the radio "fastboot flash radio radio.img" -> push enter!
*you´ve to go to the ADB Folder with CMD
regards weimar-zero
as always, no guarantees, everything on your own risk

Weimar-zero said:
You can flash it via Android Debug Bridge (install ADB on your PC and the HTC driver from HTC Sync).
1. start your Desire in "fastboot-mode" (bootloader / fastboot)
2. You´ve to put the radio-file into the ADB folder (on your PC)
3. Change the name of the radio file in "radio.img"
4. connect PC to Desire via usb
5. make the test on ADB (attached pic "adb devices"). If ADB works you´ll see the serial number of your Desire.
6. ADB input on Windows CMD* to flash the radio "fastboot flash radio radio.img" -> push enter!
*you´ve to go to the ADB Folder with CMD
regards weimar-zero
as always, no guarantees, everything in your risk
Click to expand...
Click to collapse
You made some big mistakes in your guide:
Radios do not get flashed via ADB, they get flashed via fastboot. And for this is:
1. Fastboot needed (extract file to C:\android-sdk), which is not included in newest SDK
2. Phone needs to be in Fastboot mode, not ADB mode: Turn phone off, press and hold Back + Power Button until FASTBOOT in red higlighted capital letters appears.
Now connect phone to computer via USB (FASTBOOT USB should appear). Then start CMD and change to android-sdk-folder
Code:
cd C:\android-sdk
Now enter
Code:
fastboot devices
Output should show be
Code:
List of devices attached
HTXXXXXXXX device
The "XXXXXXXX" are placeholde for a number (that's your phone's serial number).
If you get this kind of output: download the radio you want to flash as zip. THEN DO NOT RENAME IT!!!. Extract it and copy the radio.img to C:\.
Then enter in CMD the following command
Code:
fastboot flash radio radio.img
.
Now drink a cup of tea/coffee and wait until the process is done.
For an easier flashing process I recommend to use Android Flasher (read carefull before using):
http://forum.xda-developers.com/showthread.php?t=794638

Thank you MatDrOiD,
Your right, you don´t have to rename it, because in the zip the file has the name "radio.img"
Step 3 is not necessary
I did it on this way and it works pretty fine.
@MatDrOiD please tell me my big mistakes in the guide
You've just described in the same way, but just a bit more readable
ps: "ADB mode", what is this? I've never heard.
regards weimar-zero

Weimar-zero said:
Thank you MatDrOiD,
Your right, you don´t have to rename it, because in the zip the file has the name "radio.img"
Step 3 is not necessary
I did it on this way and it works pretty fine.
@MatDrOiD please tell me my big mistakes in the guide
You've just described in the same way, but just a bit more readable
ps: "ADB mode", what is this? I've never heard.
regards weimar-zero
Click to expand...
Click to collapse
IMHO these two mistakes are big ones (descending order):
1.) Telling the OP to rename the file. Reason: If something gets wrong in the process of Radio flashing, the Phone might be completely bricked!
2.) Telling the OP to use ADB, which does not work in Fastboot-mode, in which the Phone has to be. As already mentionend, Radio-flashing is a very sensitive process, all advices should be correct.
To understand what ADB / Fastboot are and what their difference is, I recommend you to read the guide in my signature about it. Would make me happy, if you tell me afterwars, wether you understand everything.

Thanks matdroid 4 info. But i don't see answer on 2nd questions?
So was diffirence between latest & others radios?
Is it difference just in FMradio like in app?
thanks

Updating Radio means updating your hardware. This can cause good things (better signal, battery life), but also the opposite. Radios are not good in general. Some users deal with this one, some with others.

For what its worth my advice to OP would be if current radio works fine with Rom then leave well alone, anything goes wrong with radio flash = proper brick
Sent from my HTC Desire using Tapatalk 2

Related

[READ THIS] Rooting , S-OFF , Partition Tables

First of all why this topic:
We get to much unnecessary questions about simple things. I hope this will clear some basic questions. So please read this.
Second:
I'm not responsible for you messing up or bricking your phone.
Third:
Youtube videos are not mine!
Root using Unrevoked , Youtube: (German video but still handy)
PART 1
http://www.youtube.com/watch?v=cIgyQPhIiNE
PART 2
http://www.youtube.com/watch?v=gSjqHmDEk2c
S-OFF Youtube:
http://www.youtube.com/watch?v=_cw9xkS20i0&feature=related
Change Partiton Table:
1. Download Android SDK (http://developer.android.com/sdk/index.html)
2. Download HBOOT .img from alpharev http://alpharev.nl/
3. Place the .img in the Android SDK tools folder.
4. Open command prompt , go to the androidsdk/tools folder.
5. Boot in fastboot (Turn off the phone , hold volume down , and turn power on)
6. Enter -> fastboot flash hboot ***FILENAME***.img
7. Wait 1 sec , and you are finished.
8. Turn off the phone , hold volume down , and turn power on , at the top you can see the partition table used.
ADB , installation and basic commands:
http://www.youtube.com/watch?v=RieL7vHt6AE
Hope this topic will make some things clear , and we will have less unnecessary quistions.
Sector51 said:
First of all why this topic:
Change Partiton Table:
1. Download Android SDK (http://developer.android.com/sdk/index.html)
2. Download HBOOT .img from alpharev http://alpharev.nl/
3. Place the .img in the Android SDK tools folder.
4. Open command prompt , go to the androidsdk/tools folder.
5. Open fastboot.exe
6. Enter -> fastboot flash hboot ***FILENAME***.img
7. Wait 1 sec , and you are finished.
8. Turn off the phone , hold volume down , and turn power on , at the top you can see the partition table used.
Hope this topic will make some things clear , and we will have less unnecessary quistions.
Click to expand...
Click to collapse
You mean boot the phone into fastboot?
Thanks
DesirableHTC said:
You mean boot the phone into fastboot?
Thanks
Click to expand...
Click to collapse
Yes boot in fasboot mode then connect via usb.
What would help greatly in this topic is maybe a small explanation as to why people would need to do it in the first place ?
too complicated for me. Im absolutely useless with adb i need an absolute n00b guide to pull this off
Thanks anyway
DesirableHTC said:
You mean boot the phone into fastboot?
Thanks
Click to expand...
Click to collapse
lol , yes , sorry.
edit
DesirableHTC said:
too complicated for me. Im absolutely useless with adb i need an absolute n00b guide to pull this off
Thanks anyway
Click to expand...
Click to collapse
Edit post...
Take a look at the youtube video..it's sooo easy!!!
First of all why this topic:
We get to much unnecessary questions about simple things. I hope this will clear some basic questions. So please read this.
Click to expand...
Click to collapse
I think the main problem is that it is unclear what everything does. I mean, i've read a lot of threads and searched a lot, but it is unclear to me what fastboot for example is. I know that you can flash radio's etc with it, but is it just the same as flashing from sd card?
Then S-Off, it will disable the nand security, but what can you do with it? That's after a lot of reading not very clear to me.
Believe me, i've read a lot, but coming from WM to Android it's a lot to learn. There is a thread missing where all these things are explained. Of course I can follow tutorials, but I want to know what I am doing. That's missing in a lot of tutorials, that it just explains how you can root,flash, s-off etc, but not the reason why you should do it, or what the function of everything is.
I hope that i'm not offtopic here
Sector51 said:
lol , yes , sorry.
edit
Click to expand...
Click to collapse
lol it now says "fastbook"
DesirableHTC said:
lol it now says "fastbook"
Click to expand...
Click to collapse
typo , fixed
Sector51 said:
6. Enter -> fastboot flash hboot ***FILENAME***.img
Click to expand...
Click to collapse
Fyi you dont need to include hboot in the command, infact the command fastboot flash ***FILENAME***.img will suffice
AndroHero said:
Fyi you dont need to include hboot in the command, infact the command fastboot flash ***FILENAME***.img will suffice
Click to expand...
Click to collapse
hmm..oke I did not know that ... it did it with hboot and it worked ... so i will not change that. tnx.
a guide for us that currently have ap2sd+ (ext3 partion) would be nice, you dont need it anymore if you get the n1 table right? (if use together with AOSP ROM ex oxygen) How to remove it safely etc.

[SOLVED]Unable to see the respective radio version

Hi there.
I have a problem here. I am intended to flash Radio_12.54.60.25_26.09.04.11_M2 version in my device. I use the same method on how i flash radios (using adb reboot bootloader etc method) previously and it worked fine.
It says that it is finished flash, however when i check in my software information, the old radio version is still there. (didn't change)
Any idea what wrong here?
Thanks.
superstick1 said:
Hi there.
I have a problem here. I am intended to flash Radio_12.54.60.25_26.09.04.11_M2 version in my device. I use the same method on how i flash radios (using adb reboot bootloader etc method) previously and it worked fine.
It says that it is finished flash, however when i check in my software information, the old radio version is still there. (didn't change)
Any idea what wrong here?
Thanks.
Click to expand...
Click to collapse
later, when you enter to fastboot via adb... you written well
"fastboot flash radio radio.img"?
are you sure about you don´t have another radio into tools folder?maybe it´s into the folder the last radio that you flashed...
and this question can be, has no sense but... are you sure about you was download the correct radio?ovious question sorry.
also one question... you don´t like the "fastboot commander tool" aplication for flash radios?
it´s soo harmless and effective for it...
Hi SERGI.3210
Yes. I am sure that the radio i downloaded and where i placed them is correct.
I didn't use Fastboot Commander Tool because I am not sure how to use it.
But thats weird isnt it? Previously i use the adb reboot method and it works. Now it didnt work. =/
superstick1 said:
Hi SERGI.3210
Yes. I am sure that the radio i downloaded and where i placed them is correct.
I didn't use Fastboot Commander Tool because I am not sure how to use it.
But thats weird isnt it? Previously i use the adb reboot method and it works. Now it didnt work. =/
Click to expand...
Click to collapse
yeah buddy.... its strange...
has you checked md5 checksum?¿?¿?
also while you solves this problem (i´m going to read about it in a spanish forum...)
maybe you decides to flash the radio (for try another method and reject possibilities of error...)
its a fully harmless method: but first check md5...
step by step:
-download fastboot commander tool.
-extract the tool and double click...
-put the img file in the paragraph that says: "radio file" (more or less lol)
-then connect your device via usb
-later put it in fastboot mode
-and click in the "FLASH IT" button...
-enjoy
i know that via adb its the normal mode for our, but there are less possibilities to brick the device with the tool..
SERGI.3210 said:
yeah buddy.... its strange...
has you checked md5 checksum?¿?¿?
also while you solves this problem (i´m going to read about it in a spanish forum...)
maybe you decides to flash the radio (for try another method and reject possibilities of error...)
its a fully harmless method: but first check md5...
step by step:
-download fastboot commander tool.
-extract the tool and double click...
-put the img file in the paragraph that says: "radio file" (more or less lol)
-then connect your device via usb
-later put it in fastboot mode
-and click in the "FLASH IT" button...
-enjoy
i know that via adb its the normal mode for our, but there are less possibilities to brick the device with the tool..
Click to expand...
Click to collapse
hi!! i´m relatively new here!!
sergi we meet again! jjajaja
thank´s for your kernel thread boy!!! its useful!
i want to say that i flash with fastboot commander and its soo easy... because i don´t know a lot how to use adb parameters...
Hi spike_14, nice to meet you here.
Hmm that sounds pretty simpler compared with adb method.
Ok, before I move on to anything uncommon, the Fastboot Commander Tool is from this thread right? http://forum.xda-developers.com/showthread.php?t=824435 Lol.
[EDIT] I've tried using the Fastboot Commander tool and it works! Again, so weird isn't it? >< Previously can use now cannot use.
Clicked a thanks to you SERGI.3210

[ROM | 1/5/2011] - NANDDROID - Android Froyo X Ginger Build

HTC Touch HD NANDROID Thread
!! Important !!
Guys i now jack-all at the moment for the Touch HD NAND Process, So dont even contemplate the idea of asking me !! Go to Tida8s forum, and ask there !
Although i already know YOU Will, But for those who have forgotten !!
Click to expand...
Click to collapse
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------​
Change Log
- 7-7-2011 Vir Twitter
Hi, guys News on blackstone nand. Maybe Sunday I will have the new files for the testing team.
- 1-07-2011
- 23-6-2011 Vir Twitter
Just give it the final touch. So it's official NAND BLACKSTONE 7/1 GET READY GUYS. THANKS GUYS
- 13-06-2011 07:36 AM.
-i will be using froyo x ginger w/o gapps (READY)
-building nbh (ready)
-working with the recovery.img (now)
- 14-6-2011 05:11 AM
UPDATE
ok guys. maybe friday i will be uploading FROYO X GINGER NAND FOR BLACKSTONE
just take a look inside the build update. and let me know if everything is good or if we need to add anything. thanks guys. eta: friday. build only
- 12-6-2011 Vir Twitter
(build) FROYO BLUE CWM 2011.06.12. blackstone. ready.
Youtube NAND v2 on Tida8's Touch Pro 2
- 10-06-2011 11:15 PM
update nand build. OK GUYS, GREAT NEWS. WE HAVE DATA WORKING. OH MAN THIS IS GETTING GOOD NOW. SO WE HAVE WIFI AND DATA WORKING.
- 10-06-2011 04:56 PM
update on blackstone nand
1-froyo x ginger blackstone nand is ready (rom)
2-building the blackstone.NBH now
thanks
- 08-06-2011 04:56 PM
Update on blackstone nand
Ok guys, I just went online to track my phone it will be here tomorrow.
1- I already have froyo x ginger ready with w/o gapps. That's the build that I will be using
2- need you guys to relax. This take time.
3- please don't ask for eta. It will be done when is done.
3- I will keep you guys updated on the proccess.
4- remember thanks to the A TEAM we have nand. It just a matter of time till our devices can have it. But we need people for this to happen
5- eventually I will get more devices, cuz the the only way to start nand testing is to have those the devices
6- my goal is see every device with nand. And to tell you guys the truth I can't do it by myself. Yes it will take time
7- I'm going to talk with tracker to see if we can have an IRC for . maybe
Also remember guys. I have a family outside android. 2 kids and a wife plus a job and a house. I'm always super busy
It's official nand testing for blackstone it' here guys
Sent from my CDMA BLAZN 2.2.2 NAND VERSION using Tapatalk
Click to expand...
Click to collapse
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------​
- NAND Tutorial
Page 1 By Tida8
setup you sdcard. format your card to fat32 and add this 3 updates
-froyo blue blackstone nand build
- kernel update
-root update
1-first we need to get android sdk set up for you devices.
http://dl.google.com/android/installer_r11-windows.exe (this the exe files) (Recommended)
http://dl.google.com/android/android...11-windows.zip (this the zip)
2- create 2 folder on you C: driver
- RUU (already has the ruu_signed.NBH AND task29)
- ADB (already has the recovery.img)
-download BlackstoneAdvancedRUU and unzip folder.
http://www.multiupload.com/RLJEC2GRCH
for more info on this ruu http://forum.xda-developers.com/showthread.php?t=943851
-download adb and unzip it in your adb folder http://www.multiupload.com/NEEPYUDO6T
3- set up path for your adb and fastboot
right click my computer on your desktop pc. advanced system settings. environment variables. then system variables and double click on path. add this line at the end. just like that
;C:\adb
click ok everything
4- test adb
-boot any build (blue, ginger, frx06. etc....)
-download PdaNet http://www.multiupload.com/OVJ9V01M4F now install pdanet and follow the screen. pdanet will ask to connect your phone. let it finish. when done disconnect usb.
-on your android build go to settings/applications/development/ and check ubs debugging, stay awake, and allow mock locations. now connect you usb
-on your pc. start, run, type cmd, and type adb devices and enter
- you should see your device. you may see this 00000000000 device. that's ok that's your device ID
- great adb is working
5- set up fastboot (the set up for fastboot is done when you flash RHODIMG.nbh)
-when you see the blue screen with usb connected fastboot driver will install. that all
6- [TUT][HSPL] Hard-SPL Unlocker for Blackstone
http://forum.xda-developers.com/showthread.php?t=431217
7- task29 set up ( this will erase windows mobiles) this tool is very important to flash nand or if you want windows mobile back on your phone
-turn off your phone. press vol down and power. you will see the (tricolour screen!). connect your phone usb. it may install drivers so wait till finish.
-open RUU folder on your c: driver pc
-right click on BlackstoneAdvancedRUU.exe and choose run as administrator and follow the screen. then the phone will reboot. but it wont pass the htc boot screen, just take the battery out.
8- flashing LK bootloader ruu_signed.NBH
- turn off your phone. press vol down and power. you will see the (tricolour screen!). connect your phone usb. it may install drivers so wait till finish
- open RUU folder. right click on BlackstoneAdvancedRUU and choose run as administrator. follow the screen. then the phone will reboot. you should see the blue screen. it may install drivers so wait, when finish you will see fastboot mode at the bottom in small letters. if nothing happen just pull the battery. read guide 9 recovery.img
9- how to flash recovery.img
-put battery back and connect your phone usb
-click on power. you will see blue screen look for fastboot mode at the bottom.
-on your pc. go to run type cmd and type this command to get to adb folder on your c: drive
cd C:\adb
then type
fastboot flash recovery recovery.img
wait till it finished. then to get to recovery mode type
fastboot boot recovery.img
the end key is (enter) vol down and up is to move. install updates in this order
-froyo blue build update
-kernel update
-root update
10- when done reboot. take the usb cable out. and welcome to nand
good luck and god bless you all
GUYS, ANYTHING ELSE THAT YOU GUYS WANT ME TO ADD PLEASE LET ME KNOW
i'm still updating this page-----------------------------
Click to expand...
Click to collapse
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------​
Page 2 by explicit
NOOB guide for blackstone nand BY explicit
IMPORTANT!!! If you don't have HARD SPL installed on your phone do not continue.You must have HARD SPL for Blackstone installed on your phone
More about HARD SPL in step 6.
Format your micro SD card to fat32.
Add this 3 files from NAND BLACKSTONE FULL PACKAGE
-update-blackstone-nand.zip
- kernel update.zip
-root update.zip
1. Download the android-sdk for your system and install everything on it. Android-sdk depends on Java SE Development Kit (JDK), so if you
don't have java Development Kit installed dovnload it and install it before installing android-sdk. Even after installing On x64 OS you still may get
Java not found during the installation of android-sdk.In that case click Back and than again Next. It should find it now.
Java Development Kit download: http://www.oracle.com/technetwork/ja...ads/index.html
Android-sdk download.Choose installer_r11-windows.exe (Recomended) http://developer.android.com/sdk/index.html
2. Create 2 folders on your C:\ drive
- ruu ( Here we need to have BlackstoneAdvancedRUU from the link below and ruu_signed.nbh from BLACKSTONE NAND FULL PACKAGE)
- adb ( here we need all files from the adb link below)
-download BlackstoneAdvancedRUU and unzip it un the ruu folder from above.
BlackstoneAdvancedRUU http://www.multiupload.com/RLJEC2GRCH
for more info on this ruu http://forum.xda-developers.com/showthread.php?t=943851
-download adb and unzip it. Copy all the files from the extracted archive in the adb folder above.
The path to adb.exe should be like this C:\adb\adb.exe
adb http://www.multiupload.com/NEEPYUDO6T
3. Set up path for your adb and fastboot
right click my computer and select properties. Now go to advanced system settings. Under the Advanced tab at the bottom select Environment Variables.
Under System variables find the line "path" For the Variable name stays path and for the Variable value at the end add this ;C:\adb
Close all windows with clicking OK.
4. test adb
-boot any build (blue, ginger, frx06. etc....)
-download PdaNet http://www.multiupload.com/OVJ9V01M4F now install pdanet and follow the screen. pdanet will ask to connect your phone. let it finish. when done disconnect usb.
-on your android build go to settings/applications/development/ and check ubs debugging, stay awake, and allow mock locations. now connect you usb
-on your pc. start, run, type cmd, and type adb devices and enter
- you should see your device. you may see this 00000000000 device. that's ok that's your device ID
- great adb is working
5. Set up fastboot (the set up for fastboot is done when you flash ruu_signed.nbh from NAND BLACKSTONE FULL PACKAGE)
-when you see the blue screen with usb connected fastboot driver will install. that all
6- [TUT][HSPL] Hard-SPL Unlocker for Blackstone
http://forum.xda-developers.com/showthread.php?t=431217
7. Task29 set up ( this will erase windows mobile from your phone) this tool is very important to flash nand or if you want windows mobile back on your phone
-turn off your phone. press and hold Volume down and power on your phone. you will see the (tricolour screen!). connect your phone to usb. it may install drivers so wait till finish.
-open RUU folder on your c: drive
-right click on BlackstoneAdvancedRUU.exe and choose run as administrator, select "Perform Task 29 only" and follow the screen. then the phone will reboot,
but it wont pass the htc boot screen, just take the battery out.
8. Flashing LK bootloader ruu_signed.NBH
- turn off your phone. press and hold Volume down and power on your phone. you will see the (tricolour screen!). connect your phone via usb. it may install drivers so wait till finish
- open RUU folder. right click on BlackstoneAdvancedRUU and choose run as administrator. Select Custom RUU (Task 32) and follow the screen. then the phone will reboot. you should see the blue screen.
it may install drivers so wait, when finish you will see fastboot mode at the bottom in small letters. if nothing happen just pull the battery. read guide 9 recovery.img
9. How to flash recovery.img
-put battery back and connect your phone via usb
-click on power. you will see blue screen look for fastboot mode at the bottom.
-on your pc. go to run type cmd and type this command to get to adb folder on your c: drive
cd C:\adb
then type
fastboot flash recovery recovery.img
wait till it finished. then to get to recovery mode type
fastboot boot recovery.img
the end key is (enter) vol down and up is to move. install updates in this order
-froyo blue build update
-kernel update
-root update
10- when done reboot.
Read more:
Click to expand...
Click to collapse
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------​
!! Important !!
Guys i now jack-all at the moment for the Touch HD NAND Process, So dont even contemplate the idea of asking me !! Go to Tida8s forum, and ask there !
Although i already know YOU Will, But for those who have forgotten !!
Click to expand...
Click to collapse
waiiiiiiiiiiiiiiiiiiiiting
mero0100 said:
waiiiiiiiiiiiiiiiiiiiiting
Click to expand...
Click to collapse
yeah, but i think it sahould be done by tonight or tomorrow
Really hope so.. I keep my fingers crossed about two weeks
NandDroid htc hd
I hope someone can make it.... i can't wait for it!!!! From C.R.
even more fun to know that he was also working on a nand version of gingerbread and honeycomb
Sounds interesting!
Sent from my MZ604 using XDA Premium App
Simon_WM said:
yeah, but i think it sahould be done by tonight or tomorrow
Click to expand...
Click to collapse
i didn't want to disappoint you but tiad say that he will buy blackstone to make trials on it till now he didn't have blackstone so not tomorrow
hope i am wrong and you are right as i want to play with android also
mero0100 said:
i didn't want to disappoint you but tiad say that he will buy blackstone to make trials on it till now he didn't have blackstone so not tomorrow
hope i am wrong and you are right as i want to play with android also
Click to expand...
Click to collapse
... would could be right, but either way if he is going to this is a massive step towards getting NAND !!
I love it. Keep it up. Waiting n waiting n waiting........
Sent from my HTC HD2 using XDA App
mel69hash said:
I love it. Keep it up. Waiting n waiting n waiting........
Sent from my HTC HD2 using XDA App
Click to expand...
Click to collapse
Yup, patients is the game
Entering lotus position, waiting...
Guys?
I am little bit off but why are u so happy? NAND means that we will have full android on our blackstone? withnout emulating or things like that? Will it actually work properly?
thank u for response
OMG Nice
And i think my Blackstone is Crap now if full NAND comes yeah Baby ;D
unstable_ said:
Guys?
I am little bit off but why are u so happy? NAND means that we will have full android on our blackstone? withnout emulating or things like that? Will it actually work properly?
thank u for response
Click to expand...
Click to collapse
Just because Android is flashed on the phone instead of WinMo doesn't do magic. It will probably perform the same as from SD-card in case of problems. I believe R/W speed is somewhat faster from nand (different type of ROM than SD-card).
Edit. Besides, isn't there still some problems with nand on GSM phones?
Please fill me in here...
i can see everyone is just waiting to be done,and almost no one is actually contributing...not even with a small donation,because the guy is going to buy the phone so he could provide us something we have eagerly waited for,so even one dollar would be appreciated i am sure
farukb said:
i can see everyone is just waiting to be done,and almost no one is actually contributing...not even with a small donation,because the guy is going to buy the phone so he could provide us something we have eagerly waited for,so even one dollar would be appreciated i am sure
Click to expand...
Click to collapse
Not that i would really be in android/nand/... but i noticed this debate. The problem is that there were just too many false prophets with no results. I would rather recomend a donation to download (like xming) so people can donate for results not for good wishes.
farukb said:
i can see everyone is just waiting to be done,and almost no one is actually contributing...not even with a small donation,because the guy is going to buy the phone so he could provide us something we have eagerly waited for,so even one dollar would be appreciated i am sure
Click to expand...
Click to collapse
Am waiting on the release, then will help with doing bug testing and so on =D
root said:
Not that i would really be in android/nand/... but i noticed this debate. The problem is that there were just too many false prophets with no results. I would rather recomend a donation to download (like xming) so people can donate for results not for good wishes.
Click to expand...
Click to collapse
true (10 chars)
farukb said:
true (10 chars)
Click to expand...
Click to collapse
Yeah, for Android development, i think that seems fair,
What do you guys think ?

[Q] AlpharevX Doesnt detect my Wildfire :(

Ive tried to s-off my Wildfire like 3 times. The first one i failed cz i chose HBOOT 1.01.0001. The second one it was stucked on Acquiring Root <method 1> then i waited, then it said click anything to exit. after that my third times, it doesnt detect my handset.
Does it mean my WF already s-off or what?
Thanks a lot to who has answered my question
You can check the HBOOT version by pressing Vol - and power when turning it on.
i already know its 1.01.0002
But then when i tried to do it again, the alpharevx doesnt detect my phone. it only said : Android
Then it wanted i put the serial
nvm, it detects now. But it stucks when it says Thank you for participating
hye...
i am rlly new with this forum just rcently bcame a mmber... n of cz vry noob...
i hving this problem when i try to run the alpharev X it says waiting for device..
so?? what had i done wrong i already know that my HBOOT is 1.01.002..
btw sory my english..
Did you set your phone at USB-debug and charge only?
how to enable the USB debug?? i hve set myphone to chrge only still alpharex doesnt detect myphone..
USB debugging is under Settings->Applications->Development
does it take a long time for the alpharev X to dtect the phone cz i follow all ur instructions it still shows waiting for device..
ss_sk said:
does it take a long time for the alpharev X to dtect the phone cz i follow all ur instructions it still shows waiting for device..
Click to expand...
Click to collapse
No. It detects it almost immediately. Possible solutions:
- Make sure USB Debugging is On, as already said above
- Redownload the AlphaRev X Executable file
- Make sure Drivers are installed and working properly. There are 2 aspects to this:
1) Install HTC Sync, and, Uninstall it. The ADB Drivers will be installed
2) The HBoot Drivers are next. Guide to install that is here:
http://unrevoked.com/rootwiki/doku.php/public/windows_hboot_driver_install
i try to install the hboot driver .. i follow the steps but i get stuck cz i cannot find C:/android-sdk-windows/usb driver to install the diver...
ss_sk said:
i try to install the hboot driver .. i follow the steps but i get stuck cz i cannot find C:/android-sdk-windows/usb driver to install the diver...
Click to expand...
Click to collapse
Its an example. The actual file will be the one you downloaded. (Theres a link in the first line of that guide called Unrevoked Modified USB Driver)
thanks i just install the hboot driver.. install htc sync and uninstall htc sync.. so now i hope alpharev x can detect my phone... again thank u 4 the help..
now rise another problem.. alpharev x can detect myphone but when i enter the beta key base my serial no it says invalid beta key...
im pretty sure i enter the right serial key and the right beta key..
ss_sk said:
now rise another problem.. alpharev x can detect myphone but when i enter the beta key base my serial no it says invalid beta key...
im pretty sure i enter the right serial key and the right beta key..
Click to expand...
Click to collapse
Redownload the alpharev zip and run it, worked for me.
Hmmm which rom to test getting bored of cm7
Sent from my HTC Wildfire using XDA Premium App
There are two possible solutions there again. But, before that, make sure you have entered the right details (Right Serial Number (HT0....), Right HBoot Version, Right Device Model).
Once you are sure these are correct:
- Solution 1 - Copy the beta key in your clipboard from the website, then right click the title bar of the AlphaRevX Application, Click Properties, then check mark Quick Edit Mode. Then Right click anywhere inside the window, it will paste the key.
- Solution 2 - Redownload the AlphaRevX Application from the website and retry.
EDIT: Ninja'ed, Oh well.
lol sory mymistake... actually i really put the wrong beta key...
now that i hve S-OFF myphone what should i do now... sorry i really dont know anything..
Two ways again:
1) Follow this guide:
http://forum.xda-developers.com/showthread.php?t=1130044
2) Use Fastboot (Which I used)
- Download Android SDK - http://developer.android.com/sdk/index.html
- Download ClockworkMod Recovery - http://forum.xda-developers.com/show....php?t=1014498
- Extract the Recovery.img file from the 2nd link, and place it in your SDK Setup Path / Tools (eg: C:/android-sdk-windows/tools)
- Open a Command Window (cmd)
- Browse to the tools folder in this Command Window
- Type the command fastboot flash recovery recovery.img
- It will install ClockworkMod Recovery, you are done.
Then, simply follow Part 3 of this guide to install Custom ROMs and Stuff, irrespective of what you followed above.
http://forum.xda-developers.com/showthread.php?t=824396
i hve download the sdk there are 2 package android-sdk_r11-windows.zip and installer_r11-windows.exe..
so which one should i run??
i dont understand this part [- Extract the Recovery.img file from the 2nd link, and place it in your SDK Setup Path / Tools (eg: C:/android-sdk-windows/tools)]
ss_sk said:
i hve download the sdk there are 2 package android-sdk_r11-windows.zip and installer_r11-windows.exe..
so which one should i run??
i dont understand this part [- Extract the Recovery.img file from the 2nd link, and place it in your SDK Setup Path / Tools (eg: C:/android-sdk-windows/tools)]
Click to expand...
Click to collapse
EXE File.
That post simply means, that when you have completed installing your SDK, then, there will be a folder called "Tools" at your install location. Copy Paste the Recovery.img file to the Tools folder.
ok now i hve copy the recovery.img into tools
then open cmd right?? now what??

How do if finds these options

I was looking on this blog to get the one m9 back to life agein and i saw few details that i have to mention how do i find them?
this blog: http://llabtoofer.com/enquiry-form/
THE DETAILS
Device Codename (ex. M9_UHL)
Hboot Version (ex. 3.19.0000)
CID (ex. HTC__001)
ROM Version Installed (ex. 1.40.401.8)(required)
ROM Version Required (ex. 2.10.401.1)(required)
idoguy said:
I was looking on this blog to get the one m9 back to life agein and i saw few details that i have to mention how do i find them?
this blog: http://llabtoofer.com/enquiry-form/
THE DETAILS
Device Codename (ex. M9_UHL)
Hboot Version (ex. 3.19.0000)
CID (ex. HTC__001)
ROM Version Installed (ex. 1.40.401.8)(required)
ROM Version Required (ex. 2.10.401.1)(required)
Click to expand...
Click to collapse
Boot to Download Mode, connect your phone to your PC via USB and use the fastboot command fastboot getvar all. The codename can be found in the line product (the htc_ is not part of the codename), your hboot version is stated in the line version-bootloader, the installed rom version can be found in the line version-main and cid should be self-explanatory. If there is a newer firmware for your device than the currently installed one then you can type that newer version into the field ROM Version Required. I guess they will update your phone for you if you do so. (In other words if you're already on the latest firmware you need to put the version-main into that field.)
Sorry for being noob do you have maybe a picture?And do i have to download some softwers?i only have htc sync manager
idoguy said:
Sorry for being noob do you have maybe a picture?And do i have to download some softwers?i only have htc sync manager
Click to expand...
Click to collapse
Download this *.zip file and create the following directory on your PC: "C:\Android\". Unzip the archive into that new created folder. Uninstall the Sync Manager (but keep the installed USB drivers). It's useless and will only interfere with the downloaded files. Keep the Shift button pressed and right click somewhere into the Android folder. Choose the option Open command window here. Now you only have to enter the command fastboot getvar all.
Flippy498 said:
Download this *.zip file and create the following directory on your PC: "C:\Android\". Unzip the archive into that new created folder. Uninstall the Sync Manager (but keep the installed USB drivers). It's useless and will only interfere with the downloaded files. Keep the Shift button pressed and right click somewhere into the Android folder. Choose the option Open command window here. Now you only have to enter the command fastboot getvar all.
Click to expand...
Click to collapse
thanks for the support! =D
You are the best!THANK YOU
One last thing i havnt found the cid number
Never mind found it sorry for driving you crazy thank you so much!!

Categories

Resources