Hello men
To root Smartwatch 3 running MM (MEC24H):
You can use TWRP 2.8.3.0 modded for this.
If your BL is locked, you can't install it but can boot on it with
Code:
fastboot boot twrp-mec24h.img
If your BL is unlocked, you can install it with
Code:
fastboot flash recovery twrp-mec24h.img
(i've tested and work fine)
When your are on twrp, push Wear-SuperSU-v2.67.zip on sdcard with
Code:
adb push Wear-SuperSU-v2.67.zip /data/media/0
. Then, on twrp, install it and reboot.
Installing Busybox 1.24:
Boot on twrp, push busybox with
Code:
adb push Busybox_1.24.1_stericson_arm.zip /data/media/0
On twrp, install it and reboot
Installing Kernel Adiutor Wear:
Just install it with
Code:
adb install KernelAudiutor4Wear.apk
To run kernel audiutor, you have to install busybox first.
Download pack here: https://mega.nz/#!rU0FUaaa!mXqaR-moWH9cKPWcoqr1Mzdyc9cZyjFY5cMP5thgBNc
Have fun
Anyone tried yet????
and is there a link to the
Super user file???
EDIT found one
https://drive.google.com/file/d/0B2vfXVArG7OZZ3JCMTlBZ01rT3c/view?pref=2&pli=1
Pack fixed , add supersu, sorry.
I can confirm, it Work on smartwatch3.
lohtse said:
Anyone tried yet????
Click to expand...
Click to collapse
Work fine.
Wow not only we got working boot, but we finally got fixed flash-able recovery? Thanks!
(Working perfectly, by the way)
i cannot use fastboot mode, always waiting for device, adb works,.. i dont know why,.. without fastboot i cannot unlock ,.. or flash twrp,.. any help is appriciated, thanks,.. tried on 2 pcs with adb fastboot installer,..
it restarts to fastboot mode on the watch but when i use any fastboot command ,.. always waiting for device,..
pls help
while in twrp i cant get the files to push to the smartwatch. I can get it to boot into twrp but that is about it, It also says that its a nexus device while its in twrp. thanks for any help.
nofx161 said:
i cannot use fastboot mode, always waiting for device, adb works,.. i dont know why,.. without fastboot i cannot unlock ,.. or flash twrp,.. any help is appriciated, thanks,.. tried on 2 pcs with adb fastboot installer,..
it restarts to fastboot mode on the watch but when i use any fastboot command ,.. always waiting for device,..
pls help
Click to expand...
Click to collapse
I just ran into this issue on Windows 10.. Looking around online shows this is a fairly common problem. The issue is a windows' driver problem.
Here's the fix for fastboot waiting for device:
Boot watch into Fastboot mode, connect by USB to your PC, then..
Follow the steps here: http://www.teamandroid.com/2012/07/3...android-sdk/3/
I literally tried everything online and only found the solution here.. Hope this helps anybody else!!
NOTE: The link jumps to page 3 of a Team Android tutorial for installing ADB/FASTBOOT/SDK. If, for some reason, the instructions on page 3 don't work- go back to page 1 and follow all of the steps, ADB and Fastboot will work. This fix assumes that you are already able to connect to the device via regular ADB ("adb devices" shows your watch).
murigny64 said:
If your BL is locked, you can't install it but can boot on it with
Code:
fastboot boot twrp-mec24h.img
Click to expand...
Click to collapse
Does not work with locked BL.
Code:
fastboot boot twrp-mec24h.img
downloading 'boot.img'...
OKAY [ 0.385s]
booting...
FAILED (remote: Device locked)
finished. total time: 0.387s
Any solutions except unlocking BL?
DVBMan said:
Does not work with locked BL.
Code:
fastboot boot twrp-mec24h.img
downloading 'boot.img'...
OKAY [ 0.385s]
booting...
FAILED (remote: Device locked)
finished. total time: 0.387s
Any solutions except unlocking BL?
Click to expand...
Click to collapse
http://forum.xda-developers.com/sma...ment/kernel-sony-smartwatch-3-kernel-t3353580 in OP.
But this will destroy all you data (Fectory reset).
Up & running for a week or so now with this. Any ideas on random reboots?
racer0018 said:
while in twrp i cant get the files to push to the smartwatch. I can get it to boot into twrp but that is about it, It also says that its a nexus device while its in twrp. thanks for any help.
Click to expand...
Click to collapse
I ran into the same issue, you can use this app for a SLOW (200kb/s) workaround to BT transfer files to and from your watch without ADB or a PC:
"Wear Media- Music Gallery"
https://play.google.com/store/apps/details?id=qubin.de.wearmedia
n01z said:
I ran into the same issue, you can use this app for a SLOW (200kb/s) workaround to BT transfer files to and from your watch without ADB or a PC:
"Wear Media- Music Gallery"
https://play.google.com/store/apps/details?id=qubin.de.wearmedia
Click to expand...
Click to collapse
This app works better and over WiFi: https://play.google.com/store/apps/details?id=com.theolivetree.wearftpserver
Related
ROOT WITHOUT UNLOCKING BOOTLOADER
NOTE: *AM NOT RESPONSIBLE FOR ANY DAMAGE CAUSED TO YOUR PHONE
* IF U POINT FINGERS AT ME , I WILL LAUGH AT YOU
PRECONDITIONS :
DOWNLOAD ADB AND FASTBOOT DRIVERS FROM HERE OR HERE
EXTRACT THE DOWNLOADED FILE
DOWNLOAD RECOVERY FROM HERE AND PUT INTO EXTRACTED FOLDER WHERE ADB AND FASTBOOT ARE PRESENT
DOWNLOAD SUPERUSER FROM HERE AND COPY TO PHONE'S SD CARD OR EXT CARD
STEPS:
GO TO THE EXTRACTED FOLDER AND OPEN COMMAND PROMPT BY PRESSING CTRL+SHIFT
connect your phone in switch on mode
TYPE THIS COMMAND
PHP:
adb reboot bootloader
wait for the device to boot into bootloader mode/fastboot , and then Type the following
PHP:
fastboot -i 0x1ebf boot recovery-yu.img
NOW CONNECT YOUR PHONE
note : RECOVERY STAYS ONLY FOR ONE TIME SINCE BL IS NOT UNLOCKED
ROOT
ONCE THE RECOVERY SHOWS UP , DO THE FOLLOWING
SECLECT INSTALL ZIP
CHOOSE ZIP FROM SD CARD
NOW SELECT THE DOWNLOADED SUPERUSER ZIP
CONFIRM AND REBOOT
NOW SUCCESSFULLY ROOTED WITHOUT UNLOCKING BOOTLOADER
After running fastboot -i 0x1ebf boot recovery-yu.img I am getting below error.
any idea please?
downloading 'boot.img'...
OKAY [ 0.297s]
booting...
FAILED (remote: bootimage: incomplete or not signed)
finished. total time: 0.297s
change of WiFi Mac address
Faiyaz5yaz said:
ROOT WITHOUT UNLOCKING BOOTLOADER
NOTE: *AM NOT RESPONSIBLE FOR ANY DAMAGE CAUSED TO YOUR PHONE
* IF U POINT FINGERS AT ME , I WILL LAUGH AT YOU
PRECONDITIONS :
DOWNLOAD ADB AND FASTBOOT DRIVERS FROM HERE OR HERE
EXTRACT THE DOWNLOADED FILE
DOWNLOAD RECOVERY FROM HERE AND PUT INTO EXTRACTED FOLDER WHERE ADB AND FASTBOOT ARE PRESENT
DOWNLOAD SUPERUSER FROM HERE AND COPY TO PHONE'S SD CARD OR EXT CARD
STEPS:
GO TO THE EXTRACTED FOLDER AND OPEN COMMAND PROMPT BY PRESSING CTRL+SHIFT
connect your phone in switch on mode
TYPE THIS COMMAND
PHP:
adb reboot bootloader
wait for the device to boot into bootloader mode/fastboot , and then Type the following
PHP:
fastboot -i 0x1ebf boot recovery-yu.img
NOW CONNECT YOUR PHONE
note : RECOVERY STAYS ONLY FOR ONE TIME SINCE BL IS NOT UNLOCKED
ROOT
ONCE THE RECOVERY SHOWS UP , DO THE FOLLOWING
SECLECT INSTALL ZIP
CHOOSE ZIP FROM SD CARD
NOW SELECT THE DOWNLOADED SUPERUSER ZIP
CONFIRM AND REBOOT
NOW SUCCESSFULLY ROOTED WITHOUT UNLOCKING BOOTLOADER
Click to expand...
Click to collapse
This method changeed the WiFi Mac address of my YU
Any idea why?
Harsh_24 said:
This method changeed the WiFi Mac address of my YU
Any idea why?
Click to expand...
Click to collapse
I don't think the method caused it , since it only installs superuser app in system folder
I doubt the YU recovery which u suggested and developed by Vishal I guess
Faiyaz5yaz said:
I don't think the method caused it , since it only installs superuser app in system folder
Click to expand...
Click to collapse
I doubt d recovery file developed by Vishal
is it truly change the MAC address?
Harsh_24 said:
I doubt d recovery file developed by Vishal
Click to expand...
Click to collapse
Dear @vishal_android freak
is it truly cbange something MAC address? when we flash your recovery image?
regard
androidgalaxyman
Faiyaz5yaz said:
ROOT WITHOUT UNLOCKING BOOTLOADER
NOTE: *AM NOT RESPONSIBLE FOR ANY DAMAGE CAUSED TO YOUR PHONE
* IF U POINT FINGERS AT ME , I WILL LAUGH AT YOU
PRECONDITIONS :
DOWNLOAD ADB AND FASTBOOT DRIVERS FROM HERE OR HERE
EXTRACT THE DOWNLOADED FILE
DOWNLOAD RECOVERY FROM HERE AND PUT INTO EXTRACTED FOLDER WHERE ADB AND FASTBOOT ARE PRESENT
DOWNLOAD SUPERUSER FROM HERE AND COPY TO PHONE'S SD CARD OR EXT CARD
STEPS:
GO TO THE EXTRACTED FOLDER AND OPEN COMMAND PROMPT BY PRESSING CTRL+SHIFT
connect your phone in switch on mode
TYPE THIS COMMAND
PHP:
adb reboot bootloader
wait for the device to boot into bootloader mode/fastboot , and then Type the following
PHP:
fastboot -i 0x1ebf boot recovery-yu.img
NOW CONNECT YOUR PHONE
note : RECOVERY STAYS ONLY FOR ONE TIME SINCE BL IS NOT UNLOCKED
ROOT
ONCE THE RECOVERY SHOWS UP , DO THE FOLLOWING
SECLECT INSTALL ZIP
CHOOSE ZIP FROM SD CARD
NOW SELECT THE DOWNLOADED SUPERUSER ZIP
CONFIRM AND REBOOT
NOW SUCCESSFULLY ROOTED WITHOUT UNLOCKING BOOTLOADER
Click to expand...
Click to collapse
There is surely something in the recovery img by vishal.
I flashed the twrp recovery img and my wifi Mac address recovered its initial values.
Harsh_24 said:
There is surely something in the recovery img by vishal.
I flashed the twrp recovery img and my wifi Mac address recovered its initial values.
Click to expand...
Click to collapse
I never found this issue and it's pretty weird as MAC address has nothing to do with recovery afaik. Still I'll have a look
Unlocking boot loader and rooting vs without unlocking rooting
vishal_android freak said:
I never found this issue and it's pretty weird as MAC address has nothing to do with recovery afaik. Still I'll have a look
Click to expand...
Click to collapse
Dears,
Which one is actually void the yu youreka warranty. as we know , Manufactures allows us to root the device. But which mode is right one? I am aware , if we don't do unlock the boot loader ,we can't flash the custom roms. is it safe without unlocking the bootloader to flash the custom recovery image like TWRP or CWW?
Regards
androidgalaxyman
androidgalaxyman said:
Dears,
Which one is actually void the yu youreka warranty. as we know , Manufactures allows us to root the device. But which mode is right one? I am aware , if we don't do unlock the boot loader ,we can't flash the custom roms. is it safe without unlocking the bootloader to flash the custom recovery image like TWRP or CWW?
Regards
androidgalaxyman
Click to expand...
Click to collapse
You cannot flash recovery without unlocking bootloader. And yureka's warranty isn't getting void if we unlock it
@Faiyaz5yaz
Have you actually tested the method on an actual YU Yureka which has unlock & tamper bits marked as 'false'?? My tests show same thing as @tarunongo's; the image can't be boot if unlock bit is set false.
:cyclops:
Titokhan said:
@Faiyaz5yaz
Have you actually tested the method on an actual YU Yureka which has unlock & tamper bits marked as 'false'?? My tests show same thing as @tarunongo's; the image can't be boot if unlock bit is set false.
:cyclops:
Click to expand...
Click to collapse
I did try as mentioned by @vishal_android freak for unlocked bootloaders .. I didn't try this though .. But Logically it should work , since I have tried this method on nexus devices , one plus one & android one devices which have similar bootloaders .. Never had this issue..
and @Harsh_24 , did u successfully flash recovery ?
And can anyone try this command instead
fastboot boot recovery-name.img ..
if someone confirms that both methods fail.. I ll lock the thread ..
@Faiyaz5yaz
Without ' -i 0x1ebf', fastboot can't recognize or access the device. I have tested all possible methods; even you can't flash or boot official images under locked bootloader - please see the conversation here.
I have Nexus 4, Nexus 7 (2012) & OnePlus One & thus accustomed with temp recovery booting., but it seems a noticeable exception.
I'm still waiting for confirmation from other member(s).
mayhack said:
I have used the method for rooting Yureka without unlocking Boot loader with boot -i 0x1ebf command which worked fine on Kitkat but not on Yureka running Lollipop after Upgrading to Lollipop. Can anyone confirm that this method can work on lollipop ??
Click to expand...
Click to collapse
It doesn't work for me either. I had rooted my CM11 earlier but nothing is working on CM12. Custom recovery gets flashed through fastboot but phone always loads stock recovery. Where does Custom recovery go after it gets successfully flashed.
I recently updated Yureka to 5.0.2 and out of curiosity I was searching for Root access in developer tools, and unable to see it. But I believe it was there in KitKat. Even search option in settings gives result ROOT ACCESS in same option, but I'm unable to get.
I believe there should be a way out than losing all internal memory data to flash SuperSU. It is possible to enable that HIDDEN TOGGLE by some ADB command since USB debugging is available?
@Faiyaz5yaz
Hot booting will cause brick of device ! I didn't tried though
I am working on a tool which can be used to root yureka and yuphoria without unlocking bootloader and without any custom recovery. I will be sharing it soon (already posted but beta tester said that it is not installing su binaries. )
Didnt work for me. It boots into a dark screen.
Lollipop
mayhack said:
I have used the method for rooting Yureka without unlocking Boot loader with boot -i 0x1ebf command which worked fine on Kitkat but not on Yureka running Lollipop after Upgrading to Lollipop. Can anyone confirm that this method can work on lollipop ??
Click to expand...
Click to collapse
I would not recommend trying it on lollipop as it doesn't work and it boots to fastboot/bootloader constantly with the error "Reason for Fastboot: UTAG "flashfail" etc.
I luckily fixed it as I have no other android phone, I had to go on BP Tools press Vol+ to select it, it overrided it and then when I rebooted it was fine thank God I almost ended up having to hard reset and reinstall Stock ROM
Phew.
Plus it was good think I had backup though one problem at the time I couldn't restore it due to not being able to use adb.
:fingers-crossed: it should be fixed, Hopefully
tarunongo said:
After running fastboot -i 0x1ebf boot recovery-yu.img I am getting below error.
any idea please?
downloading 'boot.img'...
OKAY [ 0.297s]
booting...
FAILED (remote: bootimage: incomplete or not signed)
finished. total time: 0.297s
Click to expand...
Click to collapse
same thing was happening to me.
To install CMW recovery or any other you have to unlock bootloader if not then you may brick your phone. As normally you can't enter in a house before open the main door. And yu provide permission for all type rooting
Hey guys,
I'm trying to root my G4 loaded with MM 6.0. I cannot get into Recovery Mode no matter what I do.
I have tried the key combo (power+down, etc) - it does nothing. If I use adb reboot recovery, I just get the dead Android guy with the exclamation in red triangle. (which is perhaps a hint as to why the key combo doesn't work.)
I followed steps to unlock the phone's bootloader via LG's dev site (success) and I've installed TWRP 3.0.2-0-H815.img but I can't get into Recovery mode. **The phone continues to work fine** and I can get it into Download Mode.
After having no success with TWRP, I thought, f*ck it, since I've gone this far, let's go with CyanogenMod instead of stock, so I installed cm-13.0-20160415-NIGHTLY-h815-recovery.img
I was also able to use adb to push CM 13 (nightly build 20160415) and Gapps (arm64 6.0 20160416) successfully to phone, but it's obviously no use since I can't get to Recovery Mode.
I'm wondering if someone can please suggest a solution or at least a next step.
When I use fastboot flash recovery twrp-3.0.2-0-h815.img it takes 0.718s 'send recovery' and 0.282s 'writing recovery'.
[solved - probably Win10's no-ask driver update policy] New problem: After going back to TWRP, fastboot devices shows nothing and my device is showing up in Device Manager as LGE Mobile USB Composite Device, whereas I specifically changed it from the LG drivers I installed to Android ADB drivers. The device doesn't even list the Android ADB driver as an available option now. WTAF?!? Maybe this is more Win10 driver-auto-update malarkey?
OS = Win10x64
Kernal = 3.10.84
Build number = MRA58K
Software version = V20d-EUR-XX
Developer options are available
USB debug is enabled
OEM unlock is enabled
I'm using the stock USB cable
Additional question - tutorials say to back up NVRAM and IMEI before doing anything risky, but I can't get those without root. How does this make sense?
EDIT: NOTE: You should be using the arm64 version of Gapps on LG G4 H815.
Thank you very much to everyone who stops in to take a look at my questions.
All the best,
Dax.
Hi
I had the same problem with Win 10 not seeing my H815 properly (same device name in Device Mgr as yours) I reverted to the older Lge drivers, 4.0.3 if I remember correctly and the phone showed up properly and I was able to use LG UP to update/downgrade etc.
Like you I have since tried to install TWRP but I cannot new get root with Kingroot 480 although it worked previously on V81520D it does not now.
Sent from my iPad using Tapatalk
try fastboot boot recovery twrp-3.0.2-0-h815.img
then tap IMG instead of ZIP (bottom) -> install img and flash the twrp img
Hi Stransky, I reinstalled the adb-setup-1.4.2.exe package which also contains drivers and now ADB will see the phone (which is good), but Fastboot still says waiting for devices (bad). Thanks!
I also changed the default driver from 'LGE Mobile ADB Interface' to 'Android ADB Interface' (as per tutorial instructions).
Hi Bender_007, thanks so much for the tip, I'll try it as soon as I can get Fastboot working again. Cheers!
Okay, so I learned ADB is for Android or Recovery mode, Fastboot is for 'HBOOT' (bootloader) mode.
As expected:
adb devices returns "List of attached devices: LGH81579d3bc56 device".
If I use the command adb reboot-bootloader, phone restarts in bootloader mode.
Then adb devices does nothing, but fastboot devices returns "79d3bc56 fastboot".
When device is in bootloader mode, it shows up in Windows Device Manager as 'Marshall London Bootloader Device'.
Bender_007, the command "fastboot boot recovery twrp-3.0.2-0-h815.img" doesn't work. It's invalid syntax. "fastboot flash recovery twrp-3.0.2-0-h815.img" works as per original post.
Any other suggestions?
Hm, put the twrp inside the same folder where your fastboot and adb are. Then start command prompt in the very same folder and type fastboot boot twrp... And that should be it. That means if everything is normal and the system is bootable.
Pardon, fastboot boot twrp(whatever the name is)
Not: fastboot boot recovery twrp..
Sent from my LG-H815 using Tapatalk
Hi Bender_007, that's exactly where the .IMG files are already. No dice. :/
May I see this via teamviewer please ? (teamviewerQS via private message)
I´ll gladly help you (if it´s in my possibilities ofc)
@daxliniere
EDIT: 21.04.2016 - we have fixed this, had a nice talk, almost a beer. It´s nice to meet new cool people , keep it up my friend
I am stuck probably on the same issue with win10. It seams like I was able to flash twrp recovery but I can't enter it. Already factory reseted it 3 times while trying to enter into custom recovery.
Any advices what to do?
madik_ said:
I am stuck probably on the same issue with win10. It seams like I was able to flash twrp recovery but I can't enter it. Already factory reseted it 3 times while trying to enter into custom recovery.
Any advices what to do?
Click to expand...
Click to collapse
The best solution there is:
1. put adb, fastboot into a directory (let´s say c:\adb), put the twrp-3......img into the same folder
2. adb reboot bootloader
3. open command prompt, cd c:\adb
4. fastboot boot twrp-3.....img (where twrp-3....img is the actual name of the twrp img)
it will boot to twrp, now you can either copy the twrp img to the phone and flash it(it will ask where to flash - tap on recovery--don´t tap on boot)
You might have to tap on zip/img toggle to enable img flashing first
should you need more help just post in here
Yep that did the trick. thank you! I was able to load recovery with the fastboot boot twrp.. but didnt realize that i can install it by the loaded twrp lol. Now I can finally confirm 2x YES and it gets me into TWRP. thanks again!
Can I make one little tip for everyone else? Follow this guide to the end: http://www.technobuzz.net/unlock-lg-g4-bootloader/
Step 1 is the easiest way to install adb, fastboot and drivers in one go.
Same problem here:
Software version = V20d-EUR-XX, Developer options are available, USB debug is enabled, OEM unlock is enabled
I can boot into recovery via bootloader: fastboot boot twrp-3.0.2-0-h815.img but:
1. had I to allow to modify system partition modifications?
2. how can I boot in recovery from system? with adb I always get the red-triangle Android on its back und with hardwarekeys after shut down the devise, I#m coming to stock recovery: factory restet no/yes
1. Yes
2. While you are in twrp just flash the twrp IMG again via twrp itself. It has the option to flash img instead of zip.
Poslano sa mog SM-G930F koristeći Tapatalk
thx, a lot...
Now im running a full system update to exsdcard and afterwards I try to "re-"install the twrp in twrp-applikation.
When i boot into recovery at the moment, the "modify-dialog" is away...
But I will see after "re-"install the twrp how it works...
---------- Post added at 03:48 PM ---------- Previous post was at 03:00 PM ----------
UPDATE:
Did it, worked!!!
on system: "adb reboot recovery" leads to twrp!
there are no hardware-key-solutions to get to recovery...
with the hardware-keys (after shutdown -> power + vol down -> release power for a second when LG-logo pops up) I get to the factory reset no/yes dialog...
On the factory reset choose yes twice. Normal for lg
Poslano sa mog SM-G930F koristeći Tapatalk
I got nervous to choose yes the second time....
sejmand said:
I got nervous to choose yes the second time....
Click to expand...
Click to collapse
Install Quick Boot from the Play Store,you can boot straight to Twrp with it
fastboot erase recovery
fastboot flash recovery xxx.img (xxx=twrp.img)
Hello,
I am still struggling with my h815 on 7.0:
I am getting the error sign with "no commands".
I cannot force it to boot to the twrp but I can flash it (unknown command):
HTML:
student:~/Downloads$ sudo fastboot flash recovery twrp.img
target reported max download size of 536870912 bytes
sending 'recovery' (32992 KB)...
OKAY [ 1.106s]
writing 'recovery'...
OKAY [ 0.931s]
finished. total time: 2.037s
student:~/Downloads$ sudo fastboot boot twrp.img
downloading 'boot.img'...
OKAY [ 1.104s]
booting...
FAILED (remote: unknown command)
finished. total time: 1.121s
using ubuntu 16.04.
Thanks for your feedback in advance.
So I tried to flash another rom by flashing TWRP and unlocking the bootloader, which worked and I then had installed Freedom Os. Then I locked the Bootloader to get the Message away, but know when you charge it or turn it on it is in an boot loop which repeats the Oneplus Logo what you normally see, but very short and after that it bobrates turns the screen off and it atart again. Or I can go into fastboot mode, but when I try to go into the recovery, it goes into the Boot Loop again. Is there a way to get the Original OS back? Ive already dopwnloaded it but I cant get in on there. Can you tell me how to fix it on my own?
[GUIDE] Mega Unbrick Guide for A Hard Bricked OnePlus 3 > METHOD 1
If you can access fastboot mode, connect the phone to a PC, then go to ADB and erase recovery using the command " fastboot erase recovery" and install TWRP 3.0.4-1 using the command " <fastboot flash recovery <recovery.zip/img> again.
Once you do that, boot into TWRP, go to wipe and wipe everything. Once you do that, transfer the stock OOS into the internal memory using copy-paste , then go to install , select the transferred file to install the OS or else go to advance setting in TWRP and select adb sideload and use the command "adb sideload <filename.zip>".
This should install the OS on the phone.
If you want to go complete stock, then you also need to install the stock recovery. Search the forum to get the relevent files or else you can download it from the OnePlus website and later on update to latest OS via OTA.
NEVER EVER LOCK THE BOOTLOADER , IF YOU'RE USING ANY ROM OTHER THAN STOCK OS AND STOCK RECOVERY
anup807 said:
If you can access fastboot mode, connect the phone to a PC, then go to ADB and erase recovery using the command " fastboot erase recovery" and install TWRP 3.0.4-1 using the command " <fastboot flash recovery <recovery.zip/img> again.
Once you do that, boot into TWRP, go to wipe and wipe everything. Once you do that, transfer the stock OOS into the internal memory using copy-paste , then go to install , select the transferred file to install the OS or else go to advance setting in TWRP and select adb sideload and use the command "adb sideload <filename.zip>".
This should install the OS on the phone.
If you want to go complete stock, then you also need to install the stock recovery. Search the forum to get the relevent files or else you can download it from the OnePlus website and later on update to latest OS via OTA.
NEVER EVER LOCK THE BOOTLOADER , IF YOU'RE USING ANY ROM OTHER THAN STOCK OS AND STOCK RECOVERY
Click to expand...
Click to collapse
Can you tell me how to go to adb? When doing it while being in fastboot I get the error "remote: Partition erase is not allowed"
revedar said:
Can you tell me how to go to adb? When doing it while being in fastboot I get the error "remote: Partition erase is not allowed"
Click to expand...
Click to collapse
Download Universal ADB software, download the latest version and install it.
TWRP 3.0.4-1
Official Oxygen OS 4.0.3
Official Recovery
Connect your phone to the PC and then navigate to installed folder, right click holding SHIFT key and select "Open command window here"
Inside command window type
adb devices
If all the drivers are installed properly, you should see you're device ID here.
then type
adb reboot bootloader
your phone will enter fastboot mode.
then type
fastboot devices
again you should see you're device ID here.
then follow the instruction , i've given earlier.
anup807 said:
Download Universal ADB software, download the latest version and install it.
TWRP 3.0.4-1
Official Oxygen OS 4.0.3
Official Recovery
Connect your phone to the PC and then navigate to installed folder, right click holding SHIFT key and select "Open command window here"
Inside command window type
adb devices
If all the drivers are installed properly, you should see you're device ID here.
then type
adb reboot bootloader
your phone will enter fastboot mode.
then type
fastboot devices
again you should see you're device ID here.
then follow the instruction , i've given earlier.
Click to expand...
Click to collapse
So i've downloaded the software, installed the driver and typed in cmd adb devices "adb devices List of devices attached" is returned, so it seems like there is going something wrong. Is it because the Driver is installed wrong or because "target reported max download size of 440401920 bytes
sending 'recovery' (22605 KB)...
OKAY [ 0.528s]
writing 'recovery'...
FAILED (remote: Partition flashing is not allowed)
finished. total time: 0.551s"
This is returned when trying to flash. Do I have to be in fastboot mode or something else to be able to follow your instructions? In Fast Boot is written that the Device State is locked and Secure Boot is enabled. I messaged Oneplus and hope they have a solution which can just unlock the Bootloader when being in fastboot mode, so everything is fine again. I hope you can help me, but I still wanna say thank your for now
Errr... fastboot can unlock the bootloader. fastboot oem unlock
emuandco said:
Errr... fastboot can unlock the bootloader. fastboot oem unlock
Click to expand...
Click to collapse
Thank you, but it dont works because i forgot to re-enable the oem modification and usb debugging in freedom os, maybe there is an option to do this without having this enabled but I didnt found it. So I wait for a helpful answer from somebody here or from Oneplus, I consider sending my smartphone to oneplus to let them repair it if I cant do it. Just saying that modding an S3, Asus transformer pad and nvidia shield is way easier.
never ever relock your bootloader while you in custom OS
oopstairs said:
never ever relock your bootloader while you in custom OS
Click to expand...
Click to collapse
Thank you for not helping me
revedar said:
Thank you for not helping me
Click to expand...
Click to collapse
Yeah I'm sorry I can't help you in your case. I'm just stating the fact. Sorry if I offended you.
Shouldn't it still be possible to reflash the properly signed official updates? TBH I never had such a problem and thus never had to cope with it. Same with recovery: http://oxygenos.oneplus.net.s3.amazonaws.com/recovery_op3.img Try flashing this one with fastboot. It's the official one. By flashing this one you might fix your stuff over adb sideloading the official full update zips.
Try the unbrick guide provided in the 2nd post to your query. It should definitely help. Better contact OnePlus tech2 support and they'll flash your phone for you. They're really helpful.
emuandco said:
Shouldn't it still be possible to reflash the properly signed official updates? TBH I never had such a problem and thus never had to cope with it. Same with recovery: http://oxygenos.oneplus.net.s3.amazonaws.com/recovery_op3.img Try flashing this one with fastboot. It's the official one. By flashing this one you might fix your stuff over adb sideloading the official full update zips.
Click to expand...
Click to collapse
I already tried to do this, but the console returns something like permission denied.
anup807 said:
Try the unbrick guide provided in the 2nd post to your query. It should definitely help. Better contact OnePlus tech2 support and they'll flash your phone for you. They're really helpful.
Click to expand...
Click to collapse
The MSM Software disconnects the smartphone while the process works
U cannot flash in adb while the bootloader is locked, u can not unlock the bootloader unless u can access ur OS, I am not sure y people was trying to get u to flash via fastboot the answer was provided to u in the 2nd post
^^^ This!
It's pretty much obvious fastboot flash will not work with a locked bootloader.
It's pretty obvious unlocking the bootloader will not work, while one can not access the OS.
Unbrick tool is the only option to bring it back to life, or sending it for RMA. If unbrick tool fails, try using different drivers and make sure it is connected with the stock cable (I've only tried with a Nilkin cable besides the stock one, which always failed at different stages during the process).
Not even sure drivers must be installed manually, I've never done that myself on Windows 10, as they were automatically installed (3 different's PC's, both on x86 and x64).
Which version of stock firmware did you last have? If it was 4.0.1 or earlier, then you can use
Code:
fastboot oem 4F500301
to issue a flash command even without unlocking the bootloader. If you are on that, then use that command and flash stock recovery and then flash stock zip.
rk2612 said:
Which version of stock firmware did you last have? If it was 4.0.1 or earlier, then you can use
Code:
fastboot oem 4F500301
to issue a flash command even without unlocking the bootloader. If you are on that, then use that command and flash stock recovery and then flash stock zip.
Click to expand...
Click to collapse
I had the most recent update installed. Is there a similar command at the moment?
revedar said:
I had the most recent update installed. Is there a similar command at the moment?
Click to expand...
Click to collapse
Don't think so.
Hello everyone,
I have managed to forget my pattern. :crying: I'm on a Pixel 1 and on Android 10 Beta 4. The problem is I have my bitcoin wallet on that device, which is the reason why I cannot factory reset it.
The problem is I cannot reach the device via Google Find, even though it's connected to my WiFi. I also tried putting in a simcard - this didn't help either. Next problem is, I cannot access it via ADB, only via fastboot in bootloader mode.
Any ideas what else I could try? I'm starting to give up...
Best regards
snOwjAwk said:
Hello everyone,
I have managed to forget my pattern. :crying: I'm on a Pixel 1 and on Android 10 Beta 4. The problem is I have my bitcoin wallet on that device, which is the reason why I cannot factory reset it.
The problem is I cannot reach the device via Google Find, even though it's connected to my WiFi. I also tried putting in a simcard - this didn't help either. Next problem is, I cannot access it via ADB, only via fastboot in bootloader mode.
Any ideas what else I could try? I'm starting to give up...
Best regards
Click to expand...
Click to collapse
if you have twrp installed without encryption then its possible to remove that
look here something like this
https://forum.xda-developers.com/android/software-hacking/remove-lockscreen-recovery-t3530008
zfk110 said:
if you have twrp installed without encryption then its possible to remove that
look here something like this
https://forum.xda-developers.com/android/software-hacking/remove-lockscreen-recovery-t3530008
Click to expand...
Click to collapse
I tried to install twrp but ran into this error (on mac):
booting...
ERROR: usb_read failed with status e00002ed
FAILED (status read failed (Undefined error: 0))
EDIT:
Tried it from a windows pc now, got another error:
creating boot image...
creating boot image - 11765760 bytes
Sending 'boot.img' (11490 KB) OKAY [ 0.495s]
Booting FAILED (Status read failed (Too many links))
fastboot: error: Command failed
You don't install TWRP. you boot into it via fastboot and from there you can then choose to flash a zip file which will permanently flash TWRP until a custom ROM is flashed then you have to reflash it. The command to boot into TWRP is fastboot boot *name of TWRP file*.img
It will then boot into TWRP . For convenience sake, I always rename my TWRP file TWRP.img
Phalanx7621 said:
You don't install TWRP. you boot into it via fastboot and from there you can then choose to flash a zip file which will permanently flash TWRP until a custom ROM is flashed then you have to reflash it. The command to boot into TWRP is fastboot boot *name of TWRP file*.img
It will then boot into TWRP . For convenience sake, I always rename my TWRP file TWRP.img
Click to expand...
Click to collapse
Thats what I did actually. I typed in Fastboot Boot twrp.img and that was the outcome
snOwjAwk said:
Thats what I did actually. I typed in Fastboot Boot twrp.img and that was the outcome
Click to expand...
Click to collapse
You have to have TWRP installed before hand, if not then you wont able to do it. since OEM unlock needs to be on
read here more
https://forum.xda-developers.com/pixel-xl/how-to/how-to-unlock-bootloader-verizon-pixel-t3796030
also Im going to PM get it touch with that guy and see if he can help you out
zfk110 said:
You have to have TWRP installed before hand, if not then you wont able to do it. since OEM unlock needs to be on
read here more
https://forum.xda-developers.com/pixel-xl/how-to/how-to-unlock-bootloader-verizon-pixel-t3796030
also Im going to PM get it touch with that guy and see if he can help you out
Click to expand...
Click to collapse
Bootloader is unlocked! That's why im curious why it doesnt work...
snOwjAwk said:
Bootloader is unlocked! That's why im curious why it doesnt work...
Click to expand...
Click to collapse
if its unlocked then you should able to install twrp without any issues,
follow him
You don't install TWRP. you boot into it via fastboot first and from there you can then choose to flash a img file which will permanently flash TWRP until a custom ROM is flashed then you have to reflash it. The command to boot into TWRP is fastboot boot *name of TWRP file*.img
It will then boot into TWRP . For convenience sake, I always rename my TWRP file TWRP.img
copy that TWRP.img in the same adb folder, also its saying too many links that mean you have more than one USB devices connected, just take all of them off and only have your phone connected to it
zfk110 said:
if its unlocked then you should able to install twrp without any issues,
follow him
You don't install TWRP. you boot into it via fastboot first and from there you can then choose to flash a img file which will permanently flash TWRP until a custom ROM is flashed then you have to reflash it. The command to boot into TWRP is fastboot boot *name of TWRP file*.img
It will then boot into TWRP . For convenience sake, I always rename my TWRP file TWRP.img
copy that TWRP.img in the same adb folder, also its saying too many links that mean you have more than one USB devices connected, just take all of them off and only have your phone connected to it
Click to expand...
Click to collapse
That's what I did... And there was no other USB device connected other than the pixel. Fastboot devices also only showed my device
hi devs
i flashed accidentially Chinese recovery rom on my whyred now i m unable to switch from Chinese to global version as i tried every method fastboot,recovery,qfil,mi flash and edl mode i mean every possible way but all in vain as every method ended with error and my fastboot command is locked.
so what can i do please suggest me
it's Chinese miui 11
guys please help me i m frustrated tried every available method on internet downloaded tons of file.
aliasgertaj said:
guys please help me i m frustrated tried every available method on internet downloaded tons of file.
Click to expand...
Click to collapse
What you are trying to do? Just switch from Chinese to Global? or your device is bricked now?
What did happen after that you flashed the Chinese recovery ROM?
What modes do you have available?
Did you unlock bootloader previously?
SubwayChamp said:
What you are trying to do? Just switch from Chinese to Global? or your device is bricked now?
What did happen after that you flashed the Chinese recovery ROM?
What modes do you have available?
Did you unlock bootloader previously?
Click to expand...
Click to collapse
i m not bricked as my device is working fine
but now no fastboot command working i m not able to flash custom recovery
i tried fastboot method , used miflash method every miflash from old to newest , qfil edl mode method with miflash and qualcomm flash tool
i m just able to switch between china stable n developer rom
if i m able to unlock ma fastboot command then i can flash atleast custom recovery .
kindly help me as all method ended up every time with diffrent error.
aliasgertaj said:
i m not bricked as my device is working fine
but now no fastboot command working i m not able to flash custom recovery
i tried fastboot method , used miflash method every miflash from old to newest , qfil edl mode method with miflash and qualcomm flash tool
i m just able to switch between china stable n developer rom
if i m able to unlock ma fastboot command then i can flash atleast custom recovery .
kindly help me as all method ended up every time with diffrent error.
Click to expand...
Click to collapse
Fastboot flashing commands won't work if you have bootloader locked.
Did you unlock bootloader previously and probably get locked again?
Did you enable all the proper options on Developer section, i.e. USB debugging and check if device is recogniced on adb commands?
What do you get with "fastboot getvar all"?
subwaychamp said:
fastboot flashing commands won't work if you have bootloader locked.
Did you unlock bootloader previously and probably get locked again?
Did you enable all the proper options on developer section, i.e. Usb debugging and check if device is recogniced on adb commands?
What do you get with "fastboot getvar all"?
Click to expand...
Click to collapse
thanks a lot dude i m on unlock boot loader .
But bootloader some time works means sometimes it shows my device name after available device command it shows only ???????? Fastboot devices
i tried all way possible but none of them worked.
And i m unable to switch from china to global.
Only i can do is switch between china stable to developer.
i tried getvar command but it gave me this
PS C:\adb> adb reboot bootloader
error: device '(null)' not found
PS C:\adb> fastboot getvar all
getvar:all FAILED (command write failed (Unknown error))
finished. total time: 5.007s
PS C:\adb>
aliasgertaj said:
i tried getvar command but it gave me this
PS C:\adb> adb reboot bootloader
error: device '(null)' not found
PS C:\adb> fastboot getvar all
getvar:all FAILED (command write failed (Unknown error))
finished. total time: 5.007s
PS C:\adb>
Click to expand...
Click to collapse
And you said you enabled USB debuging?!? you didn't. First enable it under development tools.
MAKE SURE YOUR USING RIGHT ADB/FASTBOOT TOOLS AND DRIVERS.
After 'adb reboot bootloader' use 'fastboot devices'. You can change usb cable and if you still get errors try using usb hub.
If all above fails than try it on WIN7 PC.
aliasgertaj said:
thanks a lot dude i m on unlock boot loader .
But bootloader some time works means sometimes it shows my device name after available device command it shows only ???????? Fastboot devices
i tried all way possible but none of them worked.
And i m unable to switch from china to global.
Only i can do is switch between china stable to developer.
Click to expand...
Click to collapse
aliasgertaj said:
i tried getvar command but it gave me this
PS C:\adb> adb reboot bootloader
error: device '(null)' not found
PS C:\adb> fastboot getvar all
getvar:all FAILED (command write failed (Unknown error))
finished. total time: 5.007s
PS C:\adb>
Click to expand...
Click to collapse
I think you are not properly booted to the proper state while you're trying certain commands. Just to be clear; adb works while your device is power on and fastboot commands will work only while your device is in fastboot mode not while on adb mode. A way to be sure that you are doing properly is enabling USB debugging first but while connected device with PC, a prompt will appear from device screen and then tap on "always allow", then you have to type "adb devices" and follow step by step, if device is recognized you can go to the next step with "adb reboot bootloader" then in fastboot you have to see the bunny otherwise is not properly in fastboot mode, then you can follow with "fastboot devices" and so on, keep in mind that any command will work until device is properly recognized.
SubwayChamp said:
I think you are not properly booted to the proper state while you're trying certain commands. Just to be clear; adb works while your device is power on and fastboot commands will work only while your device is in fastboot mode not while on adb mode. A way to be sure that you are doing properly is enabling USB debugging first but while connected device with PC, a prompt will appear from device screen and then tap on "always allow", then you have to type "adb devices" and follow step by step, if device is recognized you can go to the next step with "adb reboot bootloader" then in fastboot you have to see the bunny otherwise is not properly in fastboot mode, then you can follow with "fastboot devices" and so on, keep in mind that any command will work until device is properly recognized.
Click to expand...
Click to collapse
thanks bro
yesterday i used xiaomitool v2 as it reboot automatically device in fastboot mode but as i said after in fastboot mode it doesn't boot in adb mode.
and what is proper method to open fastboot mode i m doing it by holding power and volume down button.
drnightshadow said:
And you said you enabled USB debuging?!? you didn't. First enable it under development tools.
MAKE SURE YOUR USING RIGHT ADB/FASTBOOT TOOLS AND DRIVERS.
After 'adb reboot bootloader' use 'fastboot devices'. You can change usb cable and if you still get errors try using usb hub.
If all above fails than try it on WIN7 PC.
Click to expand...
Click to collapse
thanks for response bro
i did it under developer option and trusted my computer connection also and install adb fastboot devices many time changed cable and port but nothing happen. i tried fastboot files of china stable rom but it also doesn't worked
aliasgertaj said:
thanks bro
yesterday i used xiaomitool v2 as it reboot automatically device in fastboot mode but as i said after in fastboot mode it doesn't boot in adb mode.
and what is proper method to open fastboot mode i m doing it by holding power and volume down button.
Click to expand...
Click to collapse
Just trying to determine what your words exactly mean when you say "after in fastboot mode it doesn't boot in adb mode." ... without entering in more technical insights adb works when device is on, no sense to boot to fastboot to try to boot to adb after that (?)
If you can boot to fastboot what you have to try firstly is unlock bootloader or be sure that is already unlocked using
Code:
fastboot oem device-info
if your device is or get unlocked then you can try to flash or just boot to a custom recovery but if you can't determine until now if your device is really unlocked then you couldn't go further.
The hardware method to enter to fastboot is from a device off; pressing both pwr and vol down buttons but if the bunny is not displayed probably you didn't really get fastboot mode.
SubwayChamp said:
Just trying to determine what your words exactly mean when you say "after in fastboot mode it doesn't boot in adb mode." ... without entering in more technical insights adb works when device is on, no sense to boot to fastboot to try to boot to adb after that (?)
If you can boot to fastboot what you have to try firstly is unlock bootloader or be sure that is already unlocked using
Code:
fastboot oem device-info
if your device is or get unlocked then you can try to flash or just boot to a custom recovery but if you can't determine until now if your device is really unlocked then you couldn't go further.
The hardware method to enter to fastboot is from a device off; pressing both pwr and vol down buttons but if the bunny is not displayed probably you didn't really get fastboot mode.
Click to expand...
Click to collapse
i m frustrated now tried all the thing tried official flash tool official build but even official build by miflash official latest tool unable to flash image
i bought my device to official xiaomi service center they told it will be done in an hour but after couple of hour they returned my phone that it cant be updated.??????
shame on xiaomi that they implemented a method that they themselves also don't know how to revert it.
aliasgertaj said:
i bought my device to official xiaomi service center they told it will be done in an hour but after couple of hour they returned my phone that it cant be updated.??????
shame on xiaomi that they implemented a method that they themselves also don't know how to revert it.
Click to expand...
Click to collapse
Do yo use WIN10? Find PC with Win7... and install adb/fastboot app and drivers. Than try..
Is your system working now?
Just unlock your bootloader and install OrangeFox recovery than you can flash whatever you need.
Problem solved.
drnightshadow said:
Do yo use WIN10? Find PC with Win7... and install adb/fastboot app and drivers. Than try..
Is your system working now?
Just unlock your bootloader and install OrangeFox recovery than you can flash whatever you need.
Problem solved.
Click to expand...
Click to collapse
ok bro i will try today with another pc and update you
aliasgertaj said:
ok bro i will try today with another pc and update you
Click to expand...
Click to collapse
thanks installed twrp on other pc running on windows 7 but now internal storage goes 0mb unable to mount system
aliasgertaj said:
thanks installed twrp on other pc running on windows 7 but now internal storage goes 0mb unable to mount system
Click to expand...
Click to collapse
Wtf .. what's wrong with you.. you did everything we said wrong... Where and when did I told you to install TWRP????
I'm done with you...
Good luck with china ROM.
Ignorance is a bliss.
drnightshadow said:
Wtf .. what's wrong with you.. you did everything we said wrong... Where and when did I told you to install TWRP????
I'm done with you...
Good luck with china ROM.
Ignorance is a bliss.
Click to expand...
Click to collapse
thanks dude i installed twrp wipe my internal storage there is some error then some tricks goes perfect as i supposed and woohaa i installed masik port edition and now my phone works fine.
aliasgertaj said:
thanks dude i installed twrp wipe my internal storage there is some error then some tricks goes perfect as i supposed and woohaa i installed masik port edition and now my phone works fine.
Click to expand...
Click to collapse
TWRP can't bypass encryption, when you have no access to read data (0mb) then you have to format it, to avoid that is always recommended use OrangeFox, just for future reference, if you understand that you can flash OrangeFox through TWRP for better experience.
Also you can use this tool to help you to automate some stuff https://github.com/Szaki/XiaomiADBFastbootTools