funkylogik
share the love peeps ;)
Nah its don't even own a computer mate and never used a mac. Don't even know anyone who uses one. Cheers though mate
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hi, I am stuck in step 3B.ROOTING METHOD 2:
Root by unlocking the bootloader then flashing a custom recovery & custom ROM 1. Research and download your custom ROM
1A. There are two categories of options for custom ROMs.
A. Custom AOSP ROMs like CM11 (not CM11S), Paranoid Android, SlimKat and MoKee.A good repository of custom ROMs and kernels for the OnePlus One may be found here:
B. Modified ROMs based on other sources, including modified versions CM11S and ColorOS as well as PAC-man.
[INDEX][REPO][AIO] ONEPLUS ONE ROM | Kernel | MODs | Recovery - XDA-Developers.com
Although not rooted, you could also go with OnePlus’s official AOSP ROM based on Kit Kat 4.4.4 for a Nexus-like experience. You will have to root it with SuperSU zip per steps 4 & 7 of rooting method 2 above.1B. Download the ROM of your choice and save it to your computer. DO NOT place it on the SD card of your phone yet, as it is destined to be erased in the next step!
2. Backup your phone’s data
Unlocking the bootloader will involve doing a factory reset resulting in the loss of all accounts, emails, texts, apps and app data, pictures, music, etc. on the device. Move anything you need to keep onto your PC or a cloud service like DropBox.
3. Unlock the bootloader
3A. Boot the device into fastboot mode. (Simultaneously hold down the volume up & power buttons until it vibrates.) You should see a black screen with the words “Fastboot Mode”.
3B. Unlock the bootloader using the following commands:
The device will unlock the bootloader, erase all user data and reboot itself.Code:fastboot oem unlock
4. Copy the ROM you downloaded in step 1 above to the SD card of your phone.
If you downloaded GApps.zip, move that to your SD card at this time as well.
5. Flash a custom recovery
5A. Choose a custom recovery. There are three good choices out there right now, and you’ll need to read up on them to make your decision. There are no bad choices—it all comes down to personal preference. Download the zip file from the OP of the recovery you choose to your PC.
TWRP (Team Win Recovery Project)5B. Extract the recovery image from the zip file you downloaded above (ie, openrecovery-twrp-2.7.1.0-bacon.img) to the location where you installed SDK tools (ADB & fastboot). Rename it “recovery.img”.
CWM (ClockworkMod Recovery)
CWM Advanced Edition (PhilZ Touch) <— this is what I’m using
5C. Boot the device into fastboot mode.
5D. Open a command prompt in Windows and navigate to the folder where you installed SDK tools (ADB & fastboot). Type the following commands:
You should now see the custom recovery you just flashed, not the stock recovery.Code:fastboot flash recovery recovery.img fastboot boot recovery.img
6. Backup your ROM
In TWRP press “Backup” and in CWM press or scroll to “Backup and Restore.”
Don’t be a noob—backup your device!!! If you screw something up, reverting back to stock can cause massive headaches. Restoring from a backup in recovery is MUCH easier.
7. Flash the custom ROM7A. The device should still be in recovery from step 6 above. Go back to your recovery’s main menu and select “Wipe” (TWRP) or “Wipe Data/Factory Reset” (CWM). If you are using PhilZ Touch CWM recovery, then chose “Clean to Install New ROM” after that.
7B. For TWRP and regular CWM recoveries, you must further wipe cache and dalvik cache.7C. Go back to the main menu and press Install (TWRP) or choose Install Zip (CWM) and find the ROM zip file you copied to your SD card, then flash it.
7D. Do the same with the GApps zip that you copied to your SD card.
7E. Reboot the phone. It is now rooted!
ThanksNo. Probably nothing happened an you can just long press the power key to reboot. You need to make sure your Android USB drivers are working before trying again.
Can you still reboot the phone normally?Thanks
However, I am trying to unlock the bootloader and still, it is stuck on the 3 dots and nothing more happens :/
the drivers seems to be working fine as when I entered the fastboot devices command, the device showed up.
I also tried to uninstall everything related to android on PC and reinstalled everything from scratch, but I am ending up with the same result. the only commands working are the reboot ones
I would really like to install OxygenOS, but this is stopping me
yes, the phone is working normally.Can you still reboot the phone normally?
I did it, thanks a lot.Can you still reboot the phone normally?
Yes it does. Always make backups!All I know is that unlocking the bootloader (in order to flash anything unofficial like recovery or rom) always wipes the device (afaik)
I'm currently in the process of getting through this and decided to go with Method #1, which involved SuperSU. I typed in the line,
"fastboot oem unlock"
which is supposed make the device unlock the bootloader, erase all user data and reboot itself, however once I type it in, it prompts me with a message saying "okay" in command prompt, but nothing seems to have taken place on my phone - the screen hasn't moved from displaying Fastboot Mode.
Any idea? Very hesitant to just restart it.