[maemo-developers] porting Maemo to Siemens Simpad

2005-08-12 Thread Florian Mayer

Hello,

I am currently trying to port Maemo to the Siemens Simpad. Since Maemo 
can be built with OpenEmbedded, this should not be a bigger task 
anymore. I had to modify some scripts to get it start up so far. If 
somebody is interested in those modifications please drop me a line and 
I will write a summary.
When I start Maemo by hand (I disabled the af-scripts for Runlevel 4 and 
used this runlevel by default) I get the following output:


[EMAIL PROTECTED]:~# /etc/init.d/af-services start
Starting GConf daemon
Starting D-BUS session bus daemon
Starting Sapwood image server
Starting Matchbox window manager
/etc/osso-af-init/real-af-services: 67: /usr/sbin/bootstate: not found
[EMAIL PROTECTED]:~# ** INFO: server started
[EMAIL PROTECTED]:~# /etc/init.d/af-startup  start
[EMAIL PROTECTED]:~# /etc/init.d/af-base-apps   start
Starting Task Navigator
/usr/share/themes/default/gtk-2.0/themespecificgtk:14: error: invalid 
identifier `logical_color', expected valid identifier
/usr/share/themes/default/gtk-2.0/gtkrc:193: error: invalid string 
constant osso-logical-colors, expected valid string constant


** (hildon-navigator:1181): WARNING **: Error loading icon 
'qgn_grid_tasknavigator_others': Icon 'qgn_grid_tasknavigator_others' 
not present in theme



** (hildon-navigator:1181): WARNING **: Could not load icon: Icon 
'qgn_list_tasknavigator_appswitcher' not present in theme



(hildon-navigator:1181): Gtk-CRITICAL **: gtk_container_add: assertion 
`GTK_IS_WIDGET (widget)' failed


** (hildon-navigator:1181): WARNING **: Could not load icon: Icon 
'qgn_list_home' not present in theme



** ERROR **: file windowmanager.c: line 2515 (init_window_manager): 
assertion failed: (model)

aborting...
Starting Home
/usr/share/themes/default/gtk-2.0/themespecificgtk:14: error: invalid 
identifier `logical_color', expected valid identifier
/usr/share/themes/default/gtk-2.0/gtkrc:193: error: invalid string 
constant osso-logical-colors, expected valid string constant

Starting Statusbar
.: 72: Can't open /etc/osso-af-init/keyboard.sh
[EMAIL PROTECTED]:~# /usr/share/themes/default/gtk-2.0/themespecificgtk:14: 
error: invalid identifier `logical_color', expected valid identifier
/usr/share/themes/default/gtk-2.0/gtkrc:193: error: invalid string 
constant osso-logical-colors, expected valid string constant



The display is just solid grey, nothing but the mouse pointer is displayed.
I installed some locale packages manually.
Can somebody help me with the GTK-errors?
I can provide a list with the installed packages if this helps.

Regards
Flori
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] porting Maemo to Siemens Simpad

2005-08-12 Thread Florian Boor
Hello,

Florian Mayer wrote:
 I am currently trying to port Maemo to the Siemens Simpad. Since Maemo

that's apretty nice idea, most of the Maemo environment should work pretty
straight forward. To have really good support for it it will be necessary to
create a xmodmap file and some support of the hardware controls for the Simpad.

 The display is just solid grey, nothing but the mouse pointer is displayed.
 I installed some locale packages manually.
 Can somebody help me with the GTK-errors?
 I can provide a list with the installed packages if this helps.

This all looks very familiar... these seem to be remaining bugs in the source
packages the theme consists of. We have an open bug for this in maemo.org
bugzilla and wait patiently for some Noria people to return from holidays.

I'll send a notification to the mainlinglist as soon as this is fixed in OE.

If i find some free minutes then i can try myself - i have a Simpad too :-)

Greetings

Florian

-- 
The dream of yesterday  Florian Boor
is the hope of todayTel: 0271-771091-14
and the reality of tomorrow.Fax: 0271-771091-19
[Robert Hutchings Goddard, 1904][EMAIL PROTECTED]

6C 44 30 4C 43 20 6B 61  16 07 0F AA E6 97 70 A8
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] writing a keyboard driver

2005-08-12 Thread Florian Mayer

Hello,

another Question: I have written a keyboard driver for SUN SPARC 
keyboards. It runs on OPIE and uses its InputMethod interface. It is a 
quick hack, that's why I did not release it right now to the public. It 
builds more or less with OpenEmbedded.
SUN keyboards work very good with PDAs because they almost have an 
RS-232 port. You need just two ICs to get them connected to a PDA. Type 
4 keyboards are also quite compact.
Where should this driver be integrated? Is there an interface for that 
in the X-Server or in the Hildon-Framework?


Regards
Flori
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] New open source Web Browser for Maemo.

2005-08-12 Thread Mohammad Anwari
On Kam, 2005-08-11 at 10:23 -0400, ext João Leite wrote:
 Hi all,
 
 All debian packages are available now.

Hello,

I failed to see it running in my 770, couldn't do it either from the
Task Navigator menu nor the terminal. It just segfaulted when running
run-maemo.sh.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] New open source Web Browser for Maemo.

2005-08-12 Thread João Leite
Hi,

Could you try  this command on terminal :
$./run-standalone.sh /usr/bin/run-manaos.sh.

I've been try to run on my 770, but I've problems with some dependencies:
zlib1g
libxt6
libxrender1
libxft2(=2.1.6-1osso8)
libx11-6 | xlibs(4.1.0)
libpango1.0-0(=1.8.1)
libgtk2.0-0(=1:2.6.4-8)
libglib2.0-0(=2.6.0)
libgcc1(=1:3.3.3-1)
libfreetype6(=2.1.9-1osso10)
libfontconfig1(=2.3.2-1osso3)
libc6(=2.3.2.ds1-4)
libatk1.0-0(=1.6.0)

Do you have any idea about this ?

Cheers

Mohammad Anwari wrote:

On Kam, 2005-08-11 at 10:23 -0400, ext João Leite wrote:
  

Hi all,

All debian packages are available now.



Hello,

I failed to see it running in my 770, couldn't do it either from the
Task Navigator menu nor the terminal. It just segfaulted when running
run-maemo.sh.

  



-- 
 João Leite
-
10LE - Embedded Linux Laboratory
INdT - Instituto Nokia de Tecnologia
Manaus - Brazil
Fone: +55 92 2126-1072
Mobile: +55 92 8113-7162
[EMAIL PROTECTED]
-

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers