Re: [android-developers] Re: Does all Android Devices support Map API

2010-08-09 Thread Jonas Petersson
On 08/09/2010 03:39 AM, Nithin wrote: Are you saying this X3 was ever actually properly released? It is my understanding that X3 (aka Rachael) was only every used internally and by the time it was actually released it was called X10. I am not sure about that. Anyway I have X3 as well as X10.

[android-developers] is there any API available to receive the broadcast receiver for app started.

2010-08-09 Thread manoj
Hi All, I have one question. I want to receive a broadcast receiver whenever any app is started. for example: I have an app which has the broadcast receiver which listens for the app started event . I installed this app on the device. Now I have opened the Phone or Contacts app. Now my app

[android-developers] Re: Cts test case with new font pack

2010-08-09 Thread abhi_kmr08
dear friends...I am also facing the same problem..moreover I have found that with different displaysize I am getting different results..On what factors the value returned from skia depends so that is matches with the hardcoded values in CTS test file..please reply to the post. On Jul 1, 7:25 pm,

[android-developers] Re: native c++ api

2010-08-09 Thread Bob Kerns
The UI framework is in Java. You can't bypass that. But once your UI framework calls out to C++, you can do everything that you can do. Given that the UI framework is in Java, I don't see that bypassing Java/JNI buys you anything. Just why do you think you want to eliminate JNI -- as opposed to

Re: [android-developers] is there any API available to receive the broadcast receiver for app started.

2010-08-09 Thread Frank Weiss
Correct me if I'm wrong, but app is a bogus term with regard to an Android broadcast receiver. Don't you mean to ask what intent and category do the Phone and Contacts apps use, such as: android.intent.action.MAIN, android.intent.category.LAUNCHER -- You received this message because you are

[android-developers] Re: LVL Feedback

2010-08-09 Thread a1
Hi, Do you use default policy implementation provided with LVL (ServerManagedPolicy)? With 10k user base I received about 10 can't validate reports, and rollback LVL. -- Bart Janusz (Beepstreet) On 8 Sie, 11:37, Pent tas...@dinglisch.net wrote: LVL has been in use for around 48 hours with my

[android-developers] Re: Ant Build increment Version number

2010-08-09 Thread Bob Kerns
Better than using replaceregexp, I'd suggest the following XSLT script, using Ant's xslt task. (Mine is much more complex -- tweaks metadata, removes unneeded broadcast listeners in different versions, etc. Once you get this basic script in place, it's easy to add additional modifications). ?xml

[android-developers] Re: is there any API available to receive the broadcast receiver for app started.

2010-08-09 Thread Gibson
Seems like no. On 8月9日, 下午2时09分, manoj manojkumar.m...@gmail.com wrote: Hi All, I have one question. I want to receive a broadcast receiver whenever any app is started. for example: I have an app which has the broadcast receiver which listens for the app started event . I installed

[android-developers] Re: how can I check my app stopped by which home key or other apps

2010-08-09 Thread Bob Kerns
They are NOT two different situations. That's the source of your confusion. They are both a different app being in front of your activity. You mention the call screen and the launcher, but others are possible as well. Once your activity is no longer visible, onStop() is called. If it later

[android-developers] About external Storage

2010-08-09 Thread yves...@gmail.com
There are more and more phone has built in storage and a sd card slot. What's the best way to enumerate them all? getExternalStorageDirectory() only returns one, right? How would the app know there are more than one external storage? And what their root directory names are? -- You received this

Re: [android-developers] Re: sdcard MEDIA_MOUNTED, File.canRead = true, File.canWrite = false

2010-08-09 Thread saify.zeenwala
hi try with /mnt/sdcard This will help you out On Sat, Aug 7, 2010 at 6:55 AM, john brown johnbrowngreybe...@gmail.comwrote: I got a command prompt via c:\Program Files\Android-SDK\tools adb shell # ls -l /sdcard/Android/data/lms rwxr-x systemsdcard_rw63 2010-07-19

[android-developers] Re: Upload Images to server

2010-08-09 Thread Pedro Teixeira
Can you please explain this code a little bit? With this I'm sending a file stored on my device to a server? Which are the variables I have to replace? Is it possible to send a bitmap I got from internet? Maybe store it first as a file and then use this code? Thank you for your time On Aug 3,

Re: [android-developers] is there any API available to receive the broadcast receiver for app started.

2010-08-09 Thread Dianne Hackborn
There is no app started broadcast to listen for. On Sun, Aug 8, 2010 at 11:09 PM, manoj manojkumar.m...@gmail.com wrote: Hi All, I have one question. I want to receive a broadcast receiver whenever any app is started. for example: I have an app which has the broadcast receiver which

[android-developers] I want to know which app is run?

2010-08-09 Thread CaryWang
I want to know which app is run in my service,I know the app name,I need know app is run or not do something. -- Cary -- 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

[android-developers] How to load a url in webview through a socks 5 proxy

2010-08-09 Thread xmx
Hi, I am writing an app for twitter, I want to dispay some pages in WebView from twitter. But our network disallows visiting twitter directly. We have to visit twitter through a socks 5 proxy. Is there any api of webview can set this proxy? -- You received this message because you are

[android-developers] Re: Rendering artifacts in OpenGL

2010-08-09 Thread jojoma
please post some of your code so we can check thoroughly what is really going on :) it might be some wrong parameter passed to the gl drawing functions. On Aug 8, 1:34 pm, Warren warrenba...@gmail.com wrote: I am doing some very basic drawing of triangles in OpenGL, but I am seeing strange

Re: [android-developers] Services doubt

2010-08-09 Thread Dianne Hackborn
It will stop. If applications are interesting with the service, they should bind to it, not just start it. You can't do anything with a service after you have started it. On Sun, Aug 8, 2010 at 10:12 PM, Sohan badaya sohan.bad...@gmail.comwrote: Hi All, I have a doubt in services that if we

[android-developers] Re: Problem in SimpleDateFormat MMM return month number

2010-08-09 Thread mot12
I had similar problems and have been using android.text.format.DateFormat instead: DateFormat.format(EEE, cal) Martin www.mobitobi.com Gentle Alarm Sleep Now! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Unable to run monkey for 40 Packages

2010-08-09 Thread lakshmi deepthi
Hi, I could run monkey on including more than 40 Packages and the size is 1024. While trying to execute the command Service is too long message is notified. Please suggest me how to run monkey for more than 40 Packages. -- You received this message because you are subscribed to the Google

[android-developers] Re: when video duration or date_modified attribute available through content provider

2010-08-09 Thread Tabman
Just to save someone the misery I had to go through. What is required is a media scan of the SDCARD to make these properties available through the content provider and android does this when the media is mounted: sendBroadcast(new Intent(Intent.ACTION_MEDIA_MOUNTED, Uri.parse(file:// +

[android-developers] Monkey Test

2010-08-09 Thread KVR
Hi All, I want to include about 40 packages in monkey command.But when I tried to include 40 packages using -p option, adb shell returned me Service name too long error .This seems to be limitation of adb shell. Is there any way to overcome this?? ThanksRegards KVR -- You received this

[android-developers] Store Bitmap in Device, hence creating a file

2010-08-09 Thread Pedro Teixeira
Hi there, I'm trying to upload an image to a Webserver. The examples I find around mention to send a file that is stored in the device. Does anyone know how to work this around with a Bitmap I got from the internet for example? Instead of a file? Or maybe how to convert a Bitmap to a File, store

[android-developers] Content provider doubt

2010-08-09 Thread Sohan badaya
Hi All, I have a doubt about content provider. Why we use content provider? can't we use database of a application? If we talk about other application also. can't we use database of that application directly wihout content provider? Thanks, Sohan -- You received this message because you are

[android-developers] how to implement handler pause on another activity running this activity finish next continue handler

2010-08-09 Thread narasimha rao
hi i am implementing gallery application in this gallery circular order draging left to right and right to left scrolling i am using one handler on gallery rotation another activity is gallery item clicking handler automatically running display the gallery image another action is click the gallery

[android-developers] Re: Routing audio input to bluetooth headset

2010-08-09 Thread Anzi
Hi, With the given APIs i am not able route the audio to bluetooth sco headset. Can you please figure what is missing in code. Note that Bluetooth headset is paired and connected before executing the following code. AudioManager am = (AudioManager) getSystemService(AUDIO_SERVICE);

[android-developers] How do I capture and loop video to the screen?

2010-08-09 Thread draf...@gmail.com
I was wondering if anyone knows of a tutorial explaining how to capture the video from the camera on an Android device and then display the video in real time on the screen? I have looked up MediaRecorder, MediaPlayer, Videoview but they all seem concerned with recording audio/video to a file

[android-developers] Debug Native Code in eclipse

2010-08-09 Thread chetan
Hi All, I have created an application which is having native code and now i want to debug the native code using eclipse. My eclipse has CDT installed so i was thinking that native debug will work. But i am able to debug till jni call after that it not working. Can anybody help me to

[android-developers] Market Quality Suggestion

2010-08-09 Thread Anton Persson
Hi, I have a suggestion to make to Google. I think (and I know I am not alone thinking this..) that the Quality of the applications on the market needs to improve. Or rather, the low quality applications needs to be filtered out. The Big Fruit has solved this by an approval process. While this

[android-developers] Re: Content provider doubt

2010-08-09 Thread Sarwar Erfan
On Aug 9, 3:36 pm, Sohan badaya sohan.bad...@gmail.com wrote: Hi All, I have a doubt about content provider. Why we use content provider? can't we use database of a application? You do not have access to other databases (and there is not valid reason to allow you to do so) If we talk

[android-developers] deploying AccountAuthenticator for multiple apps

2010-08-09 Thread Marcus Wolschon
How should I go about deploying the same AccountAuthenticator for multiple projects that use the same kind of account? Should each project include the AccountAuthenticator as a library-jar or should it be it's own apk? What happens if the same AccountAuthenticator is exported from multiple apks

[android-developers] Launch Browser in maximised/minimised mode

2010-08-09 Thread SAM
Hi All, I am launching browser by code: Intent myIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(urlString)); startActivity(myIntent); as its working fine. Now the issue is OEM behavior while launching it. My app is a network app that registers with a server

[android-developers] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2010-08-09 Thread sunrises
Hi, I am working with android2.2 and I have large no.of Image files and total size of those files more than 30 MB and I have stored them in asset folder, while Im trying to run the emulator,it shows the Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE in console and It does not show any

Re: [android-developers] Can't make restartPackage() / killBackgroundProcesses() to work

2010-08-09 Thread Fabrizio Giudici
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 8/9/10 04:03 , Dianne Hackborn wrote: Well if you need it, write your own code to do it. They are your apps, right? You can have a way for them to interact to have one ask the other to kill itself -- send a broadcast to it, have a service to

[android-developers] Re: Content provider doubt

2010-08-09 Thread Brion Emde
We use content providers because of the nice integration that is provided to support our applications. Content Providers allow us to use ContentResolver and AsyncQueryHandler and all the other tools. ContentProvider helps us manage our database more easily than trying to do it on our own. The

Re: [android-developers] Re: Content provider doubt

2010-08-09 Thread Kostya Vasilyev
Sohan, Using a ContentProvider has some benefits over using a raw SQLLite database. - The lifetime of a ContentProvider is managed by Android, this helps if data storage is used by several activities. - A ContentProvider implementation can notify open cursors about data changes, this

[android-developers] Run AsyncTask from a non-ui Thread

2010-08-09 Thread Samuh
I have a helper class that contains definition of an AsyncTask(inner class). Other classes instantiate this class and call one of its method which in turn instantiates, the AsyncTask and starts execution. class TaskManager{ private class SomeTask extends AsyncTask{} public void performTask(){

[android-developers] how to get different device Version

2010-08-09 Thread parag
hi all, how can i get the followinfg versions regarding an android device, HardWare Version-- Software version-- OS version -- Bluetooth stack version -- Bluetooth address -- and what would be the probable numbers for each one of those. thanks in anvance. -- You received this message

Re: [android-developers] how to get different device Version

2010-08-09 Thread { Devdroid }
On 9 August 2010 13:11, parag parag.shetgaon...@gmail.com wrote: how can i get the followinfg versions regarding an android device, http://developer.android.com/reference/android/os/Build.VERSION.html Build.MODEL, Build.DEVICE, Build.VERSION.RELEASE -- You received this message because you

[android-developers] Re: Compiling and obfuscating by command line...

2010-08-09 Thread sblantipodi
so no news about obfuscating with Proguard? On Aug 4, 10:47 pm, DanH danhi...@ieee.org wrote: And my experience (non-Dalvik, to be sure) is that 'Class loading time goes up, execution efficiency is reduced' is incorrect, that the opposite results -- in fact, that's one of the reasons to

[android-developers] Re: how to get different device Version

2010-08-09 Thread parag
hi DevDroid, Thanks for the quick response, i have tried that but it dosnt give me the versions that i have mentione above. On Aug 9, 4:15 pm, { Devdroid } webnet.andr...@gmail.com wrote: On 9 August 2010 13:11, parag parag.shetgaon...@gmail.com wrote: how can i get the followinfg

[android-developers] Re: LVL and Settings.Secure.ANDROID_ID - how secure?

2010-08-09 Thread String
On Aug 8, 4:20 pm, Nyll codingcave...@gmail.com wrote: For example, would it be possible for someone to spoof ANDROID_ID, buy apps, make the spoofed ANDROID_ID publicly available and so allow anyone who changes their ANDROID_ID to the spoofed one to get access to those apps? So to return to

[android-developers] Re: how can I check my app stopped by which home key or other apps

2010-08-09 Thread Bob Kerns
I should add that while you can supply your own launcher -- you can't force the user to use it! Why don't you give up on that idea, and tell us WHY you believe you want different behavior in those cases. Perhaps we can suggest alternatives that are more in keeping with the Android model. On Aug

Re: [android-developers] Market Quality Suggestion

2010-08-09 Thread { Devdroid }
That would most probably cause extra costs which Google would ask us to pay and, also I do not want Google to become our publisher. They shall focus on more required features - usable market comments so devs can respond there normal way, separate fields for changelog so we should not sacrifice

[android-developers] Re: screen design

2010-08-09 Thread andrej sarkic
you might want to read this: http://developer.android.com/guide/practices/screens_support.html On Aug 9, 1:53 am, A N K ! T ankit.awasth...@gmail.com wrote: i am developing some UI screens.. but i am not getting ..should i make screens for all resolutions or some keywords like things are there

[android-developers] Re: LVL Feedback

2010-08-09 Thread String
Thanks to both of you for sharing your experiences rolling this out. I have to say, the fear of false negatives is holding me back from deploying LVL in my own apps. This is also exacerbated by the lack of meaningful Market support for either users or developers. As it is, I'm fielding several

[android-developers] Re: ERROR/LicenseValidator(4883): Signature verification failed.

2010-08-09 Thread Don
Bump! Is there anyone who can help me with this? I really need to get this sorted. The Key I'm using is definitely correct! Cheers, Donal On Aug 5, 8:21 pm, Don donal.morris...@gmail.com wrote: Dear Trevor, Thank you for your response. Out of the three apps, I have yet to publish one app

[android-developers] track-ball and qwerty keypad..causing error in tabview

2010-08-09 Thread A N K ! T
in my application am making a tab view. but when i type anything in edit text through keypad it is causing problem .but when i type through touch screen it is working fine... same problem in emulator as well as device -- A N K ! T.. -- You received this message because you are subscribed

Re: [android-developers] About external Storage

2010-08-09 Thread Mark Murphy
On Mon, Aug 9, 2010 at 3:26 AM, yves...@gmail.com yves...@gmail.com wrote: There are more and more phone has built in storage and a sd card slot. What's the best way to enumerate them all? getExternalStorageDirectory() only returns one, right? How would the app know there are more than one

[android-developers] Re: Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2010-08-09 Thread Rahul
Hi, I have the same problem too... Can anyone tell me how to insert huge amount of data(say 30-40 mb of images) on my application... On Aug 9, 3:54 pm, sunrises surya@gmail.com wrote: Hi, I am working with android2.2 and I have large no.of Image files and total size of those files more

[android-developers] Re: when video duration or date_modified attribute available through content provider

2010-08-09 Thread William Ferguson
I believe you can just broadcast the Intent for a single file. Ie if you have only added one file, then notify the MediaScanner about that file. You don't need to tell it to scan a folder. On Aug 9, 7:09 pm, Tabman tabishfay...@gmail.com wrote: Just to save someone the misery I had to go

Re: [android-developers] Market Quality Suggestion

2010-08-09 Thread Anton Persson
Well, you are still free to be in the unapproved category. Or perhaps call it Google Approved category, and if the charge - why not? They provide a service to increase the quality, that costs money. Best Regards Anton On Mon, Aug 9, 2010 at 1:24 PM, { Devdroid }

[android-developers] ClientProtocolException

2010-08-09 Thread genxsol
Hi Dear, My application normally work fine but sometime i get the following exception, could any one help me to figure out what could be the reason and how can i resolve it W/System.err( 3859): org.apache.http.client.ClientProtocolException W/System.err( 3859):at

[android-developers] Re: LVL Feedback

2010-08-09 Thread Pent
This is also exacerbated by the lack of meaningful Market support for either users or developers. As it is, I'm fielding several emails a day from users with various Market problems, most commonly stuck downloads. There's very little I can do for these folks, but I also understand that they

[android-developers] Re: LVL Feedback

2010-08-09 Thread Pent
Do you use default policy implementation provided with LVL (ServerManagedPolicy)? With 10k user base I received about 10 can't validate reports, and rollback LVL. I use StrictPolicy. If I get a single ALLOW I never check again. Pent -- You received this message because you are subscribed to

[android-developers] Open source devs, read this... someone might try to make money with your project

2010-08-09 Thread Kevin Gaudin
Hi, I am the developer of the GPL application EmailAlbum (http:// emailalbum.googlecode.com) and the library ACRA (http:// acra.googlecode.com) which allows application to send crash reports to google docs spreadsheets. For a few weeks, my ACRA spreadsheet for EmailAlbum has been receiving a few

[android-developers] getting exception when inserting events in android calendar.

2010-08-09 Thread kamiomar
i am inserting all day recurrence event in the android calendar. the code is following: ContentValues event = new ContentValues(); event.put(calendar_id, calId); event.put(title, Event Title); event.put(description, Event Desc); event.put(eventLocation, Event Location);

Re: [android-developers] Open source devs, read this... someone might try to make money with your project

2010-08-09 Thread Mark Murphy
Contact the author and ask for them to provide you with the source code to their derivative work, per the GPL terms (and you may want to be more explicit of which version of the GPL you're using). If they decline, file a DMCA notice with Google, since they will be in violation of your copyright

[android-developers] Re: Open source devs, read this... someone might try to make money with your project

2010-08-09 Thread Alessandro Pellizzari
On Mon, 09 Aug 2010 06:14:42 -0700, Kevin Gaudin wrote: This morning, the spreadsheet is receiving lots of crash reports from an application that has just been published on the Android Market : MailboxAtlas It appears to be a forked version of my current unreleased developments on

[android-developers] Re: How to destroy a thread with blocked call

2010-08-09 Thread cas
I tried, but it did not work. It seems SocketInputStream does not implement InterruptibleChannel interface. Thanks. On Aug 6, 6:30 pm, Streets Of Boston flyingdutc...@gmail.com wrote: Try interrupt() thethreadas well, which will cause any wait-state (wait(...), sleep(...)) to end and throw an

Re: [android-developers] Re: how can I check my app stopped by which home key or other apps

2010-08-09 Thread TreKing
2010/8/8 optimusgeek choongb...@gmail.com I mean I want to do something when my app going to be stopped. Yes, I understand that. The question is why do you care HOW you're stopped? Why does being stopped by one app versus the Home screen (which as Bob explains is really the same thing) make a

Re: [android-developers] getting exception when inserting events in android calendar.

2010-08-09 Thread TreKing
On Mon, Aug 9, 2010 at 8:23 AM, kamiomar kamio...@gmail.com wrote: i am getting the following exception: java.lang.IllegalArgumentException: allDay is true but sec, min, hour are not 0. need help! a) Are you serious? Did you actually read the message? I don't think a clearer, or more

Re: [android-developers] I want to know which app is run?

2010-08-09 Thread TreKing
On Mon, Aug 9, 2010 at 3:00 AM, CaryWang wangjf...@gmail.com wrote: I want to know which app is run in my service,I know the app name,I need know app is run or not do something. Your question, as phrased, doesn't make much sense. You should try to clarify what you're asking.

[android-developers] Re: Eclipse library project problems

2010-08-09 Thread Elviss
Have You tried to rename library project to something not containing spaces, dots etc.? If not, try that and then remove library from main project, apply, clean project, then readd library. It helped me :) On Aug 6, 11:15 am, { Devdroid } webnet.andr...@gmail.com wrote: On 6 August 2010 01:30,

[android-developers] Re: Populating custom layout from xml resource.

2010-08-09 Thread gnugu
Hi Mark, thanks for your response, I was hoping to catch your attention ;). I know and am inheriting ArrayAdapter and overriding getView(). May be I should rephrase my question. I know how to put it all together from the UI side. I know how to populate the list view. What I don't know is how

[android-developers] Re: getting exception when inserting events in android calendar.

2010-08-09 Thread Pent
I'd like to Triple Star both TreKing's comments :) Pent -- 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] Re: Automatic boot

2010-08-09 Thread sws-vinpa
Even my BlackBerry Storm 9530 does this...enough said. :P sws-vinpa On Aug 6, 6:15 am, { Devdroid } webnet.andr...@gmail.com wrote: On 5 August 2010 17:15, Urizev uri...@gmail.com wrote:  I am trying to find out how set my phone to be boot automatically when a battery is inserted like a

[android-developers] Re: Populating custom layout from xml resource.

2010-08-09 Thread gnugu
And one more question. If I define my own plain XML resource like in my post above, what about the localization? Would I put the xml file in values and later values-DE and it would work just like with the strings? On Aug 9, 7:37 am, gnugu rho...@gmail.com wrote: Hi Mark, thanks for your

Re: [android-developers] Re: Populating custom layout from xml resource.

2010-08-09 Thread Mark Murphy
On Mon, Aug 9, 2010 at 10:37 AM, gnugu rho...@gmail.com wrote: I'm now thinking of defining just my own plain XML resource and use Resources.getXml() to get XmlResourceParser and parse it myself. The question is, if my xml looks something like this: item icon=@drawable/myIco title=foo

[android-developers] Application installment statistics

2010-08-09 Thread odin
Does Google provide any data on the devices a published application installed on? I am prioritizing a fix for HTC specific issue (use of proprietary intent). Knowing share of HTC phones of the install base would help. Thank you, odin... -- You received this message because you are

Re: [android-developers] Re: Populating custom layout from xml resource.

2010-08-09 Thread Mark Murphy
On Mon, Aug 9, 2010 at 10:41 AM, gnugu rho...@gmail.com wrote: And one more question. If I define my own plain XML resource like in my post above, what about the localization? Would I put the xml file in values and later values-DE and it would work just like with the strings? Well, I'd put

[android-developers] Re: Application installment statistics

2010-08-09 Thread Maps.Huge.Info (Maps API Guru)
That information isn't available from the developer's console in the market but you can develop that yourself by installing tracking into your application. There are a number of ways to do this, Flurry and Analytics come to mind. You can roll your own too. As for the percentage of devices that

[android-developers] Re: Populating custom layout from xml resource.

2010-08-09 Thread gnugu
Great Mark, thank you! I didn't know that one can do xml-de. I thought that only values could be localized. I'll try to put it together and post the solution here for others. Thank you again! On Aug 9, 7:47 am, Mark Murphy mmur...@commonsware.com wrote: On Mon, Aug 9, 2010 at 10:41 AM, gnugu

Re: [android-developers] Run AsyncTask from a non-ui Thread

2010-08-09 Thread TreKing
On Mon, Aug 9, 2010 at 6:06 AM, Samuh samuh.va...@gmail.com wrote: How do I avoid this? Um ... run your helper class on the UI thread? Why is your Service starting a Runnable that will just turn around and start an AsynTask? That's pretty much the point of AsyncTask - to avoid doing your own

[android-developers] Re: OpenGL dropping triangles

2010-08-09 Thread Warren
I apologize for this thread. I have been having trouble with Google Groups. I meant to post more but couldn't. Had I posted the full code someone would have pointed out that my index array was 1-based when it should have been 0-based. I think that the openGL rendering code is unmanaged C, so I

[android-developers] Re: Rendering artifacts in OpenGL

2010-08-09 Thread Warren
I apologize for this thread. I have been having trouble with Google Groups. I meant to post more but couldn't. Had I posted the full code someone would have pointed out that my index array was 1-based when it should have been 0-based. I think that the openGL rendering code is unmanaged C, so I

[android-developers] Re: About external Storage

2010-08-09 Thread patrick
on the Galaxy S which has an internal sdcard + external sdcard slot, getExternalStorageDirectory returns only path to the internal sdcard: /mnt/internal_sd note that when you have an external sdcard, it will be available under /mnt/internal_sd/external_sd/ but i dont know if there is a method to

[android-developers] View on Image

2010-08-09 Thread ranjan ar
Hello all, How do I draw a view on top of image. There is a predefined android xml file and when I run the application I would like to bring up a dot or a square on the top of image. Here the image already shows up from pulling information from andrid res folder , how to draw an dot over it.

[android-developers] Re: Video Buffering Problems

2010-08-09 Thread none
Overflows. According to VideoView.getBufferPercentage the buffer sits at 100% constantly. The stream is variable bitrate, and the artifacting generally occurs when a large frame (sudden motion, angle change) is pushed from the server. The incoming frame is larger than the outgoing frame,

[android-developers] Re: Compiling and obfuscating by command line...

2010-08-09 Thread Bob Kerns
Well, I suggested a better approach to setting up your ant script, and we haven't heard back from you on that, so I guess that counts as no news... I've extracted the relevant sections from your reply below, in case you missed it. You haven't told us of any problem with ProGuard -- the last

[android-developers] Re: Run AsyncTask from a non-ui Thread

2010-08-09 Thread Streets Of Boston
I had a similar problem. The problem i had was in JUnit tests, which run in non-UI threads, causing AsyncTasks to be loaded in non-UI threads and i got the same error message. However, as long as you create your process' first AsyncTask in a UI-thread, all next ones can be created in non-UI

Re: [android-developers] Re: About external Storage

2010-08-09 Thread Kostya Vasilyev
Patrick, Um, I have a Galaxy S here (European version), and getExternalStorageDirectory returns /sdcard, which is internal memory. The external microSD memory card gets mounted at /sdcard/sd. Maybe this is what you meant, too, but I thought I'd clarify the exact names. As for getting its

Re: [android-developers] Re: Run AsyncTask from a non-ui Thread

2010-08-09 Thread Romain Guy
If you use Android's JUnit test runner, you can use the @OnUiThread annotation to run a test on the UI thread :) On Mon, Aug 9, 2010 at 8:55 AM, Streets Of Boston flyingdutc...@gmail.com wrote: I had a similar problem. The problem i had was in JUnit tests, which run in non-UI threads, causing

[android-developers] ZoomButtonsController example

2010-08-09 Thread Tom
Could someone please refer me to a reasonably complete example that shows how to create and destroy a ZoomButtonsController - I have been unable to find anything. Thanks, Tom -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Re: LVL and Settings.Secure.ANDROID_ID - how secure?

2010-08-09 Thread Dianne Hackborn
On Mon, Aug 9, 2010 at 4:22 AM, String sterling.ud...@googlemail.comwrote: So to return to the OP's question, it sounds as though defeating LVL by spoofing the ANDROID_ID would be possible on rooted devices? It depends. Ultimately the protocol requires that the app get a response from the

[android-developers] Re: Automatic boot

2010-08-09 Thread DanH
I just tried removing/reinstalling the battery in my Nokia and it didn't reboot. I don't recall ever seeing a phone that did reboot on installing the battery. Though many will boot when you plug them in to USB. On Aug 6, 5:15 am, { Devdroid } webnet.andr...@gmail.com wrote: On 5 August 2010

[android-developers] Why died Internet (Chrome) on Android 2.1 (HTC Desire)

2010-08-09 Thread Dis
Please, help. Why died Chrome on Android? I don't understand loggs. Please, tell me there are more critical errors? log http://dl.dropbox.com/u/4650425/t5rewq.txt -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] NFS mount issue in Android

2010-08-09 Thread Gopi
I am trying to mount an NFS folder inside Android. I keep getting an Input/Output error. Here's my setup and a few things I have tried: * Server: Ubuntu 10.04 32bit lucid * IP address: 192.168.1.6 * I have apt-get all the required pkgs to enable NFS. * The nfs folder is located as /nfsdir on

[android-developers] unable to play rtsp stream in htc hero mobile

2010-08-09 Thread chinni
Hello developers, I am using Htc Hero running with android, while browsing a mobile site through my webview in android , i am getting the rtsp stream , to handle this i am starting activity with an intent having action_view and category_browsable. but even htc hero mobile unable to play the

[android-developers] Froyo On Beagle

2010-08-09 Thread saminath sanjai
Hi All, Anyone ported the Froyo on Beagle Board. Kindly guide me. with regards, saminath -- 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

[android-developers] GridView Problem

2010-08-09 Thread guru1003 guru1003
各位好: 我想要做一個Android應用,想讓執行畫面像 下圖 [IMG]http://i642.photobucket.com/albums/uu144/ aloha1003/2010-08-06_131638.png[/IMG] http://i642.photobucket.com/albums/uu144/aloha1003/2010-08-06_131638.png 用GridView排列 我的原始碼是這樣 gc_mob.java [code]package gc.mob; import android.app.Activity; import

[android-developers] CursorAdapter vs ResourceCursorAdapter

2010-08-09 Thread cppdev
Hi, What is the exact difference between CursorAdapter and ResourceCursorAdapter ? Can somebody explain what are the api's that are required to override when implementing my own ResourceCursorAdapter ? I have gone through the ResourceCursorAdapter documentation and able to figure out that it's

[android-developers] zoom picker

2010-08-09 Thread siva
Dear Developer, I am using zoom picker in my project,it is display only webimage zoom out,it did not display zoomIn and didnot display same time when display zoom controller.how can i rectify this problem.. -- You received this message because you are subscribed to the

[android-developers] Message search

2010-08-09 Thread Sumanth Prabhakar
Hi everybody, I want to write a program by which user can groups messages based on the sender names. For eg if a mobile user has two friends Jack Jill. The user wants to see the messages sent by only Jack. My program should filter and display only the messages send by Jack. I searched the API,

[android-developers] loadDataWithBaseURL stopped working on Nexus 1 2.2

2010-08-09 Thread Ryan
Hi, I have been using loadDataWithBaseURL to display dynamic HTML with no issues, and today I get a force close everytime on my Nexus 1 running 2.2. Although it did work fine last week after the update. Has anything changed that will stop this working? Example code:- final String mimeType =

[android-developers] Android device drivers

2010-08-09 Thread Lay
Dear Android gurus, I am an Android newbie. I have been trying hard to find documentation on writing Android device drivers but most of the documentation out there relates to application development. Can someone direct me to some useful website for Android device driver? Does anyone know what

[android-developers] Google Location and Weather API

2010-08-09 Thread anthonbob
Hi all, Can someone help me find and implement Google's API for finding the weather based on a selected location in an array. I need to know the list of locations that the Google Weather API can support and accessing that weather database. I have looked all over for this but this may be a trivial

RE: [android-developers] ListView as part of a Activity

2010-08-09 Thread THENG Rudy (Yanto)
Hi warrior, Could you show your array.xml? And one more thing, I see you set layout_below but you're using a LinearLayout, layout_below is used in RelativeLayout. Rudy -Original Message- From: android-developers@googlegroups.com [mailto:android- develop...@googlegroups.com] On

[android-developers]

2010-08-09 Thread vineeshkc
hai i am trying to develop an application that connect remote server -- 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] Connect to other device through WIFI (ZeroConf/Bonjour)

2010-08-09 Thread IRIS
Hi all, I want to implement an android application which can detect other devices under current local wifi network, like pc, mobile phones, ipad...etc. This means this application is capable to register itself on local area network, and also detect other devices. This is just what Zero

[android-developers] Re: Installing ADT plugin for eclipse (Debian squeeze)

2010-08-09 Thread Giuseppe Iuculano
Hi, On Jul 25, 2:39 pm, lui90 sui1...@gmail.com wrote: In eclipse I have did exactly like in Downloading the ADT Plugin section Eclipse 3.5 (Galileo) , and it was finish succesfully, no error then, in Configuring the ADT Plugin section, I cant found Android from the left panel in Window

  1   2   3   4   >