How To: Remove The Unlock Pattern - Android General

Hi guys! As you have seen in the title, this post will give him to bypass the unlock pattern, in different ways. This helps if you forgot the pattern, or the mobile is of a "friend". Let us begin:
NOTES:
- Not all methods work
- Gives +1 to continue reading (joke LoL)
- Comment!
- If the method requires root, I will advice it
Who has not that ever happened ... Well, if it happens , I leave here to skip several methods :
1. By ADB
- The mobile should have the "Debugging Mode" active
- Connect your phone to your PC
- In an ADB console type this:
adb shell
cd / data / data / com.android.providers.settings / databases
sqlite3 settings.db
update system set value = 0 where name = ' lock_pattern_autolock ';
update system set value = 0 where name = ' lockscreen.lockedoutpermanently ';
. quit
- Or you can write this:
adb shell rm / data / system / gesture.key
- When you finish making one of two , restart
- When finished, you will continue to call the pattern, but you can draw anything.
- Ready !
*The video it's not from me*
http://www.youtube.com/watch?v=tVJ7T2oC_Zs&feature=player_embedded
2. Make Factory Reset
* Clears all data from mobile *
- Turn the wireless
- Go to recovery mode (the button combination depends on the phone, but Google out)
- Give the , Wipe Data / Factory Reset option
- When finished, Reboot System Now
- Ready !
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
http://www.youtube.com/watch?v=2oajxYIcdlk
3. Counting by Google
This is divide into two parts:
PART 1: Is your mobile
- Set the random pattern , until it locks 15 seconds
- Give the option right below " Did You Have Forgotten The Pattern ? "
- Post your Google account and password associated with the mobile
- Ready !
PART 2 : It's not your mobile
- Know the Gmail associated with the mobile of the victim
- Go to Google on a PC
- Go to Gmail
- Give "I can not access my account "
- Choose " I forgot password" and put in your mail box
- Give " Yes, continue "
- You say, " Read the last password you remember "
- Put something random
- You will go to a window to retrieve the password through your mobile (which you possess )
- Give "Receive via automated phone call "
- Call the mobile
- Pick it up and point the key role in
- Now you changed your Gmail password associated with the mobile , follow the steps in Part 1
- Ready !
4. By A Call
- Works on some mobiles
- Call a mobile phone from which you want to skip the pattern
- You take the call and can access the menus as normal (with the call, but minimized)
- Do not let the phone is locked , and download alternative lock any app like Go Locker, removing the previous block
5. By Emergency Call
- Better, I leave a video
http://www.youtube.com/watch?v=ZKqsSZBbbRo
6. By Your View
- Pick up the phone without touching the screen
- Look at it backlit with the screen turned off
- Aim at a possible role patterns as fingerprints diferències
- Good luck !
7. By flashable Zip [UPDATED]
+ NO requires that the mobile has a custom recovery
+ NO need Root
+ It's not from me, thanks to the chros
- Download the zip: http://forum.xda-developers.com/attachment.php?attachmentid=2232026&d=1378219858
- Open the SD cover , remove it and connect it to the computer with a micro USB adapter
- Copy zip to SD
- Insert the SD Mobile
- Turn the wireless
- Reboot in recovery mode
- Install zip, and choose
- Ready !
* If you ask a pattern , put any one and agree you *
* No erase mobile details , lol *
That's it. The methods I know and I improvised myself, are these . The methods of this post are not for a particular mobile , so I do not throw a bulla if a method will not work. Any doubts comments. If you liked , da +1 and comment giving thanks, look forward to continue working . If you want to climb something, or think something could be said that I take care of posting it

Related

[TOOL][UPDATE][30.09.12]Fastboot Tools Beta 2 ( fastboot & adb with simple gui )

Fastboot Tools is an application created by myself for people who are tired of using console to do a adb & fastboot tasks and would like something easy to use with simple gui. Application was tested by few testers and it's stable enough to be used for daily tasks. It may contain some bugs though and that's why it's in public beta phase.
Fastboot Tools features:
- allows users to install, push, pull files via adb.
- allows users to flash or erase boot, system, recovery, userdata partitions via fastboot.
- allows users to flash bootloader .mbn files.
- allows users to erase partitions.
- allows users to save default paths to make flashing and installing much easier.
- allows users to choose from default paths for pulling and pushing.
- allows users to install and push files with spaces in filenames.
- supports installation and pushing of multiple applications / files.
- displays exteneded phone info ( like phone model or rom version )
- displays battery percentage.phone model and status.
Credits:
- Dan Wager ( for RegawMOD libraries )
- _andreas ( for accurate feedback, testing and ideas )
- XiproX ( for accurate feedback, testing and ideas )
- BlackSnake. ( for supporting )
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Changelog:
Beta 1:
- added multiple applications installation.
- added multiple push of files.
- added possibility to save default paths.
- added battery indicator ( working only in ONLINE mode right now )
- added detailed phone info, including informations like su or busybox version ( working only in
ONLINE mode right now )
- added credits.
- added possibility to reset all of the paths.
- added default paths for pushing and pulling ( thanks for idea andreas )
- added more detailed info about pushing and pulling, right now program will also display phone
path. ( thanks for idea XiproX )
- added flash userdata command, needs some testing. ( thanks for idea andreas & XiproX )
- added erase command, needs some testing. ( thanks for idea andreas & XiproX )
- added icon.
- applications with spaces within filenames can be pushed now ( this needs some testing )
- modified gui elements placement.
- modified output window.
- disabled debug window.
- reworked Flash Bootloader logic ( now mbn files can be selected from dropdown menu instead of
adding path for them manually )
Beta 2:
- added possibility to scroll and select text.
- added security questions for erasing and wiping.
- added info for users ( hovering over the buttons with mouse cursor will display button info )
- added shortcuts to menu and desktop.
- modified partition display in erase menu.
- modified position of wipe button.
- removed battery indicator when device was in recovery mode.
- removed multiple device disconnect bug.
- removed random device disconnect bug.
- improved file names display from saved paths ( sometimes file name was missing when installing
from saved directory )
- improved path display when pulling files.
- fixed memory leak.
Installation:
- download application setup and run it.
- make sure fastboot and adb drivers are installed.
- application requires NET Framework 3.5 to be installed.
Setup:
- Fastboot Tools Beta 1: https://dl.dropbox.com/u/31084968/Fastboot%20Tools%20Beta%201.msi
- Fastboot Tools Beta 2:https://dl.dropbox.com/u/31084968/Fastboot%20Tolls%20Beta%202.msi
I'm not responsible for any kind of damage done to your phone when using this application, you're using it at your own risk. I do not allow to modify or copy this application or any part of it without my permission.
Added Beta 2, info in startpost.

[ROM] SKY VEGA A820L-Version Galaxy S Full FC Pro-Stock rom-ICS4.0.4-flash zip!!!

A820L-version Galaxy S Full FC Pro-version1-ICS4.0.4-zip format!!!
ROM GALAXY S PRO VERSION 01. MADE IN VIETNAMESE
BY HANZOO1504
Upgrade from version rom Galaxy S FULL former FC. Upgrade little impact on performance, interface display battery, waves, unlocked, toggle function are changed to the new icon. Install a lot of new gadgets, have the category that you have selected, match the user's purposes. For example: Yahoo, Facebook, Zing Mp3, TV, Synthesis movies, Reuters, App 2 SD, Block calls, ...
+ Install rom zip.
+ Add 1 wallpaper.
+ Add button to boot into recovery, bootloader, screenshots are on phone startup key. Integrated 4 in 1.
+ Add audio to boot the phone and use your logo.
Fix not to install interface.
Update Fix. Compared with the previous version had significantly lower heat. When turned 3G/Wifi still have warm negligible. But normal mode is cool as ice. Increased smooth stamp 10%. Transparent setting.
Temporary only.
Video Media
http://www.youtube.com/watch?v=1twlqdgjlPM
Photos
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
FORUM : http://choimobile.vn/threads/a820l-phien-ban-galaxy-s-full-fc-pro-version1-ics4-0-4-dang-zip.1791/
FACEBOOK: https://www.facebook.com/groups/581682905181015/
Link download: Click here
Below the attachment post. Only $ 2 you can download the rom. (Just comment 2 times in this topic will be $ 2 to download the rom as you like)
Instructions for installing rom.
I.Request
1.Dien the Root voice (to use all the functionality of the rom)
2. Phone install Clockworkmod 5862 version or higher.
II.Setup
1. Phone connected to the computer. Copy the rom to the phone memory. After copying is complete, unplugging usb, turning off the phone.
3. Recovery (Volume down + Power) and select the format clean to up rom follow the instructions below
- Select the wipe data / factory reset -> Select Yes
- Select the wipe cache partition -> Select Yes
- Select the advanced
wipe cache davik -> Select Yes
wipe battery stats -> Select Yes
After the format is complete, you start up the rom. Select Install zip from sdcard -> Choose zip from sdcard -> Find the rom -> Select Yes install.
4. Wait 2-3 minutes for the rom is completed.
5. Click the Back button to exit the CWM main screen and select the "Reboot system now" to restart the phone.
6. The first startup takes longer than 3-5 minutes. The next time you start going faster.
How to fix 1 error.
1. Error slowly unlock screen. Fix: You change to the unlock ICS traditional.
2. Error messages do not vibrate. Fix: Go to message settings-> Settings-> Vibration -> Select Always​

[ROM][PORT] MIUI 7 - For Gionee P3 Team TMTT [STABLE - GOBLA] [MT6582]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
MIUI 7
DUAL SIM 3G WORKING​
Credit
Sim 3G Dual - Lenovo A328
Team TMTT Porting
HI , I From VIetnamSe ​
Features
1.SIM 2 3G WORKING. NOW ITS DUAL 3G - FIRST FOR MT6582
[Credits to Mr.deliopoulos-for making it & Mr.Ondipuli-for informing us about that patch]
2. Beautiful MIUI 7 - Muitilang
3. Online themes,wallpapers,ringtones,etc..
4. More Battery Efficient,Smooth
5. Extra Reboot Menu Mod
6. Modded dialer , settings , In Call UI and new File manager
7. Good Camera Quality
8. All Unwanted/chinese MIUI apps Removed
9. Play Store working
UI limitations/Issues
1. No DPI issue in default theme upto 204 dpi , but some themes will not work properly
Default dpi we put is 204 , you can change it from build.prop file
2. Due to themes and other effects , ram use is little high , but smooth also good battery backup too
Guide Flash Miui
Go to TWRP 2.8.7.0
>>TWRP 2.8.7.0<<
Wipe => Wipe Factory reset
Advanced => Check Davik Cache, Data, System, Cache => Wipe
Mount => Uncheck System
Install => Zip Miui 7.zip
Done
REboot phone and Waiting...
PORTED BY TEAM TMTT ​
MARIUS : http://forum.xda-developers.com/member.php?u=6895163
Thanh Ta : http://forum.xda-developers.com/member.php?u=6872538​
MIUI 5.11.26 Dual 3G Muitilang​
SYSTEM
Optimization - Merge partitions system Mi 2 / 2S (ROM Install fastboot with and wipe all you will be reconfigured the previous system partition) (11-20)
Fixed - Volume not adjusted using the key after turning on Do Not Disturb mode (11-26)
PHONEBOOK
New - Support for transferring money in page directory for those with account cards Mi Cloud (11-20)
MUSIC
Optimization - Stage grayed play white (11-24)
INSTALLATION
Fixed - No response when "Mi Wifi Router Management" in detail page Wifi (11-23)
Fixed - Application-level power consumption are sometimes not displayed (11-25)
FILE MANAGEMENT
Optimization - Optimize analytical data source for the image using Quick URL (11-23)
CLOCK / COMPUTER
Fixed - Sometimes the alarm clock to go off when a new a new alarm has been generated (11-25)
DOWNLOAD LINK
Mod Edit by @Darth : Links removed and thread closed for not complying with GPL.
*
*
Enabling 3G on SIM 2
1.Open the provided Dual sim control app and go to Data Connection tab
2.Press on "Set SIM 2 as 3G"
it'll now set your SIM 2 in "WCDMA Preferred" mode .Enjoy 3G on SIM 2.
If you want to set as "WCDMA Only" mode ,follow step 3,4&5
3.go to settings/about phone and tap 4 or 5 times on Internal Memory , it'll lead you to testing mode
4.From Testing , press Phone information2
5.You'll see "WCDMA Preferred" press it and change it to "WCDMA Only"
That's all
Enjoy 3G on SIM 2 and press thanks to US
some screenshots are provided below
THANKS TO GIONEE M2 TEAM ARGN
For downloading apps from playstore through mobile data you need to set data download limit to unlimited , otherwise it'll always shows "Waiting for WiFi"
So here's how to set it to unlimited
1.From tools folder ,open downloads
2.from its settings change size limit to unlimited
Now you can download anything fom playstore using your mobile data
Follow the below screenshots for easy understanding
How Swap Ram For Gionee P3
Extract
must Root
First on Busy Box Pro
Wait finished choose install
to root explorer
System / etc /
create folders named init.d
copy 2 files to set right Swap300_cache Swap300_system vs 777
finished in Universal Cantilever select Activate current Donethen select Verify = >> done Succes
Reboot finished
Pro checks to see Swap Diskinfo below oke
if Copy faild
SuperSU = > settings = > shortcut link name , reboot Done
Link Tools ( decompression is not Flash )
https://drive.google.com/file/d/0B5_r8gUSSTYaSTlBN2NjUFA4Q0U/view?usp=sharing
twrp link not working bro
Sent from my Micromax A310 using XDA Free mobile app
---------- Post added at 09:45 PM ---------- Previous post was at 09:44 PM ----------
i am on stock jelly bean, can i flash this rom?
Sent from my Micromax A310 using XDA Free mobile app

[Linux] [Plasma Desktop - alpine] pmOS Latest Edge

Important : This is only a test release and should be treated as such. Use this modification at your own risk.
This package was built using pmbootstrap : https://wiki.postmarketos.org/wiki/Installation_guide
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Screenshot from the A205F Model. Won't be providing any more.
Check https://kde.org/ for more information about KDE.​
Know before you go -
- Bold text might contain crucial information, so read carefully.
- This DE runs on Alpine Linux.
- It has a partially working KDE Plasma Desktop.
- Working in Linux gives you endless possibilities. You might be able to make those things work that I couldn't.
- You need to have a basic knowledge of Linux Troubleshooting.
What works -
- OTG works, meaning it supports storage devices, mouse and keyboard. Ethernet works with some tweaks.
- SD Card
- Basic programs included in the distro run fine.
- Touchscreen
- Power Button. (Brings up the power menu)
What doesn't work -
- Screen Rotation is broken. So Portrait mode is the only option.
- Every sensor is broken. Including WiFi, Bluetooth, NFC, Camera, etc.. Sound is not supported.
- Volume buttons.
- Any type of SIM & Calling Support is off limits. It is never going to work on this phone, the kernel development is dead.
- Firefox crashes on opening heavy websites.
- Installing themes might break the UI.
---------------------
Requirements -
- A custom recovery, preferably TWRP.
- An SD Card with at least 1 GB of free space.
- A keyboard. Proper On Screen Keyboard isn't included.
Installation Instructions
--------
(only tested on A205F) (might or might not work for others)
--------------------------------
1. Download zip from the link below.
Download Here
(Google Drive)
​2. Take a backup of the BOOT & DATA partition. Internal Storage is going to be erased.
3. Copy the file you downloaded to your SD Card.
4. Boot into recovery and unmount everything except the SD Card.
5. Flash the file like you normally would. Ignore any mount errors.
Default Password :
Username - admin
(if prompts)
Password - 123456
The system partition on your phone stays untouched. But you already know the risks. I won't be providing any troubleshooting help.
Disclaimer -
I didn't code anything in this whole project. It was simply built with the utilities that were available, instructions to build are in the second line of this thread. I was inspired to look into Linux for A20 by this thread. I won't be accepting any criticism since I'm not involved in the development of this project.
And finally, English Is not even my third language. I won't be taking responsibility for a Headache or Eye trauma.
Credits & Sources- @arpio
Kernel Source - https://gitlab.com/arpio/kernel_samsung_a20/-/tree/pmos
PostmarketOS - https://gitlab.com/postmarketOS

Question Graphene OS - switch back to Google OS

I tried Graphene OS for the past week and decided to go back to original.
- bootloader is unlocked
- am using Android Flash TOOL from here https://flash.android.com/
- Removed non-stock key prior to proceeding with Flashing
- i got to FastBoot screen during the Flash and the browser provided the following warning : '' Your device is being used by another program'' and then the Flasing process stopped.
- Am now back at the main Google screen.
- I believe Graphene OS already removed from device.
- Trying to initialize Android Flash TOOL once again, i accept ADB / Grant access to ADB keys - device does not show up in the tool anymore to flash stock OS. (see attached screenshot)
When I'm stuck at the main Google screen, I decided to factory reset.
Turned device off > Pressed Volume down > highlight “Recovery mode.” > “Wipe data/factory reset” > After reset completed, pressed the Power button to select “Reboot system now.”
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

			
				
Add new device ???? nothing ?.
What I always did with Google phones (family and friends who brought them to me to flash):
With the original ROM and before any manipulation
-go to developer mode + USB debugging + unlock bootloader.
-in fastboot, fastboot flashing unlock, reboot then reconfig of the phone.
-switch back to developer mode + USB debugging + USB connection to PC.
-adb reboot bootloader then adb kill-server (on the PC).
-connect to Android Flash Tool then do as if I was going to flash the original Rom (to make the phone recognized by Google) and stop the process before flashing.
I don't know if it's really useful to do all this but recently with 2 phones (Google 4A5G and Google 5 under GrapheneOS) putted back the ROM from Google before re-flashing on the 2 CalyxOS (support planned until January 2025) without any problem.
Last possibility for you, download the ROM factory, unzip it and launch the flash-all.bat in fastboot.
Tintin62 said:
Add new device ???? nothing ?.
What I always did with Google phones (family and friends who brought them to me to flash):
With the original ROM and before any manipulation
-go to developer mode + USB debugging + unlock bootloader.....
Click to expand...
Click to collapse
@yycDAAN This is the best solution: doing this stuff manually and not using a tool/site to automate things =).
But anyway, ensure that you have USB Debugging enabled. If you don't, then no image flashing will work manually or through sites that tackle it all for you - as they won't be able to detect the device (which appears to be your current problem).
Thank you guys for taking the time to help - much appreciate it
got into Fastboot mode. Android Flash TOOL recognized device and was able to install the original OS . When i restart phone, get the warning page :
''Your device is corrupt. It can't be trusted and may not work properly'' . I click CONTINUE and everything loads normally.
Is there anything I can do to ensure that ''Your device is corrupt.'' page stop showing up on Boot ?
EDIT : appears once bootloader is Locked, screen disappears
Leaving Thread up for reference.

Categories

Resources