[Hack] Bypass Android lock applications
- REVO
- Apr 6, 2016
- 2 min read
Every person with an Android has some sort of a lock application these days. Have you ever been challenged by anyone on bypassing it and you really wished you could ?
I got some help for you !
This post is for educational purpose only and this is purely out of my experience with quite a few of the most widely used apps out there ( AppLock, LOCX, SeramphimDroid).
What is the new buzz ?
Well, recently while playing around with one of the applications ( SeraphimDroid ) hoping for some bugs, I found out that the application was getting initiated with a lag on reboots. After reboot, the MainActivity was launching after sometime, as if it was waiting for some signal.
On further digging, I found out that the application was waiting for the ' BOOT_COMPLETED ' intent to be broadcast. The application would only start working on receiving this particular intent from the system.
The problem here is that, the BOOT_COMPLETED intent is sent by the system only after all the system services become active. But, the device, as a whole, becomes operational way before the intent is sent.
Generally, the MainActivity of these applications are their lock services ( i.e, their prime motive ). Until they are launched, these applications are just useless and can't even protect themselves !
Now, lets move on and see how this works !
Note :
1. If the lock application is registered as a Device Administrator, this very trick doesn't hold good. Some of the applications ( like PrivacyGuard ) in their latest releases have made it mandatory to register their apps as Device Administrators, which voids the working of this method.
2. Device's lock screen protection ( pattern / number lock ) is a pre-requisite.
Steps :
* Make sure the application is not a Device Administrator. ( Remove it from : Settings > Security > Device Administrators )
* Reboot the device.
* As soon as the device reboots, quickly go to settings > Apps and uninstall the lock application. The device will take around 10s - 20s to send the BOOT_COMPLETED intent. Uninstalling has to be done before that. This has been found to be working ( verified personally ) on most of the applications like AppLock, LOCX, SeraphimDroid. But, this should undoubtedly work on all the others too.
Simple as that !
Go check it out !



![[Guide] Turn Android into a file server](https://static.wixstatic.com/media/7db52a_a5944999195647eea09b969cf1dd2902.png/v1/fill/w_447,h_250,fp_0.50_0.50,q_35,blur_30,enc_avif,quality_auto/7db52a_a5944999195647eea09b969cf1dd2902.webp)
![[Guide] Turn Android into a file server](https://static.wixstatic.com/media/7db52a_a5944999195647eea09b969cf1dd2902.png/v1/fill/w_220,h_123,fp_0.50_0.50,q_95,enc_avif,quality_auto/7db52a_a5944999195647eea09b969cf1dd2902.webp)
![[ MOD ] Simple WhatsApp MoD](https://static.wixstatic.com/media/7db52a_08bd28ff5e4b4990ab274e00be72a972.jpg/v1/fill/w_447,h_250,fp_0.50_0.50,q_30,blur_30,enc_avif,quality_auto/7db52a_08bd28ff5e4b4990ab274e00be72a972.webp)
![[ MOD ] Simple WhatsApp MoD](https://static.wixstatic.com/media/7db52a_08bd28ff5e4b4990ab274e00be72a972.jpg/v1/fill/w_220,h_123,fp_0.50_0.50,q_90,enc_avif,quality_auto/7db52a_08bd28ff5e4b4990ab274e00be72a972.webp)
![[ GUIDE ] How to bypass Android pattern lock security without system wipe](https://static.wixstatic.com/media/7db52a_d9b3087e53dd4b92971151443d569a79.png/v1/fill/w_447,h_250,fp_0.50_0.50,q_35,blur_30,enc_avif,quality_auto/7db52a_d9b3087e53dd4b92971151443d569a79.webp)
![[ GUIDE ] How to bypass Android pattern lock security without system wipe](https://static.wixstatic.com/media/7db52a_d9b3087e53dd4b92971151443d569a79.png/v1/fill/w_220,h_123,fp_0.50_0.50,q_95,enc_avif,quality_auto/7db52a_d9b3087e53dd4b92971151443d569a79.webp)
![[ Write-Up ] [ HackCon15 ] [ Forensics ] Surprise , MF](https://static.wixstatic.com/media/7db52a_ded9b2df5d0e42208cd8d495646e35d2.png/v1/fill/w_447,h_250,fp_0.50_0.50,q_35,blur_30,enc_avif,quality_auto/7db52a_ded9b2df5d0e42208cd8d495646e35d2.webp)
![[ Write-Up ] [ HackCon15 ] [ Forensics ] Surprise , MF](https://static.wixstatic.com/media/7db52a_ded9b2df5d0e42208cd8d495646e35d2.png/v1/fill/w_220,h_123,fp_0.50_0.50,q_95,enc_avif,quality_auto/7db52a_ded9b2df5d0e42208cd8d495646e35d2.webp)
![[ GUIDE ] Build Tweaks for Android](https://static.wixstatic.com/media/7db52a_d79242ffb23c4268a40bb1e894ed6338.png/v1/fill/w_447,h_250,fp_0.50_0.50,q_35,blur_30,enc_avif,quality_auto/7db52a_d79242ffb23c4268a40bb1e894ed6338.webp)
![[ GUIDE ] Build Tweaks for Android](https://static.wixstatic.com/media/7db52a_d79242ffb23c4268a40bb1e894ed6338.png/v1/fill/w_220,h_123,fp_0.50_0.50,q_95,enc_avif,quality_auto/7db52a_d79242ffb23c4268a40bb1e894ed6338.webp)
Comments