FRP [Factory Reset Protect] Removal for Samsung Galaxy S7 & Edge (SM-930V & SM-935V)

Did this work for FRP Bypass


  • Total voters
    43
Dec 8, 2014
9
3
0
after it says to power down to maintenance boot and select option 5 it does nothing but whatever also i got rid of said trojan and just for ****s and giggles did the entire process over again you wouldnt believe same damn thing trojan
 

xboxexpert

Senior Member
Aug 1, 2007
1,008
1,185
0
38
www.thexboxexpert.com
after it says to power down to maintenance boot and select option 5 it does nothing but whatever also i got rid of said trojan and just for ****s and giggles did the entire process over again you wouldnt believe same damn thing trojan
After maintenance mode it runs the ADP commands. You must be in the correct portion of your phone follow the instructions. If you got rid of said trojan I'm assuming you deleted the required files to proceed successfully. adb.exe is the following command after maintenance boot.
 

psouza4

Inactive Recognized Developer
Feb 26, 2009
746
853
0
Meridian, ID
www.PeterSouza.com
My findings: clean (but really uninteresting)

So here are my findings:

(1) I was not able to detect any viruses or malicious code in the payload. It seems relatively clean and we're seeing false-positives.

(2) The batch file (in the file bypassfrp.exe) is nothing extraordinary at all and uses precisely the same technique that's been floating around YouTube and various guides. The way he does it may be slightly different, but it's still a matter of taking advantage of an activity to get access to a browser when you shouldn't and then using the browser sign-in to associate the device with your account to bypass FRP.

(3) here are the entire contents of his batch file:
Code:
@shift
@echo off
cls
echo Let me be perfectly clear,  this works on PE1 with latest security patch.
echo I also want to mention that I take no responsibility for loss of data.
echo If you do not have PE1 please flash PE1 with ODIN prior to proceeding!
echo.
echo Be certain you have Samsung Driver software installed
echo If you are certin you already have them please exit the installer.
.\"Samsung USB Driver Pack\SAMSUNG_USB_Driver_for_Mobile_Phones.exe"
echo.
echo Plug your mobile device in and allow the drivers to load.
echo Once the drivers are loaded Flash Rooted kernel with ODIN
echo. 
echo We are running the Odin Software
echo If you recieve a malware warning from any security software please ignore!
echo Exit the ODIN software to continue the process
Odin_PrinceComsy.exe
echo.
echo. 
echo Enter Galaxy S7 Maintenance Boot Mode (Takes time)
echo 1. Power Down the Galaxy S7
echo 2. When Powered Down, Press and Hold the Power and Volume Down Buttons
echo    at the Same Time
echo 3. Continue Holding These Two Buttons Until You See the Special Maintenance
echo    Boot Mode Menu
echo 4. Then Let Go of Both the Power and Volume Down Buttons
echo.
echo Select Option 5 with the Volume Down button and press Home to select it.
echo.
echo Allow the reboot fully into Setup Wizard again.
echo.
pause
echo.
adb kill-server
adb wait-for-device
echo.
echo You should see the Settings Menu shortly
adb shell am start -S com.android.settings/.Settings$PowerUsageSummaryActivity >nul
echo.
echo Once you see the settings menu Connect to a Wireless network that has internet access
echo. 
pause
adb shell am start -S com.google.android.gsf.login/com.google.android.gsf.login.LoginActivity >nul
echo.
echo You should now see a Re-type password screen
echo DO NOT USE THIS SCREEN TO RE-TYPE PASSWORD
echo Instead click the "Menu button" on the top right and select "Browser sign-in"
echo Click OK to accept Terms of Service
echo Sign in to your Google Account
echo.
pause
echo.
echo After successfully signing in the system should now bounce you back.
echo Press the back button numerous times to get back to the Setup Wizard.
echo Continue to press the back button until you get back to the "Welcome"
echo Proceed as if you were setting up the phone normally.
echo Do not worry the (Just a sec...) portion takes some time to pass.
echo.
echo Prior to continuing you must FULLY SETUP YOUR PHONE and be at the Home Screen
echo.
echo Now that FRP is bypassed lets Fully Root your system!
echo.
pause
echo.
echo Mounting System and RootFS RW
adb shell mount -o rw,remount /system
adb shell mount -o rw,remount rootfs /
echo Pushing SuperSU to Data
adb push SuperSU-v2.74-2.img /data/su.img
echo.
adb push launch_daemonsu.sh /system/etc/launch_daemonsu.sh
echo.
echo Revoving Security Log Agent Protections
adb shell mv /system/app/SecurityLogAgent/SecurityLogAgent.apk /system/app/SecurityLogAgent/SecurityLogAgent.old
echo.
echo Pushing zip files to Storage for later use
adb push xposed-v85.1-sdk23-arm64-custom-build-by-wanam-20160530.zip /storage/emulated/0/
echo.
echo Installing FlashFire (Check your device screen and hit Accept)
adb install flashfire.apk
echo.
echo Installing SuperSU Application
adb install -r SuperSU-v2.74-2.apk
echo. 
echo Installing Xposed Framework Application
adb install XposedInstaller_3.0_alpha4.apk 
echo.
echo Rooting System
adb shell < supersu.cmds
echo.
echo.
echo.
echo.
Echo Your device is now fully Rooted as well as FRP Removed
echo We are now Rebooting your Device, Enjoy!
echo.
echo.
echo.
echo.
start https://"www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UNW5MU5J4RZEE"
pause
Save it as a batch file and run it instead of his executable. In the future, @xboxexpert please release clean source code or at the very minimum, something people can scan to verify isn't malicious (or don't release anything at all).

EDIT/UPDATE: Here are some VirusTotal links:

Original self-extracting .exe from @xboxexpert's Google Drive:
https://www.virustotal.com/en/file/...e3015f3cad294b98e100a26a/analysis/1468341516/

Using 7-zip to extract all files, then using 7-zip to create a ZIP archive of all files:
https://www.virustotal.com/en/file/...e3015f3cad294b98e100a26a/analysis/1468341516/

Replacing the file 'bypassfrp.exe' in the ZIP archive with 'bypassfrp.bat' (contents are listed above):
https://www.virustotal.com/en/file/...e3015f3cad294b98e100a26a/analysis/1468341516/

There's one false-positive in 'Samsung Galaxy S7x FRP Bypass/XposedInstaller_3.0_alpha4.apk', which is 'Android-AppCare/Xposed.8aaf'. This is a false-positive because we know that it's Xposed and it's safe to install to our phones. It's also not binary code that can harm our PCs.

EDIT/UPDATE 2: Here's a download link to the batch file version, no other changes made:
Samsung_Galaxy_S7x_FRP_Bypass_batchversion.zip (MD5 hash 0D93A3084B6680284283A94AEAD99434 -- matches third VirusTotal link above)
 
Last edited:

elliwigy

Forum Moderator / Recognized Developer
Staff member
Mar 16, 2011
12,911
8,784
253
Phoenix
www.sampwnd.com
This whole thread was humorous. Fact of the matter remains is you run the exe and pay attention to the instructions. If you are able to do that and ignore the bull **** in this thread the "trojan" is all in your mind.
dont let ppl get to you.. i take anything with a grain of salt when you have things like kingroot floating around here lol

I personally will use your tool if the need arises, thanks for sharing.

---------- Post added at 10:29 PM ---------- Previous post was at 10:26 PM ----------

dont let ppl get to you.. i take anything with a grain of salt when you have things like kingroot floating around here lol

I personally will use your tool if the need arises, thanks for sharing.
to add, I havent seen any moderators question you and surely they would pm you if anything was wrong with your post/work, surprised ppl will call you out and tell everyone how simple and its already around as to try and discredit your work/time involved to put it together and make it easy for not so experienced users who might need it.
 

jrkruse

Recognized Contributor
Aug 9, 2009
8,033
12,096
263
I can confirm that this method on the International S7 thread works Thread Here. All you need to do is flash engineering recovery.img in odin which allows unsecured adb access from stock recovery which you can the run the .bat file that is included to bypas FRP
 

8125Omnimax

Senior Member
Jul 1, 2006
268
109
0
New York City
I have decided to release full FRP Bypass PE1 + Software Root
I hold no responsibility on how this software is used.
This software is malware free. So just follow the instructions and if I helped hit the Thank you!

I only support and assist with this version of my software not other versions that have been decompiled and released elsewhere within this thread.
There are no revisions of version changes this is the final version and works 100% if you can follow simple instructions.

Download
Was this tested on or patched in PG5 firmware?

I don't want to try this on my phone for various reasons , but are you stating this Compromises Knox security as well?
 

HamBone625

Senior Member
Jul 21, 2012
333
54
0
I have decided to release full FRP Bypass PE1 + Software Root
I hold no responsibility on how this software is used.
This software is malware free. So just follow the instructions and if I helped hit the Thank you!

I only support and assist with this version of my software not other versions that have been decompiled and released elsewhere within this thread.
There are no revisions of version changes this is the final version and works 100% if you can follow simple instructions.

Download
Sorry to quote your whole op but I was wondering sense this worked 100% is there any way chance you could work your magic and apply the same concept with an executable file to delete a pin lock through adb I've tried every instruction I could find to do it manually with zero luck.. I've even reached out to Samsung who was useless to say the least I know I could just factory reset my wife's phone or Odin firmware to it but there's irreplaceable photos of our children so right now it's a brick and she's resorted to using an iPhone..);
 

globedassassin

New member
Nov 20, 2016
2
0
0
FRP lock removal is possible.

Just going to leave this here.

FRP Locks are 100% possible to remove. I specialize in unlocking phones which is completely legal a of Feb 11. Both carrier unlocking, as well as FRP lock removal. It's essentially an EE lock and can be removed without patching and the system. Bypassing is one thing removal is usually the better option. I didn't read all the comments however if you have a drawer full of FRP locked phones might be a good idea to research a s remove it. It's not expensive by any means. You can by a $200 dollar box that will remove FRP locks
 

imagex5

New member
Jan 5, 2017
2
1
0
Tallahassee
Thank you so much. I tried every variant I could google, and none of them were working as of 1/2/2017. I got this SM-G930V from an associate that was only here for an internship, and he moved back to his home country mid-December. I had the original box, and the remnants of his receipt from Verizon. The receipt had gotten wet and damaged, but it was fine for reference when I took the phone by our local Verizon store to make sure we could use the phone. He hadn't registered the phone with Samsung, so we were able to do that as well.
Jump forward to 1/3/2017, and the Verizon store decided the receipt wasn't legible. They informed me the last google account that was synced to the phone prior to the reset and SIM removal was the only way to unlock the phone otherwise. They pretty much implied I was lying about a rep telling me I could add the phone to our account, but they would give us a great deal on two new phones.

I was reluctant to use the OP's .exe, but I gave it a shot. It not only worked, but pretty much automated the whole process. I'm a bit strapped for cash from Christmas, but I will be sending a donation asap.
 
  • Like
Reactions: xboxexpert

4ringsa6

Senior Member
Apr 29, 2013
125
6
0
Thank you so much. I tried every variant I could google, and none of them were working as of 1/2/2017. I got this SM-G930V from an associate that was only here for an internship, and he moved back to his home country mid-December. I had the original box, and the remnants of his receipt from Verizon. The receipt had gotten wet and damaged, but it was fine for reference when I took the phone by our local Verizon store to make sure we could use the phone. He hadn't registered the phone with Samsung, so we were able to do that as well.
Jump forward to 1/3/2017, and the Verizon store decided the receipt wasn't legible. They informed me the last google account that was synced to the phone prior to the reset and SIM removal was the only way to unlock the phone otherwise. They pretty much implied I was lying about a rep telling me I could add the phone to our account, but they would give us a great deal on two new phones.

I was reluctant to use the OP's .exe, but I gave it a shot. It not only worked, but pretty much automated the whole process. I'm a bit strapped for cash from Christmas, but I will be sending a donation asap.
Was it a google lock or the Reactivation lock thru samsung account you had on yours?
 

Pikeypete

Senior Member
Jan 29, 2013
76
7
38
Spokane
Xboxexpert, you are a GOD.
I successfully removed (with your expertize) the FRP on the Verizon S7 Edge running the P13 firmware.
The entire process was extremely user friendly and the step by step was very well executed.
To be honest I was stunned at how quickly the FRP was actually removed.
I owe you many thanks and a donation by the weekend (payday, when the wife briefly let's me have MY bank card back :rolleyes: )


Pikeypete.