Register

Wug's Nexus Root Toolkit v1.6.3 [Updated 02/24/13]

This is a discussion on Wug's Nexus Root Toolkit v1.6.3 [Updated 02/24/13] within the Galaxy Nexus Hacking & Mods [LTE/CDMA] forums, part of the Galaxy Nexus Development category; Originally Posted by WugFresh Ok. Sorry for the delayed response guys, I have been busy coding; here is the manual solution to your problem: Use ...

+ Reply to Thread
Page 234 of 288 FirstFirst ... 134184224232233234235236244284 ... LastLast
Results 2,331 to 2,340 of 2878
Like Tree576Likes

Thread: Wug's Nexus Root Toolkit v1.6.3 [Updated 02/24/13]

  1. #2331
    Polaris
    Member #
    1432
    Liked
    379 times
    Join Date
    Dec 2011
    Location
    Ingram, TX
    Posts
    1,064
    Quote Originally Posted by WugFresh View Post
    Ok. Sorry for the delayed response guys, I have been busy coding; here is the manual solution to your problem:

    Use the advanced utilities boot (temporary) button, and select the modified boot.img for your device, they reside in the toolkits /data directory. If you don't know which one to chose check your settings.ini file with a text editor, and look for the modified boot entry. The settings.ini file is in /data/stored

    Once you boot off this modified boot.img, then you can open the Launch CMD Prompt button, and enter in the following cmds:
    Code:
    adb root
    adb remount
    adb shell mount -o rw,remount /dev/block/mmcblk0p1 /system
    adb shell
    su
    rm /system/app/Superuser.apk
    rm /system/bin/su
    rm /system/xbin/su
    exit
    exit
    adb reboot
    exit
    In the next release I will have it automatically delete any previous superuser versions.

    {{ WugFresh }}
    Pardon me if I get the lingo wrong (just an old trooper,) but "You da Man!" Thanks!
    Last edited by WugFresh; 07-18-2012 at 07:22 PM.
    Improvise, Adapt, Overcome --- Ready and Forward!
    ADVISORY- I am not an expert! Just an old Trooper trying to lend a hand.
    All men with honor are kings - but not all kings have honor.
    The difficult we do immediately, the impossible takes a little longer…
    "We're surrounded. That simplifies the problem!" CHESTY PULLER, USMC


  2. #2332
    Developer
    GalaxyNexusForum.com Developer

    Member #
    1582
    Liked
    383 times
    Twitter
    wugfresh
    Join Date
    Dec 2011
    Posts
    843
    Quote Originally Posted by sgthwjack View Post
    Pardon me if I get the lingo wrong (just an old trooper,) but "You da Man!" Thanks!
    :-) Thanks. I just quickly edited your quote to match my updated post. I added one extra line of code in case the user has a binary in their xbin as well.

    {{ WugFresh }}

  3. #2333
    Milky Way
    Member #
    12655
    Join Date
    Jul 2012
    Posts
    1
    Quote Originally Posted by thusband View Post
    Are there Nexus 7 drivers that have to be installed first? I don't see any reference for them in the Toolkit.

    Thanks
    Make sure you are in PTP mode under settings>storage>menu>usb settings
    Last edited by beaumac; 07-19-2012 at 12:21 AM.

  4. #2334
    Moderator
    Member #
    2254
    Liked
    811 times
    Twitter
    kdog2007
    Join Date
    Jan 2012
    Location
    Tarheel State
    Posts
    2,798
    in the driver section of the kit you can follow the steps to manually configure them

    Sent from my Nexus 7 using Tapatalk 2
    We make a living by what we get: We make a life by what we give.-author unknown











  5. #2335
    Developer
    GalaxyNexusForum.com Developer

    Member #
    1582
    Liked
    383 times
    Twitter
    wugfresh
    Join Date
    Dec 2011
    Posts
    843
    Quote Originally Posted by Kdog View Post
    in the driver section of the kit you can follow the steps to manually configure them

    Sent from my Nexus 7 using Tapatalk 2
    +1, you can also look at the start of this video for a reference.

    http://liliputing.com/2012/07/how-to-root-the-google-nexus-7-unlock-the-bootloader-install-custom-recovery.html

    {{ WugFresh }}

  6. #2336
    Milky Way
    Member #
    417
    Liked
    8 times
    Join Date
    Nov 2011
    Posts
    3
    First of all "thanks for all your hard work"

    I am having an issue with flashing a factory image to my vzw galaxy nexus. I have been running jelly belly 3.x and jb bootloader without issues. Yesterday I decided to start fresh and ran into an error just after the radios. Something about "missing system file" . I have tried all new files and drivers. The return to stock script always fails just after flashing the radios. No harm done, the phone remains unchanged other than the ICS bootloader replaces the jb version.

    My only concern is not being able to return to stock in case of warranty issues.

  7. #2337
    Milky Way
    Member #
    12677
    Join Date
    Jul 2012
    Posts
    2
    Hey guys!

    Wug, love the toolkit, bailed me out when I was getting boot loops on my Nexus 7. Props man, big props.

    I've been having an issue lately with my GNEX (Verizon, Jelly Belly Rom, Popcorn kernel) where my computer won't recognize it. I've deleted the Samsung drivers, deleted all samsung and google items in adb devices and reinstalled many times but my computer never configures right. Lately, its been showing up under "other devices" as "INTF2" rather than what it used to show up as (can't remember what that was). I right click it and tell it update driver and use the SAMSUNG Android ADB Interface driver and it looks like it configured, but when I click List all ADB Devices it says No ADB Devices Found. I tried uninstalling the drivers and deleting all the references in USBDeview and rebooting and still couldn't get it to work.

    Currently, my GNEX shows up as "CDS7" and is listed as a modem. Very odd. Any ideas?

  8. #2338
    Milky Way
    Member #
    12677
    Join Date
    Jul 2012
    Posts
    2
    Nevermind, figured it out with a bit more searching. It was USB fast charge. I switched that off and my computer recognized my phone.

  9. #2339
    Milky Way
    Member #
    12640
    Join Date
    Jul 2012
    Posts
    2
    Quote Originally Posted by WugFresh View Post
    Ok. Sorry for the delayed response guys, I have been busy coding; here is the manual solution to your problem:

    Use the advanced utilities boot (temporary) button, and select the modified boot.img for your device, they reside in the toolkits /data directory. If you don't know which one to chose check your settings.ini file with a text editor, and look for the modified boot entry. The settings.ini file is in /data/stored

    Once you boot off this modified boot.img, then you can open the Launch CMD Prompt button, and enter in the following cmds:
    Code:
    adb root
    adb remount
    adb shell mount -o rw,remount /dev/block/mmcblk0p1 /system
    adb shell
    su
    rm /system/app/Superuser.apk
    rm /system/bin/su
    rm /system/xbin/su
    exit
    exit
    adb reboot
    exit
    In the next release I will have it automatically delete any previous superuser versions.

    {{ WugFresh }}

    Thank you very much! Worked like a charm!

  10. #2340
    Andromeda
    Member #
    6465
    Liked
    4 times
    Join Date
    Mar 2012
    Location
    San Jose, CA
    Posts
    132

    Build JRO03D vs. JRO03C

    My Nexus 7 is JB 4.1.1 Build JRO03D but the Toolkit v1.5.2 only has Build JRO03C. Can I use that?

    Thanks

 

 

Ads

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Similar Threads

  1. Replies: 164
    Last Post: 04-26-2012, 06:42 AM
  2. Im new to this if I root
    By nybadboy11 in forum Galaxy Nexus General Discussion
    Replies: 3
    Last Post: 12-20-2011, 11:18 AM
  3. root available right away?
    By nybadboy11 in forum Galaxy Nexus General Discussion
    Replies: 14
    Last Post: 12-17-2011, 08:14 PM
  4. Should I root my GN?
    By holly in forum Galaxy Nexus General Discussion
    Replies: 7
    Last Post: 12-05-2011, 06:45 AM
  5. rooted galaxy nexus lte version (permanent root)
    By stickjohnsonaah in forum Galaxy Nexus General Discussion
    Replies: 2
    Last Post: 11-24-2011, 09:44 PM

Search tags for this page

galaxy nexus forum
,
galaxy nexus root
,
galaxy nexus root kit
,
galaxy nexus root tool kit
,

galaxy nexus root toolkit

,
galaxy nexus toolkit
,
nexus root kit
,

nexus root toolkit

,
nexus root toolkit download
,
nexus root toolkit v1.5.4
,
wug galaxy nexus
,
wug's galaxy nexus
,

wug's galaxy nexus root toolkit

,
wug's galaxy nexus toolkit
,
wugs galaxy nexus root toolkit
Click on a term to search for related topics.