” SOFT RESET ” ADB android – Quitar Patron / Contraseña sin hacer ” HARD RESET “
Mediante ADB
Baja este paquete, descomprime
http://forum.xda-developers.com/showthread.php?t=1427713
http://forum.xda-developers.com/showthread.php?t=2317790
Tener activado la depuracion en la tablet
1
Conectar tablet a PC
Instalar driver ADB
Abrir el Prompt (Linea de comandos)
Introducir los sig comandos:
c:\android
adb devices
—————–
# Remueve PAtron
adb shell rm /data/system/gesture.key.
# Remueve PAtron
adb shell rm /data/system/gesture.key.
# Remueve Contraseña / Pincode talvez
adb shell rm /data/system/password.key
————
Otra opcion
Otra opcion
adb shell
sqlite3 data/data/com.android.providers.settings/databases/settings.db
update system set value=0 where name=’lock_pattern_autolock’;
update system set value=0 where name=’lockscreen.lockedoutpermanently’;
.exit
# exit
sqlite3 data/data/com.android.providers.settings/databases/settings.db
update system set value=0 where name=’lock_pattern_autolock’;
update system set value=0 where name=’lockscreen.lockedoutpermanently’;
.exit
# exit
———
—-
Puedes probar
adb reboot recovery
adb reboot recovery
TIP
Si al conectarla no tiene activado ADB, podemos probar INICIANDO LA TABLET EN MODO RECOVERY, en muchos casos esto nos da acceso a ADB.
Se monta la particion DATA o SYSTEM o SDCARD (suele ser diferente en algunos recoverys) y ya podemos usar los comandos para quitar el bloqueo sin borrar/HARDRESET.
Si al conectarla no tiene activado ADB, podemos probar INICIANDO LA TABLET EN MODO RECOVERY, en muchos casos esto nos da acceso a ADB.
Se monta la particion DATA o SYSTEM o SDCARD (suele ser diferente en algunos recoverys) y ya podemos usar los comandos para quitar el bloqueo sin borrar/HARDRESET.
—
Borrando los datos HARD RESET
adb shell wipe data
Borrando los datos HARD RESET
adb shell wipe data
TIP
Entrando en modo fastboot y eliminando datos
astboot devices
fastboot erase userdata
fastboot erase cache
fastboot reboot
fastboot erase userdata
fastboot erase cache
fastboot reboot
———–
Tambiénes posible empleando alguna de las 7 herramientas listadas Abajo.
Tambiénes posible empleando alguna de las 7 herramientas listadas Abajo.
Solo instala el driver ADB correspondiente y usa los botones u opciones.
Hay 7 opciones a probar.
1.- “Android Multi Tools v1.02b”.
Opciones 2,3,4,5,8
2.- “GPG Android Tool By GPGIndustries”.
Tambien esta
3.- “Justalok”
4.- “MVS android tool v3.0”
5.- “Uni-Android Tool V-4.0”
6.- Fahem Anjum Tools V1.1
—
“Wipe all Rockchip” para Rockhip HardReset para Rockchip ” misc.img ”
“Wipe all Rockchip” para Rockhip HardReset para Rockchip ” misc.img ”
http://www.androidsoldier.com/2013/12/rockchip-cpu-solution-pattern.html
http://forum.gsmhosting.com/vbb/f906/rockchip-cpu-solution-hang-problem-pattern-problem-paswword-without-adb-1717216/
Sd tool
http://www.androidsoldier.com/2014/04/rockchip-sd-card-firmware-burning-tool.html
http://forum.gsmhosting.com/vbb/f906/rockchip-cpu-solution-hang-problem-pattern-problem-paswword-without-adb-1717216/
Sd tool
http://www.androidsoldier.com/2014/04/rockchip-sd-card-firmware-burning-tool.html
—————————–
Activar WIFI via ADB
adb shell svc wifi enable
Activar WIFI via ADB
adb shell svc wifi enable
—–
Activar ADB via recovery
——
Por medio de recovery SOFT RESET – Zip flasheable via CWM/TWRP
http://forum.xda-developers.com/showthread.php?t=2620456
http://forum.xda-developers.com/showthread.php?t=2620456
Pattern-Password-disable.zip
LockScreen_Security_bypass.zip
———————————————
Recovery Tablet sin botones de volumen.
Recovery Tablet sin botones de volumen.
Puedes probar con un teclado USB
POwer + +
power + –
Power + ESC
Power + F2
power + F3
Power + f4
power + Insert / inicio/spr/fin /avpag/repag
POwer + +
power + –
Power + ESC
Power + F2
power + F3
Power + f4
power + Insert / inicio/spr/fin /avpag/repag
Posiblemente alguna de esas combinaciones te permita entrar al recovery
Power + + + HOME
POWER+++ F2
etc
POWER+++ F2
etc
La otra opcion que queda es “flasheando” la tablet con una rom compatible.
*****************
Cuenta de google.
Cuenta de google.
El método varia según el “parche de seguridad” con que cuente el teléfono.