[ROOT][TUTORIAL] Easy Root & ADB Driver

Search This thread

Harfainx

Retired Forum Moderator
Apr 10, 2010
1,658
1,803
Due to concerns about the security of a previously shared program, I've pulled the link and info. Please use the following that was shared out from jcase (for some reason it won't let me mention).

If you need to root your stock ROM, please use the method that was posted by in this thread: http://xdaforums.com/showthread.php?t=2539930

Here's the quote about the information there:
Thanks to Saurik and Giantpune for contributing (ie its based on their research)

Install apk, run apk wait 1 minute, install supersu app from market then uninstall with this command

adb uninstall com.qualcomm.privinit

Install the app that's attached (also from jcase's thread).

Run the apk, then wait a minute.

Go to the Play Store and download SuperSU.

Go into SuperSU and make sure you have root permissions. Test an app or two.

Remove the app from your phone when you get a chance.
Use the adb command "adb uninstall com.qualcomm.privinit" without the quotes.
You can use also remove it manually a few ways without adb.

--

You can also flash a ROM (even stock ROM) with TWRP and it will ask you if you want to root it. You can select to root with it and then you'll be fine without any need for installation yourself. When I used that method on my last install, I had to reboot my phone to get root to show up. It told me that I wasn't rooted on first boot. Just a simple reboot fixed the problem.

-------------------------------------------------------

Windows ADB Driver:
If you haven't installed ADB drivers for your N1, you can find them here:
https://dc381.4shared.com/download/AVr-h5Lt/adb_driver_windows.zip

Download, extract the folder, and then point your drivers to the android_winusb.inf. Then you should be setup for ADB.

** I will update this as needed. Please let me know if I forgot/missed anything, or if you have anything to add. This requires very little knowledge of Android, and you don't even need the Android SDK installed.

-------------------------------------------------------

Updates/changes:
2013.12.10 - Removed link and information to a program. Updated information reflect other method.
2014.01.30 - Changed link to Windows ADB driver. Oppo took their link down yesterday.
 

Attachments

  • Oppown-build3.apk
    368.9 KB · Views: 1,133
Last edited:

dank101

Senior Member
Oct 13, 2012
330
132
I don't trust this, some pics would be nice... kinguser is installed by kingoroot... a VERY suspicious software VERY suspicious
 
Last edited by a moderator:

Harfainx

Retired Forum Moderator
Apr 10, 2010
1,658
1,803
I don't trust this, some pics would be nice... kinguser is installed by kingoroot... a VERY suspicious software VERY suspicious

Feel free to use other methods if you don't trust this one. I wouldn't share it if it was unsafe.

Also, with a custom recovery you could just flash a different ROM or SuperSU directly.

Sent from my N1 using Tapatalk
 
Last edited:

dank101

Senior Member
Oct 13, 2012
330
132
it just seems like kingoroot too much, main suspicion
 
Last edited:

Dees_Troy

Senior Recognized Developer
Mar 31, 2008
1,705
13,582
KC MO
www.teamw.in
jcase posted an apk that provides root without needing a computer that is probably much safer than this. The stock recovery provides a rooted shell out of the box. It would be easy to use that to install SuperSU or something. You can also flash & boot TWRP then hit reboot system and let TWRP install SuperSU & root your device. No need for installing a somewhat suspect root application like this.
 

dank101

Senior Member
Oct 13, 2012
330
132
jcase posted an apk that provides root without needing a computer that is probably much safer than this. The stock recovery provides a rooted shell out of the box. It would be easy to use that to install SuperSU or something. You can also flash & boot TWRP then hit reboot system and let TWRP install SuperSU & root your device. No need for installing a somewhat suspect root application like this.

I agree, and it seems to much like kingoroot
 

Harfainx

Retired Forum Moderator
Apr 10, 2010
1,658
1,803
I've updated the OP and pulled the information about the suspicious app. I personally think that it's fine, but if there is suspicion, I would rather be safe and remove it.

I've used the information the @jcase posted instead. The adb drivers are still there though. :good:
 

m2b999

Senior Member
Nov 26, 2011
297
29
Towson
How to root CyanogenMod edition? Oppown won't install at all...

Sent from my N1 using XDA Premium 4 mobile app
 

Espada04

Member
Sep 13, 2012
31
4
How to root CyanogenMod edition? Oppown won't install at all...

Sent from my N1 using XDA Premium 4 mobile app

Make sure the SuperSU file is already on your phone.

Flash TWRP Recovery through Fastboot (vol up + power) with
Code:
fastboot flash recovery your_recovery_filename.img

after it flashes reboot
Code:
fastboot reboot

from there turn off your phone and boot into recovery (vol down + power)

Navigate to where you put the SuperSU.zip file and flash it. Once you do that. Wipe Dalvik Cache and Cache before you reboot the phone into the OS.

After it loads up go to the SuperSU app. Locate the setting where it preserves CM root and uncheck that.

You should have root access now.


Oppown doesn't work on CM. :)
 
  • Like
Reactions: ThommmF and m2b999

m2b999

Senior Member
Nov 26, 2011
297
29
Towson
Make sure the SuperSU file is already on your phone.

Flash TWRP Recovery through Fastboot (vol up + power) with
Code:
fastboot flash recovery your_recovery_filename.img

after it flashes reboot
Code:
fastboot reboot

from there turn off your phone and boot into recovery (vol down + power)

Navigate to where you put the SuperSU.zip file and flash it. Once you do that. Wipe Dalvik Cache and Cache before you reboot the phone into the OS.

After it loads up go to the SuperSU app. Locate the setting where it preserves CM root and uncheck that.

You should have root access now.


Oppown doesn't work on CM. :)

Many thanks! Worked like a charm!
 

Harfainx

Retired Forum Moderator
Apr 10, 2010
1,658
1,803
I am rooted OK.. On omnirom. But when i attach my phone my computer cannot see the file system.. Is there a better adb driver somewhere?

The computer should only show the storage (onboard sdcard) part, or do you mean your adb isn't working properly?

Can you please explain what is showing what, and what you want to see?

Sent from my N1 using Tapatalk
 

giuliano rigon

Senior Member
Oct 17, 2011
64
5
i cannot see sdcard

The computer should only show the storage (onboard sdcard) part, or do you mean your adb isn't working properly?

Can you please explain what is showing what, and what you want to see?

Sent from my N1 using Tapatalk
I want to see files and copy them to my PC using the inner memory ad external storage.. I thought that adb might nave some problems.. I can flash the phone so communication is working.. Bit i do not see the fila system of the phone.. Help..
 

Harfainx

Retired Forum Moderator
Apr 10, 2010
1,658
1,803
I want to see files and copy them to my PC using the inner memory ad external storage.. I thought that adb might nave some problems.. I can flash the phone so communication is working.. Bit i do not see the fila system of the phone.. Help..

Are you able to see the sdcard portion? That should be all that you can see when you mount the phone to your PC.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 3
    Due to concerns about the security of a previously shared program, I've pulled the link and info. Please use the following that was shared out from jcase (for some reason it won't let me mention).

    If you need to root your stock ROM, please use the method that was posted by in this thread: http://xdaforums.com/showthread.php?t=2539930

    Here's the quote about the information there:
    Thanks to Saurik and Giantpune for contributing (ie its based on their research)

    Install apk, run apk wait 1 minute, install supersu app from market then uninstall with this command

    adb uninstall com.qualcomm.privinit

    Install the app that's attached (also from jcase's thread).

    Run the apk, then wait a minute.

    Go to the Play Store and download SuperSU.

    Go into SuperSU and make sure you have root permissions. Test an app or two.

    Remove the app from your phone when you get a chance.
    Use the adb command "adb uninstall com.qualcomm.privinit" without the quotes.
    You can use also remove it manually a few ways without adb.

    --

    You can also flash a ROM (even stock ROM) with TWRP and it will ask you if you want to root it. You can select to root with it and then you'll be fine without any need for installation yourself. When I used that method on my last install, I had to reboot my phone to get root to show up. It told me that I wasn't rooted on first boot. Just a simple reboot fixed the problem.

    -------------------------------------------------------

    Windows ADB Driver:
    If you haven't installed ADB drivers for your N1, you can find them here:
    https://dc381.4shared.com/download/AVr-h5Lt/adb_driver_windows.zip

    Download, extract the folder, and then point your drivers to the android_winusb.inf. Then you should be setup for ADB.

    ** I will update this as needed. Please let me know if I forgot/missed anything, or if you have anything to add. This requires very little knowledge of Android, and you don't even need the Android SDK installed.

    -------------------------------------------------------

    Updates/changes:
    2013.12.10 - Removed link and information to a program. Updated information reflect other method.
    2014.01.30 - Changed link to Windows ADB driver. Oppo took their link down yesterday.
    2
    How to root CyanogenMod edition? Oppown won't install at all...

    Sent from my N1 using XDA Premium 4 mobile app

    Make sure the SuperSU file is already on your phone.

    Flash TWRP Recovery through Fastboot (vol up + power) with
    Code:
    fastboot flash recovery your_recovery_filename.img

    after it flashes reboot
    Code:
    fastboot reboot

    from there turn off your phone and boot into recovery (vol down + power)

    Navigate to where you put the SuperSU.zip file and flash it. Once you do that. Wipe Dalvik Cache and Cache before you reboot the phone into the OS.

    After it loads up go to the SuperSU app. Locate the setting where it preserves CM root and uncheck that.

    You should have root access now.


    Oppown doesn't work on CM. :)
    1
    cant install oppown-build3.apk

    fail to install oppown-build3.apk, it says: App not installed:confused:
    im using coloros v1.0.0i