Spannaa
Recognized Contributor / Themer
Im on windows and I tried as an administrator and as a user also.
Just use 15 seconds ADB Installer v1.4.3 from XDA
Im on windows and I tried as an administrator and as a user also.
That was my next proposal. :good:
Hi!Yep, much easier than downloading and installing the massive SDK if you only need adb, fastboot and drivers![]()
Hi!
I have finally overcome the issue thanks! But now I installed TWRP in theory but my phone won't open it. It opens the stock recovery.
I tried to boot into twrp before booting into android mut it does not work. What should I do?
Read section #2 from the first post of this thread again carefully, especially the first and last paragraphs - it work if you do it right![]()
I did for like 10times. I did everything as it says so but I can't boot into TWRP. Only stock recovery open up no matter how I try...
Can you try "fastboot reboot" while holding the volume down key (just after you've flashed your custom recovery using fastboot)?I did for like 10times. I did everything as it says so but I can't boot into TWRP. Only stock recovery open up no matter how I try...
You don't have to be under TWRP but fastboot mode to be detected by fastboot.I'm unable to boot my phone into the system and I can only access TWRP, when I plugged my phone in Recovery Windows installed the device as A0001 so I installed the adb and fastboot drivers but my device won't be recognized using "fastboot devices" from cmd. There's two guide in this section of the forum and I followed all steps.
You'll need a working adb/fastboot environment on your PC to get through some of these guides. Go here to download the Android SDK, which will give you most updated version of adb and fastboot. Scroll to the bottom of the page and find Other Download Options>SDK Tools Only, and grab the right version for your OS. While it's downloading create a folder in C:\ called SDK (C:\SDK). Once you've downloaded the zip you can extract it into your C:\SDK folder. Navigate to C:\SDK\android-sdk-windows and open SDK Manager.exe. In SDK Manager you need to install the following packages:
They changed it some time I ran into the same problem last month when I had to install it on a friend's computer because I didn't have my computer handy and my phone crashed I had to wind up downloading the whole Windows platformI have downloaded and extracted this file and there is no exe called "SDK Manager.exe". Only mksdcard.exe and emulator.exe. I downloaded the zip, "sdk-tool-windows-3859397.zip" and hash code checked out.
They changed it some time I ran into the same problem last month when I had to install it on a friend's computer because I didn't have my computer handy and my phone crashed I had to wind up downloading the whole Windows platform
Use the windows installer on the android SDK download page. Its a huge file but worked for me last month to get it set up on a friends computer I had to use when mine was a few hundred miles away and I lost twrp.What are you saying the solution here is?
Btw, this guide should be updated.
You don't need to install Android Studio if all you want to do is use fastboot & adb - use the 15 seconds ADB Installer v1.4.3 and save yourself loads of diskspace ?@flonni
do you still need help with TWRP? see post #1077 by david. you gotta download android studio and fastboot flash twrp
adb version
adb devices
fastboot devices
fastboot devices
fastboot oem unlock
fastboot oem device-info
fastboot reboot
fastboot flash recovery openrecovery-twrp-2.8.1.0-bacon.img
fastboot format cache
fastboot reboot
fastboot flash boot boot.img
fastboot reboot
fastboot flash modem NON-HLOS.bin
fastboot flash sbl1 sbl1.mbn
fastboot flash dbi sdi.mbn
fastboot flash aboot emmc_appsboot.mbn
fastboot flash rpm rpm.mbn
fastboot flash tz tz.mbn
fastboot flash LOGO logo.bin
fastboot flash oppostanvbk static_nvbk.bin
fastboot flash boot boot.img
fastboot flash cache cache.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash userdata userdata_64G.img
fastboot reboot
fastboot flash modem NON-HLOS.bin
fastboot flash sbl1 sbl1.mbn
fastboot flash dbi sdi.mbn
fastboot flash aboot emmc_appsboot.mbn
fastboot flash rpm rpm.mbn
fastboot flash tz tz.mbn
fastboot flash LOGO logo.bin
fastboot flash oppostanvbk static_nvbk.bin
fastboot reboot
su
dd if=/dev/block/mmcblk0p10 of=/sdcard/modemst1.bin bs=512
dd if=/dev/block/mmcblk0p11 of=/sdcard/modemst2.bin bs=512
fastboot flash modemst1 modemst1.bin
fastboot flash modemst2 modemst2.bin
fastboot reboot
Quick post about how an OTA works.
here is the full log. then advice me please.
____________________________________________________
C:\Users\Musheer\Desktop\OnePlus>adb version
Android Debug Bridge version 1.0.32
C:\Users\Musheer\Desktop\OnePlus>fastboot flash modem NON-HLOS.bin
target reported max download size of 536870912 bytes
sending 'modem' (56369 KB)...
OKAY [ 1.768s]
writing 'modem'...
OKAY [ 1.053s]
finished. total time: 2.821s
C:\Users\Musheer\Desktop\OnePlus>fastboot flash sbl1 sbl1.mbn
target reported max download size of 536870912 bytes
sending 'sbl1' (295 KB)...
OKAY [ 0.016s]
writing 'sbl1'...
OKAY [ 0.016s]
finished. total time: 0.031s
C:\Users\Musheer\Desktop\OnePlus>fastboot flash dbi sdi.mbn
target reported max download size of 536870912 bytes
sending 'dbi' (11 KB)...
OKAY [ 0.000s]
writing 'dbi'...
OKAY [ 0.016s]
finished. total time: 0.016s
C:\Users\Musheer\Desktop\OnePlus>fastboot flash aboot emmc_appsboot.mbn
target reported max download size of 536870912 bytes
sending 'aboot' (376 KB)...
OKAY [ 0.016s]
writing 'aboot'...
OKAY [ 0.016s]
finished. total time: 0.031s
C:\Users\Musheer\Desktop\OnePlus>fastboot flash rpm rpm.mbn
target reported max download size of 536870912 bytes
sending 'rpm' (185 KB)...
OKAY [ -0.000s]
writing 'rpm'...
OKAY [ -0.000s]
finished. total time: 0.016s
C:\Users\Musheer\Desktop\OnePlus>fastboot flash tz tz.mbn
target reported max download size of 536870912 bytes
sending 'tz' (283 KB)...
OKAY [ 0.016s]
writing 'tz'...
OKAY [ 0.016s]
finished. total time: 0.031s
C:\Users\Musheer\Desktop\OnePlus>fastboot flash LOGO logo.bin
target reported max download size of 536870912 bytes
sending 'LOGO' (9591 KB)...
OKAY [ 0.297s]
writing 'LOGO'...
OKAY [ 0.188s]
finished. total time: 0.484s
C:\Users\Musheer\Desktop\OnePlus>fastboot update -w cm-11.0-XNPH44S-bacon-signed
-fastboot.zip
target reported max download size of 536870912 bytes
archive does not contain 'boot.sig'
archive does not contain 'recovery.sig'
failed to allocate 820487604 bytes
error: update package missing system.img
C:\Users\Musheer\Desktop\OnePlus>fastboot reboot
rebooting...
finished. total time: -0.000s
C:\Users\Musheer\Desktop\OnePlus>
fastboot flash modem NON-HLOS.bin
fastboot flash sbl1 sbl1.mbn
fastboot flash dbi sdi.mbn
fastboot flash aboot emmc_appsboot.mbn
fastboot flash rpm rpm.mbn
fastboot flash tz tz.mbn
fastboot flash LOGO logo.bin
fastboot flash oppostanvbk static_nvbk.bin
fastboot flash boot boot.img
fastboot flash cache cache.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash userdata userdata_64G.img (or userdata.img for 16G version)
fastboot reboot
Yes sir, I've only just been inducted into the moderator ranks but I'm looking forward to my new position. Thanks for your kind words.Hey @timmaaa, just spotted you're now a mod.
Congratulations - I'm sure that with your cool, calm temperament, you'll be awesome :good: