[GUIDE] How to Disable FRP Lock re-enabling after add google account - Android General

Here's Instructions i made this solution i think it work for all android phones !
1. Enable Developer options and check "OEM Unlocking" (tap 8 times build number in phone info)
2. Go to GOOGLE PLAY STORE, search for DisableService App after that install it
3. Open This APP then go to tab SYSTEM
4. Search for Google Play Services
5. Search for Frp Uncheck Frp Service !
5A. Allow Root Access!
5B. Uncheck FrpUpdateIntentService
6. Now You Have FRP Disabled (YOU CAN'T HAVE ADDED GOOGLE ACCOUNT WHILE DISABLING, THIS INCREASE CHANCE OF BRICKING DEVICE!)
7.After it, you cannot add google account via settings it will say Application "name" Has stopped
8.Download QuickShortCutMaker
9.Search for "Manager"
10.Open IT
11. Search For Enter Email and Password or something
11A. IMPORTANT DON'T SELECT SECOND, THERE'S 2 OPTIONS MAKE SURE YOU HAVE SELECTED 1 ONE
12. Open ... Tab then select Login Using Browser or something
13. Write email address then password, Wait for logging in Window will close and you will go back to quickshortcutmaker
FINISHED ! Your Phone is now FRP Unlocked With Google Account ! You can check FRP Lock Status with google account in DownloadMode , Enjoy Your Custom Roms etc
No more Custom Binary Blocked By FRP Lock
you can have custom recovery with google account, IMPORTANT: don't delete your google account ! if you delete you need to go back to 8. section !, have fun -Tested On My SM-G531F Samsung Galaxy Grand Prime lollipop 6.1.1 Rooted Unlocked Now FRP Unlocked-- Tested 5 times! Warning:You need to do same if you install Custom OS !
NOTES ! READ IT !
You Need Rooted Device!
You don't need Check USB Debugging
You don't need custom recovery !
i haven't seen anywhere way to disable FRP Lock with google account (after uninstall app disableservice frp will re-enable make sure you installed it to \system\app If you not you can't have custom OS !)
-------------------------------------------------------
PRESS THANKS BUTTON IF MY SOLUTION WORK

root access??
I get caught up at number 5. I get a pop-up saying "failed to gain root access"
what do I do ??

Related

[Android][Guide]Hacking And Bypassing Android Password/Pattern/Face/PI

- DISCLAIMER -
Code:
This Is For Educational Purposes Only
You Shall Not Use This On Other People Phones Without Permission Under Any Circumstances
I'm Not Responsible For Any Eventual Errors And Misbehaving Of Your Devices
Files And Tutorials Are Used And Partially Created According My Expirience And Also Collected From Internet & XDA Forums
All Regards Are Going To Their Authors
If Just Google Ask you For Password (Credentials) - You Can Turn On WIFI Via ADB In Order To Google Accept Your Device Via this Command:
Code:
adb shell svc wifi enable
Click to expand...
Click to collapse
Requirements:
The Device Needs To Have Usb Debugging Enabled
In Case Usb Debugging Isn't Enabled And You Have Recovery,you Can Run The Same Instructions From Recovery
For Some Methods Root Is Not Required (Though It Will Be Better If Device Is Rooted)
If None Of This Methods Works For You - Unfortunally You Probably Must Full Wipe Your Device
METHOD I
Solution For Everyone With Recovery (Cwm, Twrp, Xrec,Etc...) Installed:
INSTRUCTIONS:
1. Download this zip Pattern Password Disable (Download from attachments) on to your sdcard (using your PC, as you cant get into your phone, right )
2. Insert the sdcard into your phone
3. Reboot into recovery mode
4. Flash the zip
5. Reboot
6. Done!
Note : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry. Just Try Any Random Pattern Or Password And it Should Unlock.
METHOD 2
Solution For Everyone Without Recovery Installed - ADB :
What You Need:
=>A computer running a Linux distro or Windows+Cygwin
=>USB cable to connect your phone to the PC
=>Adb installed
How to install adb:
1. Open Terminal
2. Type:
Code:
sudo apt-get install android-tools-adb
Hit [Enter]
3. Follow the instructions until everything is installed.
INSTRUCTIONS:
1. Connect you (turned on) Phone to the Computer via USB.
2. Open a terminal window.
3. Type:
Code:
adb devices
adb shell
cd data/system
su
rm *.key
4. Done...Now You Just Have To Reboot.
Note : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry. Just Try Any Random Pattern Or Password And it Should Unlock.
METHOD 3
Solution For Everyone Before Lock Accident :
SMS Bypass - Download Link - Install It On Your Device (Download from attachments)
This App Allows You To Remotely Bypass Your Phone's Screen Lock By Sending A SMS.
It Removes Your Gesture Pattern Or Password After Receiving A Preset Keyword Along With A Secret Code Via SMS.
SMS Bypass App Requires Root.
INSTRUCTIONS:
1.First, make sure you give permanent root access to the app.
2.Change the secret code to your preferred choice. The default password is : 1234
3.To reset your screen lock, send the following message from another phone:
Code:
secret_code reset
Example:
Code:
1234 reset
Note 1 : There is a space between your secret code and reset. Also the secret code is case sensitive.
Note 2 : There is an option available to change the preset keyword. Default is : reset - Your phone will restart and your lock screen will be reset.
Note 3 : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry. Just Try Any Random Pattern Or Password And it Should Unlock.
METHOD 4
Solution For Everyone Via Adb - SQL Command :
INSTRUCTIONS:
=>Type This Commands Separated In Your Terminal (CMD Prompt) :
Code:
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
=>Now You Just Have To Reboot.
Note : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry. Just Try Any Random Pattern Or Password And it Should Unlock.
METHOD 5
Solution For Everyone Via Adb - File Removal :
INSTRUCTIONS:
=>Type This Command In Your Terminal (CMD Prompt) :
Code:
adb shell rm /data/system/gesture.key
Note : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry. Just Try Any Random Pattern Or Password And it Should Unlock.
METHOD 6
Solution For Everyone With USB Debugging Enabled :
INSTRUCTIONS:
Primary Step for all method:
Download & Extract to anywhere - Bypass Security Hack (Download from attachments)
Open SQLite Database Browser 2.0.exe in SQLite Database Browser.
Run pull settings.db.cmd inside By-pass security Hacks folder to pull out the setting file out of your phone.
Drag settings.db and drop to SQLite Database Browser 2.0.exe program.
Navigate to Browse data tab, At table there, click to list down the selection & selete secure
Instruction To Remove Pattern Lock:
Now, find lock_pattern_autolock, Delete Record
Close & save database
Run push settings.db.cmd and reboot your phone
Instruction To Remove PIN Lock:
Now, Find Or Create lockscreen.password_type, double-click & change it's value to 65536, Apply changes!
Now, find lock_pattern_autolock, Delete Record, If doesn't exist, Ignore
Close & save database
Run push settings.db.cmd and reboot your phone
Instruction To Remove Password Lock:
Now, find lockscreen.password_salt, Delete Record
Now, find lockscreen.password_type, Delete Record
Close & save database
Run push settings.db.cmd and reboot your phone
Note : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry. Just Try Any Random Pattern Or Password And it Should Unlock.
METHOD 7
Solution For Everyone With Recovery Installed :
INSTRUCTIONS:
1.Download and Copy Aroma File manager.zip (Download from attachments or http://forum.xda-developers.com/showthread.php?t=1646108) to your memory card.
2. Open your recovery (press volume Down + Power button or it can be different according to the phones. Generally the phones who have press able button on the middle they have to press all three buttons. Google for you pattern there are lots)
3. There’ll b an option in recovery called “mount”. Go in that option and then mount all the cache and everything it is there.
4. Then select “update” and select “apply update from SD/external” and select aroma file manger.zip file that you downloaded using above QR code above.
5. After Flashing or updating, the aroma file manger will open. Use volume keys for up/down and power button 2 select like you use to get into recovery.
6. In aroma File manager , Go to menu , which is located in bottom strip and then select Settings.
7. Go to bottom n select “mount all partition in startup ” then exit from aroma file manger.
8. Now after exit , re-update that aroma file again and it will open again.
9. Go to data >> and then System.
Then find ‘gesture.key’ (for pattern lock) and ’password.key’ (for password lock) then long touch on gesture.key or password.key and sum option will be prompted , choose delete and delete that file and restart.
Note : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry. Just Try Any Random Pattern Or Password And it Should Unlock.
Credits:
PHP:
iamareebjamal(http://forum.xda-developers.com/member.php?u=4782403)
amarullz(http://forum.xda-developers.com/member.php?u=402300)
me myself (@piraterex) :D (http://forum.xda-developers.com/member.php?u=5002224)
I don't know all Devs so pls PM me and ask for credits for their tools/app
I LOVE YOU sooooooooo much
Super sharing Dear Big Thanks.. :thumbup:
Sent from my GT-I9300 using Tapatalk 2
Nice. Method 2 worked on my S2 plus
a million thanks my FRIEND:victory::victory::victory::victory::victory::victory::victory::angel:
you saved my day :good::good:
I LOVE YOU :laugh::laugh::laugh:
I AM SO HAPPY
me1mon said:
I LOVE YOU sooooooooo much
Click to expand...
Click to collapse
cheetah81 said:
Super sharing Dear Big Thanks.. :thumbup:
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
Gibz97 said:
Nice. Method 2 worked on my S2 plus
Click to expand...
Click to collapse
Mohdsultan said:
a million thanks my FRIEND:victory::victory::victory::victory::victory::victory::victory::angel:
you saved my day :good::good:
I LOVE YOU :laugh::laugh::laugh:
I AM SO HAPPY
Click to expand...
Click to collapse
thanx guyz..
Thank you very much, you saved me from factory resetting my device.
Sent from my Nexus 5 using Tapatalk
I believe this thread deserves more, it's help is so valuable.
Sent from my LG-P500 using XDA Free mobile app
Worked great.. did the Aroma method because I already had that installed... just a note. at&t Galaxy S4 4.4.2 mine was sparepassword.key and there was not password.key and I was using a password.
tnx dude
is there any way to bypass email verification???
if not...can you make it ...??
Note 3. 1,4,5 and 6 didnt work. Kept getting settings.db permission denied error.
Method 7 didnt work either. all I could see was gesture.key, deleted it but it ddint get rid of my pin lock.
piraterex said:
METHOD 7
Solution For Everyone With Recovery Installed :
INSTRUCTIONS:
1.Download and Copy Aroma File manager.zip (Download from attachments) to your memory card.
Click to expand...
Click to collapse
Thank you, thank you, thank you! You saved my day! :laugh::laugh:
This worked BUT: The aromafilemanager.zip didn't work, I had to download it from here: http://forum.xda-developers.com/showthread.php?t=1646108
So, please update the link, with the zip linked above it worked perfectly! :good:
//edit: And there is one more very simple way, if you have activated the device manager as device administrator (for some odd reason my phone deactivated all device admins, that's why I locked myself out in the first way, I use TimePIN and suddenly my code and the failsafe didn't work ) :
Go to https://www.google.com/android/devicemanager klick on "lock" and enter some pin like 1234, the current lockscreen will be overwritten by the 1234-lock.
Here's a simple windows app I made that will do all that with just one click over ADB http://youtu.be/NxzGxb73CQE
CM11 file to delete
this guide is cool
those who using CM11 the file to be deleted is cm.gesturekey
and the pattern is delted
i m using CM11
so just wanted to share
Thank you so much!
My Galaxy S2 slipped from my hand and battery popped out. After turning the device on, the phone would not accept my PIN! Strange as it seems.
Tried method 6 initially, but did not work. However went for Method 7 and profit!
I had TWRP recovery already in place, so didn't actually had to use the aroma file manager.
Thank you so much again. Weird days!
k.janku1 said:
Here's a simple windows app I made that will do all that with just one click over ADB http://youtu.be/NxzGxb73CQE
Click to expand...
Click to collapse
where is download link of tools?
i locked my phone with password lock..
I want to try option one
I have a ATT galaxy note 3 using Knoxraid v5.6 jb rom .. when i go into recovery it doesnt give me an option to select file from storage
only options to upgrade from ADB
upgrade from Storage
wipe cache
Any idea?
Ma$etas said:
i locked my phone with password lock..
I want to try option one
I have a ATT galaxy note 3 using Knoxraid v5.6 jb rom .. when i go into recovery it doesnt give me an option to select file from storage
only options to upgrade from ADB
upgrade from Storage
wipe cache
Any idea?
Click to expand...
Click to collapse
Try the option "upgrade from storage"
Normally it's called install zip from sd card. If it's not working, change the recovery.
simmac said:
Thank you, thank you, thank you! You saved my day! :laugh::laugh:
This worked BUT: The aromafilemanager.zip didn't work, I had to download it from here: http://forum.xda-developers.com/showthread.php?t=1646108
So, please update the link, with the zip linked above it worked perfectly! :good:
//edit: And there is one more very simple way, if you have activated the device manager as device administrator (for some odd reason my phone deactivated all device admins, that's why I locked myself out in the first way, I use TimePIN and suddenly my code and the failsafe didn't work ) :
Go to https://www.google.com/android/devicemanager klick on "lock" and enter some pin like 1234, the current lockscreen will be overwritten by the 1234-lock.
Click to expand...
Click to collapse
thanx buddy...I have added that link :good::angel:
what one will do if he has stock recovery with usb debugging disabled and has forgotten lock screen pattern or pin ? Is there anyway to enable usb debugging in fastboot or stock recovery or any other way?

[GUIDE] Bypass FRP lock "Verify your account" on Samsung Galaxy devices

Hi, this is my first thread, so please forgive me some mistakes.
THIS IS ONLY FOR DEVICES WHICH BOOTS TO SYSTEM AND STUCK AT "VERYFING YOUR ACCOUNT"
What do You need:
1. Your device
2. USB cable
3. Computer (PC or MAC)
4. Samsung SideSync
5. Some Time
Steps to do:
1. On computer download Samsung SideSync from Samsung website (Google for it), then install and run it
2. Boot your phone and get to "Verify your account" screen
3. Now connect your computer and phone with USB cable
4. On the phone You should see a popup which asks to select action. Choose Google Chrome JUST ONCE and unplug USB
5. Click "Accept", "No, Thanks", then in adress bar type "Nova Launcher apk" (or whatever you prefer)
6. Download APK file form any website (click OK, when chrome prompts, you should see "Downloading..." message)
7. Keep pressing back buton until you get back to "Verify yout account" screen
8. Connect to computer again, and then choose "Galaxy Apps" JUST ONCE
9. Click "Agree" and then you schould see some errors, just click "OK" and in "Search" type "ES File Explorer"
10. Click Download, accept all, ignore errors (yeah, you will need Samsung account to download)
11. Run ES File Explorer, ignore update and navigate to Download folder
12. Click on APK downloaded in step 6, and install it (enable unknown sources and click install)
13. After that click open and BOOM! You are at home screen, but you must do one more thing
14. Navigate to settings -> Apps -> All -> Google Services Framework and Click Disable
15. Using back buton go back to home screen and open Play Store
16. As you can see it asks you to add Google account, so go ahead and add yours
17. Ignore errors by clicking "OK" and when Google play app shows (with apps or with Error) get back to home screen
18. Now hold power button and select "Restart"/"Reboot"
19. Now just complete first steps and Remember to enable back Google Services Framework
20. Volia, your device works :laugh:
If you have any questions just ask below
Regards, Filip
I have samsung s7 edge and whenever i connect to OTG FLASH DRIVE OR WITH SIDESYN it shows nothing (no popup windows,any one have any idea how can it be fixed??
Ta
lubomirdemeter91 said:
I have samsung s7 edge and whenever i connect to OTG FLASH DRIVE OR WITH SIDESYN it shows nothing (no popup windows,any one have any idea how can it be fixed??
Ta
Click to expand...
Click to collapse
Sorry, I can't test it, I don't have S7
help
otg or sidesync dont work. i tried many times.
help on step 4
picakia said:
Hi, this is my first thread, so please forgive me some mistakes.
THIS IS ONLY FOR DEVICES WHICH BOOTS TO SYSTEM AND STUCK AT "VERYFING YOUR ACCOUNT"
What do You need:
1. Your device
2. USB cable
3. Computer (PC or MAC)
4. Samsung SideSync
5. Some Time
Steps to do:
1. On computer download Samsung SideSync from Samsung website (Google for it), then install and run it
2. Boot your phone and get to "Verify your account" screen
3. Now connect your computer and phone with USB cable
4. On the phone You should see a popup which asks to select action. Choose Google Chrome JUST ONCE and unplug USB
5. Click "Accept", "No, Thanks", then in adress bar type "Nova Launcher apk" (or whatever you prefer)
6. Download APK file form any website (click OK, when chrome prompts, you should see "Downloading..." message)
7. Keep pressing back buton until you get back to "Verify yout account" screen
8. Connect to computer again, and then choose "Galaxy Apps" JUST ONCE
9. Click "Agree" and then you schould see some errors, just click "OK" and in "Search" type "ES File Explorer"
10. Click Download, accept all, ignore errors (yeah, you will need Samsung account to download)
11. Run ES File Explorer, ignore update and navigate to Download folder
12. Click on APK downloaded in step 6, and install it (enable unknown sources and click install)
13. After that click open and BOOM! You are at home screen, but you must do one more thing
14. Navigate to settings -> Apps -> All -> Google Services Framework and Click Disable
15. Using back buton go back to home screen and open Play Store
16. As you can see it asks you to add Google account, so go ahead and add yours
17. Ignore errors by clicking "OK" and when Google play app shows (with apps or with Error) get back to home screen
18. Now hold power button and select "Restart"/"Reboot"
19. Now just complete first steps and Remember to enable back Google Services Framework
20. Volia, your device works :laugh:
If you have any questions just ask below
Regards, Filip
Click to expand...
Click to collapse
On Step 4, I'm not getting a popup to select action. Any ideas why?
---------- Post added at 02:56 PM ---------- Previous post was at 02:53 PM ----------
milo123milo said:
otg or sidesync dont work. i tried many times.
Click to expand...
Click to collapse
I know this is an older thread but I'm just trying this now. Side Sync didn't work for me either. Did you ever find a way to bypass FRP lock?
---------- Post added at 03:06 PM ---------- Previous post was at 02:56 PM ----------
lubomirdemeter91 said:
I have samsung s7 edge and whenever i connect to OTG FLASH DRIVE OR WITH SIDESYN it shows nothing (no popup windows,any one have any idea how can it be fixed??
Ta
Click to expand...
Click to collapse
I have a an on5 but same issue, no pop up appears. Did you ever find a way to bypass the FRP lock?

How to disable FRP Lock on any Samsung device for Root/No-Root user

Hi
I will show how to disable FRP Lock on any Samsung device for Root/No-Root user
For No-Root user:
Go to Settings/About phone&Tablet/Build number
Tap on 5 times or 10 times
Then,return on home Settings
Go to Developper options
Enable OEM unlocking
If it don't work you will try on root
For root, download root file for your device and flash it with Odin
For Root user :
Download "DisableService" on Google Play Store
Then, allow root access and go to the section "System"
Scroll down and tap on Google Play Service
Then scroll down again and when you see "FrpService" click and wait
Enjoy
Sorry for my bad English i've 13 years old
??

Samsung Galaxy Core Prime FRP Unlocks

Hey all, I have been attempting to unlock several Android smartphones from their FRP locks over the past few months. I have researched different methods and discovered that each model pretty much uses its own method. Here are a few methods that worked for me with the Galaxy Core Prime. You may have to try each of them to find one that works. All of these methods will remove the Google and/or Samsung account and allow the phone to work.
Method #1: Simple and Fast
Pre-requisites:
Sidesync installed on PC
Settings. apk downloaded to PC (from Rootjunky)
Micro-usb cable
Reset Galaxy Core Prime
1. Download and start Sidesync on PC (free program, Google it)
2. Go through settings to the Verify your account screen
3. Plug in phone to PC
4. When prompted, open with Google Apps
5. On your computer, move Settings.apk to the phone's storage
6. Search for ES File Explorer in Galaxy App Store and download
7. Log in with Samsung account (you can create one if you need to)
8. Click and load file in ES File Explorer
9. Allow Unknown Sources
10. Install Settings. apk on device
11. Factory Data Reset in Settings app
12. Phone will reset itself without any account attached to it.
*****
Method #2: 25 Steps
ONLY WORKS ON:
SM-530T1, SM-G530R7, SM-G530P (all OS Version 5.1.1)
1. Turn on the phone and select language
2. On Wi-Fi selection screen, select your personal hotspot (use another phone so you can easily disconnect it)
3. Click Next, agree to Terms & Conditions then go through to Verify Account screen
4. Click back arrow to Terms & Conditions and agree, then switch off hotspot during Checking Connection…
5. Screen says Couldn’t Sign in, click Next, Next, then set a screen lock (PIN works great)
6. Confirm PIN and tap Done
7. Tap Next to show content and tap Next through Google Services
8. On language screen, restart the phone
9. Now, swipe up from the bottom left on the phone icon and enter in your PIN, click OK
10. Click Contacts, Create, Ok (do not Add New Account), enter a name, click Add Another Field, Web Address, and enter in any website.
11. Click Save
12. Go to Contacts, click on your recently added contact and tap web address, open in Google Chrome
13. Accept & Continue, No Thanks
14. Turn on your personal hotspot to connect to the Internet
15. Search Google for “bypass FRP apk” and click the first result, it should be for androidhost.
16. Click Download at the bottom of the page
17. Click Share, then OneNote (this will take you to the Galaxy Apps Store)
18. Tap magnifying glass icon and search for ES File Explorer
19. Download the first result. It will prompt you to sign into your Samsung account
20. After installing, click to open the app
21. Tap Download, tap on Easy FRP Bypass, select Package Installer, Settings and switch on Unknown Sources, tap Ok and then tap Install
22. Open the app
23. Click on Bypass to Settings 1
24. Go to Backup and Reset, Factory data reset, RESET DEVICE, confirm PIN, NEXT, and DELETE ALL
25. After the phone boots up again, the Google account should be removed
***
Method #3: Hybrid Bypass
WORKS ON:
SM-G530P (version 5.1.1), SM-G360T, SM-G360P
Download Settings Shortcut.apk and com.rootjunky.frpbypass-1.0.apk from Rootjunky
1. Open Sidesync on PC
2. On phone, Select language
3. Connect to Wi-Fi
4. Agree to Terms and Conditions
5. Get to Verify your account screen from Google
6. Plug in phone to PC
7. Search for ES File Explorer in Galaxy App Store
8. Sign into Samsung Account
9. Accept and download ES File Explorer terms
10. Open ES File Explorer
11. Move over com.rootjunky.frpbypass-1.0.apk and Settings Shortcut.apk from PC to phone storage
12. Refresh ES File Explorer
13. Click on com.rootjunky first and download
14. Enable Unknown Sources, click Install, click Open
15. Tap three dots in upper right corner and click Browser Sign-in
16. Click Ok
17. Sign in with Google account
18. Click on Settings Shortcut.apk
19. Select Package Installer, Install and Open
20. Go to Accounts and verify your account is listed for both Google and Samsung account
21. Use the power button to Restart the phone
22. Go through the standard settings like normal; it should already recognize your account and not ask you to add it
23. After going through the settings, it should say "Account added" then click Next
24. Finish setup and you should be done!

[Resolved] How to remove FRP on Samsung C7 Pro Full Working Guide

How to remove FRP on Samsung C7 Pro C701F Full Working Guide With proof
Download And Flash file from android filehost.com
After That we need to enable adb
when asking for google account
Type anything on screen
press on typed words then select all
google assist menu wil apear
click on google assist
google chrome opened
search calculator
open calculator and type
(+30012012732+
Dp Parsor mode enabled
Type *#0808#
Selcet adb then reboot
Do frp with any adb professional tool
Thats all
please explain the steps..how did you do all this

Categories

Resources