therealjayvi

Galaxy_S7_Edge_FRP

Jan 29th, 2017
1,512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. 1. With the phone powered on, hold both volume keys, the home button and then the power button all at the same time until the device shuts off. The very moment it turns off let go of all the buttons and you will boot into maintenance boot mode.
  2. 2. Use the volume buttons to scroll down to enable usb debugging.
  3. 3. Download and extract the files from the following link https://goo.gl/6Jctjc and put them somewhere on your desktop.
  4. 4. Open the extracted folder and then open a command prompt or terminal from inside the folder.
  5. 5. Connect the phone to a computer with ADB installed and type the following commands, one at a time, followed by enter:
  6.  
  7. adb push gam6.apk /sdcard/Download
  8.  
  9. adb push gam7.apk /sdcard/Download
  10.  
  11. adb push dcow /data/local/tmp
  12.  
  13. adb shell
  14.  
  15. cd /data/local/tmp
  16.  
  17. touch file
  18.  
  19. echo FFFFFFFF >> file
  20.  
  21. chmod 777 *
  22.  
  23. ./dcow /sdcard/Download/gam6.apk /system/priv-app/GoogleLoginService/GoogleLoginService.apk
  24.  
  25. ./dcow file /system/priv-app/GoogleLoginService/oat/arm64/GoogleLoginService.odex
  26.  
  27. content insert --uri content://settings/secure --bind name:s:user_setup_complete --bind value:s:1
  28.  
  29. 6. Return to the phone and you will find that the last command you have typed has enabled the functionality of the "Edge" feature. Use this to create 2 shortcuts on the sidebar, one for Settings, and the other for Setup Wizard.
  30. 7. Open Settings and connect to WiFi.
  31. 8. Scroll down from the main screen of Settings and choose Storage > Explore > Downloads and install gam6.apk.
  32. 9. Install Rootjunky's FRP-Bypass.apk and then open the app. Choose the 3 dots in the top right and select Web Sign-In.
  33. 10. Sign in with a Google Account that you own.
  34. 11. When finished you may see an error, don't worry this is nothing to worry about. Just swipe your finger in from the "Edge" to display the shortcuts you created earlier and this time choose Setup Wizard.
  35. 12. Now just proceed through Setup Wizard and you will be able to successfully complete it. At this point I recommend going to Settings and then enable OEM Unlock under Developer Settings (this turns off any trace of FRP).
  36. 13. From here also I recommend to factory reset the device via the Backup & Reset method located inside the Settings menu. When your device finishes you will have unlocked it and are free to do as you please!
Advertisement
Add Comment
Please, Sign In to add comment