Re: [UPDATE] FSO on Palm Pre

2010-05-30 Thread Michal Brzozowski
2010/5/30 Simon Busch : > > Heyho, > > I have some short update for you about our effort to bring FSO to the Palm Pre > device. Big show stopper for a very long time was the modem, but from the > moment > on we discovered the first bits of the protocol we moved on very fast with > every step. The

SHR xorg xrandr event confusion

2009-12-23 Thread Michal Brzozowski
Hello, This is what's happening. I start Xorg on the newest SHR-testing, start a single application that receives xrandr events, and run 'xrandr -o 1'. My application receives 15 xrandr events. The width and height fields don't make sense at all, they randomly specify either the previous orientati

Re: [fso] PIM.Messages

2009-07-27 Thread Michal Brzozowski
2009/7/27 Sebastian Krzyszkowiak > > It's in my TODO :P > I get this error on calling Message.Delete. org.freesmartphone.PIM.InvalidBackend Backend properties not including PIMB_CAN_DEL_ENTRY Then I tried calling Source.GetSupportedPIMDomains and Source.GetProperties, but these methods don't se

Re: [fso] PIM.Messages

2009-07-27 Thread Michal Brzozowski
2009/7/27 Sebastian Krzyszkowiak > > > No, now you have to add it using PIM.Messages.Add method. Then it'll > be notified with NewMessage signal. > > Sorry for asking questions for which I could find answers by experimenting, but this information could be useful for someone else too. Does opimd a

Re: [fso] PIM.Messages

2009-07-27 Thread Michal Brzozowski
2009/7/27 Sebastian Krzyszkowiak > > I didn't work at folders yet. To differ between incoming and sent, > just query for {'Direction':'in'} or {'Direction':'out'} > > NewMessage notifies about every message added to database. It's > emitted at boot when reading messages from db, and it's emmited a

[fso] PIM.Messages

2009-07-27 Thread Michal Brzozowski
I've got some questions about PIM.Messages. The list of message folders that I got from GetFolderNames is: 'Unfiled', 'Trash', 'SMS'. Can someone explain what they mean? I was expecting something like: 'Incoming', 'Sent', 'Drafts', 'Trash'. What's the difference between NewMessage and IncomingMes

Re: ophoned InitProtocols

2009-07-26 Thread Michal Brzozowski
2009/7/26 Sebastian Krzyszkowiak > > I don't know if ophoned is really unimplemented, or just specs are out > of date, as i don't know ophoned. I just said that "it looks for me" > ;) I found some apps from 2008 that use this interface, so I thought it's safe to use it. There's also a tutorial

Re: ophoned InitProtocols

2009-07-26 Thread Michal Brzozowski
2009/7/26 Sebastian Krzyszkowiak > > I would say ophoned isn't fully implemented yet. Why can't you use ogsmd? > > Any other interfaces I should know about that are not implemented yet? ___ devel mailing list devel@lists.openmoko.org https://lists.openmo

Re: ophoned InitProtocols

2009-07-26 Thread Michal Brzozowski
2009/7/26 Michal Brzozowski > How is one supposed to call InitProtocols? I get an UnknownMethod error in > QT, same as below: > > r...@om-gta02 ~ $ mdbus -s org.freesmartphone.ophoned > /org/freesmartphone/Phone > org.freesmartphone.Phone.InitProtocols > /org/freesmartphone

ophoned InitProtocols

2009-07-26 Thread Michal Brzozowski
How is one supposed to call InitProtocols? I get an UnknownMethod error in QT, same as below: r...@om-gta02 ~ $ mdbus -s org.freesmartphone.ophoned /org/freesmartphone/Phone org.freesmartphone.Phone.InitProtocols /org/freesmartphone/Phone: InitProtocols failed: org.freedesktop.DBus.Error.UnknownMe

Re: ANN: freesmartphone.org MS 5.5

2009-07-25 Thread Michal Brzozowski
fault, or do I need to launch something? Thanks, Michal 2009/7/23 Sebastian Krzyszkowiak > On Thu, Jul 23, 2009 at 11:20, Michal Brzozowski wrote: > > 2009/7/19 Michael 'Mickey' Lauer > >> > >> The Freesmartphone.org team is proud to release milestone 5.5 c

Re: ANN: freesmartphone.org MS 5.5

2009-07-24 Thread Michal Brzozowski
2009/7/23 Michal Brzozowski > 2009/7/19 Michael 'Mickey' Lauer > >> The Freesmartphone.org team is proud to release milestone 5.5 codenamed >> 'In Transit...'. >> > > Are docs.freesmartphone.org going to be updated? There are no > org.frees

Re: ANN: freesmartphone.org MS 5.5

2009-07-23 Thread Michal Brzozowski
2009/7/19 Michael 'Mickey' Lauer > The Freesmartphone.org team is proud to release milestone 5.5 codenamed > 'In Transit...'. > Are docs.freesmartphone.org going to be updated? There are no org.freesmartphone.PIM docs, is the interface still subject to change? Can I assume that the other interf

Re: C++ and libfso

2009-07-22 Thread Michal Brzozowski
2009/7/22 Michael 'Mickey' Lauer > There are some others on this mailing list using FSO from Qt, so > just ping here, if you run into trouble. > Some simple examples on how to connect to FSO from Qt would be awesome. I'm having trouble digging into dbus, especially that I started learning Qt som

Re: C++ and libfso

2009-07-22 Thread Michal Brzozowski
2009/7/22 Michael 'Mickey' Lauer > > > Any hints on how to use a vala library in C++? > > Since it's C, just like you would interface with any other C library. Do > you plan to use it from plain C++ or via Qt? > I'm using Qt. I just noticed there is dbus support in Qt. It probably makes more se

Xglamo mouse wheel buttons

2009-07-22 Thread Michal Brzozowski
Hi, Xglamo doesn't support mouse wheel by default. This means no scrolling through x11vnc for example. I noticed that Xfbdev supports it. Is there an easy way to turn it on in Xglamo? Michal ___ devel mailing list devel@lists.openmoko.org https://lists.

C++ and libfso

2009-07-22 Thread Michal Brzozowski
Hi, I want to connect to FSO with C++. I understand that I should use libfso-glib. Is there any documentation for it? Any hints on how to use a vala library in C++? Thanks, Michal ___ devel mailing list devel@lists.openmoko.org https://lists.openmoko.o

initializing elementary outside enlightenment

2009-07-21 Thread Michal Brzozowski
Hi, I'm trying to set up an Icewm environment. There is a number of apps I want to run that use elementary. I don't know how to correctly set all the ELM_* environment variables. Without this the apps have too small window sizes and tiny fonts. Is there a command I can run to correctly init everyt

Re: touchpad on OM

2009-07-20 Thread Michal Brzozowski
2009/7/20 Petr Vanek > > Michal, > > it seems to only make left click and not right for me... > > anything i can debug? > > Petr > > Thanks, actually it was doing middle click instead of right. If you reinstall from the same url, it should work. What application can you test right click in on OM?

Re: moving mouse cursor automatically with xautomation (Re: touchpad on OM)

2009-07-20 Thread Michal Brzozowski
2009/7/20 Timo Juhani Lindfors > Michal Brzozowski writes: > > bit slow on some windows, vala-terminal in particular. I'm not sure if > it's > > possible at all to use a real mouse pointer for this. > > It is possible. For example > > $ xte "mousemov

Re: touchpad on OM

2009-07-20 Thread Michal Brzozowski
2009/7/20 Michal Brzozowski > I've implemented this as part of literki. The touchpad area is of course > transparent, and the pointer is just a little x-shaped window. The pointer > is a bit shaky, because of noise coming from the finger input. It's also a > bit slow

touchpad on OM

2009-07-20 Thread Michal Brzozowski
Hi, I'm not sure if anyone has ever tried this. I thought it would be handy to have a mouse pointer on the phone, driven by a "touchpad" area in the lower part of the screen. To click you just hit an appropriate button. This way you can do left click, right click, and any other mouse buttons you w

qtopia-phone-x11 in OE

2009-06-28 Thread Michal Brzozowski
Hi, I'd like to compile the phone apps from Om2008 (I understand they come from qtopia-phone-x11-* packages) in OpenEmbedded. Any hints on how to get the recipes for that? I can't find them in any branches. Thanks, Michal ___ devel mailing list devel@li

Re: e-libs version numbering

2009-06-24 Thread Michal Brzozowski
2009/6/24 Klaus 'mrmoku' Kurzmann > > > It did a week or two ago (the last time I tried SHR-U). The same symptoms > > as I have in current Om testing: when using the fullscreen option in > > tangogps and woosh, or touching the top panel in woosh. > I don't have woosh installed... but I tried full

Re: Beeing my own internet provider?

2009-06-22 Thread Michal Brzozowski
2009/6/22 Alexander Lehner > > Since the internet access from mobile phones is sometimes pretty > expensive, i thought about setting up my own dial-in point and use my > flatrate at home. > Does any one know if that is physically possible at all - I mean, can I > plug a modem or ISDN card at home

making a soft keyboard

2009-06-14 Thread Michal Brzozowski
Hi, I'm making a new soft keyboard. I'd like to know how to integrate it with illume. Is it documented how to do that? The keyboard needs to show/hide at the right moments, so I guess illume needs to know which app is the keyboard, right? Thanks for any hints, Michal _