New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
focak
Old
(Last edited by focak; 27th March 2012 at 08:27 AM.) Reason: editing Title
#1  
Junior Member - OP
Thanks Meter 0
Posts: 1
Join Date: Mar 2012
Default Huawei U8600-1 (T-mobile Move) - pattern lock

Hello to all ,

I have Huawei U8600-1 branded as T-mobile Move.
I accidentaly lock phone with lock pattern and now I can not unlock it

Please help me to unlock lock pattern , i tried to find procedure
for reseting phone but I could not find right one for this model

It is 2.3.5 android phone , it has volume + , volume - and power button ..
 
Lucky484
Old
(Last edited by Lucky484; 10th April 2012 at 09:32 PM.) Reason: sy, my english is BAD
#2  
Junior Member
Thanks Meter 0
Posts: 4
Join Date: Apr 2012
Default hey

Try
in the menu down "Forgot your password" over Google email and password

or set Back with recovery

make Handy off.

holde Vol.up+Power for 5 sec. to go in the Recovery menü
maybe the handy boot normal,so Try again.
or. open the ADB and make "adb reboot recovery"

in the menu go with the Vol buttons down to "wipe data\factory reset" and turn Powwer.
"WARNING" Everything is cleared.....
i can not for 100% say that it work!!!


sy for my english.im from Germany
 
ahmerp
Old
#3  
Junior Member
Thanks Meter 0
Posts: 14
Join Date: Oct 2006
not work for me
 
ruscan.calin
Old
#4  
ruscan.calin's Avatar
Senior Member
Thanks Meter 274
Posts: 622
Join Date: Nov 2010
Quote:
Originally Posted by focak View Post
Hello to all ,

I have Huawei U8600-1 branded as T-mobile Move.
I accidentaly lock phone with lock pattern and now I can not unlock it

Please help me to unlock lock pattern , i tried to find procedure
for reseting phone but I could not find right one for this model

It is 2.3.5 android phone , it has volume + , volume - and power button ..
1. reset pattern by email
2. factory reset -search user guide how to enter recovery by ex try VolDown+Menu/ VolUp +Menu for 10s
3. if you have USB debugging enabled previously then install Adroid SDK to get adb utility then from command prompt

var A
adb reboot recovery

var B

Code:
adb -d shell
$sqlite3 data/data/com.android.providers.settings/databases/settings.db
sqlite> update system set value=0 where name='lock_pattern_autolock';
sqlite> .exit
$exit