Re: [android-freerunner] Cupcake 1.5-alpha1 issues and impressions

2009-08-17 Thread Christopher Friedt
has anyone discovered how to increase the call volume?

On Wed, Jul 29, 2009 at 2:44 AM, Michael
Trimarchitrimar...@gandalf.sssup.it 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
 android-freerunner@android.koolu.org
 http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org



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

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


Re: [android-freerunner] Cupcake 1.5-alpha1 issues and impressions

2009-07-29 Thread Michael Trimarchi

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
android-freerunner@android.koolu.org
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org

  


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


Re: [android-freerunner] Cupcake 1.5-alpha1 issues and impressions

2009-07-28 Thread Jim Ancona
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
android-freerunner@android.koolu.org
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org


Re: [android-freerunner] Cupcake 1.5-alpha1 issues and impressions

2009-07-28 Thread Marcelo
On Tue, Jul 28, 2009 at 18:54, Jim Anconaj...@anconafamily.com 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
android-freerunner@android.koolu.org
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org


Re: [android-freerunner] Cupcake 1.5-alpha1 issues and impressions

2009-07-27 Thread Marcelo
On Tue, Jul 21, 2009 at 22:15, Marcelomarcelo.magal...@gmail.com wrote:
 On Tue, Jul 21, 2009 at 21:24, Jim Anconaj...@anconafamily.com 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
android-freerunner@android.koolu.org
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org


Re: [android-freerunner] Cupcake 1.5-alpha1 issues and impressions

2009-07-23 Thread Jim Ancona
On Wed, Jul 22, 2009 at 12:15 AM, Marcelomarcelo.magal...@gmail.com wrote:
 On Tue, Jul 21, 2009 at 21:24, Jim Anconaj...@anconafamily.com 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
android-freerunner@android.koolu.org
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org


Re: [android-freerunner] Cupcake 1.5-alpha1 issues and impressions

2009-07-22 Thread Michael Trimarchi

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/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

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
android-freerunner@android.koolu.org
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org



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