PDA

View Full Version : Where is the source for the Connectivity UI dialogs?


daperl
01-11-2010, 04:02 PM
According to this picture (http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Architecture/Top_Level_Architecture), the Connectivity UI dialogs aren't proprietary. If so, does anyone know where their source is? Thanks.

5704

VDVsx
01-11-2010, 05:14 PM
According to this picture (http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Architecture/Top_Level_Architecture), the Connectivity UI dialogs aren't proprietary. If so, does anyone know where their source is? Thanks.

5704

They are in the official repositories, but split in several packages depending in the component, for e.g the source for the bluetooth dialogs are here: http://repository.maemo.org/pool/maemo5.0/free/libc/libconbtui/

More info here: http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Using_Connectivity_Components/Maemo_Connectivity#Connectivity_UI

daperl
01-11-2010, 07:25 PM
Thanks, but I'm looking for the actual UI code. Specifically, I'm looking for the source of this dailog:

5713

But I'm guessing this falls inside that red ICD2 box. If so, then the other box should read Connectivity UI dialogs API. :(

It's cool, I guess I'll just use the LibConIC API D-BUS stuff and roll my own UI.