BECOMEROOT

2008-04-15 Thread sebastian maemo
Thank you very much to the developers and maintainers of the pages: http://mg.pov.lt/770 and http://eko.one.pl/maemo because they had a folder for MAEMO distributions (that is ITOS 2006) with the package BECOMEROOT in it, and now they had ERASED it completely. Nevertheless,

Re: [maemo-developers] Nokia SDL color format for pixels

2008-04-15 Thread Michael Stepanov
HI, Long time ago I tried to investigated the problem of replacing pixel's colors. So, I faced with that problem again. But the problem is in the result of getpixel() method. I use the similar one: Uint32 getpixel(SDL_Surface *surface, int x, int y) { int bpp = surface-format-BytesPerPixel;

Re: BECOMEROOT

2008-04-15 Thread sebastian maemo
2008/4/15, Fred [EMAIL PROTECTED]: There is no need to be so upset ... Yes, there is. Definitely. You can still do it the old way : - Switch to RD mode (with the linux flasher - edit the gainroot shell script Yeah, sure, why not? You're done ;) Yes, I'm done...

Re: [maemo-developers] Nokia SDL color format for pixels

2008-04-15 Thread Frantisek Dufka
Michael Stepanov wrote: In case of Nokia that method returns *(Uint16 *)p. But instead of 6 hexadecimals it returns only 4. For example, for white color it returns instead of F. The same, for the rest of colors. Any idea why? Some typo in your mail? Uint16 is 16 bit value, you

Re: [maemo-developers] Nokia SDL color format for pixels

2008-04-15 Thread Michael Stepanov
On Tue, Apr 15, 2008 at 3:30 PM, Frantisek Dufka [EMAIL PROTECTED] wrote: Michael Stepanov wrote: In case of Nokia that method returns *(Uint16 *)p. But instead of 6 hexadecimals it returns only 4. For example, for white color it returns instead of F. The same, for the rest of

Re: BECOMEROOT

2008-04-15 Thread Tomi Ollila
On Tue 15 Apr 2008 15:28, sebastian maemo [EMAIL PROTECTED] writes: 2008/4/15, Fred [EMAIL PROTECTED]: There is no need to be so upset ... Yes, there is. Definitely. You can still do it the old way : - Switch to RD mode (with the linux flasher - edit the gainroot

Re: [maemo-developers] Nokia SDL color format for pixels

2008-04-15 Thread Frantisek Dufka
Michael Stepanov wrote: So, how in that situation I can get correct color? It is already correct. The color format is RGB565. What 'correct' means to you in this context? If you need the value in different format you need to convert it. ___

Re: [maemo-developers] Nokia SDL color format for pixels

2008-04-15 Thread Frantisek Dufka
Michael Stepanov wrote: int bpp = surface-format-BytesPerPixel; You can check also other fields of SDL_PixelFormat structure to get R,G,B color components. Interesting field names are Uint8 Rloss; Uint8 Gloss; Uint8 Bloss; Uint8 Rshift; Uint8

hildon_color_button custom colors issue

2008-04-15 Thread Aniello Del Sorbo
Hi, while porting Xournal to Maemo I decided to give it as much hildonization is possible. Base xournal uses only a bunch of predefined colors (something like 9 or 10 colors). I decided to use the hildon_color_button widget to give the user a much wide choice of colors. I get the GdkColor from

Re: BECOMEROOT

2008-04-15 Thread Marius Gedminas
Good afternoon! On Tue, Apr 15, 2008 at 01:10:41PM +0100, sebastian maemo wrote: Thank you very much to the developers and maintainers of the pages: http://mg.pov.lt/770 That would be me. because they had a folder for MAEMO distributions (that is ITOS 2006) with the package BECOMEROOT in

Re: hildon_color_button custom colors issue

2008-04-15 Thread Aniello Del Sorbo
I reply to myself. I was testing the app running it from a remote SSH (root) and not from the user's Menu. It works. Thanks anyway. Aniello On Tue, Apr 15, 2008 at 5:50 PM, Aniello Del Sorbo [EMAIL PROTECTED] wrote: Hi, while porting Xournal to Maemo I decided to give it as much

Re: Maemo icons

2008-04-15 Thread Clif Agathon
I'm having the same problem with icon sizes, altho I'm using Pypackager. It seems to me there are at least four different places where an application icon appears, and in different sizes. (0) In the Application Manager - Show installed applications (40?) (1) In the Task Navigator (64?) (2) In

Re: Maemo icons

2008-04-15 Thread Clif Agathon
I'm having the same problem with icon sizes, altho I'm using Pypackager. It seems to me there are at least four different places where an application icon appears, and in different sizes. (0) In the Application Manager - Show installed applications (40?) (1) In the Task Navigator (64?) (2) In

Re: BECOMEROOT

2008-04-15 Thread sebastian maemo
2008/4/15, Frantisek Dufka [EMAIL PROTECTED]: It is still here http://eko.one.pl/maemo/dists/bora/user/binary-armel/becomeroot_0.1-2_armel.deband since it is simple shell script it should work on any system including OS2006, just install/click the deb directly, do not add Bora repository.

Q: Where submit patches?

2008-04-15 Thread Allen Brown
Is this an appropriate venue to propose patches? I have a small change to /etc/udhcpc/udhcpc.script which allows it to connect to more sites. -- Allen Brown [EMAIL PROTECTED] http://brown.armoredpenguin.com/~abrown/ Those who do not understand Unix are condemned to reinvent it, poorly.