Hi guys, I received a sxl with no firmware. I can only manage to use the clockworkmod. I tried to copy the file from my pc using the command adb push, and even ms-dos says it is everything fine, he writes at what speed, how many bytes and how much time passed, when I go to install zip from sdcard the phone doesn't show me the firmware...
What am I doing wrong???
I was thinking about to try install using sideload,but I don't know how it wok.
Any help?
Regards
using adb sideload is easy:
just type: adb sideload filename.zip
before you have to set in cwm the sideload feature..
Gesendet von HUAWEI Ascend P7-L10 B609 - rooted
by set the feature in cwm you mean just to click on it?
Related
Hey guys, i basically tried installing a new rom onto my HTC, and now it will ONLY boot into CWMT and only shows that on the SD card, is it basically dead?
Oltek said:
Hey guys, i basically tried installing a new rom onto my HTC, and now it will ONLY boot into CWMT and only shows that on the SD card, is it basically dead?
Click to expand...
Click to collapse
Nah mate you're good, guessing it was a 4.2.2 Rom?
You need to plug your phone into your PC, go into adb and drag your rom zip in that folder, rename the zip to Rom.zip and then use the command adb sideload Rom.zip.
This will start an installation
Sent from my HTC One using Tapatalk 4 Beta
MacHackz said:
Nah mate you're good, guessing it was a 4.2.2 Rom?
You need to plug your phone into your PC, go into adb and drag your rom zip in that folder, rename the zip to Rom.zip and then use the command adb sideload Rom.zip.
This will start an installation
Sent from my HTC One using Tapatalk 4 Beta
Click to expand...
Click to collapse
Had the same issue, followed every command under sun and it just wont work for me. I kept on getting an error: closed message, or cannot read sideload message.
In the end, I just decided to do an insurance job.
Hi , so I was messing around with the updated roms of 4.2.2 and I had formatted the SD card after installing the latest version of insertcoin, after which I mistakenly cleared all the data as well including the current rom installed... dumb I know.
So now I'm stuck with only recovery and fastboot access, is there a way to install a new ROM, or stock image using fastboot? Recovery can no longer mount storage due to some recent changes so like I said I'm stuck.. any help is appreciated.
Look for an RUU if your phone has them. You can do that from fastboot.
Sent from my HTC One V using xda app-developers app
I downloaded an RUU but ended up not using it, I was finally able while in recovery to use adb push in order to copy the files, It did not work for me until I renamed the rom to something short like "rom"
This is the command I used while the phone was in the home screen of recovery using TWRP
C:\htcone>adb push rom.zip /sdcard
After entering that command the prompt remain there for about 3minutes until it showed this message:
3583 KB/s (1001782246 bytes in 273.002s)
Once this was done I was able to flash normally and the phone is back in business
So I am going to go sell my HTC One and I wanted to remove the root and revert back to stock. Without thinking twice I deleted everything on the phone and all that remains is TWRP. I have downloaded the stock rom but where I am running into trouble is that my computer is detecting the HTC One as a CD drive. I have tried multiple different solutions that I have read online and cannot seem to fix it. I am just trying to put the stock zip file onto the phones internal memory. I am able to access recovery and twrp. I am just unable to figure out what I need to do to have my computer recognize my phone.
KorayC said:
So I am going to go sell my HTC One and I wanted to remove the root and revert back to stock. Without thinking twice I deleted everything on the phone and all that remains is TWRP. I have downloaded the stock rom but where I am running into trouble is that my computer is detecting the HTC One as a CD drive. I have tried multiple different solutions that I have read online and cannot seem to fix it. I am just trying to put the stock zip file onto the phones internal memory. I am able to access recovery and twrp. I am just unable to figure out what I need to do to have my computer recognize my phone.
Click to expand...
Click to collapse
You need to use adb commands to push or sideload a rom while in twrp recovery.
Put the Rom file in your adb/fastboot folder and rename it rom.zip. Open your adb/fastboot command window.
Boot phone to twrp and connect usb.
In the command window type
Code:
adb push rom.zip /sdcard
The command window will appear unresponsive until the push completes (several minutes)
When it's done install the Rom with twrp recovery.
Sent from my HTC One M7 - ARHD 82.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Danny201281 said:
You need to use adb commands to push or sideload a rom while in twrp recovery.
Put the Rom file in your adb/fastboot folder and rename it rom.zip. Open your adb/fastboot command window.
Boot phone to twrp and connect usb.
In the command window type
Code:
adb push rom.zip /sdcard
The command window will appear unresponsive until the push completes (several minutes)
When it's done install the Rom with twrp recovery.
Sent from my HTC One M7 - ARHD 82.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Click to expand...
Click to collapse
You just saved me the biggest headache ever.... thank you so much.
KorayC said:
You just saved me the biggest headache ever.... thank you so much.
Click to expand...
Click to collapse
I can assume your back up then :good: good job.
Glad I could help
Sent from my HTC One M7 - ARHD 82.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
[Update]: Now it says no OS installed in TWRP. I think I have wiped the os by mistake. Just need to know how to install cm13 image using fastboot or ADB. Please help!
I wasn't aware if SuperSU works with CM13 and I installed the app, on request to update the binaries, I selected TWRP/CWM method because the normal mode didn't work. After the reboot the phone won't load into os, its stuck on the CM boot screen. I don't have a CM image on my sd therefore unable to flash again either. Is there a way to push files (cm img) to my phone? I have adb/adb over network enabled as well from developer options. I just need a way to put files into my sd card and flash using TWRP. Please help! this is urgent! :crying:
[SOLVED][HOW TO]
This is in a situation where you've messed up your system and don't have the image file stored in your sd card for quick flashing. Make sure you're using the latest USB drivers and ADB binaries 1.0.32+
- Get into TWRP
- Swipe to ADB Sideload and enable it
- On your desktop, open command and type "Adb sideload filename.zip" [Filename here is the filename of your flashable zip/rom]
- Once you the installation finishes, reboot twrp normally into system
dibyajyoti said:
I just need a way to put files into my sd card and flash using TWRP. Please help! this is urgent! :crying:
Click to expand...
Click to collapse
Have you tried enabling MTP in TWRP and using a computer to transfer the image over?
Contact me if you have any questions.
R55770 said:
Have you tried enabling MTP in TWRP and using a computer to transfer the image over?
Contact me if you have any questions.
Click to expand...
Click to collapse
MTP shows as enabled - But the device doesn't show up in my pc. I'm connected through USB in TWRP recovery. I have android debugging also enabled, when trying adb push command, it shows adb devices attached as empty.
[Update]: I am trying to push the file using ADB Sideload in TWRP, the error I get is my adb needs to be updated to 1.0.32. How do i get updated adb 1.0.32?
[Update 2]: So I managed to update by ADB on desktop, and push the zip file using adb sideload in twrp. The zip is being installed as I write this. Lets hope this works!
[Update 3]: Got the rom to install via ADB sideload, though all my apps and settings are gone Anyway, I got the phone back for immediate use. Phew!
dibyajyoti said:
MTP shows as enabled - But the device doesn't show up in my pc. I'm connected through USB in TWRP recovery. I have android debugging also enabled, when trying adb push command, it shows adb devices attached as empty.
[Update]: I am trying to push the file using ADB Sideload in TWRP, the error I get is my adb needs to be updated to 1.0.32. How do i get updated adb 1.0.32?
[Update 2]: So I managed to update by ADB on desktop, and push the zip file using adb sideload in twrp. The zip is being installed as I write this. Lets hope this works!
[Update 3]: Got the rom to install via ADB sideload, though all my apps and settings are gone Anyway, I got the phone back for immediate use. Phew!
Click to expand...
Click to collapse
Great. Thanks for letting us know.
Hey everyone, i have been using my rooted huawei p7 for a while without any problems. but when i wanted to fully unroot, it went wrong somewhere. i used rootbrowser to mount system file, and set permissions, i checked all boxes for the top row (user i believe) directly after this my Phone kinda crashed and is stuck in a boot loop.
i can still start up in TWRP recovery, and tried a factory reset but did not work, i tried 'fix permissions' but it gave an error, cannot check permissions after factory reset. please boot rom and try again after you reboot in recovery.
So i hope my Phone is not completely destroyed by this, im not very experienced in this so if anyone has an idea to fix this i will greatly appreciate this.
(also gives me an option to wipe system, dont know if this only wipes the bad files or completely deletes all the Phone basic systems so havent touched that option yet)
i have searched the other similair topics aswell, but dont match this problem unfortunately, do i need to reinstall the huawei p7 firmware as a zip trough twrp? i really hope i dont mess up my Phone any further, i did upgrade it tot lollipop 5.1.1 a while back, dont know if this matters for reanimating the Phone.
thanks in advance (
hi..
so you can still enter twrp..you might boot into fastboot mode..
from there you should be able to flash boot.img and recovery.img from a full update.app (best from the one you want to install - i'm not on actual firmware because i don 't have this phone anymore - but you should find a full update.app here or on huawei website)..
after flashing boot.img and recovery.img you should prepare a sdcard with a folder dload and the update.app in it..
with phone off press all three buttons, hild them until the update screen appears..if everything is ok you can after that setup your phone..
when you do this you loose root!
Gesendet von meinem HUAWEI CRR-L09 mit Tapatalk
blueIBI said:
hi..
so you can still enter twrp..you might boot into fastboot mode..
from there you should be able to flash boot.img and recovery.img from a full update.app (best from the one you want to install - i'm not on actual firmware because i don 't have this phone anymore - but you should find a full update.app here or on huawei website)..
after flashing boot.img and recovery.img you should prepare a sdcard with a folder dload and the update.app in it..
with phone off press all three buttons, hild them until the update screen appears..if everything is ok you can after that setup your phone..
when you do this you loose root!
Gesendet von meinem HUAWEI CRR-L09 mit Tapatalk
Click to expand...
Click to collapse
thanks alot for responding
Yes i can still enter fastboot / rescue mode, but it doesnt let me do much, tells me to connect with a pc and open hisuite, but hisuite cant connect with my Phone unfortunately.
sorry to ask, but how do u flash the imgs? i can only install zip files trough twrp atm
If @blueIBI solution is not working try to extract boot, recovery, cache, system and data images
Now enter twrp an wipe cache, dalvik cache, data, system
Now you will have no OS on your phone
Enter bootloader / fastboot mode and flash the images you extracted above
Now continue with BlueIBI... Dload folder, update.app
This worked for me every time and I softbricked my phone often
you need to install adb drivers..
there should be universal ones around the internet
after that search for adb commands and then it should no big deal to get along
Gesendet von meinem HUAWEI CRR-L09 mit Tapatalk
sweet, i installed adb driver installer
from adbdriver com
it sais adb driver is installed, but does not show any data on my Phone in the screen
i did get the update.app file in the dload map on my sd card ready.
although when i connect it in fast / rescue mode it only tells me to connect trough hisuite wich does open automaticly on connecting it with usb device, but still tells me i cant find my Phone.
if i do a complete wipe on all partitions and start it up in recovery mode or fast / rescue mode will it then automaticly start with the update.app and reinstall the Phone os itself?
and the update.app was only like 18 or 19 kb is that okay? (sorry for all the questions im a little bit stressed out by this, and maybe a bit in over my head)
really appreciate both of you helping hope we can get there
and i could not find the boot.img or recovery.img , tried googling for it, or should it be located on my Phone or sd ?
edit:
adb driver installer now does show my Phone, device status: ok
(does extracting the files means just copy / move them from my Phone itself to SD or another map or something?)
if i do a complete wipe on all partitions and start it up in recovery mode or fast / rescue mode will it then automaticly start with the update.app and reinstall the Phone os itself?
since you have twrp still as recovery you can't flash stock update.app..
the update.app file should be around 1,5 to 2 GB in size..
sometimes they are in zip format so you have to unzip it first (there should be only the update.app and maybe a folder and a pdf file in it)..
so your phone is recognized by pc.. that is good..
now you are able to flash img files..
you need the update.app file you want to install (remember that it has to be a full firmware)..
with ohone in fastboot/rescue mode connected to pc, turn off the hisuite program..
then open inside the adb folder a command window as admin..
then type in this window the following:
fastboot devices (enter button after that)
now you should get some weird number..then everything is ok
for further flashing i recommend to look inside the update extractor thread on p6 forum and use the search with keywords: flash img or update.app..
there should be a lot of threads which describe this way..
good luck
Gesendet von meinem HUAWEI CRR-L09 mit Tapatalk