Re: QtMoko navit wrapper script, clock stays on

2012-08-20 Thread Patryk Benderz
[cut]
Hi Peter,
Have you tried starting Navit as you described:
 #!/bin/sh
 /opt/qtmoko/bin/gps-poweron.sh
+/opt/qtmoko/bin/checknavitgpsoff.sh 
 /opt/qtmoko/bin/navit.bin 

...and additionally have something like this (checknavitgpsoff.sh)
running in background:
#!/bin/sh
#
# Defining variables:
logfile=/var/log/checknavitgpsoff.log
sleeptime=10
# Initial sleep, to let Navit start:
sleep ${sleeptime}
# Loop search for Navit process:
while
do
  ps ax|grep -v 'grep'|grep 'navit'
  if (($?==0))
  then
echo `date +%F %X`: Navit still running...  ${logfile}
sleep ${sleeptime}
  else
echo `date +%F %X`: Unable to find Navit PID. Turning off GPS.  
${logfile}
/opt/qtmoko/bin/gps-poweroff.sh
break
# or 'exit 0' instead of break
  fi
done

-- 
Patryk LeadMan Benderz
Linux Registered User #377521
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments


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


any collaboration with bodhilinux possible

2012-08-20 Thread robin
I have just tried out the new bodhilinux 2.0 which made my old
ibm x31 nice and fast again. I have seen that there is an arm port as well
based on debian wheezy [1], actually it is armhf. as bodhilinux seems to
have quite a nice size of community around it, I was wondering if there are
any possibilities mix/integrate it with SHR or QtMoko?

robin

[1] 
http://jeffhoogland.blogspot.de/2012/08/bodhis-arm-branch-moves-to-armhf.html


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


Re: QtMoko navit wrapper script, clock stays on

2012-08-20 Thread Peter Fey

Hi Patryk,

it works. Thanks a lot
Peter

Am 20.08.2012 08:56, schrieb Patryk Benderz:

#!/bin/sh
/opt/qtmoko/bin/gps-poweron.sh
+/opt/qtmoko/bin/checknavitgpsoff.sh

/opt/qtmoko/bin/navit.bin

...and additionally have something like this (checknavitgpsoff.sh)
running in background:
#!/bin/sh
#
# Defining variables:
logfile=/var/log/checknavitgpsoff.log
sleeptime=10
# Initial sleep, to let Navit start:
sleep ${sleeptime}
# Loop search for Navit process:
while
do
   ps ax|grep -v 'grep'|grep 'navit'
   if (($?==0))
   then
 echo `date +%F %X`: Navit still running...  ${logfile}
 sleep ${sleeptime}
   else
 echo `date +%F %X`: Unable to find Navit PID. Turning off GPS.  
${logfile}
 /opt/qtmoko/bin/gps-poweroff.sh
 break
 # or 'exit 0' instead of break
   fi
done




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


QtMoko v47 for Freerunner

2012-08-20 Thread Radek Polak
Hi,
QtMoko v47 for Freerunner is now ready for download here [1]. You can visit 
our homepage for more info [2].

On our homepage you can see the detailed list of changes in News section.

Most notable change is upgrade Qt to 4.7 version and new web browser 
(Yberbrowser) which renders nicely web pages and is touch friendly. You can 
see it in action here [3].

There are also many other changes like displaying current_now on homescreen, 
improved GPS, qmplayer and other stuff.

Btw i was not able to get fix in v47 - maybe my antena is not mounted properly, 
becasue i can see NMEA on the serial port.

I hope you will enjoy the release and there are no regressions.

Regards

Radek

[1] http://sourceforge.net/projects/qtmoko/files/GTA02/
[2] http://qtmoko.sourceforge.net/
[3] http://www.youtube.com/watch?v=KZBUr_Qs3Zk

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


Re: QtMoko v47 for Freerunner

2012-08-20 Thread Dmitry Shalnoff

Hi Radeka and all,

Thank you and all contributors for great distro! To my mind it's the 
best with equitation with all others for Freerunner existed.


by the way, what happened with www.qtmoko.org? Do you plan to move 
everything somewhere? There was all QTMOKO repos, if I'm not mistaken. 
Where is all QTMOKO repos now?


best regards,
Dmitry

On 20/08/12 20:18, Radek Polak wrote:

Hi,
QtMoko v47 for Freerunner is now ready for download here [1]. You can visit
our homepage for more info [2].

On our homepage you can see the detailed list of changes in News section.

Most notable change is upgrade Qt to 4.7 version and new web browser
(Yberbrowser) which renders nicely web pages and is touch friendly. You can
see it in action here [3].

There are also many other changes like displaying current_now on homescreen,
improved GPS, qmplayer and other stuff.

Btw i was not able to get fix in v47 - maybe my antena is not mounted properly,
becasue i can see NMEA on the serial port.

I hope you will enjoy the release and there are no regressions.

Regards

Radek

[1] http://sourceforge.net/projects/qtmoko/files/GTA02/
[2] http://qtmoko.sourceforge.net/
[3] http://www.youtube.com/watch?v=KZBUr_Qs3Zk

___
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


Media-Player

2012-08-20 Thread Dmitry Shalnoff

Hi everybody,

Is anybody know how to add music files in Media-Player? this instruction 
doesn't gives any results

http://wiki.openmoko.org/wiki/QtMoko#MP3_Audio

thank you in advance for help!

regards,
Dmitry

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


QTPlayer

2012-08-20 Thread Dmitry Shalnoff

Hi again,

just one more question that I can't find any hint for. When I play music 
in QTPlayer, it changes the video mode by some reason (and interface 
stretches outside the screen). How could I prevent it?


thank you in advance for help :)

cheers,
Dmitry

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