Re: Dates (part of PIM) is now hildonized and working.

2007-08-13 Thread Ross Burton
On Mon, 2007-08-13 at 19:33 -0300, Adilson Oliveira wrote:
> I did have to hack it a little bit because there were a few changes in
> the headers' organization like
> #include  versus
> #include 
> and some deprecated hildon functions being used like
> hildon_time_editor_show_seconds() instead of
> hildon_time_editor_set_show_seconds()
> Nothing serious.

Ah yes, of course.  Can you throw the patch towards me or the Pimlico
list so we can integrate it?

Cheers,
Ross
-- 
Ross Burton mail: [EMAIL PROTECTED]
  jabber: [EMAIL PROTECTED]
 www: http://www.burtonini.com./
 PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF



signature.asc
Description: This is a digitally signed message part
-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


RE: USB Client Blueprint

2007-08-13 Thread Yuan, Hang
Please see my answer inline. 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Zimmerman
Sent: 2007年8月13日 21:30
To: ubuntu-mobile@lists.ubuntu.com
Subject: Re: USB Client Blueprint

On Mon, Aug 06, 2007 at 06:39:59PM +0800, Yuan, Hang wrote:
> On Mon, Aug 06, 2007 at 01:35:51PM +0800, Yuan, Hang wrote:
> > The blueprint is updated.
> >  
> > You understanding is mostly correct. One patch to makefile is also provided.
> >  
> > For your questions:
> > 1. The targeted host system for Host side utility is Red Hat FC6, Ubuntu 
> > MID distro and Red Flag MID distro.
> 
> Ubuntu Mobile Edition only runs on devices; it does not run on host systems.
> Surely you mean Ubuntu desktop?
> 
> [Henry] No, it doesn't mean Ubuntu desktop. Only Linux MID connecting with 
> Linux MID is considered. So Ubuntu Mobile Edition is the host system. RHFC6 
> is listed because it's current software development environment. 

I see.  Is there some reason not to support Ubuntu desktop as the host
system?

[Henry] I don't see any special reason listed in the PRD developed by 
marketing. Maybe just because only consider MID distros.  

> > 2. I am not clear about Gutsy repository.
> 
> The necessary client support must be packaged and incorporated into the
> package repository for Ubuntu 7.10 (Gutsy).  The necessary host support for
> Ubuntu 7.10 must also be handled this way.
> 
> [Henry] So far our plan is to release the kernel SW in patch format and 
> utility in tar format. Is it acceptable by Ubuntu?

A patch is fine for the kernel.  For the utility, a source package would be
ideal, but we can add the packaging if necessary.

[Henry] Thanks. I see.

-- 
 - mdz

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


RE: USB Client Blueprint

2007-08-13 Thread Yuan, Hang
The conflicts are removed. - henry 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tollef Fog Heen
Sent: 2007年8月13日 21:28
To: ubuntu-mobile@lists.ubuntu.com
Subject: Re: USB Client Blueprint

* "Johnson, Charles F" 

| Can folks take a look at the USB Client blueprint again ?  The folks
| doing the work think they addressed the comments from the previous
| round. So if you still need more, please post them to the ubuntu-mobile
| lists again.

It appears to have edit conflicts in it; can those be resolved first?

| Also this is another late driver.  It isn't schededuled to be Alpha
| until 1st week of September.  Way to late.  I've asked them if they
| can provide an early copy so that we can get the packages written
| and debugged.  Otherwise it will have to be in the Update.

Sounds good.

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: Dates (part of PIM) is now hildonized and working.

2007-08-13 Thread Adilson Oliveira
Ross Burton wrote:

> 
> Did you have to hack on the existing Hildon port at all, or did you just
> package it up.  Did you notice the existing Maemo packaging on
> maemo.debian.org (although it is trivial to package with cdbs)?
> 

Hello.

I did have to hack it a little bit because there were a few changes in
the headers' organization like
#include  versus
#include 
and some deprecated hildon functions being used like
hildon_time_editor_show_seconds() instead of
hildon_time_editor_set_show_seconds()
Nothing serious.

[]s

Adilson.

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: Dates (part of PIM) is now hildonized and working.

2007-08-13 Thread Ross Burton
On Mon, 2007-08-13 at 17:39 -0300, Adilson Oliveira wrote:
> I had a good day today :) Our first hildonized application is up and
> running. It's Dates, part of Pimlico, our PIM of choice.
> Now that I believe that I dominated that matter, the other applications
> should start to come out very fast.
> Tomorrow I'll organize the hackadom, create proper packaging and start
> spill out the rest of the applications.

Did you have to hack on the existing Hildon port at all, or did you just
package it up.  Did you notice the existing Maemo packaging on
maemo.debian.org (although it is trivial to package with cdbs)?

Ross
-- 
Ross Burton mail: [EMAIL PROTECTED]
  jabber: [EMAIL PROTECTED]
 www: http://www.burtonini.com./
 PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF



signature.asc
Description: This is a digitally signed message part
-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Dates (part of PIM) is now hildonized and working.

2007-08-13 Thread Adilson Oliveira
Hi guys.

I had a good day today :) Our first hildonized application is up and
running. It's Dates, part of Pimlico, our PIM of choice.
Now that I believe that I dominated that matter, the other applications
should start to come out very fast.
Tomorrow I'll organize the hackadom, create proper packaging and start
spill out the rest of the applications.

[]s

Adilson.

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: Where to Report UME Specific Bugs ??

2007-08-13 Thread Matt Zimmerman
Anyone with a Launchpad account can report bugs.  http://bugs.launchpad.net/

On Mon, Aug 13, 2007 at 08:23:52AM -0700, Charles Johnson wrote:
> Do we have to be granted rights to enter ubuntu-mobile Launchpad bugs ??
> Entering a bug is not an action that shows up for me.
> 
> --Charlie
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> 
> On 8/9/07, Matt Zimmerman <[EMAIL PROTECTED]> wrote:
> >
> > On Wed, Aug 08, 2007 at 10:35:09PM -0300, Adilson Oliveira wrote:
> > > Johnson, Charles F wrote:
> > > > How are we handling UME specific bugs ??  Just in with the other gutsy
> > > > bugs ??
> > >
> > > Currently we're just reporting each other but we should talk about a
> > > more organized way to do that.
> > > Ubuntu bugs are reported on Launchpad so we can do the same.
> >
> > The ubuntu-mobile team should be a bug contact for UME-specific packages,
> > so
> > that the bugs show up on the team page.
> >
> > For UME-specific bugs in other packages, subscribe the ubuntu-mobile team.
> >
> > --
> > - mdz
> >
> > --
> > Ubuntu-mobile mailing list
> > Ubuntu-mobile@lists.ubuntu.com
> > Modify settings or unsubscribe at:
> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile
> >

> -- 
> Ubuntu-mobile mailing list
> Ubuntu-mobile@lists.ubuntu.com
> Modify settings or unsubscribe at: 
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


-- 
 - mdz

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: Where to Report UME Specific Bugs ??

2007-08-13 Thread Charles Johnson
Do we have to be granted rights to enter ubuntu-mobile Launchpad bugs ??
Entering a bug is not an action that shows up for me.

--Charlie
[EMAIL PROTECTED]
[EMAIL PROTECTED]

On 8/9/07, Matt Zimmerman <[EMAIL PROTECTED]> wrote:
>
> On Wed, Aug 08, 2007 at 10:35:09PM -0300, Adilson Oliveira wrote:
> > Johnson, Charles F wrote:
> > > How are we handling UME specific bugs ??  Just in with the other gutsy
> > > bugs ??
> >
> > Currently we're just reporting each other but we should talk about a
> > more organized way to do that.
> > Ubuntu bugs are reported on Launchpad so we can do the same.
>
> The ubuntu-mobile team should be a bug contact for UME-specific packages,
> so
> that the bugs show up on the team page.
>
> For UME-specific bugs in other packages, subscribe the ubuntu-mobile team.
>
> --
> - mdz
>
> --
> Ubuntu-mobile mailing list
> Ubuntu-mobile@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile
>
-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: USB Client Blueprint

2007-08-13 Thread Matt Zimmerman
On Mon, Aug 06, 2007 at 06:39:59PM +0800, Yuan, Hang wrote:
> On Mon, Aug 06, 2007 at 01:35:51PM +0800, Yuan, Hang wrote:
> > The blueprint is updated.
> >  
> > You understanding is mostly correct. One patch to makefile is also provided.
> >  
> > For your questions:
> > 1. The targeted host system for Host side utility is Red Hat FC6, Ubuntu 
> > MID distro and Red Flag MID distro.
> 
> Ubuntu Mobile Edition only runs on devices; it does not run on host systems.
> Surely you mean Ubuntu desktop?
> 
> [Henry] No, it doesn't mean Ubuntu desktop. Only Linux MID connecting with 
> Linux MID is considered. So Ubuntu Mobile Edition is the host system. RHFC6 
> is listed because it's current software development environment. 

I see.  Is there some reason not to support Ubuntu desktop as the host
system?

> > 2. I am not clear about Gutsy repository.
> 
> The necessary client support must be packaged and incorporated into the
> package repository for Ubuntu 7.10 (Gutsy).  The necessary host support for
> Ubuntu 7.10 must also be handled this way.
> 
> [Henry] So far our plan is to release the kernel SW in patch format and 
> utility in tar format. Is it acceptable by Ubuntu?

A patch is fine for the kernel.  For the utility, a source package would be
ideal, but we can add the packaging if necessary.

-- 
 - mdz

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: USB Client Blueprint

2007-08-13 Thread Tollef Fog Heen
* "Johnson, Charles F" 

| Can folks take a look at the USB Client blueprint again ?  The folks
| doing the work think they addressed the comments from the previous
| round. So if you still need more, please post them to the ubuntu-mobile
| lists again.

It appears to have edit conflicts in it; can those be resolved first?

| Also this is another late driver.  It isn't schededuled to be Alpha
| until 1st week of September.  Way to late.  I've asked them if they
| can provide an early copy so that we can get the packages written
| and debugged.  Otherwise it will have to be in the Update.

Sounds good.

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile