Re: USB host mode on N800

2007-11-23 Thread Sebastian Mancke
Hi.

Kees Jongenburger schrieb:
 On Nov 22, 2007 5:58 PM, Dave Sullivan [EMAIL PROTECTED] wrote:
 Hey All,

 I've got the modified kernel image for usb host mode, but before I go ahead
 and try it, what kind of cable hacking is sufficient? I'd assume I could just
 purchase a USB extension cord (A-type to A-type recepticle), hack off the
 A-type and stick on a micro-USB connector.. but doesn't it require external
 power?
 Hi
 
 I have measured the vbus voltage and it was only  about 3 volt a
 opposed to what would be required (5 volt) (there is no active voltage
 pump).
 I guess you will often need an external power(if possible just buy
 yourself a usb gender changer
 and plug the tablet into a powerd hub).
 
 While the patches are available is have not hear of anybody getting
 the n800 to work in usb-host mode.
 can somebody confirm a working usb-host on n800 or n810 perhaps?
We are using the n800 usb-host mode in a productive project.
It works absolutely reliable. Smaller devices like an USB Keyboard or
the Silabs USB Serial converter (CP2102) can be used without additional
power supply. For bigger devices (external hard disc, USB-Network
adapter) you have to use a powered USB hub, of course.

Regards,
  Sebastian

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


-- 
tarent Gesellschaft für Softwareentwicklung und IT-Beratung mbH

Heilsbachstr. 24, 53123 Bonn| Poststr. 4-5, 10178 Berlin
fon: +49(228) / 52675-0 | fon: +49(30) / 27594853
fax: +49(228) / 52675-25| fax: +49(30) / 78709617
durchwahl: +49(228) / 52675-17  | mobil: +49(171) / 7673249

Geschäftsführer:
Boris Esser, Elmar Geese, Thomas Müller-Ackermann
HRB AG Bonn 5168
Ust-ID: DE122264941
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


RE: Where is the implementation of functionhildon_home_window_get_type

2007-11-23 Thread Huang Gao
Yes, that makes sense. All these functions are implemented by macros
described by Jussi.

Thanks a lot!

 

Best Regards

Huang Gao

 

-邮件原件-
发件人: Jussi Kukkonen [mailto:[EMAIL PROTECTED] 
发送时间: 2007年11月23日 15:15
收件人: Huang Gao
抄送: maemo-developers@maemo.org
主题: Re: Where is the implementation of functionhildon_home_window_get_type

 

Huang Gao wrote:

 I am now looking into package Maemo-af-desktop, and some strange

 points make me confused. For instance, hildon_home_window_get_type()

 is declared as the object type of HOME_WINDOW:

 

#define HILDON_TYPE_HOME_WINDOW

 (hildon_home_window_get_type ())

 

 However, this function is not implemented in this package, nor

 can I find it in other any packages.

 

 Does anyone know what the mechanism behind this issue is?

 

You'll probably find one of the G_DEFINE_* macros in the source file.

That macro will expand to  *_get_type() function.

 

See GObject documentation:

http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.htm
l#G-DEFINE-TYPE:CAPS

 

 

 Jussi

 

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


Re: I still have problems creating .deb packages :(

2007-11-23 Thread Mohammed Hassan
I created nothing actually.

You can use
python2.5 setup.py build instead of $(MAKE)
python2.5 setup.py install instead of $(MAKE) install
and python2.5 setup.py clean --all instead of $(MAKE) clean

On Fri, 2007-11-23 at 16:35 +0100, ext Andrea Grandi wrote:
 Hi, just a quick question:
 
 you created the Makefile inside flickrapi-0.15?
 
 I created one with these lines:
 
 all:
   python2.5 setup.py build
 clean:
   python2.5 setup.py clean --all
 install:
   python2.5 setup.py install --root $(DESTDIR)
 
 let me know thanks :)
 
 2007/11/23, Mohammed Hassan [EMAIL PROTECTED]:
  Hi,
 
  On Fri, 2007-11-23 at 16:00 +0100, ext Andrea Grandi wrote:
* And please delete all .ex files that are not used.
  
   how do I know if an .ex is used or not?
 
  ,ex are examples and they are not used unless you rename them to get rid
  of the .ex extension.
  You need to check the debian guide for that. They are documented :)
 
 
   this time I've another problem: .deb are not generated at all :(
   Usually I found them in the upper folder of flickrapi-0.15 but this
   time are not there.
  
   During creation I get these errors: http://pastebin.ca/794911
 
  You'd better off running fakeroot debian/rules clean, cp -a debian /tmp
  delete everything, unpack a new tarball and cp -a /tmp/debian to the
  tarball
  dpkg-source is complaining about some binary files being deleted and
  this can't be represented in the diff.gz file.
  I'd actually download the tarball from the library homepage and rename
  it to flickrapi_0.15.orig.tar.gz, unpack it and copy debian/ there
 
  Cheers,
 
  --
  Localization Engineer
  OSSO - Nokia Multimedia
 
 
 
 
-- 
Localization Engineer
OSSO - Nokia Multimedia

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


Re: I still have problems creating .deb packages :(

2007-11-23 Thread Mohammed Hassan
Hi,

On Fri, 2007-11-23 at 16:00 +0100, ext Andrea Grandi wrote:
  * And please delete all .ex files that are not used.
 
 how do I know if an .ex is used or not?

,ex are examples and they are not used unless you rename them to get rid
of the .ex extension.
You need to check the debian guide for that. They are documented :)


 this time I've another problem: .deb are not generated at all :(
 Usually I found them in the upper folder of flickrapi-0.15 but this
 time are not there.
 
 During creation I get these errors: http://pastebin.ca/794911

You'd better off running fakeroot debian/rules clean, cp -a debian /tmp
delete everything, unpack a new tarball and cp -a /tmp/debian to the
tarball
dpkg-source is complaining about some binary files being deleted and
this can't be represented in the diff.gz file.
I'd actually download the tarball from the library homepage and rename
it to flickrapi_0.15.orig.tar.gz, unpack it and copy debian/ there

Cheers,

-- 
Localization Engineer
OSSO - Nokia Multimedia

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


Re: Porting Gtk apps to maemo: howto change default font size

2007-11-23 Thread Ross Burton
On Fri, 2007-11-23 at 19:24 +0100, Nicolas wrote:
 I have compiled gFTP which is a Gtk FTP client, but the UI interface
 has many things to display, and the default font size is too big to be
 usable. Same problem with PcManFM which is a lightweight Gtk
 filemanager. 
 
 Question: is there an easy way to customize font size for specific
 applications? (I saw the gtkrc file, but I don't want to mess with the
 whole system theme). Or should I patch the Gtk code to change the font
 size inside the application (I have no experience with Gtk, but I
 guess this should be fairly easy)? 

The general answer is fix the app: the built-in file manager manages
to be use usable with the font size so why shouldn't pcmanfm or gftp?
If the font was drastically smaller, it wouldn't be possible to use the
device outside of an office, so what's the point?

Ross
-- 
Ross Burton mail: [EMAIL PROTECTED]
  jabber: [EMAIL PROTECTED]
 www: http://www.burtonini.com./
 PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF



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


Re: how to resize gtk_window in hildon frameworke

2007-11-23 Thread Ross Burton
On Thu, 2007-11-22 at 23:06 -0800, Minti Maemo wrote:
 i am creating one gtk window in my hildon application window 
 i want to resize this new created window 
 i used gtk_window_set_default_size()but it is resizing gtk window
 how can i resize my gtk_window in hildon application window?

Top-level windows cannot be resized, they are screen size.  Dialogs can
be, and gtk_window_set_default_size() would work.

Ross

-- 
Ross Burton mail: [EMAIL PROTECTED]
  jabber: [EMAIL PROTECTED]
 www: http://www.burtonini.com./
 PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF



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


Re: USB host mode on N800

2007-11-23 Thread Sebastian Mancke
Oh,
I forgot to mention:
The USB-Host is not enabled at startup automaticly.
I have configured the following as init script.

Regards,
  Sebastan

#!/bin/sh
#
# This Script loads an usb file storage driver, which has the side
# affect to correctly initialize the usb driver to listen for
# connectoin of usb client or host devices
#
# by Sebastian Mancke, Tarent GmbH

/usr/sbin/osso-usb-mass-storage-enable.sh

if /usr/sbin/chroot /mnt/initfs cal-tool --get-rd-flags | grep -q
master; then
  echo host  /sys/devices/platform/musb_hdrc/mode
fi



Sebastian Mancke schrieb:
 Hi Dave,
 
 Dave Sullivan schrieb:
 On Friday 23 November 2007 4:20:00 am Sebastian Mancke wrote:
 Hi.

 Kees Jongenburger schrieb:
 On Nov 22, 2007 5:58 PM, Dave Sullivan [EMAIL PROTECTED] wrote:
 Hey All,

 I've got the modified kernel image for usb host mode, but before I go
 ahead and try it, what kind of cable hacking is sufficient? I'd assume I
 could just purchase a USB extension cord (A-type to A-type recepticle),
 hack off the A-type and stick on a micro-USB connector.. but doesn't it
 require external power?
 Hi

 I have measured the vbus voltage and it was only  about 3 volt a
 opposed to what would be required (5 volt) (there is no active voltage
 pump).
 I guess you will often need an external power(if possible just buy
 yourself a usb gender changer
 and plug the tablet into a powerd hub).

 While the patches are available is have not hear of anybody getting
 the n800 to work in usb-host mode.
 can somebody confirm a working usb-host on n800 or n810 perhaps?
 We are using the n800 usb-host mode in a productive project.
 It works absolutely reliable. Smaller devices like an USB Keyboard or
 the Silabs USB Serial converter (CP2102) can be used without additional
 power supply. For bigger devices (external hard disc, USB-Network
 adapter) you have to use a powered USB hub, of course.

 Regards,
   Sebastian

 greetings
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers
 I have a Nokia cell phone without bluetooth, but I also have a USB cable for 
 it. When plugged into a Linux box, it can work as a modem. I was hoping to 
 try and get this functionality working on the n800... I'd assume it'll take 
 some hacking. So to confirm.. 
 Should work.
 Maybe you have to enable the specific kernel modules needed for you
 modem in the kernel configuration.
 
 I can use the cable that comes with the n800 
 (USB-A to USB mini-A) and attach a USB-A gender changer to it?
 Yes. But these USB gender changer are somewhat rare.
 
 One more question... where/how would I get the stock kernel so that I can 
 re-flash it if the usbhost kernel messes anything up?
 The original fiasco image contains the kernel. You can unpack it and
 flash the kernel.
 
 Regards,
   Sebastian
 
 Thanks!

 
 


-- 
tarent Gesellschaft für Softwareentwicklung und IT-Beratung mbH

Heilsbachstr. 24, 53123 Bonn| Poststr. 4-5, 10178 Berlin
fon: +49(228) / 52675-0 | fon: +49(30) / 27594853
fax: +49(228) / 52675-25| fax: +49(30) / 78709617
durchwahl: +49(228) / 52675-17  | mobil: +49(171) / 7673249

Geschäftsführer:
Boris Esser, Elmar Geese, Thomas Müller-Ackermann
HRB AG Bonn 5168
Ust-ID: DE122264941


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


Re: new pygtk module with glade support

2007-11-23 Thread Jesse Guardiani
So, apparently the old tricks for reparenting windows don't work anymore in
chinook? I'm getting this exception:

./tip_calc.py:57: Warning: g_object_get_qdata: assertion `G_IS_OBJECT
(object)' failed
  self.wTree.signal_autoconnect(dic)
Segmentation fault

When I try to run this code (which works fine in bora):
http://www.guardiani.us/projects/tip_calc/browser/trunk/src/tip_calc/tip_calc.py

The exception goes away if I comment out lines 43 and 44, but then two
windows are created and the one with the application in it isn't
fullscreen-able.


On 11/20/07, Luciano Miguel Wolf [EMAIL PROTECTED] wrote:

 Hi,

 I've generated another pygtk, now against libglade2.4. Just refresh
 application list and update python2.5-runtime, through
 ApplicationManager. Remember, you MUST have libglade2.4 (that comes
 originally with device/SDK).

 Regards,
 Luciano


 Luciano Miguel Wolf wrote:
  Hi Jesse,
 
  Looks like we have a problem here. I did everything under sbox, using
  the final SDK. Developers just need to run an apt-get update  apt-get
  upgrade and this new pygkt will be installed. But now I've noticed that
  ApplicationManager doesn't allow to update libglade(from 2.4 to 2.6).
  Any PyGtk since v2.8 needs libglade = 2.5 to compile. We are using
  v2.12. I will ask somebody at Maemo/Nokia to update this package.
 
 
  ext Jesse Guardiani wrote:
  What are the install instructions for this? I refreshed my chinook app
  mngr and didn't see pygtk listed, though I have pymaemo installed
 
  On 11/19/07, * Luciano Miguel Wolf* [EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED] wrote:
 
  Hi all,
 
  A new PyGTK, with glade support, is available at chinook extras
  repository. It was generated using libglade2-0 (2.6.2-1indt1).
 
  Other bugfixes and unstable modules, like python-launcher, will be
  released using the new extras-devel repository. This way we can
  test
  it widely before official release.
 
  Regards,
  Luciano Wolf
  ___
  maemo-developers mailing list
  maemo-developers@maemo.org mailto:maemo-developers@maemo.org
  https://lists.maemo.org/mailman/listinfo/maemo-developers
 
 
 
 
  --
  Jesse Guardiani
  Software Developer / Sys Admin
  [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 
 




-- 
Jesse Guardiani
Software Developer / Sys Admin
[EMAIL PROTECTED]
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: USB host mode on N800

2007-11-23 Thread Brad Midgley
Sebastian

Is it any harder or easier to get the host mode cable sorted out with
the n810 and its new connector?

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


Re: how to disable right-click (tap and hold) event?

2007-11-23 Thread Tomàs Jiménez Lozano
Here we are again trying to disable or at least configure the
tap-and-hold event.

I've been looking desesperately for some kind of configuration files for
the X server shipped with ITOS2007 but I've found nothing.

Google helped me to discover that the X server is started in a script
called at /etc/init-d/x-server and it is configured by command line
arguments.

I've checked all the command line arguments and discovered that things
like keyboard's autorepeat delay time are configurable by command line
arguments. Nothing about tap-and-hold configuration, however.

Xserver is started with a -mouse tslib option and now I am going to
follow that clue have a look at xserver-xomap and tslib source code
packages.

As you may have noticed I am not an expert in X servers, device drivers
and so on and this is becoming quite hard for me.

I would really thank anyone pointing me in the rigth way.

Regards,

Tomàs Jiménez
oranginalab











On Thu, 2007-11-22 at 12:00 +0200, [EMAIL PROTECTED]
wrote:
 
 Sorry to bother you again.
 
 We have developed a Flash application that runs on N800 devices.
 We need to get rid of the contextual menu that the Flash plugin shows
 when we tap and hold on the device. (It only shows the About
 Macromedia... info but it is quite confusing and disturbing and we
 have
 received lots of user complaints)
 
 We have tried to disable the contextual menu from the
 Flash/Actionscript
 side but it's not possible to completely remove it.
 
 The only chance we have now is to somehow disable the tap and hold
 event (or reconfigure the amount of time needed to fire it) so the
 Flash
 plugin never catches it. 
 
 Is the amount of time between the tap and the tap and hold event
 being
 fired a configuration setting stored in Gconf? 
 
 Could anyone be so kind to give us a clue on where to find?
 
 Thank you again.
 
 Tom?s Jim?nez
 oranginalab
 
 
 
 
 
 
 
 On Fri, 2007-11-16 at 12:08 +0100, Tom?s Jim?nez Lozano wrote:
  Hi,
  
  Is there any way to completely disable the right-click event that
 fires
  when the pointer is hold on the screen?
  
  I've tried with xmodmap:
  
  xmodmap -e pointer = 1 3 2
  
  but it had no effect.
  
  If it is not possible to completely avoid the right-click event from
  firing it would be fine at least to configure some way the amount of
  time before the event is fired.
  
  Thanks in advance,
  
  Tom?s Jim?nez
  oranginalab
  
   
   

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


Re: maemo-developers Digest, Vol 31, Issue 34

2007-11-23 Thread Franklin Reynolds
We have also managed to get USB host mode to work on n800s, but in addition
to the directions at:

  http://muru.com/linux/n800-usb-host/

You may need to load the following kernel module:

 insmod /mnt/initfs/lib/modules/2.6.18-omap1/g_ether.ko

Regards, Franklin

 Kees Jongenburger schrieb:
 On Nov 22, 2007 5:58 PM, Dave Sullivan [EMAIL PROTECTED] wrote:
 Hey All,
 
 I've got the modified kernel image for usb host mode, but before I go ahead
 and try it, what kind of cable hacking is sufficient? I'd assume I could
 just
 purchase a USB extension cord (A-type to A-type recepticle), hack off the
 A-type and stick on a micro-USB connector.. but doesn't it require external
 power?
 Hi
 
 I have measured the vbus voltage and it was only  about 3 volt a
 opposed to what would be required (5 volt) (there is no active voltage
 pump).
 I guess you will often need an external power(if possible just buy
 yourself a usb gender changer
 and plug the tablet into a powerd hub).
 
 While the patches are available is have not hear of anybody getting
 the n800 to work in usb-host mode.
 can somebody confirm a working usb-host on n800 or n810 perhaps?
 We are using the n800 usb-host mode in a productive project.
 It works absolutely reliable. Smaller devices like an USB Keyboard or
 the Silabs USB Serial converter (CP2102) can be used without additional
 power supply. For bigger devices (external hard disc, USB-Network
 adapter) you have to use a powered USB hub, of course.
 
 Regards,
   Sebastian

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


Re: N810 availability?

2007-11-23 Thread Eike Hein
Andrea Grandi wrote:
 cannot see the price: http://www.nokia.es/A4630461

http://tienda.nokia.es/nokia-es/product.aspx?sku=3752621culture=es-ES


-- 
Regards,
Eike Hein, [EMAIL PROTECTED]
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: I still have problems creating .deb packages :(

2007-11-23 Thread Andrea Grandi
Hi,

 Can you please upload the package somewhere and send us the link ?
 I'm interested in the .dsc, .diff.gz and .orig.tar.gz files.

you can find them here: http://www.ptlug.org/download/maemo/bora/flickrapi/

 That is a python library, I never really packaged any python module for
 debian but I'll have a look at your package.

 I'll also go through the maemo howto.

thanks again for your help!

-- 
Andrea Grandi
email: [EMAIL PROTECTED]
website: http://www.ptlug.org
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: I still have problems creating .deb packages :(

2007-11-23 Thread Graham Cobb
On Friday 23 November 2007 12:45:08 Andrea Grandi wrote:

 I've read, and read, and read again the documentation:
 http://pymaemo.garage.maemo.org/documentation/pymaemo_tutorial/python_maemo
_howto.html#link22

 but the problem is always the same: generated .deb file doesn't
 contain the binaries :(

I am by no means an expert on Debian packaging but I do produce about 30 
packages for four different Maemo versions so I have fought against some of 
these issues myself and I feel your pain!  You may be pleased to know that I 
also often find that I think I have done everything right and the logs all 
look fine but it turns out the package doesn't contain the files I expected!

I strongly recommend reading the Debian New Maintainers Guide 
(http://www.debian.org/doc/maint-guide/) and the man pages for the debhelper 
commands which do the work (such as dh_install).

 Once again, I post you debian/rules: http://pastebin.ca/794774
 and debian/control: http://pastebin.ca/794777

In your particular case I am confused about how you are trying to get the 
files into the package directories.  You do not call either dh_movefiles or 
dh_install in the binary-arch target of your debian/rules (actually 
dh_install is there but commented out).

I suggest you uncomment dh_install and add some debian/packagename.install 
files to control which files are installed into which of the two packages.  
Use the manpage for dh_install.

And while you are editing the rules file you may as well comment out the 
dh_installdocs and dh_installman as the tablet will delete any man pages or 
documentationyou try to install and you may as well save the user downloading 
them.

As an example of a simple library, here is what is in the .install files for 
libsoundgen...

debian/libsoundgen0.install:
usr/lib/lib*.so.*

debian/libsoundgen-dev.install:
usr/include/*
usr/lib/lib*.a
usr/lib/lib*.so
usr/lib/pkgconfig/*
usr/lib/*.la

Of course, you are creating python libraries so the files you install will be 
different.  You may also need to use dh_pysupport and/or dh_pycentral -- I 
don't know anything about python!

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


Re: I still have problems creating .deb packages :(

2007-11-23 Thread Mohammed Hassan
On Fri, 2007-11-23 at 14:02 +, ext Graham Cobb wrote:
 On Friday 23 November 2007 12:45:08 Andrea Grandi wrote:
 
  I've read, and read, and read again the documentation:
  http://pymaemo.garage.maemo.org/documentation/pymaemo_tutorial/python_maemo
 _howto.html#link22
 
  but the problem is always the same: generated .deb file doesn't
  contain the binaries :(
 
 I am by no means an expert on Debian packaging but I do produce about 30 
 packages for four different Maemo versions so I have fought against some of 
 these issues myself and I feel your pain!  You may be pleased to know that I 
 also often find that I think I have done everything right and the logs all 
 look fine but it turns out the package doesn't contain the files I expected!
 
 I strongly recommend reading the Debian New Maintainers Guide 
 (http://www.debian.org/doc/maint-guide/) and the man pages for the debhelper 
 commands which do the work (such as dh_install).

Then please raise them up here. We have debian developers here and I
guess they will help.
I'm just not into python packaging but I can help with other things ;-)


  Once again, I post you debian/rules: http://pastebin.ca/794774
  and debian/control: http://pastebin.ca/794777
 
 In your particular case I am confused about how you are trying to get
 the 
 files into the package directories.  You do not call either
 dh_movefiles or 
 dh_install in the binary-arch target of your debian/rules (actually 
 dh_install is there but commented out).
 
 I suggest you uncomment dh_install and add some
 debian/packagename.install 
 files to control which files are installed into which of the two
 packages.  
 Use the manpage for dh_install.

I guess dh_install is a overkill here ? Just install to debian/flickrapi
It worked fine for me.

I mainly use dh_install if I'm building multiple packages from the same
tarball so I install to debian/tmp and dh_install is my hero (-:

 Of course, you are creating python libraries so the files you install
 will be 
 different.  You may also need to use dh_pysupport and/or dh_pycentral
 -- I 
 don't know anything about python!

Or the debian python policy:
http://www.debian.org/doc/packaging-manuals/python-policy/

-- 
Localization Engineer
OSSO - Nokia Multimedia

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


Re: USB host mode on N800

2007-11-23 Thread Dave Sullivan
On Friday 23 November 2007 4:20:00 am Sebastian Mancke wrote:
 Hi.

 Kees Jongenburger schrieb:
  On Nov 22, 2007 5:58 PM, Dave Sullivan [EMAIL PROTECTED] wrote:
  Hey All,
 
  I've got the modified kernel image for usb host mode, but before I go
  ahead and try it, what kind of cable hacking is sufficient? I'd assume I
  could just purchase a USB extension cord (A-type to A-type recepticle),
  hack off the A-type and stick on a micro-USB connector.. but doesn't it
  require external power?
 
  Hi
 
  I have measured the vbus voltage and it was only  about 3 volt a
  opposed to what would be required (5 volt) (there is no active voltage
  pump).
  I guess you will often need an external power(if possible just buy
  yourself a usb gender changer
  and plug the tablet into a powerd hub).
 
  While the patches are available is have not hear of anybody getting
  the n800 to work in usb-host mode.
  can somebody confirm a working usb-host on n800 or n810 perhaps?

 We are using the n800 usb-host mode in a productive project.
 It works absolutely reliable. Smaller devices like an USB Keyboard or
 the Silabs USB Serial converter (CP2102) can be used without additional
 power supply. For bigger devices (external hard disc, USB-Network
 adapter) you have to use a powered USB hub, of course.

 Regards,
   Sebastian

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

I have a Nokia cell phone without bluetooth, but I also have a USB cable for 
it. When plugged into a Linux box, it can work as a modem. I was hoping to 
try and get this functionality working on the n800... I'd assume it'll take 
some hacking. So to confirm.. I can use the cable that comes with the n800 
(USB-A to USB mini-A) and attach a USB-A gender changer to it?

One more question... where/how would I get the stock kernel so that I can 
re-flash it if the usbhost kernel messes anything up?

Thanks!

-- 
Dave Sullivan
[EMAIL PROTECTED]
647-235-0328
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: USB host mode on N800

2007-11-23 Thread Sebastian Mancke
Hi Dave,

Dave Sullivan schrieb:
 On Friday 23 November 2007 4:20:00 am Sebastian Mancke wrote:
 Hi.

 Kees Jongenburger schrieb:
 On Nov 22, 2007 5:58 PM, Dave Sullivan [EMAIL PROTECTED] wrote:
 Hey All,

 I've got the modified kernel image for usb host mode, but before I go
 ahead and try it, what kind of cable hacking is sufficient? I'd assume I
 could just purchase a USB extension cord (A-type to A-type recepticle),
 hack off the A-type and stick on a micro-USB connector.. but doesn't it
 require external power?
 Hi

 I have measured the vbus voltage and it was only  about 3 volt a
 opposed to what would be required (5 volt) (there is no active voltage
 pump).
 I guess you will often need an external power(if possible just buy
 yourself a usb gender changer
 and plug the tablet into a powerd hub).

 While the patches are available is have not hear of anybody getting
 the n800 to work in usb-host mode.
 can somebody confirm a working usb-host on n800 or n810 perhaps?
 We are using the n800 usb-host mode in a productive project.
 It works absolutely reliable. Smaller devices like an USB Keyboard or
 the Silabs USB Serial converter (CP2102) can be used without additional
 power supply. For bigger devices (external hard disc, USB-Network
 adapter) you have to use a powered USB hub, of course.

 Regards,
   Sebastian

 greetings
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers
 
 I have a Nokia cell phone without bluetooth, but I also have a USB cable for 
 it. When plugged into a Linux box, it can work as a modem. I was hoping to 
 try and get this functionality working on the n800... I'd assume it'll take 
 some hacking. So to confirm.. 
Should work.
Maybe you have to enable the specific kernel modules needed for you
modem in the kernel configuration.

 I can use the cable that comes with the n800 
 (USB-A to USB mini-A) and attach a USB-A gender changer to it?
Yes. But these USB gender changer are somewhat rare.

 One more question... where/how would I get the stock kernel so that I can 
 re-flash it if the usbhost kernel messes anything up?
The original fiasco image contains the kernel. You can unpack it and
flash the kernel.

Regards,
  Sebastian

 
 Thanks!
 


-- 
tarent Gesellschaft für Softwareentwicklung und IT-Beratung mbH

Heilsbachstr. 24, 53123 Bonn| Poststr. 4-5, 10178 Berlin
fon: +49(228) / 52675-0 | fon: +49(30) / 27594853
fax: +49(228) / 52675-25| fax: +49(30) / 78709617
durchwahl: +49(228) / 52675-17  | mobil: +49(171) / 7673249

Geschäftsführer:
Boris Esser, Elmar Geese, Thomas Müller-Ackermann
HRB AG Bonn 5168
Ust-ID: DE122264941
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: I still have problems creating .deb packages :(

2007-11-23 Thread Andrea Grandi
Hi

 ,ex are examples and they are not used unless you rename them to get rid
 of the .ex extension.
 You need to check the debian guide for that. They are documented :)

Thanks ;) Ok, I'll read it as soon as possible.

 I'd actually download the tarball from the library homepage and rename
 it to flickrapi_0.15.orig.tar.gz, unpack it and copy debian/ there

ok, I'll save debian/* files and I'll try from scratch.

I'll let you know later about the results.

Thanks again for your help :)

Best regards,

-- 
Andrea Grandi
email: [EMAIL PROTECTED]
website: http://www.ptlug.org
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: N810 availability?

2007-11-23 Thread Andrew Flegg
On Nov 20, 2007 6:13 AM, Quim Gil [EMAIL PROTECTED] wrote:

[snip]

 We are silently working to get all the exact dates you are waiting for.
 We will communicate them as soon as they are confirmed.

 Yes, I understand...

Is there anything you can do a little less silently? Such as comment
(or even *hint*) as to what the delay *is*? I'm sure hkwilliamson is
enjoying his device, but it's a little gauling to read the following
when there's no sign of a) the US developers being able to use the
codes for their store [when the N810 is supposedly launched in the US]
and b) there's no sign of it anywhere before December in Europe:

   http://www.internettablettalk.com/forums/showthread.php?p=99047#post99047

Another sign of the growing frustration is the coincidence of two
blogs postings on this topic within seconds of each other on
planet.maemo (admittedly, one of them's mine ;-)).

Of course, I'm sure it's as frustrating to you having a finished
product and /not/ have it in the hands of your top/most lucky 500
users.

Anything you can share would be greatly appreciated.

Thanks in advance,

Andrew

-- 
Andrew Flegg -- mailto:[EMAIL PROTECTED]  |  http://www.bleb.org/
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: N810 availability?

2007-11-23 Thread Jose Manrique Lopez de la Fuente
N810 already appears in Spanish Nokia site:
Price: 400 EUR
Not available for purchasing yet.

Stay tuned ;-)

2007/11/23, Andrew Flegg [EMAIL PROTECTED]:
 On Nov 20, 2007 6:13 AM, Quim Gil [EMAIL PROTECTED] wrote:
 
 [snip]
 
  We are silently working to get all the exact dates you are waiting for.
  We will communicate them as soon as they are confirmed.
 
  Yes, I understand...

 Is there anything you can do a little less silently? Such as comment
 (or even *hint*) as to what the delay *is*? I'm sure hkwilliamson is
 enjoying his device, but it's a little gauling to read the following
 when there's no sign of a) the US developers being able to use the
 codes for their store [when the N810 is supposedly launched in the US]
 and b) there's no sign of it anywhere before December in Europe:

http://www.internettablettalk.com/forums/showthread.php?p=99047#post99047

 Another sign of the growing frustration is the coincidence of two
 blogs postings on this topic within seconds of each other on
 planet.maemo (admittedly, one of them's mine ;-)).

 Of course, I'm sure it's as frustrating to you having a finished
 product and /not/ have it in the hands of your top/most lucky 500
 users.

 Anything you can share would be greatly appreciated.

 Thanks in advance,

 Andrew

 --
 Andrew Flegg -- mailto:[EMAIL PROTECTED]  |  http://www.bleb.org/
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers



-- 
J. Manrique López de la Fuente
http://www.jsmanrique.es
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Porting Gtk apps to maemo: howto change default font size

2007-11-23 Thread Nicolas
Hi,

I am playing with the maemo Chinook SDK and made some tests to see how easy
it was to port Gtk apps to maemo (fairly easy in fact!).

I have compiled gFTP which is a Gtk FTP client, but the UI interface has
many things to display, and the default font size is too big to be usable.
Same problem with PcManFM which is a lightweight Gtk filemanager.

Question: is there an easy way to customize font size for specific
applications? (I saw the gtkrc file, but I don't want to mess with the whole
system theme). Or should I patch the Gtk code to change the font size inside
the application (I have no experience with Gtk, but I guess this should be
fairly easy)?

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


Re: N810 availability?

2007-11-23 Thread Jose Manrique Lopez de la Fuente
Just check the online shop:

http://tienda.nokia.es/nokia-es/product.aspx?sku=3752621culture=es-ES

2007/11/23, Andrea Grandi [EMAIL PROTECTED]:
 Hi,

 2007/11/23, Jose Manrique Lopez de la Fuente [EMAIL PROTECTED]:
  N810 already appears in Spanish Nokia site:
  Price: 400 EUR
  Not available for purchasing yet.
 
  Stay tuned ;-)

 cannot see the price: http://www.nokia.es/A4630461

 --
 Andrea Grandi
 email: [EMAIL PROTECTED]
 website: http://www.ptlug.org



-- 
J. Manrique López de la Fuente
http://www.jsmanrique.es
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: N810 availability?

2007-11-23 Thread Stelian Iancu
... and again to the list :-) (sorry Jose)

Hmm, I wonder what's gonna happen with my discounted N810, as Nokia
Switzerland doesn't appear to have an online shop. I still hope I'll
be able to get it from somewhere.

Any other people in my situation?

S.

On 11/23/07, Jose Manrique Lopez de la Fuente [EMAIL PROTECTED] wrote:
 Just check the online shop:

 http://tienda.nokia.es/nokia-es/product.aspx?sku=3752621culture=es-ES

 2007/11/23, Andrea Grandi [EMAIL PROTECTED]:
  Hi,
 
  2007/11/23, Jose Manrique Lopez de la Fuente [EMAIL PROTECTED]:
   N810 already appears in Spanish Nokia site:
   Price: 400 EUR
   Not available for purchasing yet.
  
   Stay tuned ;-)
 
  cannot see the price: http://www.nokia.es/A4630461
 
  --
  Andrea Grandi
  email: [EMAIL PROTECTED]
  website: http://www.ptlug.org
 


 --
 J. Manrique López de la Fuente
 http://www.jsmanrique.es
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

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