OOS安裝ViPER4Android FX v2.5.0.5

安裝ViPER4Android FX v2.5.0.5

3T OOS 3.5.4/4.5.1 測試OK

先安裝BusyBox

  1. permissive.sh放入/su/su.d

permissive.sh

#!/system/bin/sh
setenforce 0
  1. 設定permissive.sh,權限為755
  2. 重新開機
  3. 檢查SELinux狀態
$ adb shell
shell@OnePlus3T:/ $ getenforce
Permissive
  1. 安裝ViPER4Andriod.apk
  2. 開啟ViPER4Android,安裝驅動程式
  3. 重新開機
  4. 播放音樂,並檢查處理中:是

如果驅動程式安裝正常,但處理中:否
/system/vendor/etc/audio_effects.config更名為audio_effects.config.bak

REF

官方rom安装viper4android(v4a)音效的方法 - 一加手机3T - 一加手机社区官方论坛
折騰無果?先試試禁用 SELinux - 少數派

view raw step.md hosted with ❤ by GitHub

關閉來賓模式

Data vs Internal Storage

Data vs Internal Storage

Data

Data is your user apps (installed from Google Play Store, or with an *.apk) and its app data. It is stored on /data.

Your user apps is stored on /data/app.
Your apps' data is stored on /data/data.

NOTE: You must be rooted to see the contents on /data/ ...

Internal Storage

On the other hand, Internal Storage is actually the storage where your other data are saved, such as music, photos, videos, other app data, downloads, etc., and is usually stored on /storage or /sdcard.

NOTE: /sdcard is different from your external SD Card.

Music is saved on /sdcard/Music.
Photos are saved on /sdcard/DCIM.
Videos are saved on /sdcard/Videos.
Other app data are saved on /sdcard/ (App Folder).
Other apps choose to store their app data on /sdcard/ ..., such as Minecraft: /sdcard/games.
Downloads are saved on /sdcard/Downloads, and can be easily found if you have the Downloads app.

REF

rom flashing - What's the difference between Data and Internal Storage? - Android Enthusiasts Stack Exchange

view raw note.md hosted with ❤ by GitHub