Re: udhcpc and hostname

2007-08-31 Thread Guard ] [an
Kalle Valo  nokia.com> writes:

> It's not hardcoded, it should use the device name from Bluetooth
> Control Panel applet. If not, that's a bug.
> 

it does not seem to work any more since the last os 2007 update :(

which script should i hack to add a -H option to the udhcpc invocation ?

thanks.


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


Re: 3d chipset...

2007-06-29 Thread Guard][an
Frantisek Dufka wrote:
> It would be nice to have e.g. translucent virtual 
> keyboard overlaying original window instead of shrinking it.

doesn't this also require the support of the X Composite Extension and a 
compositing manager ?

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


Re: 3d chipset...

2007-06-29 Thread Guard][an
i'm sure someone else will be able to enlighten you better than i do but 
from what i can recall, it's not only a matter of providing a driver and 
enabling the device. there are bus and memory bandwidth considerations 
that somehow make the use of the 3d chipset useless on the current hardware

can someone confirm this ?

g.

Jesse Guardiani wrote:
> Hey,
> 
> Just a quick note. If I could have one thing changed software wise on 
> the n800, I'd enable the 3d chipset. I probably wouldn't even use it for 
> 3d graphics, just to accelerate 2d graphics. That would be sweet. pygame 
> is nice, but I want translucency and lighting effects.
> 

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


Re: Eclipse & the IDEs

2007-06-29 Thread Guard][an
Andreas Orfanos wrote:
> Now, when you build a new application on Maemo, it won't be millions
> of lines of code. Maybe 100 files or 5 lines maximum. These short
> of projects are managed quite well under Eclipse. You can develop and test
> your application on your host quite easily. Then you can cross compile it
> and produce an installable package for your target.
>  

this is definitely not what i experienced when i evalutated eclipse + 
laika back in time: all projects and files other than my maemo stuff 
were altered by the plugin :/

just to say that it's not only a matter of eclipse ide + cdt but also a 
matter of quality of the maemo support plugins added on top of them.

g.

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


Re: Eclipse & the IDEs

2007-06-25 Thread Guard][an
[EMAIL PROTECTED] wrote:
> If you know more, please share.
> 
> Quim
> 

hi folks,

i'm personally using encode (http://encode.sourceforge.net) quite happily.

for debugging, i recently discovered zero debugger: 
http://www.zero-bugs.com/ offers a free but closed source version which 
is capable of debugging user space x86 code.

regards,
g.

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


udhcpc and hostname

2007-06-08 Thread Guard][an
hello,

i logged to my n800 tablet using "ssh [EMAIL PROTECTED]" then changed 
/etc/hostname and /etc/hosts files.

i chose to use "n800" as the hostname, then rebooted.

the tablet gets its network connectivity through wifi and i noticed that 
the hostname registered with the local dhcp+dns servers setup is always 
"nokian800.domain.tld".

is there a way to configure this from a configuration file ? (dhclient 
has /etc/dhcp3/dhclient.conf send host-name ""; option).

or is it currently hardcoded and should i fill a bug ?

regards,
g.

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


Re: [maemo-developers] How to extend Hildon Input Methods

2007-04-18 Thread Guard][an

Hello Mohammad,

Since your reply to my questions, the wiki page 
http://www.maemo.org/platform/docs/howtos/howto_him_bora.html has not 
been updated :(


More over, 
http://repository.maemo.org/stable/3.1/content_comparison.html indicates 
that packages libhildon-input-method-framework-header-sdk-dev and 
libhildon-input-method-ui-header-sdk-dev have been removed.


As a consequence, it is not possible anymore to compile the sample input 
method plugin at 
http://www.maemo.org//downloads/him-plugin-examples/him-plugins-sdk-example-0.0.2.tar.gz


As a workaround, I will revert to bora 3.0. However, what's the solution 
for bora 3.1 ?


Regards,
G.

Mohammad Anwari wrote:

Pada hari Senin, tanggal 15/01/2007 pukul 13:45 +0100, ext Guard][an
menulis:
The tutorial mentions "libhildon-input-method-header-sdk-dev and 
libhildon-input-method-framework-header-sdk-dev packages" but the real 
name of the first package seems to be 
"libhildon-input-method-ui-header-sdk-dev".


You are correct. I'm cc:-ing bora-feedback hoping they can fix this.

Also, it would be nice to have more detailed documentation on key types 
and attributes usage.


For instance, the q markup seems 
rather obscure to me, particularly the alpha="ALPHA" part.


Also, how do you define a modifier key ?


Unfortunately, there is no modifier key :(

 And how do you specify tabs like the "abc" "ABC" "1!+" tabs on the thumb keyboard. In fact, having 


Put label attribute in the sublayout tag.
...


...

the xml versions of the .vkb files deployed on the device would really 
help understanding how to achieve the "abc/ABC click on the same tab 
changes the case" behavior. 


Use variance index for that, so we would have:
...


...

...
...

Is there any plan to make these .xml files 
available ?


Sorry, no plan for that.


Regards.
G.




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


Re: [maemo-developers] Installing both bora & gregale

2007-02-05 Thread Guard][an

Hi,

Well, I installed bora manually because I already had Apophis targets
for scirocco and herring.

However, I came accross the pkg-config problem which has already been
mentioned on this list: https://maemo.org/bugzilla/show_bug.cgi?id=947

I did not try to use the installer scripts lately but I would say that
they will both (for bora and gregale) setup SDK_PC and SDK_ARM targets
and you'll face a target name collision problem.


Klaus Rotter wrote:

Hi there,

Bora and gregale are both scratchbox Apophis R4 based, so is there a way 
to install them both on the same sbox environment?





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


Re: [maemo-developers] How to extend Hildon Input Methods

2007-01-15 Thread Guard][an

> You can apt-get install them after installing maemo-explicit.

Which does not work when you installed your bora scratchbox targets and 
sdk rootstraps manually because of pkg-config problems, see: 
http://rafb.net/p/Ta7ltB82.html


The tutorial mentions "libhildon-input-method-header-sdk-dev and 
libhildon-input-method-framework-header-sdk-dev packages" but the real 
name of the first package seems to be 
"libhildon-input-method-ui-header-sdk-dev".


Also, it would be nice to have more detailed documentation on key types 
and attributes usage.


For instance, the q markup seems 
rather obscure to me, particularly the alpha="ALPHA" part.


Also, how do you define a modifier key ? And how do you specify tabs 
like the "abc" "ABC" "1!+" tabs on the thumb keyboard. In fact, having 
the xml versions of the .vkb files deployed on the device would really 
help understanding how to achieve the "abc/ABC click on the same tab 
changes the case" behavior. Is there any plan to make these .xml files 
available ?


Regards.
G.

Mohammad Anwari wrote:

Pada hari Sabtu, tanggal 13/01/2007 pukul 04:02 -0800, ext Kimitake Abe
menulis:

configure: error: Library requirements 
(libhildon-input-method-framework-header-sdk-2.0 >= 2.0.0 
libhildon-input-method-ui-header-sdk-2.0 >= 2.0.0) not met; consider adjusting the 
PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so 
pkg-config can find them.

As tutorial, the components are required but how can I get them?


You can apt-get install them after installing maemo-explicit.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers



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


[maemo-developers] maemo - virtual keyboard replacement and alternative input methods

2006-03-02 Thread Guard][an

Hello,

I'm new to the Nokia 770 platform and I just installed the maemo sdk. 
Could you please give me hints on how I could replace the virtual 
keyboard and/or provide my own alternative input methods ? I had a look 
at the various documentations and wiki: some texts talk about an "input 
method framework" which seems to be hildon related but I unfortunately 
found no documentation / api reference on it.

Someone on #maemo told that I may just have to develop a GTK input method.

Please, can someone instruct me with the basic steps needed to achieve 
input method replacement ? I would love to come up with a little 
Graffiti clone :)


Regards,
G.


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