Re: how to check out maemo-examples

2008-10-07 Thread Jarmo.Tikka
Hi,

Maemo examples project
(https://garage.maemo.org/svn/maemoexamples/tags/maemo_4.1/) in Garage
holds official example applications for maemo release documentation and
examples use Garage SVN. That SVN at Stage is not official and is used
only for some maemo SDK testing activities.

See related release documentation for Diablo from maemo.org
http://maemo.org/maemo_release_documentation/maemo4.1.x/. This version
of maemo Diablo reference manual uses those example applications (tagged
with "maemo_4.1") from Garage.

We have not enabled checking out our example applications for others
than Garage project members to be sure our example applications are in
sync with other maemo release documentation (maemo Reference Manual). 

We are targeting that maemo release documentation is based on these
example applications e.g. if maemo manual has some code examples they
are taken from these tested example applications. This way maintenance
of our release documentation is doable.

And this is why example applications cannot be changed without making
sure that corresponding release documentation is still in sync with
examples.

Why do you want to check out (change?) some maemo examples?

Cheers,
//Jarmo

>Date: Tue, 07 Oct 2008 10:54:53 +0200
>From: Dave Neary <[EMAIL PROTECTED]>
>Hi,
>
>There are similar examples in the maemoexamples garage project:
>svn checkout https://garage.maemo.org/svn/maemoexamples
>
>And
>svn co
>https://stage.maemo.org/svn/maemo/projects/tools/trunk/maemo_testing/ma
emo-examples
>
>works for the maemo_testing project.
>
>Cheers,
>Dave.
>
>Mrukant Popat wrote:
>> Hi,
>> 
>> Do the examples source code in
>> 
>https://stage.maemo.org/viewcvs.cgi/projects/tools/trunk/maemo_testing/
maemo-examples/?root=maemo
>> 
>> form part of standard maemo installation?
>> If yes.. where
>> If not.. how do I check out from this repository
>> 
>> The command
>> svn co  
>> 
>https://stage.maemo.org/projects/tools/trunk/maemo_testing/maemo-exampl
es/
>> does not work
>> 
>> Thanks
>> Mrukant Popat

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


Re: how to check out maemo-examples

2008-10-07 Thread Dave Neary
Hi,

There are similar examples in the maemoexamples garage project:
svn checkout https://garage.maemo.org/svn/maemoexamples

And
svn co
https://stage.maemo.org/svn/maemo/projects/tools/trunk/maemo_testing/maemo-examples

works for the maemo_testing project.

Cheers,
Dave.

Mrukant Popat wrote:
> Hi,
> 
> Do the examples source code in
> https://stage.maemo.org/viewcvs.cgi/projects/tools/trunk/maemo_testing/maemo-examples/?root=maemo
> 
> form part of standard maemo installation?
> If yes.. where
> If not.. how do I check out from this repository
> 
> The command
> svn co  
> https://stage.maemo.org/projects/tools/trunk/maemo_testing/maemo-examples/
> does not work
> 
> Thanks
> Mrukant Popat
> 
> Santa Clara, CA, USA
> Technology Consultant,
> Pioneer Electronics
> 
> 
> ___
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-developers
> 
> 

-- 
maemo.org docsmaster
Email: [EMAIL PROTECTED]
Jabber: [EMAIL PROTECTED]

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


how to check out maemo-examples

2008-10-06 Thread Mrukant Popat
Hi,

Do the examples source code in
https://stage.maemo.org/viewcvs.cgi/projects/tools/trunk/maemo_testing/maemo-examples/?root=maemo

form part of standard maemo installation?
If yes.. where
If not.. how do I check out from this repository

The command
svn co  
https://stage.maemo.org/projects/tools/trunk/maemo_testing/maemo-examples/
does not work

Thanks
Mrukant Popat

Santa Clara, CA, USA
Technology Consultant,
Pioneer Electronics


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


Re: maemo examples

2007-07-18 Thread Andrew Flegg
On 7/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> I tryed to add (inside scratchbox)
> http_proxy=x.y.z.j:1234
> whith this the answer to apt-get update
> is: Could not resolve '3128'
>
> with http_proxy=:x.y.z.j:1234
> the answer to apt-get update
> is: Could not resolve 'repository.maemo.org'
>
> Besides i have proxy authentication how can i set
> this in scratchbox ?

You need something like the following:

export http_proxy=http://user:[EMAIL PROTECTED]:1234

HTH,

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: maemo examples

2007-07-18 Thread [EMAIL PROTECTED]
I tryed to add (inside scratchbox)
http_proxy=x.y.z.j:1234
whith this the answer to apt-get update
is: Could not resolve '3128'
with http_proxy=:x.y.z.j:1234

the answer to apt-get update
is: Could not resolve 'repository.maemo.org'

Besides i have proxy authentication how can i set 
this in scratchbox ?
Thanks

- Messaggio originale -
Da: Ian <[EMAIL PROTECTED]>
A: maemo-developers@maemo.org
Inviato: Mercoledì 18 luglio 2007, 12:22:23
Oggetto: RE: maemo examples

Ola,

> If that does not work try to use the IP address instead of
> proxy.domain.org.

or you can even put the following in apt.conf

Acquire {
Retries "0";
HTTP {
Proxy "http://proxy.domain.org:port"
};
};

[]'s
Ian

-- 
http://ianlawrence.info


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







  ___ 
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: 
http://it.docs.yahoo.com/nowyoucan.html___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


RE: maemo examples

2007-07-18 Thread Ian
Ola,

> If that does not work try to use the IP address instead of
> proxy.domain.org.

or you can even put the following in apt.conf

Acquire {
Retries "0";
HTTP {
Proxy "http://proxy.domain.org:port";;
};
};

[]'s
Ian

-- 
http://ianlawrence.info


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


RE: maemo examples

2007-07-18 Thread marcell.lengyel
Hi,

If that does not work try to use the IP address instead of
proxy.domain.org.

BR,

Marcell 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of ext Ian
> Sent: Wednesday, July 18, 2007 12:55
> To: [EMAIL PROTECTED]
> Cc: maemo-developers@maemo.org
> Subject: Re: maemo examples
> 
> Ola,
> > Can anyone help me ?
> > This is an important and urgent task for me Thanks
> Have you tried exporting the proxy in the shell???...like 
> [EMAIL PROTECTED]:~ export http_proxy="http://proxy.domain.org:port";
> 
> []'s
> Ian
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: maemo examples

2007-07-18 Thread Ian
Ola,
> Can anyone help me ?
> This is an important and urgent task for me
> Thanks
Have you tried exporting the proxy in the shell???...like
[EMAIL PROTECTED]:~ export http_proxy="http://proxy.domain.org:port";

[]'s
Ian


-- 
http://ianlawrence.info


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


Re: maemo examples

2007-07-18 Thread [EMAIL PROTECTED]
Can anyone help me ?
This is an important and urgent task for me
Thanks 

Luca

- Messaggio originale -
Da: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
A: maemo-developers@maemo.org
Inviato: Martedì 17 luglio 2007, 16:52:14
Oggetto: Re: maemo examples

Another problem for my environment is apt tool, 
probably the problem is linked whith proxy configuration
How can i configure proxy for apt tool inside scratchbox ?

- Messaggio originale -
Da: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
A: [EMAIL PROTECTED]
Cc: maemo-developers@maemo.org
Inviato: Martedì 17 luglio 2007, 16:27:26
Oggetto: Re: maemo examples



- Messaggio originale -
Da: Jami Pekkanen <[EMAIL PROTECTED]>
A: "ext [EMAIL PROTECTED]" <[EMAIL PROTECTED]>
Cc: maemo-developers@maemo.org
Inviato: Martedì 17 luglio 2007, 15:21:08
Oggetto: Re: maemo examples

On Tue, 2007-07-17 at 05:59 -0700, ext [EMAIL PROTECTED] wrote:
> Hi , where i can found examples used in the tutorial ?
> The following link does't work 
> http://maemo.org/development/examples/ 
> and my apt in scratchbox too.
> I'm trying to create a deb package to
 install  my application on N800 
> What can I do ?



Could you specify which tutorial has the broken link? To install the
maemo-examples package, you have to have lines:

deb http://repository.maemo.org/ bora free non-free
deb-src http://repository.maemo.org/ bora free

In your scratchbox's /etc/apt/sources.list and run 'apt-get update'
before 'apt-get source maemo-examples'. Files of the example packages
can also be found in:
https://staging.maemo.org/svn/maemo/projects/tools/trunk/maemo_testing/maemo-examples/

They don't however include an example of making Debian package at the
moment. For that you can refer to the examples of
 Hildon Desktop Plugins
howto
(http://maemo.org/development/documentation/how-tos/3-x/tutorial_desktop_plugins_bora.html),
 which also includes files for autotools. These however differ a bit for 
plugins and standalone programs.

I hope this helps.

- Jami Pekkanen

Thanks Jami ,
from the maemo home follow the Development link and from here click  Example on 
the 
left side of the page, a page not found error  occur.
In how-tos  section in   "Making a package for the Application Manager in maemo 
3.x " link to hello-world-app_0.4.tar.gz. doesn't exist.

Just another small question, We are working on an
 advanced radio device and in particular I'm involved on  the radio controller 
(GUI). This device is based on
 OMAP 2430 processor, and linux. To develop this task we have purchased a pair 
of N800 to evaluaing the platform (software).  
Can i use maemo, eventually modifying source code, on my device ?
Thanks
Luca












  L'email della prossima generazione? Puoi averla con la nuova Yahoo! 
Mail___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers










  L'email della prossima generazione? Puoi averla con la nuova Yahoo! 
Mail___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers







  ___ 
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: 
http://it.docs.yahoo.com/nowyoucan.html___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: maemo examples

2007-07-17 Thread [EMAIL PROTECTED]
Another problem for my environment is apt tool, 
probably the problem is linked whith proxy configuration
How can i configure proxy for apt tool inside scratchbox ?

- Messaggio originale -
Da: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
A: [EMAIL PROTECTED]
Cc: maemo-developers@maemo.org
Inviato: Martedì 17 luglio 2007, 16:27:26
Oggetto: Re: maemo examples



- Messaggio originale -
Da: Jami Pekkanen <[EMAIL PROTECTED]>
A: "ext [EMAIL PROTECTED]" <[EMAIL PROTECTED]>
Cc: maemo-developers@maemo.org
Inviato: Martedì 17 luglio 2007, 15:21:08
Oggetto: Re: maemo examples

On Tue, 2007-07-17 at 05:59 -0700, ext [EMAIL PROTECTED] wrote:
> Hi , where i can found examples used in the tutorial ?
> The following link does't work 
> http://maemo.org/development/examples/ 
> and my apt in scratchbox too.
> I'm trying to create a deb package to
 install  my application on N800 
> What can I do ?



Could you specify which tutorial has the broken link? To install the
maemo-examples package, you have to have lines:

deb http://repository.maemo.org/ bora free non-free
deb-src http://repository.maemo.org/ bora free

In your scratchbox's /etc/apt/sources.list and run 'apt-get update'
before 'apt-get source maemo-examples'. Files of the example packages
can also be found in:
https://staging.maemo.org/svn/maemo/projects/tools/trunk/maemo_testing/maemo-examples/

They don't however include an example of making Debian package at the
moment. For that you can refer to the examples of Hildon Desktop Plugins
howto
(http://maemo.org/development/documentation/how-tos/3-x/tutorial_desktop_plugins_bora.html),
 which also includes files for autotools. These however differ a bit for 
plugins and standalone programs.

I hope this helps.

- Jami Pekkanen

Thanks Jami ,
from the maemo home follow the Development link and from here click  Example on 
the 
left side of the page, a page not found error  occur.
In how-tos  section in   "Making a package for the Application Manager in maemo 
3.x " link to hello-world-app_0.4.tar.gz. doesn't exist.

Just another small question, We are working on an advanced radio device and in 
particular I'm involved on  the radio controller (GUI). This device is based on
 OMAP 2430 processor, and linux. To develop this task we have purchased a pair 
of N800 to evaluaing the platform (software).  
Can i use maemo, eventually modifying source code, on my device ?
Thanks
Luca












  L'email della prossima generazione? Puoi averla con la nuova Yahoo! 
Mail___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers







  ___ 
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: 
http://it.docs.yahoo.com/nowyoucan.html___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: maemo examples

2007-07-17 Thread [EMAIL PROTECTED]


- Messaggio originale -
Da: Jami Pekkanen <[EMAIL PROTECTED]>
A: "ext [EMAIL PROTECTED]" <[EMAIL PROTECTED]>
Cc: maemo-developers@maemo.org
Inviato: Martedì 17 luglio 2007, 15:21:08
Oggetto: Re: maemo examples

On Tue, 2007-07-17 at 05:59 -0700, ext [EMAIL PROTECTED] wrote:
> Hi , where i can found examples used in the tutorial ?
> The following link does't work 
> http://maemo.org/development/examples/ 
> and my apt in scratchbox too.
> I'm trying to create a deb package to install  my application on N800 
> What can I do ?



Could you specify which tutorial has the broken link? To install the
maemo-examples package, you have to have lines:

deb http://repository.maemo.org/ bora free non-free
deb-src http://repository.maemo.org/ bora free

In your scratchbox's /etc/apt/sources.list and run 'apt-get update'
before 'apt-get source maemo-examples'. Files of the example packages
can also be found in:
https://staging.maemo.org/svn/maemo/projects/tools/trunk/maemo_testing/maemo-examples/

They don't however include an example of making Debian package at the
moment. For that you can refer to the examples of Hildon Desktop Plugins
howto
(http://maemo.org/development/documentation/how-tos/3-x/tutorial_desktop_plugins_bora.html),
 which also includes files for autotools. These however differ a bit for 
plugins and standalone programs.

I hope this helps.

- Jami Pekkanen

Thanks Jami ,
from the maemo home follow the Development link and from here click  Example on 
the 
left side of the page, a page not found error  occur.
In how-tos  section in   "Making a package for the Application Manager in maemo 
3.x " link to hello-world-app_0.4.tar.gz. doesn't exist.

Just another small question, We are working on an advanced radio device and in 
particular I'm involved on  the radio controller (GUI). This device is based on 
OMAP 2430 processor, and linux. To develop this task we have purchased a pair 
of N800 to evaluaing the platform (software).  
Can i use maemo, eventually modifying source code, on my device ?
Thanks
Luca













___ 
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: 
http://it.docs.yahoo.com/nowyoucan.html___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: maemo examples

2007-07-17 Thread Ian

Ola,
>> http://maemo.org/development/examples/
>> and my apt in scratchbox too. I'm trying to create a deb package to install  
>> my application on
>> N800
>> What can I do ?
I had some problems too with apt when installing the bora environment on ubuntu 
feisty and asking
around on irc I found that the problem was with /etc/resolv.conf and 
/etc/nsswitch.conf . I
documented what i did here if it will help you:
http://ianlawrence.info/random-stuff/maemo-3-1-bora-on-ubuntu-feisty
[]'s
Ian



-- 
"Todos os animais são iguais, mas alguns animais são mais iguais do que os 
outros""
http://ianlawrence.info


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


Re: maemo examples

2007-07-17 Thread Jami Pekkanen
On Tue, 2007-07-17 at 05:59 -0700, ext [EMAIL PROTECTED] wrote:
> Hi , where i can found examples used in the tutorial ?
> The following link does't work 
> http://maemo.org/development/examples/ 
> and my apt in scratchbox too.
> I'm trying to create a deb package to install  my application on N800 
> What can I do ?

Could you specify which tutorial has the broken link? To install the
maemo-examples package, you have to have lines:

deb http://repository.maemo.org/ bora free non-free
deb-src http://repository.maemo.org/ bora free

In your scratchbox's /etc/apt/sources.list and run 'apt-get update'
before 'apt-get source maemo-examples'. Files of the example packages
can also be found in:
https://staging.maemo.org/svn/maemo/projects/tools/trunk/maemo_testing/maemo-examples/

They don't however include an example of making Debian package at the
moment. For that you can refer to the examples of Hildon Desktop Plugins
howto
(http://maemo.org/development/documentation/how-tos/3-x/tutorial_desktop_plugins_bora.html),
 which also includes files for autotools. These however differ a bit for 
plugins and standalone programs.

I hope this helps.

- Jami Pekkanen

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


maemo examples

2007-07-17 Thread [EMAIL PROTECTED]
Hi , where i can found examples used in the tutorial ?
The following link does't work 
http://maemo.org/development/examples/ 
and my apt in scratchbox too.
I'm trying to create a deb package to install  my application on N800 
What can I do ?

Thanks

Luca




  ___ 
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: 
http://it.docs.yahoo.com/nowyoucan.html___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers