Re: startActivity(), Browser, and windows

2008-12-11 Thread Jean-Baptiste Queru
created for the calling activity or create a new one if a windows has not yet been created for that activity. But I'm guessing this may not be the best approach from a framework point of view Al. Jean-Baptiste Queru wrote: That's an area where improvements are known to be necessary. If you

Re: About OMA download

2008-12-30 Thread Jean-Baptiste Queru
OMA download is not a feature of Android 1.0 or cupcake. As I understand (but I'm not a specialist in the specific area of OMA download) partial support could be added by a 3rd-party application by exposing an activity for ACTION_VIEW on the appropriate MIME types. JBQ On 12/24/08, vincent Kor

Re: File access for native code

2008-12-30 Thread Jean-Baptiste Queru
The key here is sd card. All files on the sd card belong to system with permissions 066 (it's a FAT filesystem that doesn't support per-file permissions and ownership). This is true both for native code and bytecode. Your native code isn't running as the system uid. JBQ On 12/24/08, rktb

Re: File access for native code

2008-12-30 Thread Jean-Baptiste Queru
You could also use the APIs in Context to build filenames, and open the files on the native side (so you don't need to pass the file descriptors across) JBQ On 12/30/08, cturner tur...@pv.com wrote: Hi Dave, I've been following along here. I think you're saying that the only way for the

Re: About Java.io files

2009-01-03 Thread Jean-Baptiste Queru
You might be looking for this: http://android.git.kernel.org/?p=platform/dalvik.git;a=tree;f=libcore/luni/src/main/java/java/io;h=2c46b9978eb210aa3d140303fd6b0b90ab8774d9;hb=HEAD JBQ On 1/3/09, Salmin salmin01...@gmail.com wrote: Hi, From the 'References' section in Android Docs, we can

Re: Android SDK / source.android.com

2009-01-08 Thread Jean-Baptiste Queru
The simple answer is it's complicated. Just for the record, I wrote most of the download provider, so I'm a fair bit familiar with it (to say the least). -The download provider is not proprietary code. It is also considered a non-optional part of the platform. It is indeed meant to provide

Re: Exposing build-time-configurable aspects

2009-01-20 Thread Jean-Baptiste Queru
in it, which I think is a huge mistake. This mechanism needs to work for built-in apps, many of which won't be open sourced, as well as the system. I really don't want to pollute the platform with all constants for all possible apps. -joe On Tue, Jan 20, 2009 at 4:49 PM, Jean-Baptiste Queru j

Re: Exposing build-time-configurable aspects

2009-01-21 Thread Jean-Baptiste Queru
that the parameter is backed by a system property, that's an implementation detail at this point. I'm mostly interested in knowing whether this approach is sustainable in the future. Thanks, JBQ On Fri, Jan 16, 2009 at 4:30 PM, Jean-Baptiste Queru j...@google.com wrote: Agreed. The explicitly

Re: Exposing build-time-configurable aspects

2009-01-21 Thread Jean-Baptiste Queru
time properties which clash which properties added at branding time. Al. Jean-Baptiste Queru wrote: I can think of many reasons why we'd want to avoid dynamic source-code generation, but I'll let Dave and Joe comment on the specific details. I'm pretty sure however that we want to give

Re: Exposing build-time-configurable aspects

2009-01-21 Thread Jean-Baptiste Queru
we would be going down this path anyway. On Tue, Jan 20, 2009 at 7:48 PM, Jean-Baptiste Queru j...@google.com wrote: There are definitely tradeoffs in both variants. I wanted to put quick implementations of both options together, so that we'd have something concrete to discuss. I'll prepare

Re: Announcing OpenCORE 2.0 release

2009-01-26 Thread Jean-Baptiste Queru
I'm seeing some build breakage with a post-opencore-2.0 repo sync (and someone else reported the same): make: *** No rule to make target `out/target/product/generic/obj/lib/libopencoreplayer.so', needed by

Re: Announcing OpenCORE 2.0 release

2009-01-26 Thread Jean-Baptiste Queru
Oops, turns out that the necessary changes (8298 and 8299) had been uploaded but didn't get submitted yet. They've been approved already, and I've just verified that they fix the build, so they'll be in very soon. Sorry for the confusion. JBQ On Mon, Jan 26, 2009 at 3:32 PM, Jean-Baptiste

Re: Home screen Widgets SDK

2009-01-28 Thread Jean-Baptiste Queru
Yes. JBQ On Wed, Jan 28, 2009 at 11:50 AM, jack jac...@gmail.com wrote: Jay, Are you sure you can replace the Home Screen app on the locked t- mobile G1, and not just the developer version of G1 that google sells? On Jan 28, 11:00 am, Jay Liang zl25dre...@gmail.com wrote: it should

Re: Announcing OpenCORE 2.0 release

2009-01-28 Thread Jean-Baptiste Queru
pm, ericwong ericwon...@gmail.com wrote: How disappointing..that OpenCore 2 won't be in cupcake Eric Portable Electronics Ltdwww.hdmp4.com On Jan 29, 1:29 am, Jean-Baptiste Queru j...@google.com wrote: It is merged into the android code, but it's currently only in the master

Re: Announcing OpenCORE 2.0 release

2009-01-28 Thread Jean-Baptiste Queru
pm, Jean-Baptiste Queru j...@google.com wrote: There happens to be a bug in the current cupcake manifest, where it's (by mistake) identical to the master manifest, such that in reality attempts to sync cupcake end up syncing master. We're aware of it and will be correcting this soon. JBQ

Re: Future supported screen sizes and resolutions

2009-02-03 Thread Jean-Baptiste Queru
At the moment the target is to support screens with a physical size similar to the G1 (like you said, 3-4) and pixel counts ranging from QVGA to WVGA. JBQ On Tue, Feb 3, 2009 at 7:24 AM, RugBat rug...@gmail.com wrote: Hi, I'd love to get some information about the screen sizes Android is

Re: Issues with ApiDemos sample code

2009-02-04 Thread Jean-Baptiste Queru
It would be a lot more helpful if you actually mentioned which errors you're getting, so that we can see e.g. if your problem is simply that apidemos requires maps, which isn't available in the open-source tree. JBQ On Wed, Feb 4, 2009 at 4:31 PM, RCP2278 rcp2...@gmail.com wrote: Hi, Has

Re: Issues with ApiDemos sample code

2009-02-04 Thread Jean-Baptiste Queru
On Feb 4, 4:34 pm, Jean-Baptiste Queru j...@google.com wrote: It would be a lot more helpful if you actually mentioned which errors you're getting, so that we can see e.g. if your problem is simply that apidemos requires maps, which isn't available in the open-source tree. JBQ On Wed, Feb 4

Re: Issues with ApiDemos sample code

2009-02-04 Thread Jean-Baptiste Queru
there were some interface changes as well and hence the android-sdk version of ApiDemos.apk is not compatible with the latest emulator build? R On Feb 4, 5:08 pm, Jean-Baptiste Queru j...@google.com wrote: I'm being told that those are known issues, so you're not the only one bumping

Re: 2 questions about Browser

2009-02-05 Thread Jean-Baptiste Queru
This would have been a better discussion for android-discuss (especially as you cross-posted to two lists on which your question is off-topic). -The Android browser does not support any Wap technologies. The renderer is WebKit, and the underlying network stack is the one provided by the linux

Re: about hardware 3d

2009-02-12 Thread Jean-Baptiste Queru
Please don't cross-post. This is off-topic here. JBQ On Thu, Feb 12, 2009 at 1:30 AM, birdy birdy.f...@gmail.com wrote: Hi all: I know OpenGL support some API for 3d rendering.It's sw way. Does anybody know android did or did not support hw driver for 3d rendering ? Thanks! --

Re: Window manager for Android

2009-02-18 Thread Jean-Baptiste Queru
Do you have a specific use case that justifies re-implementing an entire component instead of extending the existing one? JBQ On Wed, Feb 18, 2009 at 6:20 AM, Nasam forum.nami...@gmail.com wrote: can you be more clear on this please. what are the two window managers. What are the related

Re: When can the bug in the bug report be fixed?

2009-02-25 Thread Jean-Baptiste Queru
Do you have a change number for it? JBQ On Wed, Feb 25, 2009 at 7:02 AM, John Cola jt...@marvell.com wrote: http://code.google.com/p/android/issues/detail?can=2q=1902colspec=ID%20Type%20Version%20Security%20Status%20Owner%20Summaryid=1902 Systems fails to install applications that rely on a

Re: Permissions

2009-03-02 Thread Jean-Baptiste Queru
The finest granularity at which permissions can be requested is the application level. The smallest granularity at which they can be enforced is the process level. JBQ On Mon, Mar 2, 2009 at 7:57 AM, van.etten.m...@gmail.com van.etten.m...@gmail.com wrote: Can permissions be applied to

Re: apicheck

2009-03-04 Thread Jean-Baptiste Queru
Well, the good news is that this is the right list to discuss the consequences of changing a constant in the API. JBQ On Wed, Mar 4, 2009 at 1:38 PM, Jey Michael jey.mich...@gmail.com wrote: On Wed, Mar 4, 2009 at 5:59 AM, Jean-Baptiste Queru j...@android.com wrote: There are two steps

Re: java.net.BindException: Permissions do not allow action on socket

2009-03-14 Thread Jean-Baptiste Queru
We normally prefer to keep this groups for discussions about changes in Android that affect application writers. Android-developers might have been a more appropriate group for your question, though this is the right place to discuss how to improve the situation. The short answer is: yes,

Re: java.net.BindException: Permissions do not allow action on socket

2009-03-14 Thread Jean-Baptiste Queru
: Is there any workaround I can do to use port 223 at the moment? Will this exception happen if I run my application as root? Is it possible runing my application ( myapp.apk) as root ? Thanks. On Mar 14, 11:06 pm, Jean-Baptiste Queru j...@android.com wrote: We normally prefer to keep this groups

Re: seeking developer who included the geo URI scheme

2009-03-14 Thread Jean-Baptiste Queru
I'll find out who the right person is and I'll put you in touch. JBQ On Fri, Mar 13, 2009 at 3:38 AM, Alex axelm-goo...@nona.net wrote: I'm one of the creators of the geo URI scheme, currently in draft status in the Internet Engineering Task Force (

Re: error: EmojiFactory.h: No such file or directory

2009-03-16 Thread Jean-Baptiste Queru
Try to re-sync. There's been a point in time where the emoji code was missing from the manifest, and you might have done your sync at that point. JBQ On Mon, Mar 16, 2009 at 7:20 AM, /dev/null mmm...@gmail.com wrote: Trying to build cupcake. Synchronized all repositories today. When building

Outstanding cupcake - master merge

2009-03-17 Thread Jean-Baptiste Queru
[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 apply: -please don't submit anything in gerrit, as you'll just get in my way. -now is a good time to repo

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 j

Re: Outstanding cupcake - master merge

2009-03-18 Thread Jean-Baptiste Queru
it, and I'm not gonna be able to verify until at least sometime tomorrow. JBQ On Wed, Mar 18, 2009 at 12:43 PM, Jean-Baptiste Queru j...@android.com wrote: 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

Re: Outstanding cupcake - master merge

2009-03-19 Thread Jean-Baptiste Queru
/generic/userdebug build. On my machine, it compiles, launches. The media process dies (which probably means that downloads are busted too), as well as the music player. The browser starts and can access the network. JBQ On Wed, Mar 18, 2009 at 7:57 PM, Jean-Baptiste Queru j...@android.com wrote: I've

Re: Inject event permission

2009-03-20 Thread Jean-Baptiste Queru
: When you talk from the applciation developer view.. when Iinclude INJECT_EVENT Permission am geting Warning.. so that time what i can do.. take this as I am totally blind about the android frame work flow On Mar 20, 5:21 pm, Jean-Baptiste Queru j...@android.com wrote: What

Re: Inject event permission

2009-03-20 Thread Jean-Baptiste Queru
not available to the appclaitions, then Y those permissions listed in he Manifest permission and documented to the public??? Thanks in Advance On Mar 20, 6:31 pm, Jean-Baptiste Queru j...@android.com wrote: Ah. From the application developer's view, you're in the wrong forum (android

Re: opencore build failure in oscl_file_async_read.cpp

2009-03-20 Thread Jean-Baptiste Queru
See http://groups.google.com/group/android-platform/browse_thread/thread/775582c99fa2980f#8d068f98bb6b4b2e JBQ On Fri, Mar 20, 2009 at 10:48 AM, Joel Metelius joel.metel...@gmail.com wrote: Apparently a 'known' master issue: http://code.google.com/p/android/issues/detail?id=2268 On Mar 20,

Re: Drug Guide

2009-03-21 Thread Jean-Baptiste Queru
This is the wrong forum for such a request. You should ask in the android-discuss group. Thanks, JBQ On Sat, Mar 21, 2009 at 11:11 AM, evanadoc catherine.evan...@gmail.com wrote: I'm looking for an application to download in the context of Drug Guide for Nurses or something that I can look

Re: Outstanding cupcake - master merge

2009-03-21 Thread Jean-Baptiste Queru
instead of 1, because I had to touch a few more parts of the system, but those are much cleaner. -only tested on the emulator, so those might very well cause regressions on dream. JBQ On Thu, Mar 19, 2009 at 1:07 PM, Jean-Baptiste Queru j...@android.com wrote: I've put together a hack that allows

Re: Outstanding cupcake - master merge

2009-03-21 Thread Jean-Baptiste Queru
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 out/ BUILD_WITHOUT_PV=true make JBQ On Sat, Mar 21, 2009 at 10:34 PM, John

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: Surfaceflinger in cupcake

2009-03-25 Thread Jean-Baptiste Queru
I have no idea about those, sorry. JBQ On Wed, Mar 25, 2009 at 7:41 AM, Andy Quan androidr...@gmail.com wrote: Hi, I am currently upgrading the old base to cupcake base. I meet 2 issues with video playback and surface flinger. In my old code base, the YUV data is put onto overlay directly

Re: Surfaceflinger in cupcake

2009-03-25 Thread Jean-Baptiste Queru
Doh, somehow I thought that this question was sent directly to me. Sorry about the noise. JBQ On Wed, Mar 25, 2009 at 7:42 AM, Jean-Baptiste Queru j...@android.com wrote: I have no idea about those, sorry. JBQ On Wed, Mar 25, 2009 at 7:41 AM, Andy Quan androidr...@gmail.com wrote: Hi, I

Re: Latest Open Source Build error!!

2009-03-29 Thread Jean-Baptiste Queru
there was the similar problem before. What could be wrong and how to fix it? Regards js make: *** [out/target/product/generic/obj/STATIC_LIBRARIES/ libosclio_intermediates/src/oscl_file_async_read.o] Error 1 On Mar 21, 10:26 pm, Jean-Baptiste Queru j...@android.com wrote: http://groups.google.com/group

Re: Omx video encoding in Cupcake

2009-03-29 Thread Jean-Baptiste Queru
I think it's up to individual device manufacturers to provide those components. JBQ On Sun, Mar 29, 2009 at 8:30 PM, ever ever_1...@yahoo.com.tw wrote: Hi, I find that Master owns Mpeg4EncRegister() and H263EncRegister() to register Mp4 and H263 omx encoding components, but Cupcake doesnt

Re: Latest Open Source Build error!!

2009-03-30 Thread Jean-Baptiste Queru
be wrong and how to fix it? Regards js make: *** [out/target/product/generic/obj/STATIC_LIBRARIES/ libosclio_intermediates/src/oscl_file_async_read.o] Error 1 On Mar 21, 10:26 pm, Jean-Baptiste Queru j...@android.com wrote: http://groups.google.com/group/android-framework

Re: Outstanding cupcake - master merge

2009-03-30 Thread Jean-Baptiste Queru
build out of the box. -Sorry for the delay in getting this done. Everything has been hectic. JBQ On Sat, Mar 21, 2009 at 10:35 PM, Jean-Baptiste Queru j...@android.com wrote: [still bcc android-platform, android-framework, android-porting] Latest status: -we're back to one patch: 9356

Re: Outstanding cupcake - master merge

2009-03-31 Thread Jean-Baptiste Queru
MediaScanner:total time: 285ms 03-31 03:12:03.786 688 697 D MediaScannerService: done scanning volume internal 03-31 03:12:03.796 579 583 I ActivityManager: Stopping service: com.android.providers.media/.MediaScannerService -Ravi On Mar 30, 5:26 pm, Jean-Baptiste Queru j

Re: Outstanding cupcake - master merge

2009-03-31 Thread Jean-Baptiste Queru
. 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: Portrait/Landscape mode

2009-03-31 Thread Jean-Baptiste Queru
What are you trying to achieve? JBQ On Tue, Mar 31, 2009 at 7:23 PM, UJ ujhu...@gmail.com wrote: Hello folks, When we try to implement orientation in AP layer, we can set android:screenOrientation parameter in AndroidManifest.xml file or call setRequestOrientation() method of Activity

Re: Is there any way to use throw/try/catch in native c++ code in android?

2009-04-01 Thread Jean-Baptiste Queru
Or, skip android-platform if you just have a question (as opposed to a plan to enable exceptions without the drawbacks that fadden mentioned) and head straight to android-porting. Thanks, JBQ On Wed, Apr 1, 2009 at 10:25 AM, fadden fad...@android.com wrote: On Mar 31, 8:45 pm, Wang Fei

Re: Outstanding cupcake - master merge

2009-04-02 Thread Jean-Baptiste Queru
! 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 you're working on the SDK tools themselves). JBQ 2009/4/1 luggie lug...@gmail.com

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

Re: ActivityManager question

2009-04-03 Thread Jean-Baptiste Queru
You're looking for the android-developers group. Thanks, JBQ On Fri, Apr 3, 2009 at 8:14 AM, ch00s3n andrei.comand...@gmail.com wrote: Hy all, i'm new in this group and one thing is killing me, is any chance to get the next line to work in android sdk 1.1?: ActivityManager am =

Re: Question about Safe Mode

2009-04-07 Thread Jean-Baptiste Queru
Boot while holding the menu key down? JBQ On Tue, Apr 7, 2009 at 4:16 AM, John Cola jt...@marvell.com wrote: Hi all Is anyone know in what situation that the safe mode would appear? Sometime we encounter safe mode on the left bottom of the screen, and don't know why. BR John --

Re: Question about screen lock mechanism

2009-04-07 Thread Jean-Baptiste Queru
It's still there. The provisioned bit needs to be set before the lock screen appears, and there's currently no app in the open-source distribution that sets it. It's a pain. (it's the same reason why the home key and the dial key don't work, and why you can't receive phone calls and SMS). JBQ

Re: Question about Safe Mode

2009-04-07 Thread Jean-Baptiste Queru
the device as normal and see the safe mode on screen BR John On Apr 7, 7:18 pm, Jean-Baptiste Queru j...@android.com wrote: Boot while holding the menu key down? JBQ On Tue, Apr 7, 2009 at 4:16 AM, John Cola jt...@marvell.com wrote: Hi all Is anyone know in what situation that the safe

Re: Question about Safe Mode

2009-04-07 Thread Jean-Baptiste Queru
. By the way, can you tell me what is the purpose for safe mode? Is there any feature would be eliminated during safe mode? BR John On Apr 7, 7:26 pm, Jean-Baptiste Queru j...@android.com wrote: In that case, I don't know what's going on, sorry. JBQ On Tue, Apr 7, 2009 at 4:23 AM, John

Re: What are those branches other than master

2009-04-15 Thread Jean-Baptiste Queru
.. is it possible for me to build the whole Android Build thx John On Wed, Apr 15, 2009 at 7:27 PM, Jean-Baptiste Queru j...@android.com wrote: Cupcake is the branch that has been supporting the development of Android 1.5. Its current state precisely matches the preview 1.5 SDK, minus

Re: Opencore version in Donut

2009-04-20 Thread Jean-Baptiste Queru
The open-source donut tree is currently identical to the latest cupcake code drop. JBQ On Mon, Apr 20, 2009 at 12:05 PM, umesh umes...@gmail.com wrote: what is the Opencore version used in Donut release? How can we check it from the source? Regards, Umesh -- Jean-Baptiste M. JBQ

Re: hardware restriction

2009-04-21 Thread Jean-Baptiste Queru
There's no hardware restriction (but it can't be done continuously as it drains more power than the charging circuit can provide, i.e. the battery discharges even with the phone plugged in). This explicitly happens when sending/receiving MMS while a wifi connection is established. JBQ On Tue,

Re: hardware restriction

2009-04-21 Thread Jean-Baptiste Queru
steps to follow We appreciate your help in providing us with any useful information about this subject Best Regards Mouna From: Jean-Baptiste Queru j...@android.com To: android-framework@googlegroups.com Sent: Tuesday, April 21, 2009 4:38:06 PM

Re: SBC integration license issue in BlueZ/Android

2009-04-21 Thread Jean-Baptiste Queru
Indeed, bluez is a rare part of Android that is licensed under the GPL. JBQ On Tue, Apr 21, 2009 at 1:40 PM, Ravi yend...@pv.com wrote: Bumping this up. Can someone from Google please comment on this? -Ravi On Apr 20, 12:56 am, Ravi yend...@pv.com wrote: I do see the GPL license.

Re: SDK 1.1 R1 kernel sources

2009-04-26 Thread Jean-Baptiste Queru
the root of the android source tree isn't a git directory - you need to be in one of the projects. try repo forall -c 'echo $REPO_PATH ; git tag -l' JBQ On Sat, Apr 25, 2009 at 8:44 PM, Khert roger.gabr...@gmail.com wrote: I tried that command inside the mydroid directory and all I got was:

Re: 1.5 SDK issue

2009-04-27 Thread Jean-Baptiste Queru
You actually meant to ask this in the android-developers group :) JBQ On Mon, Apr 27, 2009 at 5:47 AM, Daniel daniel.himmel...@googlemail.com wrote: My app consists of a dialog-style activity with only one AutoCompleteTextView. In 1.1 the drop-down view of the AutoCompleteTextView was drawn

Re: How To Call Methods Of Activity From A Service

2009-04-27 Thread Jean-Baptiste Queru
This should be asked in android-developers. JBQ On Mon, Apr 27, 2009 at 4:26 AM, Reghu regh...@gmail.com wrote: Hello, Is it possible to call methods of a Activity from service. I am running a thread from a service and i listening to some external event from that thread. I am not able

Re: How To Load Previous Activity

2009-04-27 Thread Jean-Baptiste Queru
, 5:58 pm, Jean-Baptiste Queru j...@android.com wrote: The people who can help you are in the android-developers group. Thanks, JBQ On Mon, Apr 27, 2009 at 4:20 AM, Reghu regh...@gmail.com wrote: Hello, How can we load previous activity. My requirement is I clicked Home from my

Re: custom text rendering engine

2009-05-26 Thread Jean-Baptiste Queru
I would expect that continuing to support the standard Android TTF fonts is a non-negotiable requirement. Beyond that I have to admit that I have no visibility over the technical details. Aren't there any TTF fonts that would fill that requirement? That sounds like a much more appropriate

Re: file management on Android

2009-05-26 Thread Jean-Baptiste Queru
Android, by design, explicitly does not contain a file manager. While nothing prevents a third-party from writing one, the UI experience out-of-the-box must explicitly not rely on having a file manager. JBQ On Sun, May 10, 2009 at 7:19 PM, Yangqing w20...@gmail.com wrote: Android uses a

Re: opencore in donut

2009-05-26 Thread Jean-Baptiste Queru
I believe that the currently available donut source code includes OpenCORE 2. I don't know whether that might get reverted back to OpenCORE 1. JBQ On Sun, May 10, 2009 at 7:31 PM, Andy Quan androidr...@gmail.com wrote: Hi, It is said that opencore v2.x is under test along with donut branch.

Re: What are those branches other than master

2009-05-26 Thread Jean-Baptiste Queru
though the master has been migrated to opencore-2.x ? Warm Regards, Anil On Tue, Apr 28, 2009 at 1:54 AM, Jean-Baptiste Queru j...@android.com wrote: There are conceptually 3 development branches: cupcake, donut and master (though with git + repo the notion of codeline is very different

Re: Webkit Plugin features

2009-06-09 Thread Jean-Baptiste Queru
The biggest issue by far is to be able to run the plugin as a separate UID (and therefore in a separate process). JBQ On Tue, Jun 9, 2009 at 9:53 PM, Stanley Caistanley.w@gmail.com wrote: Hi list, As I worked on Android webkit plugin, I found it only supports so-called window-less

Re: Webkit Plugin features

2009-06-10 Thread Jean-Baptiste Queru
The core of the issue is that the browser and the plugin typically come from different entities, and therefore the plugin shouldn't be allowed to execute code under the browser's identity. Otherwise, the plugin will implicitly have all the browser's permissions, which is a serious security issue.

Re: HTC Ion - Build instruction and how to flash the device

2009-06-13 Thread Jean-Baptiste Queru
-No instructions to build for Ion at this point. -That'd be the same fastboot as for ADP1. JBQ On Fri, Jun 12, 2009 at 12:15 PM, crack74lee.woo...@gmail.com wrote: Re-posting it from android-porting mailing list. Received Ion from Google I/O. * Is there a build instruction for HTC Ion?

Re: HTC Magic

2009-07-10 Thread Jean-Baptiste Queru
That'd be a question directly for HTC. JBQ On Fri, Jul 10, 2009 at 8:07 AM, Nimasayikuma...@gmail.com wrote: hi, We have bought new HTC Magic with the following specifications: 1.Firmware version- 1.5 2.Baseband Version - 62.52s.20.18U_3.22.20.17 3.Kernel Version- 2.6.27-cb85e129

Re: Registration of a decoder with the open MAX

2009-07-15 Thread Jean-Baptiste Queru
Which decoder are you talking about? With all the questions going on in that area, are you sure you're not duplicating someone else's work? JBQ On Wed, Jul 15, 2009 at 2:52 AM, sesha girisesha_giri_n...@yahoo.co.in wrote: Hi All, I have been integrating a new decoder with the open max of

Re: Registration of a decoder with the open MAX

2009-07-15 Thread Jean-Baptiste Queru
2: pv_omxcore.cpp The function are something like Mp3Register() Can you please check the files and tell me the reason. --Giri From: Jean-Baptiste Queru j...@android.com To: android-framework@googlegroups.com Sent: Wednesday, 15 July, 2009 6:15:38 PM

Re: Registration of a decoder with the open MAX

2009-07-15 Thread Jean-Baptiste Queru
I use. What is the effect if I dont call at one of the places. From: Jean-Baptiste Queru j...@android.com To: android-framework@googlegroups.com Sent: Wednesday, 15 July, 2009 7:45:38 PM Subject: Re: Registration of a decoder with the open MAX There's

Re: How to Determine the Caller of an API Request

2009-07-15 Thread Jean-Baptiste Queru
The Binder class contains functions that let you query the identity of the caller of an IPC. e.g.

Re: Registration of a decoder with the open MAX

2009-07-16 Thread Jean-Baptiste Queru
All right. Which license are you planning to contribute it under? JBQ On Wed, Jul 15, 2009 at 11:45 PM, sesha girisesha_giri_n...@yahoo.co.in wrote: Its a WMAdecoder From: Jean-Baptiste Queru j...@android.com To: android-framework@googlegroups.com Sent

Re: Access to opencore audio decoders from application layer.

2009-07-16 Thread Jean-Baptiste Queru
Can you be more precise about what your application does? On quite a few devices (and especially on the Dream/G1) Android fits tightly with little room to spare, so it's unclear that we'd be accepting contributions for entirely new applications. JBQ On Thu, Jul 16, 2009 at 12:16 AM,

Re: HTC Ion - Build instruction and how to flash the device

2009-07-16 Thread Jean-Baptiste Queru
My primary focus right now is on the ADP1 given that it's being sold today and that I have access to dream hardware. JBQ On Thu, Jul 16, 2009 at 5:43 AM, crack74lee.woo...@gmail.com wrote: Will there be a build instruction for Ion available since the phone is out in the market? --

Merging android-framework into android-platform?

2009-07-16 Thread Jean-Baptiste Queru
http://source.android.com/discuss We have two groups/lists today, android-framework and android-platform, that are virtually identical. Whatever difference exists in their descriptions exists because I stretched that difference a while back, but that difference is tenuous, and a quick glance at

Re: how to change the 3rd application the new directory?

2009-07-16 Thread Jean-Baptiste Queru
You probably meant to post that into android-porting. This has already been discussed a lot in android-framework and android-platform, so I strongly suggest that you search the archives to have an idea about the state of the art. Please don't post in this thread any further unless you have a

Re: [announce] closing down android-framework, please use android-platform

2009-07-21 Thread Jean-Baptiste Queru
Neither the posts nor the members will be moved (I don't think there's any automation to do this, and it'd be too much manual work). The archive won't be deleted, and I'll leave a note in the android-platform description to also search the archive of android-framework for older topics. JBQ On

Re: MediaMetadataRetriever RTSP link

2009-07-21 Thread Jean-Baptiste Queru
Note: we're on the road toward shutting down android-framework, you might find better support if you move this thread into the android-platform list. Thanks, JBQ On Tue, Jul 21, 2009 at 8:12 PM, Krishnagopalakrishna...@gmail.com wrote: Dear All, Please let me know if the

[reminder] closing down android-framework, please use android-platform

2009-07-27 Thread Jean-Baptiste Queru
A quick reminder that we're going to be closing this list soon (hopefully within a week or so). Please start any new threads in android-platform. From this point I'll start to send more frequent reminders (either daily, or in individual threads, based on what makes the most sense). Thanks, JBQ

Re: Samsung Galaxy with customized system image

2009-07-30 Thread Jean-Baptiste Queru
This question probably belongs in android-discuss. Thanks. At the moment the only minimally supported hardware target for the Android Open-Source Project is ADP1. JBQ On Thu, Jul 30, 2009 at 3:47 AM, kenparkpatrick.seiff...@gmx.net wrote: Hi there. I was told that it is possible to use the

Re: [reminder] closing down android-framework, please use android-platform

2009-07-30 Thread Jean-Baptiste Queru
All right, just another quick reminder that this group is going to be closing down. Please refrain from creating new threads here. I strongly encourage members who haven't done so to subscribe to the android-platform group, and (if you want to stop receiving reminders about android-framework

Re: Linux kernel Include files

2009-07-31 Thread Jean-Baptiste Queru
Since I know for a fact that we'd never accept such a contribution, I'm going to ask you to move this discussion to the android-porting group. JBQ On Fri, Jul 31, 2009 at 5:02 PM, Nimasayikuma...@gmail.com wrote: Please suggest a solution On Jul 31, 4:46 pm, Jean-Baptiste Queru j

Re: How to create a avi parser node and add it into pv framework?

2009-08-03 Thread Jean-Baptiste Queru
Note: this list (android-framework) is in the process of closing down. If you're serious about contributing to the Android Open-Source Project, I suggest that you start a thread in the android-platform list. Thanks, JBQ 2009/8/2 leon leon.ku...@live.cn: If I finished this work, I will

Re: how to register in the opencore framework own file container recognizer

2009-08-04 Thread Jean-Baptiste Queru
Because the android-framework list is closing down, you should either move this thread to android-platform (if you're planning to actually contribute to the Android Open-Source Project) or android-porting (if you're just working on your own with no plans to contribute). Thanks, JBQ 2009/8/3

Re: [reminder] closing down android-framework, please use android-platform

2009-08-05 Thread Jean-Baptiste Queru
I just turned on full moderation for this group, so that (if necessary) relevant messages in old threads can still go through. The next step, in a week or two, will be to close the group entirely. Thanks, JBQ On Fri, Jul 31, 2009 at 7:14 PM, Jean-Baptiste Queruj...@android.com wrote: All

Re: Question about stop sequence in Donut OpenCORE's camera MIO

2009-08-11 Thread Jean-Baptiste Queru
Because the android-framework group is going to get closed very soon, please re-post your question in android-platform. Thanks, JBQ On Mon, Aug 10, 2009 at 11:07 PM, Jia Mengdspm...@gmail.com wrote: In Donut, OpenCORE AndroidCameraInput's DoStop() stops recording in the following sequence:

Re: [reminder] closing down android-framework, please use android-platform

2009-08-21 Thread Jean-Baptiste Queru
All right. I'm switching this group to announce-only (i.e. no new messages can be posted except by the group managers), so this is effectively the end of the android-framework group. Consolidating all contribution-related discussions in a single group will make the entire process more convenient