Related
hi..my desire's volume down key is defective & its not working..
so is there any apps. or any other method to go in boot menu without pressing volume down key.
plz help
i want to install another rom in my phone
push power + vol down!
ashuonweb said:
hi..my desire's volume down key is defective & its not working..
so is there any apps. or any other method to go in boot menu without pressing volume down key.
plz help
i want to install another rom in my phone
Click to expand...
Click to collapse
You should install 'Quick boot' from the market. You need root access to use this app. You can also connect your phone to your PC and use ADB to reboot the phone in bootloader mode with the following adb command: adb reboot bootloader.
You mean the hboot menu? Press and hold back and power button, and when fastboot screen appears, press power button. Now you are in hboot.
You can install "ROM manager" , it can reboot into the Recovery(CWM)
Code:
adb reboot bootloader
thanx to all above for your valuable reply..
but i am having problem that my usb connection get automatically disconnected whenever i click on.exe file of rom
plesae help
ashuonweb said:
thanx to all above for your valuable reply..
but i am having problem that my usb connection get automatically disconnected whenever i click on.exe file of rom
plesae help
Click to expand...
Click to collapse
As far as I know, there isn't any .exe file in an android operating system. And for your problem, you should do something like this:
1. If you're on Windows:
- make sure that you have the android sdk downloaded;
- make sure the drivers for HTC Desire are installed on your pc / laptop
- go to platform-tools, hold the SHIFT button from your keyboard pressed and, while holding it, press the right mouse button in that folder. The right click menu will appear, but having an extra option "Open Command Window Here" or something like that;
- connect your phone cable to your pc / laptop;
- plug the cable into your phone;
- in the command prompt window opened earlier write "adb shell reboot recovery" to go into recovery, "adb shell reboot" to simply reboot or "adb shell reboot bootloader" to boot into the bootloader;
2. If you're on Linux:
- open terminal;
- cd /to/the/android/sdk/path;
- cd /platform-tools;
- use the commands I wrote above, the ones including adb;
If your existing rom allows it, if you press and hold power button, choose restart, then you can get a mini menu with the option to boot into recovery. You can then use the recovery to flash the new rom.
Another option is 4ext recovery - http://forum.xda-developers.com/showthread.php?t=1408936
It will install a new recovery on your phone - but it is pretty cool. You can use the touchscreen to navigate rather than volume buttons (handy if your volume is stuffed) You can also use the app to launch the recovery.
I am also having a similar problem .I was trying to install superuser in a .zip file ,but now I have ended up in a boot loop ,I am not able to go to the boot menu .................
Can anybody help me.
aditya p said:
I am also having a similar problem .I was trying to install superuser in a .zip file ,but now I have ended up in a boot loop ,I am not able to go to the boot menu .................
Can anybody help me.
Click to expand...
Click to collapse
Take the battery out, then boot in hboot (if your volume buttons are not working, press Power+Back button, then select Bootloader), then recovery and restore your backup (you should have done one) or reflash your rom.
when i decide to change rom, after flashing kernel by fastboot and power on phone, I can't going to recovery by pressing volum down.
is there a command for fastboot to boot phone to recovery without pressing volum down?
Use adb i.e. adb reboot recovery
Many ways to do this...Easy wasy out,try an app like rom manager which gives u a direct recovery boot option,or u can use comand line prompts from ur PC ..or use terminal emulator..type in /system/bin/reboot recovery..
sinkster said:
Use adb i.e. adb reboot recovery
Click to expand...
Click to collapse
i connect phone in fastboot mode and use adb reboot recovery but not working! "error device not found"
Forgot, you can only be connected to adb if the phone's active or in recovery. When it's rebooting are you repeatedly pressing the buttons or holding them?
Hi, I am having a simlar issue. I flashed the Lupus kernel and after i turned of my phone, I pressed the volume down button while i turned the phone on and once it loads it just goes into safe mode. Am i doing something wrong?
EDIT: I was holding the button down. Not pressing repeatedly. All good now. Thanks.
amir143 said:
i connect phone in fastboot mode and use adb reboot recovery but not working! "error device not found"
Click to expand...
Click to collapse
flash again driver package in driver folder flashtools and select your device options
rod555 said:
flash again driver package in driver folder flashtools and select your device options
Click to expand...
Click to collapse
I do it but adb not working in fastboot mode
amir143 said:
I do it but adb not working in fastboot mode
Click to expand...
Click to collapse
try flashing CWM again ?
amir143 said:
I do it but adb not working in fastboot mode
Click to expand...
Click to collapse
your OS? Win7 x64?
Hi amir143!
You could try installing x-Parts (a free application from the market).
Good luck.
I thinks it's kernel dependent..
try pressing Vol-down OR backward button several times when the LED lights OR the phone vibrate OR the logo glow from normal after powered-on.
=> Install the Universal Android USB Driver from the link below:
http://adbdriver.com/upload/AdbDriverInstaller.exe
=> Download and install ADB and Fast Boot from thebelow link.
http://fs1.d-h.st/download/00103/KIP/adb-setup-1.2.exe
=> Extract the Stock ROM using the Tool "Huawei Update Extractor" in the computer.
=>"HuaweiUpdateExtractor download link:
http://dl.xda-developers.com/attachdl/a0f6b6cc9f19468bb6c24278361a3044/532549ec/2/6/3/0/2/4/2/HuaweiUpdateExtractor_0.9.7.9_Setup.zip
=> Copy and paste the Stock/TWRP Recovery and BOOT.img in the "ADB and Fast Boot" folder.
=> Connect the HAM to the computer using the supplied USB cable.
=> Press and hold the Power and Volume Down button.
=> HAM will be recognized as ABD device.
=> Leave the Power and Volume Down button.
=> Double click to open the installed "ADB and Fast Boot" from the Desktop or open the computer prompt to access the "ADB and Fast Boot" folder.
=> In the ADB and Fast Boot prompt:
=> Type: fastboot reboot-bootloader.
=> Type: fastboot flash BOOT BOOT.img
=> Type fastboot flash RECOVERY RECOVERY.img
Fastboot will flash the image and give you a success/failure notification. If successful, you're all set.
Finally, press and hold the Power button. HAM will boot now
fastboot: that's the executable tool
flash: that's the function we want the fastboot tool to perform
recovery: this is the name of the partition we want to flash into. since we are flashing a recovery image, it needs to go to the recovery partition.
recovery.img: this is the name of the actual file to flash. Your file name may be different. Just make sure it matches the actual file name.
i can't download Huawei Update Extractor
Azharla08 said:
=> Install the Universal Android USB Driver from the link below:
http://adbdriver.com/upload/AdbDriverInstaller.exe
=> Download and install ADB and Fast Boot from thebelow link.
http://fs1.d-h.st/download/00103/KIP/adb-setup-1.2.exe
=> Extract the Stock ROM using the Tool "Huawei Update Extractor" in the computer.
=>"HuaweiUpdateExtractor download link:
http://dl.xda-developers.com/attachdl/07eee0ca707d998e0074fe7066df2e1b/5324e778/2/6/3/0/2/4/2/HuaweiUpdateExtractor_0.9.7.9_Setup.zip
=> Copy and paste the Stock/TWRP Recovery and BOOT.img in the "ADB and Fast Boot" folder.
=> Connect the HAM to the computer using the supplied USB cable.
=> Press and hold the Power and Volume Down button.
=> HAM will be recognized as ABD device.
=> Leave the Power and Volume Down button.
=> Double click to open the installed "ADB and Fast Boot" from the Desktop or open the computer prompt to access the "ADB and Fast Boot" folder.
=> In the ADB and Fast Boot prompt:
=> Type: fastboot reboot-bootloader.
=> Type: fastboot flash BOOT BOOT.img
=> Type fastboot flash RECOVERY RECOVERY.img
Fastboot will flash the image and give you a success/failure notification. If successful, you're all set.
Finally, press and hold the Power button. HAM will boot now
fastboot: that's the executable tool
flash: that's the function we want the fastboot tool to perform
recovery: this is the name of the partition we want to flash into. since we are flashing a recovery image, it needs to go to the recovery partition.
recovery.img: this is the name of the actual file to flash. Your file name may be different. Just make sure it matches the actual file name.
Click to expand...
Click to collapse
i can't download Huawei Update Extractor,there is something wrong with the link?
enlove said:
i can't download huawei update extractor,there is something wrong with the link?
Click to expand...
Click to collapse
link updated
Azharla08 said:
link updated
Click to expand...
Click to collapse
i can't download also
enlove said:
i can't download also
Click to expand...
Click to collapse
Get it from here
http://forum.xda-developers.com/showthread.php?t=2433454
svvv said:
Get it from here
http://forum.xda-developers.com/showthread.php?t=2433454
Click to expand...
Click to collapse
thinks!
can i use this to huawei y320-u10
because i tried to go to recovery mode and it pops out to android laying down and saying no command
kllnn8 said:
can i use this to huawei y320-u10
because i tried to go to recovery mode and it pops out to android laying down and saying no command
Click to expand...
Click to collapse
Yes you can do it provided if you have update.app file for your mobile and boot.img/recovery.img extracted from your update.app
where can i find update.app for huawei y320-u10?
Huawei ascend mate -
I rooted the device few days back and i also intastalled few fonts and was working like charm, i wanted to change the font and downloaded new font, apply -- restart--- disaster.... gone.. Now my PHONE is not starting up .. it stays awake in start up screen.. i tried Hard RESET .. but there were no files in cache as well recovery ..when i try to charge the update.app into sd in recovery mode, the phone don't see the file inside...plz help me.
No help for me? Please, i'm desperate.....
cloche said:
No help for me? Please, i'm desperate.....
Click to expand...
Click to collapse
Jus try this rom http://forum.xda-developers.com/showthread.php?t=2688699
Its b923 emui 2.0 beta version
Install as per the steps provided in the link
Make sure you put ur phone in Bootloader mode(Power + Vol down) before executing the .bat file.
Once installed and booted to OS copy the update.app file to dload folder in ur external sdcard goto settings and update using local mode that should install automatically.
But I cannot make the phone in USB debugging if it's stuck........and another thing.......I don't have the bootloader unlocker....
cloche said:
But I cannot make the phone in USB debugging if it's stuck........and another thing.......I don't have the bootloader unlocker....
Click to expand...
Click to collapse
Just put the mobile in bootloader mode and run the bat file. No need to enable debugging mode.
ignore first three installation steps in the above link...u start from step 4
no need to have unlocked bootloader
Many many Thanks for your help,
but I can not enter in bootloader mode, if i press vol down and power the phone remains with the written "Huawei Ascend".....instead i have no problem to enter in recovery with vol up + down + power.......i do not understand why.....
cloche said:
Many many Thanks for your help,
but I can not enter in bootloader mode, if i press vol down and power the phone remains with the written "Huawei Ascend".....instead i have no problem to enter in recovery with vol up + down + power.......i do not understand why.....
Click to expand...
Click to collapse
Press and hold the Power button and then press and hold the volume UP button to enter into fast recovery mode.
Then, download and extract the file Bootloader unlock from the link "http://goo.im/devs/joestone/Mate/MT1_BL_unlock.EXE" and Flash the files in fastboot.
Doesnt' work for me...
Out an errore message, Can not find the unlock.bat file...
cloche said:
Many many Thanks for your help,
but I can not enter in bootloader mode, if i press vol down and power the phone remains with the written "Huawei Ascend".....instead i have no problem to enter in recovery with vol up + down + power.......i do not understand why.....
Click to expand...
Click to collapse
first u have to connect the USB cable then switch off the mobile, now press the power button along with the volume down button the screen should say Huawei Ascend and will stay in that screen. Make sure all the drivers are installed only then it will get detected in ur PC check the Device manager in ur PC for android device if its there then ur mobile is detected. After all these steps execute the batch file.
MY FRIEND!!!!!!!!!!!!!!
The phone it's running now!!!!!!!!!
But actually i have a 4.2.2. chinese rom.........how i made to put the stock firm???
Thanks in advance, your are the best!!!!!!
cloche said:
MY FRIEND!!!!!!!!!!!!!!
The phone it's running now!!!!!!!!!
But actually i have a 4.2.2. chinese rom.........how i made to put the stock firm???
Thanks in advance, your are the best!!!!!!
Click to expand...
Click to collapse
Thats great...
Jus copy the update.app file to dload folder in ur external sdcard goto settings->about and update using local mode that should install automatically.
Note - This will wipe all your data and Format Internal memory ! So keep a backup !
Steps :
Step 1. Download the file ADB and extract it to a folder on your desktop. Switch off your Micromax Yureka Android smartphone.
Step 2. Now connect your to the PC with USB cable and the LED near the speaker at the top goes red.
Step 3. As soon as the LED glows keep the vol up button pressed. You will see the fastboot screen.
Step 4. ON computer, open the downloaded folder 'ADB' and hold Shift button and right click on the empty
space of the folder and select “Open Command prompt window here”.
Step 5. Now in the command prompt window type the following command.
fastboot -i 0x1ebf oem unlock
This may delete all your data including the internal memory. Your bootloader is now unlocked.
Step 6. Now the next step is to install the CWM recovery. Download the CWM recovery and save/copy it on your ADB folder. Again hold Shift button and right click on the empty space of the folder and select “Open Command prompt window here”.
Step 7. Now type this on your command window:-
fastboot -i 0x1ebf flash recovery recovery-yu.img
You have successfully Install cwm recovery now ! Just press Volume up + Volume down + Power button to access CWM mode !
Step 8. Download the Superuser.zip file from here and move the file on your phone SD card.
Step 9. Once the SuperSu zip file is moved on your phone. Switch off you phone and boot in CWM recovery mode. TO do this press volume up + volume down + power button .
Step 10. Now your phone will boot on Recovery mode, for the main screen of the recover main menu Select Install zip from Sd card and Select Superuser.zip file that you copied on your phone Sd card.
Step 11. Once the files is installed, Reboot your Device.
Now your have to rooted Micromax YU Yureka.
Enjoy !
Download Link:
ADB : https://drive.google.com/folderview?id=0B05Crz57q4zgaTA4U0xtUFpmYlk&usp=sharing
CWM Recovery : https://drive.google.com/file/d/0B05Crz57q4zgd1FCdlk5NnMzV1U/view?usp=sharing
SuperSu : https://drive.google.com/file/d/0B05Crz57q4zgOHllSndBUTdYeHc/view?usp=sharing
Hit thanks, if helped
can you share the link of TWRP Recovery also...!!!
Triggered from my Nexus 10
Tried not working
Sent from my YUREKA using XDA Free mobile app
amitroutray said:
can you share the link of TWRP Recovery also...!!!
Triggered from my Nexus 10
Click to expand...
Click to collapse
TWRP recovery is now official for yu yureka. You can get flash it easily using 'TWRP Manager' app, which is available in play store.
Download Link of App : https://play.google.com/store/apps/details?id=com.jmz.soft.twrpmanager
Install the app and choose your device and flash !
Hit thanks, if Helped
pbvayadande said:
Tried not working
Sent from my YUREKA using XDA Free mobile app
Click to expand...
Click to collapse
You must be doing something wrong. Double check it !
Hit thanks, if helped !
I did today morning worked. Installed cwm recovery and also rooted.
Thanks.
Sent from my YUREKA using XDA Free mobile app
pbvayadande said:
Tried not working
Sent from my YUREKA using XDA Free mobile app
Click to expand...
Click to collapse
Always check the MD5 before doing anything.
Triggered from YU
waiting for device error coming
waiting for device error coming
mfu007 said:
waiting for device error coming
Click to expand...
Click to collapse
Enable USB Debugging before connecting to your pc and give permissions (if asked, it will be displayed on your mobile screen) !
Hit thanks, if helped
prince.d.emperor said:
Enable USB Debugging before connecting to your pc and give permissions (if asked, it will be displayed on your mobile screen) !
Hit thanks, if helped
Click to expand...
Click to collapse
usb debugging enabled then also waiting for device is coming.i am using win 8 64bit.please help me
mfu007 said:
usb debugging enabled then also waiting for device is coming.i am using win 8 64bit.please help me
Click to expand...
Click to collapse
Device is not being recognised by your pc. Open command prompt in that folder and type 'adb devices' and press enter. You will get the name of your device (if recognised). If you don't get any name, then your Yureka is not being recognised and you need to install adb drivers for yureka.
You can try this one. Link : http://www.koushikdutta.com/post/universal-adb-driver
Hit thanks, if helped
I did by running bat file....
While in fastboot method I had error waiting for device
Sent from my YUREKA using XDA Free mobile app
pbvayadande said:
I did by running bat file....
While in fastboot method I had error waiting for device
Sent from my YUREKA using XDA Free mobile app
Click to expand...
Click to collapse
how.. can you explain
The instructions are incomplete so there will be no rooting unless you install proper micromax drivers for adb . Looks like the instructions were emailed and posted by someone else. Disabling driver signature enforcement is also not helpful .Tried it on 4 different systems and a fresh vm with x86,x64 win7 & win8 . drivers from koushik also does not work
abs0lut3z33r0 said:
The instructions are incomplete so there will be no rooting unless you install proper micromax drivers for adb . Looks like the instructions were emailed and posted by someone else. Disabling driver signature enforcement is also not helpful .Tried it on 4 different systems and a fresh vm with x86,x64 win7 & win8 . drivers from koushik also does not work
Click to expand...
Click to collapse
Can you please provide me the link of drivers which will help?
How I did by running bat
Links given below
http://www.informationlord.com/unlock-bootloader-micromax-yu/
http://www.informationlord.com/install-cwm-micromax-yu/
Try this simple way
Sent from my YUREKA using XDA Free mobile app
Universal naked driver along with minimal adb and fastboot worked .
Can anyone explained how I remain in Stock recovery when rooting...??
thanks in advance
Triggered from my Nexus 10
amitroutray said:
Can anyone explained how I remain in Stock recovery when rooting...??
thanks in advance
Triggered from my Nexus 10
Click to expand...
Click to collapse
This will help you out!!! http://forum.xda-developers.com/yureka/general/20-2-2015-root-flashing-custom-recovery-t3035281
amitroutray said:
Can anyone explained how I remain in Stock recovery when rooting...??
thanks in advance
Triggered from my Nexus 10
Click to expand...
Click to collapse
Get the stock recovery backed up from /dev/block/platform/xyz.. Then flash cwm, root, then flash stock recovery
-------------------------------------------
HIT Thanks if you like my post
-------------------------------------------
My work:
[TOOL]Kernel/Boot.img (un)packer
[ZIP]Flashable zip to bypass lockscreen for LG E975
[TOOL]ANDROID's COMPLETE TOOLBOX
Baseband Fix fir LG F180X converted to International E975
Hello, I will explain everything in this video.
Video Link on YouTube : https://www.youtube.com/watch?v=jXS3UT4xOn4
And is there a way to fully flash this phone? and make it fully CN version.
And I also need a way to update my firmware, this phone is still running 2.13.
Help, anyone?
Hello, I just saw your video, just flash CN version firmware it's like 1.10 GB through adb sideload from PC. Maybe your problem it's just a software problem. Give a try. If you need help just reply, I'll post full detailed written tutorial here with all the cmd codes.
Akashami03 said:
Hello, I just saw your video, just flash CN version firmware it's like 1.10 GB through adb sideload from PC. Maybe your problem it's just a software problem. Give a try. If you need help just reply, I'll post full detailed written tutorial here with all the cmd codes.
Click to expand...
Click to collapse
Hi, thank you for your kind reply. Could you please provide me with the link of the latest CN Firmware along with a tutorial on how to flash my device. Thank you so much!
http://forum.xda-developers.com/showthread.php?p=61687943
There's stock firmware for your phone. Flash any firmware ending in CN for your phone
ClarnTV said:
Hi, thank you for your kind reply. Could you please provide me with the link of the latest CN Firmware along with a tutorial on how to flash my device. Thank you so much!
Click to expand...
Click to collapse
full Frimware but not the latest, You can update later Via taking OTA if your problem solved : V2.19.40.20 CN ( i get the link from here )
1. First install the Asus drives and ADB on PC ( i get below link from here )
USB Drivers:
Asus USB Drivers V2.0Driver
Troubleshooting Guide
2. Make sure USB Debugging is checked on.
3. place the frimware file inside the folder of where ADB is placed.
4. Manually go to recovery by shutdown the phone, then hold power + vol up until vibrate, after the vibrate take finger from power button and contiune hold vol up untill phone again restate. the phone now restart into revovery where the top rectangle box options change when you press vol up and down. get the recovery option and press power. now you see error android logo. then hold power and press volume up, u ill see the recovery settings.
5. do wipe/factory reset and wipe cashe
6. after that connet phone to pc.
7. open the ADB folder the you put frimware. hold shift button and press right click. click open command promt here.
8. type " adb devices " for just checking Command promt work or not with phone.
9. type " fastboot " ( here also nothing will happen on the phone )
10. Now in your phone using yoyr vul key and power key select adb sideload on the list of settings on the phone.
11. now in command promt type " adb sideload file.zip " ( file is the name of the file name, if file name is asdfgh.zip then " adb sideload asdfgh.zip " )
12. its takes time to flash then its reboots to phone like for the fist time.
13. after flash take OTA updates.
Akashami03 said:
full Frimware but not the latest, You can update later Via taking OTA if your problem solved : V2.19.40.20 CN ( i get the link from here )
1. First install the Asus drives and ADB on PC ( i get below link from here )
USB Drivers:
Asus USB Drivers V2.0Driver
Troubleshooting Guide
2. Make sure USB Debugging is checked on.
3. place the frimware file inside the folder of where ADB is placed.
4. Manually go to recovery by shutdown the phone, then hold power + vol up until vibrate, after the vibrate take finger from power button and contiune hold vol up untill phone again restate. the phone now restart into revovery where the top rectangle box options change when you press vol up and down. get the recovery option and press power. now you see error android logo. then hold power and press volume up, u ill see the recovery settings.
5. do wipe/factory reset and wipe cashe
6. after that connet phone to pc.
7. open the ADB folder the you put frimware. hold shift button and press right click. click open command promt here.
8. type " adb devices " for just checking Command promt work or not with phone.
9. type " fastboot " ( here also nothing will happen on the phone )
10. Now in your phone using yoyr vul key and power key select adb sideload on the list of settings on the phone.
11. now in command promt type " adb sideload file.zip " ( file is the name of the file name, if file name is asdfgh.zip then " adb sideload asdfgh.zip " )
12. its takes time to flash then its reboots to phone like for the fist time.
13. after flash take OTA updates.
Click to expand...
Click to collapse
Hi, thank you so much for all this Akashami. I'm very thankful, I really appreciate your help!
However, as I said I'm still new to this, I'm stuck in step 7. Where should I put the firmware? And I still didn't understand what to do and how to open command promt using the shif and right click. Could you please send me a picture for the 7th step.
Akashami03 said:
full Frimware but not the latest, You can update later Via taking OTA if your problem solved : V2.19.40.20 CN ( i get the link from here )
1. First install the Asus drives and ADB on PC ( i get below link from here )
USB Drivers:
Asus USB Drivers V2.0Driver
Troubleshooting Guide
2. Make sure USB Debugging is checked on.
3. place the frimware file inside the folder of where ADB is placed.
4. Manually go to recovery by shutdown the phone, then hold power + vol up until vibrate, after the vibrate take finger from power button and contiune hold vol up untill phone again restate. the phone now restart into revovery where the top rectangle box options change when you press vol up and down. get the recovery option and press power. now you see error android logo. then hold power and press volume up, u ill see the recovery settings.
5. do wipe/factory reset and wipe cashe
6. after that connet phone to pc.
7. open the ADB folder the you put frimware. hold shift button and press right click. click open command promt here.
8. type " adb devices " for just checking Command promt work or not with phone.
9. type " fastboot " ( here also nothing will happen on the phone )
10. Now in your phone using yoyr vul key and power key select adb sideload on the list of settings on the phone.
11. now in command promt type " adb sideload file.zip " ( file is the name of the file name, if file name is asdfgh.zip then " adb sideload asdfgh.zip " )
12. its takes time to flash then its reboots to phone like for the fist time.
13. after flash take OTA updates.
Click to expand...
Click to collapse
Another question where is the ADB Folder?
I've installed all the drivers, and I have download the firmware. Should I just open CMD.exe and type adb devices?
Akashami03 said:
11. now in command promt type " adb sideload file.zip " ( file is the name of the file name, if file name is asdfgh.zip then " adb sideload asdfgh.zip " )
.
Click to expand...
Click to collapse
It says :
loading "rom.zip"
* Cannot read "rom.zip *
And yes I have renamed it to rom.
ClarnTV said:
It says :
loading "rom.zip"
* Cannot read "rom.zip *
And yes I have renamed it to rom.
Click to expand...
Click to collapse
Sorry for late reply, if you still need help sent mess in hangouts, I'll help you in live chat. [email protected]