[android-developers] Re: Multitouch support in Android 2.0

2009-11-12 Thread PJ
Dianne: Hahaha, okay, thanks for saving me the trouble! Everyone: I'll do the community a huge favor and write a full-blown tutorial on how to write multi-touch apps... IF someone will just give me a Motorola Droid phone. ;) Seriously, if I had one, or any 2.0 phone that fully supports

[android-developers] ImageButton location

2009-11-12 Thread abhi
I am trying to place two ImageButtons on an ImageView. I'm using RelativeLayout (also tried FrameLayout) in the XML file. But this just places the three elements (ImageButtons and ImageView) at location 0,0 at the top left corner even if I specify layout_marginLeft, layout_marginRight etc for the

[android-developers] Re: How to Implement Ticker Component.

2009-11-12 Thread Gulfam
Hi all, Is there any help on this isseu?? still waiting Gulfam Hassan On Nov 3, 3:25 pm, Gulfam gulfa...@gmail.com wrote: Any Response on this issue?? I am still waiting . Gulfam Hassan On Nov 2, 9:21 pm, Gulfam gulfa...@gmail.com wrote: Hi all,    I want to make Ticker

[android-developers] Re: Work with Cursors

2009-11-12 Thread ColletJb
up ? On 10 nov, 09:42, ColletJb collet...@gmail.com wrote: Hi, I'm currently developing a small application for Android using a database. I have a table with 3 fields : day, month, year. When I retrieve them from the database, I use the following method : publicCursorgetAllItems(){    

Re: [android-developers] Re: How do I programatically and permenantly remove an icon from the launcher

2009-11-12 Thread shahzad ahmad
But an application should be able to use setComponentEnabledSetting on it's own activities or other components.Suppose an application has 2 launcher panel activities but after getting user data , it disables one of activities so that it is not shown in launcher panel again. i think such type of

[android-developers] Re: Possible to change between full screen and with status bar?

2009-11-12 Thread tomei.ninge...@gmail.com
Thanks Dianne. This works like a charm. The title bar even animates the hide/show action! On Nov 10, 11:32 pm, Dianne Hackborn hack...@android.com wrote: Change the window flag -- getWindow() to get the window, and change the fullscreen flag defined in WindowManager.LayoutParams. On Tue, Nov

[android-developers] Re: ImageButton location

2009-11-12 Thread abhi
Never mind. I got it -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For

[android-developers]---Video---Max FPS android support?

2009-11-12 Thread 侯玉涛
I have a problem, what is the max number of video FPS that andoird support? Thanks a lot. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Re: offsetLeftAndRight() not working

2009-11-12 Thread Nithin
After a layout means, after attaching the view to layout or after setContentView()... On Nov 12, 12:58 pm, Nithin nithin.war...@gmail.com wrote: Layout pass means... I dont know what layout pass means.. where i have to put the offsetLeftAndRight()... On Nov 12, 12:54 pm, Romain Guy

Re: [android-developers] Re: Possible to change between full screen and with status bar?

2009-11-12 Thread Vishal Khakhkhar
I want the same for my application... pls describe in details -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Implementing custom ListAdapter

2009-11-12 Thread manigault
Hi all, With the application i am working on i came with the following problem. I have a listview that should display data from a database table. But in background the data table could have two states: State one - the database table is filling dynamically and the listview also should

[android-developers] Re: Moving ADC non-winner to regular Market

2009-11-12 Thread Teo [GD API Guru]
Yep, that's what i did too, the package name is reserved. But i think the name was also reserved too, i had to also change a small detail in the name so it would accept my submission. On Nov 12, 7:08 am, Andrei gml...@gmail.com wrote: i think you have to rename your package and upload as new

[android-developers] Re: HTC Tatto for Android Application testing

2009-11-12 Thread Teo [GD API Guru]
I would also be interested in this since Tattoo is pretty cheap compared to other Android phones here... On Nov 12, 8:04 am, Nemat nemate...@gmail.com wrote: Hey friends I have to buy a new Android phone for testing android applications I work upon.What about HTC Tatoo?? Can I buy that

[android-developers] Re: Any way to create a standalone sqlite database and then put into my application?

2009-11-12 Thread richard
Thank you very much! On Nov 5, 9:19 am, Matt mattsjor...@gmail.com wrote: Here's a link to ReignDesign that describes how to store your db as an asset that installs with the app:http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-and... After creating the sqlite db from the

[android-developers] Re: Incoming calls

2009-11-12 Thread Carlos Pérez
It's really important for me and for my app. Then, If someone has another idea about how resolve my problem, I'll be very grateful On 11 nov, 18:39, Carlos Pérez takut...@gmail.com wrote: This is another post about incoming calls. I was looking for about this subject and always I read de same:

Re: [android-developers] Re: Any way to create a standalone sqlite database and then put into my application?

2009-11-12 Thread Vishal Khakhkhar
yeah its possible... just rename ur database file extension to .db n push it to sd card.. Khakhkhar Vishal D. (BE IT) Write me : vdkhakhk...@gmail.com, vdkhakhk...@yahoo.com Mail on Cell : 919429685...@m3m.in Talk me : @ Yahoo - vdkhakhkhar, @ Google - vdkhakhkhar Give me Buzz : +919429685566

[android-developers] Re: custom protocol handler...

2009-11-12 Thread Pierre Henry
sdphil hi, Have you setup a server for protocol yourprotocol:// ? On 12 nov, 07:39, sdphil phil.pellouch...@gmail.com wrote: anybody?  andybody?? :) On Nov 11, 9:09 am, sdphil phil.pellouch...@gmail.com wrote: i want to do the following thing - when a user navigates to a web page, I

[android-developers] How to Load My Local Asset Html File ? Content is in Hebrew

2009-11-12 Thread Vishal Khakhkhar
I am having FIle which contains Hebrew Content.. How to load that file.. I tried by using webview .loadUrl(file:///android_asset/abc.htm) but it won't works.. Some garbage content was there... Describe in Detail.. Thanks... -- You received this message because you are subscribed to the Google

[android-developers] Problems with the new ContactsContract API when picking a contact

2009-11-12 Thread code_android_festival_way
I am trying to get my application updated to the latest ContactsContract API and got some problems. In my application I am trying to pick a contact and use the received URI for loading up his contact picture. This is the way I am doing it: http://paste.pocoo.org/show/SQI91OBuCKk0JQC63Zkd/ When

[android-developers] Re: custom protocol handler...

2009-11-12 Thread skink
Pierre Henry wrote: sdphil hi, Have you setup a server for protocol yourprotocol:// ? server? what server? i'd suggest writing your own ContentProvider pskink -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: BaseAdapter getView() gets called 3x per item

2009-11-12 Thread Raghu
hi Stefen, even i faced same problem. getView is getting called 2x or 3x times per item. any idea why this problem is coming. please share here if any way to control this types of calling. thank you, Raghu On Oct 22, 6:33 pm, Stefan stefan.klu...@gmail.com wrote: I'm using my own extension of

[android-developers] Re: How to Load My Local Asset Html File ? Content is in Hebrew

2009-11-12 Thread Vishal Khakhkhar
I tried by loading content in buffer... But it gives Out Of Memory in LogCat... any solution -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] My Captured image is LOST!!

2009-11-12 Thread Nasir
Hey friends, I was successful to capture image using Android Camera but when i set this image using ViewImage on my view, it shows me the default android image and its very blurred too. I also have sdcard installed on the emulator. here is my code // Intent for camera try { Intent

[android-developers] com.google Authenticator for the new android.accounts.AccountManager API.

2009-11-12 Thread Micah
I am working on writing (and eventually releasing on the Android marketplace) a Google authenticator that will authenticate with Google and return a Google Auth Token (see: http://code.google.com/apis/gdata/docs/auth/overview.html). The ultimate goal is to have this authenticator mirror the

Re: [android-developers] Re: UTF-8 encoding problem

2009-11-12 Thread Vishal Khakhkhar
Hey buddy u solved ur problem ??? or its still there??? I am having same problem in Hebrew File.. If u knw thn pls help me... 2009/11/10 StevePotell stevepot...@gmail.com urlString = urlBase + Uri.encode(ownerName); On Oct 4, 9:58 pm, Kangping fukangp...@gmail.com wrote: hi all, i am

Re: [android-developers] Re: offsetLeftAndRight() not working

2009-11-12 Thread Guru
textView.post(new Runnable() { public void run() { textView.offsetLeftAndRight(50); } }); On Thu, Nov 12, 2009 at 2:59 PM, Nithin nithin.war...@gmail.com wrote: After a layout means, after attaching the view to layout

[android-developers] Interpretation

2009-11-12 Thread Bytes
Hi, I'm newbie to Java, could anybody explain the meaning of spMemoryHeapBase mMemHeap const spIMemory sharedBuffer //In an argument list to function const spIAudioFlinger audioFlinger = AudioSystem::get_audio_flinger () regards -bytes -- You received this message because you are

[android-developers] Where does Email go?

2009-11-12 Thread MikaSue
Each order gets a @checkout-google.com email. Does this email get forwarded to the actually user? How long does it stay active? I would like to email the persons who have brought my application but do not know what means to contact them. How are you guys staying in touch with your users?

[android-developers] listactivity xml

2009-11-12 Thread android
I definto manually strings to Displayed in the listview now I want to make sure they are richimate by string.xml defining an array that drew me to see the listview as the first -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Extend Edit Contact view with new field

2009-11-12 Thread abarinoff
Is there a standard way of extending Edit Contacts view and insert additional field to it ? I don't want to recreate the layout of Edit Contact view from scratch, what I want to do is to use something like public class CustomEditContactView extends EditContactView { ... } Is there a simple

[android-developers] Detecting enter key from virtual keyboard

2009-11-12 Thread Adrian Jackson
I've got code in a view that launches the virtual keyboard as follows: InputMethodManager imm = (InputMethodManager) context.getSystemService (Context.INPUT_METHOD_SERVICE); boolean shownKeyboard = imm.showSoftInput(this, 0); I'm picking up key presses from it fine except for the enter key,

[android-developers] Re: Application design - using threads

2009-11-12 Thread Neilz
Anyone? This is a common consideration, I would have thought? On Nov 11, 10:17 pm, Neilz neilhorn...@googlemail.com wrote: Hi all. I've been reading the developer guide, the sections on designing for performance and responsiveness. It's great stuff, and I'm going to go through all my code and

[android-developers] Custom Drawable (Gradient) based on Theme

2009-11-12 Thread Jarcikon
I would like to apply a different drawable (or different colors to my gradient drawable), based on the Theme. Is this possible? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Recording direct system audio??

2009-11-12 Thread Bytes
Hi PJ, Thanks for your response. Now my requirements got changed, even little bit inconsistency in voice seems to be OK. But I've few questions: 1. Lot of my code is developed in C, and I'm porting it on Android using NDK. So I wanna to avaid JNI for every read/write (to process the data). For

Re: [android-developers] Menu Items.

2009-11-12 Thread TreKing
The menu is generally associated with an activity, not any specific layout. Do you have a different activity for each layout? If so then just add the menu to the one activity that's using the layout you care about. Otherwise, if you have just one activity that's swapping layouts, override

[android-developers] Re: Application design - using threads

2009-11-12 Thread WoodManEXP
To my understanding the point of threading is, mostly, to avoid blocking the UI. The UI should never be unresponsive because an app has the UI thread tied up doing something other than responding to user's actions. (And if the OS detects an app not responding it will pop up a message saying the

[android-developers] Re: Application design - using threads

2009-11-12 Thread WoodManEXP
Oh, and yes you could use Thread with a run() method. Its easy to set up. AsyncTask is sort of a specialization of Thread tat helps with some of the communication between parent and child thread. But they can be run only once. So a new one needs to be instantiated each time. On Nov 12, 8:13 am,

[android-developers] Fail to create a new file on a sdcard

2009-11-12 Thread lei
I do not know what is cause of failing to create a new file on a sdcard of G1, the code is below: File temp = File.createTempFile(test, .temp, Environment.getExternalStorageDirectory()); and the permission of sdcard is: d--rwxr-x. Also fail if I try using the code below: File file = new

[android-developers] Re: How can I know date changed? seems android.intent.action.DATE_CHANGED works not properly

2009-11-12 Thread NewPa
Hi Adamphillips, Thanks for your help. But in my testing, the Intent. ACTION_DATE_CHANGED action never be broadcast whatever I set time to past or future. Could you please explain more about how to use AlartManager to know when 12am hits? Hi Bytes, Do you mean ACTION_TIME_TICK? this will

[android-developers] Android 2.0 and ADP (necessary to flash the ADP?)

2009-11-12 Thread WoodManEXP
Apologies if this is a silly question, but is it necessary to flash an updated OS into the ADP1 to run SDK version 5 apps in the ADP? If so where are the images? I do not see them at http://developer.htc.com/adp.html like for the other system images. Any one know? Thanks! -- You received

[android-developers] Re: Android 2.0 SDK is here!

2009-11-12 Thread WoodManEXP
Xavier, Where is the 2.0 system image for ADP? On Oct 27, 11:45 am, Xavier Ducrohet x...@android.com wrote: Hello everyone! We've just announced the Android 2.0 SDKhttp://android-developers.blogspot.com/2009/10/announcing-android-20-... If you already have the 1.6 SDK, note that you can

[android-developers] Re: Android 2.0 and ADP (necessary to flash the ADP?)

2009-11-12 Thread Thomas Riley
Hello, Sadly 2.0 is only available for the Motorola Droid at the moment, so stick with a 2.0 AVD for now. Tom. On Nov 12, 2:33 pm, WoodManEXP woodman...@gmail.com wrote: Apologies if this is a silly question, but is it necessary to flash an updated OS into the ADP1 to run SDK version 5 apps

[android-developers] Re: Application design - using threads

2009-11-12 Thread RichardC
There is a nice simple game example (with multiple threads) in the SDK samples called LunarLander -- RichardC On Nov 12, 2:03 pm, WoodManEXP woodman...@gmail.com wrote: Oh, and yes you could use Thread with a run() method. Its easy to set up. AsyncTask is sort of a specialization of Thread tat

[android-developers] Re: Fail to create a new file on a sdcard

2009-11-12 Thread lei
I find the file that path to Environment.getExternalStorageDirectory() is not writable, how could I change it? On Nov 12, 2:06 pm, lei eirst...@gmail.com wrote: I do not know what is cause of failing to create a new file on a sdcard of G1, the code is below: File temp =

[android-developers] How to test if app is shown on Market for all screensizes

2009-11-12 Thread Klaus Kartou
Hi! We have uploaded a new version of our app where we added the following to the manifest: supports-screens android:smallScreens=true android:normalScreens=true android:largeScreens=true android:anyDensity=true / However, we are receiving complaints that users cannot find the app on the market

[android-developers] Re: Server does not receive message from client

2009-11-12 Thread Michael Budas
Hey does anyone have any idea why the server does not receive the message that is sent. Your help is much appreciated. On Thu, Nov 12, 2009 at 1:49 AM, Mike88 michael...@gmail.com wrote: Hello, I have created a simple server and client both on android phone or emulators. The code is as follows

[android-developers] Re: Incoming calls

2009-11-12 Thread Miguel Paraz
Hi, It's really not supported, because the Phone app runs in a system process. I also want to do it. On Nov 12, 6:17 pm, Carlos Pérez takut...@gmail.com wrote: It's really important for me and for my app. Then, If someone has another idea about how resolve my problem, I'll be very grateful

[android-developers] ListView Scroll behaviour

2009-11-12 Thread Loki117
Hey guys girls, Can someone tell me what the default scroll behavior of a ListView is? I am seeing what I believe to be an odd UX. If I use the scroll ball on the dream and scroll from a button at the top of a screen into a listView the listView instead of then selecting one of its list items

[android-developers] Re: Saving Intents to use later (WAY LATER!)

2009-11-12 Thread Miguel Paraz
Hi, I guess that the Uri form of an Intent is stable - something like a Serializable form? I'm thinking of passing it across the network. On Sep 15, 1:12 am, Dianne Hackborn hack...@android.com wrote: Somehow this doesn't seem to be documented, but this is the method you

[android-developers] Re: Android 2.0 and ADP (necessary to flash the ADP?)

2009-11-12 Thread WoodManEXP
Thank you Tom. This means the android:minSdkVersion in the Manifest should stay at 3 or 4 for now, right, since the ADP can only get to 4? On Nov 12, 9:56 am, Thomas Riley tomrile...@googlemail.com wrote: Hello, Sadly 2.0 is only available for the Motorola Droid at the moment, so stick with a

Re: [android-developers] Re: Fail to create a new file on a sdcard

2009-11-12 Thread Mark Murphy
lei wrote: I find the file that path to Environment.getExternalStorageDirectory() is not writable, how could I change it? Make sure your app has the WRITE_EXTERNAL_STORAGE permission. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Training in

[android-developers] How to switch off Anti-aliasing

2009-11-12 Thread Mathias
Hi Is it possible to switch off Anti-aliasing for a view or the application? Thanks Mathias -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Re: Application design - using threads

2009-11-12 Thread Neilz
Well yes, but that isn't quite the same thing, is it? In LunarLander the thread that does the drawing is also the thread that does the logic. I took this statement from the dev guide to mean that you have a separate thread for each. I suppose the best thing I can do is code and experiment and see

[android-developers] Scrolling large image - working good but slow

2009-11-12 Thread Genc
Hi all, For a project, I'm displaying an image with sizes 800 x 600 and I've implemented my custom scrolling (horizontal and vertical) - which is works fine. However, my problem is that it's not fast enough. If you continuously move your finger on screen for instance, scrolling is not responding

[android-developers] Re: custom protocol handler...

2009-11-12 Thread sdphil
it looks like I could use a content provider and declare it in my manifest this way -- http://developer.android.com/intl/fr/guide/topics/manifest/provider-element.html but then it looks like my URLs have to look like this: content://... instead of myprotocol://... On Nov 12, 8:29 am, sdphil

[android-developers] Re: Fail to create a new file on a sdcard

2009-11-12 Thread lei
Thanks, Mark. It's solved. The permission of WRITE_EXTERNAL_STORAGE is required in Android SDK1.6, also I find a link describe it: http://developer.android.com/sdk/android-1.6.html On Nov 12, 3:44 pm, Mark Murphy mmur...@commonsware.com wrote: lei wrote: I find the file that path to

[android-developers] Re: Unexpected Resumes Running Under 2.0

2009-11-12 Thread Justin (Google Employee)
Alexey, Does that drawable exist for the configuration you're running on? (For example, do you see the same behavior when running 2.0 on an HVGA, mdpi browser). Regards, Justin Android Team @ Google On Nov 11, 7:08 pm, Alexey Volovoy avolo...@gmail.com wrote: I have same issue cause by this

[android-developers] Re: custom protocol handler...

2009-11-12 Thread sdphil
do I want a content provider or a content resolver? On Nov 12, 3:08 am, skink psk...@gmail.com wrote: Pierre Henry wrote: sdphil hi, Have you setup a server for protocol yourprotocol:// ? server? what server? i'd suggest writing your own ContentProvider pskink -- You received this

[android-developers] How to get the AID for application in android.

2009-11-12 Thread rahul prasad
Hi, How do i get the AID for the an application in android. Regards, Rahul -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

Re: [android-developers] bluetooth connection - paring required?

2009-11-12 Thread Sean Liao
=== copy and pasted === We only auto-pair using when: 1.) the remote device looks like a headset 2.) the user initiated the connection request through Bluetooth Settings 2 questions to the above: 1.) Do both conditions have to meet or either one? 2.) how to make the remote device looks

[android-developers] Copy protection bug statuses

2009-11-12 Thread Matt Hall
Can anyone from Google comment on the status of the following copy protection related bugs: http://code.google.com/p/android/issues/detail?id=2047 http://code.google.com/p/android/issues/detail?id=2263 They're marked fixed in a future release, but I don't know what release (if any) that means.

[android-developers] Re: custom protocol handler...

2009-11-12 Thread sdphil
starting to wonder if what I'm really trying to get at is being able to start an activity via. an intent from a web page thoughts? On Nov 12, 8:42 am, sdphil phil.pellouch...@gmail.com wrote: it looks like I could use a content provider and declare it in my manifest this way --  

Re: [android-developers] Re: custom protocol handler...

2009-11-12 Thread Pierre Henry Perret
Just implement a verver for yourprotocol:// Pierre 2009/11/12 sdphil phil.pellouch...@gmail.com starting to wonder if what I'm really trying to get at is being able to start an activity via. an intent from a web page thoughts? On Nov 12, 8:42 am, sdphil phil.pellouch...@gmail.com

[android-developers] Re: custom protocol handler...

2009-11-12 Thread sdphil
not sure what you mean here - a server? what class are you referring to? On Nov 12, 9:05 am, Pierre Henry Perret phper...@gmail.com wrote: Just implement a verver for yourprotocol:// Pierre 2009/11/12 sdphil phil.pellouch...@gmail.com starting to wonder if what I'm really trying to get

[android-developers] Re: -http-proxy for emulator on Android 1.6?

2009-11-12 Thread Piwai
Hello Android People ! I spent a few days on this kind of problems, so here is my feedback. duykham : your tip (setting proxy in APN) works... for the browser app only. Once you have done this configuration, you need to write specific code in your apps to handle a http proxy. If you use

[android-developers] Re: Incoming calls

2009-11-12 Thread Carlos Pérez
I've got an awesome result. If I call my emulator as this: - open telnet and execute gsm call phonenumber Now, I just try call my emulator with DDMS. The result it was a surprise for me: my activity appears over InCallScreen. Somebody can explain me how I should simulate an incoming call? Why

[android-developers] Re: MyLocationOverlay causing crash in 1.6 (Donut)

2009-11-12 Thread chrispix
It appears to be on the Cliq only.. I actually reported the bug first when it was seen in Cyanogen. http://code.google.com/p/cyanogenmod/issues/detail?can=2q=344colspec=ID%20Type%20Status%20Priority%20Version%20Owner%20Summary%20Stars%20Modifiedid=344 They fixed it. Looks like they had same

Re: [android-developers] bluetooth connection - paring required?

2009-11-12 Thread Nick Pelly
On Thu, Nov 12, 2009 at 8:51 AM, Sean Liao wirelessw...@gmail.com wrote: === copy and pasted === We only auto-pair using when: 1.) the remote device looks like a headset 2.) the user initiated the connection request through Bluetooth Settings 2 questions to the above: 1.) Do both

[android-developers] Re: custom protocol handler...

2009-11-12 Thread Smelly Eddie
use 3 whacks instead of two... href=myscheme:///?goodstuff=ohYeah I use this in my app to handle a call from Netflix and restart my activity. Users of OAuth can appreciate this need. You can capture anything passed by using getIntent().getData() whioch should return the full URI. Regards,

[android-developers] Re: custom protocol handler...

2009-11-12 Thread sdphil
tried that, didn't work -- same result. Web page not available The Web page at myprotocol:///blah=42 might be temporarily down or it may have moved permanently to a new web address. what does your AndroidManifest.xml file look like? On Nov 12, 9:23 am, Smelly Eddie ollit...@gmail.com wrote:

[android-developers] Re: MyLocationOverlay causing crash in 1.6 (Donut)

2009-11-12 Thread chrispix
Actually we got around it by drawing our own dot on the screen.. Here is a code snippit.. Inside our @Override public void drawMyLocation(Canvas canvas, MapView mapView, Location lastFix, GeoPoint myLocation, long when) . . . try {

[android-developers] Webkit Plugins in 2.0

2009-11-12 Thread kolby
What is the official story on Plugins in WebView/webkit in the Eclair release? Apparently, not only did some classes get deprecated, but they also return empty data now. There is however plugin support in the Android webkit, and there's is also the PluginStub interface. But how do plugins get

Re: [android-developers] Problems with the new ContactsContract API when picking a contact

2009-11-12 Thread Dmitri Plotnikov
You need to first resolve the URI like this: uri = ContactsContract.lookupContact(getContentResolver(), uri); On Thu, Nov 12, 2009 at 3:07 AM, code_android_festival_way festival.s...@googlemail.com wrote: I am trying to get my application updated to the latest ContactsContract API and got

[android-developers] contacts application dependency issues

2009-11-12 Thread JoyLakh
Hello all, I want to enhance the contacts in-built application source code provided with cupcake. But when I am trying to build that, it is asking for some dependencies like: com.google.android.googlelogin, com.android.internal.telephony etc. Can you guide me how to overcome such dependency

Re: [android-developers] Re: MyLocationOverlay causing crash in 1.6 (Donut)

2009-11-12 Thread TreKing
Thanks for the info and code snippet. At least I know where to go from here. Of course without an actual Cliq device I have no way of truly testing and verifying this, so this should be fun. It's sad that it's up to developers to add special-case code to compensate for a device's bugged version

[android-developers] Can't receive UDP packets correctly

2009-11-12 Thread Pierre
I use Android 1.5 on HTC Hero My code (udp server on my phone) : this.socket = new DatagramSocket(port); byte[] array = new byte[500]; DatagramPacket packetIn = new DatagramPacket(array,500); this.socket.receive(packetIn); System.out.println(packet length + packetIn.getLength()); Packet length

Re: [android-developers] Can't receive UDP packets correctly

2009-11-12 Thread Dan Sherman
We've had issues with UDP packets coming in off the socket non-reassembled. See what happens with multiple reads, see if you get back the expected packet length in total... - Dan On Thu, Nov 12, 2009 at 2:16 PM, Pierre pierredur...@gmail.com wrote: I use Android 1.5 on HTC Hero My code (udp

Re: [android-developers] Android 2.0 and ADP (necessary to flash the ADP?)

2009-11-12 Thread Disconnect
That is because android 2.0 is closed source. On Thu, Nov 12, 2009 at 9:33 AM, WoodManEXP woodman...@gmail.com wrote: Apologies if this is a silly question, but is it necessary to flash an updated OS into the ADP1 to run SDK version 5 apps in the ADP? If so where are the images? I do not see

[android-developers] Certificate problem with updating even though I still have the same keystore

2009-11-12 Thread Yannick
Hello I know there have been countless posts about people forgetting their passwords or losing their keystores, but for me it's different: I still have the old keystore file and I do have the password. I tried jarsigner -verify with -storepass and -keystore set for both, my old signed apk and my

[android-developers] Re: MyLocationOverlay causing crash in 1.6 (Donut)

2009-11-12 Thread chrispix
I already implemented that code into our live version of a2b, and we got feedback that it is working now. So that should fix it up for you. Chris. On Nov 12, 12:29 pm, TreKing treking...@gmail.com wrote: Thanks for the info and code snippet. At least I know where to go from here. Of course

[android-developers] Re: Force locale for an application, bug in 2.0?

2009-11-12 Thread monmonja
Add android:configChanges=locale to your activity nodes on the manifest file activity android:name=.Main android:configChanges=locale android:label=@string/app_name / Update the post on http://almondmendoza.com/2009/01/28/force-localize-an-application-on-android/ :) monmonja On Nov 10, 3:43 

[android-developers] preventing a crashed service from restarting...

2009-11-12 Thread sdphil
is there a way to prevent your service from restarting if it crashed? tia. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

Re: [android-developers] Where does Email go?

2009-11-12 Thread Greg Donald
On Thu, Nov 12, 2009 at 6:46 AM, MikaSue mika...@mikasuedesigns.com wrote: Each order gets a @checkout-google.com email.  Does this email get forwarded to the actually user?   How long does it stay active?  I would like to email the persons who have brought my application but do not know what

Re: [android-developers] How to get the AID for application in android.

2009-11-12 Thread Dianne Hackborn
What an AID? If you mean UID, that is available from the PackageManager, in the ApplicationInfo object you can retrieve from it. On Thu, Nov 12, 2009 at 8:24 AM, rahul prasad rahu...@gmail.com wrote: Hi, How do i get the AID for the an application in android. Regards, Rahul -- You

[android-developers] Games Development Newsgroup?

2009-11-12 Thread Jamoh MF
Is there an Android Google group specifically for games development, especially using OpenGL ES?? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Native windowing system

2009-11-12 Thread Mr.Mr
Hello, why android dont have a native windowing system? Thanks in advance. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] Sony LocationFree Compatible App

2009-11-12 Thread BigD
Hello! I'm not a developer, but I come to plead on behalf of thousands of people. Sony has no plans to commission the development of an Android client for their product. In fact, there is no mobile application available for any platform. Ironically, mobile use was one of the most anticipated

[android-developers] Controlling xfermode when drawing a translucent view over camera preview.

2009-11-12 Thread rkrd
I did a simple test today, with a camera preview and a View subclass on top of it, in a FrameLayout. The View subclass simply draws a number of white squares in it's onDraw method (see code below). I expected five white squares with varying transparency, but the result is a number of squares with

[android-developers] SMS to an email address

2009-11-12 Thread Justan Provence
Can you not use SMSManager sendTextMessage() to send a SMS message to an email address? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

[android-developers] Google Account De-Linked from Google Market Place Account

2009-11-12 Thread Robert Patterson
Hello - bit of a nightmare here due to a google account becoming delinked from our Google Android Account. We are unable to access our applications at market.android.com due to our original Google Android Account being de-linked or removed from the service. Our applications (under NexStudios)

[android-developers] Android SyncML API

2009-11-12 Thread Bharath
Hi, I am developing the Android mobile applications fro syncing the files and photos from Android mobile to PC over the wifi. I need to transfer the files through http protocol. I explored some Funambol Android API. But this API is not fully supporting the all the file sync. I installed the

[android-developers] Re: Android developer add your software on All In One Pocket PC

2009-11-12 Thread Nathan
On Nov 11, 12:26 pm, Disconnect dc.disconn...@gmail.com wrote: Most of the alternative android markets give 100% to the developer. That seems higher than 80%. Really? What alternative markets do 100%? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Will the droid with andoid 2.0 get updates that give us more home screens?

2009-11-12 Thread devwild
I think the real point is simply that it really should be an option to configure more home screens if you wish to. They can certainly be useful, especially with all the widgets out there now. Folders can't have widgets and are not easilly sortable. The functionality is built in to android, but

[android-developers] question on WAP Push support on Android

2009-11-12 Thread Antonio Si
Hi, I have search through the group and does not seem to find a solution to this problem. I have setup a WAP Push gateway. How can I setup my Android phone to connect to the gateway? Or does WAP Push support in Android? Or what would be a best way to send data from a server to a Android device?

[android-developers] Whats you want?

2009-11-12 Thread Dianne Hackborn
http://www.pakbs.110mb.com -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com

[android-developers] Application or Port Directed SMS in 2.0 SDK?

2009-11-12 Thread yy
I did a lot of searching in Google and in this group and there doesn't seem to be any answers to this question in 2009. I have seen some solutions in which the SMS will still be delivered to the INBOX and the application needs to delete it. However this approach doesn't work for me as there is

[android-developers] Signing applications while building android source

2009-11-12 Thread Deepak
Hi, I have developed a custom content provider and 2 applications which will access this content provider. I have merged and compiled this with the android source and is working fine. I have also implemented read and write permissions for the content provider. That also works fine. Now I want to

[android-developers] images.google.com results in my app

2009-11-12 Thread pti4ik
Hi everybody! There's an interesting problem: I need to search for images on web and then show them in my application. I'm thinking of using images.google.com. How can I get results from this image search? I tried simply creating URL object with adress http:// images.google.com/images?q=keyword,

[android-developers] SDK 2.0

2009-11-12 Thread El Finn
HTC Hero has cupcake and my development needs to support that phone more than anything. Does this meen I need to stick with SDK 1.5, or can I somehow move to SDK 2.0 when developing -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Android dev site is down?

2009-11-12 Thread Ressor
Am I the only person who noticed this for the past 2 days? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

  1   2   3   >