HW-01K 非root状態でのカスタマイズ | メモ帳

メモ帳

当ブログに掲載事項を弐次配布・複写・無断転載等は、厳禁。確認次第通報致します。
Any copying, reproduction, or use of any materials in this page is strictly prohibited without my written permission.


Copyright © 2010-2019 by yusk5497hnd. All Rights Reserved.
当ブログに掲載事項を弐次配布・複写・無断転載等は、厳禁。確認次第通報致します。
Any copying, reproduction, or use of any materials in this page is strictly prohibited without my written permission.
※当記事に記載内容の真偽は、記事作成者は判断致しません。記事記載内容を実行し発生した損害の保証は、記事作成者は一切保証致しません。
※The author of this article will not determine the authenticity of this article. The author of the article does not guarantee the damage caused by executing the contents of the article.

https://ameblo.jp/yusk5497hnd/entry-12514435133.html を参考にPC上でadbコマンドが動作出来る様に、環境を整える。
コマンドプロンプトを起動し以下のコマンドを入力。
(ビルド番号: 19091802で動作確認済み)

adb shell
settings put system show_network_speed_enabled 1
settings put system always_play_screenshot_sound false

exit

settings put system show_network_speed_enabled 1 は通信速度表示設定復活
settings put system always_play_screenshot_sound false はスクリーンショット音の無効/有効切り替えスイッチの復活

参考先: https://rainy-s202.blogspot.com/2018/08/hw-01k.html

 
注意事項