Re: My Mickeyterm/Ctrl-z Headache

2008-11-30 Thread VictorSigma

This is my terminal output. After I press ctrl-z the stopped message appears

[EMAIL PROTECTED]:~# mickeyterm
read history from /home/root/.mickeyterm_history
--- Mickey's Term V2.9.1 @ /dev/pts/4 ---
AT-Command Interpreter ready
AT+CMEE=2;+CRC=1
OK
AT
AT
OK
AT+COPS?
AT+COPS?
+COPS: 0,0,T-Mobile

OK
AT+CMGF=1
AT+CMGF=1
OK

AT+CMGW=2679028451
AT+CMGW=2679028451
 A test message
A test message
 [1] + Stoppedmickeyterm
@om-gta02:/home/root# 

well if I enter stty -a then it becomes part of the text message. If
ctrl-d out of mickyterm and enter stty -a i get 

[EMAIL PROTECTED]:~# stty -a
speed 38400 baud; rows 29; columns 80;
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = M-^?; eol2 =
M-^?;
start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W; lnext = ^V;
flush = ^O; min = 1; time = 0;
-parenb -parodd cs8 -hupcl -cstopb cread -clocal -crtscts
-ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon
-ixoff
-iuclc ixany imaxbel
opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0
ff0
isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt
echoctl echoke



Joachim Ott-2 wrote:
 
 2008/11/30 Joerg Reisenweber [EMAIL PROTECTED]
 
 Ctrl-D is a shortcut for exit *only* when given at start of line.
 Generally Ctrl-D is ETX what's exactly what I would expect for end of
 SMS
 
 
 Check  stty -a. The standard value for eof is ^D and it is used to
 signal EOF on STDIN. When you do cat file, a ctrl-D at the beginning of
 a
 line signals EOF and cat terminates. Same in the shell, ctrl-D at the
 beginning of a line signals EOF and the shell terminates.
 
 ___
 support mailing list
 support@lists.openmoko.org
 https://lists.openmoko.org/mailman/listinfo/support
 
 

-- 
View this message in context: 
http://n2.nabble.com/My-Mickeyterm-Ctrl-z-Headache-tp1593123p1595401.html
Sent from the Openmoko Support mailing list archive at Nabble.com.


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


My Mickeyterm/Ctrl-z Headache

2008-11-29 Thread VictorSigma

I am using the FSO release. I have been able to ssh into the phone and with
mickeyterm able to send AT commands to read and delete SMS messages. The
problem is that when I try to send a SMS message you must hit CTRL-Z to
signal the termination of the message. This is also the command to pause a
command in FSO and it won't allow me terminate the message. Is there anyway
to get around this? Has anyone been able to send a SMS message via shell
using mickeyterm?
-- 
View this message in context: 
http://n2.nabble.com/My-Mickeyterm-Ctrl-z-Headache-tp1593123p1593123.html
Sent from the Openmoko Support mailing list archive at Nabble.com.


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: My Mickeyterm/Ctrl-z Headache

2008-11-29 Thread VictorSigma

CTRL-D is to terminate out of mickeyterm and cant be used to signal out of
sms.


Joachim Ott-2 wrote:
 
 2008/11/29 VictorSigma [EMAIL PROTECTED]
 

 I am using the FSO release. I have been able to ssh into the phone and
 with
 mickeyterm able to send AT commands to read and delete SMS messages. The
 problem is that when I try to send a SMS message you must hit CTRL-Z to
 signal the termination of the message. This is also the command to pause
 a
 command in FSO and it won't allow me terminate the message. Is there
 anyway
 to get around this? Has anyone been able to send a SMS message via shell
 using mickeyterm?
 
 
 Are you sure that it's not Ctrl-d to signal termination? Ctrl-z was it in
 good old msdos.
 
 ___
 support mailing list
 support@lists.openmoko.org
 https://lists.openmoko.org/mailman/listinfo/support
 
 

-- 
View this message in context: 
http://n2.nabble.com/My-Mickeyterm-Ctrl-z-Headache-tp1593123p1594265.html
Sent from the Openmoko Support mailing list archive at Nabble.com.


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


sending and receiving sms through python application

2008-11-17 Thread VictorSigma

I am trying to create a python application on my laptop that uses the
freerunner as gateway to send and receive text messages. Originally I was
just going to ssh into the phone and use this tutorial
http://wiki.openmoko.org/wiki/Manually_using_SMS to send  and read messages
through python. However I am finding it difficult to ssh into  the phone
through python. Is there anyway to download and send sms from an python
program running on a laptop(using any distribution)?

thanks
-- 
View this message in context: 
http://n2.nabble.com/sending-and-receiving-sms-through-python-application-tp1510739p1510739.html
Sent from the Openmoko Support mailing list archive at Nabble.com.


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: sending and receiving sms through python application

2008-11-17 Thread VictorSigma

I'm sorry my programming skills are not up to snuff to accomplish something
like that. Is there any links you could provide as reference to help me?
Looking online I think I can figure out how to listen to the tcp port but is
the port number ? I'm very new to programming network stuff so any
background on specifics of tcp and what kind of messages I can relay would
be helpful.

thank you



Timo Juhani Lindfors wrote:
 
 VictorSigma [EMAIL PROTECTED] writes:
 through python. However I am finding it difficult to ssh into  the phone
 through python. Is there anyway to download and send sms from an python
 program running on a laptop(using any distribution)?
 
 Just write a program that listens on tcp port and lets you relay sms
 via it?
 
 
 
 ___
 support mailing list
 support@lists.openmoko.org
 https://lists.openmoko.org/mailman/listinfo/support
 
 

-- 
View this message in context: 
http://n2.nabble.com/sending-and-receiving-sms-through-python-application-tp1510739p1511269.html
Sent from the Openmoko Support mailing list archive at Nabble.com.


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Illume config?

2008-08-26 Thread VictorSigma

I believe 'opkg install illume-config' is what you are looking for otherwise
you could try flashing one of the 
http://buildhost.openmoko.org/daily/freerunner/200808/20080824/ development
images . (not recommended).



Armin ranjbar wrote:
 
 On Tue, 26 Aug 2008 17:25:55 +0200
 Yorick Moko [EMAIL PROTECTED] wrote:
 
 This this Really INVALID ?
 
 On Tue, Aug 26, 2008 at 4:55 PM, Armin ranjbar [EMAIL PROTECTED] wrote:
  Dear all ,
 
  there was an application which configures menus , 'gadgets' , icon size
  and ... of om2008 , i found that in the menu ( left up size , tool
  shaped icon ) , i wonder which application does provide that since it
  does appear that illume-config isn't it , any idea ?
 
  --
  Armin ranjbar , System Administrator
 
  ___
  support mailing list
  support@lists.openmoko.org
  https://lists.openmoko.org/mailman/listinfo/support
 
 
 I filed a bug report on that one:
 https://docs.openmoko.org/trac/ticket/1863 it's closed...
 
 ___
 support mailing list
 support@lists.openmoko.org
 https://lists.openmoko.org/mailman/listinfo/support
 
 
 -- 
 Armin ranjbar , System Administrator
 
 ___
 support mailing list
 support@lists.openmoko.org
 https://lists.openmoko.org/mailman/listinfo/support
 
 

-- 
View this message in context: 
http://n2.nabble.com/Illume-config--tp784324p785121.html
Sent from the Openmoko Support mailing list archive at Nabble.com.


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Illume keyboard Disappeared

2008-08-26 Thread VictorSigma

I myself asked this question recently.(Please search the mailing list before
posting)
http://n2.nabble.com/preserving-illume-keyboard-on-update-tp778734p778734.html 
link 


Armin ranjbar wrote:
 
 after running a few while , maybe after suspends , Illume keyboard does
 not appear and standard om2008 keyboard appear , any one has any idea ?
 
 
 -- 
 Armin ranjbar , System Administrator
 
 ___
 support mailing list
 support@lists.openmoko.org
 https://lists.openmoko.org/mailman/listinfo/support
 
 

-- 
View this message in context: 
http://n2.nabble.com/Illume-keyboard-Disappeared-tp784751p785127.html
Sent from the Openmoko Support mailing list archive at Nabble.com.


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


preserving illume keyboard on update

2008-08-23 Thread VictorSigma

I currently have the 20080823 openmoko-qtopia-x11-image-om-gta02.jffs2 image
flashed on my freerunner and it is working great. The problem is that it
originally comes with the illume keyboard pre-installed but whenever I 'opkg
update' the keyboard is changed to the qtopia version. Is there anyway to
preserve the illume keyboard or reinstall it after the update?

thanks
-- 
View this message in context: 
http://n2.nabble.com/preserving-illume-keyboard-on-update-tp778734p778734.html
Sent from the Openmoko Support mailing list archive at Nabble.com.


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: how to upgrade 2008.8 kernel

2008-08-12 Thread VictorSigma

Upgrading the kernel is the same thing as 
http://wiki.openmoko.org/wiki/Flashing_the_Neo_FreeRunner#Flashing_the_Kernel
flashing the kernel.

the kernel files have the name U-Image.bin in them. Pick one from the 
http://buildhost.openmoko.org/daily/freerunner/ daily-builds  and flash it.
The command should loo something like this
sudo ./dfu-util -a kernel -R -D qtUI.bin 

upgrading the kernel may solve some problems but may cause others. For
instance it fixed my battery indicator but disabled ssh. Good luck.



Peter Abplanalp wrote:
 
 i've read some posts on support and community about some issues for which
 the answer was upgrade the kernel however there were no definitive
 instructions on how to do so.  andy posted a link which he mentioned was
 named incorrectly, etc.  i've tried to run opkg update and the opkg
 upgrade
 but nothing gets upgraded.
 
 so, i'm wondering how to upgrade my kernel.  further, i wonder when the
 opkg
 feeds for 2008.8 might be setup such that opkg upgrade will keep my phone
 up
 to date.
 
 thanks,
 
 -- 
 Peter Abplanalp
 
 ___
 support mailing list
 support@lists.openmoko.org
 https://lists.openmoko.org/mailman/listinfo/support
 
 

-- 
View this message in context: 
http://n2.nabble.com/how-to-upgrade-2008.8-kernel-tp685936p720958.html
Sent from the Openmoko Support mailing list archive at Nabble.com.


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support