Related
Dear Developers
I have successfully unlock & rooted my phone through htcdev..m having some bugs in my custom rom,i had recently update my rom from htc service centre before root it.sometime its restarts again n again so i need stock rom & guide to flash it so i can get back to my orignal rom...
plz do the needful
Custom ROM? You have SuperOSR or CyanogenMod?
You said something about "i had recently update my rom from htc service centre "..
What ROM do you have?
dear alex
i have stock rom andrid 2.3.5
software version-1.57.720.1
Then you don't have a custom ROM, lol
It's stock ROM, just reset your phone to factory data from Settings.
i know dat if i do factory reset then i got the stock rom....
i will get all application back those i had deleted like facebook system applications & All
munishjoshi said:
Dear Developers
I have successfully unlock & rooted my phone through htcdev..m having some bugs in my custom rom,i had recently update my rom from htc service centre before root it.sometime its restarts again n again so i need stock rom & guide to flash it so i can get back to my orignal rom...
plz do the needful
Click to expand...
Click to collapse
http://www.4shared.com/file/eJD86RlV/ruu_chacha_htc_asia_wwe_157707.html
there you go.. enjoy
how we cam flash it....i have S-ON
munishjoshi said:
how we cam flash it....i have S-ON
Click to expand...
Click to collapse
I'll try to help:
1. download the ROM from here:
http[:][doubleslash]alex.swtesting.ro[slash]downloads[slash]ruu_chacha_htc_asia_wwe_1.57.707.2_radio_47.23.35.3033h_7.51.35.19_release_228383_signed[dot]zip
2. extract and copy the system.img to the same directory as your fastboot tools
3. enter the fastboot mode by pressing volume down + power button after the device has been turned off.
4. choose fastboot by pressing power button, and then connect your phone to your PC
5. using fastboot tools, run this command on cmd: "fastboot flash system system.img"
6. run factory reset on your phone fastboot menu...
wait until reboot, and in my case: voila, it brings all the apps back
does this support arabic? oh and can you identify which apk is responsible for the world countries when you try choose a location for worldwide clock? cause i deleted that it seems and have no idea which one it was. and if you know which one it is, if there's a link for it or if the link above, contains it.thanks
hararilmi said:
I'll try to help:
1. download the ROM from here:
http[:][doubleslash]alex.swtesting.ro[slash]downloads[slash]ruu_chacha_htc_asia_wwe_1.57.707.2_radio_47.23.35.3033h_7.51.35.19_release_228383_signed[dot]zip
2. extract and copy the system.img to the same directory as your fastboot tools
3. enter the fastboot mode by pressing volume down + power button after the device has been turned off.
4. choose fastboot by pressing power button, and then connect your phone to your PC
5. using fastboot tools, run this command on cmd: "fastboot flash system system.img"
6. run factory reset on your phone fastboot menu...
wait until reboot, and in my case: voila, it brings all the apps back
Click to expand...
Click to collapse
I tried it.. but it is giving me Signature verification error. Need some help
hrishikol said:
I tried it.. but it is giving me Signature verification error. Need some help
Click to expand...
Click to collapse
does your boot loader have the tag **unlocked** ? only if it has unlocked tag you can install using fastboot else you get the error. unlock your bootloader, flash the zip/image, once done relock the bootloader if you need.
to unlock the bootloader using htcdev.. i need to update the software to 1.57.. and i am getting signature error ehile doing so using the patch provided earlier in the thread
hrishikol said:
to unlock the bootloader using htcdev.. i need to update the software to 1.57.. and i am getting signature error ehile doing so using the patch provided earlier in the thread
Click to expand...
Click to collapse
Yes you need to update your boot loader. Download the RUU from HTCDev. run the ruu and check for the rom.zip file in temp folder. rename the rom.zip to PH06IMG.zip and update the zip file through bootloader(power + volume key method). Then your bootloader will be updated. Revert if any errors.
Dont use the patch, try the official version. It will work.
Hi hrishikol ,
i did a deodex to my phone app and now the chacha is stuck at the HTC logo,
can you please give me ideas on how to solve this problem?
i have installed CWM,in order to flush a ROM ,
but it is not functioning properly
The Guides above are incomplete ( missing a few steps ) and will result in boot loop most of the time. the correct procedure is :
Part 1 : Setting up Fastboot.
1. Make sure you have java installed, if not get it from here : http://java.com/ and install it.
2. Download the Android SDK manager from here : http://developer.android.com/sdk/index.html ( get the exe download )
3. Install SDK manager, then run the android SDK manager.
4. Once launched it will show you available updates, choose ONLY these two "Android SDK Platform Tools and Android SDK Tools" and update them.
5. After update is complete close the sdk manager and go to the SDK manager platform-tools folder, normal path is : ( C:\Program Files\Android\android-sdk\platform-tools )
6. Copy the following 3 files from this folder : "adb.exe" , "AdbWinApi.dll" and "fastboot.exe"
7. go to your c drive ( c:\ ) and make a new directory called "fastboottools"
8. copy the 3 files above into your fastboottools folder.
9. so now your should have a folder like this : "c:\Fastboottools" with the following 3 files in it "adb.exe" , "AdbWinApi.dll" and "fastboot.exe".
Click to expand...
Click to collapse
That is it, Fastboot tools is setup. Proceed to next guide.
Flashing guide :
1. download the ROM from here:
ruu_chacha_htc_asia_wwe_1.57.707.2_radio_47.23.35. 3033h_7.51.35.19_release_228383_signed.zip
2. Extract and copy the system.img AND boot.img to the same directory as your fastboot tools "C:/fastboottools" ( make sure to copy both files )
3. Enter the fastboot mode on your phone by pressing volume down + power button after the device has been turned off.
4. Choose fastboot on the phone by pressing power button, and then connect your phone to your PC
5. Using fastboot tools, open the Command prompt and navigate to "C:\fastboottools" then run this command on cmd: "fastboot flash system system.img"
6. Dont reboot, Using fastboot tools, run this command on cmd: "fastboot flash boot boot.img"
( The two commands in step 5 and 6 are different, make sure to type each one correctly and to do them straight after each other )
7. Reboot phone. let it boot up, you will still get bootloop or error message.
8. Take out the battery.
9. Boot back into bootloader ( Volume down + power ).
10. Now choose recovery.
11. Phone should now reboot itself and bam, all should now work fine.
Click to expand...
Click to collapse
after trying EVERYTHING else, this is the method that worked for me, i tried to cover every step possible ( alot of the other guides skipped few steps and that is where i got problems ).
hope this helps.
still was getting bootloop ... then i cleared cache, full wipe and cleared davlik ... then it magically booted
thanks all
raymerjacque said:
The Guides above are incomplete ( missing a few steps ) and will result in boot loop most of the time. the correct procedure is :
Part 1 : Setting up Fastboot.
That is it, Fastboot tools is setup. Proceed to next guide.
Flashing guide :
after trying EVERYTHING else, this is the method that worked for me, i tried to cover every step possible ( alot of the other guides skipped few steps and that is where i got problems ).
hope this helps.
Click to expand...
Click to collapse
I just rooted my phone last night. I tried to flash cynanogen 10 and forgot to back up the the stock rom. I haven't done this since my last phone. But I got stuck at the cynanogen bootloader screen. I tried to get back to recovery mode but it won"t go. Can someone please help me and give very detailed instructions to get my phone unbricked pleeeeease? I don"t want to to buy another phone. Thank you.
How long did u wait at boot logo screen first boot can take a while and did u flash boot. Img? Are u t mob?
Sent from a man, using a mobile phone
1. Wipe
2. Flash
3. Wipe cache
4. Fastboot boot.IMG
5. Boot
6. Reboot
7. Flash gapps
8. Wipe cache
9. Enjoy the speed
Note this method will only work for hboot under 1.13
k1llacanon said:
How long did u wait at boot logo screen first boot can take a while and did u flash boot. Img? Are u t mob?
Sent from a man, using a mobile phone
Click to expand...
Click to collapse
All I know is that I downloaded the ROM from here, used CWM to flash it on, phone said update installed and rebooted the phone. I waited for an hour and it still did nothing past the bootload screen. Also, yes I'm t-mobile.
Fredfly said:
1. Wipe
2. Flash
3. Wipe cache
4. Fastboot boot.IMG
5. Boot
6. Reboot
7. Flash gapps
8. Wipe cache
9. Enjoy the speed
Note this method will only work for hboot under 1.13
Click to expand...
Click to collapse
If I can't get into recovery, how do I do this, or what can I use to do this?
Fredfly said:
1. Wipe
2. Flash
3. Wipe cache
4. Fastboot boot.IMG
5. Boot
6. Reboot
7. Flash gapps
8. Wipe cache
9. Enjoy the speed
Note this method will only work for hboot under 1.13
Click to expand...
Click to collapse
I have hboot 1.14
Can get ur phone into bootloader mode or fastboot...if yea...then u cn save ur phone...i faced the same problem some days back...and successfully recovered my phone and nw i am using energy rom...
Sent from my HTC VLE_U using xda app-developers app
Okay, let's try something.
Check your drivers on the PC, make sure you have ADB (from Android SDK or other sources).
Power on the phone, plug it in the PC.
Check if any drivers are installing/updating. Also check Device Manager to see if the device is seen in there.
If the PC sees the phone, open a cmd window and navigate to the directory where you have ADB (if using the android SDK, it should be in the tools folder of the installation directory).
In the cmd window, once in the directory containing the ADB, type "adb devices". You should see something about adb server stopping and starting, than, if everything alright, you should see the device as a number.
If you can see your phone, that means you're saved. Just run the command "adb reboot bootloader" and you're good to go.
If the phone cannot be seen by the PC, try and boot the phone holding vloume - pressed, try this with volume + too. Or simply google on how to boot the phone in bootloader mode.
Once in bootloader, again, you're saved. You can go ti fastboot usb mode and from there, do whatever you need to do.
Ruwin said:
Okay, let's try something.
Check your drivers on the PC, make sure you have ADB (from Android SDK or other sources).
Power on the phone, plug it in the PC.
Check if any drivers are installing/updating. Also check Device Manager to see if the device is seen in there.
If the PC sees the phone, open a cmd window and navigate to the directory where you have ADB (if using the android SDK, it should be in the tools folder of the installation directory).
In the cmd window, once in the directory containing the ADB, type "adb devices". You should see something about adb server stopping and starting, than, if everything alright, you should see the device as a number.
If you can see your phone, that means you're saved. Just run the command "adb reboot bootloader" and you're good to go.
If the phone cannot be seen by the PC, try and boot the phone holding vloume - pressed, try this with volume + too. Or simply google on how to boot the phone in bootloader mode.
Once in bootloader, again, you're saved. You can go ti fastboot usb mode and from there, do whatever you need to do.
Click to expand...
Click to collapse
Ok, I downloaded the sdk and my computer recognizes the phone, and I can get into recovery mode, I did a factory reset but it did nothing.
Ruwin said:
Okay, let's try something.
Check your drivers on the PC, make sure you have ADB (from Android SDK or other sources).
Power on the phone, plug it in the PC.
Check if any drivers are installing/updating. Also check Device Manager to see if the device is seen in there.
If the PC sees the phone, open a cmd window and navigate to the directory where you have ADB (if using the android SDK, it should be in the tools folder of the installation directory).
In the cmd window, once in the directory containing the ADB, type "adb devices". You should see something about adb server stopping and starting, than, if everything alright, you should see the device as a number.
If you can see your phone, that means you're saved. Just run the command "adb reboot bootloader" and you're good to go.
If the phone cannot be seen by the PC, try and boot the phone holding vloume - pressed, try this with volume + too. Or simply google on how to boot the phone in bootloader mode.
Once in bootloader, again, you're saved. You can go ti fastboot usb mode and from there, do whatever you need to do.
Click to expand...
Click to collapse
It keeps telling me device not ready
marcus8141981 said:
I just rooted my phone last night. I tried to flash cynanogen 10 and forgot to back up the the stock rom. I haven't done this since my last phone. But I got stuck at the cynanogen bootloader screen. I tried to get back to recovery mode but it won"t go. Can someone please help me and give very detailed instructions to get my phone unbricked pleeeeease? I don"t want to to buy another phone. Thank you.
Click to expand...
Click to collapse
I git it fixed. I thank everyone for their help.
marcus8141981 said:
It keeps telling me device not ready
Click to expand...
Click to collapse
Can you give me more details? Where do you see that message and when exactly? Maybe an ADB logcat?
If you can get into fastboot usb, you can easily google for flashing solutions using fastboot.
always good to say how you fixed it for others who may have similar issue--
Ruwin said:
Okay, let's try something.
Check your drivers on the PC, make sure you have ADB (from Android SDK or other sources).
Power on the phone, plug it in the PC.
Check if any drivers are installing/updating. Also check Device Manager to see if the device is seen in there.
If the PC sees the phone, open a cmd window and navigate to the directory where you have ADB (if using the android SDK, it should be in the tools folder of the installation directory).
In the cmd window, once in the directory containing the ADB, type "adb devices". You should see something about adb server stopping and starting, than, if everything alright, you should see the device as a number.
If you can see your phone, that means you're saved. Just run the command "adb reboot bootloader" and you're good to go.
If the phone cannot be seen by the PC, try and boot the phone holding vloume - pressed, try this with volume + too. Or simply google on how to boot the phone in bootloader mode.
Once in bootloader, again, you're saved. You can go ti fastboot usb mode and from there, do whatever you need to do.
Click to expand...
Click to collapse
I do that and my phone just keeps flickering and goes back in to cwm recovery. Please any ideas?
I update the phone SKU = TW to WW, in the process of updating the device stands at around 30%, which does not run on the next stop. I waited over 30 minutes still the same and I reset the phone and the result is brick, just boot up black screen and USB symbol, on the discovery fastboot recovery lost.
sorry, my english bad
my zf4 stuck on usb mode too. do you solve it?
please help!!! zenfone 5 hard bootlop/bricked
please help!!! zenfone 5 hard botlop/bricked, just booting and first screen initial logo. and i dont know serial frmware use first, please guide me to fix it, thanks
jarotsakir said:
please help!!! zenfone 5 hard botlop/bricked, just booting and first screen initial logo. and i dont know serial frmware use first, please guide me to fix it, thanks
Click to expand...
Click to collapse
can you go to fastboot ? hold vol up and turn on your phone if can
download ADB Fastboot n install (google it)
download the windows zenfone 5 driver
download firmware from asus site i use V1.14.40.50 for WW
extract and you get UL-ASUS_T00F-WW-1.14.40.50-user.zip
get fastboot.img, boot.img from the zip and copy to adb folder
rename UL-ASUS_T00F-WW-1.14.40.50-user.zip and move it to adb folder
hold vol up and turn on your phone - should went to fastboot
open cmd and go to adb folder
type the following 2 lines: "fastboot flash fastboot fastboot.img" and "fastboot flash boot boot.img" (look phone screen, should say successfully for both)
go to recovery - wipe data (google zenfone recovery mode - follow the blog guide)
choose apply update from adb
from cmd above type "adb sideload <filename>.zip"
reboot n done
decatz said:
can you go to fastboot ? hold vol up and turn on your phone if can
download ADB Fastboot n install (google it)
download the windows zenfone 5 driver
download firmware from asus site i use V1.14.40.50 for WW
extract and you get UL-ASUS_T00F-WW-1.14.40.50-user.zip
get fastboot.img, boot.img from the zip and copy to adb folder
rename UL-ASUS_T00F-WW-1.14.40.50-user.zip and move it to adb folder
hold vol up and turn on your phone - should went to fastboot
open cmd and go to adb folder
type the following 2 lines: "fastboot flash fastboot fastboot.img" and "fastboot flash boot boot.img" (look phone screen, should say successfully for both)
go to recovery - wipe data (google zenfone recovery mode - follow the blog guide)
choose apply update from adb
from cmd above type "adb sideload <filename>.zip"
reboot n done
Click to expand...
Click to collapse
I can't enter fastboot mode, after I pressed power +volup, just usb logo appear on the screen
harrysuccess said:
I can't enter fastboot mode, after I pressed power +volup, just usb logo appear on the screen
Click to expand...
Click to collapse
I am a Xperia developer but I can guide you through the process.
Download the data and stuff as you have been told.
Make sure your phone is switched off
Press and hold voulme up button and connect your phone to pc
you are in fastboot mode.
decatz said:
can you go to fastboot ? hold vol up and turn on your phone if can
download ADB Fastboot n install (google it)
download the windows zenfone 5 driver
download firmware from asus site i use V1.14.40.50 for WW
extract and you get UL-ASUS_T00F-WW-1.14.40.50-user.zip
get fastboot.img, boot.img from the zip and copy to adb folder
rename UL-ASUS_T00F-WW-1.14.40.50-user.zip and move it to adb folder
hold vol up and turn on your phone - should went to fastboot
open cmd and go to adb folder
type the following 2 lines: "fastboot flash fastboot fastboot.img" and "fastboot flash boot boot.img" (look phone screen, should say successfully for both)
go to recovery - wipe data (google zenfone recovery mode - follow the blog guide)
choose apply update from adb
from cmd above type "adb sideload <filename>.zip"
reboot n done
Click to expand...
Click to collapse
done all but my error is in tmp/update.zip pls help me
help
my asus zenfone 5 WW T00F can't enter droidboot. and stuck on asus logo. how i can flash rom without droidboot?
zenfon 5 stuck on boot screen
decatz said:
can you go to fastboot ? hold vol up and turn on your phone if can
download ADB Fastboot n install (google it)
download the windows zenfone 5 driver
download firmware from asus site i use V1.14.40.50 for WW
extract and you get UL-ASUS_T00F-WW-1.14.40.50-user.zip
get fastboot.img, boot.img from the zip and copy to adb folder
rename UL-ASUS_T00F-WW-1.14.40.50-user.zip and move it to adb folder
hold vol up and turn on your phone - should went to fastboot
open cmd and go to adb folder
type the following 2 lines: "fastboot flash fastboot fastboot.img" and "fastboot flash boot boot.img" (look phone screen, should say successfully for both)
go to recovery - wipe data (google zenfone recovery mode - follow the blog guide)
choose apply update from adb
from cmd above type "adb sideload <filename>.zip"
reboot n done
Click to expand...
Click to collapse
it doesnt work . it still stuck on boot screen .. help me please
My asuszenfone5 had usb logo lots of time, when i tried to update to kitkat. You need to try several times power+ vol up (1sec after) since the device has a power button unresponsive. Then just follow the tutorial people told you. Get usb drivers from microsoft(on win8 must give program installer compatibility mode on XPSP3 and administrator previleges to install it properly)In my case i would have batery logo/usb logo several times before getting access to boot mode (10 min attempts So keep trying dont give up. Its an excelent phone but with power button unresponsive/. The same thing happens while you try to wake up phone after deepsleep mode.
Pedromja said:
My asuszenfone5 had usb logo lots of time, when i tried to update to kitkat. You need to try several times power+ vol up (1sec after) since the device has a power button unresponsive. Then just follow the tutorial people told you. Get usb drivers from microsoft(on win8 must give program installer compatibility mode on XPSP3 and administrator previleges to install it properly)In my case i would have batery logo/usb logo several times before getting access to boot mode (10 min attempts So keep trying dont give up. Its an excelent phone but with power button unresponsive/. The same thing happens while you try to wake up phone after deepsleep mode.
Click to expand...
Click to collapse
is there any other way to get into the bootloader? i'm stucked in the white asus logo.. :crying::crying::crying:
same problem here... android start, then after a sec and a UI error restart continuosly... mine is a CUCC version... i can start in droidboot mode but when i try to use fastboot, (phone is in fastboot cmd waiting) then CMD(download:00cf6400).. and freeze, on windows cmd i get sending fastboot FAILED invalid argument..
some ideas?
decatz said:
can you go to fastboot ? hold vol up and turn on your phone if can
download ADB Fastboot n install (google it)
download the windows zenfone 5 driver
download firmware from asus site i use V1.14.40.50 for WW
extract and you get UL-ASUS_T00F-WW-1.14.40.50-user.zip
get fastboot.img, boot.img from the zip and copy to adb folder
rename UL-ASUS_T00F-WW-1.14.40.50-user.zip and move it to adb folder
hold vol up and turn on your phone - should went to fastboot
open cmd and go to adb folder
type the following 2 lines: "fastboot flash fastboot fastboot.img" and "fastboot flash boot boot.img" (look phone screen, should say successfully for both)
go to recovery - wipe data (google zenfone recovery mode - follow the blog guide)
choose apply update from adb
from cmd above type "adb sideload <filename>.zip"
reboot n done
Click to expand...
Click to collapse
I tried to follow this, but every time the it finished the sideload, I still get an error which says "assert failed : greater_than_int (getprop("ro.build.date.utc").1392739......, and then the installation got aborted. I can't access the internal memory cuz I believed my phone was bricked and when opening the phone, I was just stuck with the loading screen and not getting through.
Got this problem when I tried to update my phone to kitkat. The installation got stuck at about 30% and tried to reset it and now I have this problem.
I appreciate it if someone will see this and reply to me. Thanks
help
Hey everyone i have problem same like before i cant enter droidboot whenever i try to hold power and volume up i just get usb logo hope anyone can help this problem
decatz said:
can you go to fastboot ? hold vol up and turn on your phone if can
download ADB Fastboot n install (google it)
download the windows zenfone 5 driver
download firmware from asus site i use V1.14.40.50 for WW
extract and you get UL-ASUS_T00F-WW-1.14.40.50-user.zip
get fastboot.img, boot.img from the zip and copy to adb folder
rename UL-ASUS_T00F-WW-1.14.40.50-user.zip and move it to adb folder
hold vol up and turn on your phone - should went to fastboot
open cmd and go to adb folder
type the following 2 lines: "fastboot flash fastboot fastboot.img" and "fastboot flash boot boot.img" (look phone screen, should say successfully for both)
go to recovery - wipe data (google zenfone recovery mode - follow the blog guide)
choose apply update from adb
from cmd above type "adb sideload <filename>.zip"
reboot n done
Click to expand...
Click to collapse
please help,,,
my zenfone 5 can't enter to fastboot mode ,,, (i've try to hit power and volume up but still can't enter to fashboot mode) and my phone stuck at boot loop...
bondgibtune said:
please help,,,
my zenfone 5 can't enter to fastboot mode ,,, (i've try to hit power and volume up but still can't enter to fashboot mode) and my phone stuck at boot loop...
Click to expand...
Click to collapse
i get same problem
help me..........
Zenforce 4 same problem?
Similar problem with Asus Zenforce/Zenfone 4, any help?
solution for stuk to usb logo
W4sh said:
Similar problem with Asus Zenforce/Zenfone 4, any help?
Click to expand...
Click to collapse
go to my new blog i solve this problem
engashrafn.blogspot.comwatch the video and it will help you to access to droidboot :good:
eng.naim said:
go to my new blog i solve this problem
engashrafn.blogspot.comwatch the video and it will help you to access to droidboot :good:
Click to expand...
Click to collapse
@eng.naim
Nice try budd, I did the trick with my Zenforce 4_T00i_TW but it does'nt respond after usb plugin'... In fact windows does'nt recognize it since his bricking (no driver match). I've seen something similar as yours on this page http://androidxda.com/flash-stock-rom-using-intel-phone-flash-tool
I've received a message log fom MFT, it says that the xml might be not totally correct or well parsed..
W4sh said:
@eng.naim
Nice try budd, I did the trick with my Zenforce 4_T00i_TW but it does'nt respond after usb plugin'... In fact windows does'nt recognize it since his bricking (no driver match). I've seen something similar as yours on this page
I've received a message log fom MFT, it says that the xml might be not totally correct or well parsed..
Click to expand...
Click to collapse
Im not understand you. your problem is the cloverview driver or the flash.xml not parsed to MFT
if your comp. not recognize Cloverview plus driver try to uninstall any past drivers and reinstall isoc driver from my blog and if any error copy it here and i will try to help you thanks
Hi!
First sorry for my bad english
This guide will help you unbrick the Acer Liquid E600
I'm not responsible for any damage to your device so you follow this guide and flash these files at your own risk.
This system dump is the latest 4.4.2 Kitkat (Belgium) without stock google and acer apps.
The all of stock apps are here: https://drive.google.com/open?id=0B...9rR0pYUldFX3pPSlVkUllfVGljMWx6a2Y3M2d2QUxTNE0
Method 1 CWM backup: (easy)
WORK WITH UNLOCKED BOOTLOADER!
https://drive.google.com/file/d/0Byr5wBifihDyQUVsT2dGT29xeVU/view?usp=sharing
Download the E600 Backup.zip, unpack and copy the clockworkmod folder to the root of external sd card.
How to boot cwm: http://forum.xda-developers.com/general/general/acer-liquid-e600-root-disable-secure-t3081777
Boot into cwm recovery choose the backup and restore - restore from external sd - 1970-01-01.00.09.11 and done.
This rom backup is fully rooted with modified boot.img
Method 2 Fastboot:
Requirements:
- Acer ADB/Fastboot driver https://drive.google.com/open?id=0B...loMzBHcXo3dnJDUnFRZnd4VDRYSkJtN19XbkpyS2ZoTHc
- Installed ADB http://forum.xda-developers.com/showthread.php?t=2588979
- Factory Images
> boot.img https://drive.google.com/open?id=0Byr5wBifihDyNTQySURNdW9DUDQ
> recovery.img https://drive.google.com/open?id=0Byr5wBifihDyZ2RuOEl3Y1lVYW8
> system.img https://drive.google.com/open?id=0Byr5wBifihDyRUhoTnRBdUtFcVU
Steps:
- Install the correct drivers and ADB
- Copy the image files (system, boot,recovery) to your ADB folder on PC.
- Turn your phone on in fastboot mode (press volume down button + power button at same time) When the Acer logo appear connect the phone to PC.
- Now open a command line in your adb folder and type these commands:
fastboot devices
If you see your device on the list (like fastboot abcd1234) go to the next step. If not check the drivers.
fastboot erase boot
fastboot flash boot boot.img
fastboot erase recovery
fastboot flash recovery recovery.img
fastboot erase system
Push the system.img:
You need CWM and Root! http://forum.xda-developers.com/general/general/acer-liquid-e600-root-disable-secure-t3081777
Download the cwm.img https://drive.google.com/file/d/0Byr5wBifihDyNzVIeVZqM21pTXc/view?usp=sharing and copy to adb folder.
Then copy the system.img to root of external sd. Leave your phone in fastboot mode and type:
fastboot boot cwm.img
Your phone will reboot in recovery mode
In recovery menu go to 'Mounts and Storages' and mount the /system
On PC open the Device Manager and make sure your phone on the list "Acer ADB Interface". If not, update driver manually.
now back to command line:
adb shell
dd if=/external_sd/system.img of=/dev/block/mmcblk0p16
If you get the error 'no such file or directory' try this:
dd if=/storage/sdcard1/system.img of=/dev/block/mmcblk0p16
"this will a long procedure because the system is 1,2GB"
finally do a factory reset and reboot
Stock apps: https://drive.google.com/open?id=0B...9rR0pYUldFX3pPSlVkUllfVGljMWx6a2Y3M2d2QUxTNE0
(you need stock apps and priv-apps for the OTA updates in future)
please upload your system.image its error in flashings
please upload your system.image its error in flashings i need this system.image
steamhacker0620 said:
please upload your system.image its error in flashings i need this system.image
Click to expand...
Click to collapse
what's the error message? the system img is work for me
gabcs said:
what's the error message? the system img is work for me
Click to expand...
Click to collapse
not work for me error update failed sa system image
So the flash system command useless, I will delete from the thread. Tried you copy with the dd command? Under the flash section.
"Note: My fastboot unable to write the system.img so I pushed the system with different procedure:
You need CWM and maybe Root!
Download the cwm.img https://drive.google.com/file/d/0Byr...ew?usp=sharing and copy to adb folder.
Then copy the system.img to root of external sd. Leave your phone in fastboot mode and type:
fastboot boot cwm.img
Your phone will reboot in recovery mode
In recovery menu go to 'Mounts and Storages' and mount the /system
On PC open the Device Manager and make sure your phone on the list "Acer ADB Interface". If not, update driver manually.
now back to command line:
adb shell
dd if=/external_sd/system.img of=/dev/block/mmcblk0p16
If you get the error 'no such file or directory' try this:
dd if=/storage/sdcard1/system.img of=/dev/block/mmcblk0p16
Stocks in ACER logo
Is it possible that the memory of my phone had been damaged due to failed rooting ? I accidentally deleted all its parrtition while Im rooting it. Can you help me to recover it ?
hi i did follow this steps now my phone stuck on boot fail
can any one help me thanks
Method 1 CWM backup dont work for me, error on flashing boot image
stuck up on logo
Solved
Stuck at Acer logo solution
First open the phone's bootloader because the boot image in backup not the original one. Unlock the bootloader with adb or replace the aboot.img from the rooting thread, restore my backup and everything will work
after root can't boot
after root (when I installUPDATE-SuperSU-v2.46.zip) can't boot and fastboot
connect usb to PC show QHSUSB_BULK
Are there any way to fix ?
T_T
motelnummber said:
after root (when I installUPDATE-SuperSU-v2.46.zip) can't boot and fastboot
connect usb to PC show QHSUSB_BULK
Are there any way to fix ?
T_T
Click to expand...
Click to collapse
Try to press the power button for 15sec and restart the phone
gabcs said:
Try to press the power button for 15sec and restart the phone
Click to expand...
Click to collapse
IT can not enter the android system and Black screen
use PC connect usb It become multi Partition and can not accessable
I push power + up and down It become qualcomm hs-usb qdloader 9008 (comX)
But I can not find flash package
T_T
Problem after root
Hello everyone I am a new member Osvaldo. I have a problem with an Acer E600 after root. The device does not display the home screen and wifi receives little, and hard to start. What happened to you?
Thank you.
motelnummber said:
IT can not enter the android system and Black screen
use PC connect usb It become multi Partition and can not accessable
I push power + up and down It become qualcomm hs-usb qdloader 9008 (comX)
But I can not find flash package
T_T
Click to expand...
Click to collapse
I had the same problem when I first time rooted the phone. This comes sometimes when you unplug the USB cable in bootloader mode or with adb connection. Why power + up and down? Just hold the power for 15 sec (at black screen) after try turn on. If doesnt work, put the phone to charger and leave 3-4 hours and try again. This always work for me.
osvaldo75 said:
Hello everyone I am a new member Osvaldo. I have a problem with an Acer E600 after root. The device does not display the home screen and wifi receives little, and hard to start. What happened to you?
Thank you.
Click to expand...
Click to collapse
try a factory reset...
Hello, reset phone made, but the phone stays on the written ACER.
If I remove the battery for a long time then you start and I always have to enter the data, country, language, etc. but the home screen is no longer visible, only works the drop-down menu and then from there I can give the settings.
I have to throw away? I hope not, it's a nice phone ...
bootloader mode & boot to android OS is not work
My situation is no bootloader mode and reboot into android OS it will crash and black screen again and again
It is seem only qualcomm hs-usb qdloader 9008 (comX) still work ,
but qpst or miflash that done't have hex or mxx
firmware to fix
I have google a month
T_T
motelnummber said:
after root (when I installUPDATE-SuperSU-v2.46.zip) can't boot and fastboot
connect usb to PC show QHSUSB_BULK
Are there any way to fix ?
T_T
Click to expand...
Click to collapse
can any help me to open my ACER liquid e6000
i enter in fastboot but stock and i press Vol Up+Vol Down+ Power Button
then suddenly power off then won't open ever i press Vol+Down+Button
help me please
Thanks
Reden1994 said:
can any help me to open my ACER liquid e6000
i enter in fastboot but stock and i press Vol Up+Vol Down+ Power Button
then suddenly power off then won't open ever i press Vol+Down+Button
help me please
Click to expand...
Click to collapse
Help~
can't mount system
hello guys, i can't mount the system using method 2, i followed the procedure step by step. where i have gone wrong?
also in device manager, there appears to be a missing driver named open_c, during recovery mode,
hope you can help me, thanks
My OPO is 100% stock currently running the second latest OTA update(coz I'd received a notification saying theres new update today but i haven't updated)
It was working perfectly fine until just now when I withdraw it from my pocket it shows the 1+ Powered by android loading screen.
I re-booted and it stuck at the same screen. I then boot into recovery and factory reset, wipe data wipe cache and boot and its still stucking at the same loading screen.
P/S : I was on wifi for a while in the cafe maybe it had downloaded the new OTA and maybe when the screen rubs against my pants in my pocket idk how it unlocks itself and it update itself with the downloaded(maybe) software update and eventually it dies. This might be one of the possibilities because if otherwise, it just dies itself without reason lel.
I've researched abit and someone suggested me to flash a stock rom using fastboot mode and PC adb command prompt which idk wtf is that lel. But in order to use that u need to unlock bootloader right, being 100% stock my bootloader is probably locked right?
omfg please guide me through this i need to solve this asap i dont have a backup phone. :silly::silly::silly::silly::silly::silly:
kingdew11 said:
My OPO is 100% stock currently running the second latest OTA update(coz I'd received a notification saying theres new update today but i haven't updated)
It was working perfectly fine until just now when I withdraw it from my pocket it shows the 1 Powered by android loading screen.
I re-booted and it stuck at the same screen. I then boot into recovery and factory reset, wipe data wipe cache and boot and its still stucking at the same loading screen.
P/S : I was on wifi for a while in the cafe maybe it had downloaded the new OTA and maybe when the screen rubs against my pants in my pocket idk how it unlocks itself and it update itself with the downloaded(maybe) software update and eventually it dies. This might be one of the possibilities because if otherwise, it just dies itself without reason lel.
I've researched abit and someone suggested me to flash a stock rom using fastboot mode and PC adb command prompt which idk wtf is that lel. But in order to use that u need to unlock bootloader right, being 100% stock my bootloader is probably locked right?
omfg please guide me through this i need to solve this asap i dont have a backup phone. :silly::silly::silly::silly::silly::silly:
Click to expand...
Click to collapse
Follow this
http://forum.xda-developers.com/oneplus-one/help/solved-how-to-recover-oneplus-soft-t2864800
OR
Agai u can manually download any cm firmware
Then go to recovery
Factory reset
And flash desired firmware
FOLLOW this ( this is cm12 os)
http://webtrickz.com/guide-to-update-oneplus-one-to-cm12-lollipop-os/
If u don't like lollipop u can flash cm11s
FOLLOW this
http://www.technobuzz.net/update-oneplus-one-cm-11s-44s-resolve-several-bug-fixes/
note: u can find most guides on Google just search with keywords of your problems
Second mentioned flashing methods are most easiest prrocess
Factory reset and flash u r zip file
Problem solved. Detailed solutions for noobs like me!
OKAY here is what I DID. it may not work for u, but it worked for me. so if ur gonna follow these steps do it at ur own risk. and please dont expect me to helpp u to counter any special circumstances i.e. any condition not stated here coz im a perfect noob too, lel.
FYI this is called flashing roms in fastboot mode. And i had successfully flashed my OPO back into CM12.
STEPS :
Using a windows PC:
1) Download the UNIVERSAL ABD driver for Windows and freaking INSTALL IT.
2) Download the OnePlus One CM12 factory image “cm-12.0-YNG1TAS0YL-bacon-signed-fastboot.zip” (fastboot flashable package).
3) Download the flashing tools. ( it contains 4 things: adb.exe AdbWinApi.dll AdbUsbWinApi.dll and fastboot.exe)
the download links are available from this link:
ok im not allowed to attach links but u can search for it " webtrickz[dot]com how to flash cm12 factory image fastboot mode"
however, the steps given in the above link are crappy as well so follow mine =P just do the downloadings only from there.
4) Extract the 4 things from the flashing tools zip file into a folder, name it whatever****ing folder u want. we call it folder X.
5) and then extract all the things in the CM12 rom zip file into folder X.
6) Boot ur phone into fastboot mode simply by pressing and holding down the power button and the volume up button simultanoesly until u see "fastboot mode" with an Android face appears.
7) Connect ur phone to your PC with a USB cable. Now ur phone should be connected to the pc in fastboot mode.
8) open up folder X. then right click in folder X while holding down the Shift button, and click on "Open command window here"
p/s : this, I think, is like a special way to open up a cmd prompt used specifically for abd/fastboot. U can also actually open up cmd prompt normally but in order to do that you need to install idk some **** so that ur NORMAL cmd prompt will recognise abd or whatever **** it is. however, if u do that, u do not need to extract the CM12 rom files into folder X as the NORMAL cmd prompt will have the ability to, sorta like detect the CM12 ****s. anyways, forget it, just ****ing use the special way i.e. go to folder X , shift + right click to open up the SPECIAL cmd prompt)
9) a command prompt(cmd) should appear, Now check if u are connected by keying in "fastboot devices" in the cmd. Then the serial number of ur phone should turn up, and not " waiting for device" "devices not found" or any messages of that sort.
If the latter appears, idk how to help u sort that out urself lel.
10) Now u have to unlock the OEM in order for this flashing process to work. idk whats unlocking oem but just unlock it FFS. To do this, simply key in "fastbook oem unlock"
11) I think that under normal circumstances, a pop-up will appear in ur phone to let u choose if u really wanna unlock this oem thingy. BUT for me, my phone just rebooted back into the ****ing 1+ Powered by android screen idk why, but its alright i was on the right track as my oem has been unlocked. Then i powered off my phone and booted in back into fastboot mode once again. (FYI whenever I have to boot my phone to fastboot mode I disconnect the usb cable idk if this is necessary but thats what i DID)
12) go back to the CMD just now, and freaking paste the commands listed below into the CMD.
fastboot flash modem NON-HLOS.bin
fastboot flash sbl1 sbl1.mbn
fastboot flash dbi sdi.mbn
fastboot flash aboot emmc_appsboot.mbn
fastboot flash rpm rpm.mbn
fastboot flash oppostanvbk static_nvbk.bin
fastboot flash tz tz.mbn
fastboot flash LOGO logo.bin
fastboot flash boot boot.img
fastboot flash cache cache.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash userdata userdata.img
fastboot reboot
13) Wait for several minutes, and when everything's done, the commands will stop at the last command which is "fastboot reboot"
Press Enter! and ur phone will reboot normally! =)
walpanmad said:
Follow this
http://forum.xda-developers.com/oneplus-one/help/solved-how-to-recover-oneplus-soft-t2864800
OR
Agai u can manually download any cm firmware
Then go to recovery
Factory reset
And flash desired firmware
FOLLOW this ( this is cm12 os)
http://webtrickz.com/guide-to-update-oneplus-one-to-cm12-lollipop-os/
If u don't like lollipop u can flash cm11s
FOLLOW this
http://www.technobuzz.net/update-oneplus-one-cm-11s-44s-resolve-several-bug-fixes/
note: u can find most guides on Google just search with keywords of your problems
Second mentioned flashing methods are most easiest prrocess
Factory reset and flash u r zip file
Click to expand...
Click to collapse
I can't flash it with recovery, as i cant 'insert' any ROM into my internal memory, as i cannot access my Internal memory, coz the phone wont boot?
However thank you so much! problem solved =)
kingdew11 said:
I can't flash it with recovery, as i cant 'insert' any ROM into my internal memory, as i cannot access my Internal memory, coz the phone wont boot?
However thank you so much! problem solved =)
Click to expand...
Click to collapse
Phone wont boot means?
If u are able to get in to recovery then its always possible to flash any official firmware without root with factory reset its easiest process to solve soft bricked device
First method mentioned is the same process u had done
(fastboot recover) but its automated process with OPO tollbox
Again fastboot method is usefull if u already enabled usb debugging in developer option before u went in to bootloop
I think u have previously enabled usb debugging
So it is also a method to recover u r problem
Any way its great news u got it worked