It installed easily. Wifi and GPS work out of the box. I could make
calls. Received calls went directly to voicemail, with a note in the
log: "CallNotifier: rejecting incoming call because device isn't
provisioned", which led me to Cedric's email:

http://www.mail-archive.com/android-freerunner@android.koolu.org/msg00575.html

I was able to fix it by inserting a row in the secure table in settings.db:

# 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);

There's discussion and proposed patches to fix the issue here:
http://groups.google.com/group/android-platform/browse_thread/thread/b74b476b41d96ee4/5837e7419b6c819b

Other impressions:
Call volume is still very low.
Wifi seems to stop working from time to time.
GPRS still doesn't work--defining an APN seems to break GSM voice as well
Battery life is still bad, a few hours at best. Apparently the phone
still isn't suspending
The UI is slow, but seems to have gotten faster after a few hours of
use--or maybe I've just gotten used to it :-)

Keep up the good work!

Jim
_______________________________________________
android-freerunner mailing list
android-freerunner@android.koolu.org
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org

Reply via email to