Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-09 Thread Fabio Locati
In latest and greates progress mail 12 gprs should work without any issue ;)

On Mon, Jun 8, 2009 at 9:25 PM, Filip Onkelinx wrote:
> Hi Rene, Franky,
>
> I've been using GRPS on QtE for several months without major issues. I
> remember I once had to create the device file /dev/ppp
> On my current (old) QtE image, ls -l /dev/ppp gives me:
>
> crw--- 1 root root 108,0  Jun 8 16:49 /dev/ppp
>
> you might want to check if you have this device file, and if not try to
> create it with mknod. (you will probably need to add it to the startup
> script )
>
> cheers,
>
> Filip.
>
> On Mon, 08 Jun 2009 20:58:58 +0200, Franky Van Liedekerke
>  wrote:
>
>> On Sun, 7 Jun 2009 19:43:40 -0500
>> Rene Horn  wrote:
>>
>>> I just tried out this version.  I'm still having issues with GPRS.
>>> I'd like to be able to fix the issue myself if I could, or at least
>>> point out a possible fix.  I know it can work because it does under
>>> SHR-Unstable.
>>>
>>> Where should I be looking for this?  Where is all the GPRS code
>>> located? Where are the scripts?
>>>
>>> Rene
>>
>> I never tried gprs myself (don't have an account), but you can always
>> look at the script in
>>
>> /opt/Trolltech/Qtopia/bin/ppp-network
>>
>> The pppd daemon seems to be launched by this script via using sudo. You
>> might want to check that the needed ppp modules are up and running.
>> Also check if the ppp packages are installed.
>>
>> The dialup source is in src/plugins/network/dialing
>> Also read the hint mentioned here:
>> http://www.mail-archive.com/community@lists.openmoko.org/msg33030.html
>> and a small howto also here:
>> http://journal.wjsullivan.net/232100.html
>>
>> If you find anything, please let us know, so we can improve the user
>> experience for everybody!
>>
>> Franky
>>
>> ___
>> Openmoko community mailing list
>> community@lists.openmoko.org
>> http://lists.openmoko.org/mailman/listinfo/community
>
> --
> Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>



-- 
Fabio A Locati

Home: Segrate, Milan, Italy (GMT +1)
Phone: +39-328-3799681
MSN/Jabber/E-Mail: fabioloc...@gmail.com

PGP Key: 9EF6 3C79 F6DF 76CD 770A 43A1 DCCB 415C 9656 3334

Envolved in: KDE, OpenStreetMap, Ubuntu, Wikimedia
Sent from Milan, MI, Italy

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-08 Thread Filip Onkelinx
Hi Rene, Franky,

I've been using GRPS on QtE for several months without major issues. I  
remember I once had to create the device file /dev/ppp
On my current (old) QtE image, ls -l /dev/ppp gives me:

crw--- 1 root root 108,0  Jun 8 16:49 /dev/ppp

you might want to check if you have this device file, and if not try to  
create it with mknod. (you will probably need to add it to the startup  
script )

cheers,

Filip.

On Mon, 08 Jun 2009 20:58:58 +0200, Franky Van Liedekerke  
 wrote:

> On Sun, 7 Jun 2009 19:43:40 -0500
> Rene Horn  wrote:
>
>> I just tried out this version.  I'm still having issues with GPRS.
>> I'd like to be able to fix the issue myself if I could, or at least
>> point out a possible fix.  I know it can work because it does under
>> SHR-Unstable.
>>
>> Where should I be looking for this?  Where is all the GPRS code
>> located? Where are the scripts?
>>
>> Rene
>
> I never tried gprs myself (don't have an account), but you can always
> look at the script in
>
> /opt/Trolltech/Qtopia/bin/ppp-network
>
> The pppd daemon seems to be launched by this script via using sudo. You
> might want to check that the needed ppp modules are up and running.
> Also check if the ppp packages are installed.
>
> The dialup source is in src/plugins/network/dialing
> Also read the hint mentioned here:
> http://www.mail-archive.com/community@lists.openmoko.org/msg33030.html
> and a small howto also here:
> http://journal.wjsullivan.net/232100.html
>
> If you find anything, please let us know, so we can improve the user
> experience for everybody!
>
> Franky
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community

-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-08 Thread Franky Van Liedekerke
On Sun, 7 Jun 2009 19:43:40 -0500
Rene Horn  wrote:

> I just tried out this version.  I'm still having issues with GPRS.
> I'd like to be able to fix the issue myself if I could, or at least
> point out a possible fix.  I know it can work because it does under
> SHR-Unstable.
> 
> Where should I be looking for this?  Where is all the GPRS code
> located? Where are the scripts?
> 
> Rene

I never tried gprs myself (don't have an account), but you can always
look at the script in

/opt/Trolltech/Qtopia/bin/ppp-network

The pppd daemon seems to be launched by this script via using sudo. You
might want to check that the needed ppp modules are up and running.
Also check if the ppp packages are installed.

The dialup source is in src/plugins/network/dialing
Also read the hint mentioned here:
http://www.mail-archive.com/community@lists.openmoko.org/msg33030.html
and a small howto also here:
http://journal.wjsullivan.net/232100.html

If you find anything, please let us know, so we can improve the user
experience for everybody!

Franky

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-08 Thread Franky Van Liedekerke
On Mon, 8 Jun 2009 18:13:28 +1000
Chris Samuel  wrote:

> On Mon, 8 Jun 2009 05:23:41 pm Franky Van Liedekerke wrote:
> 
> > Hi Chris,
> 
> Hiya,
> 
> > if this is true, then there's probably a kernel module issue in
> > 2.6.28 with QtMoko. This needs to be tested then.
> 
> Could well be!  I did have TangoGPS working with OM2009 TR4 too
> (using their supplied 2.6.29-rc2 kernel, which has the wrong
> filename, claims to be 2.6.28!).
> 
> > But again: I never managed to get a fix with any distro, so I don't
> > think it will be possible for me to do testing at all, but when I
> > get back from holidays I'll try to spend some time on this issue.
> 
> No worries, if there's anything I can do to help then please let me
> know!  I suppose it could also be a hardware issue on your phone
> too.. :-(
> 
> cheers,
> Chris

Well, I found the first issue at least: the neogps app uses an old path
to power on the gps device.
I changed this now, but until a new build arrives, use this script
(compatible with 2.6.24 and >=2.6.28):
-
#!/bin/sh

if [ -e /sys/bus/platform/devices/neo1973-pm-gps.0 ]; then
  echo 1 > /sys/bus/platform/devices/neo1973-pm-gps.0/power_on
fi
# for older kernels
if [ -e /sys/class/i2c-adapter/i2c-0/0-0073/neo1973-pm-gps.0/pwron ];
then
  echo 1 > /sys/class/i2c-adapter/i2c-0/0-0073/neo1973-pm-gps.0/pwron
fi
--
Do an "echo 0" to power it down after usage.

Also, I've seen a bug report go by that tells me there's an issue with
gps and 2.6.28 kernels in that you can't reenable the gps after
unsuspend, so you might want to try without suspending as well.

Franky

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-08 Thread Chris Samuel
On Mon, 8 Jun 2009 05:23:41 pm Franky Van Liedekerke wrote:

> Hi Chris,

Hiya,

> if this is true, then there's probably a kernel module issue in 2.6.28
> with QtMoko. This needs to be tested then.

Could well be!  I did have TangoGPS working with OM2009 TR4 too (using their 
supplied 2.6.29-rc2 kernel, which has the wrong filename, claims to be 
2.6.28!).

> But again: I never managed to get a fix with any distro, so I don't
> think it will be possible for me to do testing at all, but when I get
> back from holidays I'll try to spend some time on this issue.

No worries, if there's anything I can do to help then please let me know!  I 
suppose it could also be a hardware issue on your phone too.. :-(

cheers,
Chris
-- 
 Chris Samuel  :  http://www.csamuel.org/  :  Melbourne, VIC

This email may come with a PGP signature as a file. Do not panic.
For more info see: http://en.wikipedia.org/wiki/OpenPGP



signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-08 Thread Franky Van Liedekerke
On Mon, Jun 8, 2009 at 8:05 AM, Chris Samuel wrote:
> On Mon, 8 Jun 2009 11:26:01 am Chris Samuel wrote:
>
>> I can confirm that GPS worked on Qtopia and QtE for me, haven't tried it
>> under QtMoko yet.
>
> I can confirm the Mapping Demo program works for me in QtMoko with the
> 2.6.24mw-g291a9d50 kernel (uImage-gta02-g291a9d50_mwester-stable.bin and
> associated modules).
>
> cheers,
> Chris

Hi Chris,

if this is true, then there's probably a kernel module issue in 2.6.28
with QtMoko.
This needs to be tested then.
But again: I never managed to get a fix with any distro, so I don't
think it will be possible for me to do testing at all, but when I get
back from holidays I'll try to spend some time on this issue.

Franky

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-08 Thread Fabio Locati
Than, maybe, the GPS is connected to the kernel rather then to Qtmoko

On Mon, Jun 8, 2009 at 8:05 AM, Chris Samuel wrote:
> On Mon, 8 Jun 2009 11:26:01 am Chris Samuel wrote:
>
>> I can confirm that GPS worked on Qtopia and QtE for me, haven't tried it
>> under QtMoko yet.
>
> I can confirm the Mapping Demo program works for me in QtMoko with the
> 2.6.24mw-g291a9d50 kernel (uImage-gta02-g291a9d50_mwester-stable.bin and
> associated modules).
>
> cheers,
> Chris
> --
>  Chris Samuel  :  http://www.csamuel.org/  :  Melbourne, VIC
>
> This email may come with a PGP signature as a file. Do not panic.
> For more info see: http://en.wikipedia.org/wiki/OpenPGP
>
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>
>



-- 
Fabio A Locati

Home: Segrate, Milan, Italy (GMT +1)
Phone: +39-328-3799681
MSN/Jabber/E-Mail: fabioloc...@gmail.com

PGP Key: 9EF6 3C79 F6DF 76CD 770A 43A1 DCCB 415C 9656 3334

Envolved in: KDE, OpenStreetMap, Ubuntu, Wikimedia

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-07 Thread Chris Samuel
On Mon, 8 Jun 2009 11:26:01 am Chris Samuel wrote:

> I can confirm that GPS worked on Qtopia and QtE for me, haven't tried it
> under QtMoko yet.

I can confirm the Mapping Demo program works for me in QtMoko with the 
2.6.24mw-g291a9d50 kernel (uImage-gta02-g291a9d50_mwester-stable.bin and 
associated modules).

cheers,
Chris
-- 
 Chris Samuel  :  http://www.csamuel.org/  :  Melbourne, VIC

This email may come with a PGP signature as a file. Do not panic.
For more info see: http://en.wikipedia.org/wiki/OpenPGP



signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-07 Thread Shashank Bharadwaj
On Sun, Jun 7, 2009 at 12:26 PM, Radek Polak wrote:
> If you download avi from PC via the sharing option, then PC must have
> installed mencoder. The first attempt to download avi starts mencoder
> and next attempt after encoding is done downloads the avi.

Not sure this happened in my case.

> On phone you need glamo version of mplayer - this should be handled
> by installation scripts. If not then just delete /usr/bin/mplayer and
> qmplayer will download and install correct mplayer from my homepage
> when you attempt to play something.

Yes the script automatically downloaded and installed the mplayer.

Anyway, i don't have access to my phone right now, i'll go home and
test this and let you guys know.


-- 
Regards
Shashank
As our circle of knowledge expands, so does the circumference of
darkness surrounding it - Albert Einstein

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-07 Thread Chris Samuel
On Mon, 8 Jun 2009 01:11:47 am Ori Pessach wrote:

> At one point, GPS was working (with an older release of QTopia from
> Trolltech.)

I can confirm that GPS worked on Qtopia and QtE for me, haven't tried it under 
QtMoko yet.

-- 
 Chris Samuel  :  http://www.csamuel.org/  :  Melbourne, VIC

This email may come with a PGP signature as a file. Do not panic.
For more info see: http://en.wikipedia.org/wiki/OpenPGP



signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-07 Thread Rene Horn
I just tried out this version.  I'm still having issues with GPRS.  I'd like
to be able to fix the issue myself if I could, or at least point out a
possible fix.  I know it can work because it does under SHR-Unstable.

Where should I be looking for this?  Where is all the GPRS code located?
Where are the scripts?

Rene

On Mon, Jun 1, 2009 at 2:02 PM, Franky Van Liedekerke
wrote:

> (install instructions and script updated on 2090601: see below)
>
> It's been a while, but we haven't been sleeping :-)
>
> New website:
> 
> We have a new website now, thanks to Fale: http://www.qtmoko.org
> There you can find all the latest changes, report bugs, etc ...
>
> IRC channel:
> 
> For those wanting to talk: on irc.freenode.net, channel #qtopia is open
> for business.
>
> Things solved/added/changed:
> 
> See http://www.qtmoko.org/wiki/Change_log
> See http://github.com/liedekef/qtmoko/commits/master for the changelog
> in detail
>
> Problems found (more like small nuisances now):
> ===
> See http://www.qtmoko.org
> - if you set the time back to something in the past, the clock service
>  crashes and you need to restart qtextended if you want to use the
>  clock again
> - bluetooth is not working totally ok, only after initial boot it
>  works, not after suspend/resume. Seems to be kernel/bluez3 version
>  combo issue ... After suspend/resume bluetooth seems to work, but
>  receiving files for sure doesn't.
> - if you try to delete the "Wireless Lan", the system crashes ... cool
>  huh, a crashed phone? So for now: don't do it :-)
> - slow building up of the Contacts, because of all the sql queries for
>  a*, b*, c*, ...
>
> Install instructions:
> =
> download the script
> http://www.e-dynamics.be/openmoko/qtmoko_install.sh , read the
> comments at the top and then execute the script on your openmoko (after
> having flashed the device and made sure internet works).
> The script has 2 options: "install" or "update". An update will just
> download the tgz file and replace your current qtmoko with it.
>
> For those who just want to replace their existing qtmoko manually,
> here's the link: http://www.e-dynamics.be/openmoko/qte_20090601.tgz .
>
> Enjoy!
>
> Franky
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>



-- 
Sigs are boring, except this one...
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-07 Thread Russell Hay
I've noticed that I cannot load any https websites with the browser.. issues
with SSL libraries?

Russ


2009/6/7 Ori Pessach 

> I'll have to give this a try the next time I'm near an AP. Mine is 7000
> miles away. It has decent range, but nothing approaching 7000 miles.
>
> The kernel is 2.6.24.
>
> --Ori Pessach
>
>
> On Sun, Jun 7, 2009 at 9:40 AM, Franky Van Liedekerke  > wrote:
>
>> On Sun, 7 Jun 2009 09:11:47 -0600
>> Ori Pessach  wrote:
>>
>> > >
>> > Well, WiFi certainly doesn't work for me. As I said, I tried two
>> > different APs so far.
>> >
>> > One of them didn't connect at all (that's my home AP, using WPA2.) The
>> > other, an open network, wouldn't set the DNS server.
>>
>> if you use encrypted wifi, make sure you have the needed modules for
>> your kernel, that's beyond qtopia itself.
>>
>> > Any pointers on how to start debugging this?
>>
>> At first, make sure you have the following file present on your phone
>> (it should be automatically generated):
>> /home/root/Settings/Network/wireless/eth0
>> The content of that file should contain something like this for an
>> open network:
>>
>> WIRELESS_MODE='Managed'
>> WIRELESS_ESSID="my_network_SID_name"
>> WIRELESS_AP=""
>> WIRELESS_BITRATE='auto'
>> WIRELESS_CHANNEL=''
>> WIRELESS_KEY_LENGTH='128'
>> WIRELESS_AUTH_MODE=NONE
>> WIRELESS_WEP_PHRASE=""
>> WIRELESS_KEY_0=
>> WIRELESS_KEY_1=
>> WIRELESS_KEY_2=
>> WIRELESS_KEY_3=
>>
>> Also the file /home/root/Settings/Network/eth0 should exist with the
>> content
>> MODE=dhcp
>>
>> The script that initializes the wireless is
>> at /opt/Trolltech/Qtopia/bin/lan-network and creates a log
>> in /tmp/qtopia-network.log.
>> By default the usb0 interface on the phone gets disabled when you
>> connect the wireless, but if you comment out the line "ifdown usb0" in
>> the lan-network script, you can stay connected to your phone via pc-usb
>> while trying to connect to the wireless. When doing this, you can see
>> if the dhcp client runs or not ...
>>
>> Also very important: what kernel are you using?
>>
>> > At one point, GPS was working (with an older release of QTopia from
>> > Trolltech.) What's the thinking on that?
>>
>> I've never gotten gps to work, no matter which distro I tried, so for
>> now, I accept this.
>>
>> Franky
>>
>> ___
>> Openmoko community mailing list
>> community@lists.openmoko.org
>> http://lists.openmoko.org/mailman/listinfo/community
>>
>
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>
>
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-07 Thread Ori Pessach
I'll have to give this a try the next time I'm near an AP. Mine is 7000
miles away. It has decent range, but nothing approaching 7000 miles.

The kernel is 2.6.24.

--Ori Pessach

On Sun, Jun 7, 2009 at 9:40 AM, Franky Van Liedekerke
wrote:

> On Sun, 7 Jun 2009 09:11:47 -0600
> Ori Pessach  wrote:
>
> > >
> > Well, WiFi certainly doesn't work for me. As I said, I tried two
> > different APs so far.
> >
> > One of them didn't connect at all (that's my home AP, using WPA2.) The
> > other, an open network, wouldn't set the DNS server.
>
> if you use encrypted wifi, make sure you have the needed modules for
> your kernel, that's beyond qtopia itself.
>
> > Any pointers on how to start debugging this?
>
> At first, make sure you have the following file present on your phone
> (it should be automatically generated):
> /home/root/Settings/Network/wireless/eth0
> The content of that file should contain something like this for an
> open network:
>
> WIRELESS_MODE='Managed'
> WIRELESS_ESSID="my_network_SID_name"
> WIRELESS_AP=""
> WIRELESS_BITRATE='auto'
> WIRELESS_CHANNEL=''
> WIRELESS_KEY_LENGTH='128'
> WIRELESS_AUTH_MODE=NONE
> WIRELESS_WEP_PHRASE=""
> WIRELESS_KEY_0=
> WIRELESS_KEY_1=
> WIRELESS_KEY_2=
> WIRELESS_KEY_3=
>
> Also the file /home/root/Settings/Network/eth0 should exist with the
> content
> MODE=dhcp
>
> The script that initializes the wireless is
> at /opt/Trolltech/Qtopia/bin/lan-network and creates a log
> in /tmp/qtopia-network.log.
> By default the usb0 interface on the phone gets disabled when you
> connect the wireless, but if you comment out the line "ifdown usb0" in
> the lan-network script, you can stay connected to your phone via pc-usb
> while trying to connect to the wireless. When doing this, you can see
> if the dhcp client runs or not ...
>
> Also very important: what kernel are you using?
>
> > At one point, GPS was working (with an older release of QTopia from
> > Trolltech.) What's the thinking on that?
>
> I've never gotten gps to work, no matter which distro I tried, so for
> now, I accept this.
>
> Franky
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-07 Thread Franky Van Liedekerke
On Sun, 7 Jun 2009 09:11:47 -0600
Ori Pessach  wrote:

> >
> Well, WiFi certainly doesn't work for me. As I said, I tried two
> different APs so far.
> 
> One of them didn't connect at all (that's my home AP, using WPA2.) The
> other, an open network, wouldn't set the DNS server.

if you use encrypted wifi, make sure you have the needed modules for
your kernel, that's beyond qtopia itself.
 
> Any pointers on how to start debugging this?

At first, make sure you have the following file present on your phone
(it should be automatically generated):
/home/root/Settings/Network/wireless/eth0
The content of that file should contain something like this for an
open network:

WIRELESS_MODE='Managed'
WIRELESS_ESSID="my_network_SID_name"
WIRELESS_AP=""
WIRELESS_BITRATE='auto'
WIRELESS_CHANNEL=''
WIRELESS_KEY_LENGTH='128'
WIRELESS_AUTH_MODE=NONE
WIRELESS_WEP_PHRASE=""
WIRELESS_KEY_0=
WIRELESS_KEY_1=
WIRELESS_KEY_2=
WIRELESS_KEY_3=

Also the file /home/root/Settings/Network/eth0 should exist with the
content
MODE=dhcp

The script that initializes the wireless is
at /opt/Trolltech/Qtopia/bin/lan-network and creates a log
in /tmp/qtopia-network.log.
By default the usb0 interface on the phone gets disabled when you
connect the wireless, but if you comment out the line "ifdown usb0" in
the lan-network script, you can stay connected to your phone via pc-usb
while trying to connect to the wireless. When doing this, you can see
if the dhcp client runs or not ...

Also very important: what kernel are you using?

> At one point, GPS was working (with an older release of QTopia from
> Trolltech.) What's the thinking on that?

I've never gotten gps to work, no matter which distro I tried, so for
now, I accept this.

Franky

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-07 Thread Ori Pessach
On Sun, Jun 7, 2009 at 9:15 AM, Ori Pessach  wrote:

>
>
> On Sun, Jun 7, 2009 at 9:03 AM, Franky Van Liedekerke  > wrote:
>
>> On Sun, 7 Jun 2009 08:46:18 -0600
>> Ori Pessach  wrote:
>>
>> > On Mon, Jun 1, 2009 at 1:02 PM, Franky Van Liedekerke
>> > wrote:
>> >
>> > > (install instructions and script updated on 2090601: see below)
>> > >
>> > > It's been a while, but we haven't been sleeping :-)
>> > >
>> > > New website:
>> > > 
>> > > We have a new website now, thanks to Fale: http://www.qtmoko.org
>> > > There you can find all the latest changes, report bugs, etc ...
>> > >
>> >
>> >
>> > Hi,
>> >
>> > Where's the best place to report and discuss bugs in this (and other)
>> > releases?
>> >
>> > I'm seeing a few problems so far: GPS doesn't appear to work at all,
>> > and when connecting to WiFi, the DNS server doesn't appear to be set
>> > at all. Setting it manually in /etc/resolv.conf didn't seem to do
>> > anything when I tried with two different access points.
>> >
>> > --Ori Pessach
>>
>> Hi,
>>
>> gps is known (some say it should work ...), but the wifi should work
>> just fine. I just tried it here again: first I emptied /etc/resolv.conf
>> (when connected via usb), removed the usb cable and tried connecting to
>> my wireless lan (not encrypted). This seemed to work just fine, just
>> make sure your wireless router gives you an ip and the correct DNS
>> server in the DHCP reply. Also, most wireless routers seem to be
>> confused when you try connecting a wireless client that had another IP
>> in the past, so sometimes you need to reboot the router (I hate it
>> when that happens, but it happens even with my laptop from time to
>> time).
>> For bugs: see http://www.qtmoko.org
>>
>> Franky
>>
>
> One other thing - I get this when trying to report a bug on Trac:
>
> *Warning:* 
>  Error: Forbidden
>
> TICKET_CREATE privileges are required to perform this operation
>
> TracGuide  —
> The Trac User and Administration Guide
>
> --Ori Pessach
>
>

All right - you can disregard that. I wasn't patient enough and tried to
file a bug report before my email address was verified. Everything works
now.

--Ori Pessach
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-07 Thread Ori Pessach
On Sun, Jun 7, 2009 at 9:03 AM, Franky Van Liedekerke
wrote:

> On Sun, 7 Jun 2009 08:46:18 -0600
> Ori Pessach  wrote:
>
> > On Mon, Jun 1, 2009 at 1:02 PM, Franky Van Liedekerke
> > wrote:
> >
> > > (install instructions and script updated on 2090601: see below)
> > >
> > > It's been a while, but we haven't been sleeping :-)
> > >
> > > New website:
> > > 
> > > We have a new website now, thanks to Fale: http://www.qtmoko.org
> > > There you can find all the latest changes, report bugs, etc ...
> > >
> >
> >
> > Hi,
> >
> > Where's the best place to report and discuss bugs in this (and other)
> > releases?
> >
> > I'm seeing a few problems so far: GPS doesn't appear to work at all,
> > and when connecting to WiFi, the DNS server doesn't appear to be set
> > at all. Setting it manually in /etc/resolv.conf didn't seem to do
> > anything when I tried with two different access points.
> >
> > --Ori Pessach
>
> Hi,
>
> gps is known (some say it should work ...), but the wifi should work
> just fine. I just tried it here again: first I emptied /etc/resolv.conf
> (when connected via usb), removed the usb cable and tried connecting to
> my wireless lan (not encrypted). This seemed to work just fine, just
> make sure your wireless router gives you an ip and the correct DNS
> server in the DHCP reply. Also, most wireless routers seem to be
> confused when you try connecting a wireless client that had another IP
> in the past, so sometimes you need to reboot the router (I hate it
> when that happens, but it happens even with my laptop from time to
> time).
> For bugs: see http://www.qtmoko.org
>
> Franky
>

One other thing - I get this when trying to report a bug on Trac:

*Warning:* 
 Error: Forbidden

TICKET_CREATE privileges are required to perform this operation

TracGuide  —
The Trac User and Administration Guide

--Ori Pessach
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-07 Thread Ori Pessach
On Sun, Jun 7, 2009 at 9:03 AM, Franky Van Liedekerke
wrote:

> On Sun, 7 Jun 2009 08:46:18 -0600
> Ori Pessach  wrote:
>
> > On Mon, Jun 1, 2009 at 1:02 PM, Franky Van Liedekerke
> > wrote:
> >
> > > (install instructions and script updated on 2090601: see below)
> > >
> > > It's been a while, but we haven't been sleeping :-)
> > >
> > > New website:
> > > 
> > > We have a new website now, thanks to Fale: http://www.qtmoko.org
> > > There you can find all the latest changes, report bugs, etc ...
> > >
> >
> >
> > Hi,
> >
> > Where's the best place to report and discuss bugs in this (and other)
> > releases?
> >
> > I'm seeing a few problems so far: GPS doesn't appear to work at all,
> > and when connecting to WiFi, the DNS server doesn't appear to be set
> > at all. Setting it manually in /etc/resolv.conf didn't seem to do
> > anything when I tried with two different access points.
> >
> > --Ori Pessach
>
> Hi,
>
> gps is known (some say it should work ...), but the wifi should work
> just fine. I just tried it here again: first I emptied /etc/resolv.conf
> (when connected via usb), removed the usb cable and tried connecting to
> my wireless lan (not encrypted). This seemed to work just fine, just
> make sure your wireless router gives you an ip and the correct DNS
> server in the DHCP reply. Also, most wireless routers seem to be
> confused when you try connecting a wireless client that had another IP
> in the past, so sometimes you need to reboot the router (I hate it
> when that happens, but it happens even with my laptop from time to
> time).
> For bugs: see http://www.qtmoko.org
>
> Franky
>
>
Well, WiFi certainly doesn't work for me. As I said, I tried two different
APs so far.

One of them didn't connect at all (that's my home AP, using WPA2.) The
other, an open network, wouldn't set the DNS server.

Any pointers on how to start debugging this?

At one point, GPS was working (with an older release of QTopia from
Trolltech.) What's the thinking on that?

--Ori Pessach
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-07 Thread Franky Van Liedekerke
On Sun, 7 Jun 2009 08:46:18 -0600
Ori Pessach  wrote:

> On Mon, Jun 1, 2009 at 1:02 PM, Franky Van Liedekerke
> wrote:
> 
> > (install instructions and script updated on 2090601: see below)
> >
> > It's been a while, but we haven't been sleeping :-)
> >
> > New website:
> > 
> > We have a new website now, thanks to Fale: http://www.qtmoko.org
> > There you can find all the latest changes, report bugs, etc ...
> >
> 
> 
> Hi,
> 
> Where's the best place to report and discuss bugs in this (and other)
> releases?
> 
> I'm seeing a few problems so far: GPS doesn't appear to work at all,
> and when connecting to WiFi, the DNS server doesn't appear to be set
> at all. Setting it manually in /etc/resolv.conf didn't seem to do
> anything when I tried with two different access points.
> 
> --Ori Pessach

Hi,

gps is known (some say it should work ...), but the wifi should work
just fine. I just tried it here again: first I emptied /etc/resolv.conf
(when connected via usb), removed the usb cable and tried connecting to
my wireless lan (not encrypted). This seemed to work just fine, just
make sure your wireless router gives you an ip and the correct DNS
server in the DHCP reply. Also, most wireless routers seem to be
confused when you try connecting a wireless client that had another IP
in the past, so sometimes you need to reboot the router (I hate it
when that happens, but it happens even with my laptop from time to
time).
For bugs: see http://www.qtmoko.org

Franky

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-07 Thread Ori Pessach
On Mon, Jun 1, 2009 at 1:02 PM, Franky Van Liedekerke
wrote:

> (install instructions and script updated on 2090601: see below)
>
> It's been a while, but we haven't been sleeping :-)
>
> New website:
> 
> We have a new website now, thanks to Fale: http://www.qtmoko.org
> There you can find all the latest changes, report bugs, etc ...
>


Hi,

Where's the best place to report and discuss bugs in this (and other)
releases?

I'm seeing a few problems so far: GPS doesn't appear to work at all, and
when connecting to WiFi, the DNS server doesn't appear to be set at all.
Setting it manually in /etc/resolv.conf didn't seem to do anything when I
tried with two different access points.

--Ori Pessach
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-07 Thread Franky Van Liedekerke
On Sun, 7 Jun 2009 08:25:50 +0530
Shashank Bharadwaj  wrote:

> Hi,
> 
> On Tue, Jun 2, 2009 at 12:32 AM, Franky Van
> Liedekerke wrote:
> > download the script
> > http://www.e-dynamics.be/openmoko/qtmoko_install.sh , read the
> > comments at the top and then execute the script on your openmoko
> > (after having flashed the device and made sure internet works).
> > The script has 2 options: "install" or "update". An update will just
> > download the tgz file and replace your current qtmoko with it.
> 
> I used the "update" option. It worked as expected. After the script
> was complete, and a reboot done, i was with the latest version.
> Thanks for this release!

you're welcome

> I tried qmplayer, it played mp3 songs from my computer using the share
> option. But it refused to play an avi file of a music video on the
> phone, though it could play it on the computer. How do i debug this
> and provide you with more information?
> 
> Another new applications i tried was google contacts sync. I was
> successfully able to get contacts from my google account. Is there a
> way to upload the contacts on the phone back to google-contacts?

well, I didn't develop the app, just made it work :-)
For now it seems the app is only one-way.
I'm hoping to be able to try out a new app that uses syncml, that would
make it easier to sync with other apps as well (and 2-way).

> I've been trying the new applications out, will report back if any
> quires/comments. Keep up the good work!

Let us know the results,

Franky

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-07 Thread Fabio Locati
On Sun, Jun 7, 2009 at 4:55 AM, Shashank Bharadwaj wrote:
> Hi,
>
> On Tue, Jun 2, 2009 at 12:32 AM, Franky Van
> Liedekerke wrote:
>> download the script
>> http://www.e-dynamics.be/openmoko/qtmoko_install.sh , read the
>> comments at the top and then execute the script on your openmoko (after
>> having flashed the device and made sure internet works).
>> The script has 2 options: "install" or "update". An update will just
>> download the tgz file and replace your current qtmoko with it.
>
> I used the "update" option. It worked as expected. After the script
> was complete, and a reboot done, i was with the latest version.
> Thanks for this release!
>
> I tried qmplayer, it played mp3 songs from my computer using the share
> option. But it refused to play an avi file of a music video on the
> phone, though it could play it on the computer. How do i debug this
> and provide you with more information?
>
> Another new applications i tried was google contacts sync. I was
> successfully able to get contacts from my google account. Is there a
> way to upload the contacts on the phone back to google-contacts?

Not yet. I hope to be able to develop something like it as soon as
I'll pass my exam :).

> I've been trying the new applications out, will report back if any
> quires/comments. Keep up the good work!
>
> --
> Regards
> Shashank
> As our circle of knowledge expands, so does the circumference of
> darkness surrounding it - Albert Einstein
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>



-- 
Fabio A Locati

Home: Segrate, Milan, Italy (GMT +1)
Phone: +39-328-3799681
MSN/Jabber/E-Mail: fabioloc...@gmail.com

PGP Key: 9EF6 3C79 F6DF 76CD 770A 43A1 DCCB 415C 9656 3334

Envolved in: KDE, OpenStreetMap, Ubuntu, Wikimedia

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-06 Thread Radek Polak
Shashank Bharadwaj wrote:

> I tried qmplayer, it played mp3 songs from my computer using the share
> option. But it refused to play an avi file of a music video on the
> phone, though it could play it on the computer. How do i debug this
> and provide you with more information?

If you download avi from PC via the sharing option, then PC must have
installed mencoder. The first attempt to download avi starts mencoder
and next attempt after encoding is done downloads the avi.

On phone you need glamo version of mplayer - this should be handled
by installation scripts. If not then just delete /usr/bin/mplayer and
qmplayer will download and install correct mplayer from my homepage
when you attempt to play something.

So debug output can be seen when qmplayer is started from console.

Hope it helps :)

Radek

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-06 Thread Shashank Bharadwaj
Hi,

On Tue, Jun 2, 2009 at 12:32 AM, Franky Van
Liedekerke wrote:
> download the script
> http://www.e-dynamics.be/openmoko/qtmoko_install.sh , read the
> comments at the top and then execute the script on your openmoko (after
> having flashed the device and made sure internet works).
> The script has 2 options: "install" or "update". An update will just
> download the tgz file and replace your current qtmoko with it.

I used the "update" option. It worked as expected. After the script
was complete, and a reboot done, i was with the latest version.
Thanks for this release!

I tried qmplayer, it played mp3 songs from my computer using the share
option. But it refused to play an avi file of a music video on the
phone, though it could play it on the computer. How do i debug this
and provide you with more information?

Another new applications i tried was google contacts sync. I was
successfully able to get contacts from my google account. Is there a
way to upload the contacts on the phone back to google-contacts?

I've been trying the new applications out, will report back if any
quires/comments. Keep up the good work!

-- 
Regards
Shashank
As our circle of knowledge expands, so does the circumference of
darkness surrounding it - Albert Einstein

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-06 Thread Chris Samuel
On Sat, 6 Jun 2009 06:03:05 pm Franky Van Liedekerke wrote:

Hiya,

> 2.6.24? Hmmm ... qtmoko will work, but you'll probably get double sms's and
> indications of missed calls for every incoming call ... O no, wait, I fixed
> those.

That's why I'm back (thanks)! ;-)

> Probably the issue will be that the system will not unsuspend when receiving
> an sms,

Nope, that works.

> I believe that was kernel related (modem). But there have been fixes in that
> area too, so you might want to test some stuff:
>
> - outgoing call
> - incoming call
> - incoming call while in suspend
> - outgoing sms
> - incoming sms
> - incoming sms while in suspend

Those all used to work with this kernel previously, will report any problems!

> - alarm

That used to work if it was plugged in.

> - alarm wakes the phone while in suspend (see that the atd package is
>   installed for this to work)

Not yet tested.

> - bluetooth (since you run on 2.6.24 kernel, bluetooth should work as
>   long as you don't suspend, but of course don't uninstall bluetooth as
>   per my install script then)

Don't use it, so I'm happy to see it disabled by default in the new image. :-)

Thanks again for all the work on this, my C++ is far worse than my C so I've 
found I'm not really able to contribute to this.. :-(

cheers!
Chris
-- 
 Chris Samuel  :  http://www.csamuel.org/  :  Melbourne, VIC

This email may come with a PGP signature as a file. Do not panic.
For more info see: http://en.wikipedia.org/wiki/OpenPGP



signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-06 Thread Franky Van Liedekerke
On Sat, 6 Jun 2009 07:42:51 +1000
Chris Samuel  wrote:

> On Fri, 5 Jun 2009 11:56:14 pm Franky Van Liedekerke wrote:
> 
> > well, there we're indeed dependent on the kernel itself. Is this a
> > stable 2.6.28-based kernel?
> 
> It's 2.6.24mw-g291a9d50 - much older!
> 

2.6.24? Hmmm ... qtmoko will work, but you'll probably get double sms's
and indications of missed calls for every incoming call ...
O no, wait, I fixed those. Probably the issue will be that the system
will not unsuspend when receiving an sms, I believe that was kernel
related (modem). But there have been fixes in that area too, so you
might want to test some stuff:

- outgoing call
- incoming call
- incoming call while in suspend
- outgoing sms
- incoming sms
- incoming sms while in suspend
- alarm
- alarm wakes the phone while in suspend (see that the atd package is
  installed for this to work)
- bluetooth (since you run on 2.6.24 kernel, bluetooth should work as
  long as you don't suspend, but of course don't uninstall bluetooth as
  per my install script then)

Franky

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-05 Thread Chris Samuel
On Fri, 5 Jun 2009 11:56:14 pm Franky Van Liedekerke wrote:

> well, there we're indeed dependent on the kernel itself. Is this a
> stable 2.6.28-based kernel?

It's 2.6.24mw-g291a9d50 - much older!

-- 
 Chris Samuel  :  http://www.csamuel.org/  :  Melbourne, VIC

This email may come with a PGP signature as a file. Do not panic.
For more info see: http://en.wikipedia.org/wiki/OpenPGP



signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-05 Thread Franky Van Liedekerke
On Fri, Jun 5, 2009 at 3:36 PM, Chris Samuel  wrote:
> On Fri, 5 Jun 2009 11:03:35 pm Chris Samuel wrote:
>
>> If I try the older kernel (uImage-gta02-g291a9d50_mwester-stable.bin) will
>> that break anything in the QtMoko image or install ?
>
> Well I've just given it a shot and it feels like it's roughly halved the
> amount of time it takes the phone to resume, which is great!

well, there we're indeed dependent on the kernel itself. Is this a
stable 2.6.28-based kernel?

Frabjt

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-05 Thread Chris Samuel
On Fri, 5 Jun 2009 11:03:35 pm Chris Samuel wrote:

> If I try the older kernel (uImage-gta02-g291a9d50_mwester-stable.bin) will
> that break anything in the QtMoko image or install ?

Well I've just given it a shot and it feels like it's roughly halved the 
amount of time it takes the phone to resume, which is great!

-- 
 Chris Samuel  :  http://www.csamuel.org/  :  Melbourne, VIC

This email may come with a PGP signature as a file. Do not panic.
For more info see: http://en.wikipedia.org/wiki/OpenPGP



signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-05 Thread Chris Samuel
On Tue, 2 Jun 2009 05:02:29 am Franky Van Liedekerke wrote:

> It's been a while, but we haven't been sleeping :-)

Thanks so much for all this work Franky, et. al!

One thing I've noticed (after playing around with the other distros) is that 
it seems like QtMoko takes a lot longer to resume from suspend than my older 
2.6.24 based QtEI I was running (though the other bug fixes more than make up 
for it!).

If I try the older kernel (uImage-gta02-g291a9d50_mwester-stable.bin) will 
that break anything in the QtMoko image or install ?

cheers,
Chris
-- 
 Chris Samuel  :  http://www.csamuel.org/  :  Melbourne, VIC

This email may come with a PGP signature as a file. Do not panic.
For more info see: http://en.wikipedia.org/wiki/OpenPGP



signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-02 Thread Jim Morris
Franky Van Liedekerke wrote:
>
>>
> 
> yes, I try that all the time. The tar.gz file is only 23 MB, so it
> should be no prob ...
> 
>


Ok well I tried again with exactly the same results... does your system have 
more disk? or are you 
using an sd card?

I monitored the disk usage while it was untarring and it did run out of disk 
space...

Just before it ran out...

Filesystem   1K-blocks  Used Available Use% Mounted on
/dev/root65536 64248  1288  98% /
/dev/root65536 64248  1288  98% /dev/.static/dev
udev  204840  2008   2% /dev
tmpfs6038036 60344   0% /var/volatile
tmpfs60380 0 60380   0% /dev/shm

1.2Mb left.. it started out at 39Mbytes before downloading qtmoko

/dev/root65536 26304 39232  40% /
/dev/root65536 26304 39232  40% /dev/.static/dev
udev  204840  2008   2% /dev
tmpfs6038036 60344   0% /var/volatile
tmpfs60380 0 60380   0% /dev/shm


Here were the steps...

/qtmoko> sudo dfu-util -a rootfs -R -D fso-paroli-image-om-gta02.jffs2
/qtmoko> sudo dfu-util -a kernel -R -D 
uImage-2.6.28-andy-tracking+gitr6+9c4451ff31b937a478f3d3eabef30b71cbe12b12-r3-om-gta02.bin
qtmoko> scp qtmoko_install.sh om:

 > ssh om
 > sh ./qtmoko_install.sh install

Just a sanity check, after a clean installation I have 39Mb free after 
downloading a 23Mb file we 
have 16Mb left, then we try to de tar that compressed file which has to be over 
23mb, and of course 
we run out of disk space.

I am wondering why I am the only one with this problem?

I have an original gta02 which appears to have 65Mb of disk/flash

Thanks

-- 
Jim Morris, http://blog.wolfman.com

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-02 Thread Fabio Locati
I've tryed it too... no problems in the installation ;)

On Tue, Jun 2, 2009 at 9:01 PM, Franky Van Liedekerke
 wrote:
> On Tue, 02 Jun 2009 11:41:45 -0700
> Jim Morris  wrote:
>
>> Franky Van Liedekerke wrote:
>> > On Tue, Jun 2, 2009 at 2:07 AM, Jim Morris  wrote:
>> >> Franky Van Liedekerke wrote:
>> >>> (install instructions and script updated on 2090601: see below)
>> >>>
>> >>> It's been a while, but we haven't been sleeping :-)
>> >> FYI...
>> >>
>> >> I followed the instructions, and ran the script from ssh using the
>> >> install option and it runs out of memory...
>> >>
>> >> lib/fonts/dejavu_sans_condensed_36_75.qpf2
>> >> lib/fonts/dejavu_sans_condensed_10_50.qpf2
>> >> lib/fonts/dejavu_sans_condensed_21_75.qpf2
>> >> tar: write error: No space left on device
>> >
>> > if this happens, it doesn't mean "out of memory", but out of disk
>> > space, which means you have many things installed that are not
>> > required. Probably you're using another kernel/rootfs and extra
>> > stuff. Simple action: clean up ...
>> >
>>
>> Yes I know that, but this was a clean install from the images I
>> downloaded with no extra stuff installed, I couldn't install anything
>> as only the kernel was running anyway.
>>
>> Have you tried the full install? The problem looks to me like having
>> the tar file on the device uses too much room and you cannot de-tar
>> it. I got around it by piping the tar over ssh.
>>
>>
>
> yes, I try that all the time. The tar.gz file is only 23 MB, so it
> should be no prob ...
>
> Franky
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>



-- 
Fabio A Locati

Home: Segrate, Milan, Italy (GMT +1)
Phone: +39-328-3799681
MSN/Jabber/E-Mail: fabioloc...@gmail.com

PGP Key: 9EF6 3C79 F6DF 76CD 770A 43A1 DCCB 415C 9656 3334

Envolved in: KDE, OpenStreetMap, Ubuntu, Wikimedia

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-02 Thread Franky Van Liedekerke
On Tue, 02 Jun 2009 11:41:45 -0700
Jim Morris  wrote:

> Franky Van Liedekerke wrote:
> > On Tue, Jun 2, 2009 at 2:07 AM, Jim Morris  wrote:
> >> Franky Van Liedekerke wrote:
> >>> (install instructions and script updated on 2090601: see below)
> >>>
> >>> It's been a while, but we haven't been sleeping :-)
> >> FYI...
> >>
> >> I followed the instructions, and ran the script from ssh using the
> >> install option and it runs out of memory...
> >>
> >> lib/fonts/dejavu_sans_condensed_36_75.qpf2
> >> lib/fonts/dejavu_sans_condensed_10_50.qpf2
> >> lib/fonts/dejavu_sans_condensed_21_75.qpf2
> >> tar: write error: No space left on device
> > 
> > if this happens, it doesn't mean "out of memory", but out of disk
> > space, which means you have many things installed that are not
> > required. Probably you're using another kernel/rootfs and extra
> > stuff. Simple action: clean up ...
> > 
> 
> Yes I know that, but this was a clean install from the images I
> downloaded with no extra stuff installed, I couldn't install anything
> as only the kernel was running anyway.
> 
> Have you tried the full install? The problem looks to me like having
> the tar file on the device uses too much room and you cannot de-tar
> it. I got around it by piping the tar over ssh.
> 
> 

yes, I try that all the time. The tar.gz file is only 23 MB, so it
should be no prob ...

Franky

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-02 Thread Jim Morris
Franky Van Liedekerke wrote:
> On Tue, Jun 2, 2009 at 2:07 AM, Jim Morris  wrote:
>> Franky Van Liedekerke wrote:
>>> (install instructions and script updated on 2090601: see below)
>>>
>>> It's been a while, but we haven't been sleeping :-)
>> FYI...
>>
>> I followed the instructions, and ran the script from ssh using the install 
>> option and it runs out of
>> memory...
>>
>> lib/fonts/dejavu_sans_condensed_36_75.qpf2
>> lib/fonts/dejavu_sans_condensed_10_50.qpf2
>> lib/fonts/dejavu_sans_condensed_21_75.qpf2
>> tar: write error: No space left on device
> 
> if this happens, it doesn't mean "out of memory", but out of disk
> space, which means you have many things installed that are not
> required. Probably you're using another kernel/rootfs and extra stuff.
> Simple action: clean up ...
> 

Yes I know that, but this was a clean install from the images I downloaded with 
no extra stuff 
installed, I couldn't install anything as only the kernel was running anyway.

Have you tried the full install? The problem looks to me like having the tar 
file on the device uses 
too much room and you cannot de-tar it. I got around it by piping the tar over 
ssh.


-- 
Jim Morris, http://blog.wolfman.com

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-02 Thread Lorn Potter

On 2/6/09 6:22 PM, Goffi wrote:

Le mardi 2 juin 2009 05:50:45, Lorn Potter a écrit :
   

Goffi wrote:
This would require someone to translate the ~3000 strings in Qtopia, and
then configure it with that language enabled and then install that
language.
 


It is not possible to have an option just for the dict ?


Well, anything is possible given the right amount of time and developers.
:)

The translation of
the 3000 strings would take some time and the dicts are already in the sources
! IMO it's not a big deal for most users to have the interface in english, but
the dictionary is more important.
Anyway, by copying the french file over the en_US ones, it works (it's just a
little less handy than a compilation option).

Cheers
Goffi
   


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-02 Thread Goffi
Le mardi 2 juin 2009 05:50:45, Lorn Potter a écrit :
> Goffi wrote:
> This would require someone to translate the ~3000 strings in Qtopia, and
> then configure it with that language enabled and then install that
> language.

It is not possible to have an option just for the dict ? The translation of 
the 3000 strings would take some time and the dicts are already in the sources 
! IMO it's not a big deal for most users to have the interface in english, but 
the dictionary is more important.
Anyway, by copying the french file over the en_US ones, it works (it's just a 
little less handy than a compilation option).

Cheers
Goffi

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-02 Thread Franky Van Liedekerke
On Tue, Jun 2, 2009 at 2:07 AM, Jim Morris  wrote:
> Franky Van Liedekerke wrote:
>> (install instructions and script updated on 2090601: see below)
>>
>> It's been a while, but we haven't been sleeping :-)
>
> FYI...
>
> I followed the instructions, and ran the script from ssh using the install 
> option and it runs out of
> memory...
>
> lib/fonts/dejavu_sans_condensed_36_75.qpf2
> lib/fonts/dejavu_sans_condensed_10_50.qpf2
> lib/fonts/dejavu_sans_condensed_21_75.qpf2
> tar: write error: No space left on device

if this happens, it doesn't mean "out of memory", but out of disk
space, which means you have many things installed that are not
required. Probably you're using another kernel/rootfs and extra stuff.
Simple action: clean up ...

Franky

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-01 Thread Lorn Potter
Goffi wrote:
> Thank you for all the great work ! I compile your git branch regularly and it 
> works very well, it's my main distro for daily telephony (I keep an eye on 
> OM2009 too ;) ).
> 
> I have some questions/remarks:
> 
> - I didn't found any option for sms delivery receipt, will QTEi have this 
> option in the future ? It would be really handy :)
> 
> - There is a french dictionary in the sources, but not activable during the 
> configure (only en_US is available). I cheat by copying french dict on en_US 
> files, but an option for other languages would be greatly appreciated (phone 
> key are IMHO unusable with a foreigner dictionary).

This would require someone to translate the ~3000 strings in Qtopia, and 
then configure it with that language enabled and then install that language.

> It would be very perfect to have the choice of the dict language when we use 
> phone keys.

Currently there is no way to do this, other than installing a new 
language and using it.
> 
> - I my knowledge, it is not possible to change the volume during a call, it 
> would be nice to add a slider.

There is, but it is rather difficult. (during a call) Settings->Call 
Options->Call Volume. But it doesn't currently remember this setting.

> I found the sound a little weak in the speaker, it's difficult to hear 
> somebody 
> in a noisy environment, is it possible to do a software boost ? I have 
> already 
> put 127 in control 4 of  /usr/share/openmoko/scenarios/gsmhandset.state, but 
> it's not enough.
> 
> - The alarm don't seem to awake the phone in deep sleep (need some tests: I 
> will try again and fill a bug report)
> 

known bug. patches welcome. :)

> - sometime when I look into my sim's contacts, there is nothing (but 
> everything is ok most of time)
> 
> - I have followed manually the instructions of the script when I have 
> installed my own compiled QTEi version, but for the bluetooth everything is 
> commented, and I can't install anything related to bluetooth with opkg ("opkg 
> search bluetooth" give nothing, "opkg install bluez-audio" says there is not 
> package of this name), so my BT is not working :( .
> It's not a big deal since I have usb cable, but I'd like to save my contacts, 
> and sending vcards via BT is a solution.
> 
> Anyway everything is very usable, again thanks to you and the other devs for 
> all the work.
> I have no time for the moment, but I'd like to install a dev environment to 
> give some help in the future :).
> 
> Cheers,
> Goffi
> 
> On lundi 1 juin 2009 21:02:29 Franky Van Liedekerke wrote:
>> (install instructions and script updated on 2090601: see below)
>>
>> It's been a while, but we haven't been sleeping :-)
>>
>> New website:
>> 
>> We have a new website now, thanks to Fale: http://www.qtmoko.org
>> There you can find all the latest changes, report bugs, etc ...
>>
>> IRC channel:
>> 
>> For those wanting to talk: on irc.freenode.net, channel #qtopia is open
>> for business.
>>
>> Things solved/added/changed:
>> 
>> See http://www.qtmoko.org/wiki/Change_log
>> See http://github.com/liedekef/qtmoko/commits/master for the changelog
>> in detail
>>
>> Problems found (more like small nuisances now):
>> ===
>> See http://www.qtmoko.org
>> - if you set the time back to something in the past, the clock service
>>   crashes and you need to restart qtextended if you want to use the
>>   clock again
>> - bluetooth is not working totally ok, only after initial boot it
>>   works, not after suspend/resume. Seems to be kernel/bluez3 version
>>   combo issue ... After suspend/resume bluetooth seems to work, but
>>   receiving files for sure doesn't.
>> - if you try to delete the "Wireless Lan", the system crashes ... cool
>>   huh, a crashed phone? So for now: don't do it :-)
>> - slow building up of the Contacts, because of all the sql queries for
>>   a*, b*, c*, ...
>>
>> Install instructions:
>> =
>> download the script
>> http://www.e-dynamics.be/openmoko/qtmoko_install.sh , read the
>> comments at the top and then execute the script on your openmoko (after
>> having flashed the device and made sure internet works).
>> The script has 2 options: "install" or "update". An update will just
>> download the tgz file and replace your current qtmoko with it.
>>
>> For those who just want to replace their existing qtmoko manually,
>> here's the link: http://www.e-dynamics.be/openmoko/qte_20090601.tgz .
>>
>> Enjoy!
>>
>> Franky
>>
>> ___
>> Openmoko community mailing list
>> community@lists.openmoko.org
>> http://lists.openmoko.org/mailman/listinfo/community
> 
> 
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
> 


-- 
Lorn Potter, Software Engineer, Qt Software R & D, Nokia


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-01 Thread Jim Morris
Franky Van Liedekerke wrote:
> (install instructions and script updated on 2090601: see below)
> 
> It's been a while, but we haven't been sleeping :-)

FYI...

I followed the instructions, and ran the script from ssh using the install 
option and it runs out of 
memory...

lib/fonts/dejavu_sans_condensed_36_75.qpf2
lib/fonts/dejavu_sans_condensed_10_50.qpf2
lib/fonts/dejavu_sans_condensed_21_75.qpf2
tar: write error: No space left on device

I'll do the install manually for now.

Thanks for your work on this.


-- 
Jim Morris, http://blog.wolfman.com

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-01 Thread Franky Van Liedekerke
Hi Goffi,

On Mon, 1 Jun 2009 23:22:40 +0200
Goffi  wrote:

> - I my knowledge, it is not possible to change the volume during a
> call, it would be nice to add a slider.
> I found the sound a little weak in the speaker, it's difficult to
> hear somebody in a noisy environment, is it possible to do a software
> boost ? I have already put 127 in control 4
> of  /usr/share/openmoko/scenarios/gsmhandset.state, but it's not
> enough.

well, there exists a patch for this, I need to take a look at it ...
for now, just boost the volume in the settings

> - The alarm don't seem to awake the phone in deep sleep (need some
> tests: I will try again and fill a bug report)

since you do this manually: you need to install the atd package, that's
responsible for waking up the phone ... see the install script for this.
O btw: I again disabled deep sleep, it is now again normal "sleep" :-)

Franky

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-01 Thread Fabio Locati
Thank you Goffi :)
About the BT: is all commented because qtmoko does not support bluez4
;). We are going to work on it ;).

On Mon, Jun 1, 2009 at 11:22 PM, Goffi  wrote:
> Thank you for all the great work ! I compile your git branch regularly and it
> works very well, it's my main distro for daily telephony (I keep an eye on
> OM2009 too ;) ).
>
> I have some questions/remarks:
>
> - I didn't found any option for sms delivery receipt, will QTEi have this
> option in the future ? It would be really handy :)
>
> - There is a french dictionary in the sources, but not activable during the
> configure (only en_US is available). I cheat by copying french dict on en_US
> files, but an option for other languages would be greatly appreciated (phone
> key are IMHO unusable with a foreigner dictionary).
> It would be very perfect to have the choice of the dict language when we use
> phone keys.
>
> - I my knowledge, it is not possible to change the volume during a call, it
> would be nice to add a slider.
> I found the sound a little weak in the speaker, it's difficult to hear 
> somebody
> in a noisy environment, is it possible to do a software boost ? I have already
> put 127 in control 4 of  /usr/share/openmoko/scenarios/gsmhandset.state, but
> it's not enough.
>
> - The alarm don't seem to awake the phone in deep sleep (need some tests: I
> will try again and fill a bug report)
>
> - sometime when I look into my sim's contacts, there is nothing (but
> everything is ok most of time)
>
> - I have followed manually the instructions of the script when I have
> installed my own compiled QTEi version, but for the bluetooth everything is
> commented, and I can't install anything related to bluetooth with opkg ("opkg
> search bluetooth" give nothing, "opkg install bluez-audio" says there is not
> package of this name), so my BT is not working :( .
> It's not a big deal since I have usb cable, but I'd like to save my contacts,
> and sending vcards via BT is a solution.
>
> Anyway everything is very usable, again thanks to you and the other devs for
> all the work.
> I have no time for the moment, but I'd like to install a dev environment to
> give some help in the future :).
>
> Cheers,
> Goffi
>
> On lundi 1 juin 2009 21:02:29 Franky Van Liedekerke wrote:
>> (install instructions and script updated on 2090601: see below)
>>
>> It's been a while, but we haven't been sleeping :-)
>>
>> New website:
>> 
>> We have a new website now, thanks to Fale: http://www.qtmoko.org
>> There you can find all the latest changes, report bugs, etc ...
>>
>> IRC channel:
>> 
>> For those wanting to talk: on irc.freenode.net, channel #qtopia is open
>> for business.
>>
>> Things solved/added/changed:
>> 
>> See http://www.qtmoko.org/wiki/Change_log
>> See http://github.com/liedekef/qtmoko/commits/master for the changelog
>> in detail
>>
>> Problems found (more like small nuisances now):
>> ===
>> See http://www.qtmoko.org
>> - if you set the time back to something in the past, the clock service
>>   crashes and you need to restart qtextended if you want to use the
>>   clock again
>> - bluetooth is not working totally ok, only after initial boot it
>>   works, not after suspend/resume. Seems to be kernel/bluez3 version
>>   combo issue ... After suspend/resume bluetooth seems to work, but
>>   receiving files for sure doesn't.
>> - if you try to delete the "Wireless Lan", the system crashes ... cool
>>   huh, a crashed phone? So for now: don't do it :-)
>> - slow building up of the Contacts, because of all the sql queries for
>>   a*, b*, c*, ...
>>
>> Install instructions:
>> =
>> download the script
>> http://www.e-dynamics.be/openmoko/qtmoko_install.sh , read the
>> comments at the top and then execute the script on your openmoko (after
>> having flashed the device and made sure internet works).
>> The script has 2 options: "install" or "update". An update will just
>> download the tgz file and replace your current qtmoko with it.
>>
>> For those who just want to replace their existing qtmoko manually,
>> here's the link: http://www.e-dynamics.be/openmoko/qte_20090601.tgz .
>>
>> Enjoy!
>>
>> Franky
>>
>> ___
>> Openmoko community mailing list
>> community@lists.openmoko.org
>> http://lists.openmoko.org/mailman/listinfo/community
>
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>



-- 
Fabio A Locati

Home: Segrate, Milan, Italy (GMT +1)
Phone: +39-328-3799681
MSN/Jabber/E-Mail: fabioloc...@gmail.com

PGP Key: 9EF6 3C79 F6DF 76CD 770A 43A1 DCCB 415C 9656 3334

Envolved in: KDE, OpenStreetMap, Ubuntu, Wikimedia
Sent from Milano, Lombardia, Italia

___
Openmoko community mailing list
community@lists.openmoko.org
ht

Re: [QtExtended] Latest and greatest, progress mail 12

2009-06-01 Thread Goffi
Thank you for all the great work ! I compile your git branch regularly and it 
works very well, it's my main distro for daily telephony (I keep an eye on 
OM2009 too ;) ).

I have some questions/remarks:

- I didn't found any option for sms delivery receipt, will QTEi have this 
option in the future ? It would be really handy :)

- There is a french dictionary in the sources, but not activable during the 
configure (only en_US is available). I cheat by copying french dict on en_US 
files, but an option for other languages would be greatly appreciated (phone 
key are IMHO unusable with a foreigner dictionary).
It would be very perfect to have the choice of the dict language when we use 
phone keys.

- I my knowledge, it is not possible to change the volume during a call, it 
would be nice to add a slider.
I found the sound a little weak in the speaker, it's difficult to hear somebody 
in a noisy environment, is it possible to do a software boost ? I have already 
put 127 in control 4 of  /usr/share/openmoko/scenarios/gsmhandset.state, but 
it's not enough.

- The alarm don't seem to awake the phone in deep sleep (need some tests: I 
will try again and fill a bug report)

- sometime when I look into my sim's contacts, there is nothing (but 
everything is ok most of time)

- I have followed manually the instructions of the script when I have 
installed my own compiled QTEi version, but for the bluetooth everything is 
commented, and I can't install anything related to bluetooth with opkg ("opkg 
search bluetooth" give nothing, "opkg install bluez-audio" says there is not 
package of this name), so my BT is not working :( .
It's not a big deal since I have usb cable, but I'd like to save my contacts, 
and sending vcards via BT is a solution.

Anyway everything is very usable, again thanks to you and the other devs for 
all the work.
I have no time for the moment, but I'd like to install a dev environment to 
give some help in the future :).

Cheers,
Goffi

On lundi 1 juin 2009 21:02:29 Franky Van Liedekerke wrote:
> (install instructions and script updated on 2090601: see below)
>
> It's been a while, but we haven't been sleeping :-)
>
> New website:
> 
> We have a new website now, thanks to Fale: http://www.qtmoko.org
> There you can find all the latest changes, report bugs, etc ...
>
> IRC channel:
> 
> For those wanting to talk: on irc.freenode.net, channel #qtopia is open
> for business.
>
> Things solved/added/changed:
> 
> See http://www.qtmoko.org/wiki/Change_log
> See http://github.com/liedekef/qtmoko/commits/master for the changelog
> in detail
>
> Problems found (more like small nuisances now):
> ===
> See http://www.qtmoko.org
> - if you set the time back to something in the past, the clock service
>   crashes and you need to restart qtextended if you want to use the
>   clock again
> - bluetooth is not working totally ok, only after initial boot it
>   works, not after suspend/resume. Seems to be kernel/bluez3 version
>   combo issue ... After suspend/resume bluetooth seems to work, but
>   receiving files for sure doesn't.
> - if you try to delete the "Wireless Lan", the system crashes ... cool
>   huh, a crashed phone? So for now: don't do it :-)
> - slow building up of the Contacts, because of all the sql queries for
>   a*, b*, c*, ...
>
> Install instructions:
> =
> download the script
> http://www.e-dynamics.be/openmoko/qtmoko_install.sh , read the
> comments at the top and then execute the script on your openmoko (after
> having flashed the device and made sure internet works).
> The script has 2 options: "install" or "update". An update will just
> download the tgz file and replace your current qtmoko with it.
>
> For those who just want to replace their existing qtmoko manually,
> here's the link: http://www.e-dynamics.be/openmoko/qte_20090601.tgz .
>
> Enjoy!
>
> Franky
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community