Re: [android-developers] Subscribe

2012-08-02 Thread jagruti sangani
in string we directlt write then it will try to find from string.xml but in that this hardcoded string is not there .So thats y it gives warning.If you want to remove warning then first write string in string.xml and the use that string name here. On Tue, Jul 31, 2012 at 4:10 AM,

[android-developers] How to load thumbnail images from sdcard in where condition

2012-08-02 Thread hendra uswandy
Hi, i need help. i want to load thumbnail image from sdcard as per 9 image but from each looping there are image that i don't need this is my code: final String[] columns = { MediaStore.Images.Media.DATA, MediaStore.Images.Media._ID }; final String orderBy =

[android-developers] activity is invoking twice

2012-08-02 Thread Sadhna Upadhyay
Hi everybody, i hva multiple activities whe i click on button for moving secon all thje activity is starting twice within a second m not able to find out probllem, please anyone can help me. 2- as i told that i have multiple activity when i went from one to another on every click then

[android-developers] Re: activity is invoking twice

2012-08-02 Thread imran ali
Hi, Your question is not clear, can you post part of code that has been calling another activity. Hope we can help you, if you will post code or correct details of problem. Regards Imran Ali On Thursday, August 2, 2012 12:12:52 PM UTC+5:30, Sadhna Upadhyay wrote: Hi everybody, i hva

[android-developers] Android ListView Issue

2012-08-02 Thread Rajis
Hi All I am using listview to store more then 50 item into the listview its working but after inserting the 20th item the erros showing in the log cat like this. 08-02 12:50:34.646: E/CursorWindow(5245): not growing since there are already 16 row(s), max size 1048576 08-02 12:50:34.646:

Re: [android-developers] Re: activity is invoking twice

2012-08-02 Thread Sadhna Upadhyay
i mean when i click on button and the second activity will continuously will invoke two time on a single click. i hope now clear to you -- 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: creating a server app on the Android

2012-08-02 Thread gjs
Hi, This depends on your network provider, some/most? NAT / FIREWALL / BLOCK the IP address so you can't connect to the device over the cellular network. One of the two provider I use does not nat / firewall / block the IP address so I can connect ok. But as others have said you typically do

[android-developers] Re: Reason for Dead Trigger lagging on Nexus S

2012-08-02 Thread Eric Wong (hdmp4.com)
Try manually stopping unneeded services/apps. Is this Nexus S running Android 4.0 or 2.3? I know my Nexus S here lags a lot running Android 4.0 :( Not sure if 4.1 will have improvements or not.. still waiting for OTA. On Thursday, 2 August 2012 14:21:54 UTC+10, Yee Keat Phuah wrote: I have

[android-developers] Re: Reason for Dead Trigger lagging on Nexus S

2012-08-02 Thread Yee Keat Phuah
On Thursday, 2 August 2012 15:32:48 UTC+8, Eric Wong (hdmp4.com) wrote: Try manually stopping unneeded services/apps. If I stop the services from Manage Apps, they will restart straight away. Is this Nexus S running Android 4.0 or 2.3? I am on JB 4.1.1. -- You received this message

Re: [android-developers] Re: How to set theme using resources from another application?

2012-08-02 Thread Mor G.
Ok, if I forget about using different drawables, and keep my external theme to modifying current's theme existing attributes only, will that be possible? I've seen the method Resources.Theme.setTo(other) which has the following desc.: Set this theme to hold the same contents as the theme

Re: [android-developers] Re: How to set theme using resources from another application?

2012-08-02 Thread Mor G.
Ok, if I forget about using different drawables, and keep my external theme to modifying current's theme existing attributes only, will that be possible? I've seen the method Resources.Theme.setTo(other) which has the following desc.: Set this theme to hold the same contents as the theme

[android-developers] APK expansion file uploader problem/question

2012-08-02 Thread hdxpete
Ok. according to the documentation an expansion file can be upto 2 gigs in size. well.. we are creating a game for android that will have a 1.5gig file. when the person in charge of our google account uploaded the file to the main an upload/network error occurred. the person then uploaded

[android-developers] Re: MediaPlayer.setNextMediaPlayer

2012-08-02 Thread w3ida
Is it enough/OK to set the current instance to the (previously) next one in an OnCompletionListener? I guess it's not enough because the currently playing mediaplayer is already finished when the onCompletion-method gets called. In my case it didn't work. On Tuesday, July 3, 2012 12:38:33 PM

[android-developers] Exporting App - Dalvik Error 1

2012-08-02 Thread Adam
I've been having the toughest time exporting my app ever since upgrading to Eclipse Juno and the recent ADT. I've pretty much narrowed it down to my library project which has 4 third party .jar files. From there, I add the library project to my app, but cannot export it. I've tried multiple

[android-developers] Speech Recognition Listener does not detect end of speech in Jelly Bean

2012-08-02 Thread abo
I wrote an app implementing my own RecognitionListener and it was running fine under 2.3.6 up to ICS on my Nexus S. After the update to Jelly Bean, the RecognitionListener doesn't detect the end of speech anymore (so, once started the method onRmsChanged is called until the app is terminated).

[android-developers] Including jar resources in APK

2012-08-02 Thread Michael Bolin
If I am depending on a third-party jar, such as libphonenumber.jar (http://code.google.com/p/libphonenumber/), I need to include both its .class files and its resources in the APK. (The jar contains a directory of data files in com/google/i18n/phonenumbers/data that are loaded in code via

[android-developers] Android onRecieve isn't executing.

2012-08-02 Thread lethjakman
I have a AlarmManager that should perform a setRepeating, but it isn't executing the code inside my app's onRecieve. I can't figure out why for the life of me. Any suggestions? Thank you so much in advance! Set up the AlarmManager: public class MainActivity extends Activity { @Override

[android-developers] Android SDK Manager stops downloading packages

2012-08-02 Thread cmsgun
I have Windows XP Pro, SP3 since yesterday I have been trying to Install Android 4.1 Platform ( not all just one Platform) while downloading it's stop I have try so many times now I'm fed up with install Android platform look like no resume download support at all with SDK manager. There is

[android-developers] Re: Failed to allocate memory: 8 even with 512 MB of RAM

2012-08-02 Thread SimonC
+1 I cannot start the WXGA800 and WXGA720 AVD. The same message 'Failed to allocate memory: 8' is shown when starting the AVD. Martí Bosch於 2012年7月3日星期二UTC+8下午7時11分47秒寫道: Hi, I'm just learning to use Eclipse, and when I try the simple Hello World App, I see I can't run my app, even the

[android-developers] Share keystore file

2012-08-02 Thread hullaballoo
Hi, My client asks for my keystore file to let an other developer to sign the new version of the .apk I developed previously. Should I do that? Is there a way to develop an Android application further without having the original keystore file? I read in the Android documentation that if one

[android-developers] Source not found, but I've given a source?

2012-08-02 Thread Therion
Hello, this is my first time posting, but I've run into a massive wall in my progress. A quick background, I started developing an app for the Android about 3-4 months ago, off and on. It is a project I received from my college teacher for a sort of internship. I have to take a peice of

[android-developers] Don't require rear facing camera?

2012-08-02 Thread AnDev Quer
First off, hi everyone. I didn't see this asked and I couldn't figure out how to word it to find it on the android dev site so I figured I'd ask you all. Basically, my company has an application right now that requires for a very specific function the rear-facing camera. This function isn't

Re: [android-developers] Re: creating a server app on the Android

2012-08-02 Thread Joel Wirāmu Pauling
Install a debian Chroot, and use apt-get install. So long as you don't need a Native UI, then you have the entire debian ARM repository available to you. I've run AXIS/MAVEN on my handsets for SOAP interactive applications. Works fine. Yeah... battery life - not really in scope ;-) On 2 August

Re: [android-developers] Re: Android-voice chat

2012-08-02 Thread Ankit Singh
Hello , I am also looking for video chat in android but not getting any help from anywhere. If can guide me, it would be very grateful to me . Please help me . Thanks in advance Email : akki3...@gmail.com On Thursday, 10 March 2011 17:33:18 UTC+5:30, Robin Talwar wrote: Ya

[android-developers] Including resources from third-party jars

2012-08-02 Thread Michael Bolin
Assuming I have a jar such as libphonenumber ( http://code.google.com/p/libphonenumber/) that contains both compiled class files and resources files (such as com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_US) that are loaded via .class.getResourceAsStream(), what is the best way to

[android-developers] Locking autoexposure in android app (ICS)

2012-08-02 Thread CGKS
Would like to know how to properly lock(disable) the auto-exposure in the camera app I'm messing around with. I'm testing with my Samsung Galaxy S3, and the native camera app allows for focus as well as exposure to be locked by keeping the shutter button pressed down. Releasing takes the

[android-developers] Latitude/Longitude values way out of range and including strange characters

2012-08-02 Thread caseycrites
I have an app that's using location and every once in awhile, I get some very interesting looking results from my locations. I've had the following locations reported from the following phones with their os version in parentheses: ZTE-SKATE (2.3.5) - latitude: 3.7550926208496094E-5 longitude:

[android-developers] Re: Car Emulator with NFC, is possible?

2012-08-02 Thread Mickaël Boixiere
Hi Cristina, In fact, you can't use NFC Card Emulation mode, because API of Secure Element in Android are locked, and access of Secure Element (SmartMX) is locked by Keys owns Google (Wallet) and Samsung for RFU. But SmartMX emulate a Mifare 1K ! You can try to access of Mifare memory area, ,

Re: [android-developers] Exit from app

2012-08-02 Thread srikanth
yeah it's good for me... tanks On Thursday, August 2, 2012 11:18:47 AM UTC+5:30, Bharath Smitha wrote: On Thu, Aug 2, 2012 at 10:42 AM, Kristopher Micinski krismicin...@gmail.com wrote: ... -- You cannot exit the app gracefully. This is an antipattern. -- You cannot catch the

[android-developers] Re: CLEAR_TOP + start new activity. Hierarchy issue

2012-08-02 Thread Dmitriy F
Anyone? I've even drawn an example scheme. Profile activity might not be instantiated so simple clearing the isn't going to work. https://lh4.googleusercontent.com/-ptGPTPpWitY/UBo-G2_6JtI/ABk/2i6F8IwQ6T8/s1600/2012-08-02+12.40.13.jpg On Sunday, July 29, 2012 11:43:07 PM UTC+4, Dmitriy

[android-developers] Media file converter (mp3 to aac)

2012-08-02 Thread fahad mullaji
Hi Guys, I know this topic is not related to android. But thought you guys could share if you know code/link to convert file formats of media files. Lets say i want to convert .mp3 file into .aac format through my app then how do i do it? (third party APIs will work too) Thanks in advance... --

Re: [android-developers] Creating Tab Control in android

2012-08-02 Thread fahad mullaji
*Nirvan*, This link might help you. http://www.androidhive.info/2011/08/android-tab-layout-tutorial/ *Thanks* Fahad Mullaji On Tue, Jul 31, 2012 at 6:28 PM, |-NK-| niravnkulka...@gmail.com wrote: On Monday, July 30, 2012 2:52:43 PM UTC+5:30, fahad mullaji wrote: *Nirvan*, Call function

[android-developers] Need to Help android phonegap

2012-08-02 Thread chumki ghosh
Hello All, I want to make a sample application on phone-gap android.I want to use accelerometer. Now i able to get values of X,Y,Z axis. But i want to implement like light sensor on it.Like when user recieve any call and bring the device front of ear den light gone ON and when device lies flat

Re: [android-developers] Re: activity is invoking twice

2012-08-02 Thread bharadwaj
On Thu, Aug 2, 2012 at 12:50 PM, Sadhna Upadhyay sadhna.braah...@gmail.comwrote: i mean when i click on button and the second activity will continuously will invoke two time on a single click. i hope now clear to you -- You received this message because you are subscribed to the Google

Re: [android-developers] AN ANDROID APPLICATION TO CONVERT HANDWRITTEN SHORTHANDS TO PRINTED DOCUMENT

2012-08-02 Thread fahad mullaji
*NIJO*, You need to explore GestureOverlayView android control Or you can make your custom control which could detect your language.Check below link http://www.vogella.com/articles/AndroidGestures/article.html *Thanks* Fahad Mullaji On Wed, Aug 1, 2012 at 10:39 AM, NIJO nijo...@gmail.com

[android-developers] Re: AN ANDROID APPLICATION TO CONVERT HANDWRITTEN SHORTHANDS TO PRINTED DOCUMENT

2012-08-02 Thread Dmitriy F
It's already implemented as a part of soft-keyboard functionality, at least in Android 4.0. I'm not aware of the exact source codes but you can always search their code repository for soft-keyboard related topics. http://code.google.com/p/android-x86/ On Wednesday, August 1, 2012 9:09:53 AM

Re: [android-developers] Failed to allocate memory: 8 even with 512 MB of RAM

2012-08-02 Thread fahad mullaji
*Marti*, How are you running your app? Click on AVD icon,you will see list of emulators that you have created. Select emulator which is configured with API 16. Once the emulator is fully started.Right click on package explorer. Select Run as - Android Application.Select the emulator if it is

Re: [android-developers] Need to Help android phonegap

2012-08-02 Thread fahad mullaji
*Chumki*, http://www.vogella.com/articles/AndroidSensor/article.html Check this code might help you.Instead of doing actions on compass you switch off and on your phone light. *Thanks* Fahad Mullaji On Thu, Aug 2, 2012 at 2:46 PM, chumki ghosh ghoshanindi...@gmail.comwrote: Hello All, I

Re: [android-developers] Don't require rear facing camera?

2012-08-02 Thread Mark Murphy
On Wed, Aug 1, 2012 at 9:09 AM, AnDev Quer bankp...@gmail.com wrote: My question is, is there a way to somehow allow the user to download the app and maybe we could programmatically disable the function that needs the camera? We're using the basic camera permission in our Android manifest:

Re: [android-developers] Share keystore file

2012-08-02 Thread Mark Murphy
On Wed, Aug 1, 2012 at 1:49 AM, hullaballoo daniel.schw...@gmail.com wrote: My client asks for my keystore file to let an other developer to sign the new version of the .apk I developed previously. Should I do that? That is a question for an attorney. Is there a way to develop an Android

[android-developers] android.intent.action.HEADSET_PLUG Permission

2012-08-02 Thread Incorporate Apps
As of JB 4.1 Google has introduced some sort of permission check on this broadcastreceiver. Does anyone know what permission is needed, either in sendOrderedBroadcast or in the manifest? Here is the error java.lang.SecurityException: Permission Denial: not allowed to send broadcast

[android-developers] I can't make GLES 2.0 working in the emulator - need a hint from the insiders

2012-08-02 Thread goodG
I try literally everything, i have tried: - installing mesa GLES libraries - GLES libraries in a .conf file in */etc/ld.so.conf.d/* ( the new method that replaces the old LD_* environment variables ) - updating and downgrading my *fglrx* drivers - using the GLES2 libraries from

Re: [android-developers] android.intent.action.HEADSET_PLUG Permission

2012-08-02 Thread Mark Murphy
On Thu, Aug 2, 2012 at 9:00 AM, Incorporate Apps georgi.tanma...@googlemail.com wrote: As of JB 4.1 Google has introduced some sort of permission check on this broadcastreceiver. Does anyone know what permission is needed, either in sendOrderedBroadcast or in the manifest? Here is the error

[android-developers] Re: I can't make GLES 2.0 working in the emulator - need a hint from the insiders

2012-08-02 Thread RichardC
Are you using one of the emulators provided in the SDK or are your making your own? On Thursday, August 2, 2012 2:15:01 PM UTC+1, goodG wrote: I try literally everything, i have tried: - installing mesa GLES libraries - GLES libraries in a .conf file in */etc/ld.so.conf.d/* ( the new

[android-developers] Re: I can't make GLES 2.0 working in the emulator - need a hint from the insiders

2012-08-02 Thread goodG
The only thing that i have builded from the source is the 64 bit version of the emulator with its own libraries: lib64EGL_translator.so lib64GLES_CM_translator.so lib64GLES_V2_translator.so lib64OpenglRender.so all the other pieces are from official sources like the official repository from

Re: [android-developers] Source not found, but I've given a source?

2012-08-02 Thread Justin Anderson
This is because you are stepping into Java or Android code and you don't have the source for that... Set a breakpoint back in your code and resume debugging Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Aug 2, 2012 at 12:40 AM, Therion

[android-developers] Android 2.2 or 4.1??

2012-08-02 Thread Eric oboite
When creating my new app should I build against 2.2 or 4.1? I know 2.2 has 83% of the market right now but can I build against 4.1 and make the min sdk android 2.0? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: I can't make GLES 2.0 working in the emulator - need a hint from the insiders

2012-08-02 Thread RichardC
If you have built your own emulator then the best place to ask is in one of the platform groups: http://source.android.com/community/index.html Android Developers is for *developing Android applications using the Android SDK* On Thursday, August 2, 2012 2:29:53 PM UTC+1, goodG wrote: The

[android-developers] Re: Simple touch method implementation!

2012-08-02 Thread Diky Hadna
Hi Talha! You can check it out at http://mobile.tutsplus.com/tutorials/android/android-gesture/ On Wednesday, August 1, 2012, Talha Qamar wrote: Hi i am actually newbie to android development.I want to make a simple application based on the users touch gesture.If user(touch) point towards

[android-developers] Re: Unable to execute Bluetooth HDP Demo

2012-08-02 Thread András Petrik
Hi, I need help. I have Nonin 9560Bt, and i tried to run the project on a Android 4.0.4 device. I's not working. So, could you tell me what modifications did yout make to run the sample project? On Friday, 20 January 2012 17:00:10 UTC+1, Raul Ruiz wrote: Hi all, I have Nonin working with

[android-developers] Re: Backup and Restore service not working

2012-08-02 Thread Daniel Baran
Any issues? I have the same Problem :( On Tuesday, March 1, 2011 12:24:56 PM UTC+1, Raj wrote: Hi Again, I am still trying to get the solution. I changed the transport through $adb shell bmgr transport to google backup transport. When I do back up of my data on google server $adb

[android-developers] billing window closes immediately after opening

2012-08-02 Thread Vasili Karpenko
Billing window closes immediately after opening. In console: 08-02 16:37:43.322: WARN/Finsky(2306): [1] CarrierParamsAction.run: Saving carrier billing params failed. 08-02 16:37:43.322: ERROR/Finsky(2306): [1] CarrierBillingUtils.isDcb30: CarrierBillingParameters are null, fallback to 2.0

[android-developers] how to achieve the accuracy of google navigation

2012-08-02 Thread bushido
Hi all, I'm writing an application for android for which I need good position accuracy, I use a Galaxy Nexus as test device. My test application subscribes to location updates and draws a car symbol in a map, the map is centered to the location of the car rotates according to the bearing of the

[android-developers] can't find the deactivate() function on MemoryFile class

2012-08-02 Thread 안기찬
Hi, I'm importing this project from another file, and everything else goes well except for this strange piece of code snippet CODE: SELECT ALL http://www.anddev.org/# MemoryFile memoryFile = new MemoryFile(null, length); memoryFile.writeBytes(buffer, 0, 0, length);

Re: [android-developers] Error in Base IceCream Sandwitch Android code.

2012-08-02 Thread Huzaifa Jariwala
I would also like to add that, I have tried restarting the device but to no luck. Regards, Huzaifa. -- 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

Re: [android-developers] Error in Base IceCream Sandwitch Android code.

2012-08-02 Thread Huzaifa Jariwala
Hi all, I have the same problem as faced by shruthi except that when I enter the google account details, my device cannot connect to server as my wifi is switched off. I am using android ice cream sandwich on my X-touch tablet and to activate wifi i need to enter inside the device. Is there a

[android-developers] Android 2.2 or 4.1??

2012-08-02 Thread Eric oboite
Should i develop in Android 2,2 or 4.1? If I develop in Android 4.1 can I make the android:minSdkVerision=8 so that Android 2.2 and up users can download it ? I was told that if I develop in 4.1 my application will not be visible to people running Android 2.2 and so on -- You received this

Re: [android-developers] Re: Receive sms

2012-08-02 Thread Fahrettin Ateş
Hi Ehsan, Answer is here : package com.android.Sms; import android.app.Activity; import android.app.PendingIntent; import android.app.ProgressDialog; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter;

[android-developers] Android instant messaging.

2012-08-02 Thread Ian Buchanan
Android does not have an equivalent of BBM. If it did, thousands of users would make the switch including myself! And it would make Android that much cooler. BB's instant messaging feature is so effective that it is possibly the only feature that will stop users from switching to a different

[android-developers] Re: ClearTaskOnLaunch flag is not working

2012-08-02 Thread jtoms
Hi, I have an issue in Google nexus. I am using phonegap and jquery mobile for my application. In the login screen, when I tap on the input fields (on focus) the splash screen is visible for a second. And when I tap on the next input, the same effect is visible. Is it because the splash

[android-developers] Re: Failed to load properties file for project 'HelloAndroid'

2012-08-02 Thread trikarai
same issues On Friday, July 1, 2011 3:12:25 AM UTC+7, hadestaboo wrote: Hello everybody, I'm newbie and weak programming but try to study about android so I start every step by step in http://developer.android.com/resources/tutorials/hello-world.html and I got this problem

[android-developers] Remotely wipe mail in android.

2012-08-02 Thread The Simple
I am developing an application which will remotely wipe all corporate mail send to the employee ,when the employee leave the organization.I googled for a day but did not find any suitable solution for wipe email. So please give me some idea to wipe the email remotely using SMS. During my

[android-developers] NullPointerException

2012-08-02 Thread krishnakumar vpillai
I have an xml file in asset folder, i am trying to parse this file by using sax parser ,but an exception found...(NullPointerException, / or could not read the file) AssetManager manager = getAssets(); InputStream is = manager.open(City.xml); // xmlR.parse(new

[android-developers] New SDK release for Egnos

2012-08-02 Thread Leonardo Costa
Hello, I'm posting this info on behalf of the European Commission, the new release of the EGNOS SDK for app developers is now available. This EGNOS SDK allows taking advantage of the European system that provides enhanced positioning accuracy and other features (e.g. information on the

[android-developers] Keyboard layout for Khmer (Cambodia language)

2012-08-02 Thread Petit
Dear Developers, I am currently developing a Keyboard layout for Khmer. The current keyboard layout for Khmer is not rendering well. And the OS is not displaying the Khmer characters. I am very much appreciated if you can point me out about the concepts and the process to get a font of a

[android-developers] Error in MediaPlayer while streaming remote mp3 files

2012-08-02 Thread ErFrappa
Hello, I'm having some problems streaming remote .mp3 files. Inside my app I have a service that can play both local and remote files using : mPlayer.setDataSource(local_path_or_remote_url); mPlayer.prepareAsync(); @Override public void onPrepared(MediaPlayer player) {

[android-developers] HttpsURLConnection not returning 401

2012-08-02 Thread Jonny Olliff-Lee
Hey! I'm wondering if anyone could help me, or suggest alternatives for the problem below: I've run into what seems to be a very strange problem. I'm using the HttpsURLConnection class in my Android app, and doing authentication using the Authenticator class. I'm using this to connect to

[android-developers] Re: creating a server app on the Android

2012-08-02 Thread Jeremy Villalobos
If you have the phone connected to wifi it should work. While using 3G or other phone network it does not work. I tested this empirically about a year ago. http://developer.android.com/guide/google/gcm/index.html Using Google Cloud Messaging may be a good alternative. On Wednesday, August

[android-developers] New Google Play Developer Program Policy Update

2012-08-02 Thread Piotr Klimko
Hello, I have a question concerning new Google Play Developer Program Policy Update. I have developed a series of more than 10 apps. These apps are the traditional Hangman guessing game. Each app features a different language and is intended to entertain users from different countries. There

[android-developers] Re: No accelerated colorspace conversion found from %s to %s. FFMpeg android

2012-08-02 Thread nicsi
FFMPEG does not have /arm tree in ffmpeg/libswscale branch. So YUV-RGB conversion takes too much time (20-22 ms for VGA video). This is critical for 40-ms inter-frame intervals (25-fps video). Developers who are competent in NEON can write this procedure using NEON intrinsics. I've tested

[android-developers] Nexus 7 USB connection

2012-08-02 Thread siddharth rammohan
Hi, I just bought a Nexus 7, tried connecting it to my Windows 7 PC. But it comes up with an error msg saying driver installation failed. Could anyone tell me how to get over this. Is anyone else facing the same problem? -- You received this message because you are subscribed to the Google

[android-developers] Is there any way to know a view's height and width before it is really shown on screen?

2012-08-02 Thread Fang
Hi Android Developers, As a request of a function in my app, I need to know a view's height and width before it's really shown on screen. Here I want to know whether it is possible? If yes, then how about the performance? Thanks in advance. Regards, Fang -- You received this message because

[android-developers] want a app

2012-08-02 Thread Prince Mehta
i just want a app which allow user to loack a file(like pictures,mp3,video,etc) in such a way that no one, except user, can delete it or share it from bluetooth or from other way. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Android Plugin for Eclipse

2012-08-02 Thread SiX
Surely I am not the only one that finds this plugin to be broken when using relative layout in Eclipse? The gui elements have a mind of their own. They snap to easily to other objects, you cannot resize them without doing so manually in the xml, and I cannot seem to be able to make objects

[android-developers] Re: ListView and ListAdapter

2012-08-02 Thread Nicola Blaine
hi John Gaby I have had the same issue. Could you please state what you changed in the end with regurds to handling the custom ViewGroup? Thanks -- 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: Is setting invalid APN the only way to disable mobile network connection?

2012-08-02 Thread dmmh
have a look at line 791/ 792 ;-) Gl http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android/2.1_r2/android/telephony/TelephonyManager.java?av=f Op dinsdag 31 juli 2012 17:03:13 UTC+2 schreef CJ het volgende: Hi, I have been googling for a while able the best or

[android-developers] Re: Is setting invalid APN the only way to disable mobile network connection?

2012-08-02 Thread dmmh
Actually I am writing a similar application, and ran into the platforms numurous odd and apparently silly limitations. While some limitations are probably needed, a lot of features which should be available to developers are disabled where they were previously were enabled, or are simply

[android-developers] Re: How do I submit an App in a different language?

2012-08-02 Thread monir
hi Michael, the link is not valid any more, so, pleae could you please explain how to add the string.xml file and from where to grap it , finally will that allow menues language change to the desire language that is not allready exist in the system (added by app) hope to get your help Thank

[android-developers] Design solution: sell audio through the app?

2012-08-02 Thread txtr
This may not be the correct place to post this question. If not, please direct me to a good location you know of. We're developing an app as both an Android and iOS app. In iOS, we have a number of different solutions for implementing a strategy for selling longer talks - audio files for

Re: [android-developers] Re: No activity found for ACTION_APPLICATION_DEVELOPMENT_SETTINGS

2012-08-02 Thread Matt Kevins
Thanks, your solution worked for me. I wonder why this hasn't been fixed.. it seems like a pretty simple patch. On Saturday, December 4, 2010 3:32:43 PM UTC-5, Kostya Vasilyev wrote: Looked it up. This is a Froyo snapshot of Settings app's manifest:

[android-developers] photot compression format supported by ANdroid

2012-08-02 Thread nicodroid
Hello, do you know what photo format are supported by Android 2.3 and 4.0? jpeg, jpeg2000, tiff? Thanks -- 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] New Google Play Developer policy

2012-08-02 Thread Piotr Klimko
Hi, I wanted to ask whether it is ok to develop separate apps with language versions of the same app? Or would that fall into repetitive content category? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] SDK Manager does not fetch any package for installation (no error reported)

2012-08-02 Thread Rushabh Kanti
I have Android SDK Manager v20 on Windows 7 32 bit It does not fetch any package for installation. And there is no error reported * Fetching http://dl-ssl.google.com/android/repository/addons_list-2.xml Fetched Add-ons List successfully Fetching URL:

[android-developers] Android Development Excercises

2012-08-02 Thread Romāns Stepanovs
Hi! Is there anywhere available good exercises (not tutorials) at Android developing? I mean, like homework, that gradually become more and more sophisticated. I am a beginner, but determined to learn. Thanks! -- You received this message because you are subscribed to the Google Groups Android

[android-developers] OMA DM compliant device Management

2012-08-02 Thread Shanta
Can we do Remote Device Management for OMA DM compliant devices without client agent? -- 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] Open Groupon app from a caller app.

2012-08-02 Thread Vincent Senese
I have written an app that opens up a Groupon URL via the web-browser. is there anyway I could OPEN a groupon App if it is installed on the andoid os, and lanch the app to show the deal page. I do not know anyway to do this, or if it's possible but if someone can confirm this is not

[android-developers] SMS Header

2012-08-02 Thread Basti189
Hello, I want to program an App which can send SMS with the special function. I want to modify the header that the receiver of the sms don't see my phone number but a number that you define in the App. My english is very bad, but I hope you can understand this. Yours Sebastian -- You

[android-developers] Re: how to display a toast after 10 seconds from starting Asynctask

2012-08-02 Thread Vincent Senese
I think you can do this. (CountDownTimer) cdt = new CountDownTimer(0, 1000) { public void onTick(long millisUntilFinished) { // mTextField.setText(seconds remaining: + millisUntilFinished / 1000); } public void onFinish() { //mTextField.setText(done!); }

[android-developers] Re: Internal Memory unmounted every time the device starts problem

2012-08-02 Thread wrefay
I've the same problem with JXD and contacted JXD and did not answer me, any one get a solution for this problem??? On Tuesday, July 24, 2012 11:24:03 PM UTC+2, harry wrote: Even i have the same problem with my JXD S7100 So please, if anyone knows any solution for this problem please

[android-developers] Need help with java for making app run in background when app is closed but not stopped completly.

2012-08-02 Thread Vernon stallins
I made an app with app inventor and have had it changed over to java since app inventor cant allow apps to keep running in the background the phone eventually shuts them down. I need to know what java I should add and to what file so that my app will keep running after it is closed. Right now

[android-developers] Re: Failed to clear missed call notification

2012-08-02 Thread tnt
Hello Thomas Did you mannaged to sort this out? I am trying to get someting going that will clear the clear missed call notifications Regards On Wednesday, 29 December 2010 15:48:09 UTC+2, Thomas Tong wrote: Hi, all I tried to clear missed call notification in my application. It

[android-developers] AccountManager oauth token validation

2012-08-02 Thread Andrea Fontana
I'm planning to authenticate users using AccountManager. I can get oauth token. Using a secure http connection I pass it to my webserver where I use it. On documentation ( https://developers.google.com/accounts/docs/OAuth2Login#validatingtoken) I read that I need to verify token, and check if

[android-developers] Re: Android 2.2 or 4.1??

2012-08-02 Thread Jeremy Villalobos
Yes Do note that some API calls will throw Exceptions on Froyo. To avoid this, use Reflections For example: my app supports from Froyo upward, but Froyo does not support icons on the Preference Activity. So I use this to set the icon for ICS, and skip the step on Froyo void

[android-developers] Re: Android 2.2 or 4.1??

2012-08-02 Thread G. Blake Meike
Many of the features in 4.1 can also be found in the Support Package (formerly the ACL). Depending on the exact features you need, you may be able to build your app for 4.1 and then backport it to 2.2, by adding the Support Library to the project. G. Blake Meike Marakana The second edition

Re: [android-developers] Open Groupon app from a caller app.

2012-08-02 Thread Justin Anderson
Launching the app would be easy... Install it on your device and figure out the package name of the app and the name of the activity class to launch. Getting it to open up to a specific coupon may be a different story... You'd have to contact them. Thanks, Justin Anderson MagouyaWare Developer

Re: [android-developers] Re: Android 2.2 or 4.1??

2012-08-02 Thread Justin Anderson
Another thing you can do is check the API level... I do that for a few features in my app. Then you don't have to use reflection. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Aug 2, 2012 at 8:51 AM, G. Blake Meike blake.me...@gmail.comwrote:

Re: [android-developers] Re: Is setting invalid APN the only way to disable mobile network connection?

2012-08-02 Thread Kristopher Micinski
On Tue, Jul 31, 2012 at 4:58 PM, dmmh slin...@gmail.com wrote: Actually I am writing a similar application, and ran into the platforms numurous odd and apparently silly limitations. While some limitations are probably needed, a lot of features which should be available to developers are

Re: [android-developers] Re: how to run a service in background when the user is out of android application

2012-08-02 Thread Kristopher Micinski
how often? kris On Thu, Aug 2, 2012 at 1:16 AM, Vijay Krishnan vijay.vijay...@gmail.com wrote: If a user installed my app,i need to update his location whenever it changes On Wed, Aug 1, 2012 at 10:49 PM, Kristopher Micinski krismicin...@gmail.com wrote: Still, he didn't say what he was

[android-developers] how to get reference to GLSurfaceView's rendering thread?

2012-08-02 Thread Latimerius
I'd like to call join() on it to make sure the thread has exited. (Broader context for those interested: I have a crash in my GL-based app that happens like this: - device is put to sleep with my app in the foreground - an incoming call wakes the device up - I receive onResume() and I call

Re: [android-developers] Re: Android 2.2 or 4.1??

2012-08-02 Thread Raphael P.F.
That's inaccurate, right now Froyo stands for 15.5%http://www.androidpolice.com/2012/08/01/android-platform-distribution-updated-ics-up-to-almost-16-jelly-bean-0-8/ . On Thu, Aug 2, 2012 at 11:56 AM, Justin Anderson magouyaw...@gmail.comwrote: Another thing you can do is check the API level...

  1   2   >