phantasy123 wrote:0.0今天有大概一小...(恕刪) 煩請J大幫我看一下你設定裡的桌布與主題裡的選項有主題功能能選嗎?用第二項刷機方式好像會少了更換布景主題的選項只剩更換桌布?也請J大幫小的確認一下,感謝,
更新一下magisk下用cts profile pass的腳本,拿掉stop;start重啟的部分並將腳本換到post-fs-data.d之下。在/sbin/.core/img/.core/post-fs-data.d 下建立一個init.sh 並將permissions改為0755程式碼如下:#! /system/bin/shcounter=0until [ "$(eval "getprop ro.build.fingerprint")" != "asus/WW_I001D/ASUS_I001_1:9/PKQ1.190414.001/16.0622.1906.19-0:user/release-keys" ]do((counter++))doneresetprop persist.asus.ship_location WWresetprop ro.boot.country_code WWresetprop ro.build.fingerprint asus/WW_I001D/ASUS_I001_1:9/PKQ1.190414.001/16.0622.1906.19-0:user/release-keysresetprop ro.config.versatility WWresetprop ro.product.carrier ASUS-ASUS_I001D-WWresetprop ro.product.name WW_I001Dresetprop ro.product.vendor.name WW_I001Dresetprop ro.vendor.build.fingerprint asus/WW_I001D/ASUS_I001_1:9/PKQ1.190414.001/16.0622.1906.19-0:user/release-keysecho $counter
kevin165 wrote:原來如此...我的還...(恕刪) 你要不要試看看在app list的右上角勾顯示系統app後找到theme的app然後把權限(permission)打勾我的是可以用的 但我不確定跟我改ww patch是否有關