Re: [maemo-developers] gtkmm Installation in scratchbox

2006-05-03 Thread Murray Cumming
On Wed, 2006-05-03 at 12:55 +0200, Damaris Kröger wrote: > Hello, > > now I have installed the hildon-fmmm and the hildon-widgetsmm. > > The problem was the separate command: > ./configure --prefix/usr > > With these command the installation works: > ./configure --enable-maintainer-mode --prefix

Re: [maemo-developers] Shared Library problems

2006-05-03 Thread Kasper Souren
When I run the main file, import error occurs: ImportError : /var/lib/install/usr/bin/mblob/sharedlibrary.so (folder where main.py is) cannot open shared object file: No such file or directory Any idea how this should be done? Try putting the .so's in /var/lib/install/usr/lib/python2.4/site-pac

Re: [maemo-developers] Frustrating power downs...

2006-05-03 Thread Michael P. Lococo
>> > One time it was drained when I had the audio player opened. I had it >> > play a part of an audio book and didn't bother to close the cover >> > after it was finished, just left it lying next to my bed. The next >> > morning it was powered off and the battery empty. This happened only >> > onc

Re: [maemo-developers] Frustrating power downs...

2006-05-03 Thread Eero Tamminen
Hi, >> It would help to know which sw you are running: is it vanilla or are >> you using a custom set of packages? > > It doesn't happen too often, but 90% of the time I'm probably running > just fbreader in full screen mode when I slide the case on. > I have installed xterm, vim, ssh, and a few

Re: [maemo-developers] Frustrating power downs...

2006-05-03 Thread Chris Bare
> > but other times I've just found it in the off > > state when I know I left it on, and the batter still had a charge. > It would help to know which sw you are running: is it vanilla or are you > using a custom set of packages? It doesn't happen too often, but 90% of the time I'm probably runnin

Re: [maemo-developers] Constantly rebooting

2006-05-03 Thread Benjamin Zeller
You can use the flasher tool to flash you nokia. But all you data will be loss. Here you can get the original image from nokia: http://www.maemo.org/downloads/nokia_770.php Here is the howto for the flasher: http://maemo.org/platform/docs/howtos/howto_use_flasher_rootfs.html but maybe there is

[maemo-developers] Re: [maemo-users] Constantly rebooting

2006-05-03 Thread Igor Stoppa
Hi, On Wed, 2006-05-03 at 09:31 -0400, ext Jeremy Mcnicoll wrote: > Is there a way to restore my 770 if after scp'n a big file to my 770 I > now have it constantly restarting? Can I use the flasher to restore > it? Yes, flasher should be enough. > Is there a magical key sequence that will allow

[maemo-developers] Constantly rebooting

2006-05-03 Thread Jeremy Mcnicoll
Is there a way to restore my 770 if after scp'n a big file to my 770 I now have it constantly restarting?  Can I use the flasher to restore it?  Is there a magical key sequence that will allow me to blank out the flash?  help? ___ maemo-developers mailin

[maemo-developers] Re: [maemo-users] Home Button

2006-05-03 Thread Eero Tamminen
Hi, > is there a method for intercepting the pressure of the "home key" and > avoiding to iconify the current window? > My aim is to make a fullscreen application in a sort of kiosk mode but > if the users can press that button they always can switch to desktop... If user is not supposed to be a

Re: [maemo-developers] Frustrating power downs...

2006-05-03 Thread Martin Mueller
On Wed, May 03, 2006 at 01:37:41PM +0300, Weinehall David (Nokia-M/Tampere) wrote: > > So, when reporting this kind of problems, please *clearly* state whether > you're having problems with the device powering off or with reboots. > They are generally two completely disjoint sets of problems. I

Re: [maemo-developers] Frustrating power downs...

2006-05-03 Thread Martin Mueller
On Wed, May 03, 2006 at 01:43:51PM +0300, Amit Kucheria wrote: > On Wed, 2006-05-03 at 11:21 +0200, ext Martin Mueller wrote: > > > > One time it was drained when I had the audio player opened. I had it > > play a part of an audio book and didn't bother to close the cover > > after it was finished

Re: [maemo-developers] gtkmm Installation in scratchbox

2006-05-03 Thread Damaris Kröger
Hello, now I have installed the hildon-fmmm and the hildon-widgetsmm. The problem was the separate command: ./configure --prefix/usr With these command the installation works: ./configure --enable-maintainer-mode --prefix=/usr But where is the documentation of the libs? How could I create the

Re: [maemo-developers] Frustrating power downs...

2006-05-03 Thread Nils Faerber
Weinehall David (Nokia-M/Tampere) wrote: > On ons, 2006-05-03 at 11:15 +0200, ext Martin Mueller wrote: > It should be noted that there is a big difference between poweroff > and reboot. If the device reboots, it is very likely a software error; > usually triggered by memory leaks or system essent

Re: [maemo-developers] Frustrating power downs...

2006-05-03 Thread Amit Kucheria
On Wed, 2006-05-03 at 11:21 +0200, ext Martin Mueller wrote: > On Wed, May 03, 2006 at 11:37:54AM +0300, Amit Kucheria wrote: > > > > Is the battery drained at this point when you get it to power on again? > > Any particular applications that you keep running when this happens? > > One time it wa

Re: [maemo-developers] Frustrating power downs...

2006-05-03 Thread Weinehall David (Nokia-M/Tampere)
On ons, 2006-05-03 at 11:15 +0200, ext Martin Mueller wrote: > On Wed, May 03, 2006 at 12:01:43PM +0300, Weinehall David (Nokia-M/Tampere) > wrote: > > > > Oh, one more thing: did you restore any backups, or was the device > > completely standard except for that xterm? > > It reboots about every

[maemo-developers] Shared Library problems

2006-05-03 Thread Sami Noponen
Hello, we are developing a software to 770 with Python and having problems with shared object. Main.py uses shared library file. This works well in scratchbox, where .so-file is in the same folder with main.py. But does not work in the device.I tried to solve problem like this: Shared library fi

Re: [maemo-developers] Frustrating power downs...

2006-05-03 Thread Martin Mueller
On Wed, May 03, 2006 at 11:37:54AM +0300, Amit Kucheria wrote: > > Is the battery drained at this point when you get it to power on again? > Any particular applications that you keep running when this happens? One time it was drained when I had the audio player opened. I had it play a part of an

Re: [maemo-developers] Frustrating power downs...

2006-05-03 Thread Martin Mueller
On Wed, May 03, 2006 at 12:01:43PM +0300, Weinehall David (Nokia-M/Tampere) wrote: > > Oh, one more thing: did you restore any backups, or was the device > completely standard except for that xterm? It reboots about every second day without installing anything except xterm and copying over the o

Re: [maemo-developers] Frustrating power downs...

2006-05-03 Thread Weinehall David (Nokia-M/Tampere)
On ons, 2006-05-03 at 09:42 +0200, ext Nils Faerber wrote: > Martin Mueller wrote: > > Hi, > Wup! > > > On Tue, May 02, 2006 at 01:59:32PM +0200, Nils Faerber wrote: > >> Does anybody else see this happening? > > Yes, me. > > Ah, puh, at least I am not alone ;) > > >> Are there any hints on wha

Re: [maemo-developers] Frustrating power downs...

2006-05-03 Thread Weinehall David (Nokia-M/Tampere)
On ons, 2006-05-03 at 09:42 +0200, ext Nils Faerber wrote: > Martin Mueller wrote: > > Hi, > Wup! > > > On Tue, May 02, 2006 at 01:59:32PM +0200, Nils Faerber wrote: > >> Does anybody else see this happening? > > Yes, me. > > Ah, puh, at least I am not alone ;) > > >> Are there any hints on wha

Re: [maemo-developers] Frustrating power downs...

2006-05-03 Thread Igor Stoppa
Hi, On Tue, 2006-05-02 at 10:49 -0400, ext Chris Bare wrote: > > I am wondering if this is a hardware or software fault? > > > > Does anybody else see this happening? > > Are there any hints on what might be tha cause? > > And especially if this can be fixed? > > > > I too have seen mysterious p

Re: [maemo-developers] Frustrating power downs...

2006-05-03 Thread Kalle Vahlman
On 5/3/06, Amit Kucheria <[EMAIL PROTECTED]> wrote: [suspicious shutdowns] I assume that you have ensured you do not leave the device in R&D mode. Just a note on this: R&D mode has only the notorious power draining effect if the serial console is enabled (which AFAIK is not by default). -- Kal

Re: [maemo-developers] Frustrating power downs...

2006-05-03 Thread Amit Kucheria
On Tue, 2006-05-02 at 13:59 +0200, ext Nils Faerber wrote: > Hi! > For some time now I see power downs of the device for no reason. > It seems to happen over night. > When I come back next morning the device is full off, when pressing the > power button it starts to boot normally. The battery has n

Re: [maemo-developers] Frustrating power downs...

2006-05-03 Thread Nils Faerber
Martin Mueller wrote: > Hi, Wup! > On Tue, May 02, 2006 at 01:59:32PM +0200, Nils Faerber wrote: >> Does anybody else see this happening? > Yes, me. Ah, puh, at least I am not alone ;) >> Are there any hints on what might be tha cause? > It happened to my device when I had a lot of 3rd-party pa