私はSamsung Tool Proを介してENG <コード> 99887665544330 を正常にフラッシュしましたが、ADB上で切り替えてもアクティブではありません。私は私がOEMロックを削除するために公式のファームウェアをロードする必要があると主張する投稿を見ましたが、OEMはまだロックされています。どんな解決策も大歓迎です。
P.電話はSM-J737P Refine Editionです。
そしてYouTubeのすべてのバイパス解決策は私に働いていません。
私はSamsung Tool Proを介してENG <コード> 99887665544330 を正常にフラッシュしましたが、ADB上で切り替えてもアクティブではありません。私は私がOEMロックを削除するために公式のファームウェアをロードする必要があると主張する投稿を見ましたが、OEMはまだロックされています。どんな解決策も大歓迎です。
P.電話はSM-J737P Refine Editionです。
そして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.
私が考えることができる唯一の解決策は、私が他の人々によって採用されていて「前にハッキングされた」というニックネームの数年後に私が個人的に発見された方法です...
最初にあなたは16進エディタをダウンロードする必要があります..
ファームウェアは暗号化されてはいけません...
HEXエディタでシステムまたはファームウェアファイルを開くと、これはwhileになる場合があります...
<コード>
一度見つけたら、build.prop startを見つけました。
build.propをスクロールします(「ビルドプロパティの開始」の後)
find(ro.frp.pst = /)
行を変更するには、その前に#を変更します(Line Out)
<コード> 9988776655443331 998876655443332
今すぐあなたはFRPパーティションの居場所を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 cndgn.com All Rights Reserved. Q&Aハウス 全著作権所有