help please !! - HTC Incredible S

i posted this thread in the Development section
http://forum.xda-developers.com/showthread.php?t=1315953
I need some help and suggestions regarding this thread
Thanks in advance

santhoshpirate said:
i posted this thread in the Development section
http://forum.xda-developers.com/showthread.php?t=1315953
I need some help and suggestions regarding this thread
Thanks in advance
Click to expand...
Click to collapse
OK I found this thread yesterday for creating a goldcard using adb commands. Maybe it can help you get the goldcard created. In looking at your getvar values, you have the right RUU/ROM that you are attempting to flash.
http://forum.xda-developers.com/showpost.php?p=18748766&postcount=6
The only other thing that was mentioned in that thread was did you follow the instructions completely.
Here are the series of commands you need to try:
fastboot oem rebootRUU
fastboot erase cache
fastboot flash zip [path to ROM.zip]
fastboot reboot

i tried but im unable to hav a gold card and flash through RUU also didnt work

santhoshpirate said:
i tried but im unable to hav a gold card and flash through RUU also didnt work
Click to expand...
Click to collapse
What happen when you tried that method to create the goldcard?
What messages did you get trying to Fastboot flash the ROM.zip?
You keep asking for help but you are not giving us a lot of information to work with.

tpbklake said:
What happen when you tried that method to create the goldcard?
What messages did you get trying to Fastboot flash the ROM.zip?
You keep asking for help but you are not giving us a lot of information to work with.
Click to expand...
Click to collapse
Ya,so true...keep seeing his post,we need more information to be able to help..
Sent from my HTC Incredible S using Tapatalk

tpbklake said:
What happen when you tried that method to create the goldcard?
What messages did you get trying to Fastboot flash the ROM.zip?
You keep asking for help but you are not giving us a lot of information to work with.
Click to expand...
Click to collapse
Im unable to boot my phone to install goldcard helper to create the goldcard
C:\Users\Sumo the Rider>fastboot flash zip C:\PG32IMG.zip
sending 'zip' (261186 KB)... OKAY [ 44.011s]
writing 'zip'... INFOadopting the signature contained in this i
mage...
INFOsignature checking...
INFOzip header checking...
INFOzip info parsing...
INFOchecking model ID...
INFOchecking custom ID...
FAILED (remote: 42 custom id check fail)
finished. total time: 91.077s
I get the above info when i try to flash the zip using FASTBOOT

tpbklake said:
OK I found this thread yesterday for creating a goldcard using adb commands. Maybe it can help you get the goldcard created. In looking at your getvar values, you have the right RUU/ROM that you are attempting to flash.
http://forum.xda-developers.com/showpost.php?p=18748766&postcount=6
The only other thing that was mentioned in that thread was did you follow the instructions completely.
Here are the series of commands you need to try:
fastboot oem rebootRUU
fastboot erase cache
fastboot flash zip [path to ROM.zip]
fastboot reboot
Click to expand...
Click to collapse
santhoshpirate said:
Im unable to boot my phone to install goldcard helper to create the goldcard
C:\Users\Sumo the Rider>fastboot flash zip C:\PG32IMG.zip
sending 'zip' (261186 KB)... OKAY [ 44.011s]
writing 'zip'... INFOadopting the signature contained in this i
mage...
INFOsignature checking...
INFOzip header checking...
INFOzip info parsing...
INFOchecking model ID...
INFOchecking custom ID...
FAILED (remote: 42 custom id check fail)
finished. total time: 91.077s
I get the above info when i try to flash the zip using FASTBOOT
Click to expand...
Click to collapse
Check out the thread post above ^^^^^^^. attn1 has a goldcard app and script that can be run using adb commands. You don't have to use the Goldcard Helper app. Just boot your phone into bootloader mode and then you should be able to run the script from a cmd window on your PC.

tpbklake said:
Check out the thread post above ^^^^^^^. attn1 has a goldcard app and script that can be run using adb commands. You don't have to use the Goldcard Helper app. Just boot your phone into bootloader mode and then you should be able to run the script from a cmd window on your PC.
Click to expand...
Click to collapse
=.=, true, he totally ignore what you said, continue to do what he want and complaint that he unable to proceed....
Try the method attn1 provided, it should be able to help you create gold card without using gold card helper.

Hi guys thnx for all the help
My phone is now working and s-on
Really thnx!
Sry for responding late i had exams!
I apologize to you guys for not giving you the correct info about my process, because im a learner!

Related

[How-To] Unbrick HTC Tattoo(CLICK) after bad recovery

Hello all,
PROBLEM
I while ago I had flashed my tattoo with a ROM that came with ROMmanager (wich is able to flash a custom recovery within Android) and the result was that my recovery was corupted and I couldn't flash another rom anymore, since I have a locked SPL.
POSSIBLE SOLUTION
What you can try is to download the latest RUU for your device and try to update the tattoo. However, I know that alot of people will get the error code 170 or 171: USB not connected. Don't panic, I have found after so many days of searching the solution to this problem.
WHAT WILL YOU NEED ?
The correct RUU for your device forum.xda-developers.com/showthread.php?t=591746"]
Procmon, this is a Process Monitor. You will need this to extract the rom.zip file from the RUU. technet.microsoft.com/en-us/sysinternals/bb896645.aspx"]
The android SDK and ADB set up correctly ( just search it on Google, and you'll find it).
LETS GET STARTED
The first thing you'll need to do is to open your prefered RUU you just downloaded from the link above, and wait till it says "welcome to the htc update..."
Just click next once, and leave the RUU open.
NOTE: The RUU can't be minimalized, so I sugest to slide it down to the taskbar.
Next, open the Procmon application, it will show you all open tasks (don't start searching like a fool, there are too many processes running to find the file we're searching for!).
Still in the Procmon, search in the for a filter button (the sixth button, white with a bleu thing above it), and click on it, now there will popup a screen.
Change the first tab (Architecture) to Path, and the seccond one (is) to contains, then in the box type rom.zip, and leave the Include tab how it is.
Now press add, and then press apply and ok. And search to one of the path's that ends with rom.zip in the list.
Right-click on it, and select Jump To, now you will see the rom.zip file in a temporary windows folder. Copy the rom to whereever you want (e.g. on your desktop) and close the RUU and Process Monitor.
Now, we have found and extracted the original rom that comes with the tattoo, so we're ready to flash this rom manually to our tattoo:
Open up command prompt, and cd to adb (where you have installed the SDK).
Now connect the tattoo to your pc and make sure its recognized under ADB Devices in device manager in windows.
Go back to the command prompt, and type
Code:
adb devices
If ADB is setup how it should, then you'll see the tattoo there (a long number)
Now type:
Code:
adb shell
adb reboot oem-78
The tattoo is now going to reboot in RUU mode, so we can do fastboot commands. (You will see only HTC logo on the tattoo)
Copy the rom.zip you extracted from the RUU to the tools folder of your SDK.
Now type:
Code:
fastboot flash zip rom.zip
(rom.zip is the name of your extracted rom, if you renamed it, then use the name of your rom).
Wait for the flashing procedure to finish, you'll see some message of completed or done or something, and unplug your tattoo, it should be in the bootloader screen (with 3 skateboards) and in the middle you should see RUU in orange.
Reboot your device, and hold the HOME + END button till the tattoo screen comes up, and wait till you see a screen with an exlimation mark, now shortly press on the HOME+END butten and you should be able to see the recovery menu now!
OPTIONAL
Redoo the 'root the tattoo in one click', and you'll get a custom recovery and root acces. IF YOU DO SO, I STRONGLY RECOMMEND YOU TO FLASH ANOTHER CUSTOM RECOVERY TO THE TATTOO, JUST SEARCH ONE ON THE FORUM HERE AND YOU'LL ALSO FIND HOW TO DO SO TROUGH ADB COMMANDS.
Once you have a custom recovery, you can flash rom's again from the recovery.
Hope this tread was helpfull !
Very usefull tnx
Sent from my Tattoo using XDA App
Now I'm even less afraid of flashing my a.. of. :-D
Thanx man!
Sent from my Tattoo using Tapatalk
MOdel ID checl Failed
Hi ,
I am getting this error
C:\androidtools\tools>fastboot flash zip "C:\My Folder\Datas\Mobile\Tattoo\rom.z
ip"
sending 'zip' (88968 KB)... OKAY [ 12.422s]
writing 'zip'... INFOadopting the signature contained in this i
mage...
INFOsignature checking...
INFOzip header checking...
INFOzip info parsing...
INFOchecking model ID...
FAILED (remote: 41 model id check fail)
finished. total time: 40.079s
C:\androidtools\tools>
soulaiman said:
Hello all,
PROBLEM
I while ago I had flashed my tattoo with a ROM that came with ROMmanager (wich is able to flash a custom recovery within Android) and the result was that my recovery was corupted and I couldn't flash another rom anymore, since I have a locked SPL.
POSSIBLE SOLUTION
What you can try is to download the latest RUU for your device and try to update the tattoo. However, I know that alot of people will get the error code 170 or 171: USB not connected. Don't panic, I have found after so many days of searching the solution to this problem.
WHAT WILL YOU NEED ?
The correct RUU for your device forum.xda-developers.com/showthread.php?t=591746"]
Procmon, this is a Process Monitor. You will need this to extract the rom.zip file from the RUU. technet.microsoft.com/en-us/sysinternals/bb896645.aspx"]
The android SDK and ADB set up correctly ( just search it on Google, and you'll find it).
LETS GET STARTED
The first thing you'll need to do is to open your prefered RUU you just downloaded from the link above, and wait till it says "welcome to the htc update..."
Just click next once, and leave the RUU open.
NOTE: The RUU can't be minimalized, so I sugest to slide it down to the taskbar.
Next, open the Procmon application, it will show you all open tasks (don't start searching like a fool, there are too many processes running to find the file we're searching for!).
Still in the Procmon, search in the for a filter button (the sixth button, white with a bleu thing above it), and click on it, now there will popup a screen.
Change the first tab (Architecture) to Path, and the seccond one (is) to contains, then in the box type rom.zip, and leave the Include tab how it is.
Now press add, and then press apply and ok. And search to one of the path's that ends with rom.zip in the list.
Right-click on it, and select Jump To, now you will see the rom.zip file in a temporary windows folder. Copy the rom to whereever you want (e.g. on your desktop) and close the RUU and Process Monitor.
Now, we have found and extracted the original rom that comes with the tattoo, so we're ready to flash this rom manually to our tattoo:
Open up command prompt, and cd to adb (where you have installed the SDK).
Now connect the tattoo to your pc and make sure its recognized under ADB Devices in device manager in windows.
Go back to the command prompt, and type
Code:
adb devices
If ADB is setup how it should, then you'll see the tattoo there (a long number)
Now type:
Code:
adb shell
adb reboot oem-78
The tattoo is now going to reboot in RUU mode, so we can do fastboot commands. (You will see only HTC logo on the tattoo)
Copy the rom.zip you extracted from the RUU to the tools folder of your SDK.
Now type:
Code:
fastboot flash zip rom.zip
(rom.zip is the name of your extracted rom, if you renamed it, then use the name of your rom).
Wait for the flashing procedure to finish, you'll see some message of completed or done or something, and unplug your tattoo, it should be in the bootloader screen (with 3 skateboards) and in the middle you should see RUU in orange.
Reboot your device, and hold the HOME + END button till the tattoo screen comes up, and wait till you see a screen with an exlimation mark, now shortly press on the HOME+END butten and you should be able to see the recovery menu now!
OPTIONAL
Redoo the 'root the tattoo in one click', and you'll get a custom recovery and root acces. IF YOU DO SO, I STRONGLY RECOMMEND YOU TO FLASH ANOTHER CUSTOM RECOVERY TO THE TATTOO, JUST SEARCH ONE ON THE FORUM HERE AND YOU'LL ALSO FIND HOW TO DO SO TROUGH ADB COMMANDS.
Once you have a custom recovery, you can flash rom's again from the recovery.
Hope this tread was helpfull !
Click to expand...
Click to collapse
If this post does what it says it does, it should maybe be made a sticky so that everyone who bricks their device knows EXACTLY what to do to fix it.........
This metod work,excelent
nkaderfe said:
Hi ,
I am getting this error
C:\androidtools\tools>fastboot flash zip "C:\My Folder\Datas\Mobile\Tattoo\rom.z
ip"
sending 'zip' (88968 KB)... OKAY [ 12.422s]
writing 'zip'... INFOadopting the signature contained in this i
mage...
INFOsignature checking...
INFOzip header checking...
INFOzip info parsing...
INFOchecking model ID...
FAILED (remote: 41 model id check fail)
finished. total time: 40.079s
C:\androidtools\tools>
Click to expand...
Click to collapse
Hmm, seems like adb can't verify the model of your phone. Try a different ROM or Reinstall the sdk tools. If that doesn't make sense, then try to recreate your goldcard, but I don't think that that would make some difference at all.
soulaiman said:
WHAT WILL YOU NEED ?
The correct RUU for your device forum.xda-developers.com/showthread.php?t=591746"]
Procmon, this is a Process Monitor. You will need this to extract the rom.zip file from the RUU. technet.microsoft.com/en-us/sysinternals/bb896645.aspx"]
The android SDK and ADB set up correctly ( just search it on Google, and you'll find it).
Click to expand...
Click to collapse
Well, the rom.zip is always located in %tmp% (Start->run->%tmp% and then enter). Search the folders and somewhere you will find the rom.zip then...procmon is a little over-engineered
nkaderfe said:
Hi ,
I am getting this error
C:\androidtools\tools>fastboot flash zip "C:\My Folder\Datas\Mobile\Tattoo\rom.z
ip"
sending 'zip' (88968 KB)... OKAY [ 12.422s]
writing 'zip'... INFOadopting the signature contained in this i
mage...
INFOsignature checking...
INFOzip header checking...
INFOzip info parsing...
INFOchecking model ID...
FAILED (remote: 41 model id check fail)
finished. total time: 40.079s
C:\androidtools\tools>
Click to expand...
Click to collapse
Then you have a vendor specific build - Vodafone? Orange? You have to flash this in order to get the flashing started...
/EDIT: Did u create a goldcard?
Getting stuck.
When I type adb shell it responds with: -exec '/system/bin/sh' failed: No such file or directory <2> -
adb reboot oem-78
fastboot flash zip rom.zip
<waiting for device>
My phone is plugged in but doesn't want to boot past tattoo screen.
Plz help if you know the problem.
timlambo said:
Getting stuck.
When I type adb shell it responds with: -exec '/system/bin/sh' failed: No such file or directory <2> -
adb reboot oem-78
fastboot flash zip rom.zip
<waiting for device>
My phone is plugged in but doesn't want to boot past tattoo screen.
Plz help if you know the problem.
Click to expand...
Click to collapse
Hi,
You have to boot your phone first in bootloader mode, to do so you have to pull out battery, put it back in, hold in the down volume button while pressing power, it wil bring you in a white screen with at the bottom three androids on skeatboards.
Hope this helps you.
soulaiman said:
Hi,
You have to boot your phone first in bootloader mode, to do so you have to pull out battery, put it back in, hold in the down volume button while pressing power, it wil bring you in a white screen with at the bottom three androids on skeatboards.
Hope this helps you.
Click to expand...
Click to collapse
I know. That is where I were. I think the problem were with my rom, found old backup om pc and restored to that, but now it is working again.
Thanks for the help.

[SPLASH1|GENERATOR] Spla****

http://dl.dropbox.com/u/11197643/Spla****/1296674240-gen.png
The above graphic was made with the release version of Spla****!​
Hello there, this is my first post in this bit of the forums as I don't regularly dive into this sort of project. I recently created a splash screen for HCDRJacob based upon the htc quietly brilliant screen and it gave me an idea, make a generator!
You can choose the resolution, the text and the colors.. The next version will have a hex input for the text color. The resulting .img file it spits out can be flashed through fastboot but that is not really related to this itself. The resulting files will be hosted for an unspecified amount of time (Ostebaronen is hosting it so I really don't know) so don't link directly to them.
Here are some examples of splashes made with the generator.
http://dl.dropbox.com/u/11197643/Spla****/1296674618-gen.png
http://dl.dropbox.com/u/11197643/Spla****/1296674633-gen.png
http://dl.dropbox.com/u/11197643/Spla****/1296674652-gen.png
http://dl.dropbox.com/u/11197643/Spla****/1296674665-gen.png
Please, comments below, thankyou.
Thanks to Ostebaronen for hosting this and anyone who tested the earlier results.​
Hey, I've been looking for something like that, is there a link???
Thankk u
Sent from my T-Mobile G2 using XDA App
I really forgot that!?
URL is http://spla****.dokyou.eu/
Please post your results
Sent from my HTC Wildfire using XDA App
Lol yeah I double checked to see if I missed it.
Sure thing, thanks bro
Sent from my T-Mobile G2 using XDA App
That's ok, I feel a little stupid now
Sent from my HTC Wildfire using XDA App
N00bish question here- when i flash it whatt exact data (and from where) does it replace. eg.bootloader/radio/bootimg
It will replace the very first splash screen you see . Take note also that you need fastboot in hboot of your phone.
You will need to have S-off, right?
hahha nice tool man
you can create very funny things with it
thanks!
Sweet Nice applications like this is always welcome to the scene.
"C:\SDK\tools>fastboot flash splash1 1296755019-flash.img
sending 'splash1' (750 KB)... OKAY [ 0.121s]
writing 'splash1'... INFOsignature checking...
FAILED (remote: signature verify fail)
finished. total time: 0.289s"
this is what i'm getting.... i think it may be because i have a nexus one...read that somewhrere...but yeah some insight?
Excellent thanks i make one to test, but...
sorry for noob question how can i put it on mi evo?
I see a how-to but with zip file, but this method launch img file.
roar109: This is a different splash, this is splash1, wheras the zip is the bootanimation.
IceNova: follow this link to root your nexus one, this should enable fastboot, http://theunlockr.com/2010/01/02/how-to-root-the-nexus-one/
diegov600: Yeah you need S-OFF for the fastboot flash splash1 command
Just wanted to say it worked great!!
Thanks for the awesome splash creator!
Now time to attempt some troubleshooting...
IceNova said:
"C:\SDK\tools>fastboot flash splash1 1296755019-flash.img
sending 'splash1' (750 KB)... OKAY [ 0.121s]
writing 'splash1'... INFOsignature checking...
FAILED (remote: signature verify fail)
finished. total time: 0.289s"
this is what i'm getting.... i think it may be because i have a nexus one...read that somewhrere...but yeah some insight?
Click to expand...
Click to collapse
Now assuming you have root and all that, is your 1296755019-flash.img file in the same directory? Try renaming it to something a little smaller like splash.img, then once in the tools directory, just do "fastboot flash splash1 splash.img" That's exactly what I did and it worked first try for me. Hope you get it resolved.
roar109 said:
Excellent thanks i make one to test, but...
sorry for noob question how can i put it on mi evo?
I see a how-to but with zip file, but this method launch img file.
Click to expand...
Click to collapse
Use fastboot method as explained aboved. Boot your phone into hboot mode (The screen that tells you your radio and that junk) then on your pc, navigate to your android sdk's tool folder using command line and follow the previously stated steps to fastboot flash the img file.
is there a way of flashing this using like root explorer, or using terminal emulator on the phone. im only asking because i dont always carry my usb cable with me and 90% of the time im using dropbox to transfer files to my phone and no need to always have the usb.
Not that I know of no, sorry.
Good job!
Trying this now and just downloaded my boot screen...super easy and kinda fun lol...now when i have more time gunna put it on the phone!
update: have more time now so putting it on the phone but...
having troubles : (...i have the .img file in the platform-tools folder with all the correct filepath etc...but the type "fastboot flash splash1 my#-flash.img" and get the following error:
"fastboot is not recognized as an internal or external command, operable program or batch file."
sorry im new to all this hacking/software stuff...more of hardware fan myself lol
Lol thanks .
@ above: Fastboot is at C:\android-sdk-windows\tools by default.
http://dl.dropbox.com/u/11197643/Spla****/1296762749-gen.png
The newest version...waiting on it to be updated.
Pretty sweet. Would be cool if you could do it without the quietly brilliant part.

[Q] Problem Flashing Stock Ruu

I'm S-Off, I've locked the bootloader, and when i'm on my computer running the flash ruu command I end up getting this error:
C:\ADB>fastboot flash zip C:\ADB\ruu.zip
sending 'zip' (243622 KB)...
OKAY [ 10.888s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
FAILED (remote: 24 parsing android-info fail)
finished. total time: 12.345s
I'm flashing using the same OTA they're both 1.29 and that's the ruu I used to flash so I dont see where Im going wrong with this, any help would be greatly appreciated.
Have you tried to run the actual RUU file? Looks like the file might be a little small, the one that I used from http://www.androidfilehost.com/?fid=22979706399752931 is about a gig in size.
I downloaded it, unzipped it and ran setup from my PC with my phone connected to the USB cable.
Good luck!
weidnerj said:
Have you tried to run the actual RUU file? Looks like the file might be a little small, the one that I used from http://www.androidfilehost.com/?fid=22979706399752931 is about a gig in size.
I downloaded it, unzipped it and ran setup from my PC with my phone connected to the USB cable.
Good luck!
Click to expand...
Click to collapse
Yeah I ended up finding that out from a video that showed me how to do it that way and it worked. My new HTC One should be here by Thurday now > thanks man!

[Q] HTC 1 Error install by CWM

Hi
my phone information is
unlocked ship s-on
hboot 2.27.0000
os-2.25.1403.1
CID HTCCN704
MID PN0780000
CWM V6.0.37
no ROM installed yet only work hboot and cwm.
when i choice rom from sd show me this meg:
cant open /external_sd/pno7img_m7c_dtu_jb_50_s1_htccn_chs_cmcc_...................zip (bad)
tried install another one show me this msg
error in /external_sd 802t.zip (status 6)
any help please
i downloaded ROM from here http://forum.xda-developers.com/showthread.php?t=2617159
thank you
dlshad said:
Hi
my phone information is
cant open /external_sd/pno7img_m7c_dtu_jb_50_s1_htccn_chs_cmcc_...................zip (bad)
thank you
Click to expand...
Click to collapse
Sounds like a bad download, make sure MD5 is correct.
nkk71 said:
Sounds like a bad download, make sure MD5 is correct.
Click to expand...
Click to collapse
thank you for respond ..
what you mean about MD5 how can i check its correct or not ?
dlshad said:
thank you for respond ..
what you mean about MD5 how can i check its correct or not ?
Click to expand...
Click to collapse
Refer to nkk71 guide under ''Not so FAQ #1''
alray said:
Refer to nkk71 guide under ''Not so FAQ #1''
Click to expand...
Click to collapse
i read it but cant find htc 802t (T) verstion there
dlshad said:
i read it but cant find htc 802t (T) verstion there
Click to expand...
Click to collapse
the link I gave you is only to understand what is MD5, there is nothing explicitly for the 802t.
You can use winmd5 to check md5 value.
alray said:
Refer to nkk71 guide under ''Not so FAQ #1''
Click to expand...
Click to collapse
alray said:
the link a gave you is only to understand what is MD5, there is nothing explicitly for the 802t.
You can use winmd5 to check md5 value.
Click to expand...
Click to collapse
IC thanks dear
dlshad said:
IC thanks dear
Click to expand...
Click to collapse
to get the md5 value, go back to the webpage where you have downloaded the file. then use winmd5 to calculate md5 value of the downloaded file. The value must be same exact thing as that one on the download page.
i.e If I download arhd 53 rom from this page:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
then I must check md5 of my downloaded file using WinMD5 and it must be DF9854F79C6E6928BEFD6EC43EC9F4A5
if not then its a bad download and the rom will not flash properly.
hope its clear for you
alray said:
the link I gave you is only to understand what is MD5, there is nothing explicitly for the 802t.
You can use winmd5 to check md5 value.
Click to expand...
Click to collapse
lol, maybe i should
guide here
the guide and just keep the FAQ section
nkk71 said:
lol, maybe i should
guide here
the guide and just keep the FAQ section
Click to expand...
Click to collapse
thank you i check it by free tools it was same MD5 its : 9898b157f9413d0d40b3b25ff0c42c73
So whats the problem then ?
i change sd and same problem
i heard about S-off should i make it S off or its different problem..any ideas please
thx
dlshad said:
thank you i check it by free tools it was same MD5 its : 9898b157f9413d0d40b3b25ff0c42c73
So whats the problem then ?
i change sd and same problem
i heard about S-off should i make it S off or its different problem..any ideas please
thx
Click to expand...
Click to collapse
what are you trying to flash? that thread you linked shows RUUs... ruu's are flashed in ruu mode:
in bootloader/FASTBOOT USB:
fastboot oem rebootRUU
fastboot flash zip <name of file>.zip
fastboot flash zip <name of file>.zip <- yes TWICE!!
fastboot reboot-bootloader
though if you are S-On, then only an official signed package (same or higher version) will work, I don't know if those are signed or not.
nkk71 said:
what are you trying to flash? that thread you linked shows RUUs... ruu's are flashed in ruu mode:
in bootloader/FASTBOOT USB:
fastboot oem rebootRUU
fastboot flash zip <name of file>.zip
fastboot flash zip <name of file>.zip <- yes TWICE!!
fastboot reboot-bootloader
though if you are S-On, then only an official signed package (same or higher version) will work, I don't know if those are signed or not.
Click to expand...
Click to collapse
im using teanwin recovery v2.6.3.4
tried CWM before samw msg
dlshad said:
im using teanwin recovery v2.6.3.4
tried CWM before samw msg
Click to expand...
Click to collapse
try opening the zip (both using windows explorer and WinRAR) and let me know the contents (screenshot).... if windows explorer is able to open it, then it's not a signed zip and won't work with S-On.
nkk71 said:
try opening the zip (both using windows explorer and WinRAR) and let me know the contents (screenshot).... if windows explorer is able to open it, then it's not a signed zip and won't work with S-On.
Click to expand...
Click to collapse
cant unzip by winrar
is that mean i should change security off to install this ROM? if yes how can i change it
thanks dear
! C:\Users\Admin\Downloads\Compressed\PN07IMG_M7C_DTU_JB_50_S1_HTCCN_CHS_CMCC_2.09.1403.1_Radio_1237.20.22.0520_release_320742.zip: The archive is corrupt
! C:\Users\Admin\Downloads\Compressed\PN07IMG_M7C_DTU_JB_50_S1_HTCCN_CHS_CMCC_2.09.1403.1_Radio_1237.20.22.0520_release_320742.zip: The archive is corrupt
! C:\Users\Admin\Downloads\Compressed\PN07IMG_M7C_DTU_JB_50_S1_HTCCN_CHS_CMCC_2.09.1403.1_Radio_1237.20.22.0520_release_320742.zip: CRC failed in recovery_signed.img. The file is corrupt
! C:\Users\Admin\Downloads\Compressed\PN07IMG_M7C_DTU_JB_50_S1_HTCCN_CHS_CMCC_2.09.1403.1_Radio_1237.20.22.0520_release_320742.zip: CRC failed in system.img. The file is corrupt
! C:\Users\Admin\Downloads\Compressed\PN07IMG_M7C_DTU_JB_50_S1_HTCCN_CHS_CMCC_2.09.1403.1_Radio_1237.20.22.0520_release_320742.zip: CRC failed in dzdata_32g.img. The file is corrupt
dlshad said:
cant unzip by winrar
is that mean i should change security off to install this ROM? if yes how can i change it
thanks dear
! C:\Users\Admin\Downloads\Compressed\PN07IMG_M7C_DTU_JB_50_S1_HTCCN_CHS_CMCC_2.09.1403.1_Radio_1237.20.22.0520_release_320742.zip: The archive is corrupt
! C:\Users\Admin\Downloads\Compressed\PN07IMG_M7C_DTU_JB_50_S1_HTCCN_CHS_CMCC_2.09.1403.1_Radio_1237.20.22.0520_release_320742.zip: The archive is corrupt
! C:\Users\Admin\Downloads\Compressed\PN07IMG_M7C_DTU_JB_50_S1_HTCCN_CHS_CMCC_2.09.1403.1_Radio_1237.20.22.0520_release_320742.zip: CRC failed in recovery_signed.img. The file is corrupt
! C:\Users\Admin\Downloads\Compressed\PN07IMG_M7C_DTU_JB_50_S1_HTCCN_CHS_CMCC_2.09.1403.1_Radio_1237.20.22.0520_release_320742.zip: CRC failed in system.img. The file is corrupt
! C:\Users\Admin\Downloads\Compressed\PN07IMG_M7C_DTU_JB_50_S1_HTCCN_CHS_CMCC_2.09.1403.1_Radio_1237.20.22.0520_release_320742.zip: CRC failed in dzdata_32g.img. The file is corrupt
Click to expand...
Click to collapse
ah then it seems it's a signed zip (since you said MD5 is correct), which you can flash with S-On... go for it, and copy/paste command prompt should you get an error.
remember the flash zip has to be done twice!!
Zip header checking
Failed (remote) 32 header error
dlshad said:
Zip header checking
Failed (remote) 32 header error
Click to expand...
Click to collapse
can you copy/paste the entire command prompt, even the fastboot oem rebootRUU etc...
for example:
Code:
C:\ADB3>fastboot oem rebootRUU
...
(bootloader) Start Verify: 0
OKAY [ 0.047s]
finished. total time: 0.047s
C:\ADB3>fastboot flash zip ruu.zip
sending 'zip' (1033216 KB)...
OKAY [ 41.559s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) start image[hboot] unzipping for pre-update check...
(bootloader) start image[hboot] flushing...
(bootloader) [RUU]WP,hboot,0
(bootloader) [RUU]WP,hboot,99
(bootloader) [RUU]WP,hboot,100
(bootloader) ...... Successful
FAILED (remote: 90 hboot pre-update! please flush image again immediately)
finished. total time: 43.118s
etc...
cause that does sound like a corrupt zip, not a signed one ... can you give me the link to the exact one you're using, I'll try downloading it later.
http://d-h.st/l16 1.07G
and
http://d-h.st/1AZ 816mb
thanks Dear a lot
dlshad said:
http://d-h.st/l16 1.07G
and
http://d-h.st/1AZ 816mb
thanks Dear a lot
Click to expand...
Click to collapse
well you can forget the 2.09.1403.1 ruu, since you're already on "os-2.25.1403.1"... that would be a downgrade, so wouldn't work unless S-Off
and can you post a "fastboot getvar all" (excluding IMEI, MEID, and s/n).... i'll try downloading the 4.21.1403.31 version and see what that looks like... but it'll take a few hours at least, so nothing before tomorrow probably
nkk71 said:
well you can forget the 2.09.1403.1 ruu, since you're already on "os-2.25.1403.1"... that would be a downgrade, so wouldn't work unless S-Off
and can you post a "fastboot getvar all" (excluding IMEI, MEID, and s/n).... i'll try downloading the 4.21.1403.31 version and see what that looks like... but it'll take a few hours at least, so nothing before tomorrow probably
Click to expand...
Click to collapse

[Q] Hboot 1.57 Reboot looop, Help please

hi i have a sprint htc one m7 hboot 1.57 s-on and i was trying to get it s-off using firewater,rumrunner, so i installed a cm11 rom with the kernel and my problems began, i decided to relock bootloader to install the stock RUU but everything wiped fom my phone (including sd card, showed can't mount sd) except the twrp recovery, can't use sideload from the recovery because my phone is not recognized from my computer (only fastboot mode (though i can hear the plug in sound on windows), after a long search i found a way to format the sd card partition and my computer recognized the phone so i copied a TWRP backup i made earlier and that way i was able to have a "functional" phone again...but now i have a reboot loop, phone works around 2 min and then reboots and so on... Adb works when phone starts but since its just for a couple of min i can't do much.
i've downloaded the RUU.exe but my computer wont run it (don't know why) so i downloaded the firmware RUU too and copied it to the sd card(when it was working) and flashed it but the loop continues. I once again relocked the bootloader to try to flash the RUU via fastboot, but i get this error:
C:\Users\User\Desktop\adt-bundle-windows-x86_64-20140321\sdk\platform-tools>fast
boot flash zip Stock_Rom_m7wls_5.05.651.2_kk442_sense60.zip
target reported max download size of 1514139648 bytes
sending 'zip' (1202900 KB)...
OKAY [ 47.328s]
writing 'zip'...
(bootloader) signature checking...
FAILED (remote: 12 signature verify fail)
finished. total time: 150.761s
any suggestions? do i have to flash this firmware RUU too? http://forum.xda-developers.com/showthread.php?t=2795856
Thanks
**Edit**
i just flashed the firmware RUU from the above link and got this error:
C:\Users\User\Desktop\adt-bundle-windows-x86_64-20140321\sdk\platform-tools>fast
boot flash zip 5.05.651.2_full_firmware.zip
target reported max download size of 1514139648 bytes
sending 'zip' (39656 KB)...
OKAY [ 3.026s]
writing 'zip'...
(bootloader) signature checking...
FAILED (remote: signature verify fail)
finished. total time: 7.940s
Since you are s-on, you cannot flash the firmware. From the thread you linked, you have two options to try:
1. You already tried this, but it's the best option. Download the encrypted RUU (first link of OP) and run it.
2. In the OP, find the previous RUUs link and click the Show Content button. Download the first link below the screenshot (old RUU zip) and follow instructions.
Hopefully one of those should work and you'll be up and running (fingers crossed).
I ended up running the RUU.exe and now I'm back to stock. Thanks
Sent from my HTC One_M8 using XDA Free mobile app

Categories

Resources