On Sat, Sep 12, 2009 at 10:54, Bert Meersma <brox...@gmail.com> wrote:
>
> Another problem is that I can't get any incoming calls. When I try to call
> my freerunner from another phone I immediately get my voicemail. This
> happens with the original asound.conf as well as the patched one.

>From http://panicking.kicks-ass.org/download/readme.txt

INCOMING CALL

Basically, just get a shell with adb and execute the following:

# 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

--
Regards,
Alex
_______________________________________________
android-freerunner mailing list
android-freerunner@android.koolu.org
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org

Reply via email to