Re: [android-freerunner] Cupcake 1.5-alpha1 issues and impressions
has anyone discovered how to increase the call volume? On Wed, Jul 29, 2009 at 2:44 AM, Michael Trimarchi wrote: > Jim Ancona wrote: >> >> I reinstalled Cupcake 1.5-alpha1 yesterday and it now suspends, so >> battery life is much better. I don't know why it didn't work the first >> time. >> >> My biggest annoyances right now: >> - Wifi doesn't work after resume. I have to go into Settings and turn >> it off then on in order to get it to reconnect. >> > > Can you try this one? > service wpa_supplicant /system/bin/wpa_supplicant \ > -Dwext -ieth0 -c/data/misc/wifi/wpa_supplicant.conf > onrestart write /sys/bus/platform/drivers/s3c2440-sdi/bind s3c2440-sdi > disabled > >> - No GPRS. >> >> Jim >> ___ >> android-freerunner mailing list >> [email protected] >> http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org >> >> > > ___ > android-freerunner mailing list > [email protected] > http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org > ___ android-freerunner mailing list [email protected] http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org
Re: [android-freerunner] Cupcake 1.5-alpha1 issues and impressions
Jim Ancona wrote: I reinstalled Cupcake 1.5-alpha1 yesterday and it now suspends, so battery life is much better. I don't know why it didn't work the first time. My biggest annoyances right now: - Wifi doesn't work after resume. I have to go into Settings and turn it off then on in order to get it to reconnect. Can you try this one? service wpa_supplicant /system/bin/wpa_supplicant \ -Dwext -ieth0 -c/data/misc/wifi/wpa_supplicant.conf onrestart write /sys/bus/platform/drivers/s3c2440-sdi/bind s3c2440-sdi disabled - No GPRS. Jim ___ android-freerunner mailing list [email protected] http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org ___ android-freerunner mailing list [email protected] http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org
Re: [android-freerunner] Cupcake 1.5-alpha1 issues and impressions
On Tue, Jul 28, 2009 at 18:54, Jim Ancona wrote: > - Wifi doesn't work after resume. I have to go into Settings and turn > it off then on in order to get it to reconnect. Yep, I was hoping Android would take care of that at a higher level, but it seems whoever designed the interface thought otherwise... ... that or I'm missing something. Marcelo ___ android-freerunner mailing list [email protected] http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org
Re: [android-freerunner] Cupcake 1.5-alpha1 issues and impressions
I reinstalled Cupcake 1.5-alpha1 yesterday and it now suspends, so battery life is much better. I don't know why it didn't work the first time. My biggest annoyances right now: - Wifi doesn't work after resume. I have to go into Settings and turn it off then on in order to get it to reconnect. - No GPRS. Jim ___ android-freerunner mailing list [email protected] http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org
Re: [android-freerunner] Cupcake 1.5-alpha1 issues and impressions
On Tue, Jul 21, 2009 at 22:15, Marcelo wrote: > On Tue, Jul 21, 2009 at 21:24, Jim Ancona wrote: > >> There's discussion and proposed patches to fix the issue here: >> http://groups.google.com/group/android-platform/browse_thread/thread/b74b476b41d96ee4/5837e7419b6c819b > > Ah, thanks for fishing this out. It seems it didn't make it into cupcake. I applied these patches. Thanks! Marcelo ___ android-freerunner mailing list [email protected] http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org
Re: [android-freerunner] Cupcake 1.5-alpha1 issues and impressions
On Wed, Jul 22, 2009 at 12:15 AM, Marcelo wrote: > On Tue, Jul 21, 2009 at 21:24, Jim Ancona wrote: >> Wifi seems to stop working from time to time. > > My test environment is very limited (single AP, WPA2) but here it's > very solid. Are you switching between APs? With further testing it appears that the wifi doesn't handle loss and reacquisition of signal very well. It appears to maintain a connection okay where a strong signal is available, but it doesn't seem to detect loss of signal, nor does it reacquire a signal when the phone comes back in range. Jim ___ android-freerunner mailing list [email protected] http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org
Re: [android-freerunner] Cupcake 1.5-alpha1 issues and impressions
Hi, Jim Ancona wrote: 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/[email protected]/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 This is a very interesting issue. If the system is not suspend this is an acquire wake lock, cat /sys/power/wake_lock cat /sys/power/full_wake_lock (to remove) Just to understand what subsystem take the lock. Remove the option stay awake if powered. I use the same version of koolu with some changes: liblight and libsensor Marcelo, When koolu will add this two library? 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 :-) Using my last version and clean up all the sdcard partion I notice that is faster but I have trouble with the display timeout. Keep up the good work! Jim Michael ___ android-freerunner mailing list [email protected] http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org ___ android-freerunner mailing list [email protected] http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org
Re: [android-freerunner] Cupcake 1.5-alpha1 issues and impressions
On Tue, Jul 21, 2009 at 21:24, Jim Ancona wrote: > There's discussion and proposed patches to fix the issue here: > http://groups.google.com/group/android-platform/browse_thread/thread/b74b476b41d96ee4/5837e7419b6c819b Ah, thanks for fishing this out. It seems it didn't make it into cupcake. > Wifi seems to stop working from time to time. My test environment is very limited (single AP, WPA2) but here it's very solid. Are you switching between APs? Marcelo ___ android-freerunner mailing list [email protected] http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org
[android-freerunner] Cupcake 1.5-alpha1 issues and impressions
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/[email protected]/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 [email protected] http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org
