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
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
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
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
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
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
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
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
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
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
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
-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
-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
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
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
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
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
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
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
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
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
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
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
>
>
>
>
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
>
>
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
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
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
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
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
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
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
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).
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
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
34 matches
Mail list logo