Root for SCH-I915 - Galaxy Tab 2 Q&A, Help & Troubleshooting

Has anyone found a working root method for the new Tab 10.1 model. It came with 4.0.4.
Sent from my SCH-I915 using xda premium

Also needing root for my sch-i915 any help would be great.

Explore the forums and try root methods for other devices. Just make sure you read read read and know what it's doing. That's what I had to do with the SCH-i705, finally found one that was compatible.

MrHyde03 said:
Explore the forums and try root methods for other devices. Just make sure you read read read and know what it's doing. That's what I had to do with the SCH-i705, finally found one that was compatible.
Click to expand...
Click to collapse
Thanks for the reply, I'll continue searching the forums.

jdn1979 said:
Thanks for the reply, I'll continue searching the forums.
Click to expand...
Click to collapse
Any luck? I too have been searching for this and came up with nothing.

Still no luck here, been searching and searching.
Sent from my unlocked SCH-I605 Running Jelly "beans" rom build 3

Root, or clockworkmod recovery
Any info on either a working root, or even just a working CWM recovery, for this Verizon Galaxy Tab 2 10.1 (a.k.a. SCH-I915) would surely be appreciated...

Has anyone tried making a signed update.zip with all the SU binaries? May not work because of signature check but definitely worth a shot.
Sent from my SCH-I535 using XDA Premium HD app

Hey yall,
I've been looking for an root method that will root the latest base for our vzw tab 2 lte tabs and I found one that works. Best part is, it should work for you! I unrooted my tab (the 7" vzw) with the latest base J1 which currently has no root method other than a prerooted image, and ran this on linux and it rooted it with no problem
Root_with_Restore_by_Bin4ry_v18.7z
Found it from here: http://forum.xda-developers.com/showthread.php?t=1886460
So here's what you do. Download the above zip and extract it.
Enable USB Debugging on your tab
Plug in USB
Go into the extracted folder, right click on 'RunMe.bat' and select 'Run as Administrator'
Select method 1, Normal
Follow the instructions.
Let me know if this worked for yall.

I tried this, both methods, but still no root access???
Sent from my ADR6425LVW using xda premium

What was the output of the script? Copy paste or take a screenshot
Sent from my SCH-I535 using XDA Premium HD app

MrHyde03 said:
What was the output of the script? Copy paste or take a screenshot
Sent from my SCH-I535 using XDA Premium HD app
Click to expand...
Click to collapse
Strange thing is that it removed all of the bloatware, but I dont have root access....
Device type:
1) Normal
2) Special (for example: Sony Tablet S, Medion Lifetab)
x) Unroot
Make a choice: 1
Checking if i should run in Normal Mode or special Sony Mode
Please connect your device with USB-Debugging enabled now
Waiting for device to shop up, if nothing happens please check if Windows ADB-dr
ivers are installed correctly!
remote object '/system/app/Backup-Restore.apk' does not exist
remote object '/system/bin/ric' does not exist
.
Pushing busybox....
2950 KB/s (1085140 bytes in 0.359s)
Pushing su binary ....
2876 KB/s (91980 bytes in 0.031s)
Pushing Superuser app
2710 KB/s (996704 bytes in 0.359s)
Making busybox runable ...
.
Please look at your device and click RESTORE!
If all is successful i will tell you, if not this shell will run forever.
Running ...
Successful, going to reboot your device in 10 seconds!
Waiting for device to show up again....
Going to copy files to it's place
mount: permission denied (are you root?)
You can close all open command-prompts now!
After reboot all is done! Have fun!
Bin4ry
Press any key to continue . . .

It seems like it should have worked. Did the device ever ask you to press the "Restore" button after unlocking the screen?

Yeah.
Sent from my ADR6425LVW using xda premium

The only thing that I noted was the failure to change the mount state, then the line asking are you root?
Sent from my ADR6425LVW using xda premium

Do you have access to a linux box you could run this on? Put the adb binary from the android sdk in your path so you can run it from anywhere. It gave me permissions problems at first but after doing the below it worked like a charm.
This is what I did on mine:
After extracing the contents of the downloaded package.
chmod 777 -R directory name
to give the entire directory permissions
I then opened up RunMe.sh and did a search replace
Search: ./stuff/adb
Replace With: adb
From Terminal:
sudo adb kill-server
sudo adb start-server (to start server as administrator)
Then from within the directory
chmod a+x RunMe.sh
To make it executable, then
./RunMe.sh
Thought it might work different on Windows running as admin, but maybe not.

Unfortunately, I don't have access to linux. I wonder if terminal emulator would work?
Sent from my SCH-I915 using XDA Premium HD app

I've been out of town for a while but just took a look through the forum and didn't see anything new regarding this. Does anyone know if there is a dev even working on the VZW Tab 2? I pm'd Codeworkx and Weltwon but unfortunately neither are doing anything with this device.
Sent from my SCH-I915 using Tapatalk HD

I got this same thing but mine doesn't seem to have removed any bloatware nor did it root successfully. No superuser
List of devices attached
501a1acd device
C:\Users\===\Downloads\Android Tab 2 10.1\Root With Restore>runme
======================================================================
= This script will root your Android phone with adb restore function =
= Script by Bin4ry (thanks to Goroh_kun and tkymgr for the idea) =
= Idea for Tablet S from Fi01_IS01 =
= (18.12.2012) v17 =
======================================================================
Device type:
1) Normal
2) Special (for example: Sony Tablet S, Medion Lifetab)
x) Unroot
Make a choice: 1
Checking if i should run in Normal Mode or special Sony Mode
Please connect your device with USB-Debugging enabled now
Waiting for device to shop up, if nothing happens please check if Windows ADB-dr
ivers are installed correctly!
remote object '/system/app/Backup-Restore.apk' does not exist
remote object '/system/bin/ric' does not exist
.
.
Normal Mode enabled!
.
Pushing busybox....
3567 KB/s (1085140 bytes in 0.297s)
Pushing su binary ....
2897 KB/s (91980 bytes in 0.031s)
Pushing Superuser app
4364 KB/s (996704 bytes in 0.223s)
Making busybox runable ...
.
Please look at your device and click RESTORE!
If all is successful i will tell you, if not this shell will run forever.
Running ...
Successful, going to reboot your device in 10 seconds!
Waiting for device to show up again....
Going to copy files to it's place
mount: permission denied (are you root?)
You can close all open command-prompts now!
After reboot all is done! Have fun!
Bin4ry
Press any key to continue . . .
-----------------------------------------------------------------------
Tried using number 2 instead of 1 for tablets and then it reset my phone to factory settings and I lost everything. The terminal window came up but crashed so I could never finish it.
======================================================================
= This script will root your Android phone with adb restore function =
= Script by Bin4ry (thanks to Goroh_kun and tkymgr for the idea) =
= Idea for Tablet S from Fi01_IS01 =
= (18.12.2012) v17 =
======================================================================
Device type:
1) Normal
2) Special (for example: Sony Tablet S, Medion Lifetab)
x) Unroot
Make a choice: 2
Special mode:
1) Root
2) Rollback
Make a choice: 1
Tablet S mode enabled!
2870 KB/s (314540 bytes in 0.107s)
pkg: /sdcard/tmp/Term.apk
Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]
4547 KB/s (1085140 bytes in 0.233s)
3454 KB/s (91980 bytes in 0.026s)
3672 KB/s (996704 bytes in 0.265s)
3374 KB/s (469980 bytes in 0.136s)
mkdevsh
onload.sh
onload2.sh
packages.xml.sed
remount.sh
VpnFaker.apk
_su
Please look at your device and click "Restore my data"
1st RESTORE OK, hit ENTER to continue.
Press any key to continue . . .
rm failed for /data/data/com.android.settings/a, Permission denied
Please look at your device and click "Restore my data"
Achieved! hit ENTER to continue.
Press any key to continue . . .
cp: can't stat '/data/system/sensors/settings': Permission denied
cp: can't open '/data/system/usagestats/usage-20130301': Permission denied
cp: can't open '/data/system/users/userlist.xml': Permission denied
cp: can't open '/data/system/users/0.xml': Permission denied
cp: can't open '/data/system/registered_services/android.accounts.AccountAuthent
icator.xml': Permission denied
cp: can't open '/data/system/registered_services/android.content.SyncAdapter.xml
': Permission denied
cp: can't open '/data/system/sync/accounts.xml': Permission denied
cp: can't open '/data/system/sync/status.bin': Permission denied
cp: can't open '/data/system/sync/pending.bin': Permission denied
cp: can't open '/data/system/sync/stats.bin': Permission denied
cp: can't open '/data/system/inputmethod/subtypes.xml': Permission denied
cp: can't open '/data/system/dropbox/[email protected]': Per
mission denied
cp: can't open '/data/system/dropbox/[email protected]': Permission
denied
cp: can't open '/data/system/dropbox/[email protected]': Permi
ssion denied
cp: can't open '/data/system/dropbox/[email protected]': Per
mission denied
cp: can't open '/data/system/dropbox/[email protected]': Per
mission denied
cp: can't open '/data/system/dropbox/[email protected]': Per
mission denied
cp: can't open '/data/system/dropbox/[email protected]': Per
mission denied
cp: can't open '/data/system/dropbox/[email protected]': Per
mission denied
cp: can't open '/data/system/dropbox/[email protected]': Per
mission denied
cp: can't open '/data/system/dropbox/[email protected]': Per
mission denied
cp: can't open '/data/system/dropbox/[email protected]': Per
mission denied
cp: can't open '/data/system/dropbox/[email protected]': Permission de
nied
cp: can't open '/data/system/dropbox/[email protected]': Per
mission denied
cp: can't open '/data/system/dropbox/[email protected]': Per
mission denied
cp: can't open '/data/system/dropbox/[email protected]': Permis
sion denied
cp: can't open '/data/system/dropbox/[email protected]': Permis
sion denied
cp: can't open '/data/system/dropbox/[email protected]': Permis
sion denied
cp: can't open '/data/system/dropbox/[email protected]': Permission de
nied
cp: can't open '/data/system/dropbox/[email protected]': Permission d
enied
cp: can't open '/data/system/dropbox/[email protected]': Permis
sion denied
cp: can't open '/data/system/dropbox/[email protected]': Permis
sion denied
cp: can't open '/data/system/dropbox/[email protected]': Permission
denied
cp: can't open '/data/system/dropbox/[email protected]': Permission de
nied
cp: can't open '/data/system/dropbox/[email protected]': Permission
denied
cp: can't open '/data/system/throttle/temp': Permission denied
cp: can't open '/data/system/throttle/1293543142': Permission denied
cp: can't open '/data/system/databases/drmdatabase.db': Permission denied
cp: can't open '/data/system/shared_prefs/log_files.xml': Permission denied
cp: can't open '/data/system/entropy.dat': Permission denied
cp: can't open '/data/system/batterystats.bin': Permission denied
cp: can't open '/data/system/accounts.db': Permission denied
cp: can't open '/data/system/accounts.db-journal': Permission denied
cp: can't open '/data/system/enterprise.db': Permission denied
cp: can't open '/data/system/dmappmgr.db': Permission denied
cp: can't open '/data/system/dmappmgr.db-journal': Permission denied
cp: can't open '/data/system/wifioffload.db': Permission denied
cp: can't open '/data/system/wifioffload.db-journal': Permission denied
cp: can't open '/data/system/called_pre_boots.dat': Permission denied
cp: can't open '/data/system/wallpaper_info.xml': Permission denied
cp: can't open '/data/system/appwidgets.xml': Permission denied
cp: can't open '/data/system/netpolicy.xml': Permission denied
failed on '/data/system' - Permission denied
failed on '/data/system2' - Permission denied
failed on '/data/app' - Permission denied
mkdir failed for /data/app, File exists
failed on '/data/local/tmp/VpnFaker.apk' - Permission denied
/system/bin/sh: cannot create /data/system/packages.xml: Permission denied
Need to reboot now!
Waiting for device to come up again....
Unlock your device, a Terminal will show now, type this 2 lines, after each line
press ENTER
/data/local/tmp/onload.sh
/data/local/tmp/onload2.sh
after this is done press a key here in this shell to continue!
If the shell on your device does not show please re-start the process!
Starting: Intent { cmp=com.android.vpndialogs/.Term }
Press any key to continue . . .
302 KB/s (1241 bytes in 0.004s)
/data/local/tmp/script1.sh[1]: /dev/sh: not found
/data/local/tmp/script1.sh[2]: /dev/sh: not found
/data/local/tmp/script1.sh[3]: /dev/sh: not found
/data/local/tmp/script1.sh[4]: /dev/sh: not found
/data/local/tmp/script1.sh[5]: /dev/sh: not found
/data/local/tmp/script1.sh[6]: /dev/sh: not found
/data/local/tmp/script1.sh[7]: /dev/sh: not found
/data/local/tmp/script1.sh[8]: /dev/sh: not found
/data/local/tmp/script1.sh[9]: /dev/sh: not found
/data/local/tmp/script1.sh[10]: /dev/sh: not found
/data/local/tmp/script1.sh[11]: /dev/sh: not found
/data/local/tmp/script1.sh[12]: /dev/sh: not found
/data/local/tmp/script1.sh[13]: /dev/sh: not found
/data/local/tmp/script1.sh[14]: /dev/sh: not found
/data/local/tmp/script1.sh[15]: /dev/sh: not found
/data/local/tmp/script1.sh[16]: /dev/sh: not found
/data/local/tmp/script1.sh[17]: /dev/sh: not found
/data/local/tmp/script1.sh[18]: /dev/sh: not found
/data/local/tmp/script1.sh[19]: /dev/sh: not found
Almost complete! Reboot and cleanup.
Waiting for device to come up again....
/system/bin/sh: su: not found
/system/bin/sh: su: not found
/system/bin/sh: su: not found
You can close all open command-prompts now!
After reboot all is done! Have fun!
Bin4ry
Press any key to continue . . .
Edit 2: I did the roll back for step 2, and then after doing a soft reset, all my data had come back. Thank God.
This doesn't work with SCH-i915 apparently =(

Well, let's hope that with the upgrade to 4.1.2 we will see some movement toward getting rooted. I never thought it would take this long to get. I love having a tablet with 4G connection so I don't have to tether my phone constantly, but it's disappointing not having root.

Related

[Q] Cannot Root the HTC Legend

Hi Guys,
I have a bit of a problem, I want to install a custom rom on my HTC Legend. But I am a kinda noobish. I followed a couple tutorials from a site called hxxp://theunlockr.com/2010/06/07/how-to-root-the-htc-legend There it says that I have to downgrade my HTC Legend to 1.31. Before the downgrading proces you have to make a goldcard, I am managed to make one. But I get stuck with the Downgrading
It says I have to follow these couple things
III. Make Phone Downgrade-able
1. On your phone, make sure that USB Debugging is checked ON in Settings > Applications > Development.
Done
2. Plug in your phone and make sure it is connected as Charge Only NOT Disk Drive or something else.
Done
3. Download the Downgrading Tools and extract them to your AndroidSDK\tools\ folder (all of the files need to be in the tools folder with adb).
Done
4. Open a command prompt on your computer by clicking on the Start button and typing cmd and hitting enter in the search box.
Done
5. In the command prompt, type the following with hitting enter at the end of each line:
cd c:\AndroidSDK\tools\
crackin.bat
Done
6. The phone will reboot 5 times, be patient.
Done
7. After it is done, you will see a bunch of error messages, that is normal.
Done
8. Look for the following line, if you see it (the date and time can be different)
you are ready to continue, if not then reboot your phone, factory reset it, and try again:
crwxrwxrwx 1 1001 2002 90, 0 Jul 19 16:19 /dev/mtd/mtd0
This part doesnt work for me! This is what I get in CMD.exe:
Microsoft Windows [versie 6.0.6002]
Copyright (c) 2006 Microsoft Corporation. Alle rechten voorbehouden.
C:\Users\Gebruiker>cd c:\AndroidSDK\tools
c:\AndroidSDK\tools>crackin.bat
"Copying tools"
1418 KB/s (698452 bytes in 0.481s)
1237 KB/s (76044 bytes in 0.060s)
2051 KB/s (655360 bytes in 0.312s)
"Freeing primary PERM linker"
rm failed for /data/DxDrm/fuse/*, No such file or directory
rm failed for /data/DxDrm/fuse, No such file or directory
rmdir failed for /data/DxDrm/fuse/, No such file or directory
cannot create /data/DxDrm/fuse: directory nonexistent
Unable to chmod /data/DxDrm/fuse: No such file or directory
"Freeing secondary PERM linker"
rmdir failed for /data/DxDrm/fuse/, No such file or directory
rmdir failed for /data/DxDrm, No such file or directory
link failed Permission denied
"Rebooting to normal mode to unlock CHMOD links"
rmdir failed for /data/dontpanic, Permission denied
rm failed for /data/DxDrm, No such file or directory
link failed File exists
link failed Permission denied
"Rebooting to normal mode to downgrade ROM"
/dev/mtd/mtd0: Permission denied
cr--rw---- 1 1001 2002 90, 0 Jan 6 22:06 /dev/mtd/mtd0
error writing misc: Permission denied
"Freeing links"
rm failed for /data/DxDrm, No such file or directory
rm failed for /data/dontpanic, Permission denied
c:\AndroidSDK\tools>
What do I have to do? Is there anything wrong with my goldcard? Or is it something else?
PLEASE HELP!
Thanks in advance Tom
....same
http://forum.xda-developers.com/showthread.php?t=725430

One x root and windows 8?

So i'm trying to root the one x and all of the driver links do not work probably because i'm on windows 8. I tried to use other's drivers by manually installing them in device manager however it still gets stuck at the starting daemon phase. The only time it got past the starting daemon it spammed no permission and file already exists. Anyone like to help me? If you just want to call me a noob do that but help is appreciated.
I changed computers to a mac, just to switch it up a bit, used the method at onexroot.com since it's the only method i can find for mac and i get this
Code:
---------------------------------------------------------------
One-Click Root ToolKit For HTC One X!
Script by Max Lee from OneXRoot.com
Credits go to XDA users sparkym3 and Dan Rosenburg for exploit.
---------------------------------------------------------------
[*] This script will:
(1) root your HTC One X on ICS
(2) install Busybox
(3) install SU files
[*] Before u begin:
(4) Make sure to read full instructions at OneXRoot.com!
---------------------------------------------------------------
--- STARTING ----
--- WAITING FOR DEVICE
Start Rooting...
failed on '/data/local/tmp' - Permission denied
link failed File exists
reboot #1 - DO NOT DISCONNECT YOUR DEVICE!
/system/bin/sh: cannot create /data/local.prop: Permission denied
reboot #2 - DO NOT DISCONNECT YOUR DEVICE!
remount failed: Operation not permitted
failed to copy 'su' to '/system/bin/su': Read-only file system
Unable to chmod /system/bin/su: No such file or directory
Unable to chmod /system/bin/su: No such file or directory
rm failed for /system/xbin/su, No such file or directory
link failed Read-only file system
failed to copy 'Superuser.apk' to '/system/app/./Superuser.apk': Read-only file system
rm failed for /data/local.prop, No such file or directory
rm failed for /data/local/tmp, Permission denied
failed on '/data/local/tmp.bak' - No such file or directory
3059 KB/s (1075144 bytes in 0.343s)
mount: permission denied (are you root?)
/system/xbin/busybox: cannot open for write: Read-only file system
Unable to chmod /system/xbin/busybox: No such file or directory
Unable to chmod /system/xbin/busybox: No such file or directory
/system/bin/sh: /system/xbin/busybox: not found
rebooting
All Done rooting HTC One X, check out OneXRoot.com for more cool stuff like ROMs, hacks, tips, and more!
runmemac.sh: line 49: @pause: command not found
atticusmas said:
I changed computers to a mac, just to switch it up a bit, used the method at onexroot.com since it's the only method i can find for mac and i get this
Code:
---------------------------------------------------------------
One-Click Root ToolKit For HTC One X!
Script by Max Lee from OneXRoot.com
Credits go to XDA users sparkym3 and Dan Rosenburg for exploit.
---------------------------------------------------------------
[*] This script will:
(1) root your HTC One X on ICS
(2) install Busybox
(3) install SU files
[*] Before u begin:
(4) Make sure to read full instructions at OneXRoot.com!
---------------------------------------------------------------
--- STARTING ----
--- WAITING FOR DEVICE
Start Rooting...
failed on '/data/local/tmp' - Permission denied
link failed File exists
reboot #1 - DO NOT DISCONNECT YOUR DEVICE!
/system/bin/sh: cannot create /data/local.prop: Permission denied
reboot #2 - DO NOT DISCONNECT YOUR DEVICE!
remount failed: Operation not permitted
failed to copy 'su' to '/system/bin/su': Read-only file system
Unable to chmod /system/bin/su: No such file or directory
Unable to chmod /system/bin/su: No such file or directory
rm failed for /system/xbin/su, No such file or directory
link failed Read-only file system
failed to copy 'Superuser.apk' to '/system/app/./Superuser.apk': Read-only file system
rm failed for /data/local.prop, No such file or directory
rm failed for /data/local/tmp, Permission denied
failed on '/data/local/tmp.bak' - No such file or directory
3059 KB/s (1075144 bytes in 0.343s)
mount: permission denied (are you root?)
/system/xbin/busybox: cannot open for write: Read-only file system
Unable to chmod /system/xbin/busybox: No such file or directory
Unable to chmod /system/xbin/busybox: No such file or directory
/system/bin/sh: /system/xbin/busybox: not found
rebooting
All Done rooting HTC One X, check out OneXRoot.com for more cool stuff like ROMs, hacks, tips, and more!
runmemac.sh: line 49: @pause: command not found
Click to expand...
Click to collapse
if you're on 1.85 you have to root using the exploit found last week.
http://forum.xda-developers.com/showthread.php?t=1709296

[Q] Root Galaxy nexus with unlocked bootloader

Hi, i saw Bin4ry .bat file that root phones like xperia s without unlocking the bootloader.
I tried with my Gnex stoc 4.1.1
Does someone know why it doesn't work?
Here's what i get:
Normal Mode enabled!
Please connect device with ADB-Debugging enabled now....
3995 KB/s (1085140 bytes in 0.265s)
1399 KB/s (22364 bytes in 0.015s)
3771 KB/s (843503 bytes in 0.218s)
Please look at your device and click RESTORE!
If all is successful i will tell you, if not this shell will run forever.
Successful, going to reboot your device!
Waiting for device to show up again....
mount: permission denied (are you root?)
remount failed: Operation not permitted
/system/xbin/su: cannot open for write: Read-only file system
Unable to chmod /system/xbin/su: No such file or directory
/system/app/Superuser.apk: cannot open for write: Read-only file system
Unable to chmod /system/app/Superuser.apk: No such file or directory
rm failed for /data/local.prop, No such file or directory
You can close all open command-prompts now!
After reboot all is done! Have fun with Root!
Bin4ry
Premere un tasto per continuare . . .

Help rooting Lazer tablet 4.0.4

Hello guys
I'm new to the forum and I'm here to get your help on rooting a tablet that my wife received as gift on xmas.
First I searched for something in the forum and came out with this link: http://forum.xda-developers.com/showthread.php?t=2049569&highlight=root+tablet
I thought I would have the tablet rooted but with no success, the log I get from the bat file is:
Press any key to continue . . .
--- STARTING ----
--- WAITING FOR DEVICE
--- creating temporary directory
mkdir failed for tmp, File exists
--- cleaning
rm failed for *, No such file or directory
--- symlinking tmp directory
--- Rebooting
--- WAITING FOR DEVICE TO RECONNECT
--- PLEASE WAIT, THIS MAY TAKE A WHILE
if it gets stuck over here for a long time then try:
disconnect usb cable and reconnect it
toggle "USB DEBUGGING" (first disable it then enable it)
--- DEVICE FOUND
--- enabling emulator hack
--- Rebooting
--- WAITING FOR DEVICE TO RECONNECT
--- PLEASE WAIT, THIS MAY TAKE A WHILE
if it gets stuck over here for a long time then try:
disconnect usb cable and reconnect it
toggle "USB DEBUGGING" (first disable it then enable it)
--- DEVICE FOUND
--- pushing busybox
2651 KB/s (1075144 bytes in 0.396s)
--- correcting permissions
--- remounting /system
mount: permission denied (are you root?)
--- checking free space on /system
35 KB/s (439 bytes in 0.012s)
--- Free space on /system : 282984 bytes
--- no cleanup required
--- copying busybox to /system/xbin/
/system/xbin/busybox: cannot open for write: Permission denied
--- correcting ownership
Unable to chmod /system/xbin/busybox: Operation not permitted
--- correcting permissions
Unable to chmod /system/xbin/busybox: Operation not permitted
--- installing busybox
--install: applet not found
--- pushing SU binary
failed to copy 'files\su' to '/system/bin/su': Permission denied
--- correcting ownership
Unable to chmod /system/bin/su: No such file or directory
--- correcting permissions
Unable to chmod /system/bin/su: No such file or directory
--- correcting symlinks
rm failed for /system/xbin/su, No such file or directory
link failed Permission denied
--- pushing Superuser app
failed to copy 'files\Superuser.apk' to '/system/app/./Superuser.apk': Permissio
n denied
--- cleaning
--- rebooting
ALL DONE!!!
Press any key to continue . . .
The tablet info is:
Model Number: Lazer
Android Version: 4.0.4
Kernel Version: 3.0.8
Build Number: ICS.Lazer.20120914
Thanks in advance for your help.
Regards
Nothing guys ?
Thank you..
Root any ICS
amsa87 said:
Nothing guys ?
Thank you..
Click to expand...
Click to collapse
Download THIS FILE, unpack and run the executable (Multiroot Click START and wait to complete.exe).
You must have USB Debugging enabled, the drivers installed and the ADB working.
After success, run from the same directory this command:
adb install "SuperSU v1.65.apk"
Open the SuperSU application, it needs to update itself!
That's all!

can an Xperia j user test

http://forum.xda-developers.com/showthread.php?t=2239958 Can an Xperia j user test this too see if it roots jb stock I would myself but iv left my laptop at work
gavster26 said:
http://forum.xda-developers.com/showthread.php?t=2239958 Can an Xperia j user test this too see if it roots jb stock I would myself but iv left my laptop at work
Click to expand...
Click to collapse
Yes it works,one guy post about month ago that it works
Sent from my Xperia J using xda app-developers app
Oh rite didn't see that thread
gavster26 said:
Oh rite didn't see that thread
Click to expand...
Click to collapse
that's strange because it does not work for me...
It just says "failed on '/data/local/tmp' - Permission denied
link failed File exists
Press any key to continue . . .
/system/bin/sh: can't create /data/local.prop: Permission denied
Press any key to continue . . .
uid=2000(shell) gid=2000(shell) groups=1003(graphics),1004(input),1007(log),1009
(mount),1011(adb),1015(sdcard_rw),1028(sdcard_r),3 001(net_bt_admin),3002(net_bt)
,3003(inet),3006(net_bw_stats)
Press any key to continue . . .
remount failed: Operation not permitted
failed to copy 'files\su' to '/system/xbin/su': Read-only file system
Unable to chown /system/xbin/su: No such file or directory
Unable to chmod /system/xbin/su: No such file or directory
Removing changes except ROOT...
rm failed for /data/local.prop, No such file or directory
rm failed for /data/local/tmp, Permission denied
failed on '/data/local/tmp.bak' - No such file or directory
Installing superuser...
failed to copy 'files\superuser.apk' to '/system/app/superuser.apk': Read-only f
ile system
Press any key to continue . . "....
Where was the post from a month ago?
I would like to see what exactly I did wrong.
Thanks!

Categories

Resources