Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Building cupcake for dream
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 1 - 25 of 62 - Collapse all  -  Translate all to Translated (View all originals)   Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jean-Baptiste Queru  
View profile  
 More options Jul 23 2009, 1:49 am
From: Jean-Baptiste Queru <j...@android.com>
Date: Wed, 22 Jul 2009 22:49:40 -0700
Local: Thurs, Jul 23 2009 1:49 am
Subject: Building cupcake for dream
I've made some progress to build cupcake for dream.

Steps (I hope I have them right):
sync cupcake (with no local_manifest.xml - all the necessary projects
are now included in the default manifest)
in vendor/htc/dream-open, run ./extract-files.sh
. build/envsetup.sh
lunch htc_dream-eng
make

At the moment, this is only valid for cupcake, I'll replicate the
setup across to donut and master and I'll update the instructions on
the web site as soon as I get a chance.

JBQ

--
Jean-Baptiste M. "JBQ" Queru
Software Engineer, Android Open-Source Project, Google.

Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jean-Baptiste Queru  
View profile  
 More options Jul 23 2009, 2:25 pm
From: Jean-Baptiste Queru <j...@android.com>
Date: Thu, 23 Jul 2009 11:25:14 -0700
Local: Thurs, Jul 23 2009 2:25 pm
Subject: Re: Building cupcake for dream
The change has been propagated to donut and master, and the
instructions have been updated. Let me know if something doesn't work
right.

JBQ

--
Jean-Baptiste M. "JBQ" Queru
Software Engineer, Android Open-Source Project, Google.

Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Johan de Koning  
View profile  
 More options Jul 23 2009, 4:50 pm
From: Johan de Koning <ikbennu...@gmail.com>
Date: Thu, 23 Jul 2009 13:50:42 -0700 (PDT)
Local: Thurs, Jul 23 2009 4:50 pm
Subject: Re: Building cupcake for dream
What do you mean with sync cupcake? From this thread
http://groups.google.com/group/android-platform/browse_thread/thread/...
I though that the cupcake-release is the branch for the devices. So
what I did when initializing the branch is

repo init -u git://android.git.kernel.org/platform/manifest.git - b
cupcake-release

But this release does get the vendor/htc/dream-open project. So which
branch to use? Should I use cupcake instead? When it is cupcake it is
not the same as told in the other discussion. Hope you can clear this
up.

Thanks for all your help

On 23 jul, 20:25, Jean-Baptiste Queru <j...@android.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dan raaka  
View profile  
 More options Jul 23 2009, 5:02 pm
From: dan raaka <danra...@gmail.com>
Date: Thu, 23 Jul 2009 14:02:13 -0700
Local: Thurs, Jul 23 2009 5:02 pm
Subject: Re: Building cupcake for dream

Dont you need to add

adb pull /system/lib/libaudio.so proprietary/libaudio.so
adb pull /system/lib/libcamera.so proprietary/libcamera.so
adb pull /system/lib/librpc.so proprietary/librpc.so

to extract-files.sh

-Dan

On Thu, Jul 23, 2009 at 1:50 PM, Johan de Koning <ikbennu...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jean-Baptiste Queru  
View profile  
 More options Jul 23 2009, 5:13 pm
From: Jean-Baptiste Queru <j...@android.com>
Date: Thu, 23 Jul 2009 14:13:21 -0700
Local: Thurs, Jul 23 2009 5:13 pm
Subject: Re: Building cupcake for dream
With the current setup, short of doing some manual setup, you'll need
to use the "true" cupcake. The differences between cupcake and
cupcake-release won't make any significant difference here.

If you want to do a manual setup, look at the history in
platform/manifest, grab the change I did recently in cupcake, apply it
manually locally on your cupcake-release manifest (and add
revision="cupcake" to both lines that you're adding).

JBQ

--
Jean-Baptiste M. "JBQ" Queru
Software Engineer, Android Open-Source Project, Google.

Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Johan de Koning  
View profile  
 More options Jul 23 2009, 5:13 pm
From: Johan de Koning <ikbennu...@gmail.com>
Date: Thu, 23 Jul 2009 14:13:35 -0700 (PDT)
Local: Thurs, Jul 23 2009 5:13 pm
Subject: Re: Building cupcake for dream
I did the repo init and sync again this time with the cupcake branch

repo init -u git://android.git.kernel.org/platform/manifest.git - b
cupcake

This version also contains the vendor/htc/dream-open.

So does this mean that cupcake is for the device? And cupcake-release
for....?

On 23 jul, 22:50, Johan de Koning <ikbennu...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Johan de Koning  
View profile  
 More options Jul 23 2009, 5:17 pm
From: Johan de Koning <ikbennu...@gmail.com>
Date: Thu, 23 Jul 2009 14:17:33 -0700 (PDT)
Local: Thurs, Jul 23 2009 5:17 pm
Subject: Re: Building cupcake for dream
BTW kernel.version contains outdated information inside the dream-open
project.

On 23 jul, 23:13, Johan de Koning <ikbennu...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Johan de Koning  
View profile  
 More options Jul 23 2009, 5:20 pm
From: Johan de Koning <ikbennu...@gmail.com>
Date: Thu, 23 Jul 2009 14:20:50 -0700 (PDT)
Local: Thurs, Jul 23 2009 5:20 pm
Subject: Re: Building cupcake for dream
You are right. Not all the proprietary files are inside the extract-
files.sh script. That means that the AndroidBoard.mk is also not
complete.

I submitted a patch for this some time ago: https://review.source.android.com/Gerrit#change,10501
But this patch also downloads the wlan.ko from the device which is not
needed because it is already part of the dream-open project and can
also be compiled from source.

On 23 jul, 23:02, dan raaka <danra...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jean-Baptiste Queru  
View profile  
 More options Jul 23 2009, 5:23 pm
From: Jean-Baptiste Queru <j...@android.com>
Date: Thu, 23 Jul 2009 14:23:47 -0700
Local: Thurs, Jul 23 2009 5:23 pm
Subject: Re: Building cupcake for dream
Cupcake is the "mainline" cupcake codeline, cupcake-release is closer
to what shipped on consumer devices (their current states are close to
SDK-1.5r3 and CRC01, respectively). The difference between them isn't
large.

We recommend that OEMs shipping consumer devices do so from the
cupcake-release branch, but for development purposes you can use
either, and if you want to play with the code on dream right now the
only codelines that are configured out of the box to do so are
cupcake, donut and master. Most probably, future ancillary codelines
will also have that, but for now that's the current setup.

JBQ

--
Jean-Baptiste M. "JBQ" Queru
Software Engineer, Android Open-Source Project, Google.

Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jean-Baptiste Queru  
View profile  
 More options Jul 23 2009, 5:28 pm
From: Jean-Baptiste Queru <j...@android.com>
Date: Thu, 23 Jul 2009 14:28:47 -0700
Local: Thurs, Jul 23 2009 5:28 pm
Subject: Re: Building cupcake for dream
The current setup is hard to maintain, because it doesn't match at all
the tree structure that we use inside Google to build for those
devices.

Bringing those in better sync is on my todo list, but that was not the
point of my manifest shuffling, and it's not going to happen right
away.

JBQ

--
Jean-Baptiste M. "JBQ" Queru
Software Engineer, Android Open-Source Project, Google.

Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Johan de Koning  
View profile  
 More options Jul 23 2009, 5:29 pm
From: Johan de Koning <ikbennu...@gmail.com>
Date: Thu, 23 Jul 2009 14:29:31 -0700 (PDT)
Local: Thurs, Jul 23 2009 5:29 pm
Subject: Re: Building cupcake for dream
Is the SdkSetup package not needed anymore (and is it still inside the
git source tree)?

On 23 jul, 23:20, Johan de Koning <ikbennu...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dan raaka  
View profile  
 More options Jul 23 2009, 5:31 pm
From: dan raaka <danra...@gmail.com>
Date: Thu, 23 Jul 2009 14:31:32 -0700
Local: Thurs, Jul 23 2009 5:31 pm
Subject: Re: Building cupcake for dream

SdkSetup in the first boot set things up like .. home key confugurations ..
which allowed long homekey press .. not sure if it is still needed

-Dan

On Thu, Jul 23, 2009 at 2:29 PM, Johan de Koning <ikbennu...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Johan de Koning  
View profile  
 More options Jul 23 2009, 5:35 pm
From: Johan de Koning <ikbennu...@gmail.com>
Date: Thu, 23 Jul 2009 14:35:05 -0700 (PDT)
Local: Thurs, Jul 23 2009 5:35 pm
Subject: Re: Building cupcake for dream
The SdkSetup also makes it possible to accept/make calls (don't know
exactly if it was making calls or receiving calls). Some provisioning
flash will be set.

There is new OTAProvisioningClient project which could do probally the
same (looking at the description) but there are no commits inside this
project

On 23 jul, 23:31, dan raaka <danra...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jean-Baptiste Queru  
View profile  
 More options Jul 23 2009, 5:39 pm
From: Jean-Baptiste Queru <j...@android.com>
Date: Thu, 23 Jul 2009 14:39:05 -0700
Local: Thurs, Jul 23 2009 5:39 pm
Subject: Re: Building cupcake for dream
That's yet another orthogonal issue. Yeah, that kind of hack is still
needed. I've been wishing to get this fixed just about forever, just
never found time to come up with an acceptable solution.

JBQ

--
Jean-Baptiste M. "JBQ" Queru
Software Engineer, Android Open-Source Project, Google.

Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Johan de Koning  
View profile  
 More options Jul 23 2009, 5:47 pm
From: Johan de Koning <ikbennu...@gmail.com>
Date: Thu, 23 Jul 2009 14:47:14 -0700 (PDT)
Local: Thurs, Jul 23 2009 5:47 pm
Subject: Re: Building cupcake for dream
BTW about the SdkSetup. I was mistaken. It is still part of the
source. Under developmen/apps

On 23 jul, 23:39, Jean-Baptiste Queru <j...@android.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jean-Baptiste Queru  
View profile  
 More options Jul 23 2009, 6:33 pm
From: Jean-Baptiste Queru <j...@android.com>
Date: Thu, 23 Jul 2009 15:33:44 -0700
Local: Thurs, Jul 23 2009 6:33 pm
Subject: Re: Building cupcake for dream
BTW, thanks for all the interest in getting the Android Open-Source
Project to run on Dream. I'm planning to improve the support as time
goes, and the recent manifest change is just a beginning. I'm going to
plug process holes as time goes, and my end goal is get to a state
where it's possible to build an actually usable and fully functional
system image from the open-source tree.

JBQ

--
Jean-Baptiste M. "JBQ" Queru
Software Engineer, Android Open-Source Project, Google.

Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dan raaka  
View profile  
 More options Jul 23 2009, 6:52 pm
From: dan raaka <danra...@gmail.com>
Date: Thu, 23 Jul 2009 15:52:05 -0700
Local: Thurs, Jul 23 2009 6:52 pm
Subject: Re: Building cupcake for dream

hmm .. isn't all public commits to be made against master only ??

-Dan

On Thu, Jul 23, 2009 at 2:20 PM, Johan de Koning <ikbennu...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dan raaka  
View profile  
 More options Jul 23 2009, 6:52 pm
From: dan raaka <danra...@gmail.com>
Date: Thu, 23 Jul 2009 15:52:52 -0700
Local: Thurs, Jul 23 2009 6:52 pm
Subject: Re: Building cupcake for dream

without any changes ..

the following build error on cupcake ..

make: *** No rule to make target
`vendor/htc/dream-open/proprietary/libOmxCore.so', needed by
`out/target/product/dream-open/obj/lib/libOmxCore.so'.  Stop.
make: *** Waiting for unfinished jobs....
external/neven/FaceRecEm/common/src/b_FDSDK/DCR.c: In function
'btk_DCR_assignImageROI':
external/neven/FaceRecEm/common/src/b_FDSDK/DCR.c:238: warning: signed and
unsigned type in conditional expression
external/neven/FaceRecEm/common/src/b_FDSDK/DCR.c:239: warning: signed and
unsigned type in conditional expression

-Dan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jean-Baptiste Queru  
View profile  
 More options Jul 23 2009, 7:31 pm
From: Jean-Baptiste Queru <j...@android.com>
Date: Thu, 23 Jul 2009 16:31:00 -0700
Subject: Re: Building cupcake for dream
In general, given the current process, yes, we (Google) are only
equipped to accept contributions done against master.

vendor/htc/dream-open (formerly known as vendor/htc/dream) was
special, in that it didn't actually exist on Google's internal
servers. That meant that work on it had to happen directly in the
open, so that contributing against any of its branches wasn't
necessarily unreasonable (but it wasn't ideal). It also meant that it
was grossly unmaintained and entirely untested.

I want to get out of that mode and turn Dream into a reliable device
for framework development in the android open-source project.

JBQ

--
Jean-Baptiste M. "JBQ" Queru
Software Engineer, Android Open-Source Project, Google.

Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jean-Baptiste Queru  
View profile  
 More options Jul 23 2009, 7:31 pm
From: Jean-Baptiste Queru <j...@android.com>
Date: Thu, 23 Jul 2009 16:31:13 -0700
Local: Thurs, Jul 23 2009 7:31 pm
Subject: Re: Building cupcake for dream
Did you run extract-files.sh ?

JBQ

--
Jean-Baptiste M. "JBQ" Queru
Software Engineer, Android Open-Source Project, Google.

Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dan raaka  
View profile  
 More options Jul 23 2009, 7:57 pm
From: dan raaka <danra...@gmail.com>
Date: Thu, 23 Jul 2009 16:57:33 -0700
Local: Thurs, Jul 23 2009 7:57 pm
Subject: Re: Building cupcake for dream

well not quite, but I just copied over the files that I had extracted a
while ago.

my@user-desktop:~/AndroidSources/cupcake$ ls
vendor/htc/dream-open/proprietary/
akmd  AudioFilter.csv  AudioPara4.csv  brf6300.bin  Fw1251r1c.bin  gps.conf
libaudioeq.so  libgps.so  libhgl.so  libhtc_ril.so  libqcamera.so
tiwlan.ini

-Dan

On Thu, Jul 23, 2009 at 4:31 PM, Jean-Baptiste Queru <j...@android.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jean-Baptiste Queru  
View profile  
 More options Jul 23 2009, 8:04 pm
From: Jean-Baptiste Queru <j...@android.com>
Date: Thu, 23 Jul 2009 17:04:01 -0700
Local: Thurs, Jul 23 2009 8:04 pm
Subject: Re: Building cupcake for dream
Yeah, looks like those were extracted with an older version of the
script (more than 3 months old), going back to the time when
libOmxCore.so wasn't being extracted.

JBQ

--
Jean-Baptiste M. "JBQ" Queru
Software Engineer, Android Open-Source Project, Google.

Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dan raaka  
View profile  
 More options Jul 23 2009, 8:18 pm
From: dan raaka <danra...@gmail.com>
Date: Thu, 23 Jul 2009 17:18:09 -0700
Local: Thurs, Jul 23 2009 8:18 pm
Subject: Re: Building cupcake for dream

I hoping someone will post those missing file for me to download ..!!

-Dan

On Thu, Jul 23, 2009 at 5:04 PM, Jean-Baptiste Queru <j...@android.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jean-Baptiste Queru  
View profile  
 More options Jul 23 2009, 8:30 pm
From: Jean-Baptiste Queru <j...@android.com>
Date: Thu, 23 Jul 2009 17:30:24 -0700
Local: Thurs, Jul 23 2009 8:30 pm
Subject: Re: Building cupcake for dream
Download the latest image from
http://www.htc.com/www/support/android/adp.html (that's 150275), flash
it on your device, and extract the file from there.

JBQ

--
Jean-Baptiste M. "JBQ" Queru
Software Engineer, Android Open-Source Project, Google.

Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dan raaka  
View profile  
 More options Jul 23 2009, 8:44 pm
From: dan raaka <danra...@gmail.com>
Date: Thu, 23 Jul 2009 17:44:18 -0700
Local: Thurs, Jul 23 2009 8:44 pm
Subject: Re: Building cupcake for dream

why flash when there is unyaffs :) ..running build now ..

-Dan

On Thu, Jul 23, 2009 at 5:30 PM, Jean-Baptiste Queru <j...@android.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 1 - 25 of 62   Newer >
« Back to Discussions « Newer topic     Older topic »