我已成功闪烁ENG ABCDEFGHIJKLMNABCDEFGHIJKLMN0
通过SAMSUNG TOOL PRO,但在adb上切换后仍未活动。我看到一个声称我应该加载官方固件来删除OEM锁的帖子,我已成功完成,但OEM仍然被锁定。请高度赞赏任何解决方案。
p.s手机是sm-j737p精炼版。
还有youtube上的所有旁路解决方案都不对我有效。
我已成功闪烁ENG ABCDEFGHIJKLMNABCDEFGHIJKLMN0
通过SAMSUNG TOOL PRO,但在adb上切换后仍未活动。我看到一个声称我应该加载官方固件来删除OEM锁的帖子,我已成功完成,但OEM仍然被锁定。请高度赞赏任何解决方案。
p.s手机是sm-j737p精炼版。
还有youtube上的所有旁路解决方案都不对我有效。
I have successfully flashed the eng boot.img
via Samsung tool pro but after switching it on adb is still not active. I saw a post that claims I should load the official firmware to remove oem lock I have successfully done that but OEM is still locked. Please any solution is highly appreciated.
P.S the phone is SM-J737P refine edition.
And also all bypass solution on YouTube are not working to me.
固件不得加密...
在十六进制编辑器中打开系统或固件文件,这可能需要一段时间...
搜索 # begin build properties
一旦找到,您就找到了build.prop启动。
滚动build.prop,(之后"开始构建属性" )
find(ro.frp.pst = /)
更改线路以前有#(注释出线)
ro.frp.pst=/
到 # ro.frp.pst=/
现在您已经通过打破了FRP分区的下落的关键属性来删除了FRP。
The only solution i can think of is a method i personally discovered a few years back that has been adopted by other people and nicknamed "Pre-Hacked" ...
First you need to download a Hex Editor..
The firmware must not be encrypted...
Open your System or Firmware file in the Hex Editor, This may take a while...
Search for # begin build properties
Once found, you have located the Build.prop start.
Scroll through the build.prop, ( After "begin build properties" )
Find ( ro.frp.pst=/ )
Change the line to have a # before it ( Comment the line out )
ro.frp.pst=/
to # ro.frp.pst=/
Now you have removed FRP by breaking the crucial property that tells FRP the whereabouts of your FRP Partition.
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有