mirror of
https://github.com/CarlGao4/um-react-electron.git
synced 2024-11-23 23:12:15 +00:00
234 B
234 B
利用 ADB 访问安卓私有数据
APP_ID="com.tencent.qqmusic" # QQ 音乐
APP_ID="cn.kuwo.player" # 酷我
adb shell su -c "tar c '/data/data/${APP_ID}/' | base64" \
| base64 -d | pv | tar -x --strip-components 2