Ver Mensaje Individual
  #3  
Viejo 07/11/10, 14:06:15
Array

[xs_avatar]
Damned Damned no está en línea
Usuario muy activo
 
Fecha de registro: sep 2010
Mensajes: 701
Tu operador: Pepephone

D no entiendo estos pasos


3. Plug in the phone (usb debugging mode), copy the following files with adb and change permissions:

Code:
adb push ratc /data/local/tmp/ratcadb push busybox /data/local/tmp/busyboxadb push su /data/local/tmp/suadb push rootme /data/local/tmp/rootmeadb push superuser.apk /data/local/tmp/superuser.apkadb shellchmod 777 /data/local/tmp/*

4. Start Terminal Emulator on your phone and issue those commands:
Code:
cd /data/local/tmp./ratc
Responder Con Cita