This should work:
If you have fff installed:
Copy the tools folder from KFU to your local disk.
Now power off your Kindle Fire all the way.(all doing)
Then open command prompt and type:
cd c:\tools
fastboot
fastboot getvar store
(now you should see <waiting for device>)
Now power on your Kindle. Now in cmd it should say finished and the time it took.(wating for device..... naver finishe)
Now copy TWRP to your local disk
Then type:
fastboot flash recovery c:\openrecovery-twrp-blaze-2.2.0.img(openrecovery-twrp-blaze certainly in to tool,)
fastboot oem idme bootmode 4000
fastboot reboot
Now as it boots up use your power button to boot into recovery and it should boot into TWRP.
naver ending wating for device~~~~~~~~~~~
cd c:\tools(recovery certainly into c
fastboot
fastboot -i 0x1949 oem idme bootmode 4000
fastboot -i 0x1949 reboot
(driver re-installing many times ,certainly driver install,well showing driver numbers)
don`t end ,naver ending~~~~~~~~~~wating for device
pm sent
---------- Post added at 03:44 AM ---------- Previous post was at 03:40 AM ----------
I can try to help you read my pm
Thepooch said:
pm sent
---------- Post added at 03:44 AM ---------- Previous post was at 03:40 AM ----------
I can try to help you read my pm
Click to expand...
Click to collapse
pm?what pm??
cant do much without communication
Please someone tell me how to remove (uninstall) the TWRP Recovery and bootloader? I installed them following the tool in this thread:
http://forum.xda-developers.com/showthread.php?t=1399889
there is no word how to remove them and go back to initial state....
thx
Hello!
I'm a newb when it comes to rooting phones and such, and I have made a huge mistake. I rooted my phone to remove the ridiculous amount of bloatware that ASUS put on the phone. I saw that I could get an OTA update, so I installed it, and it bricked my phone. I did not know that you are NOT supposed to do that while rooted. So yeah, perhaps I should've looked more into rooting so I wouldn't do something stupid. Now, my phone gets stuck on the ASUS and Android bootup screen, so I have to flash a stock rom.
So, I tried using "Guide to apply OTA without bootloop in Rooted ZF2", but it does not work for me. Whenever I tried to type in the commands, it said "permission denied." When I type in "adb devices," my phone does not show up. However, when I type "fastboot devices," it does appear. Does it have something to do with my drivers? In the device manager, I have two things under ASUS Android Device, ASUS Android Bootloader Interface and ASUS Android ADB Interface (which I tried to install with the "Add Legacy Hardware" button under Action in the device manager).
http://forum.xda-developers.com/zenfone2/general/guide-to-apply-ota-bootloop-rooted-zf2-t3127835
I really don't know how to fix it now, so help would be GREATLY appreciated!
Thanks
This is a complete thread on flashing from boot loader
http://www.chinaphonearena.com/foru...e-CN-to-WW-flash-tutorial?highlight=zenfone+2
Just follow the instructions and .59 is now loaded there do you update to latest, just to reiterate I believe you will have to reset data to bring back reading the SIM card.
Sent from my ASUS_Z00AD using Tapatalk
jimchee said:
This is a complete thread on flashing from boot loader
Just follow the instructions and .59 is now loaded there do you update to latest, just to reiterate I believe you will have to reset data to bring back reading the SIM card.
Sent from my ASUS_Z00AD using Tapatalk
Click to expand...
Click to collapse
When I do this it still says "FAILED (remote: Permission denied)." What am I doing wrong? Also, the 4th step of the guide is confusing me. Which one is flashtools.zip and where can I get the adb drivers?
Go step by step through the guide downloading each thing necessary, step 4 download classrooms zip as pointed out and extract them to the folder your downloaded files are located in, at the same place where you downloaded classrooms you also have the and drivers, follow instructions and install them, if you follow the guide it is easy to do but read it through 1st, if you don't understand it then search on the web there are literally thousands of guides that you can find to help you understand, though everything is there on the thread I posted for you.
Sent from my ASUS_Z00AD using Tapatalk
---------- Post added at 03:39 PM ---------- Previous post was at 03:39 PM ----------
Weeset said:
When I do this it still says "FAILED (remote: Permission denied)." What am I doing wrong? Also, the 4th step of the guide is confusing me. Which one is flashtools.zip and where can I get the adb drivers?
Click to expand...
Click to collapse
Then you are not following the guide correctly
Sent from my ASUS_Z00AD using Tapatalk
---------- Post added at 03:43 PM ---------- Previous post was at 03:39 PM ----------
Turn off the phone, then follow instructions to boot to bootloader, make sure its recognized by typing (fastboot devices) and then enter, it should show a device then say fastboot behind it, if do your ready to flash, you must also extract the system zip do it builds the correct system file, just right click and extract here
Sent from my ASUS_Z00AD using Tapatalk
jimchee said:
Go step by step through the guide downloading each thing necessary, step 4 download classrooms zip as pointed out and extract them to the folder your downloaded files are located in, at the same place where you downloaded classrooms you also have the and drivers, follow instructions and install them, if you follow the guide it is easy to do but read it through 1st, if you don't understand it then search on the web there are literally thousands of guides that you can find to help you understand, though everything is there on the thread I posted for you.
Sent from my ASUS_Z00AD using Tapatalk
---------- Post added at 03:39 PM ---------- Previous post was at 03:39 PM ----------
Then you are not following the guide correctly
Sent from my ASUS_Z00AD using Tapatalk
---------- Post added at 03:43 PM ---------- Previous post was at 03:39 PM ----------
Turn off the phone, then follow instructions to boot to bootloader, make sure its recognized by typing (fastboot devices) and then enter, it should show a device then say fastboot behind it, if do your ready to flash, you must also extract the system zip do it builds the correct system file, just right click and extract here
Sent from my ASUS_Z00AD using Tapatalk
Click to expand...
Click to collapse
This is what shows up in the cmd window when I try doing it:
C:\Users\Weeset\Desktop\zenfone2rom>fastboot devices
F5AZFG10C556 fastboot
C:\Users\Weeset\Desktop\zenfone2rom>fastboot flash recovery recovery.img
target reported max download size of 536870912 bytes
sending 'recovery' (11838 KB)...
OKAY [ 0.578s]
writing 'recovery'...
FAILED (remote: Permission denied
)
finished. total time: 0.719s
C:\Users\Weeset\Desktop\zenfone2rom>fastboot flash boot boot.img
target reported max download size of 536870912 bytes
sending 'boot' (11826 KB)...
OKAY [ 0.562s]
writing 'boot'...
FAILED (remote: Permission denied
)
finished. total time: 0.734s
C:\Users\Weeset\Desktop\zenfone2rom>fastboot flash system system.img
target reported max download size of 536870912 bytes
erasing 'system'...
FAILED (remote: Permission denied)
finished. total time: 0.127s
C:\Users\Weeset\Desktop\zenfone2rom>
I don't know what I'm doing wrong.
Did you launch the command window from within the folder where your Rom is located?
Sent from my ASUS_Z00AD using Tapatalk
---------- Post added at 04:09 PM ---------- Previous post was at 04:08 PM ----------
Post a screenshot from your computer screen of the folder where your Rom is located
Sent from my ASUS_Z00AD using Tapatalk
jimchee said:
Did you launch the command window from within the folder where your Rom is located?
Sent from my ASUS_Z00AD using Tapatalk
Click to expand...
Click to collapse
Yes, I did.
Us and and classrooms also extracted to there?
Sent from my ASUS_Z00AD using Tapatalk
---------- Post added at 04:11 PM ---------- Previous post was at 04:11 PM ----------
Ignore that autocorrect
Sent from my ASUS_Z00AD using Tapatalk
---------- Post added at 04:13 PM ---------- Previous post was at 04:11 PM ----------
Are flashtools.zip and adv also extracted there, they should be extracted in the same folder
Sent from my ASUS_Z00AD using Tapatalk
---------- Post added at 04:13 PM ---------- Previous post was at 04:13 PM ----------
adb
Sent from my ASUS_Z00AD using Tapatalk
jimchee said:
Us and and classrooms also extracted to there?
Sent from my ASUS_Z00AD using Tapatalk
---------- Post added at 04:11 PM ---------- Previous post was at 04:11 PM ----------
Ignore that autocorrect
Sent from my ASUS_Z00AD using Tapatalk
Click to expand...
Click to collapse
I extracted the four files from the ROM and then put in the files from flashtools into it.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Okay that folder does not seem to have all the proper pieces to me, or mine anyhow, this is how I handled the process, from Mega, download .63 folder as a zip, then extract the zip to folder of same name as zip, that is an option in RAR tool or Winzip, then extract the flashtools zip into the same folder where the full rom is located, on this one extract..... then select the folder where your rom was unzipped to, then go into folder and click on the zip that says system_w_root and extract here, after completed then start fastboot on phone, connect to computer and launch command window from within the folder, then follow flash commands:
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
this should work, if not then I am not sure what's going on without having the device physically in hand
jimchee said:
Okay that folder does not seem to have all the proper pieces to me, or mine anyhow, this is how I handled the process, from Mega, download .63 folder as a zip, then extract the zip to folder of same name as zip, that is an option in RAR tool or Winzip, then extract the flashtools zip into the same folder where the full rom is located, on this one extract..... then select the folder where your rom was unzipped to, then go into folder and click on the zip that says system_w_root and extract here, after completed then start fastboot on phone, connect to computer and launch command window from within the folder, then follow flash commands:
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
this should work, if not then I am not sure what's going on without having the device physically in hand
Click to expand...
Click to collapse
Is this what it should look like?
Yes
Sent from my ASUS_Z00AD using Tapatalk
So, I tried doing it again, and this is what I got:
C:\Users\Weeset\Desktop\Z00A_WW_2.20.40.63\Z00A_WW_2.20.40.63>fastboot devices
F5AZFG10C556 fastboot
C:\Users\Weeset\Desktop\Z00A_WW_2.20.40.63\Z00A_WW_2.20.40.63>fastboot flash recovery recovery.img
target reported max download size of 536870912 bytes
sending 'recovery' (11838 KB)...
OKAY [ 0.578s]
writing 'recovery'...
FAILED (remote: Permission denied
)
finished. total time: 0.734s
C:\Users\Weeset\Desktop\Z00A_WW_2.20.40.63\Z00A_WW_2.20.40.63>fastboot flash boot boot.img
target reported max download size of 536870912 bytes
sending 'boot' (11826 KB)...
OKAY [ 0.531s]
writing 'boot'...
FAILED (remote: Permission denied
)
finished. total time: 0.688s
C:\Users\Weeset\Desktop\Z00A_WW_2.20.40.63\Z00A_WW_2.20.40.63>fastboot flash system system.img
target reported max download size of 536870912 bytes
erasing 'system'...
FAILED (remote: Permission denied)
finished. total time: 0.106s
C:\Users\Weeset\Desktop\Z00A_WW_2.20.40.63\Z00A_WW_2.20.40.63>
Still says Permission denied!
What do you think I can do now?
Which phone do you have, model # and original software version?
ZE551ML, ASUS_Z00AD. How do you find out the original software version? Recovery shows that it has WW firmware, if that helps.
http://androidforums.com/threads/list-of-fastboot-command.714676/ this is a list of fastboot commands, based on some research I did it may be one of two things, corrupted download or files on the device have corrupted something, so this is what I would do, from fastboot
fastboot erase cache
then I would
fastboot erase recovery
then try to flash recovery
fastboot flash recovery recovery.img
let me know if that works
If not it may be your fastboot that is corrupted try flashing droidboot
fastboot flash fastboot droidboot.img
then restart in fastboot using the volume rocker to select bootloader
and try again
---------- Post added at 05:50 PM ---------- Previous post was at 05:42 PM ----------
You can get into recovery?
Sent from my ASUS_Z00AD using Tapatalk
jimchee said:
http://androidforums.com/threads/list-of-fastboot-command.714676/ this is a list of fastboot commands, based on some research I did it may be one of two things, corrupted download or files on
---------- Post added at 05:50 PM ---------- Previous post was at 05:42 PM ----------
[/COLOR]You can get into recovery?
Sent from my ASUS_Z00AD using Tapatalk
Click to expand...
Click to collapse
Yes, I can.
okay, then let's update like and OTA, give me a minute to get the d/l links
---------- Post added at 06:14 PM ---------- Previous post was at 05:55 PM ----------
http://dlcdnet.asus.com/pub/ASUS/ZenFone/ZE551ML/UL-Z00A-WW-2.20.40.59-user.zip
copy and paste this in your browser, will download the full .59 file since I can't find .63 full link but no matter, after you download it, rename it MOFD_SDUPDATE and place in root of your external sd card, then boot into recovery and it will update automatically and install .59 you should then be able to do OTA to .63.
---------- Post added at 06:17 PM ---------- Previous post was at 06:14 PM ----------
if it doesn't update automatically you should find the d/l link in general section under new update .63, follow the same procedure with the 23mb update file just rename to MOFD_SDUPDATE and place it in external sd, obviously delete or transfer the previous MOFD file, only one can be on sdcard
jimchee said:
okay, then let's update like and OTA, give me a minute to get the d/l links
---------- Post added at 06:14 PM ---------- Previous post was at 05:55 PM ----------
http://dlcdnet.asus.com/pub/ASUS/ZenFone/ZE551ML/UL-Z00A-WW-2.20.40.59-user.zip
copy and paste this in your browser, will download the full .59 file since I can't find .63 full link but no matter, after you download it, rename it MOFD_SDUPDATE and place in root of your external sd card, then boot into recovery and it will update automatically and install .59 you should then be able to do OTA to .63.
Click to expand...
Click to collapse
How do I access the sd card? The phone doesn't come up under "Devices and Drives" when I plug it into my computer.
take out the sdcard and use your reader in the computer to transfer the file to the sd card, don't put it inside any folder just to root of card
Can my model be rooted, and if so, could someone link me a tutorial?
CitrusMei said:
Can my model be rooted, and if so, could someone link me a tutorial?
Click to expand...
Click to collapse
Is your bootloader unlocked? Private message me and I can explain how to root with magisk. I just did it today so I know exactly what to do.
allrockedout said:
Is your bootloader unlocked? Private message me and I can explain how to root with magisk. I just did it today so I know exactly what to do.
Click to expand...
Click to collapse
Could you help me as well, I have the mate se so I believe it should work as well. Thx.
MadGoogler78 said:
Could you help me as well, I have the mate se so I believe it should work as well. Thx.
Click to expand...
Click to collapse
Sure are you on oreo? Is your bootloader unlocked?
It is. Verified unlocked bootloader and 8.0
Just as a note using the twrp_p10 image files does not work... on my mate se
C:\Users\Bryan\Desktop\Minimal ADB and Fastboot>fastboot flash recovery twrp_p10_lite_0.3.img
target reported max download size of 471859200 bytes
sending 'recovery' (24952 KB)...
OKAY [ 0.988s]
writing 'recovery'...
FAILED (remote: partition length get error)
finished. total time: 1.010s
madgoogler said:
Just as a note using the twrp_p10 image files does not work... on my mate se
C:\Users\Bryan\Desktop\Minimal ADB and Fastboot>fastboot flash recovery twrp_p10_lite_0.3.img
target reported max download size of 471859200 bytes
sending 'recovery' (24952 KB)...
OKAY [ 0.988s]
writing 'recovery'...
FAILED (remote: partition length get error)
finished. total time: 1.010s
Click to expand...
Click to collapse
If your on oreo thats the wrong command you should do (fastboot flash recovery_ramdisk )
dcraffam said:
If your on oreo thats the wrong command you should do (fastboot flash recovery_ramdisk )
Click to expand...
Click to collapse
i was able to successful in flashing the ramdisk but still no twrp will show up.
C:\Users\Bryan\Desktop\Minimal ADB and Fastboot>fastboot flash recovery_ramdisk twrp_p10_lite_0.3.img
target reported max download size of 471859200 bytes
sending 'recovery_ramdisk' (24952 KB)...
OKAY [ 0.979s]
writing 'recovery_ramdisk'...
OKAY [ 0.210s]
finished. total time: 1.194s
what am i missing here
---------- Post added at 08:49 PM ---------- Previous post was at 08:26 PM ----------
madgoogler said:
i was able to successful in flashing the ramdisk but still no twrp will show up.
C:\Users\Bryan\Desktop\Minimal ADB and Fastboot>fastboot flash recovery_ramdisk twrp_p10_lite_0.3.img
target reported max download size of 471859200 bytes
sending 'recovery_ramdisk' (24952 KB)...
OKAY [ 0.979s]
writing 'recovery_ramdisk'...
OKAY [ 0.210s]
finished. total time: 1.194s
what am i missing here
Click to expand...
Click to collapse
ok like an idiot i forgot to hold the volume up button on reboot. Now im in with twrp recovery
thanks guys. might want to make this a sticky?
please share the file to works in honor 7x BND-L24 8.0
when entering with vol + and power the green android comes out and says recovery error
gusta2322 said:
please share the file to works in honor 7x BND-L24 8.0
when entering with vol + and power the green android comes out and says recovery error
Click to expand...
Click to collapse
Flash in fastboot. It's stock recovery
https://drive.google.com/file/d/1IylCAhGs304boVkSXnSRrQQ1B5ozHwcX/view?usp=drivesdk
Fastboot flash recovery_ramdisk recovery_ramdis.img
---------- Post added at 02:42 PM ---------- Previous post was at 02:40 PM ----------
allrockedout said:
Flash in fastboot. It's stock recovery
https://drive.google.com/file/d/1IylCAhGs304boVkSXnSRrQQ1B5ozHwcX/view?usp=drivesdk
Fastboot flash recovery_ramdisk recovery_ramdis.img
Click to expand...
Click to collapse
If you rooted also need kernel.
https://drive.google.com/file/d/1hYHlyNpJUfvYzM9EOli2ASKp3cnx98_L/view?usp=drivesdk
Fastboot flash kernel kernel.img
allrockedout said:
Flash in fastboot. It's stock recovery
https://drive.google.com/file/d/1IylCAhGs304boVkSXnSRrQQ1B5ozHwcX/view?usp=drivesdk
Fastboot flash recovery_ramdisk recovery_ramdis.img
---------- Post added at 02:42 PM ---------- Previous post was at 02:40 PM ----------
If you rooted also need kernel.
https://drive.google.com/file/d/1hYHlyNpJUfvYzM9EOli2ASKp3cnx98_L/view?usp=drivesdk
Fastboot flash kernel kernel.img
Click to expand...
Click to collapse
thx men but a need twrp recovery please share
gusta2322 said:
thx men but a need twrp recovery please share
Click to expand...
Click to collapse
Fastboot flash ramdisk_recovery complete_twrp_ramdisk.img make backups in twrp you will need micro SD card because internal storage is not accessible.
https://drive.google.com/file/d/1ZYo7Ndte3vlLcUSadD6jIgfBi1oxa0Pb/view?usp=drivesdk
Than in twrp click install image and install p 10 lite twrp. Everything's working in there better.
https://drive.google.com/file/d/1-dx_fQltWmIMcAFrJsuWtgHnhqVM22n4/view?usp=drivesdk
This is instructions if your coming from stock to twrp for first time.
Here is what happened when I ran flash-all with the newest system image. How can I fix the bootloader problem?
Code:
C:\Users\bilge\Downloads\taimen-opm4.171019.021.r1>flash-all
Sending 'bootloader' (36380 KB) FAILED (remote: Requested download size is more than max allowed ) Finished. Total time: 0.025s rebooting into bootloader OKAY [ 0.003s] Finished. Total time: 0.004s Sending 'radio_b' (60412 KB) OKAY [ 0.177s] Writing 'radio_b' OKAY [ 0.582s] Finished. Total time: 0.771s rebooting into bootloader OKAY [ 0.006s] Finished. Total time: 0.007s
extracting android-info.txt (0 MB) to RAM...
Bootloader Version...: TMZ12b
Checking product OKAY [ 0.003s] Checking version-bootloader FAILED
Device version-bootloader is 'TMZ12b'. Update requires 'TMZ12g'.
fastboot: error: requirements not met! Press any key to exit..
Bilge656 said:
Here is what happened when I ran flash-all with the newest system image. How can I fix the bootloader problem?
Click to expand...
Click to collapse
Latest platform tools installed?
Mackay53 said:
Latest platform tools installed?
Click to expand...
Click to collapse
Yeah I just download it yesterday
Bilge656 said:
Yeah I just download it yesterday
Click to expand...
Click to collapse
Did you unlock critical? There are two unlocks for this device. Unlock bootloader and Unlock critical. If you didn't do critical, you cannot flash the bootloader partition.
Golf c said:
Did you unlock critical? There are two unlocks for this device. Unlock bootloader and Unlock critical. If you didn't do critical, you cannot flash the bootloader partition.
Click to expand...
Click to collapse
I just bought the phone off Swappa and the bootloader came unlocked. I'm unaware of the difference between the two unlocks.
Will the critical wipe my device? Can you point me in the direction on how to do this unlock as well? Any negative side effects?
Thanks
Bilge656 said:
I just bought the phone off Swappa and the bootloader came unlocked. I'm unaware of the difference between the two unlocks.
Will the critical wipe my device? Can you point me in the direction on how to do this unlock as well? Any negative side effects?
Thanks
Click to expand...
Click to collapse
Yes, it will wipe your device. The instructions are on the factory image page here
https://developers.google.com/android/images
---------- Post added at 11:18 PM ---------- Previous post was at 11:15 PM ----------
Bilge656 said:
I just bought the phone off Swappa and the bootloader came unlocked. I'm unaware of the difference between the two unlocks.
Will the critical wipe my device? Can you point me in the direction on how to do this unlock as well? Any negative side effects?
Thanks
Click to expand...
Click to collapse
For Pixel 2
---------- Post added at 11:19 PM ---------- Previous post was at 11:18 PM ----------
Golf c said:
Yes, it will wipe your device. The instructions are on the factory image page here
https://developers.google.com/android/images
Click to expand...
Click to collapse
Golf c said:
Yes, it will wipe your device. The instructions are on the factory image page here
https://developers.google.com/android/images
---------- Post added at 11:18 PM ---------- Previous post was at 11:15 PM ----------
For Pixel 2
---------- Post added at 11:19 PM ---------- Previous post was at 11:18 PM ----------
Golf c said:
Yes, it will wipe your device. The instructions are on the factory image page here
https://developers.google.com/android/images
Click to expand...
Click to collapse
Perfect that did the trick. Thanks for the help.
Click to expand...
Click to collapse
Update tools or maybe change your cable to device or change Port. It's one of those.
hello everyone
My pixel 2xl just only boot on bootloader after erase system_a and bla bla. just follow instruction. but when flash the flash-all.bat seem like postive. but the result shown not a same baseband (something like that)
so now my phone only can open bootloader. if trying open recovery in bootloader it will repeat to bootloader back.
just hope someone can help me. my fault cause take it easy as like others smartphone to root.
maybe cause the erase system. all the partition is empty ?
this all quarantine fault :crying:
please helpppp
:crying::crying::crying::crying::crying::crying::crying::crying::crying:
syeikh52 said:
hello everyone
My pixel 2xl just only boot on bootloader after erase system_a and bla bla. just follow instruction. but when flash the flash-all.bat seem like postive. but the result shown not a same baseband (something like that)
so now my phone only can open bootloader. if trying open recovery in bootloader it will repeat to bootloader back.
just hope someone can help me. my fault cause take it easy as like others smartphone to root.
maybe cause the erase system. all the partition is empty ?
this all quarantine fault :crying:
please helpppp
:crying::crying::crying::crying::crying::crying::crying::crying::crying:
Click to expand...
Click to collapse
Why would you erase the system? Were you trying to flash another ROM or something?
---------- Post added at 11:05 AM ---------- Previous post was at 11:03 AM ----------
You'll most likely need to re-flash a stock image.
https://developers.google.com/android/images
Fastboot flash your bootloader, radio then vendor on both slots then try again.
Ragarianok said:
Why would you erase the system? Were you trying to flash another ROM or something?
---------- Post added at 11:05 AM ---------- Previous post was at 11:03 AM ----------
You'll most likely need to re-flash a stock image.
https://developers.google.com/android/images
Click to expand...
Click to collapse
hm. im just follow instruction from
https://forum.xda-developers.com/pixel-3-xl/how-to/guide-progress-available-t3876849
everything okay but its failed in the step F
now it only can open bootloader.
and my bootloader version change from TMZ30 to TMZ10n
Edmontonchef said:
Fastboot flash your bootloader, radio then vendor on both slots then try again.
Click to expand...
Click to collapse
did you have the instruction or link ?
i will make the problem more hardly :crying::crying::crying:
syeikh52 said:
did you have the instruction or link ?
i will make the problem more hardly :crying::crying::crying:
Click to expand...
Click to collapse
Make sure adb and fastboot are installed
Download and extract taimen factory image
Double click to open
Extract the taimen folder found in the factory image. That has the vendor image
Open terminal and type adb devices to make sure you have adb connected. Boot to bootloader
Here's the commands, after the command hit space then drag and drop the image hit enter.
Fastboot flash bootloader_a (bootloader)
Reboot bootloader
Same command but with _b
Then radio and vendor same way rebooting bootloader after each flash
Now you can use that taimen folder you extracted. Drag and drop same as images
Fastboot update (taimen folder)
It'll take a few minutes to do it's thing
---------- Post added at 02:57 AM ---------- Previous post was at 02:53 AM ----------
ABC ezio has some better instructions
https://forum.xda-developers.com/cu...ive/rom-builders-collective-t2861778/page2324
Edmontonchef said:
Make sure adb and fastboot are installed
Download and extract taimen factory image
Double click to open
Extract the taimen folder found in the factory image. That has the vendor image
Open terminal and type adb devices to make sure you have adb connected. Boot to bootloader
Here's the commands, after the command hit space then drag and drop the image hit enter.
Fastboot flash bootloader_a (bootloader)
Reboot bootloader
Same command but with _b
Then radio and vendor same way rebooting bootloader after each flash
Now you can use that taimen folder you extracted. Drag and drop same as images
Fastboot update (taimen folder)
It'll take a few minutes to do it's thing
---------- Post added at 02:57 AM ---------- Previous post was at 02:53 AM ----------
ABC ezio has some better instructions
https://forum.xda-developers.com/cu...ive/rom-builders-collective-t2861778/page2324
Click to expand...
Click to collapse
already follow but failed
C:\Users\LEGION\Desktop\repair\taimen-opd1.170816.010>fastboot flash bootloader_a C:\Users\LEGION\Desktop\repair\taimen-opd1.170816.010\image-taimen-opd1.170816.010\vendor.img
Sending 'bootloader_a' (349408 KB) FAILED (Write to device failed (Invalid argument))
fastboot: error: Command failed
:crying::crying::crying::crying::crying:
Sorry for slow replying.
btw before im using andriod 10. but im downloading a 8.0.0 (OPD1.170816.010, Sep 2017)
erkk
im using standard cmd. should i open as admin ?
Edmontonchef said:
Make sure adb and fastboot are installed
Download and extract taimen factory image
Double click to open
Extract the taimen folder found in the factory image. That has the vendor image
Open terminal and type adb devices to make sure you have adb connected. Boot to bootloader
Here's the commands, after the command hit space then drag and drop the image hit enter.
Fastboot flash bootloader_a (bootloader)
Reboot bootloader
Same command but with _b
Then radio and vendor same way rebooting bootloader after each flash
Now you can use that taimen folder you extracted. Drag and drop same as images
Fastboot update (taimen folder)
It'll take a few minutes to do it's thing
---------- Post added at 02:57 AM ---------- Previous post was at 02:53 AM ----------
ABC ezio has some better instructions
https://forum.xda-developers.com/cu...ive/rom-builders-collective-t2861778/page2324
Click to expand...
Click to collapse
Thanks bro idk why
but im just changing the port ti 2.0
before using C to C
then using C to A still problem
now using C to A but using usb hub because this LEGION gaming laptop All usb 3.0
:crying::crying::crying:
now just wanna try to install TWRP
Download twrp.IMG
Fastboot boot (twrp.img)
Go to settings and disable screen timeout and the swipe to install twrp app. Don't need it.
You can flash a stock ota on twrp.
Put whatever you need on a type c thumb drive (stock ota, twrp installer zip, roms) and mount it in twrp.
Just keep in mind if you are going backwards, you'll have to format data.