Mercu
12/05/13, 10:46:48
Hola!
Estoy intentando rootear esta tablet con el único fin de instalarle Whatsapp ya que por otros medios me es imposible (he probado también haciendo backup con carbon/Helium y si bien detecta cuando está conectada por USB, me dice que instale la app en la tablet cuando ya lo está...)
En fin, a lo que iba: he encontrado un tutorial para este modelo que sería el siguiente:
1) adb install <pathtofilesextracted>\Superuser.apk
2) adb push <pathtofilesextracted>\busybox /sdcard/
3) adb push <pathtofilesextracted>\su /sdcard/
3.1) adb shell
3.2) su
3.3) actions123
4) mount -o remount,rw /
5) mv /system/xbin/su /system/xbin/oldsu (keep a backup copy)
6) cp /sdcard/busybox /system/bin/busybox
7) cp /sdcard/su /system/bin/su
8) chmod 06755 /system/bin/su
9) chmod 0755 /system/bin/busybox
10) ln -s /system/bin/su /system/xbin/su (here it says "error files exists" but go on..) ***
11) Install Root Explorer, it'll ask for root permissions...give it to it http://tabletrepublic.com/forum/images/smilies/biggrin.gif!
Y mi problema es que a partir del paso 5, obtengo el siguiente error:
failed on '/system/xbin/su' - Read-only file system
Sabéis a qué puede ser debido?
Muchas gracias!
Estoy intentando rootear esta tablet con el único fin de instalarle Whatsapp ya que por otros medios me es imposible (he probado también haciendo backup con carbon/Helium y si bien detecta cuando está conectada por USB, me dice que instale la app en la tablet cuando ya lo está...)
En fin, a lo que iba: he encontrado un tutorial para este modelo que sería el siguiente:
1) adb install <pathtofilesextracted>\Superuser.apk
2) adb push <pathtofilesextracted>\busybox /sdcard/
3) adb push <pathtofilesextracted>\su /sdcard/
3.1) adb shell
3.2) su
3.3) actions123
4) mount -o remount,rw /
5) mv /system/xbin/su /system/xbin/oldsu (keep a backup copy)
6) cp /sdcard/busybox /system/bin/busybox
7) cp /sdcard/su /system/bin/su
8) chmod 06755 /system/bin/su
9) chmod 0755 /system/bin/busybox
10) ln -s /system/bin/su /system/xbin/su (here it says "error files exists" but go on..) ***
11) Install Root Explorer, it'll ask for root permissions...give it to it http://tabletrepublic.com/forum/images/smilies/biggrin.gif!
Y mi problema es que a partir del paso 5, obtengo el siguiente error:
failed on '/system/xbin/su' - Read-only file system
Sabéis a qué puede ser debido?
Muchas gracias!