Hi everyone, my phone is Htc one m7 swisscom, The other day I made the update then is restart and did not work anymore, just rebooted. I made factory reset and all files have been deleted. I tried then to go into recovery to install any other version of Android but not boot recovery. I have tried different recovery by installed, but when I try to go into recovery, and not boot ...
If anyone can help me, what else should do??? Thnx.
Mar1nc3 said:
Hi everyone, my phone is Htc one m7 swisscom, The other day I made the update then is restart and did not work anymore, just rebooted. I made factory reset and all files have been deleted. I tried then to go into recovery to install any other version of Android but not boot recovery. I have tried different recovery by installed, but when I try to go into recovery, and not boot ...
If anyone can help me, what else should do??? Thnx.
Click to expand...
Click to collapse
First you should check the FAQ and see the information needed to make a request for help. We need the results from fastboot getvar all (minus your serial no. and IMEI). This will tell your software version, your mid, your cid, so we can try and help you find the files to fix your phone
Try to flash a costume Recovery
Sent from my GT-I9082 using xda app-developers app
clsA said:
First you should check the FAQ and see the information needed to make a request for help. We need the results from fastboot getvar all (minus your serial no. and IMEI). This will tell your software version, your mid, your cid, so we can try and help you find the files to fix your phone
Click to expand...
Click to collapse
@Mar1nc3
You could have posted it here, your phone is
hboot: 1.57
s-on
5.16.161.2
VODAP110
You have to go to HTCDEV.com and unlock your bootloader to flash roms
Unlock the bootloader at HTCDEV
then from fastboot USB
Flash recovery TWRP 2.6.3.3
http://techerrata.com/browse/twrp2/m7
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
then sideload this Rom to your phone
http://www.androidrevolution.org/downloader/download.php?file=Android_Revolution_HD-One_84.0.zip
TWRP / Advanced / ADB Sideload - swipe to sideload
From PC adb / fastboot folder
you use
adb sideload name-of-rom.zip
make sure the rom is in the same folder as adb / fastboot
Click to expand...
Click to collapse
Ok, thank you for help (Y)
Spice Dream UNO (Android One)
i have unlocked the bootloader of my spice dream uno, philz recovery and im running the 5.1 phillipines version (i think so) of android 5.1...
Can anyone make a guide on reverting back to the stock kitkat for my phone as i got it on my first day so i can make the official OTA update to android 5.1??
I searched for this but it seems after reverting the phone ends up with some IMEI problems. so im asking here to make a safe guide for people out there including me using SPICE DREAM UNO to have a safe return to kitkat so we can make the official 5.1 update.
I might help you
cybercop007 said:
Spice Dream UNO (Android One)
i have unlocked the bootloader of my spice dream uno, philz recovery and im running the 5.1 phillipines version (i think so) of android 5.1...
Can anyone make a guide on reverting back to the stock kitkat for my phone as i got it on my first day so i can make the official OTA update to android 5.1??
I searched for this but it seems after reverting the phone ends up with some IMEI problems. so im asking here to make a safe guide for people out there including me using SPICE DREAM UNO to have a safe return to kitkat so we can make the official 5.1 update.
Click to expand...
Click to collapse
See.... i know there might be many problems with SPflash tools to work with many users as u may have got many disappointments as i have got. I tried Running it but never get it done with sp flash tools... So i would tell you a fastboot method which you can do to restore your stock kitkat rom by some easy commands....
FIRST Of all ....
REQUIREMENTS:
1. You should have fastboot adb folder in ur pc...
2. STOCK ROM (sprout) google it you would find it in xda
PROCEDURE:
1. Go to fastboot mode in ur mobile (i presume that u know how to do that or if u don't know just google it)
2. Open the Adb fastboot folder
3. Press SHIFT+rightclick -> Open command window here
4. Copy the stock rom files into adb fastboot folder.
5. Check if your smarthphone is connected or not by typing: fastboot devices
6. Now perform these commands one by one:
fastboot format userdata
fastboot erase system
fastboot flash boot boot.img
fastboot flash bootloader bootloader.img
fastboot flash cache cache.img
fastboot flash logo logo.bin
fastboot flash oem oem.img
fastboot flash preloader preloader_sprout.bin
fastboot flash recovery recovery.img
fastboot flash secro secro.img
fastboot flash system system.img
fastboot flash userdata userdata.img
7. Now unlock your bootloader by typing: fastboot oem lock
or you could do this with All in one tool for our device
8. reboot ur device ... and voila..... it stock kitkat....
NO Update!!
bvipul said:
So i would tell you a fastboot method which you can do to restore your stock kitkat rom by some easy commands....
fastboot flash preloader preloader_sprout.img
Click to expand...
Click to collapse
its "fastboot flash preloader preloader_sprout.bin" anyway this method brought me back to kitkat. Thanks.
Now i go to about phone -> system updates and click "Check for update" it shows your system is up to date and the Last checked for update as the current time. Did Indian android ones(Spice dream uno) get lollipop update or not?? Why isn't the update available for me??
stage process
cybercop007 said:
its "fastboot flash preloader preloader_sprout.bin" anyway this method brought me back to kitkat. Thanks.
Now i go to about phone -> system updates and click "Check for update" it shows your system is up to date and the Last checked for update as the current time. Did Indian android ones(Spice dream uno) get lollipop update or not?? Why isn't the update available for me??
Click to expand...
Click to collapse
I think u didn't the procedure or have not seen the news about the update coz ..u should know that ..update procedure is not available for all right now..
It is in a weekly manner...they are giving updates to a small number of users right now...but there is a news that....every android one devices would get updated by the new lollipop till 23rd of march...so wait for it for some more time......
Lollipop??
bvipul said:
See.... i know there might be many problems with SPflash tools to work with many users as u may have got many disappointments as i have got. I tried Running it but never get it done with sp flash tools... So i would tell you a fastboot method which you can do to restore your stock kitkat rom by some easy commands....
FIRST Of all ....
REQUIREMENTS:
1. You should have fastboot adb folder in ur pc...
2. STOCK ROM (sprout) google it you would find it in xda
PROCEDURE:
1. Go to fastboot mode in ur mobile (i presume that u know how to do that or if u don't know just google it)
2. Open the Adb fastboot folder
3. Press SHIFT+rightclick -> Open command window here
4. Copy the stock rom files into adb fastboot folder.
5. Check if your smarthphone is connected or not by typing: fastboot devices
6. Now perform these commands one by one:
fastboot format userdata
fastboot erase system
fastboot flash boot boot.img
fastboot flash bootloader bootloader.img
fastboot flash cache cache.img
fastboot flash logo logo.bin
fastboot flash oem oem.img
fastboot flash preloader preloader_sprout.bin
fastboot flash recovery recovery.img
fastboot flash secro secro.img
fastboot flash system system.img
fastboot flash userdata userdata.img
7. Now unlock your bootloader by typing: fastboot oem lock
or you could do this with All in one tool for our device
8. reboot ur device ... and voila..... it stock kitkat....
Click to expand...
Click to collapse
for flashing stock lollipop rom the commands and the procedure are same?? since i find some more extra files are present in the stock rom folder i was wondering whether there is a difference between the kikkat stock flashing procedure and lollipop procedure.
cybercop007 said:
Spice Dream UNO (Android One)
i have unlocked the bootloader of my spice dream uno, philz recovery and im running the 5.1 phillipines version (i think so) of android 5.1...
Can anyone make a guide on reverting back to the stock kitkat for my phone as i got it on my first day so i can make the official OTA update to android 5.1??
I searched for this but it seems after reverting the phone ends up with some IMEI problems. so im asking here to make a safe guide for people out there including me using SPICE DREAM UNO to have a safe return to kitkat so we can make the official 5.1 update.
Click to expand...
Click to collapse
Just flash the stock rom via the flash tools no worries
Guys I followed the steps to unlock the m7wls before and unlocked it and using it for 8 months but now one day it went mayheim I can't flash any thing in adb so I tried to Ruu in fastboot the bootloader is not relocking and I am unable to go to RebootRuu mode too in fastboot
The phone still has twrp recovery 2.7.1.1 but I am unable to update to latest version
It showed flashed in fastboot but in recovery same old version exsist
Help me revive this phone
Regards
Can anyone tell me what this (remote: Flashing is not allowed in Lock State).
What exactly is locked? Is my cell OEM unlocked?
I flashed the wrong TWRP (for the 2017 Red Magic-NX209J) and even though I have been able to unlock my cell via CMD commands; it remains permanently in fastboot mode?
If I send a CMD command to reboot it reboots straight back to fastboot mode.
No form of ADB connect seems to work an my windows PC cannot see/show the cell?
How the hell do I fix this? It's been in this state for a week.
Can anyone help?
Meaby try this?
Then, to unlock your bootloader, enter "fastboot oem nubia_unlock NUBIA_NX629J"
And meaby try the recovery backup instead of TWRP.
xronaldx said:
Meaby try this?
Then, to unlock your bootloader, enter "fastboot oem nubia_unlock NUBIA_NX629J"
And meaby try the recovery backup instead of TWRP.
Click to expand...
Click to collapse
Thanks for the suggestion. I have no recovery back up Is it possible to get past TWRP being locked and use CMD to flash the International or chinese ROM? Or recovery image?
Unless tools are developed to unbrick this device I am scared this problem might be permanent
Download this twrp, and then upload it to google drive or something so the rest of us can download it too .
Password is: 6i3i
https://pan.baidu.com/s/1ZdMPjm2fEwt...06770439204444
Secretcow said:
Download this twrp, and then upload it to google drive or something so the rest of us can download it too .
Password is: 6i3i
https://pan.baidu.com/s/1ZdMPjm2fEwt...06770439204444
Click to expand...
Click to collapse
Thanks but what do i do with it? Its all in an asain language?
Link not open bro
The TWRP does not work
Sorry. That link to the twrp does not result in a bootable twrp recovery for me.
I am starting to think my cell is not fixable.
I did not do that much wrong I just flashed the twrp for 2 models of red magic earlier. It only has a fastboot mode. I either get a boot screen then fastboot mode or a warning about the bootloader being unlocked.
Whatever is wrong with my cell prevents ADB connect an the cell is not able to be seen by windows.
This $1100 New Zealand dollar cellphone may be permanently bricked by my mistake.
I might just need to bin it an buy another one.
Lesson learned.
It confusing....
My cell acts like it has a softbrick (can turn off an on an has fastboot options and I have erased it an OEm an bootloader unlocked it)
And also behaves like a hard brick (resists every method of repair).
I just do not understand it or Nubia products. I am unfamiliar with this phone.
Does anyone have any clue how I can see this cell on my windows pc or ADB connect it an boot into TWRP?
Are there any Nubia repair software tools?
I already share nubia red magic 3 twrp check my all post
sandeepkhatri said:
I already share nubia red magic 3 twrp check my all post
Click to expand...
Click to collapse
Thanks for that. I'm talking about using CMD to totally wipe everything in the cell an reflash the Chinese ROM that came with it. Repair software. Might take months to develop software like that.
sandeepkhatri said:
I already share nubia red magic 3 twrp check my all post
Click to expand...
Click to collapse
Also it isn't a zip. It's some other kind of file. And does not boot into TWRP on my unit
So are you able to unlock your bootloader in its current state?
If you have an older TWRP installed maybe try changing the model on your bootloader command to match it:
fastboot oem nubia_unlock NUBIA_NX209J
If this works then flash the correct TWRP and the boot IMG from your original rom
fastboot flash recovery <new recovery>
fastboot reboot bootloader
Sent from my NX629J using Tapatalk
terrapin4 said:
So are you able to unlock your bootloader in its current state?
If you have an older TWRP installed maybe try changing the model on your bootloader command to match it:
fastboot oem nubia_unlock NUBIA_NX209J
If this works then flash the correct TWRP and the boot IMG from your original rom
fastboot flash recovery <new recovery>
fastboot reboot bootloader
Click to expand...
Click to collapse
Terrapin. Absolutely nothing worked. I am the 3rd person who has had this issue I know of. 2 other xda members had the same issue. One with TWRP like me an the other got stuck in fastboot mode after trying g to flash an apk of Gapps? I think these cells do not like tinkering. But your advice enabled me to be OEM and bootloader unlocked. But always.....straight back to fastboot mode no matter what I flash? My red magic 3 device is currently at a service center with a technician trying to solve the problem. I have 3 repayments left on my Xiaomi Mi9 that has zero flashing issues. O admit i.may be ignorant of the ways of Nubia ?
I did it
I extracted the file system.img
this is what I did ....
starting from the Chinese ROM http://ui.nubia.cn/rom/detail/62
Download download necessary files https://drive.google.com/drive/folders/16in6Jnyi4s5aIIuQwapQ1KK1LjysSfYm?usp=sharing
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash parameter parameter.img
fastboot reboot
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash splash splash.img
fastboot flash modem NON-HLOS.bin
fastboot flash system system.img
fastboot reboot
enter recovery, use a FAT32 pendrive format, add Chinese ROM, rename it (update.zip) to OTG flash.
Everything works again.
good luck.
emmegitony said:
I did it
I extracted the file system.img
this is what I did ....
starting from the Chinese ROM http://ui.nubia.cn/rom/detail/62
Download download necessary files https://drive.google.com/drive/folders/16in6Jnyi4s5aIIuQwapQ1KK1LjysSfYm?usp=sharing
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash parameter parameter.img
fastboot reboot
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash splash splash.img
fastboot flash modem NON-HLOS.bin
fastboot flash system system.img
fastboot reboot
enter recovery, use a FAT32 pendrive format, add Chinese ROM, rename it (update.zip) to OTG flash.
Everything works again.
good luck.
Click to expand...
Click to collapse
Thank God. Maybe the Chinese service guy I'm paying will get on xda an try your idea. I'm being lazy saying that lol. Thanks very very much. I will show your post to the service guy who has my red magic 3 or try it myself.
There's no way your a junior member working all this out. I'm a junior member listed as a senior member who makes rookie flashing errors with Chinese cellphones lol.
I will share if I can implement your ideas successfully. Thanks buddy my missus really loved this phone I felt really bad when I incapacitated it.
Fingers crossed.....
I have no idea how did you managed to flash the system.img
C:\adb>fastboot flash system system.img
target reported max download size of 805306368 bytes
Invalid sparse file format at header magi
LE: After this error, somehow it manages to continue and flash all partitions of the system, but after above tutorial, the phone still reboots in fastboot mode and cannot access recovery
The solution is here:
https://forum.xda-developers.com/re...tboot-mode-t3937527/post79715050#post79715050
sakilxda said:
The solution is here:
https://forum.xda-developers.com/re...tboot-mode-t3937527/post79715050#post79715050
Click to expand...
Click to collapse
Thanks for the help. I do not understand some of the commands an cannot seem to get them right? And I do not understand why the instructions say to cmd flash the image (IMG) via command prompt (which just errors like the strange NON-HLOS command?) Then the instructions say to flash the Chinese rom via otg?
Are you supposed to flash the ROM twice?
Can someone please give me some more detailed instructions as this cell has been non functional about 2 months now.
Planning to fix it an give it to my partner
Bryceicle1971 said:
Thanks for the help. I do not understand some of the commands an cannot seem to get them right? And I do not understand why the instructions say to cmd flash the image (IMG) via command prompt (which just errors like the strange NON-HLOS command?) Then the instructions say to flash the Chinese rom via otg?
Are you supposed to flash the ROM twice?
Can someone please give me some more detailed instructions as this cell has been non functional about 2 months now.
Planning to fix it an give it to my partner
Click to expand...
Click to collapse
Hane you fixed the phone or not?
JerryYin said:
Hane you fixed the phone or not?
Click to expand...
Click to collapse
No still not working. Might try again when I have spare time. Very hard cellphone to fix
Bryceicle1971 said:
No still not working. Might try again when I have spare time. Very hard cellphone to fix
Click to expand...
Click to collapse
My suggestions is, download a full sd card update package, unlock the bootloader temporarily,extract the update file and flash the vbmeta.img to vbmeta partion, then flash the recovery.img to recovery partition, after that, try to boot into recovery through bootloader. You have to make sure that you use all the same file from same package, if you are use a low version vbmeta file to boot a high version system (or recovery ) it will not boot. the vbmeta is very important on this phone.
Hallo everybody,
I am trying to unlock my bootloader. I was entering following command and it didn´t fail:
HTML:
fastboot oem nubia_unlock NUBIA_NX609J
I got this:
HTML:
(bootloader) START update nubia fastboot unlock flag!!!
(bootloader) set state to 1 ok!!!
OKAY [ 0.060s]
finished. total time: 0.060s
But when I am in bootloader mode it shows following message:
HTML:
device info:
Secure boot - yes
System is root - 1
Boot is root - 1
Device is root -1
Device state - locked
Because the device is locked I can´t flash a recovery. Can someone help me? How can I fix this?
Try using a different version of adb, you can download it from the Android SDK site.
Try using a different set of adb drivers. Try the ones supplied by ZTE when you connect the device to your computer. (You would uninstall your current ones and reinstall the ZTE drivers).
Could you also provide me with the firmware version?
Cheers.
I have already tried different adb versions. I am on V1.07 of official ROM (Android 8.1.0)
I am using the official ZTE usb drivers. But it won't work. Also I can't update the firmware over the update Center in the settings. It always get stuck while updating and reboots. Maybe the firmware has some troubles
I fixed my issues. I downloaded Chinese firmware and flashed it. after that I flashed international firmware. now i can unlock my bootloader
My apologies for the late reply. Awesome to hear that you have managed to fix the issue.
Florian Bichl said:
I fixed my issues. I downloaded Chinese firmware and flashed it. after that I flashed international firmware. now i can unlock my bootloader
Click to expand...
Click to collapse
Great to know man.