|
|
06-30-2009
, 05:33 AM
|
|
Posts: 432 |
Thanked: 640 times |
Joined on Mar 2009
|
#2
|
|
|
06-30-2009
, 11:01 PM
|
|
Posts: 32 |
Thanked: 6 times |
Joined on Aug 2007
|
#3
|
|
|
07-01-2009
, 03:41 AM
|
|
Posts: 432 |
Thanked: 640 times |
Joined on Mar 2009
|
#4
|
|
|
07-01-2009
, 04:38 AM
|
|
Posts: 32 |
Thanked: 6 times |
Joined on Aug 2007
|
#5
|
|
|
07-01-2009
, 04:52 AM
|
|
Posts: 432 |
Thanked: 640 times |
Joined on Mar 2009
|
#6
|
|
|
07-02-2009
, 12:43 AM
|
|
Posts: 32 |
Thanked: 6 times |
Joined on Aug 2007
|
#7
|
|
|
07-02-2009
, 04:13 AM
|
|
|
Posts: 1,665 |
Thanked: 1,642 times |
Joined on Jun 2008
@ Praha, Czech Republic
|
#8
|
|
|
07-02-2009
, 04:33 AM
|
|
Posts: 432 |
Thanked: 640 times |
Joined on Mar 2009
|
#9
|
golam.sarower: Just to make sure: You know that Fremantle applications won't easily run on a N810?
|
|
07-05-2009
, 11:23 PM
|
|
Posts: 32 |
Thanked: 6 times |
Joined on Aug 2007
|
#10
|
![]() |
| Thread Tools | Search this Thread |
|
I want to develop a plug-in for home area (Home Screen applet) of the internet tablet N810. I have some progress. I have two source file, "*.h" and "*.c". There are some code referred by web. There is no main() function there. According to the web "http://maemo.org/api_refs/5.0/beta/tutorial/html/ch11.html" i have made a "*.so" by the command inside scratchbox "[sbox-FREMANTLE_X86: ~] > gcc -shared `pkg-config gtk+-2.0 libosso hildon-1 libhildondesktop-1 --libs --cflags` lib-timeout-home-applet.c -o lib-timeout-home-applet.so". I have a *.desktop file too. The desktop entry is:
[Desktop Entry]
Name=TimeOut
Comment=Execute an action at a given time
Type=default
X-Path=lib-timeout-home-applet.so
i have put the *.so inside "/usr/lib/hildon-desktop" and the *.desktop inside "/usr/share/application/hildon-home". The application is showing in the "Home->Select Applets" list of the device. But when i am selecting the application it is not launching. What may be the problem? I would be grateful for any kind of help. Please.......
Golam Sarower