[Q] Problem to put Desire V T328t in S-OFF - HTC Desire V

Hi guys,
I’m noob and I’d like put my smartphone HTC Desire V T328t in S-OFF. These are the datas of my device
***UNLOCKED***
PRIMOTD PVT SHIP S-ON RH
HBOOT-1.45.0000
RADIO-3822.18.00.2
eMMC-boot
Aug 29 2012, 14:50:03
C:\Android Tools\Android SDK 21.1\sdk\platform-tools>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.45.0000
(bootloader) version-baseband: 3822.18.00.2
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.23.1403.1
(bootloader) serialno: XXXXXXXXXXXX
(bootloader) imei: XXXXXXXXXXXXXXX
(bootloader) product: primotd
(bootloader) platform: HBOOT-7230
(bootloader) modelid: PK7910000
(bootloader) cidnum: HTCCN704
(bootloader) battery-status: good
(bootloader) battery-voltage: 4279mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: 5f14c5f0
(bootloader) hbootpreupdate: 12
(bootloader) gencheckpt: 0
N.B. I think this device is China Mobile (or other operator) branded because it’s visible this logo when booting…
/media/DIKOM/Thread su Desire v T328t
I’ve got unlocked bootloader and I rooted the device with superuser and superuser pro (a china crack has changed the boot.img and now wi-fi and Bluetooth don’t work, but these are the last problems…). I installed CWM Recovery 5.0.2.0 from bootloader with the command:
fastboot flash recovery CWM_Recovery.img
and all was ok. Now when I charge the device (only when it’s OFF) and when I go in bootloader and I push on recovery (to flash another ROM) the screen show this message:
This build is for development purposes only. Do not distribute outside of HTC without HTC’S written permission. Failure to comply may lead to legal action.
Now I have already tried:
1) Flash a cooked ROM, but I can’t enter in recovery;
2) Flash boot.img file with another .img but the message show on the screen when booting and I must remove battery to reboot;
3) Make a gold card with “Gold Card img Helper” tool (very thanks to Gene Poole and the other developments), but gold card don’t work or I can’t how use it… ;-( I’ve got two CID: one in MMC0 and 2nd in MMC2; I tried both but they generate always a not working gold card.
Where am I wrong? Can someone help me please? Very thanks to all!!! Hi…

chinese? have tried using tools on gfan or other smartphone forum in china for a universe unlock?
---------- Post added at 03:28 PM ---------- Previous post was at 03:23 PM ----------
i have thought about a problem that you must have used htc official unlock tool and successfully flashed the recovery.
htc official unlock doesn't turn s-on to s-off but shows "unlocked",
and any flash in recovery will not flash the boot because of this "s-on".
you may flash boot.img via fastboot tool, for command-line input "fastboot flash boot boot.img" and you will sucessfully got boot flashed.

stlifey said:
chinese? have tried using tools on gfan or other smartphone forum in china for a universe unlock?
---------- Post added at 03:28 PM ---------- Previous post was at 03:23 PM ----------
i have thought about a problem that you must have used htc official unlock tool and successfully flashed the recovery.
htc official unlock doesn't turn s-on to s-off but shows "unlocked",
and any flash in recovery will not flash the boot because of this "s-on".
you may flash boot.img via fastboot tool, for command-line input "fastboot flash boot boot.img" and you will sucessfully got boot flashed.
Click to expand...
Click to collapse
I'm not Chinese, I'm Italian and I found the device on the street... However I don't know nothing of forums in china; I unlocked bootloader with Htc official unlock using desire model. Have you got any idea what boot.img I must flash? I tried boot.img of bravo ROM but I can't reboot the mobile and I can't go in recovery too. Thanks for your help

Related

[Q] Stuck in HBoot, Nothing I can do. Help?

Figured I'd ask the XDA community before I give up. I was working on an HTC Rezound that a kid had water damage on. Finally got it running but with the weirdest issues I've seen. I've tried alot, can't remember everything off the top of my head but I wanted to double check with you guys before I give up tomorrow.
First off Its HTCDev unlocked, S-ON with HBOOT 2.28. There is no ROM or OS on it, nor will it boot to any Recovery I successfully flash over. I can send and receive commands on fastboot, and sometimes can send them when I select REBOOT RECOVERY. That leads me to a black screen but adb devices shows it under recovery.
Tried flashing TWRP, using the All In One tool, flashing a Custom ROM, the RUU zip and exe, and Amon-Ra recovery. All leads to the same thing basically, loads into HBOOT fine but never boots into any recovery. I get signature verify failed sometimes when flashing but honestly it sends and successfully writes a recovery.img but wont load into it. Is it brain dead somewhere or what?
Thanks guys! I'll post the getvar
C:\Users\AZ's Gaming>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 2.28.0000
(bootloader) version-baseband: 2.23.10.0123r/2.23.10.0124r
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.00.000.0
(bootloader) serialno: HT19VS219499
(bootloader) imei: 990000336135878
(bootloader) product: vigor
(bootloader) platform: HBOOT-8260
(bootloader) modelid: PH9810000
(bootloader) cidnum: VZW__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3746mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: cecc19f7
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
DO THIS ADVICE ONLY IF NOBODY ELSE HAS BETTER IDEA..
Flash the latest ruu thru bootloader boot into recovery image while on stock to see if it works if it does then unlock hboot then flash recovery if it doesn't well we will have to dig a lil deeper
Sent from my Infected Rezound using xda app-developers app
Put the recovery.img file from the latest TWRP into your adb directory, then issue:
fastboot boot recovery.img (Note the BOOT command, not flash!)
and see if that gets you to TWRP, if not, you are probably in trouble... if it does, wipe everything except boot and flash in a known stable ROM image like Global OTA Stock/Rooted, Infection, Beanstalk, or something like that.
Your fastboot getvar looks fine, except battery voltage is really low (should be around 3.9-4.2) and the version-main is messed up, meaning it doesn't see a ROM installed.
acejavelin said:
Put the recovery.img file from the latest TWRP into your adb directory, then issue:
fastboot boot recovery.img (Note the BOOT command, not flash!)
and see if that gets you to TWRP, if not, you are probably in trouble... if it does, wipe everything except boot and flash in a known stable ROM image like Global OTA Stock/Rooted, Infection, Beanstalk, or something like that.
Your fastboot getvar looks fine, except battery voltage is really low (should be around 3.9-4.2) and the version-main is messed up, meaning it doesn't see a ROM installed.
Click to expand...
Click to collapse
I tried this first because it was the only thing I haven't done, and I got nothing. It boots into a recovery I think because it shows up under adb devices but still get a black screen. I think the phone is toast.
NINJA EDIT: The menu and home buttons vibrate when I hit them, so it must be booted into recovery, just for some reason nothing is displayed.

[Q]

After unsuccessfully trying to manually update to 4.4.2 I have semi-bricked my phone.
Bootloader menu currently has Tampered, Relocked, Security Warning and S-On. I accidentally wiped data while in recovery while attempting to flash something. I had flashed (I believe) a modified stock kernel for 4.4 (or 4.3, not sure). Edit: Hboot 1.55
-Because it's not S-Off, I can't run an RUU.exe and downgrade.
-I can't seem to enter recovery either. It says "entering recovery" and then goes back to the bootloader screen. When I try to flash a new recovery, I get a "remote: signature verify fail" error. Any sort of recovery.img file gets this same error. I've tried installing a different recovery and the same error shows up.
-I've tried using revone: http://forum.xda-developers.com/showthread.php?t=2314582 except I it says "error: device not found" when I try to initiate it.
Is it possible to find a 4.3/4.4.2 RUU zip/exe and try to flash/run a current/higher version firmware? If anybody could also post a link to the stock 4.3 kernel it would be appreciated.
Thanks.
I need the phone for use very soon. Something tells me I did revone wrong. Any options I have? Isn't there a desktop program that lets you restore your HTC back to factory stock?
mch277 said:
After unsuccessfully trying to manually update to 4.4.2 I have semi-bricked my phone.
Bootloader menu currently has Tampered, Relocked, Security Warning and S-On. I accidentally wiped data while in recovery while attempting to flash something. I had flashed (I believe) a modified stock kernel for 4.4 (or 4.3, not sure).
-Because it's not S-Off, I can't run an RUU.exe and downgrade.
-I can't seem to enter recovery either. It says "entering recovery" and then goes back to the bootloader screen. When I try to flash a new recovery, I get a "remote: signature verify fail" error. Any sort of recovery.img file gets this same error. I've tried installing a different recovery and the same error shows up.
-I've tried using revone: http://forum.xda-developers.com/showthread.php?t=2314582 except I it says "error: device not found" when I try to initiate it.
Is it possible to find a 4.3/4.4.2 RUU zip/exe and try to flash/run a current/higher version firmware? If anybody could also post a link to the stock 4.3 kernel it would be appreciated.
Thanks.
I need the phone for use very soon. Something tells me I did revone wrong. Any options I have? Isn't there a desktop program that lets you restore your HTC back to factory stock?
Click to expand...
Click to collapse
Can you get into fastboot? If so, post the results of fastboot getvar all (minus IMEI and SN).
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.55.0000
(bootloader) version-baseband: 4A.19.3263.13
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: CWS__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4320mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-2da61e5e88
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
If you are attempting to get s-off revone will not work on you... You should try rumrunner instead
Sent from my HTC One using XDA Premium 4 mobile app
TopoX84 said:
If you are attempting to get s-off revone will not work on you... You should try rumrunner instead
Sent from my HTC One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I've tried. Except rumrunner needs you to be able to boot into Android first. I accidentally wiped data while in recovery (ROM, etc) and now I only have fastboot. I can't even access recovery/flash a new recovery/flash anything at all really. I can get into the silver HTC logo with "fastboot oem rebootRUU" but that's about it. Anything I attempt to flash while doing that will get a signature verification fail.
Update: I unlocked the bootloader again and can now enter recovery. The issue is, it appears that I have no "SD card". I can't access or even mount it to computer so I can put a ROM inside when I select "choose zip from /sdcard.

Sense 6 OTA International [Euro]

Here you go!
http://www.androidfilehost.com/?fid=23501681358547843
file: OTA_T6_UL_K44_SENSE60_MR_HTC_Europe_3.12.401.3-2.61.401.3_release_377472c98zg809d9mo3m2k.zip
md5: a1cc793f6b2a837c1f1b06e551c72a1c
Compatible CID Listing
"HTC__001"
"HTC__E11"
"HTC__102"
"HTC__032"
"HTC__Y13"
"HTC__203"
"HTC__M27"
"HTC__J15"
"HTC__A07"
Model ID : 0P3P51000
pradeepvizz said:
Here you go!
http://www.androidfilehost.com/?fid=23501681358547843
file: OTA_T6_UL_K44_SENSE60_MR_HTC_Europe_3.12.401.3-2.61.401.3_release_377472c98zg809d9mo3m2k.zip
md5: a1cc793f6b2a837c1f1b06e551c72a1c
Compatible CID Listing
"HTC__001"
"HTC__E11"
"HTC__102"
"HTC__032"
"HTC__Y13"
"HTC__203"
"HTC__M27"
"HTC__J15"
"HTC__A07"
Model ID : 0P3P51000
Click to expand...
Click to collapse
Just updated my One max, and it's working great! :good:
How do I go about updating my phone with this after downloading the file ? Can it be flashed through stock recovery ?
Can i flash stock rom 4.4.2
On my max si 0030
Rooted stock 4.3
Sent from my HTC One max using XDA Premium 4 mobile app
I presume this is a custom recovery flash?
Sent from my HTC One max using Tapatalk
csw43 said:
How do I go about updating my phone with this after downloading the file ? Can it be flashed through stock recovery ?
Click to expand...
Click to collapse
Yes it's meant to be flashed in stock recovery.
nathlynn22 said:
I presume this is a custom recovery flash?
Sent from my HTC One max using Tapatalk
Click to expand...
Click to collapse
You need stock recovery, unmodified system and locked bootloader.
Sent from my HTC One max using Tapatalk
DELETED
Hi everybody! I have a problem.
I can't put my One Max into recovery mode, after going in HBOOT and press "Recovery" the display shows a exclamation mark!!
I have the original Rom Android 4.2.2 with sense 5.5, no root and S-on.
I'd like flashing the Sense 6 ota update.
t9t9t9 said:
Hi everybody! I have a problem.
I can't put my One Max into recovery mode, after going in HBOOT and press "Recovery" the display shows a exclamation mark!!
I have the original Rom Android 4.2.2 with sense 5.5, no root and S-on.
I'd like flashing the Sense 6 ota update.
Click to expand...
Click to collapse
Step 10
http://www.droid-now.com/2014/06/ota-manually-update-htc-one-max-t6_ul/
You need to press volume up and power, when keys start flashing release power first and you get stock recovery.
Sent from my HTC One max using Tapatalk
t9t9t9 said:
Hi everybody! I have a problem.
I can't put my One Max into recovery mode, after going in HBOOT and press "Recovery" the display shows a exclamation mark!!
I have the original Rom Android 4.2.2 with sense 5.5, no root and S-on.
I'd like flashing the Sense 6 ota update.
Click to expand...
Click to collapse
U need to press volume up and down and power then release them
Thanks guys!
But when I select "apply from internal storage" or from sd it appears "Check CID Failed!"
--Invalid Operation-- on the bottom. I've cid HTC_203.
have to be on stock rom that came with device,stock recovery that came with device.
other user posted this:
You need stock recovery, unmodified system and locked bootloader.
I cannot verify this as with my device I do not need a locked bootloader to flash an ota
t9t9t9 said:
Thanks guys!
But when I select "apply from internal storage" or from sd it appears "Check CID Failed!"
--Invalid Operation-- on the bottom. I've cid HTC_203.
Click to expand...
Click to collapse
Wonders_Never_Cease said:
have to be on stock rom that came with device,stock recovery that came with device.
other user posted this:
You need stock recovery, unmodified system and locked bootloader.
I cannot verify this as with my device I do not need a locked bootloader to flash an ota
Click to expand...
Click to collapse
I also can tell that the bootloader do not need to be locked for ota to install. You can be rooted and s-off, it will work also! The only requisite is to be on a stock rom odexed!
I restored the original saved rom, put back the 2.61 recovery: I could download the 2.61 ota, then the new 3.12.401.3 today, using it (with mandatory customization: supersu, xposed, sense 6 toolbox) ?
Please can it work on my phone ? Bootloader is locked and here are getvar info
(bootloader) version: 0.5
(bootloader) version-bootloader: 2.49.0000
(bootloader) version-baseband: 4T.36.3218.06
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 4.14.401.10
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid: 00000000000000
(bootloader) product: t6ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: 0P3P51000
(bootloader) cidnum: HTC__E11
(bootloader) battery-status: good
(bootloader) battery-voltage: 3886mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-d0e3b226
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!

Stuck in FASTBOOT...

Hi all,
My girlfriend got a China Mobile htc Desire 610t.
When I tried to unlock / use CWM recovery / root in order to upgrade it to a regular (non-chinese) Android, I got stuck at some point and now the phone keeps booting into FASTBOOT... even when I say POWER DOWN, it'll come back to FASTBOOT
Any ideas? I looked at several other posts but none of the suggested things seem to work.
The main problem from the beginning of my efforts was that I can't seem to get into recovery mode... the phone says "Entering Recovery..." but then it just goes back to FASTBOOT.
I also tried to find an RUU but none I found for the htc 610 would pass the signature check.
Any ideas?
getvar gives me these details:
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.18.0.0000
(bootloader) version-baseband: 1.101.1161.16.24
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.37.1403.1
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: HC45NWS02483
(bootloader) imei: not needed
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000000
(bootloader) product: a3_tl
(bootloader) platform: hTCBmsm8226
(bootloader) modelid: 0P9O50000
(bootloader) cidnum: HTCCN704
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: 04768f7d
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Any help is highly appreciated!!!
Martin
MartinNeedsHelp said:
Hi all,
My girlfriend got a China Mobile htc Desire 610t.
When I tried to unlock / use CWM recovery / root in order to upgrade it to a regular (non-chinese) Android, I got stuck at some point and now the phone keeps booting into FASTBOOT... even when I say POWER DOWN, it'll come back to FASTBOOT
Any ideas? I looked at several other posts but none of the suggested things seem to work.
The main problem from the beginning of my efforts was that I can't seem to get into recovery mode... the phone says "Entering Recovery..." but then it just goes back to FASTBOOT.
I also tried to find an RUU but none I found for the htc 610 would pass the signature check.
Any ideas?
getvar gives me these details:
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.18.0.0000
(bootloader) version-baseband: 1.101.1161.16.24
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.37.1403.1
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: HC45NWS02483
(bootloader) imei: not needed
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000000
(bootloader) product: a3_tl
(bootloader) platform: hTCBmsm8226
(bootloader) modelid: 0P9O50000
(bootloader) cidnum: HTCCN704
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: 04768f7d
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Any help is highly appreciated!!!
Martin
Click to expand...
Click to collapse
One more thing, while the phone tries to get into recovery mode, I see the following text in red at the bottom of the screen:
"This build is for development purposes only. Do not distribute outside of HTC without HTC's written permission. Failure to comply may lead to legal action."
hi
try reflash twrp recovery by dd Install Method if you have rooted device.
Thanks for the quick reply.
Since I was never able to get into recovery mode, the device is unlocked but not rooted.
So the SU method won't work.
I can place fastboot commands and flashed different recovery packages already (twrp, cwm, stock) unfortunately without success. The phone just won't load the recovery mode.
Any ideas?
The desire 610 doesn't support any custom recoveries besides TWRP. I dint know why u used CWM because it doesn't support the desire 610. So if u flash TWRP for the a3_tl it should be fine.
Sent from my HTC Desire 610 using XDA Free mobile app
try this methode:
Fastboot Install Method (No Root Required):
You will need the platform-tools from the Android SDK on your computer. Find the SDK Only section on the page linked and install the SDK and download only the platform-tools to get adb and fastboot binaries.
Windows users will need proper drivers installed on your computer. You can try the Naked ADB drivers or the Universal ADB drivers if you don't already have a working driver installed
On your device, go into Settings -> About and find the Build Number and tap on it 7 times to enable developer settings. Press back and go into Developer Options and enable USB debugging. From your computer, open a command prompt and type:
adb reboot bootloader
You should now be in fastboot mode. Download the correct image file and copy the file into the same folder as your adb and fastboot binaries. Rename the image to twrp.img and type:
fastboot flash recovery twrp.img
fastboot reboot
Note many devices will replace your custom recovery automatically during first boot. To prevent this, use Google to find the proper key combo to enter recovery. After typing fastboot reboot, hold the key combo and boot to TWRP. Once TWRP is booted, TWRP will patch the stock ROM to prevent the stock ROM from replacing TWRP. If you don't follow this step, you will have to repeat the install.
there is direct link: TWRP
michelkovacic said:
try this methode:
Fastboot Install Method (No Root Required):
You will need the platform-tools from the Android SDK on your computer. Find the SDK Only section on the page linked and install the SDK and download only the platform-tools to get adb and fastboot binaries.
Windows users will need proper drivers installed on your computer. You can try the Naked ADB drivers or the Universal ADB drivers if you don't already have a working driver installed
On your device, go into Settings -> About and find the Build Number and tap on it 7 times to enable developer settings. Press back and go into Developer Options and enable USB debugging. From your computer, open a command prompt and type:
adb reboot bootloader
You should now be in fastboot mode. Download the correct image file and copy the file into the same folder as your adb and fastboot binaries. Rename the image to twrp.img and type:
fastboot flash recovery twrp.img
fastboot reboot
Note many devices will replace your custom recovery automatically during first boot. To prevent this, use Google to find the proper key combo to enter recovery. After typing fastboot reboot, hold the key combo and boot to TWRP. Once TWRP is booted, TWRP will patch the stock ROM to prevent the stock ROM from replacing TWRP. If you don't follow this step, you will have to repeat the install.
there is direct link:
Click to expand...
Click to collapse
Thanks michelkovacic, I had tried that already - even with different versions of TWRP - unfortunately with no success.
I tried it again now and installed twrp-2.8.7.0-a3ul.img. Got the OKAY / OKAY in the cmd windows but when I choose "RECOVERY" in HBOOT, I see the htc logo for a short second and am back in FASTBOOT (or FASTBOOT USB if the USB is still connected).
I tried to find "the proper key combo to enter recovery"... but was unsuccessfull... Also, I don't know when to push it. E.g. I never get the screen with the red attention sign like with most stock recoveries where you can then press keys... this D610 jumps right back into the FASTBOOT menu...
Reading MGfusion's reply, I noticed that I had used the wrong TWRP... all I can find for the D610 is for a3_ul... but mine is a3_tl...!
Any idea where I can find that TWRP or even the stock recovery for that model?
Googling didn't help much and only sent my Antivirus into a frenzy...
Any more ideas?
MGfusion said:
The desire 610 doesn't support any custom recoveries besides TWRP. I dint know why u used CWM because it doesn't support the desire 610. So if u flash TWRP for the a3_tl it should be fine.
Sent from my HTC Desire 610 using XDA Free mobile app
Click to expand...
Click to collapse
Hi MGfusion,
I tried several versions of TWRP first, none of them worked (--> after flashing them and hitting "RECOVERY" in HBOOT, I always saw the htc logo for a quick second and was right back in the FASTBOOT menu...)
So you mention "the a3_tl"... when I search for the TWRP for the D610, I always see the "a3ul"... maybe that's my problem?!
Any tipps, where I can find the TWRP recovery for a3_tl? So far I only got malware offered...
Thanks!
a3ul I's the same as a3tl it just means they are from models from different regions
Sent from my HTC Desire 610 using XDA Free mobile app
any progress?
I got the same china mobile version D610T and stuck at same place~~
MGfusion said:
a3ul I's the same as a3tl it just means they are from models from different regions
Sent from my HTC Desire 610 using XDA Free mobile app
Click to expand...
Click to collapse
OK, I just - again - flashed every available a3_ul TWRP... without success.
I tried
twrp-2.8.7.0-a3ul.img 11.3M
twrp-2.8.6.0-a3ul.img 11.2M
twrp-2.8.5.0-a3ul.img 11.1M
twrp-2.8.4.0-a3ul.img 11.1M
twrp-2.8.3.0-a3ul.img 11.1M
twrp-2.8.1.0-a3ul.img 11M
twrp-2.8.0.1-a3ul.img 10.8M
twrp-2.8.0.0-a3ul.img 10.8M
twrp-2.7.1.0-a3ul.img 10.7M
and always got an OKAY / OKAY from fastboot, did the reboot, tried to get into recovery and... was back to FASTBOOT.
Again, for a quick second I see "Entering Recovery..." on the top and bam, I'm back in FASTBOOT.
The FASTBOOT screen shows "*** TAMPERED ***" and "*** UNLOCKED ***" on top.
There must be something I could do...?!
I also tried to find an RUU but none worked with my phone. They all failed the signature check.
Any help would be highly appreciated!
flyingcowboy said:
any progress?
I got the same china mobile version D610T and stuck at same place~~
Click to expand...
Click to collapse
Unfortunately not .
:crying::crying::crying:
MartinNeedsHelp said:
Unfortunately not .
Click to expand...
Click to collapse
Hi,
Are you still having issues? If so check this article out: http://forum.xda-developers.com/desire-610/general/info-htcdev-unlock-root-t2844323 I had the same issue with being stuck in fastboot and went through the HTCDev bootloader unlock. It gives you step by step instructions on how to unlock the bootloader. If phone shows unlocked in fastboot I would just command "fastboot oem lock" that'll relock it, then do the htcdev bootloader unlock.
HTCDev Bootloader Unlock: "Under "Select Your Device", scroll ALL THE WAY TO THE BOTTOM, and choose "All Other Supported Models". I know it works, because I just did it. IT WILL WIPE YOUR DEVICE DATA."
Hope this helps.
Sent from my HTC Desire 610 using XDA Free mobile app
Thanks for the tip!
I'll make sure I try that when I'm back at home, out if town for a couple weeks.
stuck in boot loader - ClearD Please help!!!!
MartinNeedsHelp said:
Thanks for the tip!
I'll make sure I try that when I'm back at home, out if town for a couple weeks.
Click to expand...
Click to collapse
i tried relocking my bootloader so that i could update the RUU..unfortunately my phone now does not turn on...it keeps booting and rebooting to fastboot...i cant access recovery...each time i try it reboots to the htc logo but then goes straight to the fastboot menu...i can access the phone through cdm or adb but my pc does not recognize the phone in my computer...this is my only phone and im afraid that i might have bricked the device....please anyone if u have any knowledge on how to solve this issue, i would greatly appreciate it...by any chance the person that started this topic Martinneedshelp could assist me....any one please:crying:
Unfortunately my phone is also still in that state. Nothing really worked so far. So as long as no one here has any further ideas, I think we're screwed.
MartinNeedsHelp said:
Unfortunately my phone is also still in that state. Nothing really worked so far. So as long as no one here has any further ideas, I think we're screwed.
Click to expand...
Click to collapse
Luckily i got my phone to boot...the solution i found was to download a RUU file...from the htc ROM downloads page...ran it from my pc with the phone connected...it updated the rom and booted the phone...
My problem now is with the wifi not connecting...i had this problem b4 after rooting the phone...ClearD was kind enough to assist me in getting that fixed by booting into recover and wiping dalvik cache...that was successful then but now since i dont have root access anymore, i dont have twrp installed therefore i cant boot into recovery to wipe dalvik..
I dont want to root the phone again so i was wondering if anyone had a solution in getting the wifi to work...
Find another way to wipe the dalvik cache
Sent from my HTC Desire 610 using XDA Free mobile app
same problem with same cid
any help ? ((((
my phone only fastboot!

Bricked my Device!Bootloader unlock method doesnt work!

I have a international t6UL, S-on and locked
Os-4.14.401.10
HBOOT-2.49.0000
Stuck in the bootloop,
Tried to unlock the deveice with htc bootloader unlocker , Flashed the unlock bin but it doesnt work,after flashing the bin and hitting yes it takes me to recovery but the bootloader remains locked!
Tried to factory reset & wipe but it just freezes there! tried to install a stock ota using stock recovery but it says failed to map file, I guess my internal storage got corrupted too!
Help help help !!!:crying::crying::crying::crying:
Its not bricked. A brick device is when u cant turn on at all n cant even access bootloader.
itsmelutfor said:
Its not bricked. A brick device is when u cant turn on at all n cant even access bootloader.
Click to expand...
Click to collapse
any solution ????
RUU
nukedanoob said:
any solution ????
Click to expand...
Click to collapse
Restore from RUU?
Your system is windows?,reinstall driver of htc and probe it another time,of change the program whit htc one max toolkit to me it serves
nukedanoob said:
i have a international t6ul, s-on and locked
os-4.14.401.10
hboot-2.49.0000
stuck in the bootloop,
tried to unlock the deveice with htc bootloader unlocker , flashed the unlock bin but it doesnt work,after flashing the bin and hitting yes it takes me to recovery but the bootloader remains locked!
Tried to factory reset & wipe but it just freezes there! Tried to install a stock ota using stock recovery but it says failed to map file, i guess my internal storage got corrupted too!
Help help help !!!:crying::crying::crying::crying:
Click to expand...
Click to collapse
i have the same problem did you get any solution for this. Can't unlock bootload as my usb debugging & oem is not enabled.
nukedanoob said:
I have a international t6UL, S-on and locked
Os-4.14.401.10
HBOOT-2.49.0000
Stuck in the bootloop,
Tried to unlock the deveice with htc bootloader unlocker , Flashed the unlock bin but it doesnt work,after flashing the bin and hitting yes it takes me to recovery but the bootloader remains locked!
Tried to factory reset & wipe but it just freezes there! tried to install a stock ota using stock recovery but it says failed to map file, I guess my internal storage got corrupted too!
Help help help !!!:crying::crying::crying::crying:
Click to expand...
Click to collapse
Please share your solution. I have the exact problem and the same phone
abs03061985 said:
i have the same problem did you get any solution for this. Can't unlock bootload as my usb debugging & oem is not enabled.
Click to expand...
Click to collapse
MY VAR RESULT IF THIS HELPS
(bootloader) version: 0.5
(bootloader) version-bootloader: 2.49.0000
(bootloader) version-baseband: N/A
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 4.14.401.10
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: FA3C4WG01080
(bootloader) imei: *************
(bootloader) meid: 00000000000000
(bootloader) product: t6ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: 0P3P51000
(bootloader) cidnum: HTC__J15
(bootloader) battery-status: good
(bootloader) battery-voltage: 4291mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-d0e3b226
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
This thread is Active or do I need to create a new thread

Categories

Resources