View Single Post
Posts: 8 | Thanked: 8 times | Joined on Jan 2010
#35
Hi,

I've recently started some development work on maemo 5 related to CWiid and some of my tasks are related to the yabbas' original To-Do list. The git repo I'm using can be found here http://github.com/pekkav/cwiid.

Originally Posted by yabbas View Post
To-do:
1) Fix CWiid automated Wiimote detection by using DBus methods.
2) Create debian installation package.
3) Find a means to hook the mouse driver to the tablet.
4) Hildonize WMGui
5) Find means to fix maemo software keyboard not working on insmod.
6) Create menus for:
* Starting and stopping (insmod/rmmod) kernel modules.
* Starting/Stopping wminput with autoconfigure.
* WMGui
1) Somewhat done, see libcwiid/backgroundconnect.c. I've started to implement there a background procedure for searching and connecting Wiimotes.
2) Done
4) Partly done, I added a new component wmgui-maemo for hildonized UI. It's not as feature rich as wmgui yet but it can be used to see that connecting and basic data transfer is working.

Compiling the package:
1. aclocal
2. autoconf
3. dpkg-buildpackage -rfakeroot -us -uc -D

Last edited by DJPecu; 2010-01-10 at 12:47.