my idiot little brother accidentally wiped everything....i can only boot in orange twrp recovery(hydrogen os version)..but there is nothing to back to recover from or zip file to flash from....
so i tried to adb push zip file and adb sideload rom but it says...device not found
how can i repair my phone guys...big help needed
when i fastboot..the device is recognized but when i adb push device not found...help guys...
Your SD card will mount in computer when you are in recovery mode.
Related
I everyone,
I was installing a font and by accident caused it to reboot midway install and now my rom won't boot, it just hangs on paranoid logo.
I need to transfer the rom file and gapps although I don't know how to access the file directory so I can transfer from PC to phone in recovery or download mode.
Any ideas? I use clockworkwork mod and dont have option to mount usb.
ps I'm on a mac.
T89 said:
I everyone,
I was installing a font and by accident caused it to reboot midway install and now my rom won't boot, it just hangs on paranoid logo.
I need to transfer the rom file and gapps although I don't know how to access the file directory so I can transfer from PC to phone in recovery or download mode.
Any ideas? I use clockworkwork mod and dont have option to mount usb.
ps I'm on a mac.
Click to expand...
Click to collapse
Use adb sideload
place the rom in the platform-tools folder, wipe, then from recovery select adb sideload then run adb sideload nameofrom.zip
After failing to install CM 10.1 I have custom recovery, CM is just stuck on boot logo, I don't even want it anymore.
Anyway I have made a back up in meanwin, but I moved it to my computer because it was too large, all I need is to copy that folder to my phone but I can't. I can use an sd card but I haven't purchased one yet.
How can I copy the backup folder? I tried the mounting option in custom recovery but it didn't show up in my computer.
Please help! any advice would be greatly appreciated!!
dateacake said:
After failing to install CM 10.1 I have custom recovery, CM is just stuck on boot logo, I don't even want it anymore.
Anyway I have made a back up in meanwin, but I moved it to my computer because it was too large, all I need is to copy that folder to my phone but I can't. I can use an sd card but I haven't purchased one yet.
How can I copy the backup folder? I tried the mounting option in custom recovery but it didn't show up in my computer.
Please help! any advice would be greatly appreciated!!
Click to expand...
Click to collapse
supposing that you have adb file on your pc or you have android SDK installed
boot into custom recovery, connect your phone to pc open cmd and type the following commands (you dont need to enable usb debug for this process):
Code:
adb devices
you must see a serial number
Code:
adb push C:\name of rom.zip or backup /data/media/
supposing that your rom/backup is on C
Code:
adb reboot recovery
once done, go to your phone and install the rom.zip/backup from recovery, reboot.
EDIT : first wipe data and cache with recovery then reboot it may fix the bootloop
EDIT 1: if you find this hard (and it is not, it is good to learn something) you can make the wipe and flash stock firmware
samersh72 said:
supposing that you have adb file on your pc or you have android SDK installed
boot into custom recovery, connect your phone to pc open cmd and type the following commands (you dont need to enable usb debug for this process):
Code:
adb devices
you must see a serial number
Code:
adb push C:\name of rom.zip or backup /data/media/
supposing that your rom/backup is on C
Code:
adb reboot recovery
once done, go to your phone and install the rom.zip/backup from recovery, reboot.
EDIT : first wipe data and cache with recovery then reboot it may fix the bootloop
EDIT 1: if you find this hard (and it is not, it is good to learn something) you can make the wipe and flash stock firmware
Click to expand...
Click to collapse
I learned something new even if I don't need it but thanks
Hi guys,
yesterday I accidentally wiped my phone and the rom's in it. So now I have to somehow get a rom on the sd card so I can flash it. Recovery works (twrp), fastboot mode works, however I can't use adb to push zips on to my sd card, I've tried on 3 different PC's 2xWindows and one mac
fastboot finds my device and adb doesn't. I've tried configuring the adb_usb.ini file with the Vendor ID of my device which I found, but adb still doesn't find it. My system is wiped so I don't have a system to go in and transfer files the normal way and my backups have been deleted so that isnt working either. I've also tried to return my phone to 100% stock with a tool I found on the OnePlus forums Thread from forum , however this didn't work fastboot crashes midway. My only option is to flash an .img file containing some system rom(which I didn't find) so I can then load files to my sd card or to get adb to work in some way so I can push the zips on to the sd card. If you can help in any way because I'm all out of ideas. It's been two hard days and this is the last thing I'm trying, otherwise I have to buy a new phone.
It's not soft bricked but I think the first method shown here could work:
https://forums.oneplus.net/threads/...ck-guide-for-a-hard-bricked-oneplus-2.347607/
Sounds like your trying to access your phone using ADB in fastboot, this will not work. For ADB recovery, you have to enter TWRP or CWM and choose ADB sideload mode to activate phone for receiving of ROM zip using adb sideload romfile.zip. Fastboot is like EFI or BIOS boot prompt on a PC, and ADB is like a variant of GRUB bootloader with support for PXE installing the phones OS by ways of adb sideload (as reference).
Hello, i'm trying to adb sideload the full rom to return to stock on my oneplus 5 and lock the bootloader again.
Only when i try to adb sideload from the stock recovery, phone is not recognized. On the device manager i got the error you can see in pic i've uploaded.
Adb sideload correctly works in TWRP. What can be the problem (and solution?).
Thanks.
Same problem here.
So... I think It's a recovery bug I guess....
Same issue, Windows 10 PC.
I put the OTA zip files I was trying to adb sideload on internal storage, and booted to recovery from there and installed them one by one that way.
Or transfer the whole image zip to the root folder and flash it in the install from storage folder in recovery.
there are windows usb drivers for the op5 issued by oneplus. i suggest you find those, install them, and see if they help.
Hello everyone,
I recently decided too install the LineageOS.
Everything went fine, but I forgot Gapps and didnt want too use my phone without them so I decided too install the ROM again but this time with the apps.
I followed the linageos guide but accidently wiped everything before I could
Code:
adb push filename.zip /sdcard/
(dunno if thats the problem)
Im using TWRP 3.1.1-1. I can get into Recovery Mode. While in fastboot modus my pc detects my phone as an OnePlus, in Recovery modus its just android.
Code:
fastboot devices
shows my serial number. OEM is unlocked.
while in recovery mode
Code:
adb push filename.zip /sdcard/
gets me
Code:
No such file or directory
Code:
adb push C:\User\...filename.zip /sdcard/
gets me
Code:
failed to copy.. remote couldnt create file
while in fastboot mode I get
Code:
no devices/emulator found
Copying by dragging the file into internal storage doesnt work neighter.
I dont know what I did different besides the wipe before the copying. Maybe the wipe deactivates USB Debugging?
Maybe someone sees where my problem is.
Thanks
r717
I guess you don't have an OTG Drive.
you could always go 100% stock again and then flash LineageOS
http://downloads.oneplus.net/oneplus-5/oneplus_5_oxygenos_4.5.13/
well first thanks for your reply. I flashed the original recovery and tried 2 sideload now. Seems to be driver problems. So I have to try every solution with Win10 and OP5 drivers I guess?
Make sure the Android drivers on your computer are up to date and also that you don't have any old drivers from a previous phone. I accidentally wiped everything on my OP5 once but when I connected it to my Windows 10 computer the OP5 was still recognized as a storage device--but I used TWRP not the stock recovery and also used the file explorer in TWRP. With the stock recovery you should still be able to side load flash the stock ROM from your computer. If you can't it's likely a driver issue.
I had once a similar issue, although not exactly this, just something with drivers.
A long process to fix was to install Linux as a virtual machine in Windows and that worked well. I could do all I needed, the phone was quickly recognized.
Virtualbox or VMware both are free/have a free version and I used Ubuntu.
Give it a try if all else fails.