[android-developers] Re: Store log messages on adp1

2009-03-17 Thread Jean-Baptiste Queru
As far as I know this is not run-time configurable. JBQ On Tue, Mar 17, 2009 at 3:21 AM, Michael Bollmann michael.bollm...@googlemail.com wrote: Is it possible to configure the ADP1 to keep the last 5mb(for example) of log messages especially when it's not connected to a development

[android-developers] Re: Hosting APKs files on site works for emulator, but not device?

2009-03-17 Thread Jean-Baptiste Queru
something like ?x=y at the end of the URL when downloading it. That should have solved it too. -Mike On Mar 17, 5:49 am, Jean-Baptiste Queru j...@android.com wrote: There is a transparent proxy on T-Mobile's port 80, which works at the IP level (so it doesn't need to be explicitly configured

[android-developers] Re: General Question to Google Team - Pin favourite threads

2009-03-18 Thread Jean-Baptiste Queru
If you're using the web UI for groups, how about bookmarking the threads you're interested in? JBQ On Wed, Mar 18, 2009 at 1:49 AM, Tommaso nuccio.tomm...@gmail.com wrote: Hi Google-Team, I was wondering, why there is no functionality to pin threads a user is interested in. As there is

[android-developers] Re: General Question to Google Team - Pin favourite threads

2009-03-18 Thread Jean-Baptiste Queru
And, of course, you can star a conversation and see it in the web UI under Favorites. JBQ On Wed, Mar 18, 2009 at 5:48 AM, Jean-Baptiste Queru j...@android.com wrote: If you're using the web UI for groups, how about bookmarking the threads you're interested in? JBQ On Wed, Mar 18, 2009

[android-developers] Re: Putting Android on Par with the iPhone Software

2009-03-18 Thread Jean-Baptiste Queru
You should really move this thread to android-discuss, so that people who are actually trying to achieve something here don't see their discussions lost in the noise. Thanks, JBQ On Tue, Mar 17, 2009 at 7:18 PM, Schiffres schifty...@gmail.com wrote: This is a message to all other Android

[android-developers] Re: Is /cache supposed to be accessible?

2009-03-18 Thread Jean-Baptiste Queru
didn't see in the framework to ask for a file download or is the normal way to do that is to do it manually (using HttpClient or URL.openConnection and all that jazz). Thanks a lot! BoD On Mar 18, 3:50 pm, Jean-Baptiste Queru j...@android.com wrote: It's not accessible to applications. JBQ

[android-developers] Re: Error code

2009-03-21 Thread Jean-Baptiste Queru
Heh. Jason Parks is my manager at Google, he's a member of the Core Technical Team for the Android Open-Source Project, and he is responsible for the overall performance and stability of the Android platform. He broke it because, well, that's what he does ;-) JBQ On Fri, Mar 20, 2009 at 4:40

[android-developers] Re: Why my application get Not granting permission warning when i install it by adb and AppsInstaller

2009-03-22 Thread Jean-Baptiste Queru
Those permissions are reserved for the system and aren't available to applications. JBQ On Sat, Mar 21, 2009 at 10:34 PM, Ling Yun drling...@gmail.com wrote: Hi, All guru I am a beginner for android development. I found my application always get Not granting permission warning when I

[android-developers] Re: Cupcake coming in April? Where is the SDK?

2009-03-23 Thread Jean-Baptiste Queru
Engineers can't talk about forward-looking scheduling aspects. That's not our job, and that's not something we're allowed to talk about. We can however talk about hard facts. There's been a source code drop recently, and David gave instructions on how to use that to compile your own SDK-like

[android-developers] Re: How to login to the root of Android Dev Phone 1?

2009-03-23 Thread Jean-Baptiste Queru
Run su in your shell, and you'll be running a root shell. JBQ On Mon, Mar 23, 2009 at 7:45 PM, havexz bali.param...@gmail.com wrote: Also tried login to shell using adb but i am unable to browse to that directory.. the error is given below: $ ls ls sqlite_stmt_journals cache sdcard

[android-developers] Re: Cupcake coming in April? Where is the SDK?

2009-03-24 Thread Jean-Baptiste Queru
1.1 was essentially a update of a few Google-proprietary bits on top of the same platform as 1.0. From the point of view of the Android platform (and therefore of the SDK as well), the differences between 1.0 and 1.1 are extremely minor. Cupcake is a branch name, it's not a released version. A

[android-developers] Re: Cupcake coming in April? Where is the SDK?

2009-03-24 Thread Jean-Baptiste Queru
on a new release of a platform are users who are trying out a new 'phone in a shop. Al. -Original Message- From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of Jean-Baptiste Queru Sent: 24 March 2009 15:39 To: android-developers

[android-developers] Re: Cupcake coming in April? Where is the SDK?

2009-03-24 Thread Jean-Baptiste Queru
@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of Jean-Baptiste Queru Sent: 24 March 2009 15:39 To: android-developers@googlegroups.com Subject: [android-developers] Re: Cupcake coming in April? Where is the SDK? 1.1 was essentially a update of a few Google

[android-developers] Re: Cupcake coming in April? Where is the SDK?

2009-03-25 Thread Jean-Baptiste Queru
Code drops before the one that was done about 2 weeks ago had another mechanism for the management of the SD card (mountd vs vold), so that vold.conf wouldn't be necessary there. JBQ On Wed, Mar 25, 2009 at 5:27 PM, Anonymous Anonymous firewallbr...@googlemail.com wrote: For me too the sdcard

[android-developers] Re: How to get the permission WRITE_SECURE_SETTINGS

2009-03-26 Thread Jean-Baptiste Queru
As far as I know this permissions won't be available to applications. My understanding is that there activities that your application will be able start that allow the user to change the settings in question. JBQ On Thu, Mar 26, 2009 at 6:31 AM, Stanley.lei xiaofeng.lei...@gmail.com wrote:

[android-developers] Re: Anything on Android that can do smooth scrolling?

2009-03-26 Thread Jean-Baptiste Queru
There are some problems with that approach: -it's an arms race. You've already identified the need for certain apps to continue running even when there's an exclusive app running, which'd have to be protected by a permission. Either that permission is system-only and we move further away from

[android-developers] Re: Anything on Android that can do smooth scrolling?

2009-03-26 Thread Jean-Baptiste Queru
On Thu, Mar 26, 2009 at 7:25 AM, Stoyan Damov stoyan.da...@gmail.com wrote: Screw the developer. I'll put myself in the shoes of the user. I have launched myself a game. I want it to run at full speed. I could care less that a background service, polling RSS feeds have just found out that

[android-developers] Re: Anything on Android that can do smooth scrolling?

2009-03-26 Thread Jean-Baptiste Queru
Damov stoyan.da...@gmail.com wrote: On Thu, Mar 26, 2009 at 5:24 PM, Jean-Baptiste Queru j...@android.com wrote: On Thu, Mar 26, 2009 at 7:25 AM, Stoyan Damov stoyan.da...@gmail.com wrote: Screw the developer. I'll put myself in the shoes of the user. I have launched myself a game. I want

[android-developers] Re: How do I get the source code of Android 1.1_r1?

2009-03-28 Thread Jean-Baptiste Queru
The exact source code for 1.1 is not available. 1.1 isn't hugely different from 1.0, which you can get with repo init -u git://android.git.kernel.org/platform/manifest.git -b release-1.0 repo sync but that's most probably not going to be line-exact. JBQ On Fri, Mar 27, 2009 at 6:05 PM, luggie

[android-developers] Re: Dev Phone and RC33 update

2009-03-29 Thread Jean-Baptiste Queru
Queru j...@android.com wrote: That wouldn't work, as you could download with the locked firmware, flash an unlocked firmware, and get the files out. JBQ 2009/3/2 vendor vendor@gmail.com: What do you think about the idea of two firmware versions for ADP1? 2009/3/3 Jean-Baptiste

[android-developers] Re: Multi Touch support in Android

2009-03-30 Thread Jean-Baptiste Queru
There are no multi-touch APIs in Android. JBQ On Mon, Mar 30, 2009 at 9:30 PM, Pratap ajit@gmail.com wrote: Thanks Rajesh for your inputs. Can somebody from Google provide an official stand on multi finger touch capability on android. Regards -- Jean-Baptiste M. JBQ Queru

[android-developers] Re: Why does Android use Binder for IPC?

2009-03-31 Thread Jean-Baptiste Queru
Please don't cross-post. Thanks, JBQ On Tue, Mar 31, 2009 at 1:12 AM, Bai.Luo bai@zte.com.cn wrote: what is the advantage and special feature of Binder in android? -- Jean-Baptiste M. JBQ Queru Android Engineer, Google. Questions sent directly to me that have no reason for being

[android-developers] Re: How to get the permission WRITE_SECURE_SETTINGS

2009-03-31 Thread Jean-Baptiste Queru
is BLUETOOTH_ADMIN. Maybe other permission rather than the permission WRITE_SECURE_SETTING is needed? Stanley On Mar 26, 9:35 pm, Jean-Baptiste Queru j...@android.com wrote: As far as I know this permissions won't be available to applications. My understanding is that there activities that your application

[android-developers] Re: Save an mp3 from a remote site

2009-03-31 Thread Jean-Baptiste Queru
No problem playing an MP3 from the SD card. You should be able to ACTION_VIEW the file:/// URI directly, or invoke the media scanner on it and ACTION_VIEW the resulting content:// URI (added bonus for the second method is that the file will immediately show up in the music player as well). JBQ

[android-developers] Re: *** Why 1 G1 can see Paid Apps in the Android Market and Another Not? ***

2009-04-01 Thread Jean-Baptiste Queru
Dev phones indeed explicitly don't get OTA updates, for several reasons: -developers are assumed to be capable of manually updating their phones. -those phones are designed to allow running custom versions of the system, and an automated update could cause some damage. -developers have

[android-developers] Re: SD Card

2009-04-02 Thread Jean-Baptiste Queru
You're asking in the wrong group - this group is to support developers creating apps using the official SDK. JBQ On Wed, Apr 1, 2009 at 8:04 PM, Eric Chen jude...@gmail.com wrote: I met the same problem from two weeks ago, if any one fixed it pls help me. Best Regards Eric Chen On Wed,

[android-developers] Re: OutOfMemoryError (external allocation too large for this process)

2009-04-02 Thread Jean-Baptiste Queru
Use smaller images. You're trying to allocate a bitmap that's 20 times larger than the screen. That's just unrealistic on a constrained device like a cell phone. JBQ On Thu, Apr 2, 2009 at 8:08 AM, zeeshan genx...@gmail.com wrote: any solution? On Apr 2, 2:05 pm, zeeshan genx...@gmail.com

[android-developers] Re: why repo sync can not get the alsa module from git repository though they are there on http://android.git.kernel.org/

2009-04-04 Thread Jean-Baptiste Queru
This isn't quite the right group for this question, at the moment android-porting would be appropriate. The alsa code is specific to certain hardware and isn't part of the core Android Open-Source Project, so it isn't included in the main manifest for the project. JBQ On Sat, Apr 4, 2009 at

[android-developers] Re: override errors when migrating development computers

2009-04-04 Thread Jean-Baptiste Queru
You probably migrated from a Java 1.6 to a Java 1.5 environment. Java 1.6 allows to specify @override on interface methods, Java 1.5 restricts it to superclass methods. JBQ On Sat, Apr 4, 2009 at 10:07 AM, Bob bshumsk...@yahoo.com wrote: Hi, I am trying to change the computer that I am

[android-developers] Re: Cupcake SDKs available for download

2009-04-05 Thread Jean-Baptiste Queru
-I'd like to point out that this isn't an official SDK, with e.g. no guarantee that applications developed with it will work on future versions of Android. Should anyone have questions about using it, please use the android-discuss group as android-developers is for questions about the official

[android-developers] Re: Cupcake SDKs available for download

2009-04-05 Thread Jean-Baptiste Queru
@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of Jean-Baptiste Queru Sent: 05 April 2009 14:12 To: android-developers@googlegroups.com Subject: [android-developers] Re: Cupcake SDKs available for download -I'd like to point out that this isn't an official SDK, with e.g

[android-developers] Re: Cupcake SDKs available for download

2009-04-05 Thread Jean-Baptiste Queru
[mailto:android-develop...@googlegroups.com] On Behalf Of Jean-Baptiste Queru Sent: 05 April 2009 17:08 To: android-developers@googlegroups.com Subject: [android-developers] Re: Cupcake SDKs available for download [inline] On Sun, Apr 5, 2009 at 8:45 AM, Al Sutton a...@funkyandroid.com wrote: Hi JBQ

[android-developers] Re: Cupcake SDKs available for download

2009-04-05 Thread Jean-Baptiste Queru
This is definitely new in cupcake - it's part of the work that has been done by the tools team to allow a single SDK to work with multiple target configurations, and the visible effect is that launching the emulator outside of either the source tree or a fully-configured SDK distribution might

[android-developers] Re: Early Look Android 1.5 SDK

2009-04-14 Thread Jean-Baptiste Queru
The latest cupcake source drop (done a few hours ago) matches the preview SDK. We're working to tag it. Note that this isn't release 1.5 of Android, it's just a code drop that matches an official preview SDK. It's not going to run on ADP1 as it lacks the proprietary files that are needed for

[android-developers] Re: Elan sues Apple for multitouch patent infringment... and guess what....

2009-04-15 Thread Jean-Baptiste Queru
First, this isn't quite on-topic for this group (neither is the meta-discussion about patent laws and their interpretation that is almost guaranteed to follow), as this has no relationship to the official Android SDK. Second, more importantly, many people who read and participate in this group

[android-developers] Re: how to check if sdcard is mounted in program

2009-04-16 Thread Jean-Baptiste Queru
Environment.getExternalStorageState() JBQ On Thu, Apr 16, 2009 at 9:34 PM, sunwrt wrt.su...@gmail.com wrote: Any guy knows how to check if sdcard is mounted in program Thanks in advance! -- Jean-Baptiste M. JBQ Queru Android Engineer, Google. Questions sent directly to me that have

[android-developers] Re: As application developers are we allowed to access system properties like ro.config.sync?

2009-04-20 Thread Jean-Baptiste Queru
The proper way would be to start the relevant activity. I don't know whether the specific Intent to start that activity is documented as part of the public API, though. JBQ On Mon, Apr 20, 2009 at 7:58 AM, Hans hkess...@gmail.com wrote: Google applications do it, and apparently it used to be

[android-developers] Re: As application developers are we allowed to access system properties like ro.config.sync?

2009-04-20 Thread Jean-Baptiste Queru
Well, that's not the kind of setting that you should change in the user's back. Launching an activity allows the user to make a conscious decision about the way they manage their phone. JBQ On Mon, Apr 20, 2009 at 8:55 AM, Hans hkess...@gmail.com wrote: On Apr 20, 11:03 am, Jean-Baptiste

[android-developers] Re: How do I get the source code of Android 1.1_r1?

2009-04-20 Thread Jean-Baptiste Queru
We focused our energy on getting the source code for 1.5 available. JBQ On Sun, Apr 19, 2009 at 5:30 AM, Marek Urbaniak marek.urban...@gmail.com wrote: On Mar 28, 9:12 pm, Jean-Baptiste Queru j...@android.com wrote: The exact source code for 1.1 is not available. Why? -- Jean

[android-developers] Re: vold or mountd

2009-04-23 Thread Jean-Baptiste Queru
This question should go in the android-porting group. Thanks, JBQ On Thu, Apr 23, 2009 at 6:53 AM, l hx lihongxia8...@gmail.com wrote: now android use the vold instead of mountd. who know why? and if i use vold, i can not mount the sd card in my device. how i can do? -- Jean-Baptiste

[android-developers] Re: About the OpenWnn project

2009-04-23 Thread Jean-Baptiste Queru
It's not part of the cupcake project. JBQ On Thu, Apr 23, 2009 at 7:49 PM, moontain chen.worksp...@gmail.com wrote: Hi The OpenWnn project was involved in the cupcake project when I got the code at 1st April, but it disappears in the latest cupcake code. Why? Will it be in the final

[android-developers] Re: Android v. 1.5 = FAIL #2: Directly Manipulating Settings

2009-04-24 Thread Jean-Baptiste Queru
All right, here's the deal: One of the reasons that motivated the change is battery life, which is a major point of frustration for many Android users. More precisely, we've noticed in our testing that there was a strong correlation between user complaints about battery life and specific

[android-developers] Re: Android v. 1.5 = FAIL #2: Directly Manipulating Settings

2009-04-24 Thread Jean-Baptiste Queru
It's already possible for a user to see an app's permissions - though it'd be nice indeed if the list could be organized the other way (contributions welcome). At least anecdotally, though, we've noticed that users (even sophisticated ones) don't associate poor battery life or control over some

[android-developers] Re: What UI Elements in AppWidget?

2009-04-26 Thread Jean-Baptiste Queru
Correct, you can only use the exact classes that are marked as available. JBQ On Sun, Apr 26, 2009 at 6:09 AM, nEx.Software justin.shapc...@gmail.com wrote: Is it safe to assume that classes derived of those allowed are not usable? So, if I created a custom button or something that extends

[android-developers] Re: Copy protection License key management

2009-04-26 Thread Jean-Baptiste Queru
The issue (1) with turning copy protection on (or off) was in Android 1.0/1.1, and there's been no fix for it made on top of those versions. I believe that it is fixed in 1.5, which means that you might be OK if you deliver a copy-protected version with minSdkVersion=3 - I'm not sure, though.

[android-developers] Re: Different package name than the one in AndroidManifest.xml to the generated resource class

2009-01-24 Thread Jean-Baptiste Queru
Right now I believe that's unfortunately not possible - and it's clearly a feature that would be nice to add. JBQ On Fri, Jan 23, 2009 at 10:06 PM, Raja Nagendra Kumar nagendra.r...@gmail.com wrote: aapt while generating the resources, is it possible to provide a different package name for

[android-developers] Re: XML or CSS for Styles and Theams

2009-01-24 Thread Jean-Baptiste Queru
Ultimately, you'll want as much of everything as possible resolved at compile-time, which means that even if you were using CSS it'd most probably be resolved at build time into a static structure (like the current XML files)... which means that what you want can be achieved today without

[android-developers] Re: Orientation sensor: why does roll change with pitch?

2009-01-26 Thread Jean-Baptiste Queru
The issue is that the implementation of the orientation angles in 1.0 isn't actually pitch and roll, it's pitch around the x axis and pitch around the y axis. This was deeply improved for cupcake. Yes, we've maintained compatibility with the old API too. JBQ On Mon, Jan 26, 2009 at 1:10 PM,

[android-developers] Re: Orientation sensor: why does roll change with pitch?

2009-01-26 Thread Jean-Baptiste Queru
, Jean-Baptiste Queru j...@google.com wrote: The issue is that the implementation of the orientation angles in 1.0 isn't actually pitch and roll, it's pitch around the x axis and pitch around the y axis. This was deeply improved for cupcake. Yes, we've maintained compatibility with the old API too

[android-developers] Re: Compiling G1 firmware from source and then re-flashing G1

2009-01-27 Thread Jean-Baptiste Queru
This question would be better suited for the android-platform mailing list, since it's related to working with the android source tree, not to working with the official SDK. You don't need to build an update.zip. Boot our device into the bootloader (hold the back key while powering up), and run

[android-developers] Re: # special characters in webview

2009-01-27 Thread Jean-Baptiste Queru
LoadData loads your data as a data: Uri. You need to Uri-escape your data. JBQ On Tue, Jan 27, 2009 at 5:45 AM, Bob bshumsk...@yahoo.com wrote: Hi, I am populating a webview with the loaddata option but special characters such as ' for quotation mark aren't showing up and end the display.

[android-developers] Re: Compiling G1 firmware from source and then re-flashing G1

2009-01-27 Thread Jean-Baptiste Queru
is tethered via USB to Linux dev PC whilst being rebooted ? Is there a longer (more detailed) description of this procedure posted anywhere ? Thanks Graeme On Jan 27, 12:50 pm, Jean-Baptiste Queru j...@google.com wrote: This question would be better suited for the android-platform mailing

[android-developers] Re: Audio Streaming Integration

2009-01-27 Thread Jean-Baptiste Queru
You can't. You'll have to wait for an SDK built form the cupcake code base, and there is currently no such thing. JBQ On Tue, Jan 27, 2009 at 5:56 AM, Tez earlencefe...@gmail.com wrote: Hi, How can I integrate the cupcake audio streaming code into the existing android sdk? Cheers,

[android-developers] Re: Bug in android browser

2009-01-27 Thread Jean-Baptiste Queru
You'll have better success getting your bug looked at if you file a bug report at http://b.android.com and if you build the smallest possible example that exhibits that problem. Thanks, JBQ On Tue, Jan 27, 2009 at 8:55 AM, factfinder howardtheb...@gmail.com wrote: There is an apparent bug in

[android-developers] Re: About Google Map Installation Package

2009-01-28 Thread Jean-Baptiste Queru
Sounds like you're trying to run Android on custom hardware, not through the SDK. If that's the case, you should probably head to the android-platform or maybe android-porting list. JBQ On Wed, Jan 28, 2009 at 9:51 AM, mak mayank.rana...@gmail.com wrote: Hi All, I have couple of doubts

[android-developers] Re: MapsApplication missing from source code?

2009-01-28 Thread Jean-Baptiste Queru
It's not part of the Android platform, it's a Google-proprietary add-on that is not open-source. JBQ On Wed, Jan 28, 2009 at 8:39 AM, jsm mamm...@gmail.com wrote: Why is that closed? I mean the reasoning behind closing that app. On Jan 28, 9:30 pm, Disconnect dc.disconn...@gmail.com wrote:

[android-developers] Re: G1 OS version?

2009-01-28 Thread Jean-Baptiste Queru
The build on the ADP1 (116222) is slightly different from the current G1 build (116143 in the US, 116470 in the UK). They're all awfully close when it comes to the behavior of the platform itself. JBQ On Fri, Jan 23, 2009 at 8:25 PM, Wah mobic...@gmail.com wrote: Can someone tell me the

[android-developers] Re: Not able to build Browser Source Code on android-sdk-windows-1.0_r1

2009-01-29 Thread Jean-Baptiste Queru
The browser is not currently buildable with the SDK as it uses private APIs. Note that it also uses system permissions, so it can't be run on a stock G1. JBQ On Wed, Jan 28, 2009 at 10:45 PM, Pratap ajit@gmail.com wrote: Hi All I am trying to build the Browser source code downloaded

[android-developers] Re: Maps and API Demos

2009-01-29 Thread Jean-Baptiste Queru
Questions about working with cupcake (from which there currently exists no official SDK) should be on the android-platform mailing list. Anyway, the answer is you can't. JBQ On Thu, Jan 29, 2009 at 3:35 PM, Koffi kakib...@gmail.com wrote: How do I get Maps and API Demos back in Cupcake? Is

[android-developers] Re: cupcake/development/tools/eclipse/scripts/build_server.sh failed on Mac OS -- HELP

2009-02-04 Thread Jean-Baptiste Queru
This is not a question about official SDKs, so you should probably move this discussion to android-platform. JBQ On Tue, Feb 3, 2009 at 9:46 PM, enetconsult...@comcast.net wrote: I am using Mac Pro which has Darwin linux. I tried to ADT 0.9.0 by running the script at

[android-developers] Re: Unofficial SDK 1.5 with Media Files

2009-02-04 Thread Jean-Baptiste Queru
This is off-topic for android-developers, which focuses on using the official SDK. Please move this to android-discuss. Note to developers: applications developed with unofficial SDKs, especially those that come from in-progress source trees, and especially those that explicity expose more APIs

[android-developers] Re: Native code is not supported in the current SDK.

2009-02-05 Thread Jean-Baptiste Queru
it is possible to make it work for a given device running a given revision of the software. It is not currently possible to make it work in a way that behaves predictably on different devices or different revisions of the software (including, importantly, devices or software revisions that

[android-developers] Re: SlidingDrawer not working with RC33

2009-02-07 Thread Jean-Baptiste Queru
Can you please report this issue in http://b.android.com/ ? (a plain copy-paste will do). Thanks, JBQ On Sat, Feb 7, 2009 at 6:54 AM, Stefan skyntc...@gmail.com wrote: It appears that android.internal.widget.SlidingDrawer widget had changed between RC30 and RC33. On RC33 it fails to

[android-developers] Re: Central service scheduler

2009-02-07 Thread Jean-Baptiste Queru
There is something like that in cupcake. I forgot the exact API name, sorry. JBQ On Sat, Feb 7, 2009 at 10:19 AM, Christoph Studer chstu...@gmail.com wrote: Would it make sense to create a central scheduler for services that need to run periodically? There are a lot of application that

[android-developers] Re: SlidingDrawer not working with RC33

2009-02-07 Thread Jean-Baptiste Queru
. On Sat, Feb 7, 2009 at 7:18 AM, Jean-Baptiste Queru j...@android.com wrote: Can you please report this issue in http://b.android.com/ ? (a plain copy-paste will do). Thanks, JBQ On Sat, Feb 7, 2009 at 6:54 AM, Stefan skyntc...@gmail.com wrote: It appears

[android-developers] Re: SlidingDrawer not working with RC33

2009-02-07 Thread Jean-Baptiste Queru
... I am glad it will make it as an officially supported class. On Feb 7, 4:34 pm, Romain Guy romain...@google.com wrote: Even worse, SlidingDrawer will move ... On Sat, Feb 7, 2009 at 12:14 PM, Jean-Baptiste Queru j...@android.com wrote:Oh, ah, I had... On Sat, Feb 7, 2009 at 11:28 AM

[android-developers] Re: Where is a system-image for DP1?

2009-02-09 Thread Jean-Baptiste Queru
We're working on it. JBQ On Mon, Feb 9, 2009 at 4:48 PM, Keiji Ariyama ml_andr...@c-lis.co.jp wrote: Hi folks, I downloaded new Android SDK 1.1 release 1. But I cannot find new system image for Dev Phone 1. I thought that new system-image will be included in new SDK. Where is a

[android-developers] Re: Where is a system-image for DP1?

2009-02-10 Thread Jean-Baptiste Queru
. I'm looking forward install new system image to my phone. Regards, keiji Jean-Baptiste Queru wrote: We're working on it. JBQ On Mon, Feb 9, 2009 at 4:48 PM, Keiji Ariyama ml_andr...@c-lis.co.jp wrote: Hi folks, I downloaded new Android SDK 1.1 release 1. But I cannot find new

[android-developers] Re: Is the holiday_devphone build an official ADP1 image?

2009-02-10 Thread Jean-Baptiste Queru
On Tue, Feb 10, 2009 at 2:33 AM, Johan de Koning ikbennu...@gmail.com wrote: Hello, Yesterday I flashed my phone with the ADP1.1 image. This morning I got two system updates pushed to my phone. This is the message of the second update A system update is available Holiday phone update 2

[android-developers] Re: Is the holiday_devphone build an official ADP1 image?

2009-02-10 Thread Jean-Baptiste Queru
This is not PLAT-RC33. There is no 1.1 image available for ADP1. JBQ On Tue, Feb 10, 2009 at 2:33 AM, Johan de Koning ikbennu...@gmail.com wrote: Hello, Yesterday I flashed my phone with the ADP1.1 image. This morning I got two system updates pushed to my phone. This is the message of the

[android-developers] Re: Is the holiday_devphone build an official ADP1 image?

2009-02-10 Thread Jean-Baptiste Queru
It came from whoever thinks that you got your phone from them and manages such phones. JBQ On Tue, Feb 10, 2009 at 5:04 AM, Johan de Koning ikbennu...@gmail.com wrote: Okey but where did this update came from? On 10 feb, 14:00, Jean-Baptiste Queru j...@android.com wrote: This is not PLAT

[android-developers] Re: Where is a system-image for DP1?

2009-02-12 Thread Jean-Baptiste Queru
, Jean-Baptiste Queru j...@android.com wrote: At this point I can't give any schedule estimate. JBQ On Tue, Feb 10, 2009 at 4:22 AM, cpedia cpe...@gmail.com wrote: Hi Jean, Could you please give us the estimated release schedule? On Feb 10, 10:04 am, Keiji Ariyama ml_andr...@c-lis.co.jp

[android-developers] Re: Self-signed app on Market

2009-02-12 Thread Jean-Baptiste Queru
It allows your apps to work closely together (share files, share processes, share permissions) while still being protected from other apps. It also prevents your apps from being replaced by someone pretending that they're you (and thus accessing all of your apps' data). JBQ On Thu, Feb 12,

[android-developers] Re: Is the holiday_devphone build an official ADP1 image?

2009-02-13 Thread Jean-Baptiste Queru
We're working on getting an official 1.1 image available to ADP1 users. Given the number of times that this question is asked every day (search the archives) we'll make sure that everybody who needs to know about it does. JBQ On Thu, Feb 12, 2009 at 2:05 PM, Lucian Tomuta

[android-developers] Re: Need Official HOW-TO: Upgrade from Original ADP1 firmware to RC33

2009-02-17 Thread Jean-Baptiste Queru
We're working on having an official 1.1 system image available for the ADP1. It will not be PLAT-RC33, which is specific to T-Mobile US, just like the 1.0 version that originally came with the ADP1 was not TC4-RC30. JBQ On Tue, Feb 17, 2009 at 6:52 AM, JLMG john.l.millergeo...@gmail.com wrote:

[android-developers] Re: Guys from development team

2009-02-17 Thread Jean-Baptiste Queru
It'd be great if you could file a report at http://b.android.com/ with a URL pointing to the documentation where the issue shows up. Thanks, JBQ On Tue, Feb 17, 2009 at 2:30 PM, ATrubka atru...@gmail.com wrote: I don't mean to be rude, but when you have a chance please rename this:

[android-developers] Re: Custom widgets on the desktop?

2009-02-18 Thread Jean-Baptiste Queru
This is not currently possible without writing your own home app. JBQ On Wed, Feb 18, 2009 at 3:55 AM, Azalar pte...@gmail.com wrote: Anyone know how to make a custom widget for the desktop like the google search, clock etc? -- Jean-Baptiste M. JBQ Queru Android Engineer, Google.

[android-developers] Re: Using android 1.5 emulator, the sdcard can't be mounted

2009-02-19 Thread Jean-Baptiste Queru
This is not a discussion for android-developers. Please move this to android-platform. JBQ On Thu, Feb 19, 2009 at 6:12 AM, david liu wanqing.da...@gmail.com wrote: I have another issue about I cannot see the pictures in the Gallery immediately after I push some pictures to sdcard. Is anyone

[android-developers] Re: Question about Loading Drivers on Android OS

2009-02-19 Thread Jean-Baptiste Queru
This isn't possible with the SDK (and probably wouldn't be portable across devices as you can't assume that every device can be hacked into a USB host), so you should probably have this discussion on the android-kernel mailing list, not on android-developers. Thanks, JBQ On Wed, Feb 18, 2009 at

[android-developers] Re: cupcake codebase

2009-02-19 Thread Jean-Baptiste Queru
You are on the wrong mailing list. If you just want to discuss, please move to android-discuss. If you want to actively participate in improving the Android platform code, android-platform is waiting for you. For now there is no official SDK based on the cupcake development branch. JBQ On Wed,

[android-developers] Re: Official update for G1 Andriod developer phone (ADP) stock firmware

2009-02-19 Thread Jean-Baptiste Queru
My gripe about your post is that you didn't search the archives or read the messages of the last few days. I've personally answered question #1 more times than I can remember, so I guess that one more time won't hurt: it's not available yet, we're working on it. I'm not allowed to answer

[android-developers] Re: Paid applications - are they downloadable now?

2009-02-19 Thread Jean-Baptiste Queru
Actually, it's really mid-week on the US west coast, it's thursday morning (before people start to work) on a 4-day week (monday was a holiday). JBQ On Thu, Feb 19, 2009 at 9:10 AM, nEx.Software justin.shapc...@gmail.com wrote: Haha, yeah I suppose you are right. On Feb 19, 10:09 am, Mark K

[android-developers] Re: Paid applications - are they downloadable now?

2009-02-19 Thread Jean-Baptiste Queru
should not assume that everyone works the same week as the US does. In the UK, where you are supporting developers submitting applications, there was no holiday on Monday and it's now after close of business on Thursday and so well beyond anyones definition of mid-week. Al. Jean-Baptiste

[android-developers] Re: Official update for G1 Andriod developer phone (ADP) stock firmware

2009-02-19 Thread Jean-Baptiste Queru
requests. I'm not really sure what to make of 'I'm not allowed to answer question #2', all i can say is that it doesn't really sound like the spirit of open source. Thanks again for your time On Feb 20, 12:58 am, Jean-Baptiste Queru j...@android.com wrote: My gripe about your post

[android-developers] Re: Official update for G1 Andriod developer phone (ADP) stock firmware

2009-02-19 Thread Jean-Baptiste Queru
. It seems like that shouldn't take more then a few minutes of work, and maybe a few weeks of hassling the web guys. When the next release comes up, just add items 1 and 2 for it, and update item 3 for the next release. Thanks, Karl On Feb 19, 8:58 am, Jean-Baptiste Queru j...@android.com

[android-developers] Re: android.provider.drmstore

2009-02-20 Thread Jean-Baptiste Queru
The implementation might change, and therefore it is not exposed as part of the SDK. JBQ On Fri, Feb 20, 2009 at 3:01 PM, Layeeq nlah...@gmail.com wrote: I see android.provider.drmstore in framework. Why is this not published in framework documentation? Is the support not complete? I am

[android-developers] Re: Is this group moderated?

2009-02-23 Thread Jean-Baptiste Queru
http://groups.google.com/group/android-developers/about Messages from new members are moderated JBQ On Sat, Feb 21, 2009 at 3:40 PM, neil.young neil.yo...@freenet.de wrote: Is this group moderated?? -- Jean-Baptiste M. JBQ Queru Android Engineer, Google.

[android-developers] Re: Where is a system-image for DP1?

2009-02-23 Thread Jean-Baptiste Queru
I wish I had an update for you, but unfortunately there isn't one. JBQ On Sun, Feb 22, 2009 at 3:59 PM, Digital Mayhem steve.lawre...@digital-mayhem.com wrote: any update on this? -- Jean-Baptiste M. JBQ Queru Android Engineer, Google.

[android-developers] Re: Why didn't google provide APIs for desktop widgets?

2009-02-24 Thread Jean-Baptiste Queru
Because it's a hard problem. JBQ On Mon, Feb 23, 2009 at 11:00 PM, quill quill...@163.com wrote: Hi, anyone who knows why? If I want to do this, is it extensive? Only change the code in launcher in sdk? -- Jean-Baptiste M. JBQ Queru Android Engineer, Google. Please don't contact me

[android-developers] Re: Google G2 / HTC Magic for developers?

2009-02-25 Thread Jean-Baptiste Queru
I think that ADP1 makes a better development device (it's easier to pretend that you have no keyboard even if you have one than the other way around), and supporting a single development device has already proven to be hard enough that adding a second one would stretch our meager resources even

[android-developers] Re: Dev Phone and RC33 update

2009-02-25 Thread Jean-Baptiste Queru
PLAT-RC33 is the variant of Android 1.1 ported to Dream (G1) and customized for T-Mobile US, so it's not the appropriate build for the ADP1. There's no news on that subject as there isn't anything to announce yet. We're still pushing hard to get 1.1 available for ADP1 owners, but some things

[android-developers] Re: Dev Phone and RC33 update

2009-02-25 Thread Jean-Baptiste Queru
Release 1.1 is thankfully not based on the cupcake development tree. JBQ On Wed, Feb 25, 2009 at 6:59 AM, roland roland...@gmail.com wrote: I would like to know if the ADP 1.1 firmware contains the cupcake? Waiting for your response... On 25 fév, 14:59, Jean-Baptiste Queru j

[android-developers] Re: Google G2 / HTC Magic for developers?

2009-02-25 Thread Jean-Baptiste Queru
It would take more effort to support 2 developer devices instead of 1. The current message from the developer community is crystal clear: the effort that's currently being spent on the ADP1 by the people who can resolve the current issues with it is frustratingly inadequate. Adding a second

[android-developers] Re: Google G2 / HTC Magic for developers?

2009-02-25 Thread Jean-Baptiste Queru
that everything that needs to be done can only be done by insiders. JBQ On Wed, Feb 25, 2009 at 8:22 AM, Al Sutton a...@funkyandroid.com wrote: JBQ, Are there any problems with the ADP1 build that you can share with the list, maybe someone here can help. Al. Jean-Baptiste Queru wrote: It would

[android-developers] Re: When the update RC31 come

2009-02-25 Thread Jean-Baptiste Queru
http://groups.google.com/group/android-developers/search?group=android-developersq=adp1+updateqt_g=Search+this+group JBQ On Wed, Feb 25, 2009 at 2:33 PM, qie0559 qie0...@gmail.com wrote: Hi folks, My phone is Android Dev Phone 1. When the update come? how can I get the update? --

[android-developers] Re: Dev Phone and RC33 update

2009-02-25 Thread Jean-Baptiste Queru
features will include the Android 1.1 for ADP1? Thanks! P.S. I guess that it takes time and that you have a lot of work, but just wanted to know... weeks/months till the release? On 25 Фев, 15:59, Jean-Baptiste Queru j...@android.com wrote: PLAT-RC33 is the variant of Android 1.1 ported to Dream

[android-developers] Re: adding third party applications to the emulator /device

2009-02-25 Thread Jean-Baptiste Queru
adb push it to the emulator, adb shell in, chmod it to be executable, and run it? JBQ On Wed, Feb 25, 2009 at 3:06 AM, jerand ljer...@gmail.com wrote: I have a linux C executable native application. is it possible to execute the application in the emulator or device; if so how to load it to

[android-developers] Re: The current version of ADP1

2009-02-25 Thread Jean-Baptiste Queru
That's the current version. We're working on making 1.1 officially available for the ADP1. JBQ On Wed, Feb 25, 2009 at 4:09 PM, vendor.net vendor@gmail.com wrote: I have an ADP1 with this software version: Firmware version: 1.0 Baseband version: 62.33.20.08H_1.22.12.29 Kernel version:

[android-developers] Re: Is this group moderated?

2009-02-26 Thread Jean-Baptiste Queru
when you wish everyone was moderated :). Al. Jean-Baptiste Queru wrote: http://groups.google.com/group/android-developers/about Messages from new members are moderated JBQ On Sat, Feb 21, 2009 at 3:40 PM, neil.young neil.yo...@freenet.de wrote: Is this group moderated

[android-developers] Re: WAP in android

2009-02-26 Thread Jean-Baptiste Queru
Android doesn't support WML. JBQ On Thu, Feb 26, 2009 at 5:54 AM, karthick karthicksw...@gmail.com wrote: hi .. is it possible to make an android application to the WML response from a WAP gateway its very much needed for me to develop an application. reply me if u know

<    1   2   3   >