383Wasza ocena

eng. How to bypass lock screen in android. W tym poradniku przedstawię wam jak można obejść ekran blokady telefonu z systemem Android nie znając kodu blokady. Smartphone musi być zroot'owany i włączony tryb debug. Potrzebny program: ► adb http://tinyurl.com/ownwuav ► sterowniki (drivers, Samsung, etc.) USB ADB do smartphon'a http://bit.ly/22VdcJz english: Follow these steps: Step 1) Make sure you have USB Debugging Enabled, and rooted device. Step 2) Issue following commands from Method 1 using ADB Step 3) Reboot Step 4) Issue commands from Method 2 Step 5) Reboot ----------------------------------------­-------------------------- Method 1: Adb shell rm /data/system/gesture.key ----------------------------------------­-------------------------- Method 1 for Password: If you have a password and not a pattern: replace gesture.key to password.key ----------------------------------------­-------------------------- Method 2: adb shell cd /data/data/com.android.providers.setting­s/databases sqlite3 settings.db update system set value=0 where name='lock_pattern_autolock'; update system set value=0 where name='lockscreen.lockedoutpermanentl­y'; .quit