z581kl じぶんよう
z581kl
自分用
https://wiki3.jp/SmileTabLabo/page/13
fastboot getvar sofia_supportより
twrp p008 romを焼いて
twrpのsideloadモードより
adb sideload uul3.3.18(公式firmware).zip
5.5なぜか焼けず、
3.3.18焼いてから一度目起動せず
androidhostにある
ZT581KL_Z581KL_EMERGENCY_DLOADより
ZT581KL_Z581KL_EMERGENCY_DLOAD\msm8976-la-1-0-1_test_device\msm8976-la-1-0-1_test_device\wcnss_proc\build\ms\bin\8976\reloc\recovery.img
を焼いたら起動した
そのあと
再びtwrp焼いたら起動した
gms ×
fastboot →電源+音量上
fastboot oem reboot-recovery
バックグランド制限コマンド
adb shell cmd appops set com.google.android.gms RUN_IN_BACKGROUND ignore
強制アンインストールコマンド
adb shell pm uninstall -k --user 0 com.google.android.gms
再インストールコマンド
adb shell cmd package install-existing com.google.android.gms
強制停止コマンド
adb shell am force-stop com.google.android.gms
Android ver.7 以降 adb shell pm uninstall -k -- user- 0 +パッケージ名 Android ver.6.01から7.0まで adb shell pm hide +パッケージ名
それ以前 adb shell pm disable +パッケージ名
https://drive.google.com/drive/folders/1GV0QAuXrSLajEGrTAu1j7qB-bxMz3dmB?usp=drive_link