Re: Litephone 0.1

2009-09-25 Thread Esteban Monge
Hi,

I have updated FSO in Debian recently. The current package in
pkg-fso is still HEAD on git.freesmartphone.org. But I have not
updated the FSO configuration package for GTA02 so far, so opimd
is disabled by default. You can enable it by editing
/etc/frameworkd.conf. The opimd section is supposed to look like
this:

[opimd]
# set 1 to disable a module
disable = 0
contacts_default_backend = CSV-Contacts
messages_default_backend = SIM-Messages-FSO
calls_default_backend = SQLite-Calls
dates_default_backend = SQLite-Dates
notes_default_backend = SQLite-Notes
tasks_default_backend = SQLite-Tasks
contacts_merging_enabled = 1
messages_default_folder = Unfiled
messages_trash_folder = Trash
sim_messages_default_folder = SMS
rootdir = ../etc/freesmartphone/opim:/
etc/freesmartphone/opim:/usr/etc/freesmartphone/opim

I will update config packages in the next week. The message would
have been on pkg-fso-maint [1] by the way ;)

[1]
http://lists.alioth.debian.org/pipermail/pkg-fso-maint/2009-September/001940.html

Excelent, thanks for the answer, Litephone works, I going to update the
frameworkd, because litephone dont show the sim contacts and crash when I
try create a new contact.


-- 
http://nuevaeracr.blogspot.com
Linux user number 478378
Linux machine number 386687
Tec. Esteban Monge Marín
Tel: (506) 8379-3562

“No habrá manera de desarrollarnos y salir de
la pobreza mientras los pocos negocios
grandes de nuestro medio se entreguen a las
economías foráneas y nosotros nos
quedemos con solo negocios de pobre,
mientras en vez de ser propietarios de nuestro
propio país nos convirtamos en un ejército de
empleados del exterior”
José Figueres Ferrer, 1952.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Litephone 0.1

2009-09-24 Thread Esteban Monge
Hello, I came down the sources and I am compiling for Debian GNU / Linux.

But when I entry the gsm pin send the next error:

Warning: DBus error: org.freedesktop.DBus.Error.ServiceUnknown The name
org.freesmartphone.opimd wat not provided by .service files
fatal: src/qabstractdbuslib.cpp: 48: QString getString(const QDBUSMessage):
check failed: m.arguments().size == 1
Aborted

Sorry for my bad english, but can someone help?

I haved run Zhone and works great, but I want more options, like
LitePhone!!!
-- 
http://nuevaeracr.blogspot.com
Linux user number 478378
Linux machine number 386687
Tec. Esteban Monge Marín
Tel: (506) 8379-3562

“No habrá manera de desarrollarnos y salir de
la pobreza mientras los pocos negocios
grandes de nuestro medio se entreguen a las
economías foráneas y nosotros nos
quedemos con solo negocios de pobre,
mientras en vez de ser propietarios de nuestro
propio país nos convirtamos en un ejército de
empleados del exterior”
José Figueres Ferrer, 1952.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Litephone 0.1

2009-09-24 Thread Christof Musik
Hi

I think the debian packages for FSO are quite outdated. The error you
send looks to me like opimd is not enabled, but litephone depends on it.
Since I don't use debian I can't tell you what packages you have to
update. Maybe you could check the debian threads on this list.

Kind regards,
Christof

On Thu, Sep 24, 2009 at 06:27:40PM -0600, Esteban Monge wrote:
 Hello, I came down the sources and I am compiling for Debian GNU / Linux.
 
 But when I entry the gsm pin send the next error:
 
 Warning: DBus error: org.freedesktop.DBus.Error.ServiceUnknown The name
 org.freesmartphone.opimd wat not provided by .service files
 fatal: src/qabstractdbuslib.cpp: 48: QString getString(const QDBUSMessage):
 check failed: m.arguments().size == 1
 Aborted
 
 Sorry for my bad english, but can someone help?
 
 I haved run Zhone and works great, but I want more options, like
 LitePhone!!!
 -- 
 http://nuevaeracr.blogspot.com
 Linux user number 478378
 Linux machine number 386687
 Tec. Esteban Monge Marín
 Tel: (506) 8379-3562
 
 “No habrá manera de desarrollarnos y salir de
 la pobreza mientras los pocos negocios
 grandes de nuestro medio se entreguen a las
 economías foráneas y nosotros nos
 quedemos con solo negocios de pobre,
 mientras en vez de ser propietarios de nuestro
 propio país nos convirtamos en un ejército de
 empleados del exterior”
 José Figueres Ferrer, 1952.

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



pgpVebWumH4eG.pgp
Description: PGP signature
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Litephone 0.1

2009-09-24 Thread Sebastian Reichel
On Fri, Sep 25, 2009 at 06:16:55AM +0200, Christof Musik wrote:
 Hi
 
 I think the debian packages for FSO are quite outdated. The error you
 send looks to me like opimd is not enabled, but litephone depends on it.
 Since I don't use debian I can't tell you what packages you have to
 update. Maybe you could check the debian threads on this list.
 
 Kind regards,
 Christof

Hi,

I have updated FSO in Debian recently. The current package in
pkg-fso is still HEAD on git.freesmartphone.org. But I have not
updated the FSO configuration package for GTA02 so far, so opimd
is disabled by default. You can enable it by editing
/etc/frameworkd.conf. The opimd section is supposed to look like
this:

[opimd]
# set 1 to disable a module
disable = 0
contacts_default_backend = CSV-Contacts
messages_default_backend = SIM-Messages-FSO
calls_default_backend = SQLite-Calls
dates_default_backend = SQLite-Dates
notes_default_backend = SQLite-Notes
tasks_default_backend = SQLite-Tasks
contacts_merging_enabled = 1
messages_default_folder = Unfiled
messages_trash_folder = Trash
sim_messages_default_folder = SMS
rootdir = 
../etc/freesmartphone/opim:/etc/freesmartphone/opim:/usr/etc/freesmartphone/opim

I will update config packages in the next week. The message would
have been on pkg-fso-maint [1] by the way ;)

[1] 
http://lists.alioth.debian.org/pipermail/pkg-fso-maint/2009-September/001940.html

-- Sebastian


signature.asc
Description: Digital signature
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Litephone 0.1

2009-09-22 Thread Steven **
I'll try it out tonight and get back.

But I did notice one thing from the screenshots...
http://openmoko.senfdax.de/screenshots/litephone-0.1-5.png
Is that supposed to say address at the top?

And is that a tab or something (can't figure it out from the screenshot)?

-Steven

On Wed, Sep 9, 2009 at 2:37 PM, Christof Musik chris...@senfdax.de wrote:
 Hello

 Today I'm pleased to announce Litephone 0.1. Since the last version
 released by Michal I've done some work and improved the whole code.
 There are also many changes and fixes for the UI.  To install it follow
 the instructions on www.litephone.org. There you will find all packages
 that are needed to install Litephone and Qt.

 Here is a quick summary of the changes I've done:

 - Improved message and phonelog view
 - Contacts can have more properties
 - Added PIN input widget and use it in PIN change dialog
 - Translation support (thanks to Bartłomiej Zimoń for polish
  translation)
 - Improved startup code

 If you find any bugs or have feature requests, just report them on
 www.litephone.org

 Kind regards,
 Christof


 ___
 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


Re: Litephone 0.1

2009-09-22 Thread Michele Brocco
On 9/22/09, Steven ** montgoss+openmokocommun...@gmail.com wrote:
 I'll try it out tonight and get back.

 But I did notice one thing from the screenshots...
 http://openmoko.senfdax.de/screenshots/litephone-0.1-5.png
 Is that supposed to say address at the top?

 And is that a tab or something (can't figure it out from the screenshot)?
Yes it is a tab with Email address, website address twitter address
and postal address currently.

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


Re: Litephone 0.1

2009-09-20 Thread MicVM

Very well done and nice UI concepts man! Like it very much.
Here some small issues I experienced so far:

- I synched my opimd contacts with pisi, I can read all the synched phone
numbers in opimd contacts demo application, but I cant read them in the
litephone contact tab. However, I have all the names of the contacts there,
but the content is empty. Just for some few contacts i can find one phone
number sometimes (most of the time its of the mobile phone number field). I
think that may be because of the different naming of the fields?
- Sometimes I choose a contact and edit some data and everything works fine.
If after that I want to edit another contact, it shows the contact I edited
previously.

Keep up your good work
-- 
View this message in context: 
http://n2.nabble.com/Litephone-0-1-tp3613077p3681078.html
Sent from the Openmoko Community mailing list archive at Nabble.com.

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


Re: Litephone 0.1

2009-09-11 Thread Christof Musik
Hello Vikas,

no you are not alone. I could reproduce this and fixed it in git.

Kind regards,
Christof

On Fri, Sep 11, 2009 at 02:03:04AM +0530, Vikas Saurabh wrote:
  If you find any bugs or have feature requests, just report them on
  www.litephone.org
 
 I am using SHR-U but for litephone had always been crashing on bootup.
 I have already filed a bug [1] for this. Was wondering if I am the
 only one facing the issue???
 
 --Vikas
 
 [1]: http://www.litephone.org/ticket/2
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 


pgp7ZQT90qYUx.pgp
Description: PGP signature
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Litephone 0.1

2009-09-10 Thread Matthias Apitz
El día Wednesday, September 09, 2009 a las 09:37:33PM +0200, Christof Musik 
escribió:

 Hello
 
 Today I'm pleased to announce Litephone 0.1. Since the last version
 released by Michal I've done some work and improved the whole code.
 There are also many changes and fixes for the UI.  To install it follow
 the instructions on www.litephone.org. There you will find all packages
 that are needed to install Litephone and Qt.
 
 Here is a quick summary of the changes I've done:
 
 - Improved message and phonelog view
 - Contacts can have more properties
 - Added PIN input widget and use it in PIN change dialog
 - Translation support (thanks to Bart??omiej Zimo?? for polish
   translation)
 - Improved startup code
 
 If you find any bugs or have feature requests, just report them on
 www.litephone.org
 
 Kind regards,
 Christof
 

Hello Christof,

Will this also work on Om2008.9 or is there a version for this?
Thx

matthias
-- 
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e g...@unixarea.de - w http://www.unixarea.de/
People who hate Microsoft Windows use Linux but people who love UNIX use 
FreeBSD.

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


Re: Litephone 0.1

2009-09-10 Thread Michal Brzozowski
2009/9/10 Matthias Apitz g...@unixarea.de


 Hello Christof,

 Will this also work on Om2008.9 or is there a version for this?
 Thx


Litephone is based on FSO. Are you running latests FSO on your Om2008?
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Litephone 0.1

2009-09-10 Thread Christof Musik
Hello Matthias,

 Will this also work on Om2008.9 or is there a version for this?
 Thx

you need a recent FSO daemon to run this application, so it wouldn't work
on Om2008.9. Since the whole API on Om2008.9 is deprecated I don't think
that we will support this. You should really try shr-unstable.

Kind regards,
Christof


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


Re: Litephone 0.1

2009-09-10 Thread Patryk Benderz
Dnia 2009-09-09, śro o godzinie 21:37 +0200, Christof Musik pisze:
 Hello
 
 Today I'm pleased to announce Litephone 0.1. Since the last version
 released by Michal I've done some work and improved the whole code.
Great to hear this. I like Litephone much mores than Paroli (sorry
Angus ;) )

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


Email secured by Check Point

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


Re: Litephone 0.1

2009-09-10 Thread Arigead
Christof Musik wrote:
 Hello
 
 Today I'm pleased to announce Litephone 0.1. Since the last version
 released by Michal I've done some work and improved the whole code.
 There are also many changes and fixes for the UI.  To install it follow
 the instructions on www.litephone.org. There you will find all packages
 that are needed to install Litephone and Qt.
 
 Here is a quick summary of the changes I've done:
 
 - Improved message and phonelog view
 - Contacts can have more properties
 - Added PIN input widget and use it in PIN change dialog
 - Translation support (thanks to Bart?omiej Zimon' for polish
   translation)
 - Improved startup code
 
 If you find any bugs or have feature requests, just report them on
 www.litephone.org
 
 Kind regards,
 Christof
 

Thanks a million for the update. I tried litephone on SHR-U for the
first time yesterday and tried to send a text message test message
hello. That got displayed in litephone as ttes meessag hello which I
thought was funny as. I was going to ask if there were any updates or
where the repository was today. You beat me to it downloading now ;-)


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


Re: Litephone 0.1

2009-09-10 Thread Michal Brzozowski
2009/9/10 Arigead captain.dea...@gmail.com


 Thanks a million for the update. I tried litephone on SHR-U for the
 first time yesterday and tried to send a text message test message
 hello. That got displayed in litephone as ttes meessag hello which I
 thought was funny as. I was going to ask if there were any updates or
 where the repository was today. You beat me to it downloading now ;-)


Can you go to sent messages and see what has been sent? My guess is that you
typed in the misspelled message using  the predictive illume keyboard.
Someone has already reported this, and my guess is the bug is somewhere
between illume and qt (maybe the fakekey events get swapped because illume
sends them all without a delay or something).
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Litephone 0.1

2009-09-10 Thread dorje



Christof Musik wrote:
 
 Hello
 
 Today I'm pleased to announce Litephone 0.1
 
 

Thank you!

I've been waiting for this day for 1 month... :)

Just upgraded it, I'm happy now! :D
-- 
View this message in context: 
http://n2.nabble.com/Litephone-0-1-tp3613077p3616882.html
Sent from the Openmoko Community mailing list archive at Nabble.com.

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


Re: Litephone 0.1

2009-09-10 Thread Arigead
Michal Brzozowski wrote:
 2009/9/10 Arigead captain.dea...@gmail.com
 mailto:captain.dea...@gmail.com
  
 
 Thanks a million for the update. I tried litephone on SHR-U for the
 first time yesterday and tried to send a text message test message
 hello. That got displayed in litephone as ttes meessag hello which I
 thought was funny as. I was going to ask if there were any updates or
 where the repository was today. You beat me to it downloading now ;-)
 
 
 Can you go to sent messages and see what has been sent? My guess is that
 you typed in the misspelled message using  the predictive illume
 keyboard. Someone has already reported this, and my guess is the bug is
 somewhere between illume and qt (maybe the fakekey events get swapped
 because illume sends them all without a delay or something).
 

The message got sent like that as I received it on my other phone that
garbled way. It's exactly the same with the new version which I
downloaded earlier today.

I don't see any way to look at sent messages in litephone so maybe it's
not as intuitive as it could be ;-)

Other problem is that it can't receive messages at all. I got rid of the
 notifier and ophonekitd out of /etc/X11/Xsession so maybe I need to put
the notifier back in but I'd assumed that I might not get a notification
but I'd still receive the message. Any messages I've sent are not
arriving at all.

Can we look at the source code?
;-)

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


Re: Litephone 0.1

2009-09-10 Thread Christophe M


 Can we look at the source code?
 ;-)




git clone git://git.litephone.org/litephone


-- 
--

Openmoko phone gui :

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


Re: Litephone 0.1

2009-09-10 Thread Michal Brzozowski
2009/9/10 Arigead captain.dea...@gmail.com

 I don't see any way to look at sent messages in litephone so maybe it's
 not as intuitive as it could be ;-)


Well it ain't no Iphone!!!
:-)
Go to messages and click filter.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Litephone 0.1

2009-09-10 Thread Al Johnson
On Thursday 10 September 2009, Michal Brzozowski wrote:
 2009/9/10 Arigead captain.dea...@gmail.com

  Thanks a million for the update. I tried litephone on SHR-U for the
  first time yesterday and tried to send a text message test message
  hello. That got displayed in litephone as ttes meessag hello which I
  thought was funny as. I was going to ask if there were any updates or
  where the repository was today. You beat me to it downloading now ;-)

 Can you go to sent messages and see what has been sent? My guess is that
 you typed in the misspelled message using  the predictive illume keyboard.
 Someone has already reported this, and my guess is the bug is somewhere
 between illume and qt (maybe the fakekey events get swapped because illume
 sends them all without a delay or something).

Sounds to me like the Qt input event reordering bug, but I thought it would be 
fixed by now.

http://lists.trolltech.com/qt-interest/2008-10/thread00773-0.html


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


Re: Litephone 0.1

2009-09-10 Thread Vikas Saurabh
 If you find any bugs or have feature requests, just report them on
 www.litephone.org

I am using SHR-U but for litephone had always been crashing on bootup.
I have already filed a bug [1] for this. Was wondering if I am the
only one facing the issue???

--Vikas

[1]: http://www.litephone.org/ticket/2

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