Re: closing apps in FDOM

2008-10-13 Thread David Samblas
tap on the top bar arrow and then tap remove to close the actual
focused app

El lun, 13-10-2008 a las 23:19 +1300, anthony winter escribió:
 How do you do it?
 What am I missing here?
 
 


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


Re: [FDOM] qpe crashes, no pin entry dialog

2008-09-23 Thread David Samblas
El mar, 23-09-2008 a las 12:24 +0200, Konstantin escribió:
 I installed FDOM on my SD Card (2 GB), and at first everything (including PIN
 entry) was working fine, but now (I did an opkg upgrade at some point, but I'm
 not sure if this is in any way connected)
Believe me, it tighly connected :)
  after booting the PIN-entry dialog
 doesn't pop up, and after a while a message stating that qpe died pops up.
 
 However, I noticed something suspicious in the dmesg output:
 
 [   72.37] BUG: sleeping function called from invalid context at
 kernel/mutex.c:207
 [   72.37] in_atomic():0, irqs_disabled():128
 [   72.37] 2 locks held by gesd/1426:
 [   72.37]  #0:  (evdev-mutex){}, at: [c01d3f94] 
 evdev_open+0xec/0x18c
 [   72.37]  #1:  (dev-mutex){}, at: [c01cefe4]
 input_open_device+0x24/0xac
 [   72.37] [c002dbfc] (dump_stack+0x0/0x14) from [c0042d34]
 (__might_sleep+0xdc/0xf8)
 [   72.37] [c0042c58] (__might_sleep+0x0/0xf8) from [c02d0d14]
 (mutex_lock_nested+0x28/0x2a0)
 [   72.37]  r5:c7d76c2c r4:0047
 [   72.37] [c02d0cec] (mutex_lock_nested+0x0/0x2a0) from [c01d4f78]
 (reg_set_bit_mask+0x30/0x6c)
 [   72.37] [c01d4f48] (reg_set_bit_mask+0x0/0x6c) from [c01d503c]
 (lis302dl_input_open+0x30/0x58)
 [   72.37]  r8:c7d778e0 r7:c7d74660 r6: r5:c7d76c20 r4:a013
 [   72.37] [c01d500c] (lis302dl_input_open+0x0/0x58) from [c01cf034]
 (input_open_device+0x74/0xac)
 [   72.37]  r5:c7d7781c r4:c7d74000
 [   72.37] [c01cefc0] (input_open_device+0x0/0xac) from [c01d3fc8]
 (evdev_open+0x120/0x18c)
 [   72.37]  r7: r6:c69ab000 r5:c7d77800 r4:c7d77894
 [   72.37] [c01d3ea8] (evdev_open+0x0/0x18c) from [c01d0c3c]
 (input_open_file+0xf0/0x1b4)
 [   72.37] [c01d0b4c] (input_open_file+0x0/0x1b4) from [c009d534]
 (chrdev_open+0x198/0x1e0)
 [   72.37]  r7:c68353c0 r6:c6892108 r5:c7c6ec60 r4:
 [   72.37] [c009d39c] (chrdev_open+0x0/0x1e0) from [c0098770]
 (__dentry_open+0x140/0x228)
 [   72.37]  r7:c009d39c r6:c6892108 r5: r4:c68353c0
 [   72.37] [c0098630] (__dentry_open+0x0/0x228) from [c0098904]
 (nameidata_to_filp+0x34/0x4c)
 [   72.37] [c00988d0] (nameidata_to_filp+0x0/0x4c) from [c009895c]
 (do_filp_open+0x40/0x48)
 [   72.37]  r4:
 [   72.37] [c009891c] (do_filp_open+0x0/0x48) from [c00989bc]
 (do_sys_open+0x58/0xe8)
 [   72.37]  r5:40ba84d8 r4:
 [   72.37] [c0098964] (do_sys_open+0x0/0xe8) from [c0098a84]
 (sys_open+0x24/0x28)
 [   72.37]  r8:c00290a8 r7:0005 r6:0002 r5:bed0ce44 r4:00012574
 [   72.37] [c0098a60] (sys_open+0x0/0x28) from [c0028f00]
 (ret_fast_syscall+0x0/0x2c)
 
 Maybe that is connected to my problem in any way?
When you upgrade the qt-x11 pacakges they usually deletes the tweaked
config files that make FDOM work, take a look at the FDOM wiki page at
the Warnings 
 Is this a known problem, or can any of you make something out of this?

Regards
 
 Regards,
 Konstantin
 
 ___
 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: Software package

2008-09-08 Thread David Samblas
you can copy an existing one, 

#cd /usr/share/applications
#cp  pyefl-sudoku.desktop whateveryouwant.desktop

and now with you prefered text editor I use joe to install it, just 
#opkg install joe
or you can use already installed vi

#joe whateveryouwant.desktop
You will see something like this

[Desktop Entry]
Encoding=UTF-8
Name=Sudoku
TryExec=sudoku_ui.py
GenericName=pyefl-sudoku
Comment=Sudoku game
StartupNotify=false
Exec=sudoku_ui.py
Icon=pyefl-sudoku
Terminal=false
Type=Application
Categories=Applications;Game;ENLIGHTENMENT;

modify Name,GenericName to Handwriting for example,  Comment to X11
handwritting recognition, TryExec and Exec with the executable name (you
dont have specified it in you mail so if you don't know how to retrieve
it please read below)
you can also change the icon (a 48x48 pixels png file will fit, you can
easy, create/adapt one with gimp), and change to a more fitting
categories as Applications;Utilities;keyboards;input 
 
To know the name of the binary to execute doing a
#opkg files name of the pakage|grep bin 

it will list what files it probides and the grep will filter those
installed in defaults executables directories, surely one of those files
will be the one you  need.

By the way, can you especify where did you download, read, and know
about this handwritting stuff?? I have no idea.

for the rotate screen stuff look in
http://wiki.openmoko.org/wiki/Gestures or if you want something more
simplier look at http://wiki.openmoko.org/wiki/Rotate

El lun, 08-09-2008 a las 13:53 +0200, stefan gustavsson escribió:
 How do i create the .desktop file, what do i put in, they all look
 different, could someone help me with this 
 
  
 
 
 
 
 __
  Date: Mon, 8 Sep 2008 10:43:23 +1000
  From: [EMAIL PROTECTED]
  To: support@lists.openmoko.org
  Subject: Re: Software package
  
  stefan gustavsson wrote:
   Where do i activate the handwriting software, i have downloaded
 the x11 handwriting software to the neo freerunner with OM2008.8, but
 i cant find where to activate it. The other question i had is where do
 i find the software/package that enables the motion features on the
 neo freerunner, like the screen adapting to how you hold your phone.
 Thanks in advance Kind Regards Stefan
   
  create a .desktop file for it in /usr/share/applications, using one
 of 
  the existing ones as a template.
  
  HTH,
  -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


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


Re: Debian-how to login without keyboard?

2008-08-29 Thread David Samblas
El vie, 29-08-2008 a las 16:53 +0200, arne anka escribió:
  Hi there I have just installed debian in the sd card doing the
  partitions and copying a kernel and the
  http://rabenfrost.net/debian/debian-armel-xfce.tar.bz2; file and
 
 that should be rather unnecessary -- everything is inthe debian  
 repositories.
There is any rootfs in tar.gz or tar.bz2 in that repos? I think is
quicker(not mean better or easier, only quicker) to untar a file in a
mounted partition in neo or even quicker in a usb2.0 card reader, than
go trough all the cdbootstrap proccess (I have done booth and I will be
very happy if you tell me where to find other tar file with a working
debian rootfs) 
 
  everything is running smooth until the gdm login prompt arise.
 
 if you need gdm only for login, you should reconsider that choice -- it is  
 fat and has lot of dependencies using space and cpu.
Sorry me I don't need gdm that's one of the problems of a packed rootfs,
you don't know what did you find until it boots :) and seems that this
root fs comes with gdm, but the previous Juan Cañete comment is straight
enough to fit my needs boot as son as posible with the phone stack on,
thank you both
 
 as for your problem at hand: search the archives, i think sparky mat wrote  
 two or three weeks ago, how he configured gdm to do autologin by  
 manipulating a config file.

 
 
 ___
 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