maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   IT as Windows SideShow device (https://talk.maemo.org/showthread.php?t=32436)

xmob 2009-10-19 01:15

Re: IT as Windows SideShow device
 
Version 0.0.6 has been submitted to the autobuilder and should be in extras-devel soon. I'll update the garage when I get up in the morning. :)

Quote:

Bluetooth communications now run in a seperate thread.
Removed unnecessary screen redraws to improve performance.
Event polls now break on a match to improve performance.

xmob 2009-10-19 08:07

Re: IT as Windows SideShow device
 
Garage now updated to 0.0.6

jmc8501 2010-01-22 21:28

Re: IT as Windows SideShow device
 
I just installed this on my n810 and think it is very well done! I would like to help out in any way possible; are you still working on improving it?

Nathan 2010-07-13 03:47

Re: IT as Windows SideShow device
 
Just as a fyi; I am running it on a n900. I had to make only a couple small changes:

Right around line 980 -
I changed the '/org/bluez' to just '/' on (Not sure if it is a needed change)
Code:

obj = bus.get_object('org.bluez','/')
I replaced the line (around 987)
Code:

self.lmac_f = adapter.GetAddress()
with
Code:

props = adapter.GetProperties()
self.lmac_f = props['Address']

I'm using it on my N900 on a W7 64bit machine.

Nathan


All times are GMT. The time now is 20:53.

vBulletin® Version 3.8.8