Re: My Mickeyterm/Ctrl-z Headache

2008-11-30 Thread Joerg Reisenweber
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

/j



Am So  30. November 2008 schrieb 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
 




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


Re: qt extended - no ring

2008-11-30 Thread Yorick Moko
there are more problems: no wake on alarm, bluetooth (which used to
work doesn't work anymore), no terminal app...

hypnotize made an improved version of it: http://other.lastnetwork.net/OpenMoko/

y

On Sun, Nov 30, 2008 at 4:27 AM, Dale Maggee [EMAIL PROTECTED] wrote:
 Hi,

 Today I flashed qt extended 4.4.2 to my FreeRunner. It seems very nice,
 but there are two problems, one minor, one more major:

 1.  it doesn't make any noise when a call or message comes in. It
 vibrates, but it doesn't ring.

 If I answer the call, it works fine - I can hear the caller etc, it's
 just the ring / message tone which doesn't seem to be playing.

 2. It doesn't seem to mark sms messages as 'read' - when a new message
 arrives it says 6 messages have arrived, not 1. The only way around
 this seems to be deleting the messages as I read them, which I'd rather
 not do.

 Any suggestions?

 Regards,
 -Dale

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


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


Re: My Mickeyterm/Ctrl-z Headache

2008-11-30 Thread Joachim Ott
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


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


Sad Story

2008-11-30 Thread Juan Cañete
Hi, 

Last night a burglar stole my FR. I was in a car, with the window opened, 
playing with the GPS and when we stopped at a traffic light, two guys came by 
the back. I was in the right side of the back seat, one of these guys knocked 
on the left window side, when I turned my head to the left to see what happened 
the other guy came by the right and picked up my FR from my hand. For some 
miliseconds my whole life with the FR came across my mind. I saw all the 
moments I spend configuring the phone, all the happyness my FR had bring to me 
when some functionality started to work, all the hours awaiting for a new 
realese of some software that implemented new functions... Then, I went out of 
the car and run behind those guys trying to catch them. I was in a kind of 
highway, I run and run, but they cross the highway to the other side, between 
cars going on very fast, and I had to leave it up. I returned to the car in a 
state of shock, I got into the car, with my girlfriend, and started to cry. I 
loved that phone.

My phone had debian on it. I had a lot of applications configured. I used it 
like my main phone. Mail accounts configured, Phonebook with all contacts, a 
lot of sms, many applications configured with my users/passwds. And I realized 
they had access to all. I called the mobile phone company to suspend the 
number, I've changed almost all important passwds, anyway, although I think 
they even don't know how to use the FR, maybe they will sell it to someone that 
do, and he'll surf into my life.

I only wanted to share this story with you. Maybe, because sharing my sadness 
I'll feel better, maybe not... 

best regards.


-- 
Juan Cañete Azorín
hiroshima 45, Tchernobyl 86, Windows 95 ...
Powered by Linux



signature.asc
Description: PGP signature
___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Sad Story

2008-11-30 Thread Ian Darwin
Juan Cañete wrote:
 Hi, 

 Last night a burglar stole my FR. ...

 My phone had debian on it. I had a lot of applications configured. I used it 
 like my main phone. Mail accounts configured, Phonebook with all contacts, a 
 lot of sms, many applications configured with my users/passwds. And I 
 realized they had access to all. I called the mobile phone company to suspend 
 the number, I've changed almost all important passwds, anyway, although I 
 think they even don't know how to use the FR, maybe they will sell it to 
 someone that do, and he'll surf into my life.

 I only wanted to share this story with you. Maybe, because sharing my sadness 
 I'll feel better, maybe not... 
   
Sr Cañete, thank you, you do both yourself and all of us a service. We 
all (I hope) empathize with your loss.
And, most importantly, your story reminds everyone on the list of the 
importance of doing backups of their handheld data with at least the 
same regularity as their desktop and server systems. Regularly. 
Paraphrasing Santayana: Those who do not learn from the suffering of 
others are destined to suffer in the future.


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


Re: Neo die?

2008-11-30 Thread GreyCardinal

Support - what i-am douing?
Return to openmoko.com?
-- 
View this message in context: 
http://n2.nabble.com/Neo-die--tp1502663p1596121.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: NeoRndis.inf not working.

2008-11-30 Thread Robin Paulson
2008/11/29 Andrew Chu [EMAIL PROTECTED]:
 What about your u-boot image?

 abatrour wrote:
 Right now I am using the latest shr images from a few days ago, but I've also
 tried a daily build from a few days ago (2008.9) and it didn't help.

has anyone come up with a solution for this?

i'm having the same problems, with 2008.9 and windows XP

i think u-boot is from october 28th, or thereabouts

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


Re: My Mickeyterm/Ctrl-z Headache

2008-11-30 Thread Michael 'Mickey' Lauer
Try mickeyterm -c (character mode) for sending SMS.
I need to come up with an escape character substitution when in (default) 
readline mode.

:M:

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


Re: Sad Story

2008-11-30 Thread Seth Rothenberg
 we need a way to remotely activate the gps
 and make it send an sms and e-mail etc etc

I had such an idea long ago,
when my car was stolen.
The insurance company got a report on day 3
that it had been recovered within 8 hours by
the Sanitation Department.

(NYC considers the empty chassis to be
a sanitation problem, not a police matter ;-)


My idea was, the device monitors GPS,
and ignition.   If the car is moving but not on,
start making calls.And of course, 10 years
later, OM/FRunner/Tangogps offer the platform.

Call the Police from in front of your computer.
I want to report a car being stolen...It's on 105t street...

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


Re: Sad Story

2008-11-30 Thread Joachim Ott
2008/11/30 Seth Rothenberg [EMAIL PROTECTED]

  we need a way to remotely activate the gps
  and make it send an sms and e-mail etc etc

 I had such an idea long ago,
 when my car was stolen.
 The insurance company got a report on day 3
 that it had been recovered within 8 hours by
 the Sanitation Department.

 (NYC considers the empty chassis to be
 a sanitation problem, not a police matter ;-)


 My idea was, the device monitors GPS,
 and ignition.   If the car is moving but not on,
 start making calls.And of course, 10 years
 later, OM/FRunner/Tangogps offer the platform.


 Try this when your car is still there, but your ass was moved to Guantamo.


 Call the Police from in front of your computer.
 I want to report a car being stolen...It's on 105t street...


 You have only one try rearrange your call.
___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: NeoRndis.inf not working.

2008-11-30 Thread abatrour

I am using the shr u-boot from a few days ago
-- 
View this message in context: 
http://n2.nabble.com/NeoRndis.inf-not-working.-tp1577564p1596706.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


[SHR] Stopping wifi by hand? (or button?)

2008-11-30 Thread Joerg Lippmann
Hi!

In SHR, I use Mofi-wifi to connect to my net at home. But how do I turn if off 
elegantly after I go outside, to save batter? Wifi keeps staying on after I 
kill Mofi.

-- 
[EMAIL PROTECTED]


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


Re: Sad Story

2008-11-30 Thread William Kenworthy
and before that, some real security on the FR.

BillK

On Sun, 2008-11-30 at 21:36 +0100, Yorick Moko wrote:
 my condolences;
 
 we need a way to remotely activate the gps and make it send an sms and
 e-mail etc etc
 
 On Sun, Nov 30, 2008 at 5:39 PM, Ian Darwin [EMAIL PROTECTED] wrote:
  Juan Cañete wrote:
  Hi,
 
  Last night a burglar stole my FR. ...
 
  My phone had debian on it. I had a lot of applications configured. I used 
  it like my main phone. Mail accounts configured, Phonebook with all 
  contacts, a lot of sms, many applications configured with my 
  users/passwds. And I realized they had access to all. I called the mobile 
  phone company to suspend the number, I've changed almost all important 
  passwds, anyway, although I think they even don't know how to use the FR, 
  maybe they will sell it to someone that do, and he'll surf into my life.
 
  I only wanted to share this story with you. Maybe, because sharing my 
  sadness I'll feel better, maybe not...
 
  Sr Cañete, thank you, you do both yourself and all of us a service. We
  all (I hope) empathize with your loss.
  And, most importantly, your story reminds everyone on the list of the
  importance of doing backups of their handheld data with at least the
  same regularity as their desktop and server systems. Regularly.
  Paraphrasing Santayana: Those who do not learn from the suffering of
  others are destined to suffer in the future.
 
 
  ___
  support mailing list
  support@lists.openmoko.org
  https://lists.openmoko.org/mailman/listinfo/support
 
 
 ___
 support mailing list
 support@lists.openmoko.org
 https://lists.openmoko.org/mailman/listinfo/support
-- 
William Kenworthy [EMAIL PROTECTED]
Home in Perth!


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


Re: Sad Story

2008-11-30 Thread Karthik Kumar
There ought to be a security service on the Freerunner. By integrating
the GPS service with internet, we could track where the burglar is.

-Karthik

On 12/1/08, William Kenworthy [EMAIL PROTECTED] wrote:
 and before that, some real security on the FR.

  BillK


  On Sun, 2008-11-30 at 21:36 +0100, Yorick Moko wrote:
   my condolences;
  
   we need a way to remotely activate the gps and make it send an sms and
   e-mail etc etc
  
   On Sun, Nov 30, 2008 at 5:39 PM, Ian Darwin [EMAIL PROTECTED] wrote:
Juan Cañete wrote:
Hi,
   
Last night a burglar stole my FR. ...
   
My phone had debian on it. I had a lot of applications configured. I 
 used it like my main phone. Mail accounts configured, Phonebook with all 
 contacts, a lot of sms, many applications configured with my users/passwds. 
 And I realized they had access to all. I called the mobile phone company to 
 suspend the number, I've changed almost all important passwds, anyway, 
 although I think they even don't know how to use the FR, maybe they will sell 
 it to someone that do, and he'll surf into my life.
   
I only wanted to share this story with you. Maybe, because sharing my 
 sadness I'll feel better, maybe not...
   
Sr Cañete, thank you, you do both yourself and all of us a service. We
all (I hope) empathize with your loss.
And, most importantly, your story reminds everyone on the list of the
importance of doing backups of their handheld data with at least the
same regularity as their desktop and server systems. Regularly.
Paraphrasing Santayana: Those who do not learn from the suffering of
others are destined to suffer in the future.
   
   
___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support
   
  
   ___
   support mailing list
   support@lists.openmoko.org
   https://lists.openmoko.org/mailman/listinfo/support

 --
  William Kenworthy [EMAIL PROTECTED]
  Home in Perth!



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

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


Re: Sad Story

2008-11-30 Thread Carl Lobo
I think one of the first things a burglar would do would be to remove
the battery and sim card.

On Mon, Dec 1, 2008 at 11:29 AM, Karthik Kumar [EMAIL PROTECTED] wrote:
 There ought to be a security service on the Freerunner. By integrating
 the GPS service with internet, we could track where the burglar is.

 -Karthik

 On 12/1/08, William Kenworthy [EMAIL PROTECTED] wrote:
 and before that, some real security on the FR.

  BillK


  On Sun, 2008-11-30 at 21:36 +0100, Yorick Moko wrote:
   my condolences;
  
   we need a way to remotely activate the gps and make it send an sms and
   e-mail etc etc
  
   On Sun, Nov 30, 2008 at 5:39 PM, Ian Darwin [EMAIL PROTECTED] wrote:
Juan Cañete wrote:
Hi,
   
Last night a burglar stole my FR. ...
   
My phone had debian on it. I had a lot of applications configured. I 
 used it like my main phone. Mail accounts configured, Phonebook with all 
 contacts, a lot of sms, many applications configured with my users/passwds. 
 And I realized they had access to all. I called the mobile phone company to 
 suspend the number, I've changed almost all important passwds, anyway, 
 although I think they even don't know how to use the FR, maybe they will 
 sell it to someone that do, and he'll surf into my life.
   
I only wanted to share this story with you. Maybe, because sharing my 
 sadness I'll feel better, maybe not...
   
Sr Cañete, thank you, you do both yourself and all of us a service. We
all (I hope) empathize with your loss.
And, most importantly, your story reminds everyone on the list of the
importance of doing backups of their handheld data with at least the
same regularity as their desktop and server systems. Regularly.
Paraphrasing Santayana: Those who do not learn from the suffering of
others are destined to suffer in the future.
   
   
___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support
   
  
   ___
   support mailing list
   support@lists.openmoko.org
   https://lists.openmoko.org/mailman/listinfo/support

 --
  William Kenworthy [EMAIL PROTECTED]
  Home in Perth!



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

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


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


[DEBIAN] /tmp /var are too small

2008-11-30 Thread Jelle De Loecker
Hi everyone,

I can't believe how fun it is to run Debian on the Freerunner, it's
really working like a charm.

I have one problem though: my tmpfs partitions are too small.

They're all capped at 62 MiBs.
Where does tmpfs come from? Is there a way to make it bigger?

# df -h
FilesystemSize  Used Avail Use% Mounted on
rootfs1.9G  415M  1.4G  24% /
tmpfs  62M 0   62M   0% /lib/init/rw
udev   10M   64K   10M   1% /dev
tmpfs  62M  4.0K   62M   1% /dev/shm
/dev/mmcblk0p17.5M  3.5M  3.6M  49% /boot
tmpfs  62M   16K   62M   1% /tmp
tmpfs  62M 0   62M   0% /var/lock
tmpfs  62M   36K   62M   1% /var/run

Greetings,
Jelle De Loecker


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