[QTmoko debian] How to change display brightness / sound volume from command line

2011-11-13 Thread robin
Hi is there anything similiar to the fso commands to set the display brightness in qtmoko v36? I would like to extend my navit xml by a button to automatically dim to 10% (first click) and back to 90% (second click). ___ Openmoko community mailing

navit / making announcement not execute a command line call as well

2011-11-13 Thread robin
Maybe someone from the openmoko list is using navit and has an idea if one can make the announcement tag not only announce the the next direction to turn to but also to execute a command as well. My idea would be to have navit fully dimmed if one is travelling on the correct path. Once

Re: [QTmoko debian] How to change display brightness / sound volume from command line

2011-11-13 Thread Timo Juhani Lindfors
robin spielr...@web.de writes: is there anything similiar to the fso commands to set the display brightness in om backlight brightness 10 sets it to 10% ___ Openmoko community mailing list community@lists.openmoko.org

Re: navit / making announcement not execute a command line call as well

2011-11-13 Thread Ed Kapitein
Hi Robin, I have something like this in my navit.xml: speech type=cmdline data=/home/navit/scripts/say_it.sh '%s'/ and /home/navit/scripts/say_it.sh is a script that does some post processing for speech, but you can make it do anything i guess. The %s is passed on to the script as command line

ffalarms custom command

2010-05-19 Thread Petr Vanek
i have been using ffalarms daily and really like it. thanks for it! have one feature request - in reality, it makes a really great atd frontend :), would it be possible to implement a feature to choose whether alarm should be sound or not and also to run custom command? As all the other structure

Re: ffalarms custom command

2010-05-19 Thread Łukasz Pankowski
custom command? As all the other structure is there and it makes little sense to start a second project with very similar aim, this could nicely provide a way to auto turn off our freerunner in the evening and do wake in the morning... as well as run and manage automated events... Hi

Re: Triggering Literki from command line?

2010-04-16 Thread Neil Jerram
On 16 April 2010 05:10, Alex Teiche xelap...@gmail.com wrote: Hey everyone, is there a way to make literki pop up from the command line?  I want it to happen from within a shell script.  Hackable:1 does it somehow, but I can't figure it out from the source code. literki But is that what you

Re: Triggering Literki from command line?

2010-04-16 Thread Michal Brzozowski
2010/4/16, Alex Teiche xelap...@gmail.com: Hey everyone, is there a way to make literki pop up from the command line? I want it to happen from within a shell script. Hackable:1 does it somehow, but I can't figure it out from the source code. Thanks! Sorry, it's not possible. It shouldn't

Re: Triggering Literki from command line?

2010-04-16 Thread Timo Jyrinki
2010/4/16 Neil Jerram neiljer...@googlemail.com: literki But is that what you meant? He certainly meant unhiding the keyboard of already running literki process. -Timo ___ Openmoko community mailing list community@lists.openmoko.org

Re: Triggering Literki from command line?

2010-04-16 Thread Jens Seidel
On Fri, Apr 16, 2010 at 07:43:09PM +0300, Timo Jyrinki wrote: 2010/4/16 Neil Jerram neiljer...@googlemail.com: literki But is that what you meant? He certainly meant unhiding the keyboard of already running literki process. In this case I'm sure xwit can do it. It allows access to many

Triggering Literki from command line?

2010-04-15 Thread Alex Teiche
Hey everyone, is there a way to make literki pop up from the command line? I want it to happen from within a shell script. Hackable:1 does it somehow, but I can't figure it out from the source code. Thanks! ___ Openmoko community mailing list

[shr-u 20100306] new power key command action params

2010-03-25 Thread jeremy jozwik
last night i just re-flashed to shr-u 20100306. after the reflash i was playing around in illum2 and remapped some keys. i have now lost the power key command action parameter and would like to know what the default command should be. pressing restore defaults in the enlightenment key bindings

[shr] terminal command for keyboard setting

2009-10-24 Thread jeremy jozwik
is there a way to set the none keyboard via a terminal command? that way i can just make the desktop icon read a script file that enables the keyboard for what ever packages crash the most. - jeremy ___ Openmoko community mailing list community

Re: [shr] terminal command for keyboard setting

2009-10-24 Thread Lars Hennig
packages that generate this error, so that got me thinking is there a way to set the none keyboard via a terminal command? I prefer literki, too. But I went back to qwo instead. Reason is: Even if I tried to exchange the illume keyboard with a dummy skript, the enlightenment error occured as if you

Re: [shr] terminal command for keyboard setting

2009-10-24 Thread jeremy jozwik
On Sat, Oct 24, 2009 at 8:02 AM, Lars Hennig n...@el-hennig.de wrote: I prefer literki, too. But I went back to qwo instead. Reason is: Even if I tried to exchange the illume keyboard with a dummy skript, the enlightenment error occured as if you chose none as keyboard. The only thing you can

Re: [shr] terminal command for keyboard setting

2009-10-24 Thread Michal Brzozowski
2009/10/24 jeremy jozwik jerjoz.for...@gmail.com On Sat, Oct 24, 2009 at 8:02 AM, Lars Hennig n...@el-hennig.de wrote: I prefer literki, too. But I went back to qwo instead. Reason is: Even if I tried to exchange the illume keyboard with a dummy skript, the enlightenment error occured as

Re: Using gps from command line

2009-07-21 Thread David Fokkema
On Sat, 2009-07-18 at 20:13 +0200, Laszlo KREKACS wrote: So anybody can show me a working code using the gps through frameworkd? Like this? import dbus import time bus = dbus.SystemBus() usage = bus.get_object('org.freesmartphone.ousaged', '/org/freesmartphone/Usage')

Using gps from command line

2009-07-18 Thread Laszlo KREKACS
Hi! I tried to follow a gps tutorial on my freeerunner using om2009.t5: http://totalueberwachung.de/blog/2008/10/14/fso-tutorial-part-1-gps cli-framework usageiface.RequestResource(GPS) gpsposition.GetPosition() And it only returns with (0, 0, 0.0, 0.0, 0.0). I thought it is because it didnt

Re: at command

2009-07-13 Thread Rask Ingemann Lambertsen
On Tue, Jul 07, 2009 at 02:37:22PM -0700, Test wrote:   I am playing w/ some AT commands. If you know what are these AT commands for? let me know, and also how to use them? AT+CLVL is documented in the 3GPP 07.07 and 27.007 specs which you can find here:

at command

2009-07-07 Thread Test
  I am playing w/ some AT commands. If you know what are these AT commands for? let me know, and also how to use them?   at+frq at+clvl at+fpw   thanks ___ Openmoko community mailing list community@lists.openmoko.org

Re: at command

2009-07-07 Thread Reid Thompson
___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community google at modem command set ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman

Re: at command

2009-07-07 Thread Mike Montour
Test wrote: I am playing w/ some AT commands. If you know what are these AT commands for? let me know, and also how to use them? AT+CLVL sets the audio output volume from the Calypso (see for example http://docs.openmoko.org/trac/ticket/2121). I don't know about the others but one of the

Re: Command-line Yaouh! clone

2009-04-26 Thread rhn
be downloaded, removing old files and command-line operation. I think merging both programs would be the best. I'd do it myself, but I couldn't find my way through the code... -- Cheers, rhn ___ Openmoko community mailing list community

Re: Command-line Yaouh! clone

2009-04-24 Thread rixed
Personally I'd like to be able to dump tangogps (or similar that uses png tiles) and use something that's able to render the map from vector data. Roadmap ? (available on maemo, not tried on openmoko yet) ___ Openmoko community mailing list

Re: Command-line Yaouh! clone

2009-04-24 Thread Helge Hafting
rhn wrote: On Thu, 23 Apr 2009 15:45:28 +0200, Helge Hafting helge.haft...@hist.no wrote: Risto H. Kurppa wrote: On Thu, Apr 23, 2009 at 4:11 PM, Helge Hafting helge.haft...@hist.no wrote: These here sound good to me to have around (in Yaouh, too) * skipping files modified recently How

Command-line Yaouh! clone

2009-04-23 Thread rhn
rules (currently, the fallback lists are different for diffferent zoom levels) It doesn't: * take any command-line parameters * have a GUI * check md5 (it's not really needed with If-Modified-Since * download in multiple threads It's written in Python, so it could be used to improve Yaouh

Re: Command-line Yaouh! clone

2009-04-23 Thread Carlo Minucci
rhn ha scritto: This program was started before Yaouh! was published. Initially, it only downloaded the empty tiles, so I called it fill_gaps.py. For a long time, I felt it's sufficient, so I didn't change it. Recently, I decided that I need something smarter - I tried out Yaouh!, which didn't

Re: Command-line Yaouh! clone

2009-04-23 Thread Risto H. Kurppa
On Thu, Apr 23, 2009 at 11:40 AM, Carlo Minucci ge...@napodano.com wrote: which funcionality do you want on yaouh? :) These here sound good to me to have around (in Yaouh, too) * skipping files modified recently * forcing download empty tiles Does someone actally know how much load it creates

Re: Command-line Yaouh! clone

2009-04-23 Thread Helge Hafting
Risto H. Kurppa wrote: On Thu, Apr 23, 2009 at 11:40 AM, Carlo Minucci ge...@napodano.com wrote: which funcionality do you want on yaouh? :) These here sound good to me to have around (in Yaouh, too) * skipping files modified recently How recent would that be? I run yaouh to get the

Re: Command-line Yaouh! clone

2009-04-23 Thread Risto H. Kurppa
On Thu, Apr 23, 2009 at 4:11 PM, Helge Hafting helge.haft...@hist.no wrote: These here sound good to me to have around (in Yaouh, too) * skipping files modified recently How recent would that be? I run yaouh to get the latest tiles where I have updated the map. Of course, this is often the

Re: Command-line Yaouh! clone

2009-04-23 Thread Helge Hafting
Risto H. Kurppa wrote: On Thu, Apr 23, 2009 at 4:11 PM, Helge Hafting helge.haft...@hist.no wrote: These here sound good to me to have around (in Yaouh, too) * skipping files modified recently How recent would that be? I run yaouh to get the latest tiles where I have updated the map. Of

Re: Command-line Yaouh! clone

2009-04-23 Thread Yoann ARNAUD
Risto H. Kurppa a écrit : So 300MB of tiles with 30% updated it would generate (5+10*30)*300 kB = 89MB or so.. ok.. I wonder if it's ok for OSM people if people start doing it like this a lot more than they now do. This has already been discussed in OpenstreetMap Talk-fr. A guy from bearstech

Re: Command-line Yaouh! clone

2009-04-23 Thread Alex (Maxious) Sadleir
On Thu, Apr 23, 2009 at 11:44 PM, Yoann ARNAUD yarn...@crans.org wrote: Risto H. Kurppa a écrit : So 300MB of tiles with 30% updated it would generate (5+10*30)*300 kB = 89MB or so.. ok.. I wonder if it's ok for OSM people if people start doing it like this a lot more than they now do.

Re: Command-line Yaouh! clone

2009-04-23 Thread Stefan Monnier
) integrated into TangoGPS (probably by first making clear that the download operation only fills holes in the cache and doesn't refetch things that are already cached, and then by providing a new command refresh all the tiles in the current area (above and below)). Stefan

Re: Command-line Yaouh! clone

2009-04-23 Thread rhn
On Thu, 23 Apr 2009 15:45:28 +0200, Helge Hafting helge.haft...@hist.no wrote: Risto H. Kurppa wrote: On Thu, Apr 23, 2009 at 4:11 PM, Helge Hafting helge.haft...@hist.no wrote: These here sound good to me to have around (in Yaouh, too) * skipping files modified recently How recent would

Re: Command-line Yaouh! clone

2009-04-23 Thread Risto H. Kurppa
things that are already cached, and then by providing a new command refresh all the tiles in the current area (above and below)). Personally I'd like to be able to dump tangogps (or similar that uses png tiles) and use something that's able to render the map from vector data. ~ something that Navit

Re: Command-line Yaouh! clone

2009-04-23 Thread The Digital Pioneer
I second that motion. :P I downloaded the planet.bin vector map just so I would have it when I got a hold of a app to use it, but I can't figure out Navit and I like TangoGPS's UI anyways. ___ Openmoko community mailing list community@lists.openmoko.org

Re: Command-line Yaouh! clone

2009-04-23 Thread Robin Paulson
2009/4/24 Alex (Maxious) Sadleir maxi...@gmail.com: This is something OSM should get into. I would like to get all the kinds of things Cloudmade offer (navit? osm/xml?) for all of Australia but only for my city. Does OSM currently have a way of working out the boundary-box of a city? If not,

Missing MAKE Command

2009-04-13 Thread waqar afridi
Hello All I have missing *make* Command in my Openmoko, when i try to build something, i can not because of *make*. Where can i download it from. if its in Source code, then how to compile it. and if u want me to download it directly to phone using *opkg*, plzz also mention the command

Re: Illume - Command line to display the keyboard ?

2009-03-22 Thread Marco Trevisan (Treviño)
Yaroslav Halchenko wrote: thanks for the snippet! but imho the best (and proper) way would be to create an illume action (not external script) so it could be assignable to a shortcut I agree. However this one works also with non-illume keyboards... That's why I've used this approach. If I'll

Re: Illume - Command line to display the keyboard ?

2009-03-18 Thread Francesco de Virgilio
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 kimaidou ha scritto: Oups, sorry I just had not thought there was some help ! Thanks a lot, it works well. I think you should package it into an simple ipk file, and put it on opkg.org http://opkg.org, so that everybody can enjoy it ! Yeah,

Re: Illume - Command line to display the keyboard ?

2009-03-18 Thread Yaroslav Halchenko
thanks for the snippet! but imho the best (and proper) way would be to create an illume action (not external script) so it could be assignable to a shortcut On Wed, 18 Mar 2009, Francesco de Virgilio wrote: kimaidou ha scritto: Oups, sorry I just had not thought there was some help !

Re: Illume - Command line to display the keyboard ?

2009-03-13 Thread kimaidou
10:17:13 +0100 kimaidou kimai...@gmail.com wrote: Hi! Hum, I tried again, and from SSH too, but the command /home/root/Scripts/illume-kbd-show does not hide the keyboard if it is here. Could you send by email the binary you are using ? (if possible) NB: I am using this file : http

Re: Illume - Command line to display the keyboard ?

2009-03-12 Thread kimaidou
Hi! Hum, I tried again, and from SSH too, but the command /home/root/Scripts/illume-kbd-show does not hide the keyboard if it is here. Could you send by email the binary you are using ? (if possible) NB: I am using this file : http://3v1n0.tuxfamily.org/openmoko/illume-kbd-show Thanks Kimaidou

Re: Illume - Command line to display the keyboard ?

2009-03-12 Thread Joel Newkirk
On Thu, 12 Mar 2009 10:17:13 +0100 kimaidou kimai...@gmail.com wrote: Hi! Hum, I tried again, and from SSH too, but the command /home/root/Scripts/illume-kbd-show does not hide the keyboard if it is here. Could you send by email the binary you are using ? (if possible) NB: I am using

Re: Illume - Command line to display the keyboard ?

2009-03-11 Thread kimaidou
Hi Thanks very much for sharing your tool ! I am using SHR + Illume, and I would like to make the illume keyboard appear when short clicking on AUX. So I went to the Illume configuration -- Input -- Key Bindings, and added the command /home/root/Scripts/illume-kbd-show on the Aux press

Re: Illume - Command line to display the keyboard ?

2009-03-11 Thread Marco Trevisan (Treviño)
kimaidou wrote: Thanks very much for sharing your tool ! I am using SHR + Illume, and I would like to make the illume keyboard appear when short clicking on AUX. So I went to the Illume configuration -- Input -- Key Bindings, and added the command /home/root/Scripts/illume-kbd-show on the Aux

Illume - Command line to display the keyboard ?

2009-03-10 Thread kimaidou
Hi all I am running SHR testing, and I am trying to display the keyboard with a very short press on AUX (like under Hackable:1). To map the keys, I use illume configuration : Input Key binding. I have not found with google and wiki search how to display the keyboard, such as when clicking on the

Re: Open IPKG packages from command line

2009-03-09 Thread Risto H. Kurppa
On Mon, Mar 9, 2009 at 3:12 AM, Stefan Monnier monn...@iro.umontreal.ca wrote: I have been able to extract some packages by using tar -zxvf after renaming the extension to tar.gz - though I cant with all packages (and I dont know why). Try it with `file': it will usually tell you what kind of

Re: Open IPKG packages from command line

2009-03-09 Thread Stefan Monnier
AFAIK file should return you a 'debian binary' file format for ipk packages now. Duh, it does now indeed. I can see why it can be useful, but for it would also sometimes be useful to know that it's a subtype of `ar'. Stefan ___ Openmoko

Re: Open IPKG packages from command line

2009-03-08 Thread Rask Ingemann Lambertsen
On Tue, Feb 17, 2009 at 10:10:14AM +0100, Kasper Johansen wrote: Hi list. Is it possible to extract a IPK-package (some_package.ipk)? I do not want to install anything - just inspect the package on my Ubuntu-machine. man dpkg-deb I have been able to extract some packages by using tar

Re: Open IPKG packages from command line

2009-03-08 Thread Risto H. Kurppa
On Sun, Mar 8, 2009 at 9:55 PM, Rask Ingemann Lambertsen r...@sygehus.dk wrote: On Tue, Feb 17, 2009 at 10:10:14AM +0100, Kasper Johansen wrote: Hi list. Is it possible to extract a IPK-package (some_package.ipk)? I do not want to install anything - just inspect the package on my

Re: Open IPKG packages from command line

2009-03-08 Thread Stefan Monnier
I have been able to extract some packages by using tar -zxvf after renaming the extension to tar.gz - though I cant with all packages (and I dont know why). Try it with `file': it will usually tell you what kind of file you're looking at. `ipkg' packages have used various formats over time,

Open IPKG packages from command line

2009-02-17 Thread Kasper Johansen
Hi list. Is it possible to extract a IPK-package (some_package.ipk)? I do not want to install anything - just inspect the package on my Ubuntu-machine. I have been able to extract some packages by using tar -zxvf after renaming the extension to tar.gz - though I cant with all packages (and I

Re: Open IPKG packages from command line

2009-02-17 Thread Gunnar Aastrand Grimnes
.ipk are like debian (or indeed ubuntu) packages, i.e. they are initially packaged with ar, not tar. Unpacking will give you a meta-data file plus control.tar.gz. and data.tar.gz, which you can untar as usual. data.tar.gz is meants to be untarred in /, i.e. it contains all folders up from usr,

Re: Open IPKG packages from command line

2009-02-17 Thread Kasper Johansen
For future reference: ar -x some_package.ipk did the trick. Thank you Gunnar! Gunnar Aastrand Grimnes wrote: .ipk are like debian (or indeed ubuntu) packages, i.e. they are initially packaged with ar, not tar. Unpacking will give you a meta-data file plus control.tar.gz. and data.tar.gz,

Re: Open IPKG packages from command line

2009-02-17 Thread Risto H. Kurppa
On Tue, Feb 17, 2009 at 11:47 AM, Kasper Johansen k...@spernj.org wrote: For future reference: ar -x some_package.ipk did the trick. Thank you Gunnar! Gunnar Aastrand Grimnes wrote: .ipk are like debian (or indeed ubuntu) packages, i.e. they are initially packaged with ar, not tar.

Re: Open IPKG packages from command line

2009-02-17 Thread Kasper Johansen
Risto H. Kurppa wrote: On Tue, Feb 17, 2009 at 11:47 AM, Kasper Johansen k...@spernj.org wrote: For future reference: ar -x some_package.ipk did the trick. Gunnar Aastrand Grimnes wrote: .ipk are like debian (or indeed ubuntu) packages, i.e. they are initially packaged with ar, not

Re: console command history

2008-10-16 Thread DJDAS
Carsten Gerlach ha scritto: Hi, Am Dienstag 14. Oktober 2008 3:13:14 am schrieb Joel Newkirk: On Mon, 13 Oct 2008 22:26:10 +0100, Stroller wrote Isn't it in .bashrc or .bash_profile? Stroller. it is for bash, but OM distros are using an sh/ash

Re: [Om2008.9] using qtmail on command line

2008-10-16 Thread Max Giesbert
hi matthias, i just updated the wiki page you referred to. i managed to initiate a call. the sms functionality must be quite similar. good luck max Matthias Apitz schrieb: El día Wednesday, October 15, 2008 a las 02:55:30PM +0200, Max Giesbert escribió: hi matthias, have you

Re: console command history

2008-10-16 Thread Xavier Cremaschi
papa-piet a écrit : Fox Mulder schrieb: I didn't try it with 2008.9 because i only use debian I did. shh into your Neo workerd for me, but scp didn't, it looked like a timeout. Greetings Same behavior here, with bash I can ssh, but not scp. Here is the end of a scp -vvv with sh :

Re: console command history

2008-10-16 Thread Joel Newkirk
On Thu, 16 Oct 2008 14:12:26 +0200, Xavier Cremaschi [EMAIL PROTECTED] wrote: papa-piet a écrit : Fox Mulder schrieb: I didn't try it with 2008.9 because i only use debian I did. shh into your Neo workerd for me, but scp didn't, it looked like a timeout. Greetings Same behavior

Re: console command history

2008-10-16 Thread Carsten Gerlach
Hi, Am Donnerstag 16. Oktober 2008 9:41:33 am schrieb DJDAS: I use ~/.profile and it seems to work :) yes, this works good, thank you. Now I can use aliases :-) Greetings, Carsten -- Hier ist mein öffentlicher GPG-Schlüssel: http://daswaldhorn.funpic.de/gpg.html

Re: console command history

2008-10-16 Thread Fox Mulder
Joel Newkirk wrote: On Thu, 16 Oct 2008 14:12:26 +0200, Xavier Cremaschi [EMAIL PROTECTED] wrote: papa-piet a écrit : Fox Mulder schrieb: I didn't try it with 2008.9 because i only use debian I did. shh into your Neo workerd for me, but scp didn't, it looked like a timeout. Greetings

[Om2008.9] using qtmail on command line

2008-10-15 Thread Matthias Apitz
Hello, I figured out that 'qtmail' is the application for sending SMS (and other messages); is there a way to SSH to the FR and send a SMS from the command line, for example like: $ ssh [EMAIL PROTECTED] [EMAIL PROTECTED]:~# qtmail +491704527211 Hello World or even: [EMAIL PROTECTED

Re: [Om2008.9] using qtmail on command line

2008-10-15 Thread Max Giesbert
hi matthias, have you considered using the dbus interface of FSO for this purpose? cheers max Matthias Apitz schrieb: Hello, I figured out that 'qtmail' is the application for sending SMS (and other messages); is there a way to SSH to the FR and send a SMS from the command line

Re: [Om2008.9] using qtmail on command line

2008-10-15 Thread Matthias Apitz
El día Wednesday, October 15, 2008 a las 02:55:30PM +0200, Max Giesbert escribió: hi matthias, have you considered using the dbus interface of FSO for this purpose? cheers Hello Max, Do you have a bit more information about that? I went to the Wiki page about D-Bus:

Re: [Om2008.9] using qtmail on command line

2008-10-15 Thread William Kenworthy
Apitz wrote: Hello, I figured out that 'qtmail' is the application for sending SMS (and other messages); is there a way to SSH to the FR and send a SMS from the command line, for example like: $ ssh [EMAIL PROTECTED] [EMAIL PROTECTED]:~# qtmail +491704527211 Hello World or even

Re: [Om2008.9] using qtmail on command line

2008-10-15 Thread Marco Trevisan (Treviño)
Matthias Apitz wrote: I figured out that 'qtmail' is the application for sending SMS (and other messages); is there a way to SSH to the FR and send a SMS from the command line, for example like: [EMAIL PROTECTED]:~# qtmail +491704527211 Hello World I don't really know if there's a way to do

Re: console command history

2008-10-14 Thread Fox Mulder
bash on OM than do it the same way how it is done in a normal linux pc. You must export HISTFILESIZE=1000 to set the number of lines saved to 1000. Just put this command in an adequate file to be executed at start like profile or bashrc. Ciao, Rainer Indeed, but how then do I tell

Re: console command history

2008-10-14 Thread papa-piet
Fox Mulder schrieb: I didn't try it with 2008.9 because i only use debian I did. shh into your Neo workerd for me, but scp didn't, it looked like a timeout. Greetings ___ Openmoko community mailing list community@lists.openmoko.org

Re: console command history

2008-10-13 Thread David Samblas
El lun, 13-10-2008 a las 17:02 -0400, Joel Newkirk escribió: How can I enlarge the console command history? I'm used to being able to peruse hundreds of lines of previous commands in bash, the limit to ~16 lines is maddening. j I want to know how to do is too, I'm one os those lazy up

Re: console command history

2008-10-13 Thread Fox Mulder
If you use bash on OM than do it the same way how it is done in a normal linux pc. You must export HISTFILESIZE=1000 to set the number of lines saved to 1000. Just put this command in an adequate file to be executed at start like profile or bashrc. Ciao, Rainer David Samblas wrote: El lun

Re: console command history

2008-10-13 Thread Stroller
On 13 Oct 2008, at 22:02, Joel Newkirk wrote: How can I enlarge the console command history? I'm used to being able to peruse hundreds of lines of previous commands in bash, the limit to ~16 lines is maddening. Isn't it in .bashrc or .bash_profile? Stroller

Re: console command history

2008-10-13 Thread Joel Newkirk
On Mon, 13 Oct 2008 22:26:10 +0100, Stroller [EMAIL PROTECTED] wrote: On 13 Oct 2008, at 22:02, Joel Newkirk wrote: How can I enlarge the console command history? I'm used to being able to peruse hundreds of lines of previous commands in bash, the limit to ~16 lines is maddening

Re: console command history

2008-10-13 Thread Sarton O'Brien
put this command in an adequate file to be executed at start like profile or bashrc. Ciao, Rainer Indeed, but how then do I tell it to use bash instead of ash for Terminal and ssh? vi /etc/passwd? Sarton ___ Openmoko community mailing

Re: console command history

2008-10-13 Thread Joel Newkirk
On Mon, 13 Oct 2008 23:21:18 +0200, Fox Mulder [EMAIL PROTECTED] wrote: If you use bash on OM than do it the same way how it is done in a normal linux pc. You must export HISTFILESIZE=1000 to set the number of lines saved to 1000. Just put this command in an adequate file to be executed

Re: console command history

2008-10-13 Thread Joel Newkirk
must export HISTFILESIZE=1000 to set the number of lines saved to 1000. Just put this command in an adequate file to be executed at start like profile or bashrc. Ciao, Rainer Indeed, but how then do I tell it to use bash instead of ash for Terminal and ssh? vi /etc/passwd

Re: console command history

2008-10-13 Thread Sarton O'Brien
On Tuesday 14 October 2008 13:21:21 Joel Newkirk wrote: vi /etc/passwd? Sarton (Ok, I'll go sit in the corner for five minutes wearing the stupid hat... I already knew that from desktop/server context but for some reason my brain just didn't make the connection...) Thanks. Hehe, don't

Re: console command history

2008-10-13 Thread W.Kenworthy
do it the same way how it is done in a normal linux pc. You must export HISTFILESIZE=1000 to set the number of lines saved to 1000. Just put this command in an adequate file to be executed at start like profile or bashrc. Ciao, Rainer Indeed, but how then do I tell

Re: [u-boot] Wrong image format for bootm command

2008-10-07 Thread Ian
, and NAND flash, but the NAND flash only supplies one option: the Boot command. This command prints a message saying Wrong image format for the bootm command. I have grabbed the latest u-boot from: http://downloads.openmoko.org/daily/gta02v5_and_up-u-boot.bin I have flashed this into my NAND

Re: [u-boot] Wrong image format for bootm command

2008-10-07 Thread gromez
I have a strange thing with U-boot and Wrong image format for bootm command too. I have installed Debian on /dev/mmcblk0p3 and when I select Boot option in u-boot, the first time it displays this error message and next time it boots correctly. Any idea why it wouldn't boot the first time I select

[u-boot] Wrong image format for bootm command

2008-10-03 Thread Matthew Lane
Hey, I'm having trouble booting my neo. I can get into NOR flash, and NAND flash, but the NAND flash only supplies one option: the Boot command. This command prints a message saying Wrong image format for the bootm command. I have grabbed the latest u-boot from: http

GSM AT command to disable/change caller ID?

2008-07-17 Thread Ken Restivo
My old, cheap 7-11 ATT pay-as-you-go Nokia phone had a neat feature which would disable the Caller ID. Are there any AT commands I can issue on the FR to do the same feature? I'm guessing it was a feature of the GSM modem, or maybe it was an instruction to the carrier network, issued via the

Re: GSM AT command to disable/change caller ID?

2008-07-17 Thread Alexey Feldgendler
On Thu, 17 Jul 2008 08:50:48 +0200, Ken Restivo [EMAIL PROTECTED] wrote: My old, cheap 7-11 ATT pay-as-you-go Nokia phone had a neat feature which would disable the Caller ID. Are there any AT commands I can issue on the FR to do the same feature? I'm guessing it was a feature of the GSM

Re: GSM AT command to disable/change caller ID?

2008-07-17 Thread Ken Restivo
#nummerpres Note that not every cell provider implements this, and some charge for it. Thanks! The command appears to be CLIR, and, unfortunately, there's no global setting for it. #31#PhoneNumber, means I have to type it before each call. On land phones, there's a *70 (or is it *71

Re: GSM AT command to disable/change caller ID?

2008-07-17 Thread Alexey Feldgendler
On Thu, 17 Jul 2008 10:33:46 +0200, Ken Restivo [EMAIL PROTECTED] wrote: The command appears to be CLIR, and, unfortunately, there's no global setting for it. #31#PhoneNumber, means I have to type it before each call. On land phones, there's a *70 (or is it *71), to disable caller ID

Re: GSM AT command to disable/change caller ID?

2008-07-17 Thread AVee
On Thursday 17 July 2008 11:09, Alexey Feldgendler wrote: On Thu, 17 Jul 2008 10:33:46 +0200, Ken Restivo [EMAIL PROTECTED] wrote: The command appears to be CLIR, and, unfortunately, there's no global setting for it. #31#PhoneNumber, means I have to type it before each call. On land phones

Re: GSM AT command to disable/change caller ID?

2008-07-17 Thread Ken Restivo
On Thu, Jul 17, 2008 at 11:09:19AM +0200, Alexey Feldgendler wrote: On Thu, 17 Jul 2008 10:33:46 +0200, Ken Restivo [EMAIL PROTECTED] wrote: The command appears to be CLIR, and, unfortunately, there's no global setting for it. #31#PhoneNumber, means I have to type it before each call

AT command test suite

2007-07-28 Thread Shakthi Kannan
Hi, I have been looking for an AT command test suite that can be run on the host. I've tried: 1. Minicom: Keying in AT commands has to be done manually. I tried using the built-in runscript feature to automate the process, for example: send AT send AT+CGMM exit or send AT send

Re: AT command test suite

2007-07-28 Thread Andy Powell
On Saturday 28 July 2007 12:52, Shakthi Kannan wrote: It works. But, it is under public domain. Do you think it will be good to tweak it (and put it under GPL) so it can be used to test Neo on Why do you feel the need to apply the GPL to this? It's in the public domain - leave it there.

Re: AT command test suite

2007-07-28 Thread Shakthi Kannan
Hi, On 7/28/07, Andy Powell [EMAIL PROTECTED] wrote: Why do you feel the need to apply the GPL to this? It's in the public domain - leave it there. It is implemented in Perl and command-line. I thought it will be valuable to write a perl-GTK GUI [1] application for it, so an end-user can

Re: AT command test suite

2007-07-28 Thread Andy Powell
On Saturday 28 July 2007 20:11, Shakthi Kannan wrote: Hi, On 7/28/07, Andy Powell [EMAIL PROTECTED] wrote: Why do you feel the need to apply the GPL to this? It's in the public domain - leave it there. It is implemented in Perl and command-line. I thought it will be valuable to write

Re: AT command test suite

2007-07-28 Thread Shakthi Kannan
Hi, On 7/28/07, Andy Powell [EMAIL PROTECTED] wrote: All very laudable goals, but that's not the question I asked. Because we can enhance the existing Perl code, which is old, dated at 2001, and we want everyone to share the code and benefit from it. -- Shakthi Kannan

Re: voice command line (was: ssh to a phone ... thats awesome !!)

2007-07-28 Thread Gilles Casse
Several attractive links for French language Gilles Demo Perlbox-voice-fr using eSpeak + Sphinx2 http://download.tuxfamily.org/perlboxfr/video/perlbox-voice-fr-demo.flv commands prefixed by keyword:

voice command line (was: ssh to a phone ... thats awesome !!)

2007-07-27 Thread Mark
ssh is awesome, but in the future when your on the go it would be handy to have all the commands (shell commands, common keywords and programs in path) to be bindable to voice commands. Like voice dialing, but for a shell. I know full blown speech recognition is unlikely, but just commands seems

Re: voice command line (was: ssh to a phone ... thats awesome !!)

2007-07-27 Thread Pranav Desai
On 7/27/07, Mark [EMAIL PROTECTED] wrote: ssh is awesome, but in the future when your on the go it would be handy to have all the commands (shell commands, common keywords and programs in path) to be bindable to voice commands. Like voice dialing, but for a shell. I know full blown speech

Re: voice command line (was: ssh to a phone ... thats awesome !!)

2007-07-27 Thread Florent THIERY
to compile anymore. I did not manage to debug this. But it's an interesting approach, also taken by http://perlbox.org/ You may find relevant info about speech recognition (and command-and-control dialog managers) here : http://wiki.tuxisalive.com/index.php/Speech_recognition

Voice/Command recongnition

2007-06-04 Thread wim delvaux
Hi, Do any of you know packages that would allow vocal command recognition much like voice dialling on some cell phones ? This would be handy to start applications without having to navigate through menus. W ___ OpenMoko community mailing list

Re: Voice/Command recongnition

2007-06-04 Thread Thomas Gstädtner
Google and the keywords linux voice recognition are your friends. (e.g. XVoice, ViaVoice, CMU Sphinx, cvoicecontrol, ...) 2007/6/4, wim delvaux [EMAIL PROTECTED]: Hi, Do any of you know packages that would allow vocal command recognition much like voice dialling on some cell phones

  1   2   >