Patern lock - Galaxy Y GT-S5360 and Duos 6102 Q&A, Help & Troubl

Hi to all of u,i have friend with locked phone with patern lock.And of course hi is forgot the patern,so after too many attempts phone is requesting gmail and password- and also that he is not saved anywhere.How to resolve that situation ???

pustinjak said:
Hi to all of u,i have friend with locked phone with patern lock.And of course hi is forgot the patern,so after too many attempts phone is requesting gmail and password- and also that he is not saved anywhere.How to resolve that situation ???
Click to expand...
Click to collapse
If i were your friend,i will boot into recovery and then clear data and reset . Thts it.
Pros-very fast and simple
Cons- u will lose all your data
Sent from my GT-S5360 using Tapatalk 2

pustinjak said:
Hi to all of u,i have friend with locked phone with patern lock.And of course hi is forgot the patern,so after too many attempts phone is requesting gmail and password- and also that he is not saved anywhere.How to resolve that situation ???
Click to expand...
Click to collapse
The only solution is a data wipe through recovery.. A message to your friend.. Next time
1.remember your pattern
2.add a google account
3. Have a nandroid backup available with screen lock disabled

You will need :
Android SDK
----
- Connecte Phone with PC
and run This adb command
" adb shell rm /data/system/gesture.key "
reboot then , recreate a patern lock

The Tox said:
You will need :
Android SDK
----
- Connecte Phone with PC
and run This adb command
" adb shell rm /data/system/gesture.key "
reboot then , recreate a patern lock
Click to expand...
Click to collapse
Is it gonna give us a chance to recreate the pattern.??
**rooting is new for me...and i am noob to root...**

you will
after reboot you can passe the lock using any patern
after that change it or disable it

jaison thomas said:
If i were your friend,i will boot into recovery and then clear data and reset . Thts it.
Pros-very fast and simple
Cons- u will lose all your data
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
I know for that way but as u say problem is data loss

jaison thomas said:
If i were your friend,i will boot into recovery and then clear data and reset . Thts it.
Pros-very fast and simple
Cons- u will lose all your data
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
The Tox said:
You will need :
Android SDK
----
- Connecte Phone with PC
and run This adb command
" adb shell rm /data/system/gesture.key "
reboot then , recreate a patern lock
Click to expand...
Click to collapse
I tell her about that way to but, we met through the site so her is not from my town.And she does not deal with androids(she use Y like nokia 1100 )
Anyway,thank you all for responce :good:

This happen to a friend he paid me 100 bucks i wipe all his data.
Sent from my SAMSUNG-SGH-T989 using xda app-developers app

pustinjak said:
I tell her about that way to but, we met through the site so her is not from my town.And she does not deal with androids(she use Y like nokia 1100 )
Anyway,thank you all for responce :good:
Click to expand...
Click to collapse
Let here try: if she remembers gmail address she should type it in. Since she doent know password she should type "null" without he quotes and she should be able to access the phone. Both email address and password should be in lower case (small letters ). I haven't tried it but got it on the net. I doesn't hurt her to try it though.
Frankly best option for a noob is to do factory reset and loose all data (tell her her pics and music will not be lost a they are on sdcard iand if in doubt take out sdcard before factory reset/ data wipe).
No need to download sdk and possibly samsung kies and am sure she did not enable usb debugging on her phone
Sent from my GT-B5512 using Tapatalk 2

arbayong said:
Let here try: if she remembers gmail address she should type it in. Since she doent know password she should type "null" without he quotes and she should be able to access the phone. Both email address and password should be in lower case (small letters ). I haven't tried it but got it on the net. I doesn't hurt her to try it though.
Frankly best option for a noob is to do factory reset and loose all data (tell her her pics and music will not be lost a they are on sdcard iand if in doubt take out sdcard before factory reset/ data wipe).
No need to download sdk and possibly samsung kies and am sure she did not enable usb debugging on her phone
Sent from my GT-B5512 using Tapatalk 2
Click to expand...
Click to collapse
Still no replay from her.I wrote her about "null" solution-thanx bro :good:

arbayong said:
Let here try: if she remembers gmail address she should type it in. Since she doent know password she should type "null" without he quotes and she should be able to access the phone. Both email address and password should be in lower case (small letters ). I haven't tried it but got it on the net. I doesn't hurt her to try it though.
Click to expand...
Click to collapse
I read about that , but if data is disabled or wifi is not connected this won't work !!!

Like I said. I never tried it
Sent from my GT-B5512 using Tapatalk 2

Related

How To Fix Nexus S ICS Wifi Issue

If you have received errors like
Set ISCAN for wl_iw_combined_scan_set failed with -22
or your wifi turn on switch hangs, this is the solution for you
its appear that ICS is unable to set right frequency when your sim card country isnt US or EU, odd thing, but common thing about us (people who have wifi issue with ics) is that we don't live in us or eu.
fix is fairly simple, you need sqlite (which i got from http://forum.xda-developers.com/showthread.php?t=1067944)
and all you need is to run
sqlite3 /data/data/com.android.providers.settings/databases/settings.db "INSERT INTO secure (name, value) VALUES ('wifi_country_code', 'EU');"
turn wifi on and off, then you are good to go until next reboot.
the thing is i wonder where i should put this command to make it run *at right time* on next login, /system/etc/init.d/99nexusinit didn't did the trick, any idea?
Sql you used is just for one session, use the one i added 1 line to and it should stick on reboot.
INSERT INTO secure (name, value) VALUES ('wifi_country_code', 'EU');
Commit;
Sent from my Nexus S using xda premium
i received this error
SQL error: cannot commit - no transaction is active
Can read out of the database with
Select * from secure;
If not then there might be somethin wrong with the connection.
In this case add commit; to the original code you used.
Sent from my Nexus S using xda premium
can you give a step by step instruction how to do this?
thanks
Thanks a lot dude , worked for me
can you tell me how you did it? step by step please..
just get the mentioned file from the link and run it , thats it , but you need to make sure you have a root access first !
raminchit said:
just get the mentioned file from the link and run it , thats it , but you need to make sure you have a root access first !
Click to expand...
Click to collapse
ok so i plug in my phone with wifi not working and run the .bat file?
thats is?
yeap , thats what I did , with usb debugging enabled
raminchit said:
yeap , thats what I did , with usb debugging enabled
Click to expand...
Click to collapse
it didnt work for me. i ran the tool it says succes but wifi doesnt work.
OP, can you please inform kernel developers about possible solution for us (with wifi iasues) so they incorporate it in their kernel's next versions?
Sent from my Nexus S using XDA App
thegtfusion said:
it didnt work for me. i ran the tool it says succes but wifi doesnt work.
Click to expand...
Click to collapse
emm
use adb push to upload sqlite3 to /mnt/sdcard, run the sqlite command under the adb shell.
lio02 said:
OP, can you please inform kernel developers about possible solution for us (with wifi iasues) so they incorporate it in their kernel's next versions?
Sent from my Nexus S using XDA App
Click to expand...
Click to collapse
I don't know many developers around here, feel free to contact them on your own, fix is really simply enough.
arminzoup said:
emm
use adb push to upload sqlite3 to /mnt/sdcard, run the sqlite command under the adb shell.
Click to expand...
Click to collapse
Can you give a step by step instructiom? Plz plz im a noob at adb..
Sent from my Nexus S using xda premium
thegtfusion said:
Can you give a step by step instructiom? Plz plz im a noob at adb..
Sent from my Nexus S using xda premium
Click to expand...
Click to collapse
Same here - did not work for me
amangoenka said:
Same here - did not work for me
Click to expand...
Click to collapse
try this one: http://forum.xda-developers.com/showthread.php?t=1403801

Please help :(

Guys i know this is not the correct place but someone can please tell me "what to do if i have lost my password" ??
I am using Windows 7
Laptop of Sony Vaio
Please someone help
I know that this could possibly be used malicously but if you can access another computer, download OphCrack and burn it to a CD or write it to a USB drive and you can use that to recover your password. I've used it multiple times on Windows Installations for friends who forgot their passwords on their home computers, it does work. xD
ShadowEO said:
I know that this could possibly be used malicously but if you can access another computer, download OphCrack and burn it to a CD or write it to a USB drive and you can use that to recover your password. I've used it multiple times on Windows Installations for friends who forgot their passwords on their home computers, it does work. xD
Click to expand...
Click to collapse
Bro then will it tell me the password ??
please tell me the process.
avilove4u said:
please tell me the process.
Click to expand...
Click to collapse
simply download the ISO, burn it to disc and then boot it, it will have the utility for recovering the password. Three are hundreds of tutorials on how to recover your password with OphCrack
Sent from my LS-LS670 using XDA
ShadowEO said:
simply download the ISO, burn it to disc and then boot it, it will have the utility for recovering the password. Three are hundreds of tutorials on how to recover your password with OphCrack
Sent from my LS-LS670 using XDA
Click to expand...
Click to collapse
I use a program called Kon-Boot, its good enough for most tasks, it wont help if your part of a domain, it also wont help if you have encrypted any drives or folders.
it wont tell you the password
so how does it work?
well, the short answer is that it hijacks the boot sequence and bypasses the password check, you just click on the user and ignore the password, once your in you can change your password or a safer option is to add another admin account, then log in to that and change your password. The problem is if you encrypted anything, then im afraid to say your ****ed!
you see the encryption key is part made up by your actual password, so by using my method to change the password, what you will end up with is data still encrypted on your old password.
the ethical uses of this are limited, but there are uses which is why im happy to share it, just don't **** around if for any reason some data is encrypted and the password is likely to "turn up" again because once you've opened this bag of worms you cant go back so essentially the data will "vanish"
dazza9075 said:
I use a program called Kon-Boot, its good enough for most tasks, it wont help if your part of a domain, it also wont help if you have encrypted any drives or folders.
it wont tell you the password
so how does it work?
well, the short answer is that it hijacks the boot sequence and bypasses the password check, you just click on the user and ignore the password, once your in you can change your password or a safer option is to add another admin account, then log in to that and change your password. The problem is if you encrypted anything, then im afraid to say your ****ed!
you see the encryption key is part made up by your actual password, so by using my method to change the password, what you will end up with is data still encrypted on your old password.
the ethical uses of this are limited, but there are uses which is why im happy to share it, just don't **** around if for any reason some data is encrypted and the password is likely to "turn up" again because once you've opened this bag of worms you cant go back so essentially the data will "vanish"
Click to expand...
Click to collapse
I will try and let you know
Btw Thanks
ShadowEO said:
simply download the ISO, burn it to disc and then boot it, it will have the utility for recovering the password. Three are hundreds of tutorials on how to recover your password with OphCrack
Sent from my LS-LS670 using XDA
Click to expand...
Click to collapse
I have a pen drive!
Dnt want to burn a disc
If i wll format the system and add a new OS then what will happen?
avilove4u said:
I have a pen drive!
Dnt want to burn a disc
If i wll format the system and add a new OS then what will happen?
Click to expand...
Click to collapse
Password would be gone, but so would days. http://unetbootin.sourceforge.com use that to copy the ISO to your flash drive.
Sent from my LS-LS670 using XDA

SD-ROM: Screen locked with pattern and cannot unlock

I forgot the pattern of my lockscreen, tried too many times and cannot unlock with google account.
Unfortunately wifi, data and developer mode is turned off.
Was able to locate and extract gesture.key but how can I remove it from data.ext4?
SD-ROM is containing all my phone numbers, messeges etc.
Please help, thank you in advance.
experto1 said:
I forgot the pattern of my lockscreen, tried too many times and cannot unlock with google account.
Unfortunately wifi, data and developer mode is turned off.
Was able to locate and extract gesture.key but how can I remove it from data.ext4?
SD-ROM is containing all my phone numbers, messeges etc.
Please help, thank you in advance.
Click to expand...
Click to collapse
How have you found and extracted gesture.key?
To remove something from data.ext4 you could mount the file in Ubuntu/Linux which will grant you access to the files.
Code:
[CENTER]sudo mount -o loop data.ext4 ~/Desktop/data
then edit it and unmount it
umount data.ext4[/CENTER]
HypoTurtle said:
How have you found and extracted gesture.key?
To remove something from data.ext4 you could mount the file in Ubuntu/Linux which will grant you access to the files.
Code:
[CENTER]sudo mount -o loop data.ext4 ~/Desktop/data
then edit it and unmount it
umount data.ext4[/CENTER]
Click to expand...
Click to collapse
thanx a lot HypoTurtle! It worked for me but removing gesture.key did´nt remove the protection. I still have googlemail unlock screen.
Any idea?
experto1 said:
thanx a lot HypoTurtle! It worked for me but removing gesture.key did´nt remove the protection. I still have googlemail unlock screen.
Any idea?
Click to expand...
Click to collapse
Had a quick look and if you aren't given the option to reset it, after ~5 failed attempts you could try downloading lock screen bypass from the market to see if that works, I'll attach a copy of the apk if you cant get it.
Just tried it and its 5 failed attempts for me, then the offer to reset.
unfortunately this did not work for me. think it is locked at a different point.
I will give the sql method a try: http://forum.xda-developers.com/showthread.php?t=485988
Anyway I hit the thanks button
problem solved:
after trying sql method and restart it was showing missed calls, could enable data connection and unlock it with my googlemail account.
experto1 said:
problem solved:
after trying sql method and restart it was showing missed calls, could enable data connection and unlock it with my googlemail account.
Click to expand...
Click to collapse
I'm glad that you could solve it and unlock your phone, but I am curious, why it didn't let you unlock using Gmail without data.
Sometimes, I unlock the phone using gmail and pass EVEN with airplane mode on and no WiFi. Isn't it supposed to check with your already registered gmail account? thus no need for an internet connection?
Anywa, enjoy your phone.
experto1 said:
problem solved:
after trying sql method and restart it was showing missed calls, could enable data connection and unlock it with my googlemail account.
Click to expand...
Click to collapse
Glad you got round it, I didn't mention anything adb wise as I though you said debugging was turned of, at least you've learned something. And being able to edit the data.ext4 on a desktop has it's benefits.
Marvlesz said:
I'm glad that you could solve it and unlock your phone, but I am curious, why it didn't let you unlock using Gmail without data.
Sometimes, I unlock the phone using gmail and pass EVEN with airplane mode on and no WiFi. Isn't it supposed to check with your already registered gmail account? thus no need for an internet connection?
Anywa, enjoy your phone.
Click to expand...
Click to collapse
Yes Marvlesz, was also strange to me. Tried the same with my ICS Pad without any connection while I read somewhere that even wifi should not work only when the device is connected to USB!? Maybe it depends on the version? My phone was on ICS 4.0.3 (IceCreamTosti_v0.10_AOKP_M4) with Tyatung Kernel 2.6.32.
Now after all my installation got broke but I can access my stuff, finally save it and reinstall newer version while I have a good reason now to do that
HypoTurtle said:
Glad you got round it, I didn't mention anything adb wise as I though you said debugging was turned of, at least you've learned something. And being able to edit the data.ext4 on a desktop has it's benefits.
Click to expand...
Click to collapse
Yes HypoTurtle, debugging was off and I did´nt use adb. With your kind help I mounted data.ext4 and changed settings.db in linux.

[Q] [SOLVED] Forgot my pattern & Email (Password still in mind)

Hallo,
I am using CM7 on my little Samsung Galaxy Y, but forgot the pattern I set.
I tried a lot, and after that, I remembered it again, but it is not useful anymore, it is asking me for my Gmail account, I KNOW the password, but can't remember the email anymore.
How can I get my SMSs (I only need them for very important number there).
Thank you.
Do you have usb debugging on you device? If yes, download android sdk and run those commands:
adb -d shell
sqlite3 data/data/com.android.providers.settings/databases/settings.db
update system set value=0 where name=’lock_pattern_autolock’;
.exit
exit
adb reboot
Click to expand...
Click to collapse
or
adb shell rm /data/system/gesture.key
exit
adb reboot
Click to expand...
Click to collapse
If you dont have, i think a factory reset is needed :/
Sent from my GT-S5360 using xda app-developers app
Arwany said:
Help me, I forgot my pattern.
Click to expand...
Click to collapse
1.Factory Reset
2.Try solution above
Arwany said:
Hallo,
I am using CM7 on my little Samsung Galaxy Y, but forgot the pattern I set.
I tried a lot, and after that, I remembered it again, but it is not useful anymore, it is asking me for my Gmail account, I KNOW the password, but can't remember the email anymore.
How can I get my SMSs (I only need them for very important number there).
Thank you.
Click to expand...
Click to collapse
This might be silly but it might work too (I have not tried but heard that it works) Insert sim card in your Galaxy Y, Dial your number from any where else (Frens cellphones you might pay him for that) Accept the call Don't end call rather press the button one at middle (it minimize your calling process) and navigate to Message and note that number.In that process try this too If play store can be started while minimized calling download any lock-screen application apply that And you should not flash it.
If above didnt work few suggestions Just copy the clockwork mode to SD card (Send it via SD CARD) Now backup the OS and flash it to default rom if you want to use it now for calling purpose or using it and you can revert it's backup and try entering password again in future.
If it really worked Please look at thanks button below
checkpoint_sagun said:
This might be silly but it might work too (I have not tried but heard that it works) Insert sim card in your Galaxy Y, Dial your number from any where else (Frens cellphones you might pay him for that) Accept the call Don't end call rather press the button one at middle (it minimize your calling process) and navigate to Message and note that number.In that process try this too If play store can be started while minimized calling download any lock-screen application apply that And you should not flash it.
If above didnt work few suggestions Just copy the clockwork mode to SD card (Send it via SD CARD) Now backup the OS and flash it to default rom if you want to use it now for calling purpose or using it and you can revert it's backup and try entering password again in future.
If it really worked Please look at thanks button below
Click to expand...
Click to collapse
This is a really good tip man!
But if he recover the backup the password will return too I think.
gu200123 said:
Do you have usb debugging on you device? If yes, download android sdk and run those commands:
or
If you dont have, i think a factory reset is needed :/
Click to expand...
Click to collapse
Thank you, this is a working solution, it has helped me
checkpoint_sagun said:
This might be silly but it might work too (I have not tried but heard that it works) Insert sim card in your Galaxy Y, Dial your number from any where else (Frens cellphones you might pay him for that) Accept the call Don't end call rather press the button one at middle (it minimize your calling process) and navigate to Message and note that number.In that process try this too If play store can be started while minimized calling download any lock-screen application apply that And you should not flash it.
If above didnt work few suggestions Just copy the clockwork mode to SD card (Send it via SD CARD) Now backup the OS and flash it to default rom if you want to use it now for calling purpose or using it and you can revert it's backup and try entering password again in future.
If it really worked Please look at thanks button below
Click to expand...
Click to collapse
This work-around didn't work for me, it didn't allow me to go anywhere else. But thanks however for the answer

[Q] How to reset password, when data and wi-fi are turned off?

My friend has Samsung GT-S6102, and in trying to change the pattern lock, he did something wrong, and now is locked out.
The next step is to enter his Google account login and password, which will let him log on and create a new pattern lock. The problem is, the phone has Wi-Fi and Data turned off.
I think he is now dead in the water, with no options left but to factory-reset the phone.
Is there any way to get the phone to connect to Google, even with Data and Wi-Fi not connected? If we could get 'data' or 'wi-fi' on, we would be all set - but unless there is some diagnostic way to do this from a connected PC, I can't see much else we can do.
mikemyersgnex said:
My friend has Samsung GT-S6102, and in trying to change the pattern lock, he did something wrong, and now is locked out.
The next step is to enter his Google account login and password, which will let him log on and create a new pattern lock. The problem is, the phone has Wi-Fi and Data turned off.
I think he is now dead in the water, with no options left but to factory-reset the phone.
Is there any way to get the phone to connect to Google, even with Data and Wi-Fi not connected? If we could get 'data' or 'wi-fi' on, we would be all set - but unless there is some diagnostic way to do this from a connected PC, I can't see much else we can do.
Click to expand...
Click to collapse
Try rooting the device & flash cwm. Then use aroma filemanager to go to the path, '/data/system' delete the file gesture.key
Hit thanks rather than typing it now Free
parkourkarthik said:
Try rooting the device & flash cwm. Then use aroma filemanager to go to the path, '/data/system' delete the file gesture.key
Hit thanks rather than typing it now Free
Click to expand...
Click to collapse
How about if I both hit "thanks" (already done!), and also say thanks!!
I've been here to xda-developers before, and now have my own device to use to learn rooting and installing custom ROMs. Haven't done it yet. I suppose this might be a good time to learn, but if I mess up, my friend isn't going to be very happy with me.
Let me ask you two questions - if the device is "locked", how can I even root the device? Doesn't it have to be on, running, and ready for whatever it is I need to do? A second question might be how I find the information here to learn how to 'root' a GT-S6102, but I can try that in the morning, when I'm a bit more awake (am now in India, and it's 1am).
I was thinking there might be some kind of diagnostic code that could be sent to the phone from a PC, even though the USB connection is probably not on right now, to "wake up" the data or wi-fi, which would enable the normal process of connecting to Google to continue.
I think you're suggesting I root the phone and flash a new OS. If there is a way to do that, isn't there a way to just turn on data or wi-fi?
I found this from a list of codes:
#*3282# Activate/Deactivate Data
Now, if I could only find a way to get that command to the locked phone....
If I do some of the steps you suggested, can I get to a step where I can give the phone those instructions?
here's the full list:
http://www.netlife.co.za/tech-guide...hones/113-samsung-secret-codes-and-hacks.html
1 - questions belong in question & answers section NOT development section
2 - answer has already been given plus iv posted it loads of times so please use search facility
Download aroma file manager & place on route of sd card (take sd card out & put in pc card slot or card reader)
go into CWM (flash temporary cwm zip if kernel doesn't have cwm)
mount system
flash aroma file manager
goto data/system
delete gesture.key
delete password.key
Restart
Thanks to all of you!
Sorry for the thread being in the wrong place....
I just came back here to say I found what might be the answer, which in fact originally came from xda-developers.com Here's the link, but since it points back to here, I probably don't even need to post it:
http://androidlegend.com/how-to-crack-unlock-pattern-lock-of-any-android-device/
Anyway, thanks to all of you for your help. Without this thread, I'd never have known where to look for an answer.
Any further questions I will post in the appropriate place.
Go In Recovery Mode And Wipe Data and Wipe Cache Partition ..........
Thanks to everyone for all the help. It's no longer an issue. They took the phone to a shop and had it reset to new, so it's in effect a brand new phone again. I guess it will at least be faster now.
I find it hard to believe that Google did things this way - it's good for security, but if someone's phone has data and wi-fi off, and a kid plays around with it and it gets locked, they've in effect, killed it.
I guess it's time for me to stop reading, and start doing. That's the only way I'm going to learn this stuff. Again, thanks!
mikemyersgnex said:
Thanks to everyone for all the help. It's no longer an issue. They took the phone to a shop and had it reset to new, so it's in effect a brand new phone again. I guess it will at least be faster now.
I find it hard to believe that Google did things this way - it's good for security, but if someone's phone has data and wi-fi off, and a kid plays around with it and it gets locked, they've in effect, killed it.
I guess it's time for me to stop reading, and start doing. That's the only way I'm going to learn this stuff. Again, thanks!
Click to expand...
Click to collapse
did u reset d phone?? if no here is a work around .
1) insert a sim card that has incoming call facility (u must know the sim card no)
2) make a call and receive it
3) don't hang up.. after receiving when u r in call window it will let u access d notification dropdown window.. now u can activate wifi or data network mode as u wish..
so no need to reset!!
Suranjan16049 said:
did u reset d phone?? if no here is a work around .
1) insert a sim card that has incoming call facility (u must know the sim card no)
2) make a call and receive it
3) don't hang up.. after receiving when u r in call window it will let u access d notification dropdown window.. now u can activate wifi or data network mode as u wish..
so no need to reset!!
Click to expand...
Click to collapse
Thanks. That is ingenious. Will it work on other android versions as well?
Sent from my TECNO P5 using xda app-developers app
damn
or press long power and select data on
arbayong said:
Thanks. That is ingenious. Will it work on other android versions as well?
Sent from my TECNO P5 using xda app-developers app
Click to expand...
Click to collapse
Hell yes if d rom has access to wifi or data toggle access from notification dropdown window
---------- Post added at 03:25 PM ---------- Previous post was at 03:23 PM ----------
rubmod said:
or press long power and select data on
Click to expand...
Click to collapse
Most phones does not have that feature..
Just go to recovery clear data and reboot
Sent from my GT-S5360 using xda premium
Himan Boro said:
Go In Recovery Mode And Wipe Data and Wipe Cache Partition ..........
Click to expand...
Click to collapse
This is the last choice you have.... You can try many from the methods above
Sent from my GT-P3110 using XDA Premium 4 mobile app
mohamedrashad said:
Just go to recovery clear data and reboot
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
I know this is a stupid question (I am new), but what does the clear data option do? Wipe/reset the device of my personal stuff?
You will not need data,wifi to sign into google Account..
Sent from my GT-S5360 using Tapatalk 2
bmiles said:
I know this is a stupid question (I am new), but what does the clear data option do? Wipe/reset the device of my personal stuff?
Click to expand...
Click to collapse
yes it will wipe all user data - this includes installed apps (not system apps) contacts sms and so on
if you want to remove the lock screen password you can do it without wiping data
see my post in this thread
http://forum.xda-developers.com/showpost.php?p=47873492&postcount=5
recovery mode
So when i do this process does my active SIM have to be in the device as well?
---------- Post added at 03:45 PM ---------- Previous post was at 03:38 PM ----------
marcussmith2626 said:
yes it will wipe all user data - this includes installed apps (not system apps) contacts sms and so on
if you want to remove the lock screen password you can do it without wiping data
see my post in this thread
http://forum.xda-developers.com/showpost.php?p=47873492&postcount=5
Click to expand...
Click to collapse
"THANK YOU" (since i am apparently at my limit on thanks a day ~why limit gratitude?)
shyamSGY said:
You will not need data,wifi to sign into google Account..
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
does the sim have to be in the phone when signing in and/or doing the workaround (or any method)?
bmiles said:
does the sim have to be in the phone when signing in and/or doing the workaround (or any method)?
Click to expand...
Click to collapse
you can flash this zip in cwm with system and data mounted
http://forum.xda-developers.com/attachment.php?attachmentid=2192613&d=1376652536
it will remove the lock screen - if the lock screen does appear just enter anything you like
your sim card does not have to be in to do this although if your phone is set to not allow access without a sim card in you will need to edit your build.prop to allow phone use without sim

Categories

Resources