I got this solved by doing this:
- copy the
/data/data/com.android.providers.settings/databases/settings.db
to my application folder /data/data/my_app_directory/
.
- update the table in the database using the
SQLiteDatabase
class.
- copy back the database from
/data/data/my_app_directory/settings.db
to /data/data/com.android.providers.settings/databases/
The copy operations were done by using RootTools.sendShell
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…