Re: Question about how to port to N800

2008-01-19 Thread Darius Jack
Hi,
as I live off-wifi spot I exactly know your problem.
I install packages from .deb. files transferred from PC (downloaded from the 
Internet) to Nokia tablet via usb.
If I get Nokia connected to PC (Win XP) via usb , it sees internal memory card 
as another drive.
So I move/copy .deb files from download directory to that H; drive.
Than I disconnect and open .deb. file on Nokia and install it on Nokia 
successfully if OS, version, dependencies are ok.
If something is wrong I get a message incorrect version
and error message in menu window.
It took me 2 months to master the above .
Other guys have no idea why some of us still live off-hot-spot.
Ok . I can be connected to PC via bluetooth and transfer files either.

Darius




LIU Chun Hung <[EMAIL PROTECTED]> wrote: Hi all,

I am a new developer. After I built my program in ARMEL and used this
command dpkg-buildpackage -rfakeroot to create the debian package, which
files should be copied to the N800?

And also after I use the USB cable to connect the N800 to my PC, how can I
copy the debian package to N800? I cannot find any drive of N800. Does it
just copy the package to a standard directory? And after I copied
successfully, where can I find the package in N800 and how can I install
my program in N800?

Please help. Thank you.

Regards,
Hung

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


 Send instant messages to your online friends http://uk.messenger.yahoo.com ___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Development of GUI for N800 using java?

2008-01-19 Thread Praveen A
2008/1/19, nisha jain <[EMAIL PROTECTED]>:
> I have gone through all information and links but i am totally new to this
> field and
> don't know about debian packages.

Don't worry, everyone has to start somewhere.

> Can u provide step by step procedure?
Lets make it simple.

1) Download the vmware image from http://maemovmware.garage.maemo.org/
2) Download VMware player http://www.vmware.com/products/player/ and
7-z http://www.7-zip.org/

Tell us when you are ready with these two steps and we will help you
with the next step.

Regards
Praveen
-- 
പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍
Join The DRM Elimination Crew Now!
http://fci.wikia.com/wiki/Anti-DRM-Campaign
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: New release of Python2.5 for Maemo

2008-01-19 Thread David Hautbois
Hi

Some dev packages look like to be broken in X86 scratchbox target:

[sbox-CHINOOK_X86: ~/temp] > apt-get install python2.5-gtk2-dev
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  python2.5-gtk2-dev: Depends: python2.5-gtk2 (= 2.12.1-1osso2) but 
2.12.1-1osso1 is to be installed
E: Broken packages


David.




Luciano Miguel Wolf wrote:
> I am pleased to announce Python2.5.1 for Maemo OS2007 (r0.4-15) / OS2008 
> (r0.1c3)
>
> This new release is available from:
> http://pymaemo.garage.maemo.org
>
> What's it?
> --
> Python for Maemo (PyMaemo for short) main objective is to make possible 
> to use Python programming language as the scripting and development 
> language for Maemo Platform, providing a better alternative for fast 
> prototyping and programming in Maemo environment besides the C 
> programming language.
>
> Python is for serious programming and to have fun. Python has a nice 
> syntax, it's easy to learn and powerful enough for a vast range of 
> applications, this is why we choose Python for Maemo.
>
> What's changed?
> ---
> Now you can install PyMaemo (OS2007/2008) using a single ".install" file 
> that points to the Extras repository. This will improve installation and 
> will follow the correct repository usage policy. Another change, 
> discussed a few days ago, is that python packages without GUI doesn't 
> show up in Application Manager list anymore. It will be only installed 
> as a dependency of other packages or via ".install" file.
>
> Bugfixes:
> [OS2008]
>   - #1195 - [chinook] hildon.ColorButton.get_color in chinook doesn't 
> works (Lauro Moura)
>   - #1565 - [Chinook] Move help lib to python-hildon (Lauro Moura)
>   - #1696 - [chinook] gtk.set_application_name() is missing (Lauro Moura)
>
> [OS2007 and OS2008]
>   - #1039 - Package for pyopenssl (Luciano Wolf)
>   - #1544 - Add support for the alarm interface (Lauro Moura)
>   - #1673 - add setuptools support (Luciano Wolf)
>   - #1720 - Add support for hildon keysyms (Lauro Moura)
>   - #1721 - Build python-runtime-dev package (Lauro Moura)
>   - #1726 - Add telnetlib module into a separate Debian package (Luciano 
> Wolf)
>   - #1862 - gnome module broken on Chinook - missing __init__.py 
> (Luciano Wolf)
>   - #1938 - apply bugfix to reduce wakeups (Luciano Wolf)
>   - #1950 - python2.5-gtk2 should depend on python2.5-cairo (Lauro Moura)
>   - #2009 - HildonBanner issues (Lauro Moura)
>
> New Modules:
>   - pysetuptools (packaging system)
>   - python2.5-sdk (meta-package providing all -dev packages of modules 
> instaled by python2.5-runtime)
>   - pyopenssl
>
> What's planned?
> ---
> Next release is planned to have a beta version of Python-Launcher. It is 
> a daemon that loads heavy modules, like pygtk, and just fork every time 
> python is called. This reduces the startup time of applications using 
> pygtk. Another addition to PyMaemo will be GooCanvas support.
>
> As OS2008 has been released we have discontinued PyMaemo for OS2006 
> since its possible to use OS2007 HackerEdition inside 770 and we will 
> focus our efforts on OS2008.
>
> Acknowledgements:
> -
> Thanks to everybody who helped making this release possible.
>
> Bug reports, as always, should go to Bugzilla; check out
> http://pymaemo.garage.maemo.org for links to posting and querying bug 
> reports for PyMaemo.
>
> Regards,
> Luciano Wolf
>
> ___
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-developers
>
>   


-- 
Web site : http://david.hautbois.free.fr
Tablet users map : http://david.hautbois.free.fr/maps/index.php


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


autoreconf > 2.59?

2008-01-19 Thread dmenns1
OK, as a followup to my problem with the default version of 'automake'
being too old for some stuff I want to do, it looks like I might also
have a problem with 'autoreconf' being too old:

gphoto2/Makefile.am:12: `doc_DATA' is used but `docdir' is undefined
...
autoreconf2.50: automake failed with exit status: 1

The version on ARMEL scratchbox appears to be 2.59.  When I do this on
my X86 desktop, I have no problems, and the version is 2.61.  There are
hints on the net that 'docdir' (whatever that is) was introduced late in
2.5.9.

Can anyone help?

Thanks

Dare


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


Re: Regarding Development enviornment for N800

2008-01-19 Thread Frank Banul
Hi Nisha,

See http://maemovmware.garage.maemo.org/

I don't think you can do Java on the tablets yet.

Frank

On Jan 19, 2008 11:43 AM, nisha jain <[EMAIL PROTECTED]> wrote:
> Hi Frank,
>
> Thanks for info..
> Yeah, but can u please provide the procedure to do so?
> From where i can download linux virtual machine and java development tools
> for N800 application development?
>
> Regards,
> Nisha
>
>
>
>
>
> On 1/19/08, Frank Banul <[EMAIL PROTECTED]> wrote:
> > Sorry, as far as I know, there is no XP environment, you can run a
> > Linux virtual machine though.
> >
> > Frank
> >
> > On Jan 19, 2008 11:26 AM, nisha jain <[EMAIL PROTECTED]> wrote:
> > > Hi All,
> > >
> > > I need urgent help. I have following requirements for a project.
> > >
> > > DSP signal processing on a predefined data set.
> > > and Display of same on N800 series.
> > >
> > > I am looking for development enviornmet for N800 which fullfills
> following
> > > needs
> > >
> > > 1) Provide java programming ability.
> > > 2) Runs on windows XP.
> > >
> > > Also I am looking for step by step procedure to set up such enviornment.
> > > I have searched all Maemo site but i am not able to find such
> enviornment
> > > and exact procedure to set up it..
> > >
> > > Please let me know if any one is working on similar requirements
> > > and information to set up the same.
> > >
> > > Regards,
> > > Nisha
> > > ___
> > > 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


Re: Regarding Development enviornment for N800

2008-01-19 Thread Frank Banul
It supports c/c++. For making a GUI you can use gtk/gdk apis. Or you
could use python and skip the development environment completely.

I see 3 links, one torrent for which you need a bit torrent client and
two direct links which should work from your browser but might take a
while since they are very large.

http://www.maemo.org.br/platform/download/maemo-sdk-vmware_0.4/maemo-sdk-vmware_0.4.7z.001
http://www.maemo.org.br/platform/download/maemo-sdk-vmware_0.4/maemo-sdk-vmware_0.4.7z.002

I'm not sure what to use to combine those files though. I downloaded a
torrent (an older release not this particular one).

Frank

On Jan 19, 2008 11:57 AM, nisha jain <[EMAIL PROTECTED]> wrote:
> Hi Frank,
>
> I have this link and I have gone through it but couldn't understand which
> language has to be used for making GUI or inbuild components like in Visual
> Basic
> also I am not able to follow install instructions. Have u installed it?
> Can u tell me exact procedure to intall and test?
> I am not able to find SDK VM for download (it is written check side bar)
> In side bar i am not able to see any link to download it...
>
>
>
> Regards,
> Nisha
>
>
> On 1/19/08, Frank Banul <[EMAIL PROTECTED]> wrote:
> > Hi Nisha,
> >
> > See http://maemovmware.garage.maemo.org/
> >
> > I don't think you can do Java on the tablets yet.
> >
> > Frank
> >
> > On Jan 19, 2008 11:43 AM, nisha jain <[EMAIL PROTECTED]> wrote:
> > > Hi Frank,
> > >
> > > Thanks for info..
> > > Yeah, but can u please provide the procedure to do so?
> > > From where i can download linux virtual machine and java development
> tools
> > > for N800 application development?
> > >
> > > Regards,
> > > Nisha
> > >
> > >
> > >
> > >
> > >
> > > On 1/19/08, Frank Banul <[EMAIL PROTECTED]> wrote:
> > > > Sorry, as far as I know, there is no XP environment, you can run a
> > > > Linux virtual machine though.
> > > >
> > > > Frank
> > > >
> > > > On Jan 19, 2008 11:26 AM, nisha jain <[EMAIL PROTECTED]> wrote:
> > > > > Hi All,
> > > > >
> > > > > I need urgent help. I have following requirements for a project.
> > > > >
> > > > > DSP signal processing on a predefined data set.
> > > > > and Display of same on N800 series.
> > > > >
> > > > > I am looking for development enviornmet for N800 which fullfills
> > > following
> > > > > needs
> > > > >
> > > > > 1) Provide java programming ability.
> > > > > 2) Runs on windows XP.
> > > > >
> > > > > Also I am looking for step by step procedure to set up such
> enviornment.
> > > > > I have searched all Maemo site but i am not able to find such
> > > enviornment
> > > > > and exact procedure to set up it..
> > > > >
> > > > > Please let me know if any one is working on similar requirements
> > > > > and information to set up the same.
> > > > >
> > > > > Regards,
> > > > > Nisha
> > > > > ___
> > > > > 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


Re: Regarding Development enviornment for N800

2008-01-19 Thread nisha jain
Hi Frank,

I have this link and I have gone through it but couldn't understand which
language has to be used for making GUI or inbuild components like in Visual
Basic
also I am not able to follow install instructions. Have u installed it?
Can u tell me exact procedure to intall and test?
I am not able to find SDK VM for download (it is written check side bar)
In side bar i am not able to see any link to download it...

Regards,
Nisha


On 1/19/08, Frank Banul <[EMAIL PROTECTED]> wrote:
>
> Hi Nisha,
>
> See http://maemovmware.garage.maemo.org/
>
> I don't think you can do Java on the tablets yet.
>
> Frank
>
> On Jan 19, 2008 11:43 AM, nisha jain <[EMAIL PROTECTED]> wrote:
> > Hi Frank,
> >
> > Thanks for info..
> > Yeah, but can u please provide the procedure to do so?
> > From where i can download linux virtual machine and java development
> tools
> > for N800 application development?
> >
> > Regards,
> > Nisha
> >
> >
> >
> >
> >
> > On 1/19/08, Frank Banul <[EMAIL PROTECTED]> wrote:
> > > Sorry, as far as I know, there is no XP environment, you can run a
> > > Linux virtual machine though.
> > >
> > > Frank
> > >
> > > On Jan 19, 2008 11:26 AM, nisha jain <[EMAIL PROTECTED]> wrote:
> > > > Hi All,
> > > >
> > > > I need urgent help. I have following requirements for a project.
> > > >
> > > > DSP signal processing on a predefined data set.
> > > > and Display of same on N800 series.
> > > >
> > > > I am looking for development enviornmet for N800 which fullfills
> > following
> > > > needs
> > > >
> > > > 1) Provide java programming ability.
> > > > 2) Runs on windows XP.
> > > >
> > > > Also I am looking for step by step procedure to set up such
> enviornment.
> > > > I have searched all Maemo site but i am not able to find such
> > enviornment
> > > > and exact procedure to set up it..
> > > >
> > > > Please let me know if any one is working on similar requirements
> > > > and information to set up the same.
> > > >
> > > > Regards,
> > > > Nisha
> > > > ___
> > > > 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


Re: Regarding Development enviornment for N800

2008-01-19 Thread nisha jain
Hi Frank,

Thanks for info..
Yeah, but can u please provide the procedure to do so?
>From where i can download linux virtual machine and java development tools
for N800 application development?

Regards,
Nisha



On 1/19/08, Frank Banul <[EMAIL PROTECTED]> wrote:
>
> Sorry, as far as I know, there is no XP environment, you can run a
> Linux virtual machine though.
>
> Frank
>
> On Jan 19, 2008 11:26 AM, nisha jain <[EMAIL PROTECTED]> wrote:
> > Hi All,
> >
> > I need urgent help. I have following requirements for a project.
> >
> > DSP signal processing on a predefined data set.
> > and Display of same on N800 series.
> >
> > I am looking for development enviornmet for N800 which fullfills
> following
> > needs
> >
> > 1) Provide java programming ability.
> > 2) Runs on windows XP.
> >
> > Also I am looking for step by step procedure to set up such enviornment.
> > I have searched all Maemo site but i am not able to find such
> enviornment
> > and exact procedure to set up it..
> >
> > Please let me know if any one is working on similar requirements
> > and information to set up the same.
> >
> > Regards,
> > Nisha
> > ___
> > 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


Fwd: Regarding Development enviornment for N800

2008-01-19 Thread Frank Banul
sorry forgot to copy the list.


-- Forwarded message --
From: Frank Banul <[EMAIL PROTECTED]>
Date: Jan 19, 2008 11:34 AM
Subject: Re: Regarding Development enviornment for N800
To: nisha jain <[EMAIL PROTECTED]>


Sorry, as far as I know, there is no XP environment, you can run a
Linux virtual machine though.

Frank


On Jan 19, 2008 11:26 AM, nisha jain <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I need urgent help. I have following requirements for a project.
>
> DSP signal processing on a predefined data set.
> and Display of same on N800 series.
>
> I am looking for development enviornmet for N800 which fullfills following
> needs
>
> 1) Provide java programming ability.
> 2) Runs on windows XP.
>
> Also I am looking for step by step procedure to set up such enviornment.
> I have searched all Maemo site but i am not able to find such enviornment
> and exact procedure to set up it..
>
> Please let me know if any one is working on similar requirements
> and information to set up the same.
>
> Regards,
> Nisha
> ___
> 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


Re: Automake >1.8.5?

2008-01-19 Thread dmenns1
Jussi Kukkonen wrote:
> dmenns1 wrote:
>   
>> I had successfully compiled 'libgphoto2' and 'gphoto2' from a tar/gz
>> package, but now I am attempting to go one step further by doing the
>> same thing using the SVN 'trunk' source.  However, this requires that I
>> run the following command:
>>
>> autoreconf --install --symlink
>>
>> When I do so within my chinook scratchbox environment, I get the
>> following errors:
>>
>> configure.ac:15: require Automake 1.9, but have 1.8.5
>> autoreconf2.50: automake failed with exit status: 1
>> 
>
>
> scratchbox has several versions of automake, including 1.9. You can use
> them by setting environment variable SBOX_DEFAULT_AUTOMAKE (although
> there may be other ways too). This should work:
>   export SBOX_DEFAULT_AUTOMAKE=1.9
>
>  Jussi
>
>   
Thanks for the tip!  Easy as pie! :)

I did a lot of googling for this one, but I didn't find this simple tip 
mentioned.

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


Regarding Development enviornment for N800

2008-01-19 Thread nisha jain
Hi All,

I need urgent help. I have following requirements for a project.

DSP signal processing on a predefined data set.
and Display of same on N800 series.

I am looking for development enviornmet for N800 which fullfills following
needs

1) Provide java programming ability.
2) Runs on windows XP.

Also I am looking for step by step procedure to set up such enviornment.
I have searched all Maemo site but i am not able to find such enviornment
and exact procedure to set up it..

Please let me know if any one is working on similar requirements
and information to set up the same.

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


latest RTCOMM 2008 beta makes n810 reboot

2008-01-19 Thread william maddler
I've just upgraded to latest RTCOMM beta. Right after the installation I 
wasn't able to start Chat application anymore. After that, when I try to 
boot the device keeps rebooting right after hands logo is shown. Tried 
almost anything, even on a fresh install. Has anyone else experienced 
same problem?

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


Re: Automake >1.8.5?

2008-01-19 Thread Jussi Kukkonen
dmenns1 wrote:
> I had successfully compiled 'libgphoto2' and 'gphoto2' from a tar/gz
> package, but now I am attempting to go one step further by doing the
> same thing using the SVN 'trunk' source.  However, this requires that I
> run the following command:
> 
> autoreconf --install --symlink
> 
> When I do so within my chinook scratchbox environment, I get the
> following errors:
> 
> configure.ac:15: require Automake 1.9, but have 1.8.5
> autoreconf2.50: automake failed with exit status: 1


scratchbox has several versions of automake, including 1.9. You can use
them by setting environment variable SBOX_DEFAULT_AUTOMAKE (although
there may be other ways too). This should work:
  export SBOX_DEFAULT_AUTOMAKE=1.9

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


Automake >1.8.5?

2008-01-19 Thread dmenns1
I am in WAY over my head on this one :)

I had successfully compiled 'libgphoto2' and 'gphoto2' from a tar/gz
package, but now I am attempting to go one step further by doing the
same thing using the SVN 'trunk' source.  However, this requires that I
run the following command:

autoreconf --install --symlink

When I do so within my chinook scratchbox environment, I get the
following errors:

configure.ac:15: require Automake 1.9, but have 1.8.5
autoreconf2.50: automake failed with exit status: 1

In order to fix this, I have tried two things:

apt-get upgrade automake
&
download/compile/install source for automake 1.10

Both of these attempts have failed to make a difference.  The system
continues to use version 1.8.5, which 'libgphoto2' does not like.

I am green as grass.  Can someone help?  The system does not let me play
with symbolic links to 'point' to a newer version of automake (not that
I am even sure it is safe to do so!).

Thanks

Dare

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


Re: Development of GUI for N800 using java?

2008-01-19 Thread nisha jain
Hi Trilok,

Can u provide me information how to install development package on windows
for N800?
I have to develop a DSP processing and GUI interface using java language for
N800 nokia
series. My objective is to take predefined raw data and doing DSP processing
and then
for display provide GUI on N800 nokia handheld.

I have gone through all information and links but i am totally new to this
field and
don't know about debian packages.

Can u provide step by step procedure?

Thanks and Regards,
Nisha


On 1/19/08, Trilok Soni <[EMAIL PROTECTED]> wrote:
>
> Hi Nisha,
>
> On Jan 19, 2008 9:03 PM, nisha jain <[EMAIL PROTECTED]> wrote:
> > Hi All,
> >
> > Does the VMware support development using java applications?
> > Can i use java programming language for making GUI interface?
> > Does any one has sample applications or tutorial which provide
> > information regarding programming in java in VMware ?
> >
>
> Please check jalimo.
> https://wiki.evolvis.org/jalimo/index.php/Main_Page
>
> --
> --Trilok Soni
>
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Development of GUI for N800 using java?

2008-01-19 Thread Trilok Soni
Hi Nisha,

On Jan 19, 2008 9:03 PM, nisha jain <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> Does the VMware support development using java applications?
> Can i use java programming language for making GUI interface?
> Does any one has sample applications or tutorial which provide
> information regarding programming in java in VMware ?
>

Please check jalimo.
https://wiki.evolvis.org/jalimo/index.php/Main_Page

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


Development of GUI for N800 using java?

2008-01-19 Thread nisha jain
Hi All,

Does the VMware support development using java applications?
Can i use java programming language for making GUI interface?
Does any one has sample applications or tutorial which provide
information regarding programming in java in VMware ?

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


Re: Development of GUI for N800 Help required

2008-01-19 Thread nisha jain
Hi All,

Thanks for the inputs. Can i use java applications for building the GUI
using SDK VMware?

Thanks and Regards,
Nj


On 1/19/08, Kees Jongenburger <[EMAIL PROTECTED]> wrote:
>
> Hello
>
> I think  http://maemo.org/development/ is a good place to start reading.
> booth the getttingstarted and the howto section are of special interest
>
>
> Windows "as is" is not supported you need to install a virtual machine
> try this link http://maemovmware.garage.maemo.org/
> I have not tried it but is sure looks good!
>
>
>
> http://maemo.org/development/sdks/maemo_4_0_chinook_sdk.html
>
> On Jan 19, 2008 6:10 AM, nisha jain <[EMAIL PROTECTED]> wrote:
> > Hi All,
> >
> > I have to develop a GUI for N800 series for project. I am totally new to
> > this
> > field and I want to know how i can install maemo development tool on
> > windows machine? Is it requires some specific programming lang to
> program?
> > or inbuild components? Please provid me information how shall
> > i start? How i can find tutorials?
> >
> > Regards,
> > Nj
> >
> >
> > ___
> > 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


Re: Question about how to port to N800

2008-01-19 Thread Tuomas Kulve
LIU Chun Hung wrote:
>> LIU Chun Hung wrote:

>> You need to have proper section in debian/control file in your package,
>> the standard debian packages are "imcompatible". Use "user/something" to
>> be "compatible".

> I still don't understand. Can you tell me how to do it more specifically?
> The following is the data of control file in my package:

> Section: doc

This tells that the package is doc related on debian. On maemo you need
to say:

Section: user/doc

The predefined categories is listed somewhere on the maemo wiki. It's
probably "user/Documents" and not "user/doc". But anything like
"user/foobar" should work.

-- 
Tuomas



signature.asc
Description: OpenPGP digital signature
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Question about how to port to N800

2008-01-19 Thread LIU Chun Hung
> LIU Chun Hung wrote:
>
>>> I'm assuming you have the OS2008 installed?
>> I don't understand what you mean. Is it necessary to installed OS2008 on
>> N800? As your reply, now I can transfer .deb files to my N800, but when
>> I
>> double click it for installing, there is an error message box "Unable to
>> install. Incompatible application package." So do I need to install
>> anythings to my N800 so that I can install the debian package? If so,
>> where can I download that things for installing?
>
> If you have chinook target, your application may not run on OS2007.
>
> You need to have proper section in debian/control file in your package,
> the standard debian packages are "imcompatible". Use "user/something" to
> be "compatible".

I still don't understand. Can you tell me how to do it more specifically?
The following is the data of control file in my package:

Source: maemo-examples
Section: doc
Priority: optional
Maintainer: Maemo Integration <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 4.0.0)
Standards-Version: 3.7.2

Package: maemo-examples
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Maemo Development Examples
 Maemo Development Examples.

> And please keep the mailing list as CC.
>
> --
> Tuomas
>
>

Hung

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


Re: Question about how to port to N800

2008-01-19 Thread Tuomas Kulve
LIU Chun Hung wrote:

>> I'm assuming you have the OS2008 installed?
> I don't understand what you mean. Is it necessary to installed OS2008 on
> N800? As your reply, now I can transfer .deb files to my N800, but when I
> double click it for installing, there is an error message box "Unable to
> install. Incompatible application package." So do I need to install
> anythings to my N800 so that I can install the debian package? If so,
> where can I download that things for installing?

If you have chinook target, your application may not run on OS2007.

You need to have proper section in debian/control file in your package,
the standard debian packages are "imcompatible". Use "user/something" to
be "compatible".

And please keep the mailing list as CC.

-- 
Tuomas



signature.asc
Description: OpenPGP digital signature
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Development of GUI for N800 Help required

2008-01-19 Thread Jayesh Salvi
including list.

On 1/19/08, Jayesh Salvi <[EMAIL PROTECTED]> wrote:
>
> Best place to start is to use this SDK VM:
> http://maemovmware.garage.maemo.org/
>
> Best language to do GUI coding on maemo: python
>
> http://pymaemo.garage.maemo.org/documentation/pymaemo_tutorial/python_maemo_howto.html
>
> If you are looking for an IDE to develop GUI: Gazpacho (or Glade if you
> prefer)
>
> http://maemo.org/development/documentation/how-tos/3-x/gazpacho_hildon_bora.html
>
> HTH
> Jayesh
>
>
> On 1/19/08, nisha jain < [EMAIL PROTECTED]> wrote:
>
> > Hi All,
> >
> > I have to develop a GUI for N800 series for project. I am totally new to
> > this
> > field and I want to know how i can install maemo development tool on
> > windows machine? Is it requires some specific programming lang to
> > program? or inbuild components? Please provid me information how shall
> > i start? How i can find tutorials?
> >
> > Regards,
> > Nj
> >
> >
> >
> > ___
> > maemo-developers mailing list
> > maemo-developers@maemo.org
> > https://lists.maemo.org/mailman/listinfo/maemo-developers
> >
> >
>
>
> --
> ---
> Jayesh




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


Re: Development of GUI for N800 Help required

2008-01-19 Thread Kees Jongenburger
Hello

I think  http://maemo.org/development/ is a good place to start reading.
booth the getttingstarted and the howto section are of special interest


Windows "as is" is not supported you need to install a virtual machine
try this link http://maemovmware.garage.maemo.org/
I have not tried it but is sure looks good!



http://maemo.org/development/sdks/maemo_4_0_chinook_sdk.html

On Jan 19, 2008 6:10 AM, nisha jain <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I have to develop a GUI for N800 series for project. I am totally new to
> this
> field and I want to know how i can install maemo development tool on
> windows machine? Is it requires some specific programming lang to program?
> or inbuild components? Please provid me information how shall
> i start? How i can find tutorials?
>
> Regards,
> Nj
>
>
> ___
> 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