Re: Dialogs and gtk_window_set_transient_for()

2008-02-21 Thread Tapani Pälli
Hello; ext Arto Karppinen wrote: > Hi > > Im developing an app which shows modal dialogs to the user. Also the app > may popup a custom error message dialog if something goes wrong. > Currently i'm setting both dialog to be transient_for to my main window. > This has the effect of the error dia

openssh (was Re: root password in OS 2008)

2008-02-21 Thread Jussi Kukkonen
Basavaraj B wrote: > openssh does not work on N810 (might be built for OS2007) > Openssh is available from Extras repo for 2007 and 2008, and works fine on both systems. However, the .install-file on http://maemo.org/downloads/product/OS2008/openssh/ is missing the line for 2008. This probably t

Re: root password in OS 2008

2008-02-21 Thread Basavaraj B
openssh does not work on N810 (might be built for OS2007) Regards, Basavaraj On Fri, Feb 22, 2008 at 12:45 AM, Marius Gedminas <[EMAIL PROTECTED]> wrote: > On Thu, Feb 21, 2008 at 06:59:25PM +0530, Basavaraj B wrote: > > I installed DropBear on device to access device through ssh. When I try

Re: root password in OS 2008

2008-02-21 Thread Basavaraj B
Thank you very much. Now I am able to run apps in device from my linux machine. Regards, Basavaraj On Thu, Feb 21, 2008 at 8:05 PM, pancake <[EMAIL PROTECTED]> wrote: > Put the device in RD mode and change it. > > $ 0x -Rr 1 > > .. reboot .. > > $ sudo gainroot > # passwd root > New passwor

Re: Is there any way to build Maemo applications which can run on N800 outside of the scratchbox

2008-02-21 Thread Ryan Pavlik
Ken Bloom wrote: > On Thu, 21 Feb 2008 10:00:20 +0800, Huang Gao wrote: > > >> Dear all: >> >>I am going to do some application development test on N800, >>however I >> do not want to use scratchbox. And I am really confused of how to >> extract the cross compiler tool chain from

Re: root password in OS 2008

2008-02-21 Thread Marius Gedminas
On Thu, Feb 21, 2008 at 06:59:25PM +0530, Basavaraj B wrote: > I installed DropBear on device to access device through ssh. When I try to > connect, it asks for root password. > "rootme" will not work in OS 2008. > > Please suggest me if any one is connecting to device through ssh. I installed op

Re: Where is the Debian Packaging app? [In Maemo SDK Vmware Appliance]

2008-02-21 Thread Marcelo Lira
Ryan, the resolv.conf inside scratchbox will be ok when run with the shortcut in the desktop, since it copies the virtual system resolv.conf to all sbox targets. About the system resolve.conf, i will take a look at it to find and fix the problem ASAP. Unfortunately it's a bit tricky to test the im

Re: Is there any way to build Maemo applications which can run on N800 outside of the scratchbox

2008-02-21 Thread Ken Bloom
On Thu, 21 Feb 2008 10:00:20 +0800, Huang Gao wrote: > Dear all: > >I am going to do some application development test on N800, >however I > do not want to use scratchbox. And I am really confused of how to > extract the cross compiler tool chain from Scratchbox and make it run in

home web shortcut

2008-02-21 Thread Frédéric Charrier
Hi, after developping my Flash application, I would like to give a home icon for the user to launch it easily. Is there a simple way to make a home icon which will run the browser ? Do I really need to make an applet ? Or is there a way to make a "windows like" shortcut file ? Thanks, Frédéric

Re: hildon.TimePicker: HOW TO SET INITIAL TIME?

2008-02-21 Thread Darren Enns
Daniel Martin Yerga wrote: > It means you need to use something like this: > > time_picker = hildon.Timepicker(parent) > time_picker.set_time(hours, minutes) > > In the docs, it may not be easy to understand the hildon.Class.set..., > especially if you are learning python, as in your case. T

Re: Where is the Debian Packaging app? [In Maemo SDK Vmware Appliance]

2008-02-21 Thread Ryan Pavlik
Marcelo Lira wrote: > Merrick, > can't you get network access from inside scratchbox or from the image > as a whole? > > This is something that happens to me too. You need to make sure that outside scratchbox you have it set to DHCP and inside scratchbox in every target /etc/resolv.conf must

Re: hildon.TimePicker: HOW TO SET INITIAL TIME?

2008-02-21 Thread Daniel Martin Yerga
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. On Wed, 20 Feb 2008 11:22:11 -0600 Darren Enns <[EMAIL PROTECTED]> wrote: > OK, my ignorance is showing again... > > http://maemo.org/development/documentation/apis/3-x/python-maemo-3.x/pyhildon_timepicker.html > > I know how to call 'hildon.Ti

Re: [Maemo App Integration]Fail to launch app from TaskNavigator(TN)

2008-02-21 Thread Daniel Martin Yerga
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. On Thu, 21 Feb 2008 21:15:52 +0800 "陈凯" <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I've got some trouble in app integration after i finished my simple > python script on maemo 3.2. As the tutorial says, I wrote a .desktop > file and a .servi

Re: Where is the Debian Packaging app? [In Maemo SDK Vmware Appliance]

2008-02-21 Thread Marcelo Lira
Merrick, can't you get network access from inside scratchbox or from the image as a whole? -- Marcelo Lira dos Santos http://setanta.wordpress.com INdT: http://www.indt.org.br CInLUG: http://www.cin.ufpe.br/~cinlug ___ maemo-developers mailing list maem

Re: root password in OS 2008

2008-02-21 Thread pancake
Put the device in RD mode and change it. $ 0x -Rr 1 .. reboot .. $ sudo gainroot # passwd root New password: * Repeat password: * -- fmi: http://nopcode.org/0x/ PD: I have recently added basic support for n810 (it should work everything, but not tested

Re: OpenEmbedded

2008-02-21 Thread Ian Key
Thanks for the response Marcin :) Toolchains and environments are a nightmare. Scratchbox is good, but I find it hard to know how to set up new environments, for example, the NSLU2/Slug (and that's without the different variants of the Slug images!!!). I see OE has various Slug types and I am s

telepathy tubes on maemo

2008-02-21 Thread harini satyanarayanan
Hi, I am currently working on a drawing based application on maemo, and wanted to use telepathy tubes in the development. Does anybody know if the Nokia N800/810 and maemo support telepathy tubes implementation? Thanks, harini ___ maemo-develo

root password in OS 2008

2008-02-21 Thread Basavaraj B
Hi, I installed DropBear on device to access device through ssh. When I try to connect, it asks for root password. "rootme" will not work in OS 2008. Please suggest me if any one is connecting to device through ssh. Regards, Basavaraj ___ maemo-develop

[Maemo App Integration]Fail to launch app from TaskNavigator(TN)

2008-02-21 Thread 陈凯
Hi everyone, I've got some trouble in app integration after i finished my simple python script on maemo 3.2. As the tutorial says, I wrote a .desktop file and a .service file for integration with Maemo AF. Unfortunately it didn't seem to work. My app doesn't start after a long time 'loading'. I

Re: How to detect Maemo in automake?

2008-02-21 Thread Eero Tamminen
Hi, ext Marcin Juszkiewicz wrote: > Dnia Thursday, 21 of February 2008, Alberto Garcia napisał: >> On Thu, Feb 21, 2008 at 11:15:31AM +0100, Marcin Juszkiewicz wrote: >>> I wonder why this is really needed... If application is for Maemo >>> then it use its libraries (libosso, libhildon) and should

Maemo SDK VMware Image 0.5

2008-02-21 Thread Marcelo Lira
Hi all, I released a new version of the Maemo SDK VMware Image. It's mostly the same as 0.4, with the following changes: * Eclipse 3.3.1.1 with CDT 4.0.2, PyDev and ESbox 1.3.5 plugins. * Using Open VM Tools ver. 2008.01.23-74039 * Increased virtual disk size, by popular demand. Get it here: htt

Re: Ip Address of the device

2008-02-21 Thread Basavaraj B
Thank you very much for the help. we need to type /sbin/ifconfig to get ip on xterm as suggested by Iñigo Illán Aranburu or we can use ip address menu from connection manager as suggested by anidel Regards, Basavaraj On Thu, Feb 21, 2008 at 5:57 PM, Iñigo Illán Aranburu <[EMAIL PROTECTED]> wr

Re: Ip Address of the device

2008-02-21 Thread Iñigo Illán Aranburu
Command is /sbin/ifconfig On jue, 2008-02-21 at 17:48 +0530, Basavaraj B wrote: > Hi, > > I m quite new to Linux. > How can I find the ip address of the device. > > I tried "ip addr" command in xterm. But command is not present in > device. > > Regards, > Basavaraj > > > >

Re: Ip Address of the device

2008-02-21 Thread Duong Chien Thang
Hi, You can try "ifconfig" Br, Duong Chien Thang. On Thu, 2008-02-21 at 17:48 +0530, Basavaraj B wrote: > Hi, > > I m quite new to Linux. > How can I find the ip address of the device. > > I tried "ip addr" command in xterm. But command is not present in > device. > > Regards, > Basavaraj > >

Re: OpenEmbedded

2008-02-21 Thread Marcin Juszkiewicz
Dnia Thursday, 21 of February 2008, Ian Key napisał: > Following on from the "How to detect Maemo for building...", Marcin > Juszkiewicz specifies OE for package building. > Using, say, Chinook SDK has anyone used OE to build a complete rootfs > and flash on device or use the MMC? OpenEmbedde

Ip Address of the device

2008-02-21 Thread Basavaraj B
Hi, I m quite new to Linux. How can I find the ip address of the device. I tried "ip addr" command in xterm. But command is not present in device. Regards, Basavaraj ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/m

Developing applications in Flash

2008-02-21 Thread Alfie Kirkpatrick
I notice that the Getting Started applet is a full screen Flash application. Does anyone know how this is achieved, specifically: - How to add to start menu - How to add to desktop - How to launch the swf - Does it have to be full screen? I'm inter

OpenEmbedded

2008-02-21 Thread Ian Key
Following on from the "How to detect Maemo for building...", Marcin Juszkiewicz specifies OE for package building. Using, say, Chinook SDK has anyone used OE to build a complete rootfs and flash on device or use the MMC? If so, what BitBake configurations were used (I notice there are some N800

Re: How to detect Maemo in automake?

2008-02-21 Thread Marcin Juszkiewicz
Dnia Thursday, 21 of February 2008, Alberto Garcia napisał: > On Thu, Feb 21, 2008 at 11:15:31AM +0100, Marcin Juszkiewicz wrote: > > I wonder why this is really needed... If application is for Maemo > > then it use its libraries (libosso, libhildon) and should check for > > those libraries not for

Re: How to detect Maemo in automake?

2008-02-21 Thread Alberto Garcia
On Thu, Feb 21, 2008 at 11:15:31AM +0100, Marcin Juszkiewicz wrote: > I wonder why this is really needed... If application is for Maemo > then it use its libraries (libosso, libhildon) and should check for > those libraries not for scratchbox. Yeah, but if you

Re: How to detect Maemo in automake?

2008-02-21 Thread Juha Kallioinen
ext Till Harbaum / Lists wrote: > Am Mittwoch 20 Februar 2008 schrieb Juha Kallioinen: >> As of now it's available for Gregale, latest Bora and Chinook SDKs. It was >> an afterthought, so unfortunately it's not installed in those by default as >> of yet. So in many ways it's not universally usable

Re: How to detect Maemo in automake?

2008-02-21 Thread Marcin Juszkiewicz
Dnia Wednesday, 20 of February 2008, Alberto Garcia napisał: > On Wed, Feb 20, 2008 at 02:00:50PM +, Ross Burton wrote: > > > > Now for my next question: How do i detect maemo correctly in > > > > autoconf? > I think that he meant how to *detect* Maemo (i.e, without having to > ask the user).

Re: Where is the Debian Packaging app? [In Maemo SDK Vmware Appliance]

2008-02-21 Thread nick loeve
Hi On Wed, Feb 20, 2008 at 7:07 PM, Merrick Fonnesbeck <[EMAIL PROTECTED]> wrote: > > > > I am developing on Windows XP, and so I downloaded and installed the Maemo > SDK VMware appliance application and got the EclipseIDE up and created a > simple application. Now I am looking to port it to my N

Re: Using the scrollbar on the N810

2008-02-21 Thread Eero Tamminen
Hi, ext Richard Booth wrote: > Thanks for reply. Yeah I know you can use dpad and space bar, I used > to use the N800 this way. Though I find if I'm browsing a bookmarked > site on the N810 I don't have the keyboard open to use the dpad, and > want to use the screen for scrolling, but it's awkward