0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ZUX OSになったXiaoxin Pad Pro 2025を日本語化する

Last updated at Posted at 2025-07-01

はじめに

Xiaoxin Pad Pro 2025にZUX OSが降ってきました。いきなりアップデートが始まったものでポチポチ押したら日本語化が解除されてしまいました。
どうやら、ZUX OSからやり方がちょっと変わったようです。同じくZUX OS対応のY700も同じような方法でできるらしいですので、書き残しておきます。

実行環境

image.png

  • winget install Google.PlatformToolsでadbコマンドを使える状態にしている
  • 事前にデベロッパーモードでUSB デバッグをオンにしておくこと
  • adb devicesで端末との通信を許可しておくこと

日本語化の方法

どうやらAndroidのテストモードというていでOSを起動すると今までの方法が使えるらしい。
だが、報告でアマゾンプライムや一部アプリがRoot検知して起動しないらしい?(当方は未検証)

1. CtsPreconditions.apkをダウンロード

ここからダウンロードして任意のフォルダに置く
image.png

SHA-256: d639b5e10b1a62bd4ab7e1e8cf0992108b03c140c00829c68c5ff69c1c20387b

2. adb installでインストール

adb install .\CtsPreconditions.apk
インストール後は何も起こらない。

3. 言語設定コマンドを入力

adb shell settings put system system_locales ja-JP

4. 再起動する(adb rebootで)

adb reboot
端末が自動的に再起動される。

5. わーい

Screenshot_20250702-020603.png

最後に

(16:10が見ずらいのでOPPO Pad 4 Proが気になる・・・)

参考にした資料

Super Thanks

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?