Re: [android-developers] Re: Can android support more than one sdcard?

2010-09-12 Thread Dianne Hackborn
On Sun, Sep 12, 2010 at 2:55 PM, Indicator Veritatis mej1...@yahoo.comwrote: I really don't think he is the one missing the point. Your talk about supporting an arbitrary number of everything is a straw-man argument. Other than you, nobody proposed that in this thread. Um I was directly

[android-developers] C2DM debugging

2010-09-12 Thread Julius Spencer
Hi, I have set up a project to use C2DM and am having trouble getting the registration process working. I have the project debugging on the emulator so I can run Wireshark on my development computer to see the packets. It appears there is traffic between the emulator and Google's servers, but

[android-developers] How to disable asset compression in eclipse builds?

2010-09-12 Thread SChaser
Does anyone know how to disable asset compression in eclipse builds? In other words, how to cause the -0 flag to be set on aapt? This is in order to put in a 1MB asset file, which requires compression to be turned off. -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Asynctask and database lock

2010-09-12 Thread Zsolt Vasvari
You will have to disable all functionality where the database can be accessed while it's being updated. That means trapping the Search button. On Sep 12, 5:50 am, Kim D. kdame...@gmail.com wrote: Hello guys, My problem is about asynctask and database lock. I have an asynctask which does a

[android-developers] Re: AsyncTask and screen rotation

2010-09-12 Thread Lance Nanek
The non-default situation I was thinking of was there not being anything like android:process=:remote on the service declaration in the manifest. Without any specific settings to prevent it like that one, setting an alarm for a PendingIntent from PendingIntent#getService will start the service on

[android-developers] Re: is there a way to implement screenshot functionality in android

2010-09-12 Thread Peter Webb
Sorry, you are correct. I still want to gain access to the screen image. My Live Wallpaper could work a lot better if it knew what it was behind. If you can't do it, then you can't do it. On Sep 12, 4:45 pm, Romain Guy romain...@android.com wrote: This application is just a transparent

[android-developers] Re: how to compile a helloworld in AOSP- Entire android source code..!! Couldnt see apk generated.

2010-09-12 Thread Binggrae
Sorry it' not helpful.. I'm not sure the following is helpful but recommend try it (Maybe you've tried it already) ~/froyo$ source build/envsetup.sh including device/htc/dream/vendorsetup.sh including device/htc/passion/vendorsetup.sh including device/htc/sapphire/vendorsetup.sh ~/froyo$

[android-developers] Re: How to disable asset compression in eclipse builds?

2010-09-12 Thread Lance Nanek
It's a hack, but couldn't you just name it with one of the extensions that isn't compressed by default? .mp3, for example? On Sep 12, 7:51 pm, SChaser crotalistig...@gmail.com wrote: Does anyone know how to disable asset compression in eclipse builds? In other words, how to cause the -0 flag to

[android-developers] Let's Develop Cool Application .

2010-09-12 Thread Tsolmon Narantsogt
Hello everyone So we decided to develop an android based client version. We are developing at http://github.com/mnts26/OpenERPDroid. If you join us, we would REALLY appreciate your contribution. Let's develop cool open source software. Cheers, Tsolmon -- You received this message because

[android-developers] Re: Let's Develop Cool Application .

2010-09-12 Thread Tsolmon Narantsogt
We are making xml rpc client for android On Mon, Sep 13, 2010 at 9:48 AM, Tsolmon Narantsogt mnt...@gmail.comwrote: Hello everyone So we decided to develop an android based client version. We are developing at http://github.com/mnts26/OpenERPDroid. If you join us, we would REALLY

[android-developers] Re: Every few hours Eclipse + ADT runs out of resources...

2010-09-12 Thread Samsyn
I've been assuming this was due to my verbose logging... it certainly seems to happen more quickly when I am more verbose :-) - Dan On Sep 12, 2:38 pm, mmo mmo...@gmail.com wrote: When I am developing for Android and repeatedly running and/or debugging an Android app in the emulator then about

Re: [android-developers] Re: AsyncTask and screen rotation

2010-09-12 Thread Dianne Hackborn
Note that using android:process on a Service doesn't change its semantics w.r.t. its main thread. No matter what process it is running in, the lifecycle callbacks happen on that process's main thread, and you don't want to block the main thread. Running the service in a process that doesn't have

Re: [android-developers] Re: is there a way to implement screenshot functionality in android

2010-09-12 Thread Dianne Hackborn
You can't do that. In fact, in the case of live wallpapers, it doesn't make much sense, because there is literally nothing behind it. It is at the bottom of the stack of things the user can see. On Sun, Sep 12, 2010 at 5:39 PM, Peter Webb r.peter.w...@gmail.com wrote: Sorry, you are correct.

[android-developers] How to cast Bitmap to Keyboard ?

2010-09-12 Thread Ahmad
Greetings, I have a soft keyboard (screen, UI) in form/type/class of Bitmap. I would like to use/benefit from all functionality of 'Soft Keyboard' sample code on Android Developers/Resources/Sample Code. So it seems, I need to convert/cast my Bitmap type keyboard to Keyboard class of Android. How

[android-developers] Featured apps

2010-09-12 Thread SImplyG2010
Anyone know how the featured applications are chosen on Android market? I would like to put one of my apps forward for consideration. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Featured apps

2010-09-12 Thread TreKing
On Sun, Sep 12, 2010 at 9:22 PM, SImplyG2010 thomas.sheppar...@gmail.comwrote: Anyone know how the featured applications are chosen on Android market? Nope. I would like to put one of my apps forward for consideration. Get in line =)

[android-developers] Re: How to disable asset compression in eclipse builds?

2010-09-12 Thread SChaser
Tks On an earlier thread, someone had tried that with no luck...But there may be something in that direction. This 1MB limit is a real nuisance when you have lots of data! On Sep 12, 6:31 pm, Lance Nanek lna...@gmail.com wrote: It's a hack, but couldn't you just name it with one of the

Re: [android-developers] Re: is there a way to implement screenshot functionality in android

2010-09-12 Thread argon gold
Hi Bryan, There is a screen capture application for android. Please check it. http://www.androlib.com/android.application.net-srcz-android-screenshot-zEtD.aspx Some one comments on this application as Absolutely Great, Works fine, Its the easiest way to take ScreenShots on your android used

[android-developers] Re: How to disable asset compression in eclipse builds?

2010-09-12 Thread SChaser
Well, storing as .png does indeed keep it from being compressed, although it is indeed a kludge. I haven't had time to see if I can read the thing on the android. On Sep 12, 7:50 pm, SChaser crotalistig...@gmail.com wrote: Tks On an earlier thread, someone had tried that with no luck...But

[android-developers] OpenGL lockups in 2.2

2010-09-12 Thread Jeremy Statz
There's been a couple threads about this in the last year or so, but I wanted to draw attention to it again, as I've spent most of the last couple of days trying to confirm it wasn't anything I'm doing. The short story is, I'm pretty sure there's a very serious lock-up-the- phone level bug that

[android-developers] Re: How to disable asset compression in eclipse builds?

2010-09-12 Thread SChaser
Well, I tried making it a png, and successfully put a 3MB file into assets, and read it okay in a test app in the emulator. On Sep 12, 7:50 pm, SChaser crotalistig...@gmail.com wrote: Tks On an earlier thread, someone had tried that with no luck...But there may be something in that direction.

[android-developers] Sending image to ftp server

2010-09-12 Thread perumal316
Hi All, I am writing a camera application. I want to send the images to a ftp server instead of saving into the sdcard. Can it be done? I believe can specify the uri of the ftp server like ftp://19., and send the image there. But not sure how to do it? Is there any intent to do so? Thanks

[android-developers] Re: How to get value from ListView onListItemClick?

2010-09-12 Thread Mystique
Hi TrekKing, I implemented the onCancelListener and have it working good, thanks. Now need to figure out how to refresh the listview... On Sep 13, 3:36 am, TreKing treking...@gmail.com wrote: 2010/9/12 Mystique joven.ch...@gmail.com How to solve this issue? 1 - Add an onCancelListener to

[android-developers] How to use ContentProvider's android:multiprocess

2010-09-12 Thread zhen guo
Hi,guys I am confused with the android:mutliprocess,Refer to android's sdk,I set android:multiproess = true,and want to solve following problem: There's a contentprovider called CP in App A, CP and A are in the same process,App B want to access CP but do not launch A's process. -- You

Re: [android-developers] How to use ContentProvider's android:multiprocess

2010-09-12 Thread Dianne Hackborn
Don't use this, it is some old cruft from pre-1.0 design that doesn't work and should be ignored these days. Just pretend like the attribute doesn't exist. :} On Sun, Sep 12, 2010 at 8:47 PM, zhen guo mguoz...@gmail.com wrote: Hi,guys I am confused with the android:mutliprocess,Refer to

[android-developers] Re: How to get value from ListView onListItemClick?

2010-09-12 Thread Mystique
I've solved the refresh listview too :) nice. On Sep 13, 11:42 am, Mystique joven.ch...@gmail.com wrote: Hi TrekKing, I implemented the onCancelListener and have it working good, thanks. Now need to figure out how to refresh the listview... On Sep 13, 3:36 am, TreKing treking...@gmail.com

<    1   2