Tablet S 4.0.3 r1a rooted

TypoCorrecto

Senior Member
Mar 26, 2010
264
41
58
Yeah, I followed everything, line by line and this is as far as I can go...

c:\SonyTablet>adb shell
[email protected]:/ $ cd /data
cd /data
[email protected]:/data $ /data/local/tmp/busybox cp -r system system2
/data/local/tmp/busybox cp -r system system2
cp: can't open 'system/entropy.dat': Permission denied
cp: can't open 'system/batterystats.bin': Permission denied
cp: can't open 'system/users/userlist.xml': Permission denied
cp: can't open 'system/users/0.xml': Permission denied
cp: can't open 'system/accounts.db': Permission denied
cp: can't open 'system/accounts.db-journal': Permission denied
cp: can't open 'system/called_pre_boots.dat': Permission denied
cp: can't open 'system/wallpaper_info.xml': Permission denied
cp: can't open 'system/appwidgets.xml': Permission denied
1|[email protected]:/data $

What is the issue?

I guess there is something I missed or you couldn't get across...
 

papacarla

Senior Member
Mar 21, 2012
161
49
0
Irkutsk
How the tablet should be connected to PC?
I can not execute first cmd line:
HTML:
C:\Users\Buk\Documents\Разное\AndroidSoft\Tablet_S_Rootkit>adb restore settings.
ab
adb: unable to connect for backup
The tablet is turned on and connected in usb debugging mode and unknown sources is on

What I'm doing wrong?
 
Last edited:

WonderEkin

Senior Member
Jul 7, 2007
162
306
0
im stuck @ replace the VpnDialogs

i get Permission denied for all

c:\sony>adb shell
[email protected]:/ $ cd /data
/data/local/tmp/busybox cp -r system system2
/data/local/tmp/busybox find system2 -type f -exec chmod 666 {} \;
/data/local/tmp/busybox find system2 -type d -exec chmod 777 {} \;
mv system system-
mv system2 system
c
d /data
mv app app-
mkdir app
mv /data/local/tmp/VpnFaker.apk /data/app /data/local/tmp/busybox
cp -r system system2
/data/local/tmp/busybox find system2 -type f -exec chmod 666 {} \;
/data/local/tmp/busybox find system2 -type d -exec chmod 777 {} \;
mv system system-
mv system2 system

mv app app-
[email protected]:/data $ /data/local/tmp/busybox cp -r system system2
mkdir app
cp: can't create directory 'system2': Permission denied
d system2 -type f -exec chmod 666 {} \; <
find: system2: No such file or directory
d system2 -type d -exec chmod 777 {} \; <
find: system2: No such file or directory
1|[email protected]:/data $ mv system system-
failed on 'system' - Permission denied
255|[email protected]:/data $ mv system2 system
failed on 'system2' - No such file or directory
255|[email protected]:/data $
255|[email protected]:/data $ mv app app-
failed on 'app' - Permission denied
255|[email protected]:/data $ mkdir app
mkdir failed for app, File exists
255|[email protected]:

can you post the result of "ls -ld /data"? seems you don't have write access for /data yet.
Code:
adb shell ls -ld /data
	result should be ----> [COLOR="DarkGreen"]drwxrwxrwx system system    data[/COLOR]
 
  • Like
Reactions: excentra

WonderEkin

Senior Member
Jul 7, 2007
162
306
0
Yeah, I followed everything, line by line and this is as far as I can go...

c:\SonyTablet>adb shell
[email protected]:/ $ cd /data
cd /data
[email protected]:/data $ /data/local/tmp/busybox cp -r system system2
/data/local/tmp/busybox cp -r system system2
cp: can't open 'system/entropy.dat': Permission denied
cp: can't open 'system/batterystats.bin': Permission denied
cp: can't open 'system/users/userlist.xml': Permission denied
cp: can't open 'system/users/0.xml': Permission denied
cp: can't open 'system/accounts.db': Permission denied
cp: can't open 'system/accounts.db-journal': Permission denied
cp: can't open 'system/called_pre_boots.dat': Permission denied
cp: can't open 'system/wallpaper_info.xml': Permission denied
cp: can't open 'system/appwidgets.xml': Permission denied
1|[email protected]:/data $

What is the issue?

I guess there is something I missed or you couldn't get across...
Sorry, my bad. Forgot to mention that those "Permission denied" while you run "cp -r system system2" is normal, just ignore it.
 

TypoCorrecto

Senior Member
Mar 26, 2010
264
41
58
Another roadblock:

c:\STS>adb reboot

c:\STS>adb shell am start -n com.android.vpndialogs/.Term
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
Starting: Intent { cmp=com.android.vpndialogs/.Term }
Error type 3
Error: Activity class {com.android.vpndialogs/com.android.vpndialogs.Term} does
not exist.

c:\STS>

I am lost, I have attached the adb logcat...Any ideas?

View attachment 1327649
 
  • Like
Reactions: Tikki Pon

WonderEkin

Senior Member
Jul 7, 2007
162
306
0
How the tablet should be connected to PC?
I can not execute first cmd line:
HTML:
C:\Users\Buk\Documents\Разное\AndroidSoft\Tablet_S_Rootkit>adb restore settings.
ab
adb: unable to connect for backup
The tablet is turned on and connected in usb debugging mode and unknown sources is on

What I'm doing wrong?
The Windows seems not recognize you tablet(in debug mode) yet.
 
  • Like
Reactions: papacarla

WonderEkin

Senior Member
Jul 7, 2007
162
306
0
Another roadblock:

c:\STS>adb reboot

c:\STS>adb shell am start -n com.android.vpndialogs/.Term
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
Starting: Intent { cmp=com.android.vpndialogs/.Term }
Error type 3
Error: Activity class {com.android.vpndialogs/com.android.vpndialogs.Term} does
not exist.

c:\STS>

I am lost, I have attached the adb logcat...Any ideas?

View attachment 1327649
The first part of logcat is missing
Run "adba logcat > log.txt" and post again
 

excentra

Member
Dec 20, 2007
44
3
0
thanks ill give it another try now

---------- Post added at 05:16 AM ---------- Previous post was at 04:57 AM ----------

i got now to another issue here thanks you so much for patience

c:\Sony>adb shell am start -n com.android.vpndialogs/.Term
Starting: Intent { cmp=com.android.vpndialogs/.Term }
Error type 3
Error: Activity class {com.android.vpndialogs/com.android.vpndialogs.Term} does
not exist.
 

WonderEkin

Senior Member
Jul 7, 2007
162
306
0
thanks ill give it another try now

---------- Post added at 05:16 AM ---------- Previous post was at 04:57 AM ----------

i got now to another issue here thanks you so much for patience

c:\Sony>adb shell am start -n com.android.vpndialogs/.Term
Starting: Intent { cmp=com.android.vpndialogs/.Term }
Error type 3
Error: Activity class {com.android.vpndialogs/com.android.vpndialogs.Term} does
not exist.
Can you execute "adb logcat > log.txt" and upload the log.txt?
And which firmware are you using? US firmware?
 

gordo79

Senior Member
Oct 29, 2011
230
50
0
So, the problem maybe is about drivers?

If it is, I could not get the access to tablet's memory in window's explorer, but I can.
Did anyone meet such prob?
Having similar issues I can't get restore settings. ab to work

Sent from my Desire S using xda app-developers app
 

Tikki Pon

Senior Member
Jul 23, 2012
266
26
0
yucatan
Another roadblock:

c:\STS>adb reboot

c:\STS>adb shell am start -n com.android.vpndialogs/.Term
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
Starting: Intent { cmp=com.android.vpndialogs/.Term }
Error type 3
Error: Activity class {com.android.vpndialogs/com.android.vpndialogs.Term} does
not exist.

c:\STS>
Maaaaaan
Im too stuck in this part,i cant injected the terminal emulator to sony tablet s...someone heeeeeeeeeeeelp meeeeeeeeeeeee
PLZZZZZZZZZ