Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
nikagl
Old
#181  
nikagl's Avatar
Senior Member
Thanks Meter 371
Posts: 2,025
Join Date: Jun 2006
Location: Nieuwegein, NL

 
DONATE TO ME
Quote:
Originally Posted by alexsec View Post
http://forum.xda-developers.com/show...7#post27890037


V.3.21 ----use root tool.[A100root_3.21.rar]


now V.4.03----can't use your ICS_rooting_A10x_A5xx.zip tool!!


[[!sorry!my english so bad !]]

Looks like the uploads in that thread do not work. Also searched for the RAR in Google, but couldn't find another copy...
Nika Gerson Lohman
__________________


Current Devices:
Samsung Galaxy S+ (I9001)
Acer Liquid Express E320
Acer Liquid Express E330
Acer Iconia Smart S300 (bricked, sdcard-slot broken)
Acer Iconia Tab A511 (bricked, apx mode & screen broken)

Still looking for the Thank You button? Change your style to XDA 2010 (bottom left hand corner)
 
Shocker580
Old
#182  
Member
Thanks Meter 1
Posts: 48
Join Date: Apr 2012
Quote:
Originally Posted by alexsec View Post
http://forum.xda-developers.com/show...7#post27890037


V.3.21 ----use root tool.[A100root_3.21.rar]


now V.4.03----can't use your ICS_rooting_A10x_A5xx.zip tool!!


[[!sorry!my english so bad !]]

With last official ROM how to crack it ? With the tool of this topic my SU still not work
 
Shocker580
Old
#183  
Member
Thanks Meter 1
Posts: 48
Join Date: Apr 2012
Quote:
Originally Posted by ZeroNull View Post
With this firmware version the last update of a "simple method" works normally. It is checked.

Try the following:
1. To make hardreset and rooting again.
2. To reinstall Titanium Backup. Probably other version.
I made an hardreset (with restore of all original acer app) and tried to re-root, this is the result:



after if i try to update "su" with SuperSU this is the result:


Same with TitaniumBackup.. help me please!
 
ZeroNull
Old
#184  
Senior Member - OP
Thanks Meter 362
Posts: 127
Join Date: Feb 2012
Location: Omsk
Quote:
Originally Posted by Shocker580 View Post
I made an hardreset (with restore of all original acer app) and tried to re-root, this is the result:

after if i try to update "su" with SuperSU this is the result:

Same with TitaniumBackup.. help me please!
This issue is related to the new version of Superuser. Try again to update it. On responses its fixed in the new update. Or revert to previous version.
The Following User Says Thank You to ZeroNull For This Useful Post: [ Click to Expand ]
 
Shocker580
Old
#185  
Member
Thanks Meter 1
Posts: 48
Join Date: Apr 2012
Quote:
Originally Posted by ZeroNull View Post
This issue is related to the new version of Superuser. Try again to update it. On responses its fixed in the new update. Or revert to previous version.
But i used superSU not superuser.. but using superuser same issue:
 
ZeroNull
Old
#186  
Senior Member - OP
Thanks Meter 362
Posts: 127
Join Date: Feb 2012
Location: Omsk
Quote:
Originally Posted by Shocker580 View Post
But i used superSU not superuser.. but using superuser same issue:
In the terminal on the tablet type the following command:
Code:
ls -lR /system/sbin
ls -l /system/xbin/busybox  /system/xbin/mount /system/bin/mount /system/bin/su
and show results.
 
Shocker580
Old
(Last edited by Shocker580; 2nd July 2012 at 06:00 PM.)
#187  
Member
Thanks Meter 1
Posts: 48
Join Date: Apr 2012
Quote:
Originally Posted by ZeroNull View Post
In the terminal on the tablet type the following command:
Code:
ls -lR /system/sbin
ls -l /system/xbin/busybox  /system/xbin/mount /system/bin/mount /system/bin/su
and show results.
root@android:/data/local # ls -lR /system/sbin

/system/sbin:
drwxr-xr-x root root 2012-05-05 18:43 bb
-rwxr-xr-x root root 1051 2012-07-02 09:57 mount

/system/sbin/bb:
-rwxr-xr-x root root 777216 2012-07-02 09:57 busybox
root@android:/data/local # ls -l /system/xbin/busybox /system/xbin/mount /system/bin/mount /system/bin/su
-rwxr-xr-x root root 1092 2012-07-02 09:57 busybox
lrwxrwxrwx root root 2012-07-02 09:57 mount -> /system/sbin/mount
lrwxrwxrwx root root 2012-07-02 09:57 mount -> /system/sbin/mount
-rwsr-sr-x root app_78 22364 2012-07-02 09:57 su
root@android:/data/local #
 
ZeroNull
Old
#188  
Senior Member - OP
Thanks Meter 362
Posts: 127
Join Date: Feb 2012
Location: Omsk
Quote:
Originally Posted by Shocker580 View Post
root@android:/data/local # ls -lR /system/sbin

/system/sbin:
drwxr-xr-x root root 2012-05-05 18:43 bb
-rwxr-xr-x root root 1051 2012-07-02 09:57 mount

/system/sbin/bb:
-rwxr-xr-x root root 777216 2012-07-02 09:57 busybox
root@android:/data/local # ls -l /system/xbin/busybox /system/xbin/mount /system/bin/mount /system/bin/su
-rwxr-xr-x root root 1092 2012-07-02 09:57 busybox
lrwxrwxrwx root root 2012-07-02 09:57 mount -> /system/sbin/mount
lrwxrwxrwx root root 2012-07-02 09:57 mount -> /system/sbin/mount
-rwsr-sr-x root app_78 22364 2012-07-02 09:57 su
root@android:/data/local #
Wrong permissions on the file su:
Code:
-rwsr-sr-x root     app_78      22364 2012-07-02 09:57 su
correctly so:
Code:
-rwsr-sr-x root     root      22364 2012-07-02 09:57 su
Try to repeat the instructions for obtaining root. Then run the Superuser. And check to obtain root rights. It is also recommended to remove the program SuperSU (maybe this program is to blame).
 
Shocker580
Old
#189  
Member
Thanks Meter 1
Posts: 48
Join Date: Apr 2012
Ok now is
Code:
-rwsr-sr-x root     root      22364 2012-07-02 09:57 su
But is the same.. are you sure -rwsr-sr-x is correct ?
 
ZeroNull
Old
#190  
Senior Member - OP
Thanks Meter 362
Posts: 127
Join Date: Feb 2012
Location: Omsk
Quote:
Originally Posted by Shocker580 View Post
Ok now is
Code:
-rwsr-sr-x root     root      22364 2012-07-02 09:57 su
But is the same.. are you sure -rwsr-sr-x is correct ?
For a file su only it is correct.

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...