英会話アプリ専用としてRedmi Note 13 Pro+を購入しました。安くてIP68なので。うっかり水没させても大丈夫、なはず。
- 壁紙を変更します
- 不要なアプリが多すぎるので削除します
VMware上のUbuntuでやります。
壁紙を変更する 1
壁紙のファイルを用意しておきます。
Redmi Note 13 Pro+の画面の左上を下にスワイプします。
USBについて言及のあるものをタッチしてPTPを選択します。
VMware上のUbuntuでPicturesフォルダーが見えるようになります。
Picturesフォルダーに写真などをCopy & Pasteします。
壁紙を変更する 2
Settings > Personalisation > Lock style > Customise > Wallpaper > Local photos
設定 1
- About phone
- OS version : Tap [OS version] seven times. (開発者モードを選択できるようになります。)
- System apps updater
- Security status
- Wi-Fi
- Bluetooth
- Mobile networks
- Interconnectivitiy
- More connectivity options
- Lock screen
- Raise to wake : on
- Double tap to wake or turn off screen when device is locked : on
- Customise shortcuts
- Left : Torch
- Right : Photo
- Notifications & status bar
- Home screen
- Don’t show text : Anywhere
- Display & brightness
- Reading mode
- Reading mode : on
- Cycle : check
- Sound & vibration
- Personalisation
- Lock style
- Scenery
- Customise
- Fingerpronts, face data, and screen lock
- Safety and emergency
- Privacy protection
- Apps
- Battery
- Digital Wellbeing & parental controls
- Xiaomi Account
- Google services
- Additional settings
- Memory extesion
- Off : check
- Dveloper options
- USB debugging : on
- Disable adb authorisation timeout : on
- Privacy
- Location
- Feedback
不要なアプリを削除する 1
Android SDK Platform-Toolsを使います。
と言いたいところですがUbuntuなのでapt installします。
% sudo apt install android-sdk
不要なアプリを削除する 2
% adb devices
% adb shell pm list packages
準備が整いました。
% adb shell pm list packages | grep sol
% adb shell pm uninstall --user 0 com.mobilityware.solitaire
% adb shell pm uninstall --user 0 com.dna.solitaireapp
solitaireが1つ消えました。
% adb shell pm list packages | grep candy
% adb shell pm uninstall --user 0 com.king.candycrushsaga
はい。
% adb shell pm list packages | grep vita
% adb shell pm uninstall --user 0 com.vitastudio.mahjong
はいー。
% adb shell pm list packages | grep snake
% adb shell pm uninstall --user 0 com.nf.snake
はい。
% adb shell pm list packages | grep temu
% adb shell pm uninstall --user 0 com.einnovation.temu
はい。
% adb shell pm list packages | grep netflix
% adb shell pm uninstall --user 0 com.netflix.mediaclient
他。
com.facebook.appmanager
com.crazy.juicer.xm
com.yolo.hiddenobjects
com.spotify.music
com.xiaomi.glgm (Game)
com.miui.gallery
com.miui.yellowpage
com.miui.mediaeditor
com.facebook.katana
com.facebook.services
com.miui.player
com.sukhavati.gotoplaying.bubble.BubbleShooter.mint
com.mi.global.bbs
com.mi.globalminusscreen (App Vault)
com.tencent.soter.soterserver
com.jewelsblast.ivygames.Adventure.free
com.ss.android.ugc.trill (TikTok)
com.amazon.mp3
com.mongoosenet.bliss (Solitaire)
com.miuix.editor
com.miui.msa.global
com.miui.videoplayer
com.miui.mediaviewer
com.booking
com.xiaomi.mipicks
com.mi.globalbrowser
com.block.puzzle.game.hippo.mi
com.logame.eliminateintruder3d
com.block.juggle
com.mintgames.wordtrip
com.mintgames.triplecrush.tile.fun
com.facebook.system
com.mi.global.shop
com.linkedin.android
com.google.android.videos (Google TV)
一旦androidとmediateckとfelicaを信用する場合。
% adb shell pm list packages | grep -v android | grep -v mediatek | grep -v felica | less
AIにスクリプト作って、とお願いしたら作ってくれる。便利。
調べて対応表を作って、とお願いしたら作ってくれるんだろうな。便利。
不要だけど消せないアプリ。
com.miui.compass
com.miui.weather2
com.xiaomi.midrop
com.miui.notes
ESET
Play StoreからESET Moblie Securityをinstallします。
ESET HOMEのlisenceで認証します。
(ちなみにPlay StoreのESET HOMEはESET Moblie Securityに誘導するだけです。)
AdGuard
Googleで検索してAdGuard for Androidをinstallします。
有効にすると英会話アプリが出来ない。
まとめ 1
delete.sh
#! /bin/sh
adb shell pm uninstall --user 0 com.mobilityware.solitaire
adb shell pm uninstall --user 0 com.dna.solitaireapp
adb shell pm uninstall --user 0 com.king.candycrushsaga
adb shell pm uninstall --user 0 com.vitastudio.mahjong
adb shell pm uninstall --user 0 com.nf.snake
adb shell pm uninstall --user 0 com.einnovation.temu
adb shell pm uninstall --user 0 com.netflix.mediaclient
adb shell pm uninstall --user 0 com.facebook.appmanager
adb shell pm uninstall --user 0 com.crazy.juicer.xm
adb shell pm uninstall --user 0 com.yolo.hiddenobjects
adb shell pm uninstall --user 0 com.spotify.music
adb shell pm uninstall --user 0 com.xiaomi.glgm
adb shell pm uninstall --user 0 com.miui.gallery
adb shell pm uninstall --user 0 com.miui.yellowpage
adb shell pm uninstall --user 0 com.miui.mediaeditor
adb shell pm uninstall --user 0 com.facebook.katana
adb shell pm uninstall --user 0 com.facebook.services
adb shell pm uninstall --user 0 com.miui.player
adb shell pm uninstall --user 0 com.sukhavati.gotoplaying.bubble.BubbleShooter.mint
adb shell pm uninstall --user 0 com.mi.global.bbs
adb shell pm uninstall --user 0 com.mi.globalminusscreen
adb shell pm uninstall --user 0 com.tencent.soter.soterserver
adb shell pm uninstall --user 0 com.jewelsblast.ivygames.Adventure.free
adb shell pm uninstall --user 0 com.ss.android.ugc.trill
adb shell pm uninstall --user 0 com.amazon.mp3
adb shell pm uninstall --user 0 com.mongoosenet.bliss
adb shell pm uninstall --user 0 com.miuix.editor
adb shell pm uninstall --user 0 com.miui.msa.global
adb shell pm uninstall --user 0 com.miui.videoplayer
adb shell pm uninstall --user 0 com.miui.mediaviewer
adb shell pm uninstall --user 0 com.booking
adb shell pm uninstall --user 0 com.xiaomi.mipicks
adb shell pm uninstall --user 0 com.mi.globalbrowser
adb shell pm uninstall --user 0 com.block.puzzle.game.hippo.mi
adb shell pm uninstall --user 0 com.logame.eliminateintruder3d
adb shell pm uninstall --user 0 com.block.juggle
adb shell pm uninstall --user 0 com.mintgames.wordtrip
adb shell pm uninstall --user 0 com.mintgames.triplecrush.tile.fun
adb shell pm uninstall --user 0 com.facebook.system
adb shell pm uninstall --user 0 com.mi.global.shop
adb shell pm uninstall --user 0 com.linkedin.android
adb shell pm uninstall --user 0 com.google.android.videos
まとめ 2
かなり綺麗になりました。