Help! Sorta-Softbricked OPO - ONE Q&A, Help & Troubleshooting

Sorry if i'm posting this in the wrong section, but i've got a problem.
So, I was in twrp 8.7.0 and i flashed the image of twrp 8.1.0 so i could install the Unity Rom, and when i rebooted into recovery it just sat on the screen with the oneplus logo on it. I have also tried going into fastboot mode and tried to flash the image from there, but it just says Error: Device Not Found.
I'm Hoping someone can help me.
Regards,
Wi_Fi.

Check your fastboot drivers on your computer

If you need help or a Teamviewer session for this. Pm me, I'll try to help you!
Regards,
Jeffrey

Are you trying to flash vía fastboot utility? Some days ago i has the same problem,and solved vía fastboot/adb commands.
Tecleado desde mi 1+1.

Can you actually get into fastboot? If so try
fastboot devices
Does your phone show up in the list? My guess like above would be a driver issue but if it can see it then you should be able to flash.
Can you boot the phone to rom?

Related

[Q] First timer Rooter having problems

Hello everyone. I am trying to root and flash my TF300T for the first time, and I am running into some problems.
I downloaded the unlocking tool from asus and that seemingly worked fine.
Now however when I try to boot into recovery mode, the android just falls down and gives me an error message. I am able to boot into the standard android mode without an issue. I tried to root with kingo which seemed to work as I can access the SuperSM.
I downloaded Minimal ADB and Fastboot to try and flash a ROM but I cant see the device in flashboot but I can in adb. (Saw on a different thread that I need to be in recovery mode to see this?)
I downloaded the naked universal drivers and put on everything that said asus but that didnt help at all.
My main goal is to get lollipop on my tablet but I cant seem to make any headway. Can someone help point me in the right direction on what I am doing wrong or what I should do next? Any help would be appreciated. Thanks.
Terry_Tsang said:
Hello everyone. I am trying to root and flash my TF300T for the first time, and I am running into some problems.
I downloaded the unlocking tool from asus and that seemingly worked fine.
Now however when I try to boot into recovery mode, the android just falls down and gives me an error message. I am able to boot into the standard android mode without an issue. I tried to root with kingo which seemed to work as I can access the SuperSM.
I downloaded Minimal ADB and Fastboot to try and flash a ROM but I cant see the device in flashboot but I can in adb. (Saw on a different thread that I need to be in recovery mode to see this?)
I downloaded the naked universal drivers and put on everything that said asus but that didnt help at all.
My main goal is to get lollipop on my tablet but I cant seem to make any headway. Can someone help point me in the right direction on what I am doing wrong or what I should do next? Any help would be appreciated. Thanks.
Click to expand...
Click to collapse
Ok I was dumb and figured out the first half of my problem. I thought it had to boot into recovery mode to get the fast loader to work. Anyways now it lists my device when I type fastload device but when I try to flash twrp it gives me an error saying
Sending 'Recovery" <6800 KB> ...
Failed (command write failed(No such device or address))
Can someone please help? thanks
I guess you forgot "-i 0x0b05" in the command
it should look like this:
fastboot -i 0x0b05 flash recovery twrp.blob
if fastboot devices detects tablet then this should work.
AFAIK Asus is the only one brand that needs "-i [hex_ID]" even when it is the only fastboot device detected by "fastboot devices" command
Sent from my TF300T using XDA Free mobile app
th3cr0w said:
I guess you forgot "-i 0x0b05" in the command
it should look like this:
fastboot -i 0x0b05 flash recovery twrp.blob
if fastboot devices detects tablet then this should work.
AFAIK Asus is the only one brand that needs "-i [hex_ID]" even when it is the only fastboot device detected by "fastboot devices" command
Sent from my TF300T using XDA Free mobile app
Click to expand...
Click to collapse
That id string is a vendor code and all android vendors have one ....
It is not need to flash from fastboot, it is only for safety that you need to use the vendor id ....
Thx Josh
I remembered reading about that while performing nvflash backup - https://www.androidroot.mobi/pages/guides/tegra3-guide-nvflash-jellybean/
and then I remembered it didn't work for me without that vendor ID specified manually,
later on I rooted my cousin's Sony phone and that one did fastboot without -i option, so I concluded it must be asus specific "issue" - not to detect ID automatically or sth ....
Anyway @Terry_Tsang - If you have not tried like that, it is always worth a shot ;]
I have tried it with and without the -i tag and get the same error. I have a feeling my recovery file is corrupt as I get an error when I try to boot into that mode. I also now have a new error instead of unable to write, it says invalid argument.
Since I was able to root it with kingo, I tried the TWRP app but it also crashes when I try to do an install of TWRP through the app. I have no idea how to proceed.
I have tried, rooting with kingo and the commands. I have tried unrooting it. I have tried rooting then using ROM Manager and TWRP apps. I have no idea how to continue. I definately think something is wrong tho lol.
th3cr0w said:
I remembered reading about that while performing nvflash backup - https://www.androidroot.mobi/pages/guides/tegra3-guide-nvflash-jellybean/
and then I remembered it didn't work for me without that vendor ID specified manually,
later on I rooted my cousin's Sony phone and that one did fastboot without -i option, so I concluded it must be asus specific "issue" - not to detect ID automatically or sth ....
Anyway @Terry_Tsang - If you have not tried like that, it is always worth a shot ;]
Click to expand...
Click to collapse
Well its all good not a point of being right a point in giving good info ...
Here are the most use vendor codes not just an Asus thing ?
https://gist.github.com/lj50036/3b30ecc420b5838646be
Thx Josh
---------- Post added at 09:43 PM ---------- Previous post was at 09:40 PM ----------
Terry_Tsang said:
Hello everyone. I am trying to root and flash my TF300T for the first time, and I am running into some problems.
I downloaded the unlocking tool from asus and that seemingly worked fine.
Now however when I try to boot into recovery mode, the android just falls down and gives me an error message. I am able to boot into the standard android mode without an issue. I tried to root with kingo which seemed to work as I can access the SuperSM.
I downloaded Minimal ADB and Fastboot to try and flash a ROM but I cant see the device in flashboot but I can in adb. (Saw on a different thread that I need to be in recovery mode to see this?)
I downloaded the naked universal drivers and put on everything that said asus but that didnt help at all.
My main goal is to get lollipop on my tablet but I cant seem to make any headway. Can someone help point me in the right direction on what I am doing wrong or what I should do next? Any help would be appreciated. Thanks.
Click to expand...
Click to collapse
You do not have to root to flash a recovery anyway ...
If you would like to look into this more shoot me an email at [email protected]
Thx Josh
Terry_Tsang said:
I have a feeling my recovery file is corrupt as I get an error when I try to boot into that mode. I also now have a new error instead of unable to write, it says invalid argument.
Click to expand...
Click to collapse
You did check the checksum of your download right?

stucked in fastboot mode

hello
i have got stucked in fastboot mode while installing custom rom.
please help me how to install os in my phone ( either cyanogen or miui).
Thanks in advance.
Regards,
jeevan.
Fastboot flash stock.
boyapatijeevan said:
hello
i have got stucked in fastboot mode while installing custom rom.
please help me how to install os in my phone ( either cyanogen or miui).
Thanks in advance.
Regards,
jeevan.
Click to expand...
Click to collapse
Hope this helps. Go to their website and download the fastboot ROM of your desired phone and desired locale. There you can also find the MiPhone Flasher exe file. Run that file on your PC, connect the device with a USB cable when in Fastboot Mode, the application will detect the device, then provide the Downloaded ROM path and hit Flash. within 2-3 mins you're good to go
I have same problem with my mi 4i
Falshing via miflash tool , adb and qfil still got stucked on fastboot mode
When i wipe using mirecovery got notice
Wipe data failed
Any more solution to solve this suck problem?

Stuck in Fastboot

Hey,
so, three days ago my Mi4i suddenly turned itself off during the night.
I couldn´t turn it back on, it was stuck on the Cyanogenmod-Logo and wouldn`t go any further.
I couldn´t even enter recovery mode. The only thing I could do was enter Fastboot.
And now Im stuck there.
Tried recovery via Mi PC Suite- it recognised the phone, started recovery, said "finished", but the phone is still in Fastboot.
Same for Mi Flash tool.
Doesn´t matter which ROM i try to flash, I´m still in Fastboot.
Any ideas what I can still try? Or is the phone completely bricked and I need a new one?
Try rebooting by connecting the phone with USB and in CMD running fastboot reboot.
May I know why MIUI did u try flashing on your phone?
If it was Developer ROM. I suggest you to try Global Stable ROMs, This usually fixes everything.
Good luck mate!
Regards,
Sharan
Unfortunately, I did try all that.
Do fastboot commands work? Does your device show up in
fastboot devices?
If yes, Try booting into a recovery using fastboot boot recovery.img
If commands don't work even after you've drivers properly installed(i.e. your PC's fastboot works for other phones), Then I have no idea.

Oneplus 6 softbrick

Good morning,
I was tryng to flash the hydrogen os and something went wrong with magisk so now the phone reboot just to fastboot mode and i cant do nothing... I already tried to restore it throw the fasboot recovery guide con this forum but the problem is that the comouter doesnt see the phone in fastboot... I already installed the adb and fastboot driver for the oneplus 6 but if i type the command fasboot devices the promp doesnt show the phone as usually... Someone can help me? Thanks
Did you already try with this?
https://forum.xda-developers.com/oneplus-6/how-to/guide-mega-unbrick-guide-hard-bricked-t3796051
Sent from my ONEPLUS A6000 using Tapatalk

Can't connect to fastboot with adb

Hi,
I'm trying to boot a twrp image on my Motorola One Vision without flashing it or rooting the phone. Reason is I want to try it out and also tweek som files but not necessarily rooting it.
I've unlocked the boot loader and enabled developer options and set USB to debugging. When I connect the phone to the computer and use ./adb devices it is detected fine. When I disconnect, reboot and enable fastboot I get the fast boot menu with the options but when I connect it to the computer it will not detect the phone. ./adb devices give no output and ./fastboot boot /PATH/TO/IMAGE.FILE just gives the output "waiting for device". I've tried this from both my windows partition and Linux Debian with the same result. Cables are fine as I can use adb to pull files and such. It's basically in the fastboot menu that it doesn't seem to respond.
The phone is running Android 10 Kane 4.14. I've tried twrp 3.4 but I don't think the image is the issue since it won't respond to commands in fastboot.
Does anyone have any suggestions for troubleshooting this? Any and all help is appreciated.
Kind regards
Magnus
Ps: Posted this a few days ago in the general Q&A as a suspect it's not necessarily a specific One Vision problem but it didn't get any replies so I'll try here. Sorry if it's a bit of a double post. ds-
I've made some headway and manage to reboot and connect but when I try to ./fastboot boot IMAGE I get the message Validation image failed.
If I understood it correct it's not possible to boot an image in this way which is of an earlier version than the one installed. Is this correct?
I''ve got 4.4 installed, and the image is 3.4.
/Magnus
Cardinal_Vice said:
I've made some headway and manage to reboot and connect but when I try to ./fastboot boot IMAGE I get the message Validation image failed.
If I understood it correct it's not possible to boot an image in this way which is of an earlier version than the one installed. Is this correct?
I''ve got 4.4 installed, and the image is 3.4.
/Magnus
Click to expand...
Click to collapse
Did you flash the patched vbmeta image?
ttomovcik said:
Did you flash the patched vbmeta image?
Click to expand...
Click to collapse
No, I can't get that to work. I'm not sure if I understand where I should place it.
Appreciate that you pitch in.
I have a One Vision x1907-1 variant and recently it bricked. The device can't be recognized and don't works with the motorola drivers . So it's similar issue maybe
mjraogr said:
I have a One Vision x1907-1 variant and recently it bricked. The device can't be recognized and don't works with the motorola drivers . So it's similar issue maybe
Click to expand...
Click to collapse
No, my phone works perfectly fine. I just can't flash the vbmeta image and I can't run the .bat file.

Categories

Resources