Re: ffalarms 0.3 -- recurring alarms

2009-10-25 Thread jeremy jozwik
2009/10/25 Łukasz Pankowski :
> Hi
>
> I have just released ffalarms 0.3, it adds recurring alarms, please test
> it before depending on it.

fantastic! more then willing to test this. thanks.

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


ffalarms 0.3 -- recurring alarms

2009-10-25 Thread Łukasz Pankowski
Hi

I have just released ffalarms 0.3, it adds recurring alarms, please test
it before depending on it.

For me the most missing feature now is being able to edit the alarms and
postponing in the acknowledge window.  Ideas and comments are welcome.


Notes:
- add support for recurring alarms, attaching messages to alarms, and
  choosing alarm date from a calendar

- add configuration option for alarm volume, alarm_script and alsa_state

Download:
http://projects.openmoko.org/frs/?group_id=260&release_id=580
(I also provide libical, in case it is not in your distro)

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


Re: Multiple Distro's..

2009-10-25 Thread Aditya Gandhi
Thanks a lot to all of you for the help Will reply as soon as I start
playing around with my freerunner 
Still waiting for it


On Sun, Oct 25, 2009 at 4:39 PM, Torfinn Ingolfsen  wrote:

> Hi,
>
>
> On Sat, Oct 24, 2009 at 4:08 PM, Marc Bantle  wrote:
>
>> Various efforts have been made to supply a
>> bootmenu for qi (e.g. by using kexec).
>> I don't know whether they where successful.
>>
>
> A few proof-of-concept have beene shown, but so far nobody have shown a
> complete solution or a step-by-step guide.
> So us "mere users" doesn't have a working bootmenu with Qi yet.
> --
> Regards,
> Torfinn Ingolfsen
>
> ___
> 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: [SHR] Accelerometers

2009-10-25 Thread Robin Paulson
2009/10/26 Ivo van den Maagdenberg :
> No luck. The paths specified on the page you refer to do not exits on the
> SHR release.

try the accelerometers page - you might find more help on there

http://wiki.openmoko.org/wiki/Accelerometer_data_retrieval

at the very least, you should be able to use one of those scripts to
read the data

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


Re: [SHR] Accelerometers

2009-10-25 Thread Al Johnson
On Sunday 25 October 2009, Ivo van den Maagdenberg wrote:
> 2009/10/25 Frederik Sdun 
> 
> > * Iain B. Findleton  [25.10.2009 13:19]:
> > > Where is the device control for the accelerometers on SHR? Was
> > > /sys/bus/platform/devices/ls302dl.1/2 or some such on the OM distros.
> > >
> > > ___
> > > Openmoko community mailing list
> > > community@lists.openmoko.org
> > > http://lists.openmoko.org/mailman/listinfo/community
> >
> > here's an overview of the sysfs paths:
> > http://wiki.openmoko.org/wiki/GTA02_sysfs#Accelerometers
> 
> No luck. The paths specified on the page you refer to do not exits on the
> SHR release.
> r...@om-gta02 ~ $ ls -a /sys/devices/platform/
> .physmap-flash.0  s3c2440-sdi  s3c-ohci
> ..   powers3c2440-uart.0   soc-audio
> gta02-led.0  s3c2410-iis  s3c2440-uart.1   uevent
> gta02-pm-wlan.0  s3c2410-wdt  s3c2440-uart.2
> neo1973-memconfig.0  s3c2440-i2c  s3c2440-usbgadget
> neo1973-version.0s3c2440-nand s3c24xx_pwm.0
> 
> http://wiki.openmoko.org/wiki/Accelerometer_data_retrieval#The_.2Fsys_inter
> facedoes neither point to the right direction in the SHR case.
> 
> Any other suggestions how to manipulate the accelerometers?

This is a case of a wiki page in need of an update because it only makes sense 
if you already know what it means ;-)

Note the first line on the page:
"NOTE: These only apply to Linux kernel 2.6.24, 2.6.28 has different paths 
(see below)"

The #Accelerometers link you were given points to the paths for 2.6.24 which 
have explanations, but aren't used by any current distro. Below that is a 
section that says what each path from 2.6.24 changed to in 2.6.28 and later, 
and are used by all current distros. Scroll to the very end of the page and 
you'll find the answer you were looking for.

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


Re: [SHR] Accelerometers

2009-10-25 Thread Ivo van den Maagdenberg
2009/10/25 Frederik Sdun 

> * Iain B. Findleton  [25.10.2009 13:19]:
> > Where is the device control for the accelerometers on SHR? Was
> > /sys/bus/platform/devices/ls302dl.1/2 or some such on the OM distros.
> >
> > ___
> > Openmoko community mailing list
> > community@lists.openmoko.org
> > http://lists.openmoko.org/mailman/listinfo/community
> here's an overview of the sysfs paths:
> http://wiki.openmoko.org/wiki/GTA02_sysfs#Accelerometers
>
>
No luck. The paths specified on the page you refer to do not exits on the
SHR release.
r...@om-gta02 ~ $ ls -a /sys/devices/platform/
.physmap-flash.0  s3c2440-sdi  s3c-ohci
..   powers3c2440-uart.0   soc-audio
gta02-led.0  s3c2410-iis  s3c2440-uart.1   uevent
gta02-pm-wlan.0  s3c2410-wdt  s3c2440-uart.2
neo1973-memconfig.0  s3c2440-i2c  s3c2440-usbgadget
neo1973-version.0s3c2440-nand s3c24xx_pwm.0

http://wiki.openmoko.org/wiki/Accelerometer_data_retrieval#The_.2Fsys_interfacedoes
neither point to the right direction in the SHR case.

Any other suggestions how to manipulate the accelerometers?
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR] Accelerometers

2009-10-25 Thread Frederik Sdun
* Iain B. Findleton  [25.10.2009 13:19]:
> Where is the device control for the accelerometers on SHR? Was
> /sys/bus/platform/devices/ls302dl.1/2 or some such on the OM distros.
> 
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
here's an overview of the sysfs paths:
http://wiki.openmoko.org/wiki/GTA02_sysfs#Accelerometers
-- 
IRC: playya @ Freenode, Gimpnet
xmpp: pla...@draugr.de


signature.asc
Description: Digital signature
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: #1024-rework service available

2009-10-25 Thread Rui Miguel Silva Seabra
On Thu, Oct 22, 2009 at 08:16:59AM +0200, Dr. H. Nikolaus Schaller wrote:
> How to test if my devices works or needs rework
> 
>   • obtain a command line (e.g. ssh from outside)
>   • open /usr/bin/mickeyterm
>   • type these commands (one after the other)
> AT+CFUN?
> AT+CFUN="1" --- only if CFUN? does not report 1
> AT+CPIN="insert your pin"
> AT%SLEEP=4
> AT%CSQ=1
> AT+CREG=2
> AT+COPS=0,0
>   • wait some minutes. If you see +CREG: 0 and/or %CSQ: 99, 99, 0 your  
> device is "recamping".
> 
> here a good device:
> +CREG: 2
> +CREG: 1,"033F","5BC4"
> %CSQ: 13, 99, 1
> %CSQ: 7, 99, 0
> %CSQ: 10, 99, 1
> +CREG: 1,"033F","2992"
> %CSQ: 18, 99, 2
> %CSQ: 15, 99, 1
> and here a bad device:
> +CREG: 2
> +CREG: 1,"033F","2992"
> %CSQ: 15, 99, 1
> +CREG: 0
> %CSQ: 99, 99, 0
> +CREG: 1,"033F","2992"
> %CSQ: 18, 99, 2
> +CREG: 0
> %CSQ: 99, 99, 0
> +CREG: 1,"033F","2992"
> %CSQ: 17, 99, 1
> +CREG: 0


Can you give me an estimate of how much and how long it would take to send
a fixed freerunner from your place to Portugal?

I want to know the total cost before deciding wether to order it from you...

Thanks,
Rui

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


[SHR] Accelerometers

2009-10-25 Thread Iain B. Findleton
Where is the device control for the accelerometers on SHR? Was
/sys/bus/platform/devices/ls302dl.1/2 or some such on the OM distros.

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


Re: QtMoko & TangoGPS 0.9.7-1

2009-10-25 Thread Vincent Meurisse
On Friday 23 October 2009 19:51:42 ghislain wrote:
> FYI:
> 
> To install TangoGPS 0.9.7-1...
Added to qtmoko.meurisse.org

To  use :
1) Add line "deb http://qtmoko.meurisse.org /" to /etc/apt/source.list
2) apt-get update
3) apt-get install tangogps

PS: I have no time to test it. Please report any issue.


-- 
Vincent Meurisse

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


Re: Multiple Distro's..

2009-10-25 Thread Torfinn Ingolfsen
Hi,

On Sat, Oct 24, 2009 at 4:08 PM, Marc Bantle  wrote:

> Various efforts have been made to supply a
> bootmenu for qi (e.g. by using kexec).
> I don't know whether they where successful.
>

A few proof-of-concept have beene shown, but so far nobody have shown a
complete solution or a step-by-step guide.
So us "mere users" doesn't have a working bootmenu with Qi yet.
-- 
Regards,
Torfinn Ingolfsen
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtMoko] minor questions

2009-10-25 Thread ghislain


Radek Polak wrote:
> 
>> Fifth is - I did apt-get update and had about 14 not upgraded packages.
>> Is it safe for now to do and upgrade for the system software from lenny
>> repository?
> 
> Yes it should be safe unless the packages arent somehow broken.
> 
When upgrading the packages some screens in QtMoko freezes up (eg. setting
time).
I don't know which package is responsible for the freezing.

-- 
View this message in context: 
http://n2.nabble.com/QtMoko-minor-questions-tp3876973p3887100.html
Sent from the Openmoko Community mailing list archive at Nabble.com.

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