2009/7/26 郑伟 <[email protected]>: >> Add the previsionary bit in settings.db and you can receive call. > > How to do it? Thanks.
This message explains how: http://android.koolu.org/pipermail/android-freerunner-koolu.org/2009-July/001085.html Basically, just get a shell with adb and execute the fiollowing: # sqlite3 /data/data/com.android.providers.settings/databases/settings.db sqlite3 /data/data/com.android.providers.settings/databases/settings.db SQLite version 3.5.9 Enter ".help" for instructions sqlite> INSERT INTO secure (name, value) VALUES ('device_provisioned', 1); sqlite> .exit Jim _______________________________________________ android-freerunner mailing list [email protected] http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org
