Re: Outstanding cupcake - master merge

2009-04-02 Thread luggie
I create a android virtual device,and start emulator by emulate -avd name Thank you,JBQ! On 4月2日, 上午11时42分, Jean-Baptiste Queru j...@android.com wrote: I normally start it with just emulator. -avd is for future SDKs, you shouldn't need to specify it when working on your own builds (except if

Re: Outstanding cupcake - master merge

2009-04-02 Thread luggie
hi,JBQ,How do i make winows_sdk by this source code?(I had made sdk in ubuntu.) Thanks. On 4月2日, 下午4时16分, luggie lug...@gmail.com wrote: I create a android virtual device,and start emulator by emulate -avd name Thank you,JBQ! On 4月2日, 上午11时42分, Jean-Baptiste Queru j...@android.com wrote:

Re: Outstanding cupcake - master merge

2009-04-02 Thread Pierre Bonnefoy
Congratulations to JBQ and to all that have helped him for this great achievement ! 2009/4/2 luggie lug...@gmail.com: hi,JBQ,How do i make winows_sdk by this source code?(I had made sdk in ubuntu.) Thanks. On 4月2日, 下午4时16分, luggie lug...@gmail.com wrote: I create a android virtual

Re: Outstanding cupcake - master merge

2009-04-02 Thread Jean-Baptiste Queru
Sorry, I don't. JBQ 2009/4/2 luggie lug...@gmail.com: hi,JBQ,How do i make winows_sdk by this source code?(I had made sdk in ubuntu.) Thanks. On 4月2日, 下午4时16分, luggie lug...@gmail.com wrote: I create a android virtual device,and start emulator by emulate -avd name Thank you,JBQ! On

Re: Outstanding cupcake - master merge

2009-04-02 Thread Jean-Baptiste Queru
(I meant, I don't know) JBQ 2009/4/2 Jean-Baptiste Queru j...@android.com: Sorry, I don't. JBQ 2009/4/2 luggie lug...@gmail.com: hi,JBQ,How do i make winows_sdk by this source code?(I had made sdk in ubuntu.) Thanks. On 4月2日, 下午4时16分, luggie lug...@gmail.com wrote: I create a

Re: Outstanding cupcake - master merge

2009-04-01 Thread luggie
hi, JBQ. How do i start the emulator ? What is -avd? Thank you! On 4月1日, 上午7时54分, Jean-Baptiste Queru j...@android.com wrote: The changes are in, and master now builds with OpenCORE. Thanks Ravi (and team) JBQ On Tue, Mar 31, 2009 at 12:22 PM, rktb yend...@pv.com wrote: I have

Re: Outstanding cupcake - master merge

2009-03-31 Thread rktb
Hi, Is there an issue with the sdcard not being recognized on master latest? From the log also, I see the mediascanner service scan only the internal directory. I don't see the external directory. yend...@yendurid630:~/oha_android$ grep MediaScanner /tmp/loge.txt 03-31 03:12:09.977 579 579

Re: Outstanding cupcake - master merge

2009-03-31 Thread Jean-Baptiste Queru
Yes, I think it's broken, both on cupcake and master. My understand is that vold (the volume-management daemon, which replaced mountd) is looking for a file that is not installed by the default configuration. I've filed http://b.android.com/2335 JBQ On Tue, Mar 31, 2009 at 3:38 AM, rktb

Re: Outstanding cupcake - master merge

2009-03-31 Thread rktb
Thanks JBQ. Got around it. -Ravi On Mar 31, 4:55 am, Jean-Baptiste Queru j...@android.com wrote: Yes, I think it's broken, both on cupcake and master. My understand is that vold (the volume-management daemon, which replaced mountd) is looking for a file that is not installed by the default

Re: Outstanding cupcake - master merge

2009-03-31 Thread rktb
I have fixed the master build to include OpenCORE now. The basic functionality is up an running. There is still a known issue with the sdcard not being detected as mentioned by JBQ above. The changes are in https://review.source.android.com/Gerrit#change,9446

Re: Outstanding cupcake - master merge

2009-03-31 Thread Jean-Baptiste Queru
The changes are in, and master now builds with OpenCORE. Thanks Ravi (and team) JBQ On Tue, Mar 31, 2009 at 12:22 PM, rktb yend...@pv.com wrote: I have fixed the master build to include OpenCORE now. The basic functionality is up an running. There is still a known issue with the sdcard not

Re: Outstanding cupcake - master merge

2009-03-30 Thread Jean-Baptiste Queru
[still bcc android-platform, android-framework, android-porting] Final status on this: -BUILD_WITHOUT_PV=true is now the default in master, so that a plain make should work again. This is still only a temporary hack and we'll have to fix this the right way in the future, but it'll let people

Re: Outstanding cupcake - master merge

2009-03-23 Thread Jean-Baptiste Queru
[still bcc android-platform, android-framework, android-porting] We're now one step closer. Change 9356 was submitted, so that the source tree as is can be compiled. You still need to set BUILD_WITHOUT_PV=true. JBQ On Sat, Mar 21, 2009 at 10:35 PM, Jean-Baptiste Queru j...@android.com wrote:

Re: Outstanding cupcake - master merge

2009-03-21 Thread Jean-Baptiste Queru
I've been working on a better batch of patches (now it feels more like open-heart surgery with a meat cleaver): -no need to delete the opencore directory or to remove it from the manifest. -you need to repo download changes 9355, 9356 and 9357. No need to take 9300. I know it's 3 changes

Re: Outstanding cupcake - master merge

2009-03-21 Thread John Cola
If BUILD_WITHOUT_PV=true, can the video playback be played by the codec?? On Mar 22, 1:37 pm, Jean-Baptiste Queru j...@android.com wrote: No need to sync a full tree. Based on my latest status, once you have a tree that you have synced: repo download platform/frameworks/base 9356/4 rm -rf

Re: Outstanding cupcake - master merge

2009-03-21 Thread Jean-Baptiste Queru
Definitely not. You *might* have ogg and midi support, but anything that requires OpenCORE is broken until further notice, with no ETA. JBQ On Sat, Mar 21, 2009 at 10:40 PM, John Cola jt...@marvell.com wrote: If BUILD_WITHOUT_PV=true, can the video playback be played by the codec?? On Mar

Re: Outstanding cupcake - master merge

2009-03-19 Thread Jean-Baptiste Queru
I've put together a hack that allows the system to compile and start all the way to the home app. I worked with the delicateness of open-heart surgery performed with a chainsaw. Steps: -remove the opencore files ( rm -rf external/opencore .repo/projects/external/opencore.git ). Remove opencore

Re: Outstanding cupcake - master merge

2009-03-18 Thread rktb
Thanks for the heads-up JBQ. -Ravi On Mar 17, 8:35 pm, Jean-Baptiste Queru j...@android.com wrote: [bcc android-platform, android-framework, android-porting] I'm working on merging the latest cupcake code drop into master. The task is quite hairy, so the following two guidelines probably

Re: Outstanding cupcake - master merge

2009-03-18 Thread Jean-Baptiste Queru
I expect to start submitting the changes in about an hour, i.e. between 1:30pm and 2pm PDT. Starting right now, you may want to avoid initiating a new repo sync, unless you're OK ending up with a tree that might not even compile. JBQ On Tue, Mar 17, 2009 at 6:35 PM, Jean-Baptiste Queru

Re: Outstanding cupcake - master merge

2009-03-18 Thread Jean-Baptiste Queru
I've submitted the merge (106 projects!), and I believe that the tree is in the state that it should be. Caveats: -THE BUILD IS BROKEN. You've been warned. There's been some drift around OpenCORE (probably situations where new code was written in cupcake that uses OpenCORE 1, or where APIs were