Related
I need some help here.
Power button broke on my n1 sometime ago. Recently I tried to flash a new kernel but forgot to wipe and it's basically stuck at the logo.
I'm able to get into the hboot screen via bqttry removal technique but cannot select any option because of bad power button.
Any ideas how to flash a new room? I tried connecting USB to pc but phone is not recognized while in hboot mode.
Any help would appreciated as it's my only phone
Thanks
Is your phone unlocked (ie do you have a lock symbol at the bottom of the 'X' screen)?
If so, I believe you can hold the trackball while booting up and that will take you into fastboot.
From there, I think you just issue the command
Code:
fastboot reboot recovery
If that doesn't work, you can just boot off a recovery file that is stored on your computer. Download either clockworkmod (I would recommend any v2.x as v3.x has some problems) or Amon_RA to a easy to type location on your computer. Then issue the command
Code:
fastboot boot recovery "c:\location to\recovery.img"
Ok, so I got it to boot in fastboot, but there's no option to
./fastboot-mac reboot recovery
Click to expand...
Click to collapse
also
./fastboot-mac boot recovery ../recovery-RA-passion-v2.2.1.img
Click to expand...
Click to collapse
I get:
cannot load 'recovery'
and I did this:
fastboot flash recovery /path/to/<recovery>.img
Click to expand...
Click to collapse
Is there a way reboot it into recovery?
Thanks!
Passimg back to stock, root, and try again...
jp2000 said:
I get:
cannot load 'recovery'
Click to expand...
Click to collapse
Is there any more into that error? Did you verify the md5sum to make sure the recovery isn't corrupted?
Also, if you have a recent nandroid backup saved on your sdcard, you can pull that off and flash the imgs directly
Code:
./fastboot-mac flash system /location/to/system.img
./fastboot-mac flash boot /location/to/boot.img
./fastboot-mac flash userdata /location/to/data.img
./fastboot-mac reboot
Where these files will be located depends on your recovery. I know with clockworkmod they are located in the backup folder under the clockworkmod folder on the sdcard. I don't know where they are stored for Amon_RA, but I would assume it would be similar.
Thanks to everyone for your suggestions.
Finally got my phone working!
Hi.
I have the same problem but whenever I try "fastboot flash" or "fastboot recovery" I end up with "FAILED (remote: signature verifiy fail)". I think this is due to that my bootloader is not unlocked, so I tried:
fastboot oem unlock
I got the option to unlock bootloader but I had to use my power button to select "unlock". My power button is broken so I don't know what to do.
Is there anything else I can do? Otherwise I think I have to open the phone and try to repair the button.
PASSIMG back to stock and root. Use "unroot/restore" section in Wiki.
If you're skilled enough with soldering tiny connectors - you can repair the button. There is a guide on this forum, showing the exact location to attach to.
Thanks. Now I can use the phone again!
Where is this repair guide...please let me know...
Sent from my Nexus One using xda premium
I've got a nexus one with a broken power button and a corrupt OS. It rarely successfully manages to boot. Since this is the case, I'm not able to turn on USB debugging to follow some of the tutorials here..
My next try was fastboot.. I downloaded these two files:
recovery-clockwork-5.0.2.0-passion.img
update-cm-7.1.0-N1-signed.zip
But it seems like I wont be able to flash a recovery file if I have "s-on" displayed on my hboot or fastboot screen..
How do I gain "s-off"? And is it possible to flash a stock rom via fastboot?
And yes, my phone's got stock gingerbread 2.3.4 rom.
HBOOT 0.35.0017
MICROP 0b15
Touch panel SYNT0103
Radio 5.08.00.04
Please help me with this matter as I have been trying to accomplish this task for over three months now..
Read Nexus One wiki, section "root", and section "recovery".
You don't need S-OFF to flash anything, if you unlock your bootloader. This is Nexus.
Boot into fastboot, plug into your PC, open command prompt wherever you have the fastboot command in Windows, most likely in android sdk under platform-tools, run "fastboot oem unlock" from command prompt, your bootloader is now unlocked. Attempt to flash your recovery now."
Sent from my Nexus One using XDA App
troby86 said:
Boot into fastboot, plug into your PC, open command prompt wherever you have the fastboot command in Windows, most likely in android sdk under platform-tools, run "fastboot oem unlock" from command prompt, your bootloader is now unlocked. Attempt to flash your recovery now."
Sent from my Nexus One using XDA App
Click to expand...
Click to collapse
My phone's power button is broken so I'm not able to select the recovery option
Jack_R1 said:
Read Nexus One wiki, section "root", and section "recovery".
You don't need S-OFF to flash anything, if you unlock your bootloader. This is Nexus.
Click to expand...
Click to collapse
It's already unlocked, as there is a small open lock displayed at the bottom of the boot screen.. and fastboot displayed it as already unlocked as well.. still.. i need a way to go to recovery without the power button
If you're in the bootloader - "fastboot reboot recovery".
If you're in the OS or while the OS is booting and ADB daemon is already running - "adb reboot recovery".
Jack_R1 said:
If you're in the bootloader - "fastboot reboot recovery".
If you're in the OS or while the OS is booting and ADB daemon is already running - "adb reboot recovery".
Click to expand...
Click to collapse
fastboot reboot recovery doesnt seem to boot the phone to recovery..
should the OS be completely booted up if I want to use the adb command? because it displays the error "error: device not found" when I try to "adb reboot recovery"
Might this be a problem with my computer? I checked and confirmed that the drivers for the phone are successfully installed...
knaphih said:
fastboot reboot recovery doesnt seem to boot the phone to recovery..
should the OS be completely booted up if I want to use the adb command? because it displays the error "error: device not found" when I try to "adb reboot recovery"
Might this be a problem with my computer? I checked and confirmed that the drivers for the phone are successfully installed...
Click to expand...
Click to collapse
Do you have the fastboot command on your computer?
troby86 said:
Do you have the fastboot command on your computer?
Click to expand...
Click to collapse
Yes, I can fastboot works ok because I can flash recovery image and reboot phone through fastboot. But since my power button is broken, I need to reboot to recovery through the computer...
knaphih said:
Yes, I can fastboot works ok because I can flash recovery image and reboot phone through fastboot. But since my power button is broken, I need to reboot to recovery through the computer...
Click to expand...
Click to collapse
First try: "adb reboot recovery" or "fastboot reboot-recovery"
If that doesn't work, give this a good read to see if it will help you:
http://wiki.cyanogenmod.com/index.php?title=Fastboot
If you are able to flash the recovery via fastboot, then I see no reason why you should not be able to reboot into recovery via fastboot or adb.
---------- Post added at 06:18 AM ---------- Previous post was at 06:11 AM ----------
knaphih said:
Yes, I can fastboot works ok because I can flash recovery image and reboot phone through fastboot. But since my power button is broken, I need to reboot to recovery through the computer...
Click to expand...
Click to collapse
And if none of that seems to work:
http://www.androidguys.com/2010/09/08/manage-nexus-broken-power-button/
OR
http://www.yamihoshi.nl/tech/tutorial-google-nexus-one-power-button-soft-fix
Both are the same, the second one is easier to follow.
OR
Put your recovery .img file into the same folder as your fastboot command, and run this: "fastboot boot recovery-clockwork-2.5.1.4-passion.img"
^^^^^USE YOUR RECOVERY NAME...NOT THE EXACT ONE ABOVE^^^^^
First try: "adb reboot recovery" or "fastboot reboot-recovery"
If that doesn't work, give this a good read to see if it will help you:
http://wiki.cyanogenmod.com/index.php?title=Fastboot
If you are able to flash the recovery via fastboot, then I see no reason why you should not be able to reboot into recovery via fastboot or adb.
Click to expand...
Click to collapse
I've attached an image showing proof that I've tried your method but still kept on failing to reboot to recovery..
When i try the command "fastboot boot recovery-clockwork-5.0.2.0-passion.img", the phone simply restarts and goes back to the 'X' boot screen and gets stuck there.
Could anyone please find me an genuine unedited gingerbread 2.3.4 ROM so I can PASSIMG it? ... I've downloaded several rooted ones.. but all seem to need the "android-info" file
fastboot reboot recovery
No "reboot-recovery".
And if you still get stuck on "X" when you reboot to recovery - it means that your recovery is corrupted/unusable too, and you need to PASSIMG everything.
Generally, booting the recovery through "fastboot boot" should have done enough - if your phone can't boot, it might probably be a HW problem preventing it from booting, and in that case - nothing will help.
fastboot reboot recovery
No "reboot-recovery".
And if you still get stuck on "X" when you reboot to recovery - it means that your recovery is corrupted/unusable too, and you need to PASSIMG everything.
Generally, booting the recovery through "fastboot boot" should have done enough - if your phone can't boot, it might probably be a HW problem preventing it from booting, and in that case - nothing will help.
Click to expand...
Click to collapse
I've attached an image trying out "fastboot reboot recovery" fastboot doesnt even seem to send that command to the phone..
Could anyone please provide me with a genuine stock gingerbread 2.3.4 or higher PASSIMG file? i've searched a lot but all i see are modded or rooted ones.
Yes, you're right. Fastboot can't reboot to recovery, only adb.
Oh well, in that case you're out of luck. You can't PASSIMG without power button, so if "fastboot boot some_boot_image" doesn't help - there's not much left to do.
You could always disassemble the phone and fix the power button...
knaphih said:
I've attached an image trying out "fastboot reboot recovery" fastboot doesnt even seem to send that command to the phone..
Could anyone please provide me with a genuine stock gingerbread 2.3.4 or higher PASSIMG file? i've searched a lot but all i see are modded or rooted ones.
Click to expand...
Click to collapse
Here's the 2.3.6 PASSIMG zip file link. Follow the directions. If you can get into BootLoader, your phone should automatically boot this if you have it named to PASSIMG.zip, and on the ROOT of your SD card:
http://forum.xda-developers.com/showthread.php?t=1312540
You guys are life savers troby86 and Jack_R1..
Yes, you're right. Fastboot can't reboot to recovery, only adb.
Oh well, in that case you're out of luck. You can't PASSIMG without power button, so if "fastboot boot some_boot_image" doesn't help - there's not much left to do.
You could always disassemble the phone and fix the power button...
Click to expand...
Click to collapse
I've seen an in depth video tutorial on youtube and attempted to repair the power button on my own.. however I failed since I cannot do such tiny soldering..
Here's the 2.3.6 PASSIMG zip file link. Follow the directions. If you can get into BootLoader, your phone should automatically boot this if you have it named to PASSIMG.zip, and on the ROOT of your SD card:
http://forum.xda-developers.com/show....php?t=1312540
Click to expand...
Click to collapse
Thankyou so much . This is what I've been searching for.. I'll let you guys know the outcome after I download and fix my phone (hopefully I will)
knaphih said:
You guys are life savers troby86 and Jack_R1..
I've seen an in depth video tutorial on youtube and attempted to repair the power button on my own.. however I failed since I cannot do such tiny soldering..
Thankyou so much . This is what I've been searching for.. I'll let you guys know the outcome after I download and fix my phone (hopefully I will)
Click to expand...
Click to collapse
Did the link I provided work? If not here is the actual file:
http://www.multiupload.com/KVY1MG1HGH
troby86 said:
Did the link I provided work? If not here is the actual file:
http://www.multiupload.com/KVY1MG1HGH
Click to expand...
Click to collapse
wow troby86
your still here
http://forum.xda-developers.com/showthread.php?t=1350288
atleast have the decency to refund my money you jackass
mally2 said:
wow troby86
your still here
http://forum.xda-developers.com/showthread.php?t=1350288
atleast have the decency to refund my money you jackass
Click to expand...
Click to collapse
I realize the situation you are in sucks, but please don't let your frustration carry over into these threads. We are here to help the original poster, not to try and get claims resolved and to sling mud. Try to keep this thread a helpful thread
Thanks
bassmadrigal said:
I realize the situation you are in sucks, but please don't let your frustration carry over into these threads. We are here to help the original poster, not to try and get claims resolved and to sling mud. Try to keep this thread a helpful thread
Thanks
Click to expand...
Click to collapse
well what do you know, he may just ask the OP to send him his nexus to get it fixed and you will never hear from him again.... just warning y'all thats all....
Hello anyone know how to remove unlock bootloader warning logo ? Please Help i will be very gratitude for any info
Just download the firmware for your region and extract the file logo_signed, put the device into fastboot mode (press power + vol -) open a console and run the command fastboot flash ulogo logo_signed and reboot your device Hope this helps
Sent from my XT890 using xda app-developers app
You can do it this way
Only ICS and, if the case, maybe Jelly Beam accesed for Homemade
Does not work on Jelly Beam accessed by OTA or RSD Lite
If you mean the caveat that you unlocked bootloader, use the information to a htcmania forum, and as if you can not make a link to there without censor me,
is simple, get files
1. - Fastboot.exe
2. - logo_signed (must be obtained from the firmware, exploring the zip file)
sorry for my bad English
Donwload files
http://db.tt/tak1LsuU
note: logo_signed file is of the firmware: Brasil.en.BR
Procedure
1. - Put the downloaded files in a folder in the root "C" on your pc, (I call this folder Android for example)
2.- Put the phone in fastboot mode (power button and Vol - squeezing them a few seconds until the screen fastboot mode) and connect with USB the phone to pc
3.- Opening a cmd screen, we stand there, I'm in cmd C:\Android\
4. - cheking with command fastboot devices
5. - Performed the command fastboot flash ulogo logo_signed
6. - Conducted after ending command fastboot reboot and that's it
7.- enjoy
Warning: only share what I see written on a forum and I served, so I do not take responsibility for any damage this may cause to your phone
hello
keeps saying somethink about verication lads!!
Does anynone know how to remove this warning from Jelly Bean?
andy_macleod said:
Does anynone know how to remove this warning from Jelly Bean?
Click to expand...
Click to collapse
My friend, download the attatched file and enter fastboot mode, in CMD prompt write the following:
fastboot flash logo logo-CMAK.bmp
fastboot flash ulogo logo-CMAK.bmp
Cheers.
xpc21 said:
My friend, download the attatched file and enter fastboot mode, in CMD prompt write the following:
fastboot flash logo logo-CMAK.bmp
fastboot flash ulogo logo-CMAK.bmp
Cheers.
Click to expand...
Click to collapse
Thanks for you quickly response.
I use stock JB 4.1, may I do your procedure or it just work with cyanogenmod rom?
andy_macleod said:
Thanks for you quickly response.
I use stock JB 4.1, may I do your procedure or it just work with cyanogenmod rom?
Click to expand...
Click to collapse
Sorry andy!
This method i´ve tried and worked on Omar-AVelar ROM April 09, the newer ones didnt worked.
I dunno if will work on another.
Bounty
andy_macleod said:
Thanks for you quickly response.
I use stock JB 4.1, may I do your procedure or it just work with cyanogenmod rom?
Click to expand...
Click to collapse
I too am interested in removing the unlocked warning on OTA JB. We should set up a bounty
xd69 said:
I too am interested in removing the unlocked warning on OTA JB. We should set up a bounty
Click to expand...
Click to collapse
The biggest problem of Razr i is the intel architecture x86 not common in mobiles.
xpc21 said:
Sorry andy!
This method i´ve tried and worked on Omar-AVelar ROM April 09, the newer ones didnt worked.
I dunno if will work on another.
Click to expand...
Click to collapse
Do you mean that you think we will never be free from this ugly warning? :crying:
marcospbs said:
Do you mean that you think we will never be free from this ugly warning? :crying:
Click to expand...
Click to collapse
I don't think so. Just for while, soon someone will find a way to disable this "ugly" warning.
xpc21 said:
My friend, download the attatched file and enter fastboot mode, in CMD prompt write the following:
fastboot flash logo logo-CMAK.bmp
fastboot flash ulogo logo-CMAK.bmp
Cheers.
Click to expand...
Click to collapse
It doesn't works on Pi-Lama ROM 0.6
I suggest you don't even try to flash it. You'll brick your phone. I'm currently stuck on Fastboot and can't boot properly, but i've a CWM backup and can't access CWM anymore.
If you're stucked, i suggest you to flash Omar-Avelar boot.img found here.
Speeding up the process
andy_macleod said:
I don't think so. Just for while, soon someone will find a way to disable this "ugly" warning.
Click to expand...
Click to collapse
A high enough bounty would make someone dev it alot faster!
xd69 said:
A high enough bounty would make someone dev it alot faster!
Click to expand...
Click to collapse
For sure. Lets find at least 100 users from razr i and all deposit US$1,00 in a specific paypall account and give the bounty for who find a way to disable this boring warning.
andy_macleod said:
For sure. Lets find at least 100 users from razr i and all deposit US$1,00 in a specific paypall account and give the bounty for who find a way to disable this boring warning.
Click to expand...
Click to collapse
Im willing to input $20 to the cause so that this gets done faster!
Any luck on JB?
Well, this is what I tried just now:
- I pulled 'logo_signed' and 'ulogo_signed' from 'CFC_9.8.2I-50_SMI-26_S7_USASMIJBRTEU.xml.zip' file, which is the one I had flashed before Omar's ROM.
- I then simple renamed them one with the name of the other (logo became ulogo and viceversa) and tried to flash via 'fastboot flash'
- The error I got was 'Invalid OSID for logo : 2' when attempted to flash 'logo_signed' and 'Invalid OSID for ulogo : 0' for 'ulogo_signed'
- Opened both files using XVI32 and found almost the same header up to hex addr 9A, where there was a 02 on logo file and a 00 on ulogo file
- I edited them, changing the 02 for 00 and viceversa, saved them and tried to flash again, I then get:
At phone's screen:
Fastboot command failed
Getvar max-download size
In cmd screen:
writing 'ulogo'...
Invalid image ulogo
Preflash validation failed
writing 'logo'...
Invalid image logo
Preflash validation failed
At least I got rid of the first error, but have no idea on this second one... any guesses?
.
Hi, what is your command line ? Do you use fastboot ? Rsd lite ?
nick7722 said:
...
- I then simple renamed them one with the name of the other (logo became ulogo and viceversa) and tried to flash via 'fastboot flash'
...
Click to expand...
Click to collapse
I was probably not very clear, I tried flashing them via fastboot, that is 'fastboot flash logo logo_signed' and 'fastboot flash ulogo ulogo_signed'
.
hello,
I buyed a moto g, it's my first smarthphone... it's a XT1069 Dual Sim
I followed this tuturial http://forum.xda-developers.com/moto-g-2014/development/guide-root-moto-g-2nd-gen-2014-t2874245 ,
I get to unlock the bootloader, but when I get to this point
4. Flash Recovery through fastboot mode/bootloader mode
and Go into your adb+fastboot folder and Type in CMD prompt
Command :
Code: fastboot flash recovery TWRP2801-titan-motog-2014.img
can't get the moto g in flash recovery mode, it appear a dead android with a RED ! TRIANGLE...
any idea to resolve this...
RastaFATian said:
hello,
I buyed a moto g, it's my first smarthphone... it's a XT1069 Dual Sim
I followed this tuturial http://forum.xda-developers.com/moto-g-2014/development/guide-root-moto-g-2nd-gen-2014-t2874245 ,
I get to unlock the bootloader, but when I get to this point
4. Flash Recovery through fastboot mode/bootloader mode
and Go into your adb+fastboot folder and Type in CMD prompt
Command :
Code: fastboot flash recovery TWRP2801-titan-motog-2014.img
can't get the moto g in flash recovery mode, it appear a dead android with a RED ! TRIANGLE...
any idea to resolve this...
Click to expand...
Click to collapse
There's no need to make multiple topics, my friend...
Remember that the TWRP IMG file must be in the same folder as your Fastboot files.
So, you can copy TWRP2801-titan-motog-2014.img file to the directory where your Fastboot is.
Or, you can type the directories correctly. For example, if your TWRP2.8.0.1 IMG file is located on your Desktop:
So, your command should be: fastboot flash recovery C:\Users\"username"\Desktop\TWRP2801-titan-motog-2014.img
Instead of typing, you can also drag-and-drop the TWRP2801-titan-motog-2014.img file into the CMD window.
Got it?
rafaelbrunner said:
There's no need to make multiple topics, my friend...
Remember that the TWRP IMG file must be in the same folder as your Fastboot files.
So, you can copy TWRP2801-titan-motog-2014.img file to the directory where your Fastboot is.
Or, you can type the directories correctly. For example, if your TWRP2.8.0.1 IMG file is located on your Desktop:
So, your command should be: fastboot flash recovery C:\Users\"username"\Desktop\TWRP2801-titan-motog-2014.img
Instead of typing, you can also drag-and-drop the TWRP2801-titan-motog-2014.img file into the CMD window.
Got it?
Click to expand...
Click to collapse
I'm sorry about multiple topics... my bad.... but you can erase the other in general topic....
but to flash i need to be in recovery mode at boolloader, no?
i can do this command in bootloader menu?
can't get the moto g in flash recovery mode, it appear a dead android with a RED ! TRIANGLE...
any idea to resolve this...
Fastboot and recovery are two different things. If you can get to Fastboot (bootloader) mode you should be able to flash recovery from there as stated by rafaelbrunner.
Hi Guys !
I'm facing a problem on rooting my Moto G 2014.
I've easily unlocked the bootloader but i can't flash the TWRP recovery.
I've read everything I could read about the process and I think I'm doing it the right way (the recovery file in the adb folder, etc...) and everything seems to be ok.
I've just a purple line at the end of the TWRP flashing procedure saying:
Mismatched partition size (recovery)
This post says that it's not really a problem: http://forum.xda-developers.com/showpost.php?p=48294073&postcount=6
Then, when I reboot the recovery, the phone reboots and the system starts normally (instead of restarting with the custom recovery ?). When I switch it off and switch it on in recovery mode, I still have the stock recovery.
Tried several times with TWRP 2.8.0.1
I can't say if it's because of a problem with TWRP (it's said here that it is buggy) or because I'm doing something wrong that I don't succeed.
I saw that there was a 2.7.1.1 release of TWRP for Moto G 2014 but it's no more available anywhere for now. I would have liked to try it...
Do you know if there's some known issues about flashing the Moto G 2014 recovery or can you help in any way ?
Hi guys !
I'm still investigating my problem and still trying to root the phone.
Here is what I get with adb:
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash recovery TWAP2801 titan-motog-2014.img
target reported max download size of 536870912 bytes
sending 'recovery' (9738 KB)...
OKAY [ 0.344s]
writing 'recovery'...
OKAY [ 0.353s]
finished. total time: 0.700s
C:\Program Files (x86)\Minimal ADB and Fastboot>adb reboot recovery
error: device not found
C:\Program Files <x86)\Minimal ADB and Fastboot>
Click to expand...
Click to collapse
The device seems to be seen when it's about writing the file on the storage but it's no more found when it's about rebooting the recovery...
Can someone help ?
magmatik said:
Hi guys !
I'm still investigating my problem and still trying to root the phone.
Here is what I get with adb:
The device seems to be seen when it's about writing the file on the storage but it's no more found when it's about rebooting the recovery...
Can someone help ?
Click to expand...
Click to collapse
First of all Uninstall ur old Moto Usb Drivers and fastboot drivers and Reboot your Pc And Again Install Ur Usb Drivers.
2987
jbanti said:
First of all Uninstall ur old Moto Usb Drivers and fastboot drivers and Reboot your Pc And Again Install Ur Usb Drivers.
Click to expand...
Click to collapse
Hi !
Thanks for your answer !
What do you mean exactly ? I didin't have any "old Moto usb drivers before". I installed them for the first time few days ago to unlock my bootloader.
Do I still have to uninstall these drivers (that are not that old) and install again the same ones ?
magmatik said:
Hi !
Thanks for your answer !
What do you mean exactly ? I didin't have any "old Moto usb drivers before". I installed them for the first time few days ago to unlock my bootloader.
Do I still have to uninstall these drivers (that are not that old) and install again the same ones ?
Click to expand...
Click to collapse
You can use "adb reboot recovery" only if the phone is turned on in normal android os ( in bootloader mode it'll only recognize fastboot commands ), and you must be sure also to have debug usb option enabled under settings/developer settings.
1932
eskamhl said:
You can use "adb reboot recovery" only if the phone is turned on in normal android os ( in bootloader mode it'll only recognize fastboot commands ), and you must be sure also to have debug usb option enabled under settings/developer settings.
Click to expand...
Click to collapse
Hi eskamhl,
I warmly thank you for trying to help me.
I'had enabled usb debbug, no problem about that.
I"m not sure I understand what you mean when you say that the phone has to be " turned on in normal android os". I thought that the device had to started in recovery mode to install TWRP.
I tried to install TWRP with adb reboot recovery and with the phone turned on in normal android os.
adb says <waiting for device> when i paste and execute flash recovery TWRP2801-titan-motog-2014.img
magmatik said:
Hi eskamhl,
I warmly thank you for trying to help me.
I'had enabled usb debbug, no problem about that.
I"m not sure I understand what you mean when you say that the phone has to be " turned on in normal android os". I thought that the device had to started in recovery mode to install TWRP.
I tried to install TWRP with adb reboot recovery and with the phone turned on in normal android os.
adb says <waiting for device> when i paste and execute flash recovery TWRP2801-titan-motog-2014.img
Click to expand...
Click to collapse
Adb is one thing, fastboot is a different one.
If you give a "fastboot command" from the command prompt the phone must be in bootloader mode, instead if you give an "adb command" you must have the phone normally turned on.
Having said that, I didn't understand what's your problem... are you tryin' to boot into recovery mode or trying to flash twrp recovery?
It seems that you already flashed/installed a custom recovery ( TWRP ) from what you wrote, isn't it?
eskamhl said:
Adb is one thing, fastboot is a different one.
If you give a "fastboot command" from the command prompt the phone must be in bootloader mode, instead if you give an "adb command" you must have the phone normally turned on.
Having said that, I didn't understand what's your problem... are you tryin' to boot into recovery mode or trying to flash twrp recovery?
It seems that you already flashed/installed a custom recovery ( TWRP ) from what you wrote, isn't it?
Click to expand...
Click to collapse
That's the point, I'm trying to flash a custom recovery (TWRP) in order to be able to flash SU.
I'm sorry about my poor english. I'm french and I confess that I'm absolutely comfortable in english.
For now the only thing I succeeded to do is to unlock the bootloader.
What I understand is that I have now to install TWRP with adb, am I right ?
magmatik said:
That's the point, I'm trying to flash a custom recovery (TWRP) in order to be able to flash SU.
I'm sorry about my poor english. I'm french and I confess that I'm absolutely comfortable in english.
For now the only thing I succeeded to do is to unlock the bootloader.
What I understand is that I have now to install TWRP with adb, am I right ?
Click to expand...
Click to collapse
No, you're not
You already did the installation of the custom recovery since you said that you received this message "Mismatched partition size (recovery)", now from bootloader menu you should boot into recovery ( volume down to scroll thorugh the options and volume up to select ).
If it won't boot maybe you should check the md5 of the downloaded recovery .img, probably it's a corrupted download.
eskamhl said:
No, you're not
You already did the installation of the custom recovery since you said that you received this message "Mismatched partition size (recovery)", now from bootloader menu you should boot into recovery ( volume down to scroll thorugh the options and volume up to select ).
If it won't boot maybe you should check the md5 of the downloaded recovery .img, probably it's a corrupted download.
Click to expand...
Click to collapse
When I try to boot into recovery from the bootloader (what I already did before), the screen turns black, 1 sec later the led switch on for half a sec and nothing else happends.
So, as you say, the recovery I downloaded was maybe corrupted. I'll check.
Guys, I've found the solution !
I think everything was ok from the beginning. The only thing that I did not understand was that I have to press vol- in fastboot to focus on "recovery" and to press vol+ to launch the recovery.
I didn't read it anywhere, i just see this in this video : https://www.youtube.com/watch?v=jr14wNgazOw&hd=1 (see at 7"15).
Anyway, thank you for trying to help me and see you soon for all the good things coming for this phone !
magmatik said:
Guys, I've found the solution !
I think everything was ok from the beginning. The only thing that I did not understand was that I have to press vol- in fastboot to focus on "recovery" and to press vol+ to launch the recovery.
I didn't read it anywhere, i just see this in this video : https://www.youtube.com/watch?v=jr14wNgazOw&hd=1 (see at 7"15).
Anyway, thank you for trying to help me and see you soon for all the good things coming for this phone !
Click to expand...
Click to collapse
My friend... a few posts above
eskamhl said:
now from bootloader menu you should boot into recovery ( volume down to scroll thorugh the options and volume up to select )
Click to expand...
Click to collapse
I successfully installed twrp recovery system but I can't do any backup, the system reboot in the process...
eskamhl said:
My friend... a few posts above
Click to expand...
Click to collapse
You're right... my bad
Hello every one,
Hope every body fine and shine..
My first post here jn XDA forum,
I have problem with my oneplus 3t..
Not booting up,
Blinking and vibrating in logo,
Can go to fast mood but not in recovery,
Install 2 times ROM with MSM tool
But problem still same
Please help..
Thanks in advance.
simbapk said:
Hello every one,
Hope every body fine and shine..
My first post here jn XDA forum,
I have problem with my oneplus 3t..
Not booting up,
Blinking and vibrating in logo,
Can go to fast mood but not in recovery,
Install 2 times ROM with MSM tool
But problem still same
Please help..
Thanks in advance.
Click to expand...
Click to collapse
Open a terminal on PC then boot to fastboot mode, connect your device then type this command:
fastboot devices (press enter)
If that commands returns a serial number then you're connected.
Now type this command:
fastboot erase cache (press enter)
Now, reboot your device.
Sent from my LGL84VL using Tapatalk
Droidriven said:
Open a terminal on PC then boot to fastboot mode, connect your device then type this command:
fastboot devices (press enter)
If that commands returns a serial number then you're connected.
Now type this command:
fastboot erase cache (press enter)
Now, reboot your device.
Click to expand...
Click to collapse
Thanks for replying dear,
I tried all these things
Message came as
Partitions erase is not allowed..
Even I tried to install twrp recovery but not allowed.
simbapk said:
Thanks for replying dear,
I tried all these things
Message came as
Partitions erase is not allowed..
Even I tried to install twrp recovery but not allowed.
Click to expand...
Click to collapse
You probably need to unlock the bootloader to get fastboot commands to work.
Sent from my LGL84VL using Tapatalk
Droidriven said:
You probably need to unlock the bootloader to get fastboot commands to work.
Click to expand...
Click to collapse
I entered command,
fastboot oem unlock
But error message partitions not allowed.