我自己升到8.0後原本是都還能用,但是回原廠後不管怎麼rebuild或是創新的enterprise key都不成功,昨天搞了一整天都是要啟動的時候都失敗,要我try again。
剛好xda上有看到解決方法,基本上就是要改軟體的id之後就沒問題了,所以就照著做就行了,所以要感謝的話就感謝mmotti大大吧。
網址
Manually building a debug APK using Android Studio:
**First installation only: Turn off and delete / uninstall AdHell.
On your phone, enable USB Debugging in Settings --> Developer Options
Open my GitHub page: https://github.com/mmotti/Adhell2
On the right-hand size, select Clone or Download
Choose Download ZIP
Once the download has completed, extract the zip file
Download and install Android Studio (https://developer.android.com/studio/index.html)
Open Android Studio
Select Open an existing Android Studio project
Navigate to your extracted zip file
Select Adhell2-master and press OK
At this point you may need to install SDK / build tools. Follow the onscreen instructions to do so.
Wait until Gradle Build Running finishes (visible at the bottom).
On the left-hand side, select the Gradle Scripts drop down
Double click Build.Gradle (Module:app)
Locate: applicationId "com.fiendfyre.AdHell” and change the digits after AdHell to a random sequence (e.g. “com.fiendfyre.AdHell14342”)
You will see an alert at the top stating that Gradle files have changed. Click Sync Now.
Wait for the Gradle Build process to finish
Connect your phone VIA USB
Press the Play button (triangle) at the top right
Your phone should be visible – Select it and press OK.
You may need to press allow on your phone at some point, too!
Adhell2 should then be installed and launched. Enable Admin and activate it as you normally would.
** Remember what you set as your applicationId. If you set your unique numbers the same each time, there will be no need to uninstall AdHell… It will simply install the newer APK over the old one.
P.s.第一次發文,所以排版什麼的沒什麼經驗,可能會很傷眼,純粹只是想要幫助那些還不能用的人啦。

X