[UNLOCK][GESTURE][PIN]Unlocker v2

  • Thread starter the_pirate_predator
  • Start date
Search This thread
T

the_pirate_predator

Guest
A small project to make Samsung Galaxy Y GT-S5360 users happy!

A code to remove passwords!

It is meant for educational purposes!

To promote the idea of open source, I have attached the source of my project.

Code:
ui_print("Unlocker v2");
ui_print("Mounting System");
show_progress(0.1, 0);
run_program("/sbin/busybox", "mount", "/system");
ui_print("Mounting Data");
run_program("/sbin/busybox", "mount", "/data");
ui_print("Deleting Pattern/PIN Lock");
delete("/data/system/gesture.key");
delete("/data/system/password.key");
show_progress(0.2, 10);
ui_print("Unmounting System");
run_program("/sbin/busybox", "umount", "/system");
ui_print("Unmounting Data");
run_program("/sbin/busybox", "umount", "/data");
ui_print("Done");
ui_print("Credits: the_pirate_predator@xda");

[#]With root and busybox: auto-mount

[#]Without root and busybox: manual-mount

Installation Instructions:
1. Place the zip file in your sd card
2. Goto Android System Recovery
3. Flash ClockWorkMod
4. Mount everything
5. Select "apply update from sdcard"
6. And select signed_Unlocker.zip and flash it
7. Reboot your phone

Change Logs:
  • Flashable file
  • Support to remove gestures
  • Support to remove pinlock
  • Updated Binaries
  • Signed

WARNING

The zip file is currently not tested
Testers needed
Do not use this file until the testing is complete
 
Last edited:

TheFixItMan

Senior Member
Jul 8, 2012
7,844
4,052
London
I never saw his post! It is my mistake!

But I never copied any ideas from anyone!

I recently read a article about this and thought of making this script!

Credits: To that developer also!

you can also use aroma file manager which is really useful especially if there are other things you need to delete that is stopping the phone from booting

its good you are making the effort to do things - its just I read most things and can remember other posts