Android Forums at AndroidCentral.com >  Samsung Android Tablets >  Samsung Galaxy Tab 10-inch > Google I/O Galaxy Tab 10.1 proper root, busybox, tools

Google I/O Galaxy Tab 10.1 proper root, busybox, tools

    Thread Author   #1  
Old 05-24-2011, 03:27 AM
AC Cowboy
Device(s): Yes
ROM/Kernel: Homebrewed
My Next Device: Yes
 
Posts: 4,816
Location: Wild and Wonderful
Join Date: Oct 2009
Thanked 2,168 Times in 537 Posts
Likes Received: 309
Activity: 8/20
The original method used to root the I/O Tab (referenced here) is incorrect. After a few hours helping someone fight through issues, turns out it was the simplest problem. Read on.


A full build of busybox, correct su, superuser, and misc system tools is now available for the Galaxy Tab 10.1. I can vouch this works on the I/O version, and was told it works fine on the 10.1v with an unlocked bootloader.

Grab the file here, and flash as normal:
copy zip file to storage
power off
hold Vol down + power to reboot to recovery
flash file via menu

The problem arises if you have used to first "root" version floating around. It's placing su in the wrong location, and causing things not to work if you flash this. Because the AllDroid version places su in /system/bin/, flashing this file doesn't over write it when it places su where it belongs (in /system/xbin/). It stills says you're rooted, but apps can't get superuser privileges.

It's an easy fix

Plug the Tab into your Computer, open a terminal in your SDK/platform-tools folder and do the following:

Code:
adb devices
adb remount
adb shell
cd /system/bin/
ls
(Verify the file su is present)
cd /system/xbin/
ls
(verify su is there)
cd /system/bin/
rm su
exit
adb reboot
Edit -- not for the retail version. Didn't think it would work, but verified.
Thanked by nate44
  #2  
Old 06-18-2011, 12:50 AM
Device(s): Galaxy Nexus
 
Posts: 41
Location: Heber City, Utah, United States
Join Date: Sep 2010
Thanked 1 Time in 1 Post
Likes Received: 0
Activity: 2/20
Does this method work with the newly released SG Tab 10.1 with 3.1 Honeycomb on it?
    Thread Author   #3  
Old 06-18-2011, 02:00 PM
AC Cowboy
Device(s): Yes
ROM/Kernel: Homebrewed
My Next Device: Yes
 
Posts: 4,816
Location: Wild and Wonderful
Join Date: Oct 2009
Thanked 2,168 Times in 537 Posts
Likes Received: 309
Activity: 8/20
Quote:
Originally Posted by ccm435 View Post
Does this method work with the newly released SG Tab 10.1 with 3.1 Honeycomb on it?
Probably not. Unless you're comfortable working on a device that won't boot and fixing it, hold off until some things are confirmed.

We'll be separating I/O Tab, retail Tab, and 10.1v Tab stuff here once we find the differences. For now, assume everything you see for the Tab doesn't work for the retail version, just to be safe.
Thanked by menno
  #4  
Old 06-21-2011, 02:34 PM
 
Posts: 1
Join Date: Jun 2011
Thanked 0 Times in 0 Posts
Likes Received: 0
Activity: 0/20
Thanks for the info!
  #5  
Old 06-21-2011, 05:23 PM
 
Posts: 338
Join Date: May 2010
Thanked 22 Times in 17 Posts
Likes Received: 43
Activity: 0/20
Quote:
Originally Posted by gbhil View Post
Probably not. Unless you're comfortable working on a device that won't boot and fixing it, hold off until some things are confirmed.

We'll be separating I/O Tab, retail Tab, and 10.1v Tab stuff here once we find the differences. For now, assume everything you see for the Tab doesn't work for the retail version, just to be safe.
I have a new device that won't boot and would love to fix it

Is there anything I can do? When I first let the battery die, I plugged it into the charger and got the charging icon. A little while later I unplugged it, tried to get it to boot to no avail, put it back on the charger and now I get no charging indicator. Power does nothing, power + volume does nothing, power + touch does nothing, power for longer than 15 seconds does nothing too... is there anything I can try to get this thing working if I hook it up to my PC? I haven't rooted it, for the record.
  #6  
Old 06-29-2011, 10:41 PM
 
Posts: 1
Join Date: Jun 2011
Thanked 0 Times in 0 Posts
Likes Received: 0
Activity: 0/20
hi how
R U bro ?

I would to ask if this root work with tab 10.1v

thanks ...
  #7  
Old 07-27-2011, 12:57 PM
 
Posts: 612
Join Date: Dec 2009
Thanked 11 Times in 10 Posts
Likes Received: 20
Activity: 4/20
Any updates on rooting the 10.1 that people are buying now from Staples/BestBuy?