[Help URGENT] Can not find Nexus 9 Radio Image - Nexus 9 Q&A, Help & Troubleshooting

Hi all,
I been trying to restore my Nexus 9 LTE to latest factory image download from Google Developer, follow the step from this 11. How To Flash The Factory Images (Return To Stock But Leaving Internal Storage Intact).
The command I trying to apply though adb tools are:
Code:
fastboot flash bootloader C:\angler\images\bootloader-angler-angler-xx.xx.img
fastboot reboot-bootloader
fastboot flash radio C:\angler\images\radio-angler-angler-xx.xx.img
fastboot reboot-bootloader
fastboot flash boot C:\angler\images\boot.img
fastboot erase cache
(above command is unnecessary on Android 7.1.2 and above)
fastboot flash cache C:\angler\images\cache.img
(above command is unnecessary on Android 7.1.2 and above)
fastboot flash recovery C:\angler\images\recovery.img
fastboot flash system C:\angler\images\system.img
fastboot flash vendor C:\angler\images\vendor.img
Click to expand...
Click to collapse
I can't seem able to flash the radio which I read from other forum the "radio" is "vendor.img", below is the screenshot.
My bootloader was using TWRP and I managed to flash the "bootloader" but not the "radio".
Do I missed something? Anyone can help or experience restroing stock image using TWRP?
{
"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"
}

Managed to restored to stock Nexus 9 LTE.
Correct, it seem "vendor.img" contain "radio" for Nexus 9 LTE.
Command that I performed while my Nexus 9 LTE under recovery mode:
fastboot devices
fastboot flash bootloader D:\Downloads\platform-tools\volantisg-n4f27p\image-volantisg-n4f27p\bootloader-flounder-3.50.0.0143.img
fastboot reboot-bootloader
fastboot flash boot D:\Downloads\platform-tools\volantisg-n4f27p\image-volantisg-n4f27p\boot.img
fastboot erase cache
fastboot flash cache D:\Downloads\platform-tools\volantisg-n4f27p\image-volantisg-n4f27p\cache.img
fastboot flash recovery D:\Downloads\platform-tools\volantisg-n4f27p\image-volantisg-n4f27p\recovery.img
fastboot flash system D:\Downloads\platform-tools\volantisg-n4f27p\image-volantisg-n4f27p\system.img
fastboot flash vendor D:\Downloads\platform-tools\volantisg-n4f27p\image-volantisg-n4f27p\vendor.img
Click to expand...
Click to collapse
Reboot back to TWRP recovery and wipe cache and dalvik cache.
Command:
fastboot boot D:\Downloads\platform-tools\twrp-3.6.0_9-0-flounder.img
Click to expand...
Click to collapse

Related

How to get LG Optimus V out of Fastboot Mode from a Factory Reset

Have a LG Optimus V version 2.2.1 that i did a factory reset on with the stock rom that was working at the time. The phone had to go back to Virgin Mobile for a swap as it has CyanogenMod on it. I didn't want Virgin to know i messed with there phone/get charged, etc.
After rebooting from a factory reset, the screen looked like this, NEVER DO A FACTORY RESET.
{
"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"
}
This blue screen is called fast boot mode, it basically will say
Code:
fastboot mode started
gpio_i2c: invalid khz: 0
bl: i2c write error
udc_start()
In this state, there is no access to ClockworkMod Recovery or the mod itself. The phone is a dead stick.
After spending hours researching this, I found a resolve.
If your running Windows XP, follow this guide to fix it
If your running Windows 7:
Install the LG VM670 Drivers here. File is named LG VZW United WHQL v2.5.2.exe
Once the Fastboot Drivers Installed. Continue with all the commands from the above link under 2) Usage
Open Cmd and type or copy and paste these commands ONE BY ONE with the USB cable plugged in.
Code:
cd C:\Fastboot\android-sdk-windows\tools
fastboot erase boot
fastboot erase recovery
fastboot erase system
Now we need to flash recovery via Fastboot. Type or copy and paste this command on Cmd:
Code:
fastboot flash recovery C:\Fastboot\Recovery\recovery-RA-optm-2.2.1-GNM.img
Then type this on Cmd to reboot to recovery:
Code:
fastboot reboot
Now your phone will reboot to recovery. All you have to do now is to install a rom and your phone will be back to normal.
Hope this helps.
Removed
Sent from my LG-P500 using xda premium

[Q] TWRP flash L9 P765 failed to load, please help

My LG L9 P765 had stuck in S/W Upgrade mode after flashing via Offline KDZ. Then i follow the instructions from http://forum.xda-developers.com/showthread.php?t=2442524.
I have done doing these commands :
Originally Posted by Lelus View Post
try following :
Code:
fastboot erase boot
fastboot erase recovery
fastboot erase divxkey
fastboot erase misc
fastboot erase fota
fastboot erase reserved
fastboot erase system
fastboot erase userdata
fastboot erase cache
fastboot erase persist
fastboot erase mlt
hopefully it'll let you go past 15%
Click to expand...
Click to collapse
Now my phone is totally blank.
But i still get into fastboot mode using tool from here.
Then i try to flash p760-twrp-2.6.1-recovery.img which i've got from this link. Then i put it inside fastboot folder. Like in the picture below :
{
"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"
}
While in cmd was using command "fastboot flash recovery p760-twrp-2.6.1-recovery.img, it says "error : failed to load".
I've been searching for 5hrs and i didn't get the solution.
Please help. Thank you.. :crying:
Try to flash kdz and then nandroid manegar pro then u can flash any recovery.img flash again nnow it will work tery open europe version
Sent from my LG-P760 using XDA Free mobile app
[email protected] said:
Try to flash kdz and then nandroid manegar pro then u can flash any recovery.img flash again nnow it will work tery open europe version
Sent from my LG-P760 using XDA Free mobile app
Click to expand...
Click to collapse
Thanks for the help, i've solved this problem, by flashing via KDZ Flasher on Wind*ws XP :good: :fingers-crossed:

Oneplus X is not starting, its only show the starting Logo [ urgent help needed]

Hello Devs,
yesterday i was trying to root my ONEPLUS X 16 GB , and the phone stops working.
while starting phone, it just showing this icon
{
"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"
}
yesterday,
1. Installed abd in laptop and Unlock the OEM by reading the guides here. [ Successfully done ]
2. then, i flash the TWRP, [ success ]
3. then i boot TWRP [ Failed ]
after that phone is just hang in logo page.
can anyone help me out to fix this Please
Thanks
Device is not booting up. did you boot up normally after unlocking bootloader?
Go to twrp and wipe cache and dalvik cache and restart to syste. See if it boots.
If it doesn't download below full oxygen os and wipe data,system,cache,dalvik and then flash this. First restart to recovery, then restart to system
https://forums.oneplus.net/threads/download-full-2-1-3-x-rom.416007/
saurabh40629 said:
Device is not booting up. did you boot up normally after unlocking bootloader?
Go to twrp and wipe cache and dalvik cache and restart to syste. See if it boots.
If it doesn't download below full oxygen os and wipe data,system,cache,dalvik and then flash this. First restart to recovery, then restart to system
https://forums.oneplus.net/threads/download-full-2-1-3-x-rom.416007/
Click to expand...
Click to collapse
hey thanks for reply Man.
the problem is fixed.
what i did.
1. Open abd and Unlock OEM and then flash TWRP again and boot.img also and then reboot.
it worked. phone is started now.
commands are like this:
1. fastboot oem unlock this will unlock oem
2. fastboot flash recovery recovery.img here recovery.img file is Twrp OPX file.
3. fastboot flash boot boot.img you can find it in google , search for oneplus X boot.img file
4. fastboot reboot
Thanks for Reading.
answer
Thank you! Working perfectly!
rahulcool said:
hey thanks for reply Man.
the problem is fixed.
what i did.
1. Open abd and Unlock OEM and then flash TWRP again and boot.img also and then reboot.
it worked. phone is started now.
commands are like this:
1. fastboot oem unlock this will unlock oem
2. fastboot flash recovery recovery.img here recovery.img file is Twrp OPX file.
3. fastboot flash boot boot.img you can find it in google , search for oneplus X boot.img file
4. fastboot reboot
Thanks for Reading.
Click to expand...
Click to collapse
Hi, I got one friends oneplus stuck in recovery. It has cm recovery(lame) and access to fastboot. It is recognized in pc and I can sideload Roms but it won't boot and returns to recovery. Maybe it don't have boot file, how did you resolve your problem? Where I find boot. Img?

Error while flashing twrp recovery

I am getting error while trying to flash twrp on my lenovo tab 3 710f.
I used the adb fastboot method to do it.
I have moved the recovery file I downloaded from xda to the adb folder. The device is also bootloader unlocked.
When using the code fastboot boot revovery.img I am getting the error FAILED < remote: 'unknown conmand' >
fastboot: error: Command failed
https://drive.google.com/file/d/14KFnJPZANS40pgX7jsPaEq7kH2d5_ULu/view?usp=sharing
{
"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"
}
Pnidhin said:
I am getting error while trying to flash twrp on my lenovo tab 3 710f.
I used the adb fastboot method to do it.
I have moved the recovery file I downloaded from xda to the adb folder. The device is also bootloader unlocked.
When using the code fastboot boot revovery.img I am getting the error FAILED < remote: 'unknown conmand' >
fastboot: error: Command failed
Click to expand...
Click to collapse
Copy the twrp image into the adb platform folder and open cmd from folder then follow below;
When in fastboot mode use this;
fastboot flash recovery twrp-3.3.1-0.img
It depends how you have named the twrp image.
copy all the name of your twrp
Eg if your twrp name is recovery.img
write it like this: fastboot flash recovery recovery.img
Skyhuppa said:
Copy the twrp image into the adb platform folder and open cmd from folder then follow below;
When in fastboot mode use this;
fastboot flash recovery twrp-3.3.1-0.img
It depends how you have named the twrp image.
copy all the name of your twrp
Eg if your twrp name is recovery.img
write it like this: fastboot flash recovery recovery.img
Click to expand...
Click to collapse
I already tried it but I am still getting the same error

Unable to boot, Can't do anything in TWRP either,

Phone is not booting into system and it only boot into recovery after trying serval times like it able to boot into recovery after trying 10 boots or so..
even after successfully booting into twrp I can't format data nor wipe anything. Can't flash ROM & Recovery. I don't know what to do.
{
"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"
}
P.S phone not flashing with Fastboot Mode either I tried using different mi flash tools and Fastboot ROMs. and unable to flash recovery from adb.
jashuva_Redmi 1S said:
Phone is not booting into system and it only boot into recovery after trying serval times like it able to boot into recovery after trying 10 boots or so..
even after successfully booting into twrp I can't format data nor wipe anything. Can't flash ROM & Recovery. I don't know what to do.
P.S phone not flashing with Fastboot Mode either I tried using different mi flash tools and Fastboot ROMs. and unable to flash recovery from adb.
Click to expand...
Click to collapse
What error does appear when you try to flash other recovery via fastboot?
And what error is displayed when you try to flash via MiFlash?
0
Seppppx said:
Not able to flash recovery from adb? You are supposed to flash recovery trough fastboot like this "fastboot flash recovery yourrecovery.img" also if that does not do anything download the lastest twrp from here
In fastboot do "fastboot boot yourrecovery.img" and try to format data and flash a rom (a zip rom so it also flashes a boot image). If it is successful flashing, try to then boot to fastboot and flash latest miui with miflash. Then you can install a new custom rom. Hope this helps.
Click to expand...
Click to collapse
Nah dude. I mean I already tried flashing another recovery from adb in computer via Fastboot mode but it didn't work. and I'm unable to flash Fastboot ROM too.. that's what I meant in P.S
AviralSri said:
What error does appear when you try to flash other recovery via fastboot?
And what error is displayed when you try to flash via MiFlash?
Click to expand...
Click to collapse
When I flash another recovery img from adb in Fastboot it said the flashing was successful but when I boot into recovery the old is still there :/ even after entering this command line "fastboot boot recovery.img" it still boot into old recovery.
and I forgot what error I got in Mi Flash Tool (I tried all new and old flashing tools and they give same error after 10 seconds)

Categories

Resources