[android-developers] Re: Extracting Video Frames with help of Native code

2011-12-21 Thread Rajeev Ranganathan
Am i cross posting in this forum?? On Dec 20, 11:40 pm, Rajeev Ranganathan r.rajeev...@gmail.com wrote: Hello all, I am developing a video conferancing Solution and want to test that on Nexus S.So far,i have been succesfull in streaming portion of the project.Now am stuck up with Application

[android-developers] Re: How can i terminate message, after sending it

2011-12-21 Thread Anil Jagtap
Run like they do in Olympics!! Or Superman!! Or use Doraemon's anywhere door!! Get the receivers phone before he/she reads the message and delete it. So simple!! On Dec 20, 2:15 am, surabhi jain surabhi17.j...@gmail.com wrote: Hi to all. Pls send me the source code or send the souce code

Re: [android-developers] Re: Regarding play audio files using SoundPool class

2011-12-21 Thread kumar
Hi, Thanks for your early reply Md.Fazla Rabbi. * I have noted your point, in my app I am also using same as this, but here is my requirement below*: 1. Once i click on a button, it should give me three different sounds one after the other? I have three music files, which should be run one

Re: [android-developers] Re: Regarding play audio files using SoundPool class

2011-12-21 Thread Md.Fazla Rabbi OPU
Hi Kumar , Hope this link will be helpful for you. * http://stackoverflow.com/questions/3288513/how-to-play-audio-files-one-after-the-other * -- 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] Re: Pls send me android souce code....

2011-12-21 Thread common user
Mr. John Coryat If u know the sample code link just share it are else sign out your gmail account On Tue, Dec 20, 2011 at 10:40 AM, John Coryat cor...@gmail.com wrote: Here you go: http://bit.ly/ucalcF -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Multiple On-Going Notification with progress bar keep changing position

2011-12-21 Thread Daniele Segato
On 12/18/2011 01:04 PM, Daniele Segato wrote: Hi, I have this exact same problem: http://stackoverflow.com/questions/6189817/pin-notification-to-top-of-notification-area some (more) confirmation I'm not alone would be good even if you have no solution :) thanks -- You received this

[android-developers] How can apps sending and receiving SMSs be visible on the market for the new Galaxy Tablets?

2011-12-21 Thread Terry
I have tried to ask this question elsewhere, but without getting any answer I can use. So I try it here also. I have some apps which send and receive SMSs. They are invisible for the new Galaxy Tablets on the Market, and they cannot be dowloaded to them. WHY? As e.g. the Galaxy Tablet 10.1,

[android-developers] App to help developers

2011-12-21 Thread Rafael Maas
https://market.android.com/details?id=br.com.dotfive.rankingme Rankingme is an application to help developers track their applications on the market. This is free and without advertising, I'm posting here to notmake a profit but to help other developers to monitor their applications. -- You

[android-developers] Re: How to disable copy/paste in EditText

2011-12-21 Thread Yahel
I've just found the answer to that so I'll put it here for other Googlers reference, but  as Mark said : It can be really user-hostile. So you have to use this only in perfectly defined situations and be sure you won't upset your users by implementing this. For example, in my app people can put

Re: [android-developers] Re: Pls send me android souce code....

2011-12-21 Thread Oli Wright
Gowtham. John was making an entirely valid point there. Ignoring the fact that the OP has posted this multiple times, this sort of question is more than easy to answer by searching for it. This is behaviour advocated by the heading of this very group within the Google Groups interface.

[android-developers] Re: Converting to string warning in preferences

2011-12-21 Thread Zsolt Vasvari
Those messages are normal for non-String preferences. No clue why they are even displayed. On Dec 21, 5:53 am, Bret Foreman bret.fore...@gmail.com wrote: I'm getting the following warnings in the logcat when I start my PreferencesActivity. It looks like I've got some data-type issues in my

Re: [android-developers] Need to ask ask question on Home key action on Emergency-Dialer

2011-12-21 Thread Mark Murphy
On Wed, Dec 21, 2011 at 2:52 AM, Sudeep Sharma sudeep.andr...@gmail.com wrote:     Can anyone please help me knowing the reason for this behaviour. Step #1: Visit http://source.android.com Step #2: Click on the Community tab Step #3: Find a Google Group that is relevant to your question, as

[android-developers] To truncate call from activity

2011-12-21 Thread Test
Hi all, I need a help, in my application I am detecting an outgoing call. For a particular number I need to abort the outgoing call but before doing this a user confirmation is also required. Now the problem is we can't draw Alert Dialog in BroadCastRecevier. To solve this issue I can call an

[android-developers] Animation doesn't start again after several times of running

2011-12-21 Thread AlexBonel
Hello everyone. I make custom AdapterView which items should be scrolled in two directions (from bottom left to top rigth and conversely). During scrolling I use TranslateAnimation and AlphaAnimation. Here is the steps of scrolling: 1) Top (Bottom) View starts to hidem using AlphaAnimation 2) I

Re: [android-developers] App to help developers

2011-12-21 Thread TreKing
I was excited about this because it seemed like it let you do something TrackMyApp doesn't: find and track apps without knowing the package name (i.e., competitors). But *both* a key word and package are required? This is rather silly, since if I have to know the package, that kind of narrows down

[android-developers] Re: openOptionsMenu not working on Honeycomb device

2011-12-21 Thread Royston
Mark, It would appear that ICS on Lareg has reverted to Honeycomb 3.0/3.1 behaviour regarding ActionBar Menu. On Honeycomb 3.2 Large I have a fully functioning ActionBar with menu but on ICS 4.0.3 I get an ActionBar with no menu and no alternate access to menu. I am assuming this is an

[android-developers] Re: Want to know about Thread life cycle

2011-12-21 Thread Streets Of Boston
Which is indeed a big problem and a cause of many crashes or force-closes. If something needs to run in the background (as a Thread or a Task/AsyncTask/Future) and it will possibly survive the destruction of an activity: - Avoid making your (anonymous or inner) Thread/AsyncTask/etc

Re: [android-developers] App to help developers

2011-12-21 Thread Rafael Maas
Hi, do you know another way to find your app without package name? App´s idea is to find your ranking according to a keyword and android market filters. If you conducted a search and did not show a result this means that when someone is searching for that keyword will not find your application in

Re: [android-developers] App to help developers

2011-12-21 Thread TreKing
On Wed, Dec 21, 2011 at 9:20 AM, Rafael Maas rafaelm...@gmail.com wrote: Hi, do you know another way to find your app without package name? Yes, by searching for the title. App´s idea is to find your ranking according to a keyword and android market filters. Yes, that's a great idea -

[android-developers] Incremental builds with ant - something wrong?

2011-12-21 Thread Kostya Vasilyev
Something seems to be wrong when touching a Java file and then doing an incremental build with ant (i.e. without ant clean). My ant log is below. Note how it says Compiling 1 source file - which is correct since a Java file was changed - and then dex thinks there is No new compiled code so the

Re: [android-developers] App to help developers

2011-12-21 Thread Rafael Maas
I think you did not understand the idea of the application. The idea is you find the position that your application has when a user searches for a specific keyword and filters. So you can discover if the description of your application is reaching the audience you want. :D 2011/12/21 TreKing

[android-developers] Re: ContentProvider Memory Leak

2011-12-21 Thread alexb
Why not storing the files on sdcard and passing only the names? On Dec 19, 7:01 pm, Ankur Avlani ankuravl...@gmail.com wrote: Hi All , I am developing an application in WebView.  We serve android sd card images (average 3 MB per image) using ContentProvider in web view.  Please see the

[android-developers] Mobile applications

2011-12-21 Thread Ali Rangwala
Hello All, We're trying to brainstorm on Ideas for development of Mobile application - be it on Android, BB or Iphone. We have got some directions of Social Media and Education industries but not able to drill down further on what kind of apps or concepts we should take in particular and dwell

Re: [android-developers] Mobile applications

2011-12-21 Thread Marcelo Henrique
Hello Ali how can we participate 2011/12/21 Ali Rangwala aliwor...@gmail.com Hello All, We're trying to brainstorm on Ideas for development of Mobile application - be it on Android, BB or Iphone. We have got some directions of Social Media and Education industries but not able to drill

[android-developers] Galaxy Nexus multitouch trouble

2011-12-21 Thread Jean-François Geyelin
I don't have a galaxy nexus, but I am receiving some complaints from the users, and engadget reported the problem: http://www.engadget.com/2011/12/18/galaxy-nexus-users-reporting-touchscreen-trouble-lower-scores-i/ Do you have any idea what's causing this? Is it a problem in ICS, in the games,

Re: [android-developers] App to help developers

2011-12-21 Thread TreKing
On Wed, Dec 21, 2011 at 9:37 AM, Rafael Maas rafaelm...@gmail.com wrote: I think you did not understand the idea of the application. The idea is you find the position that your application has when a user searches for a specific keyword and filters. So you can discover if the description of

[android-developers] Re: Memory leaks when using bitmaps in android

2011-12-21 Thread shyama
Sorry for the large code. Thanks for your help. What I would like to know is when to use weak references and if it is a good option while using Bitmaps? If so how does it help? /** This is the onPause function which releases the bitmap when the imagebutton is clicked and gallery is displayed.

Re: [android-developers] Re: ContentProvider Memory Leak

2011-12-21 Thread Duygu Kahraman
What do you want to do? Which picture you are storing? İf you can explain,we can learn this is the correct way or not? 21 Aralık 2011 17:44 tarihinde alexb alexboot...@gmail.com yazdı: Why not storing the files on sdcard and passing only the names? On Dec 19, 7:01 pm, Ankur Avlani

[android-developers] Unable To Debug Android Junit Test In Eclipse

2011-12-21 Thread propovip
Hi All, I have created a small calculator Android App and I am able to debug the Android application in eclipse. But when i write a Junit Test for the application , I am able to run the Unit Test.. but i am not able to debug. Note :- I have set the flag debuggable = true in the

Re: [android-developers] Re: ContentProvider Memory Leak

2011-12-21 Thread Ankur Avlani
I am developing an application which will help the user view the local sd card images in web view. Do we have some better way of displaying sd card images in web view?. Thanks and regards, Ankur On Wed, Dec 21, 2011 at 8:47 AM, Duygu Kahraman duygu.kahram...@gmail.comwrote: What do you want

[android-developers] Re: Converting to string warning in preferences

2011-12-21 Thread Bret Foreman
OK, I'll ignore them. Probably some sort of legacy thing that nobody has the time to correct. -- 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] External Television Display

2011-12-21 Thread Mark Perona
We have a requirement to connect a tablet to a television(external display), show some content on the tablet and show different content on the external display. A good example of this is the iPAD Netflix app. If the iPad is used standalone, the video plays on the iPad and the controls are overlaid

Re: [android-developers] External Television Display

2011-12-21 Thread Mark Murphy
On Wed, Dec 21, 2011 at 2:57 PM, Mark Perona markper...@gmail.com wrote: We have a requirement to connect a tablet to a television(external display), show some content on the tablet and show different content on the external display. A good example of this is the iPAD Netflix app. If the iPad

[android-developers] getLastNonConfigurationInstace returns null if task is launched from a Spinner OnItemSelectedListener

2011-12-21 Thread Bluemercury
Hi all! so currently i have an activity that laucnhes an async task from inside the spinner onItemSelected method with the select int year value: spinYears.setOnItemSelectedListener( new OnItemSelectedListener() { @Override public void onItemSelected(AdapterView? item, View arg1, int arg2,

[android-developers] Newbie Needing Layout help

2011-12-21 Thread javajoe
Can someone help me? I have a wallpaper app that I am writing. I coded it correctly. on my emulator the thumbnails are very small I changed them in the code, in the ImageAdapter class. I would like them a bit larger Here is the code: import android.content.Context; import android.view.View; import

Re: [android-developers] getLastNonConfigurationInstace returns null if task is launched from a Spinner OnItemSelectedListener

2011-12-21 Thread Kostya Vasilyev
The value returned by getLastNonConfigurationInstance is cleared to null very soon after you're supposed to have used it - onCreate. So, don't delay, make it quick, grab it while you can, inside your onCreate, and hold on to it. ( IIRC, the value doesn't stay around long enough to be retrieved

[android-developers] Messages between App and Server without C2DM

2011-12-21 Thread Markus Unger
Hello! My App send Http Request to Webservice in the Google App Engine. So I need to inform some User, maybe that they receiver a new Message... But I don't want to use C2DM. Do's anybody know a good solution? Currently I check the Webservice every 10 Seconds.. But I definitely not the best

[android-developers] Re: Incremental builds with ant - something wrong?

2011-12-21 Thread Kostya Vasilyev
To everyone who may be affected: turns out it's a recognized, and already filed bug: http://code.google.com/p/android/issues/detail?id=22948 ( and I thought that it might be caused by mounting my file system with noatime... ) -- Kostya 21 декабря 2011 г. 19:35 пользователь Kostya Vasilyev

[android-developers] Min SDK=3 not good in ICS?

2011-12-21 Thread Alain
Some of my current apps in the market have android:minSdkVersion=3. They work fine in ICS when I downloaded them from the market. Today as I was updating a couple of them, and testing on a Galaxy Nexus running 4.0.1, the UI showed up as miniaturized window in the bottom left of the screen. I then

[android-developers] Make own voice input method

2011-12-21 Thread Zwiebel
Hi! I have decided, that I will try to start to make a new voice input program, with I can input words in my own language (hungarian). But I don't know how to start, because I haven't seen anything on the internet about these things. Could you give me some advices of this, please? -- You

Re: [android-developers] getLastNonConfigurationInstace returns null if task is launched from a Spinner OnItemSelectedListener

2011-12-21 Thread João Rossa
So basically you can not use the combination of onRetainNonConfigurationInstance()/ getLastNonConfigurationInstance () with the task inside the spinner listenerbecause i wanted to aunch tasks according to the option selected of the spinner 2011/12/21 Kostya Vasilyev kmans...@gmail.com

Re: [android-developers] getLastNonConfigurationInstace returns null if task is launched from a Spinner OnItemSelectedListener

2011-12-21 Thread Kostya Vasilyev
The spinner has nothing to do with this, per se. Get your exising task, if any, by calling getLast... *inside onCreate*. 22 декабря 2011 г. 2:19 пользователь João Rossa joao.ro...@gmail.com написал: So basically you can not use the combination of onRetainNonConfigurationInstance()/  

[android-developers] Re: Messages between App and Server without C2DM

2011-12-21 Thread Streets Of Boston
Every 10 seconds? That'll drain the battery quite quickly. Why don't you want to use C2DM (or Urban Airship or other such technologies)? But yes, without a server-push technology (like C2DM or Urban Airship), you're left with client-polling and you're doing that. Just don't do it every 10

[android-developers] Re: Messages between App and Server without C2DM

2011-12-21 Thread John Coryat
Any users of Urban Airship around here? It looks promising but what's the catch (besides cost)? What's the mechanism behind this system? -John Coryat -- 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] Make own voice input method

2011-12-21 Thread Jim Graham
On Wed, Dec 21, 2011 at 02:15:46PM -0800, Zwiebel wrote: I have decided, that I will try to start to make a new voice input program, with I can input words in my own language (hungarian). But I don't know how to start, because I haven't seen anything on the internet about these things. Could

Re: [android-developers] getLastNonConfigurationInstace returns null if task is launched from a Spinner OnItemSelectedListener

2011-12-21 Thread João Rossa
But if i want to launch a task based on the spinner value how do you that without calling the task in the itemlistener? regards, On Wed, Dec 21, 2011 at 10:34 PM, Kostya Vasilyev kmans...@gmail.comwrote: The spinner has nothing to do with this, per se. Get your exising task, if any, by

Re: [android-developers] getLastNonConfigurationInstace returns null if task is launched from a Spinner OnItemSelectedListener

2011-12-21 Thread Kostya Vasilyev
You can launch the task any place you like, just don't expect to be able to check if one already exists by calling getLast... (sorry, I'm not typing that again) anywhere but in onCreate. So: call getLast in onCreate, save the value someplace, and then you'll have a way of checking if you need to

[android-developers] Re: Messages between App and Server without C2DM

2011-12-21 Thread Streets Of Boston
What I understand from their web-site is that they'll use C2DM when it's available on the device (depending on OS version and C2DM availability on it). For 'basic users' this is the only option, though, it seems. For 'enterprise users' (starting at $199 p/month), they implement their own system

Re: [android-developers] Re: Messages between App and Server without C2DM

2011-12-21 Thread Kostya Vasilyev
Not an airship user, but... How about just keeping a network connection to your server open, with the server sending down events as they occur? The device can then avoid polling and go to sleep, and will be waken up when new data arrives. You'd need some sort of keep alive logic, gracefully

Re: [android-developers] getLastNonConfigurationInstace returns null if task is launched from a Spinner OnItemSelectedListener

2011-12-21 Thread João Rossa
Ok, so if you had a spinner where each option would be used as a parameter to an async task but you didnt want to repeat that same async task after rotating what would be best approach? regards, On Wed, Dec 21, 2011 at 11:24 PM, Kostya Vasilyev kmans...@gmail.comwrote: You can launch the task

Re: [android-developers] Re: Messages between App and Server without C2DM

2011-12-21 Thread Streets Of Boston
Yes, that basically it. That's what C2DM (and probably UA) does as well. However, if there is only one such pipeline on your phone (e.g. one C2DM service) instead of multiple (one for each app with its own solution), it'll be better for the battery overall. -- You received this message

Re: [android-developers] getLastNonConfigurationInstace returns null if task is launched from a Spinner OnItemSelectedListener

2011-12-21 Thread Kostya Vasilyev
To represent multiple tasks, I'd use any suitable data structure (hash map, sparse array, plain java array, etc.) I'd then carry this entire data structure across configuration changes, making sure to get it in onCreate. 22.12.2011 3:35 пользователь João Rossa joao.ro...@gmail.com написал: Ok,

[android-developers] ADT 16.0.1 and library dependencies problems (Conversion to Dalvik format failed with error 1)

2011-12-21 Thread Viktor Bresan
Anyone? The problem is not fixed with the latest ADT release v16.0.1 Viktor. On Dec 14, 5:31 pm, Viktor Bresan viktor.bre...@gmail.com wrote: Anyone? The problem is not fixed with the latest ADT release v16.0.0 Viktor. -- You received this message because you are subscribed to the

Re: [android-developers] Re: Messages between App and Server without C2DM

2011-12-21 Thread Kostya Vasilyev
That depends on the load: for very light or very heavy loads the difference should be quite small. Reconnecting after connectivity changes is expensive, especially over ssl, but that is driven by connectivity manager broadcasts, and so should be more our less in sync even for multiple phone side

Re: [android-developers] getLastNonConfigurationInstace returns null if task is launched from a Spinner OnItemSelectedListener

2011-12-21 Thread João Rossa
Well only on task is launched but the spinner option value selected is used as a parameter to the async task On Wed, Dec 21, 2011 at 11:42 PM, Kostya Vasilyev kmans...@gmail.comwrote: To represent multiple tasks, I'd use any suitable data structure (hash map, sparse array, plain java

[android-developers] Re: Edit device owner information programmatically

2011-12-21 Thread j4velin
if someone is interested in the solution: it's not writable as it's in settings.secure, but readable with Settings.Secure.getString(getActivity().getContentResolver(), Settings.Secure.LOCK_SCREEN_OWNER_INFO); On 10 Dez., 01:55, j4velin j4ve...@gmail.com wrote: As since Honeycomb there is a

Re: [android-developers] [SOLVED] Real Multi touch in Android - Going Open Source!!!

2011-12-21 Thread lbendlin
he moved it to WP http://asimmittal.net/wp/?page_id=52 -- 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] Trouble dismissing custom dialog

2011-12-21 Thread Alex Oh
I have two buttons in an activity (Add and Edit) that open up a dialog. Initially, the dialog dismisses fine if I open up the dialog using the Add button. However, once I press the edit button (dialog opens up, dismisses fine) and click on the Add button, the dialog no longer closes when the Done

[android-developers] SoundPool

2011-12-21 Thread bob
Why would you use SoundPool for an Android game sound effects instead of MediaPlayer? -- 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,

Re: [android-developers] SoundPool

2011-12-21 Thread Christopher Van Kirk
Is that a joke? On 12/22/2011 10:14 AM, bob wrote: Why would you use SoundPool for an Android game sound effects instead of MediaPlayer? -- 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] In-app product localization

2011-12-21 Thread dozy
I have localized my in-app product descriptions to Spanish, Portuguese, and English. English is the default language for my application. What determines the language that will show up in the Android market when one of my users goes to purchase something? I am seeing the descriptions in Portuguese

[android-developers] Same problem

2011-12-21 Thread Yaron Recher
Did you find a 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 this group, send email to android-developers+unsubscr...@googlegroups.com

[android-developers] Setting that reboots phone if no activity

2011-12-21 Thread Matt
Hi there, my phone reboots in Recovery mode after about 2 minutes, I was told by the device developer that this is because of a default flag setting. I cannot find any reference to such a setting in the android source code. I'm hoping to get some help as to the setting to set. Thank you -- You

[android-developers] simulate hte speed for amdroid phones

2011-12-21 Thread Shabnaz
hi Iam trying to develop an app for accident detection and notification system. For tat I need to get the speed and acceleration of the mobile phione equpped with android how do I simulate ht espeed of the phone using the emulator because the mibile phone does not physically change its

[android-developers] Re: Android devices supporting OpenGL ES 2.0 (at least through NDK) as of September 2010

2011-12-21 Thread yc
There are surprisingly few benchmarks for recent Android devices -- also, I am surprised that the iPad 2 is the only one with OpenGL 2 benchmark 5 star ratio? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Accelerometer Real-Time high frequency sampling

2011-12-21 Thread Yaron
I want to sample the Accelerometer and GPS Sensors as fast as possible. I know GPS maximal frequency is 1 Hz, but the Accelerometer suppose to have much higher frequency. I dont want to wait for event of the Accelerometer- I want to sample it by myself as fast as possible. how can I do it? Setting

[android-developers] Corrupted pictures from camera

2011-12-21 Thread Dmitri Hrapof
Hello! As mentioned here: http://stackoverflow.com/q/8466757/1092612 and here http://stackoverflow.com/q/6967723/1092612 (and I think I've seen this kind of problem on stackoverflow at least once more) there is a problem taking pictures programmatically on some devices. I believe

[android-developers] Re: application with same size in all the mobile

2011-12-21 Thread Tushar Lal
int dp = 2;final float scale = getResources().getDisplayMetrics().density;int dip = (int) (dp * scale + 0.5f); Use this dip to declare size of your U.I. components the size of that U.I. components will remain same in all android based phone. eg: Button button = new Button();

[android-developers] Re: SDK 4, R15, where is the navigation button?

2011-12-21 Thread Kang Lu
I guess this may solve your problem. https://plus.google.com/109385828142935151413/posts/FqJ5oT2xWjm -- 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

[android-developers] Re: How to replace GLSurfaceView with TextureView in Android Ice Cream Sandwich?

2011-12-21 Thread Brad Grimm
Thanks for the post, it has been really helpful. But say I want to draw on top of a SurfaceTexture that is connected to a Camera via setPreviewTexture. I can get the SurfaceTexture by a SurfaceTextureListener. But if I just try to use eglCreateWindowSurface eglMakeCurrent it fails due to the

[android-developers] About 'libskiagl.so' on Android 3.2

2011-12-21 Thread song xiang
Hi,everyone! My app get a error when run on Android 3.2 and force to clase, I find the reason is no 'libskiagl.so' in System/lib,but this file is exeist in Android 3.0. So, how to deal this problem? Any Help Would Be Great ! -- You received this message because you are subscribed to the Google

[android-developers] Android Simple File Uploading in Server

2011-12-21 Thread 181
I am new to android and i am trying to develop a application which supports Uploading files to server,, While goggling for a while, i found this set of codes http://reecon.wordpress.com/2010/04/25/uploading-files-to-http-server-using-post-android-sdk/?blogsub=confirming#subscribe-blog and i

[android-developers] Programatically deleted files still visible in Windows Explorer

2011-12-21 Thread Acosta Test Account
Hello, I have the following problem when running my application on an Asus eee Pad Tranformer Android 3.0: I delete files from the sdcard programmatically. Then, I connect the device to Windows 7 through USB. The deleted files are still present in the explorer. However through adb shell I can

[android-developers] Re: Google Account Sync still does not work on 4.0.3 emulator

2011-12-21 Thread tsyj2007
me too, always so. -- 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] Android MotionEvent for Touch being held down

2011-12-21 Thread nguyen nguyen
I have just started developing in Android and I am trying to make a very basic game where you have to move a man along the bottom of the screen and catch items while avoiding bombs. The problem I am having is I want the man to move along the bottom of the screen when you hold your finger on the

[android-developers] Re: How to replace GLSurfaceView with TextureView in Android Ice Cream Sandwich?

2011-12-21 Thread Brad Grimm
This post is extremely helpful, thank you. One question though. I can get the SurfaceTexture by a SurfaceTextureListener. But if I just try to use eglCreateWindowSurface eglMakeCurrent it fails due to the surface already being connected. 1) Is it possible to draw on this surface at all? Or

[android-developers] Android - Apache commons libraries Exchange Web Service Managed API

2011-12-21 Thread Absenth
I am already trying the exchange web service in JAVA. It's running good. It has send email or get emails correctly. My java code looks like this : public static void main(String[] args) { try { Locale.setDefault(Locale.ENGLISH); ExchangeService service = new ExchangeService();

[android-developers] sdk 1.6 webview httppost

2011-12-21 Thread xx
hi, all I'm developing a app base on webview. i need post some data, but i use the sdk 1.6. as some gays said, the sdk 1.6 or lower doesn't support the http post. how should i do with sdk 1.6. any advice is welcome. thank you in advance! zghnly -- You received this message because you are

[android-developers] Questions about VpnService

2011-12-21 Thread Lysandus
I have a couple questions about VpnService. Is the VpnService added in 4.0 only for creating a vpn connection for your app, or does it make the vpn for all traffic on the device? If it's all device traffic does that mean your app can analyze things like what websites the user is visiting? Can it

[android-developers] In-App Purchase Problem - Market Version 3.4.4

2011-12-21 Thread Justin
Hey Everybody, Looks like Google has introduced a bug in version 3.4.4 of the Market APK: All in-app purchases fail with the message Error retrieving information from server. I've tested this with my application, and in the Paradise Island app by attempting to purchase 50,000 Island Bucks. Both

[android-developers] pagination with numbering

2011-12-21 Thread yogesh...@acusis.com
hello, I am new to android development. now i developnig my application in android version1.6.. i want to do pagination with numbering(dynamically allocating the number of pages) navigate to specific page clicking on number -- You received this message because you are subscribed to the

[android-developers] 500-600 Thousand Words Dict Search Speed

2011-12-21 Thread tomyth
Hi! I'm working on a dict app on android, I need to search a list of words(about 500-600 thousand words) in file to find the word. It took me about 10-20 seconds to search the word. How can I improve the search speed? Thanks to all! tomyth_android -- You received this message because you are

[android-developers] Clicking on an ImageButton error

2011-12-21 Thread TCS
I'm just learning and I'm trying to click on an ImageButton and load a new activity. I get the menu activity to load on a device just fine but as soon as I click the button I get the following in my debugger window. How do I decipher to find out my problem. Thread [1 main] (Suspended (exception

[android-developers]

2011-12-21 Thread thangaraj raj
Hai,I want to know how to get current city name using android api.Please help me. -- 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

[android-developers] How to launch installed application via command line with dalvikvm

2011-12-21 Thread aprel
Hi. I have an Android application that is already installed on Android device. I would like to start it with dalvikvm commando. How can i do that? -- 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] problems getting an app to work and avd won't show up with adb devices listed command

2011-12-21 Thread Heiko
Hello, I've some problems getting an application to run in an avd. I created simple avd named test, created a hello world android project test. When I try to start the application the avd emulator starts up but doesn't showed the app. No error Output in eclipse (indigo, java ee) :

[android-developers] Problem with SQLite Insert command

2011-12-21 Thread Gopal
I am new to andriod. I started creating a sample app using Sqlite databse. When i run the app i m getting this error ERROR/AndroidRuntime(878): Caused by: android.database.sqlite.SQLiteException: table employee has 11 columns but 12 values were supplied: , while compiling: INSERT INTO employee

Re: [android-developers] Re: NFC Secure Element

2011-12-21 Thread mickae1
Hi, I would like to know if it's possible to wirte data on the card with an android application ? Or is it the problem that you have been talking about a secret key that no one know ? Thx for the answer, -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Auth 500 error or not, depending on the version?

2011-12-21 Thread vt
Hello All, Trivial login that used to work on 2.2 and 2.3.x suddenly ceased to work when my Nexus S got the ICS upgrade. Here's the code: HttpWrapper.getInstance().httpClient.getParams().setBooleanParameter(ClientPNames.HANDLE_REDIRECTS, false); URL targetURL = new

[android-developers] Using socket in a service communicating with more activities...

2011-12-21 Thread ganesh
Dear All, I have multiple activities in my app that need to send data over a socket.. I figured that service is the best way to handle this.. I tried many different ways to achieve this but with no success.. If anyone can share a simple example of how it can be done.. This is what I am looking

[android-developers] Leaking Activity ,Fragment adapter because of option menu

2011-12-21 Thread santhana
Hi, I am having one avtivity and a ListFagment inside that activity. And i have adapter for that list fragment... I m creating a option menu for that fragment... In oncreateOptionMenu i m inflating the menu item( Search View) from menu.xml file. After come out of the activity because of this

Re: [android-developers] Re: Pls send me android souce code....

2011-12-21 Thread Slay3r
On 12/20/2011 12:36 PM, Sangeeth Krishnan wrote: http://source.android.com/source/download.html On Dec 20, 9:00 am, android developer android.developer4...@gmail.com wrote: Hi to all. Pls send me android source code files(Sample Projects) or else send the souce code links... Thanks you all.

[android-developers] Distributing adb

2011-12-21 Thread Brian Rowe
Hi, I'm developing a system for which an Android application is a component. I am considering distributing the adb as part of the system. Does the SDK license allow me to do this? Section 3.1 of the license leads me to believe that (re)distributing the adb binary may not be permitted. Is

[android-developers] Frontal camera low frame rate recording

2011-12-21 Thread Tiago de Freitas Pereira
Hello everyone I have an app to record videos using the Galaxy SII front camera and i'm using MediaRecorder to this task. A weird thing is happening. I'm using the setVideoFrameRate method to set the frame rate to 25fps but the recorded videos are with 13 or 15 fps. With poor light conditions

[android-developers] Call Connected event and Vibrate on Call Connected

2011-12-21 Thread Juanillo
Hi everybody, i've been searching for some way to know if an outgoing call gets connected, but no luck. all that i've read says it's not possible. however, how Vibrate on Call connected apps work? is it only a matter of configuration in device? do they set on this feature programmatically or do

[android-developers] Merging two activities that is SMS and LBS

2011-12-21 Thread Mehdi Rizvi
Actually im merging two different activities that is SMS and LBS.. My first Activity is getting latitude and Longitude of a current position of that device My SMS activity should sent that first activity location through sms to the desire number.. in this way we can track the user at any stage

[android-developers] Native SIP Supported on all ICS Devices?

2011-12-21 Thread Shaun
From what I understand ICS is supposed to bring devices up to more or less equal standards, does this include the native SIP library, i.e. as soon as my Galaxy S II gets ICS will I be able to use the native SIP client on it and any other ICS device? Thanks! Shaun -- You received this message

[android-developers] tablet

2011-12-21 Thread billy lester
They nee a flash player that will run any tablet made Android. And. Why can.t I use market site this is a phone to in away Android. Let me in to use apps I can.t ever use them this a pandigital what is wrong I am not buying other phone you smart one.s seem dum when you don.t make things simple

[android-developers] Help clarifying Android Market Developer Program Policies Spam and Placement

2011-12-21 Thread John Moses
I just got an email with the subject 7-Day Notificati**on of Android Market Developer Term Violation noting the spam and placement section. I have an app that is a ListView of each state that links to a WebView for a form hosted by state government. I listed out the name of each state in my

[android-developers] How to merge all sms from a sender into one list item in my ListView with a CursorAdapter?

2011-12-21 Thread Abdulsamet KARAKUS
I have a ListView which uses a CursorAdapter to populate datas in it. My ListView shows all sms inbox, but they are not filtered, each message is shown. I want to merge all messages considering the sender's phone number. How can I do it? I managed to do it with an ArrayAdapter but when there is a

  1   2   >