Re: [android-freerunner] Speaker volume still way too low

2009-03-16 Thread Giorgio M.
You should change (for the others sections too) the 'Mono Playback
Volume' (the max value is 127).
In my asound.conf it is at 118 and it is a good compromise.

bye


  - Original Message -
  From: "Alexander Shulgin"
  To: "Android on Freerunner Development"
  Subject: Re: [android-freerunner] Speaker volume still way too low
  Date: Mon, 16 Mar 2009 12:41:30 +0200


  2009/3/16 Giorgio M. :
  > You have to modify your asound.conf, located in /etc.
  >
  > 1. pull the file:
  > ADBHOST=192.168.0.202 ./adb pull /etc/asound.conf .
  >
  > 2. modify the file by increasing the volume you are interested in
  (for the
  > call volume change the values in
  pcm.AndroidPlayback_Headset_incall, etc.)

  Thanks for a hint, as I have similar problem. But couldn't you be
  more specific?

  What exactly to change, if e.g. I have:

  # Playback just the earpiece routing during a call
  #
  pcm.AndroidPlayback_Earpiece_incall {
  type hooks
  slave.pcm {
  type hw
  card 0
  device 0 # Must be of type "digital audio playback"
  }
  hooks.0 {
  type ctl_elems
  hook_args [
  { name 'PCM Volume'
  value [ 0 0 ] }
  { name 'ADC Capture Volume'
  value [ 0 0 ] }
  { name 'Headphone Playback Volume'
  value [ 0 0 ] }
  { name 'Speaker Playback Volume'
  value [ 115 115 ] }
  ...

  Should we change PCM Volume? What values to type?

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

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com

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


Re: [android-freerunner] Speaker volume still way too low

2009-03-16 Thread Giorgio M.
 You have to modify your asound.conf, located in /etc.

1. pull the file:
ADBHOST=192.168.0.202 ./adb pull /etc/asound.conf .

2. modify the file by increasing the volume you are interested in (for
the call volume change the values in pcm.AndroidPlayback_Headset_incall,
etc.)

3. push again the file to the phone in /etc/ and in /system/etc/
ADBHOST=192.168.0.202 ./adb push asound.conf /etc/
ADBHOST=192.168.0.202 ./adb push asound.conf /system/etc/

4. reboot the phone

bye

  - Original Message -
  From: "Joerg Lippmann"
  To: "Android on Freerunner Development"
  Subject: [android-freerunner] Speaker volume still way too low
  Date: Sun, 15 Mar 2009 21:11:55 +0100


  Hi!

  So far I tried

  androidfs-koolu-beta2.jffs2
  androidfs-koolu-beta3.jffs2
  freerunner-v14.3.jffs2
  freerunner-v14.4-cupcake.jffs2
  freerunner-v14.6-cupcake.jffs2
  freerunner-v14.6.jffs2
  freerunner-v14.6.jffs2.1

  but the volume of the build-in ear speaker is WAY to low. It's almost
  impossible to use it as a phone, apart from being in a a quiet room
  with no
  one around.

  Is there any way to fix it -- or is my freerunner broken?
  --
  j�...@home
  ___
  android-freerunner mailing list
  android-freerunner@android.koolu.org
  http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com

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


Re: [android-freerunner] Share internet connection through USB

2009-03-06 Thread Giorgio M.
 Thanks a lot Radek!!

  - Original Message -
  From: "Radek Polak"
  To: "Android on Freerunner Development"
  Subject: Re: [android-freerunner] Share internet connection through
  USB
  Date: Fri, 06 Mar 2009 17:40:40 +0100


  Giorgio M. wrote:

  > Can i share the connection between android and my pc through USB
  cable?
  >
  > I'd like to connect to the internet with my android using the PC
  > internet connection.

  Yes, you can. It's described on koolu's forum. Check this link [1].

  If you dont have access i just copy paste the instructions below.
  All credit goes to koolu and Brian Code for this info:

  [1] http://forum.koolu.org/viewtopic.php?f=10&t=89

  Yes, you can use the USB to browse the web...

  You need to do three things to enable the internet.

  1. First make sure that network forwarding is working on the
  computer that the phone is connected to.
  2. Add the default route to the phone:

  Code: Select all
  route add default gw 192.168.0.200 dev usb0


  3. Add the dns for proper name resolution

  Code: Select all
  setprop net.dns1 192.168.0.200



  You should be able to ping the computer the phone is connected to:

  Code: Select all
  ping 192.168.0.200



  You should also be able to ping IP addresses outside of that subnet
  if the route has been set up properly.

  The route can be verified by:

  Code: Select all
  cat /proc/net/route



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

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com

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


[android-freerunner] Share internet connection through USB

2009-03-06 Thread Giorgio M.
Can i share the connection between android and my pc through USB cable?

I'd like to connect to the internet with my android using the PC internet
connection.

thanks

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com

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


[android-freerunner] GPRS performance

2009-03-04 Thread Giorgio M.
Before I subscribe to GPRS service, i'd like to know which are the
performance with the freerunner.

Anyone guys could report his experience?

thanks

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com

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


Re: [android-freerunner] open issue on android

2009-03-04 Thread Giorgio M.
 I wrote an application to set DNS from an activity but the only way i
know is to execute the shell command:

setprop net.dns1 xxx.xxx.xxx.xxx

but this command cannot be (officially) executed from an app.

Are there other ways to set the DNS?

thanks

  - Original Message -
  From: "Radek Polak"
  To: "Android on Freerunner Development"
  Subject: Re: [android-freerunner] open issue on android
  Date: Wed, 04 Mar 2009 09:57:11 +0100



  > Is there no way to for wifi to automatically scan for the DNS and
  > fill it in. The wifi is pretty much useless in public when you do
  > not know the DNS number. I haven't been able to connect to a open
  > wifi connection in public yet (I'm guessing all routers with
  > atypical dns numbers).
  >
  > Marcus

  It should be quite easy to write application that sets the DNS
  or extends android settings for this. Unfutunately i am quite
  busy at work, but when i get some time i can jump on this.

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

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com

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


Re: [android-freerunner] open issue on android

2009-03-03 Thread Giorgio M.
 Yes, i mean the lack of bass when i listen on the headet.

No ways to improve playback sound?

  - Original Message -
  From: "David Hicks"
  To: "Android on Freerunner Development"
  Subject: Re: [android-freerunner] open issue on android
  Date: Tue, 3 Mar 2009 13:44:58 + (GMT)



  By poor playback quality, do you mean the lack of bass when you
  listen on the headet?

  If you do then that's a hardware problem with the freerunner. There
  are two 1uF capacitors on the board which should be 10 or 100uF. At
  current value they strip out all the bass.

  Can't remember where the link to info is now, but the only fix is a
  hardware mod (or using bluetooth headset I hope).


  On Tue, 3 Mar 2009, Giorgio M. wrote:

  > Android is going to be usable everyday more.
  >
  > A very annoying problem for me is the DNS that has to set manually
  each
  > time!
  >
  > I tried to create a simple GUI to set the DNS but i was not able to
  > execute the setprop net.dns1 xxx.xxx.xxx.xxx command from the
  android
  > application.
  >
  > Does anyone knows how to do it?
  >
  > Another problem is the poor call audio quality and poor audio (ogg,
  mp3)
  > playback quality.
  >
  >
  > bye
  >
  > - Original Message -
  > From: "Michael Trimarchi"
  > To: "Android on Freerunner Development"
  > Subject: [android-freerunner] open issue on android
  > Date: Tue, 03 Mar 2009 13:49:22 +0100
  >
  >
  > Hi all,
  >
  > Can we have a list of what is missend in android:
  >
  > - GSM
  > - USSD to be fix
  > - Call forward to be miss
  > - create the unsoliceted channel
  > - Video
  > - specific glamo 2d acceleration
  > - Audio
  > - recording
  > - increase phone volume
  > - correct the media volume window (maybe it is fix in the cupcake)
  > - Application
  > - Wifi
  > dns problem
  > Can't reconnect after suspend
  > - Resume -> move keyboard from PARTIAL LOCK to FULL_LOCK behavior
  > (display on)
  > - It is possible to have the red light blink when the systme is on
  > suspend?
  >
  > Add to this list :)
  >
  > Michael
  > ___
  > android-freerunner mailing list
  > android-freerunner@android.koolu.org
  > http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org
  >
  > --
  > Be Yourself @ mail.com!
  > Choose From 200+ Email Addresses
  > Get a Free Account at www.mail.com
  >
  >
  ___
  android-freerunner mailing list
  android-freerunner@android.koolu.org
  http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com

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


Re: [android-freerunner] open issue on android

2009-03-03 Thread Giorgio M.
 Android is going to be usable everyday more.

A very annoying problem for me is the DNS that has to set manually each
time!

I tried to create a simple GUI to set the DNS but i was not able to
execute the setprop net.dns1 xxx.xxx.xxx.xxx command from the android
application.

Does anyone knows how to do it?

Another problem is the poor call audio quality and poor audio (ogg, mp3)
playback quality.


bye

  - Original Message -
  From: "Michael Trimarchi"
  To: "Android on Freerunner Development"
  Subject: [android-freerunner] open issue on android
  Date: Tue, 03 Mar 2009 13:49:22 +0100


  Hi all,

  Can we have a list of what is missend in android:

  - GSM
  - USSD to be fix
  - Call forward to be miss
  - create the unsoliceted channel
  - Video
  - specific glamo 2d acceleration
  - Audio
  - recording
  - increase phone volume
  - correct the media volume window (maybe it is fix in the cupcake)
  - Application
  - Wifi
  dns problem
  Can't reconnect after suspend
  - Resume -> move keyboard from PARTIAL LOCK to FULL_LOCK behavior
  (display on)
  - It is possible to have the red light blink when the systme is on
  suspend?

  Add to this list :)

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

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com

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


Re: [android-freerunner] Can anyone has tested gprs?

2009-02-26 Thread Giorgio M.
 Sorry i'm at work now, i will try later at home.

I have a big problem since i have created the new APN (or maybe since
yesterday when i flashed the v15 image): i lost GSM signal and i have to
reboot!

I rebooted 3 times and finally got signal again but, im able to receive
calls not all the times..seems to be random.

I don't know if it is releted to APN created or in general to the v15
image but it is very annoying for me!

Could you take a look for this trouble? when i'm at home i will try the
v16.

giorgio

  - Original Message -
  From: "Michael Trimarchi"
  To: "Android on Freerunner Development"
  Subject: Re: [android-freerunner] Can anyone has tested gprs?
  Date: Thu, 26 Feb 2009 13:03:31 +0100


  Hi,

  Giorgio M. wrote:
  > I just created the APN (i have italian Wind) and the radio logcat
  was:
  >
  > D/GSM ( 881): [DataConnectionTracker] Clean up connection
  > due to apnChanged
  > D/GSM ( 881): [DataConnection] Stop poll NetStat
  > D/GSM ( 881): [DataConnectionTracker] ***trySetupData due to
  > (unspecified)
  > D/GSM ( 881): [DataConnectionTracker] trySetupData: Not
  > ready for data: dataState=IDLE gprsState=1 sim=true UMTS=false
  > phoneState=IDLE dataEnabled=true roaming=false
  > dataOnRoamingEnable=false
  > D/GSM ( 881): [DataConnectionTracker] Clean up connection
  > due to apnChanged
  > D/GSM ( 881): [DataConnection] Stop poll NetStat
  > D/GSM ( 881): [DataConnectionTracker] ***trySetupData due to
  > (unspecified)
  > D/GSM ( 881): [DataConnectionTracker] trySetupData: Not
  > ready for data: dataState=IDLE gprsState=1 sim=true UMTS=false
  > phoneState=IDLE dataEnabled=true roaming=false
  > dataOnRoamingEnable=false
  >
  > The logcat didn't give any useful information.
  >
  > Hope this can help.
  Can you try the freerunner-v14.2.jffs2 (new v16 version)

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

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com

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


Re: [android-freerunner] Can anyone has tested gprs?

2009-02-26 Thread Giorgio M.
 Thus i tried to activate data roaming and radio logcat was:

D/GSM (  881): [DataConnectionTracker] Clean up connection due to
apnChanged
D/GSM (  881): [DataConnection] Stop poll NetStat
D/GSM (  881): [DataConnectionTracker] ***trySetupData due to
(unspecified)
D/GSM (  881): [DataConnectionTracker] trySetupData: Not ready for
data:  dataState=IDLE gprsState=1 sim=true UMTS=false phoneState=IDLE
dataEnabled=true roaming=false dataOnRoamingEnable=false
D/RILJ(  881): [0752]> RIL_REQUEST_GET_PREFERRED_NETWORK_TYPE
D/RIL (  841): onRequest: GET_PREFERRED_NETWORK_TYPE
D/RILJ(  881): [0752]< RIL_REQUEST_GET_PREFERRED_NETWORK_TYPE error:
com.android.internal.telephony.gsm.CommandException:
REQUEST_NOT_SUPPORTED

and

D/GSM (  881): [DataConnectionTracker] ***trySetupData due to
roamingOff
D/GSM (  881): [DataConnectionTracker] trySetupData: Not ready for
data:  dataState=IDLE gprsState=1 sim=true UMTS=false phoneState=IDLE
dataEnabled=true roaming=false dataOnRoamingEnable=true

  - Original Message -
  From: "Giorgio M."
  To: "Android on Freerunner Development"
  Subject: Re: [android-freerunner] Can anyone has tested gprs?
  Date: Thu, 26 Feb 2009 13:00:13 +0100

  I just created the APN (i have italian Wind) and the radio logcat
  was:

  D/GSM (  881): [DataConnectionTracker] Clean up connection due to
  apnChanged
  D/GSM (  881): [DataConnection] Stop poll NetStat
  D/GSM (  881): [DataConnectionTracker] ***trySetupData due to
  (unspecified)
  D/GSM (  881): [DataConnectionTracker] trySetupData: Not ready
  for data:  dataState=IDLE gprsState=1 sim=true UMTS=false
  phoneState=IDLE dataEnabled=true roaming=false
  dataOnRoamingEnable=false
  D/GSM (  881): [DataConnectionTracker] Clean up connection due to
  apnChanged
  D/GSM (  881): [DataConnection] Stop poll NetStat
  D/GSM (  881): [DataConnectionTracker] ***trySetupData due to
  (unspecified)
  D/GSM (  881): [DataConnectionTracker] trySetupData: Not ready
  for data:  dataState=IDLE gprsState=1 sim=true UMTS=false
  phoneState=IDLE dataEnabled=true roaming=false
  dataOnRoamingEnable=false

  The logcat didn't give any useful information.

  Hope this can help.

- Original Message -
From: "Michael Trimarchi"
To: "Android on Freerunner Development"
Subject: Re: [android-freerunner] Can anyone has tested gprs?
Date: Thu, 26 Feb 2009 12:39:29 +0100


Hi,

Giorgio M. wrote:
> So no working GPRS yet? what about cupcake?
The problem that I can't test gprs (I'm not sure because vodafone
italy website report that
I can use only in italy, but I live in spain), So if you try to
setup apn and send me your
logcat, it can be usefull. I need the radio logcat and the
logcat.
The first one is necessary

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


  -- Be Yourself @ mail.com!
  Choose From 200+ Email Addresses
  Get a Free Account at www.mail.com!
  ___
  android-freerunner mailing list
  android-freerunner@android.koolu.org
  http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com

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


Re: [android-freerunner] Can anyone has tested gprs?

2009-02-26 Thread Giorgio M.
 I just created the APN (i have italian Wind) and the radio logcat was:

D/GSM (  881): [DataConnectionTracker] Clean up connection due to
apnChanged
D/GSM (  881): [DataConnection] Stop poll NetStat
D/GSM (  881): [DataConnectionTracker] ***trySetupData due to
(unspecified)
D/GSM (  881): [DataConnectionTracker] trySetupData: Not ready for
data:  dataState=IDLE gprsState=1 sim=true UMTS=false phoneState=IDLE
dataEnabled=true roaming=false dataOnRoamingEnable=false
D/GSM (  881): [DataConnectionTracker] Clean up connection due to
apnChanged
D/GSM (  881): [DataConnection] Stop poll NetStat
D/GSM (  881): [DataConnectionTracker] ***trySetupData due to
(unspecified)
D/GSM (  881): [DataConnectionTracker] trySetupData: Not ready for
data:  dataState=IDLE gprsState=1 sim=true UMTS=false phoneState=IDLE
dataEnabled=true roaming=false dataOnRoamingEnable=false

The logcat didn't give any useful information.

Hope this can help.

  - Original Message -
  From: "Michael Trimarchi"
  To: "Android on Freerunner Development"
  Subject: Re: [android-freerunner] Can anyone has tested gprs?
  Date: Thu, 26 Feb 2009 12:39:29 +0100


  Hi,

  Giorgio M. wrote:
  > So no working GPRS yet? what about cupcake?
  The problem that I can't test gprs (I'm not sure because vodafone
  italy website report that
  I can use only in italy, but I live in spain), So if you try to
  setup apn and send me your
  logcat, it can be usefull. I need the radio logcat and the logcat.
  The first one is necessary

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

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com

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


Re: [android-freerunner] Can anyone has tested gprs?

2009-02-26 Thread Giorgio M.
 So no working GPRS yet? what about cupcake?

  - Original Message -
  From: "Michael Trimarchi"
  To: "Android on Freerunner Development"
  Subject: Re: [android-freerunner] Can anyone has tested gprs?
  Date: Thu, 26 Feb 2009 12:26:08 +0100


  Hi,

  Giorgio M. wrote:
  > For me the v15 works very good! I'm using uboot and i'm satisfied
  enough!
  >
  > Michaes, what we will find within the v16? will it permits to
  > connect through GPRS?
  >
  > We are also waiting for the cupcacke version...when will you
  > switch to cupcake?do you have some news about koolu and cupcake
  > work?
  >
  Well I think that I have the same problem of gsmmuxd that is was
  fixed in recent kernel (I hope).

  In the v16:

  - fix and invalid command send during resume
  - send AT+CGREG on the primary channel
  - add Sean McNeil patch to frameworks (recent post)
  - add better print on radio log

  Michael




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

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com

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


Re: [android-freerunner] Can anyone has tested gprs?

2009-02-26 Thread Giorgio M.
 For me  the v15 works very good! I'm using uboot and i'm satisfied
enough!

Michaes, what we will find within the v16? will it permits to connect
through GPRS?

We are also waiting for the cupcacke version...when will you switch to
cupcake?do you have some news about koolu and cupcake work?


thanks

  - Original Message -
  From: "Michael Trimarchi"
  To: "Android on Freerunner Development"
  Subject: Re: [android-freerunner] Can anyone has tested gprs?
  Date: Thu, 26 Feb 2009 11:27:05 +0100


  Hi,

  Alexander Backlund wrote:
  > Hello,
  >
  > I tried the v15 image but it didn't register with my GSM network.
  > When I did a search in settings( wireless controls -> mobile
  > networks ) no networks could be found. Re-flashed with v14 image
  > and it worked ( finding and connecting to GSM, not gprs of course
  > ).
  >
  > I couldn't find any error messages in "adb logcat".
  >
  ./adb logcat -b radio. Can you provide this log? Do you use qi or
  u-boot?

  I will upload the v16.
  > /Alexander Backlund
  >
  > 2009/2/25 Michael Trimarchi
  > >
  >
  > Hi all,
  >
  > I have released a new version of the filesystem. I would like to
  > know exacly how to test
  > gprs, and how to activate data connectivity. I don't find a
  > setting panel in android.
  > RadioInfo Panel. have I the data connettivity off by default?
  >
  >
  > [DataConnectionTracker] Clean up connection due to apnChanged
  > D/GSM ( 879): [DataConnection] Stop poll NetStat
  > D/GSM ( 879): [DataConnectionTracker] ***trySetupData due to
  > (unspecified)
  > D/GSM ( 879): [DataConnectionTracker] trySetupData: Not ready
  > for data: dataState=IDLE gprsState=1 sim=true UMTS=false
  > phoneState=IDLE dataEnabled=true roaming=true
  dataOnRoamingEnable=true
  >
  > Can anyone test on Sean McNeil Images? Sean do you know how to
  > test gprs?
  >
  > 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

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

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com

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


Re: [android-freerunner] Store SMS messages

2009-02-25 Thread Giorgio M.
Yes, I think that the best strategy is to copy the SMS to the phone
memory and delete the message from the SIM (in order to avoid that the
SIM becomes full and the phone goes crazy :) ).

Or better, if it could be done, check if the SIM is full or not:
copy the sms and leave a copy on the SIM if there's available space on
SIM card and, on the contrary, if the SIM is full (or almost full) move
the sms to the phone and delete it from the SIM.

I guess that this could be a good solution, but i'm not sure about.

  - Original Message -
  From: "Michael Trimarchi"
  To: "Android on Freerunner Development"
  Subject: Re: [android-freerunner] Store SMS messages
  Date: Wed, 25 Feb 2009 10:37:06 +0100


  Hi,

  Giorgio M. wrote:
  > Hi,
  >
  > i've a question about the storage of sms messages within the v14
  > jffs2 of Michael Tremarchi.
  >
  > When I receive a message, where is it stored? is it stored into
  > SIM card or phone/sdcard memory?
  for now it works like that. If the phone is not in the suspend
  state, it have time to move
  to the TE, but if the phone it is in sustend state I copy from ME
  and show. So I don't have
  a complete support of message on the sim card. Basically I don't
  know, what is the correct strategy. I don't remove from the sim.
  Basically I copy to the TE and send a new message notification. I
  see look at the code that exist and NEW_SMS_ON_SIM message but I
  don't understand
  how it read the message from memory. Because It has a command for
  write and delete, maybe
  I can delete the message from the memory when I copy to the phone?

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

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com

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


Re: [android-freerunner] Store SMS messages

2009-02-25 Thread Giorgio M.
i've imported my contatcs from vcard file without problems.

My question regards where the SMS are stored (even if i can't see
messages and contacts inside, seems that android stores SMS messages into
SIM memory) and if the SIM memory is full, it could be a trouble (it
makes android reboot continuously) for the ril system.

  - Original Message -
  From: "Andreas Utterberg"
  To: "Android on Freerunner Development"
  Subject: Re: [android-freerunner] Store SMS messages
  Date: Wed, 25 Feb 2009 09:11:54 +0100


  On Wed, 25 Feb 2009 10:12:38 +0100, "Giorgio M."
  wrote:
  > Hi,
  >
  > i've a question about the storage of sms messages within the v14
  jffs2 of
  > Michael Tremarchi.
  >
  > When I receive a message, where is it stored? is it stored into SIM
  card
  > or phone/sdcard memory?
  >
  > My neo doesn't recognize the SIM memory and contacts, so i can't
  see how
  > many messages are inside.
  > Yesterday, the phone got unusable apparently without reasons but,
  when i
  > moved the SIM to another phone, i noticed that the SIM memory was
  full
  > and for this reason (i guess) the freerunner restarted itself after
  each
  > boot i tried.
  >
  > Could be a ril problem? can you Michael take a look for the
  problem? (we
  > are waiting for the "sms can't be sent" problem on latest
  > freerunner-ril.so).
  >

  I dont get the sms can`t be sent message when im texting. Im using
  Michels
  v13 rootfs and v12 kernel. As for contacts and content on the simcard
  its
  the same for me, they are not accessible from Android. If you have
  your
  contacts in vcard you can import them with
  http://www.dusystems.com/importContacts/ImportContacts.apk that
  worked fine
  as a workaround for me to be able to use my contacts until a fix is
  out.

  Br Andreas

  > thanks
  >
  > -- Be Yourself @ mail.com!
  > Choose From 200+ Email Addresses
  > Get a Free Account at www.mail.com
  >
  >
  >
  --
  --
  Andreas Utterberg Thundera AB
  Email:andreas.utterb...@thundera.se
  Mobil:073 937 9758
  Support/Kontakt:060-740 51 31
  www.thundera.se


  --
  Meddelandet har kontrollerats mot virus samt skadliga
  filer av Thundera och antas vara ofarligt.

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

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com

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


[android-freerunner] Store SMS messages

2009-02-25 Thread Giorgio M.
Hi,

i've a question about the storage of sms messages within the v14 jffs2 of
Michael Tremarchi.

When I receive a message, where is it stored? is it stored into SIM card
or phone/sdcard memory?

My neo doesn't recognize the SIM memory and contacts, so i can't see how
many messages are inside.
Yesterday, the phone got unusable apparently without reasons but, when i
moved the SIM to another phone, i noticed that the SIM memory was full
and for this reason (i guess) the freerunner restarted itself after each
boot i tried.

Could be a ril problem? can you Michael take a look for the problem? (we
are waiting for the "sms can't be sent" problem on latest
freerunner-ril.so).

thanks

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com

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