Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据这篇文章,手动输入的 APN 包含在此处:
/data/data/com.android.settings/shared_prefs/com.android.settings_preferences.xml
但是,无法使用adb shell cat或访问此文件adb pull。
adb shell cat
adb pull
非root设备有什么解决方法吗?
On non-rooted devices is not possible to read system files.
On rooted devices with more recent Android version, this worked for me:
sqlite3 /data/data/com.android.providers.telephony/databases/telephony.db "select * from carriers;"