Re: [maemo-developers] VMware image for development environment

2006-07-19 Thread Stellars Henson
is that truly available? i'm very interested...


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


Re: [maemo-developers] Modifying the Root Filesystem

2006-07-18 Thread Stellars Henson
 Hello all
 I've been trying to create a new root filesystem to load onto my 770 device 
 with some applications already built in. So what I've done is extract the 
 rootfs from the OS 2006 binary as described by the how to then I 
 downloaded the xterminal package, and downloaded all the packages that it 
 needs which don't come with the operating system. I use dpkg -x package 
 name root location to extract those packages to the rootfs that I have. 
 I then tar the rootfs, use tar2jffs2 and try to flash it to my device. When 
 I do this, I have the X terminal already installed after flashing. However, 
 the application manager will no longer load. Does anyone have any 
 suggestions for why this might be, or how I could go about debugging my 
 problem?
 

hi, i've been doing the same. my method is a bit simpler: after providing my
nokia with most wanted/recent/favourite applications and utilities 
1. i just make
# tar -cpf /media/mmc1/backup.tar bin boot dev etc home lib root sbin usr var

2. copy backup.tar onto my linux box

3. extract contents of archive into directory ( name it ... 770 )

4. create directories inside: media/mmc1, mnt/initfs, proc, sys, tmp

5. tar-gz it

6. use tar2jffs2.sh to make root filesystem

7. flash it ( 
# flasher-2.0 -r image -f -R

it workes for me very well.
i constantly update my image via rsync so, if something goes wrong, 
i can flash it back


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


[maemo-developers] virtual keyboard font size

2006-07-13 Thread Stellars Henson
hello

i need to change virtual keyboard font size.
for now it is defined, that virtual keyboard font is similar to 
'osso-StandardFont',
i need to change it to my custom style font ( i have defined style 
'osso-VKBFont' ).
Does anyone know how to do it?

thanks in advance

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


Re: [maemo-developers] virtual keyboard font size

2006-07-13 Thread Stellars Henson
  hello
  
  i need to change virtual keyboard font size.
 
 VKB uses osso-SystemFont. So you need tweak it (and unfortunately
 affect another widgets).
 

i know that. as osso-SystemFont ( i misstyped it with StandardFont, sorry.. ) 
is being set for 
every GtkWidget. I need to apply my font style, say VKBFont, to vkb widget. and 
that is what
i'm asking about...

anybody helps?

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


Re: [maemo-developers] garage repository

2006-07-12 Thread Stellars Henson
 On Wed, 2006-07-05 at 17:54 +0200, Murray Cumming wrote:
  How can I get my .debs into the garage/contrib repository
  http://repository.maemo.org/contrib/
  listed here:
  http://maemo.org/maemowiki/ApplicationRepositories
  
  I heard at GUADEC that I must have a garage.maemo.org account to do
  this, so I've created one.
 

is see no need for account creation. if you need to access repository, 
you can always type:  http://repository.maemo.org/contrib/pool from
where you can acces either free and non-free debs. currently non-free
seems to be empty

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


[maemo-developers] virtual keyboard glyph font

2006-07-12 Thread Stellars Henson
hi

i've managed to update a little my default theme via customizing
fonts a bit and darkening whole theme ( convert -modulate 80 [file].png 
[file].png, adjusted
color of ff to cbcbcb ). MAin problem of mine is, that default widget class 
style
uses StandardFont mapped now to Nokia Sans 14 ( my adjustment ). Does anybody 
know which
vkb ( virtual keyboard ) widgets should i set to use desired osso-ButtonFont 
style to 
archive normal-looking big ( i.e. 18px ) glyphs ?

I have discovered that thumbnail keyboard uses *.osso-im-fkb-renderer widget. 
it being
set to use osso-LargeFont for keyboard glyphs.

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


[maemo-developers] pdf reader ( again, but separate thread - sorry for mess, it's my email client messed)

2006-07-06 Thread Stellars Henson
hello, where i can get pdf viewer sources from ?
i wish to custmize it for myself (and/or for community) -
i mean set of changes:

1. +/- buttons as next/prev page
3. center-button as fit-to-width
4. auto-centering page (width) while zoom changed
5. remembering width view layout while loading next/prev page
6. allow to use different colors for text/background
7. allow to show toolbar in fullscreen mode
8. preloading next page

i use pdfreader very, very extensively (while i travel a lot and
recently was about to perform two SUN exams, i had to read about
2800 pages of documentation...

THANKS MAEMO!
without my 770 i would have never done it!

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


Re: [maemo-developers] Internet Tablet OS 2006 edition install withoutWindows?

2006-07-05 Thread Stellars Henson
hello, where i can get pdf viewer sources from ?
i wish to custmize it for myself (and/or for community) -
i mean set of changes:

1. +/- buttons as next/prev page
3. center-button as fit-to-width
4. auto-centering page (width) while zoom changed
5. remembering width view layout while loading next/prev page
6. allow to use different colors for text/background
7. allow to show toolbar in fullscreen mode
8. preloading next page

i use pdfreader very, very extensively (while i travel a lot and
recently was about to perform two SUN exams, i had to read about
2800 pages of documentation... 

THANKS MAEMO! 
without my 770 i would have never done it!



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


[maemo-developers] pdf reader

2006-07-05 Thread Stellars Henson
hello, where i can get pdf viewer sources from ?
i wish to custmize it for myself (and/or for community) -
i mean set of changes:

1. +/- buttons as next/prev page
3. center-button as fit-to-width
4. auto-centering page (width) while zoom changed
5. remembering width view layout while loading next/prev page
6. allow to use different colors for text/background
7. allow to show toolbar in fullscreen mode
8. preloading next page

i use pdfreader very, very extensively (while i travel a lot and
recently was about to perform two SUN exams, i had to read about
2800 pages of documentation... 

THANKS MAEMO! 
without my 770 i would have never done it!



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


Re: [maemo-developers] Flash Memory

2006-06-22 Thread Stellars Henson
  how can i erase the flash memory without using the the OS on the 770.
 
 With 770 on connect to computer via USB.
 
 # mkdosfs -F 16 /dev/sda1 (or sdb1 ...)
 

it tends to be resetting ( refscking ) mmc card.
btw. in os 2006 ext2/3 filesystem support is missing,
is it to be re-added? 

also, will there be full-scale mount and losetup
tools available with 2006? 

While using 2005 edition i had several problems using
custom built loopback device tools. The filesystem
i mounted via loopback device worked well, but when i 
tended to write there some data, it made 770 reboot.
Because of that - i have a question, is fs i/o sync by default?
Maybe the problem is synchronous i/o which loopback device can't
handle well...



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


[maemo-developers] load plugin ( aw )

2006-06-22 Thread Stellars Henson
the current version ( av version ) has significant bug:
it doesn't close opened files while looping proc files read.
it causes run-out-of-possible-open-files problem. While 
amount of opened files reaches about 2900, the device reboots.
from start to reboot you have about 10 minuts of work :-)

needs patching

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