[android-developers] BackGround Process

2012-08-16 Thread reshmy anup
Hi.. My phone is having a weird problem, whenever I get communication from anywhere (e.g. e-mail and sms), I get greeted with Unfortunately, X has stopped. with X representing the application that handles the communication. The weird thing is, after showing that pop up, I can still use the

Re: [android-developers] Disabling wifi, GPS, Bluetooth, and celluar in an app

2012-08-16 Thread Jason Hsu
I know I can go into airplane mode, but I want to give the user the option of conserving the battery AFTER starting the app by providing in-app buttons. -- 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] Database example

2012-08-16 Thread Sadhna Upadhyay
Hi Everybody, please share with me database example -- 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: Database example

2012-08-16 Thread RichardC
android-sdk\samples\android-16\NotePad On Thursday, August 16, 2012 8:00:03 AM UTC+1, Sadhna Upadhyay wrote: Hi Everybody, please share with me database example -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] Re: Database example

2012-08-16 Thread Live Happy
may this well help you http://www.vogella.com/articles/AndroidSQLite/article.html On Thu, Aug 16, 2012 at 10:52 AM, RichardC richard.crit...@googlemail.comwrote: android-sdk\samples\android-16\NotePad On Thursday, August 16, 2012 8:00:03 AM UTC+1, Sadhna Upadhyay wrote: Hi Everybody,

Re: [android-developers] Re: Database example

2012-08-16 Thread Angelo Luciani
You have to do 2 things: *1. Create your class relate Database a Table you want create* package com.angelo.sqllite; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; public class MioDatabaseHelper extends

Re: [android-developers] Database example

2012-08-16 Thread Rocky
check www.android-exp...@blogspot.com On Thu, Aug 16, 2012 at 12:30 PM, Sadhna Upadhyay sadhna.braah...@gmail.com wrote: Hi Everybody, please share with me database example -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Re: LVL suddently stopped working - returns only timeouts

2012-08-16 Thread Kostya Vasilyev
Thanks for responding. I guess the failure rate is pretty low for this to be treated as a priority issue, although for those customers who are unlucky to run into this, the failure rate is exactly 100%. At least now I know I'm not hallucinating. -- K 2012/8/16 Pent supp...@apps.dinglisch.net

Re: [android-developers] Re: Instantiating (but not attaching!) a View from a non-UI thread

2012-08-16 Thread b0b
On Thursday, 16 August 2012 03:47:02 UTC+2, MagouyaWare wrote: Then you would need to talk to the makers of the roms that are doing this... Yes after even more digging deeper, it is due to a recent CM commit: http://review.cyanogenmod.com/#/c/18319/1 which is enabled if build type !=

[android-developers] How can handle onkeydown on nested PreferenceScreens

2012-08-16 Thread lruck
Title: How can handle onkeydown on nested PreferenceScreens how can iam handle the onkeyevent on nested preferencescreen. in the preferenceactivity its working correct with onkeydown method. but if iam add a sub preferencescreen like the follow (inner1), iam don't can handle key events. how

[android-developers] Ping status in android

2012-08-16 Thread chainz roid
Hello I'm working with android ICS. I want to check whether my server is available or not, hence i tried is.Reachable() but its not efficient. when i try this function application is killed. So i moved on to PING command its working file and its showing the Ping statistics Pinged IP,

Re: [android-developers] Re: Instantiating (but not attaching!) a View from a non-UI thread

2012-08-16 Thread Kostya Vasilyev
2012/8/16 b0b pujos.mich...@gmail.com On Thursday, 16 August 2012 03:47:02 UTC+2, MagouyaWare wrote: As for onCreate() you shouldn't really be doing ANYTHING except calling setContentView() and initializing a few member variables. Anything else needs to go in a separate thread (perhaps

[android-developers] android gps location problem

2012-08-16 Thread suresh
Dear Friends Am developing gps application. my requirements are the app should send location continuously for every 10 min to server. but its working for some time after that its keep sending same location even though the mobile is located in different place. please can any one suggest me

Re: [android-developers] Re: Instantiating (but not attaching!) a View from a non-UI thread

2012-08-16 Thread b0b
It seems that inflating views just isn't very fast, even with the binary XML format and stuff. Yes it can be very slow for complex layouts. It is unfortunate that it is not safe to invoke the layout inflater in a thread to preload the layout while displaying a loading screen , to

[android-developers] getActivity returns null after restoring application

2012-08-16 Thread TheNetStriker
I've created an FragmentActivity containing a ViewPager which loads its Fragments from an FragmentPagerAdapter. I need to call the Fragments from the Activity, so I've created an interface and a way to get a reference to the created Fragments. I is working pretty well until the Activity is

[android-developers] 【android-developers】 It is a question about an activity-alias attribute.

2012-08-16 Thread 安藤玲生
I am a Japanese programmer. My name is Reo Ando It is a question about an activity-alias attribute. It is the processing A, if an alias is attached to Existing Activity and a class name is an alias on sauce. It does not work, although he would like to carry out processing B when coming by the

[android-developers] Please give me a 'kick-start' to build an app that will log me into a web site.

2012-08-16 Thread Rob
Never developed an app. Downloaded and installed required software. As a 'learning experience', I want to build a app for my android Galaxy S II (4.0.4) that will use my web browser to log me into my Gmail account. Can someone point me to a tutorial to do this, or, suggest how I need to

[android-developers] [APP] CTN Car - Vehicle Management

2012-08-16 Thread Cristian Cardoso
I'm sharing my first Google Play app, it's an application that will help you to manage your vehicle fuel consumption. Download it, write a review and share your experience! https://play.google.com/store/apps/details?id=br.com.ctncardoso.ctncar Make your suggestion for the new versions! We'll

[android-developers] OpenGL using multiple classes

2012-08-16 Thread Braindrool
I've been programming for years, but I have very little experience with 3D graphics. I thought OpenGL would be the most efficient in this project. It's coming along alright, I am still studying the API and documentation. But I have encountered a problem using multiple classes. For instance,

[android-developers] listview hashmap checkbox

2012-08-16 Thread anasKun
hello everyone im a beginner at android and im working on a customized listview(hashmap) with images, textviews and checkboxes the isue is that i can't use the values of some textviews when the checkbox is checked if anyone'zs familliar with this i can post the code plzz help -- You received

[android-developers] Re: AVD is no launching in Ubuntu ICS

2012-08-16 Thread coc_21
What exactly is happening? On Tuesday, August 14, 2012 2:54:19 AM UTC-5, RKJ (Android developer) wrote: Hi All, is it any issue with ICS with Ubuntu to start emulator ? Same is working over Windows XM but not working in Ubuntu 10.5 above. Please suggest me . -- Thanks Regards

[android-developers] 【android-developers】Please let me know the right directions for use and a function about activity-alias.

2012-08-16 Thread 安藤玲生
hello. im japanese Android Programmer. I am sorry for awkward English. It is tired with labor. Research and development in the application which uses the activity-aliastag is done. In the application A, it is a yesterday and half-a-day tone poor place, for example. Suppose that there are three

[android-developers] Enter PIN number automatically into incoming call during active

2012-08-16 Thread Aung Myo Oo
Here is my scenario, There is a callback number and called that number. After a few seconds later provider callback to my phone and I accepted the call. At that time I need to choose the language and the enter PIN no. My question is that it is possible to send the language code and pin no at

[android-developers] Jelly Bean has taken over the Search button

2012-08-16 Thread Andrew Mackenzie
In our application we enabled search (triggered when the user pressed the Search/Magnifying-glass key on device) in a number of Activities using these entries in the manifest: meta-data android:name=android.app.default_searchable

[android-developers] Re: Your Registration to Google Play is still being processed.

2012-08-16 Thread El Ilmy
So me more terrible! After 5 days and 5 times submit issue report still have this message. (T_T) On Monday, 16 July 2012 21:26:05 UTC+8, Craig Bradley wrote: Just to let you know, I still have this message after joining yesterday. Just be patient and wait for the payment to clear. If you

[android-developers] 【android-developers】 activity-alias要素について

2012-08-16 Thread 安藤玲生
お疲れ様です。安藤です。 いきなりですが質問です。 activity-alias要素のIntent Filterに※1を記述して別アプリとして作成すると、 既存Activityを別名にすることができたのですが、※1をせず、ターゲットActivityの別名をしても、別名されませんでした。クラス名の取得の仕方は※2のようなやり方です。 どなたか、※1をしなくても別名することができるというひとはご教授していただければ幸いです。 ※1 action android:name=android.intent.action.MAIN / category

[android-developers] Accessibility: Virtual view hiearchy

2012-08-16 Thread Andreas
Hi all. I'm working on an Android application where we have a custom view and draw everything on a Canvas. I've watched the Google I/O 2012 accessibility video that discusses this exact scenario and it gives some pointer on how to get started. I have however failed to make this work as I

[android-developers] Re: Reference an integer resource for Android manifest versionCode

2012-08-16 Thread Andrew Mackenzie
See my answer to this stackoverflow question that describes how I ended up doing this: http://stackoverflow.com/questions/6018079/reference-an-integer-resource-for-android-manifest-versioncode/6691703#6691703 -- You received this message because you are subscribed to the Google Groups Android

[android-developers] My package is not visible in framework base

2012-08-16 Thread arun singh
Hi, I am compiling source code for sdk (make sdk). It's generating everything but the classes which i have included is not in custom android.jar. Please tell me where to define that package so that it will come in custom android.jar. Thanks, Arun Singh -- You received this message because

[android-developers] Re: wpa_supplicant file for Samsung Galaxy S2 running ics 4.0.3

2012-08-16 Thread Bharani dharan
Hi All, If the file for Galaxy S2 is not available, please share a valid wpa_supplicant file for any Android OS (older versions like GB, HoneyComb). I'll downgrade my mobile's OS. Thank you. Cheers, Bharani :) On Aug 15, 2012, at 6:04 PM, Bharani dharan wrote: Hi All, Does anyone have

[android-developers] InApp billing - always getting RESULT_ITEM_UNAVAILABLE

2012-08-16 Thread Przemyslaw Wegrzyn
Hi! I'm integrating InApp Billing functionality into my application. Testing with fake items e.g. android.test.purchased works fine, but trying to purchase any of my own items fails. I've double-checked the following: - signed application was uploaded to the publisher site, same APK installled

[android-developers] Re: InApp billing - always getting RESULT_ITEM_UNAVAILABLE

2012-08-16 Thread Przemyslaw Wegrzyn
Actually, I've just realized that Googl'e s InApp tutorial contradicts the documentation statement. Documentation states that: Note: You do not need to publish your application to do end-to-end testing. You only need to upload your application as a draft application to perform end-to-end testing.

[android-developers] Navigation bar position

2012-08-16 Thread bfalk2
I am fairly new to Android from a development standpoint, and I have a question that I can't seem to find the answer for. Where is the position of the navigation bar in ICS defined? I have a system running that will only be in one position (landscape) with no sensor for orientation, but

[android-developers] Default Voice Recorder

2012-08-16 Thread Ewerton Florencio
My Android is 2.2.1 and I want to open the voice recording app, I found it at App Manager from the Apps in the Settings menu, and I also opened the app when trying to upload a photo on imageshack.com, there was an option that I could open the voice recorder, but I want to know how can I open

Re: [android-developers] Re: Examples for Android with Eclipse

2012-08-16 Thread Gopal
* Do you have used the sample programs? should they work?* Yes, I have used the sample programs in Eclipse and they worked out of the box for me. I'm not having enough knowledge to say the cause of error you are getting. But it seems it is not finding the R (the resource class). You might

[android-developers] Multi lists in a single listview

2012-08-16 Thread Đức Lê
In a my music application, I have search function. When user submits a query, it will search for songs, albums and artists. The search result will display as follow: Song: List of songs Album: List of albums Artist: List of artists This is like search function in Google play music.

[android-developers] Manage contacts from desktop application

2012-08-16 Thread Predrag Djordjievski
What would be the best approach for developing desktop application in .NET for managing contacts from Android phone? -- 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] Call intent not working with device screen off

2012-08-16 Thread Woopiedoo
We have an app that sends a Intent.ACTION_CALL from a service. This has been working fine. But as of android 4.0.4 the call is not started if the device is in sleep mode with the screen black. Now the call is only triggered if you press a button on the phone so it goes out of sleep mode... why

[android-developers] In App Billing Test User Question

2012-08-16 Thread Duong Nguyen
Do i need to setup a sandbox account to test my in-app billing? I've added the test account like the In-App billing docs wants but when I go to buy my product it prompts me for real credit card info, this is not what I want to do. I will be performing many purchase requests daily and I don't

Re: [android-developers] Re: service dies without calling onDestroy()

2012-08-16 Thread Digipom
I got bitten by this the hard way. The official documentation on services doesn't have any warnings about this, so I figured onDestroy() was good enough. I had some audio shut down code in onDestroy() that wasn't getting called when the phone was being shut down, so I'd have a corrupt file

[android-developers] Galaxy Nexus JB OTA fails

2012-08-16 Thread David Ross
I reported this as an issue and I have done lots of googling but I have not found a satisfactory answer. I work for a company that is using the Galaxy Nexus to deploy an application. We have literally hundreds of handsets. With the roll-out of the Jelly Beans OTA update we are finding that

[android-developers] Unable to add product list to my android application

2012-08-16 Thread Oleg Pravdin
Hi, I have created a Google checkout account but haven't verified my bank account yet. Also, I've uploaded an app. to Google Play with permission = billing. For some reason, I'm unable to view 'Add product list' link below my application name as mentioned in in-app developer guide. Am I

[android-developers] Re: How restore transaction in In-App Billing (Android) work?

2012-08-16 Thread NemoDo
I have finished this feature in my app. You should follow these steps to do it: 1. Upload app to market with your real id list 2. Purchase some of them 3. Re install to run restore transaction 4. All response from server will display in this function (NOTICE: even restore

[android-developers] Re: TTS / Jellybean

2012-08-16 Thread Luis Ibáñez
I have a problem with this solution, this isLanguageAvailable(Locale.getDefault()) always returns -2, I have tried also with Locale.ENGLISH, Locale.UK, Locale.US and always returns -2. I have tried to use TTS directly and is working, so it's installed, but isLanguageAvailable always returns

[android-developers] Detach an App from Google Play

2012-08-16 Thread franc walter
Hello I tried to ask this first in a Android forum for consumer with maybe only few developers, but I didn't get a qualified answer. My question: I want to detach an OpenSource app from Google Play so that I won't get any updates anymore. Reason is, the app changed to an newer version which I

[android-developers] Jelly Bean OTA fails on Galaxy Nexus

2012-08-16 Thread David Ross
This is not a programming question per se, it is a question about how to get information from Google about Android. The company I am working for has hundreds of Galaxy Nexus handsets which are used as the standard operating platform of a company specific app. The app is not important. We

[android-developers] Negative Application review?

2012-08-16 Thread Eitan
Hi, I have a paid app with over 2300 reviews, and overall score of 4.6! I got about 2100 positive reviews (4 or 5 stars) 100 of 3 stars and about 100 of negative ones(1 or 2 stars) But in the last week, all the user can see is the negatives reviews, they are ALWES on the top 3 (that in the

[android-developers] Regarding API MediaPlayer.setVideoScalingMode() in api level 16

2012-08-16 Thread Wendong
Hi All, Has anyone tried this API when using software codec? I found that it's working fine when using hardware codec, but on software codec, the mode used is always VIDEO_SCALING_MODE_SCALE_TO_FIT, even I set the mode to VIDEO_SCALING_MODE_SCALE_TO_FIT_WITH_CROPPING. Is mode

[android-developers] Re: Android SDK Manager Failed to fetch URL

2012-08-16 Thread Navneet Singh
Thanks Alexandra, The information really helped. I was facing this problem of SDK Manager not fetching the package list, since last 2 days. Problem in my case was the proxy settings. Once the changed the proxy settings, it was done, without an issue. Regards Navneet On Saturday, 23 July

[android-developers] offline mode for mapview

2012-08-16 Thread David Asher
Now that the Google Maps app is supporting offline tiles mode, will this feature be made available to the MapView object in the Android SDK? With the Nexus 7 having GPS but not cell service, offline maps will be a critical feature for apps such as tour guides. Is there a roadmap? -- You

[android-developers] Keyboard listener should be activated after a count of input?

2012-08-16 Thread User1234
Hi all, I want to set an listener in an activity, which only execute the code when all the 6 or 8 digits is typed in the editText field. I can use an keyboard listener, but this will be activated each time the user type in a single character. I want something more intelligent :) that only

Re: [android-developers] Help me Android SDK Install, please!

2012-08-16 Thread AZ DEP
This trick does not work with Windows 7 64 bit. How about a real fix? Need to get this installed if possible today. Any help would be greatly appreciated. Thanks, AZ DEP On Wednesday, August 8, 2012 1:37:54 PM UTC-7, TreKing wrote: On Wed, Aug 8, 2012 at 10:16 AM, TV ti...@k66.ru

Re: [android-developers] Re: InApp billing - always getting RESULT_ITEM_UNAVAILABLE

2012-08-16 Thread bharadwaj
u have publish the items u have put in the developer account but no need to publish ur app. also need to mention required permisssions in your manifest.the unique id which u have given in for each item should be same as the id u are sending to google while purchasing package. On Tue, Aug 14,

Re: [android-developers] Help me Android SDK Install, please!

2012-08-16 Thread Asheesh Arya
try to install jre6 for 32 bit and sdk also 32 bit!! then it work ! -- 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] Detect scrolling stop and TableLayout updating

2012-08-16 Thread Иван Дунский
I have TableLayout in the ScrollView. I add items there in with the method: private void appendRows(int start , int end) { final TableLayout table = (TableLayout)findViewById(R.id.table); for (int i=start; i=end; i++) { TableRow row = new TableRow(this);

Re: [android-developers] Re: AVD is no launching in Ubuntu ICS

2012-08-16 Thread Rocky
when i'm running project, console saying that emulator 5554 is launching .. but it is not launching at all. On Wed, Aug 15, 2012 at 12:29 AM, coc_21 ccoly...@gmail.com wrote: What exactly is happening? On Tuesday, August 14, 2012 2:54:19 AM UTC-5, RKJ (Android developer) wrote: Hi

Re: [android-developers] Re: Instantiating (but not attaching!) a View from a non-UI thread

2012-08-16 Thread Kostya Vasilyev
2012/8/16 b0b pujos.mich...@gmail.com It seems that inflating views just isn't very fast, even with the binary XML format and stuff. Yes it can be very slow for complex layouts. I wouldn't consider 8-10 views, times 7-8 list view items very complex. It is unfortunate that it is not

[android-developers] How to toggle the display of an activity dynamically

2012-08-16 Thread frantz lohier
Hello, I'd like my activity to start without any display and, based on some criteria/user preference, revert back to displaying a UI/dialogue when onCreate() is called. After some research on the web, I found that the application manifest can be easily set to force a none display theme with '

Re: [android-developers] Re: AVD is no launching in Ubuntu ICS

2012-08-16 Thread fahad mullaji
First start AVD then run application on it Thanks Fahad Mullaji On Thu, Aug 16, 2012 at 4:02 PM, Rocky rkjhaw1...@gmail.com wrote: when i'm running project, console saying that emulator 5554 is launching .. but it is not launching at all. On Wed, Aug 15, 2012 at 12:29 AM, coc_21

Re: [android-developers] Prevent garbage collection for Broadcast receiver that are dynamically registered

2012-08-16 Thread frantz lohier
Thank you Mark - this was never very clear in any of the books I've bought regarding Android programming or on Android website unfortunately. My next question is as follows: I've listed a receiver in the manifest as suggested pointing to the following definition: public class TESTWAKEUP extends

Re: [android-developers] Disabling wifi, GPS, Bluetooth, and celluar in an app

2012-08-16 Thread Jose_GD
Then your answer should be How do I put a phone in airplane mode programatically? El jueves, 16 de agosto de 2012 03:26:15 UTC-3, Jason Hsu escribió: I know I can go into airplane mode, but I want to give the user the option of conserving the battery AFTER starting the app by providing

Re: [android-developers] Prevent garbage collection for Broadcast receiver that are dynamically registered

2012-08-16 Thread Mark Murphy
On Thu, Aug 16, 2012 at 7:26 AM, frantz lohier floh...@gmail.com wrote: Thank you Mark - this was never very clear in any of the books I've bought regarding Android programming or on Android website unfortunately. Books and documentation cannot possibly cover the infinite variations of

Re: [android-developers] Re: service dies without calling onDestroy()

2012-08-16 Thread Mark Murphy
On Thu, Aug 9, 2012 at 11:23 AM, Digipom digi...@gmail.com wrote: I got bitten by this the hard way. The official documentation on services doesn't have any warnings about this, so I figured onDestroy() was good enough. I had some audio shut down code in onDestroy() that wasn't getting called

[android-developers] How to implement actiobar drawers?

2012-08-16 Thread Alexey Zakharov
There is Drawers section inside ActionBar guidelines http://developer.android.com/design/patterns/actionbar.html How actionbar drawer should be implemented? -- Alexey -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

Re: [android-developers] How to toggle the display of an activity dynamically

2012-08-16 Thread Mark Murphy
On Thu, Aug 16, 2012 at 7:08 AM, frantz lohier floh...@gmail.com wrote: I'd like my activity to start without any display and, based on some criteria/user preference, revert back to displaying a UI/dialogue when onCreate() is called. Have two activities. One is the Theme.NoDisplay one, and it

Re: [android-developers] How to implement actiobar drawers?

2012-08-16 Thread Mark Murphy
On Thu, Aug 16, 2012 at 7:59 AM, Alexey Zakharov alexey.v.zaha...@gmail.com wrote: There is Drawers section inside ActionBar guidelines http://developer.android.com/design/patterns/actionbar.html How actionbar drawer should be implemented? There are one or two open source solutions floating

Re: [android-developers] offline mode for mapview

2012-08-16 Thread Mark Murphy
On Thu, Aug 9, 2012 at 2:13 PM, David Asher dja.as...@gmail.com wrote: Now that the Google Maps app is supporting offline tiles mode, will this feature be made available to the MapView object in the Android SDK? Conceivably, but the Maps SDK add-on has not been changed for years. Is there a

Re: [android-developers] Re: AVD is no launching in Ubuntu ICS

2012-08-16 Thread Rocky
I did, from AVD manager, I started, for that also emulator is not comming. I heart that it is open issue in google with ICS and Ubuntu. On Thu, Aug 16, 2012 at 4:54 PM, fahad mullaji fahadmull...@gmail.comwrote: First start AVD then run application on it Thanks Fahad Mullaji On Thu,

Re: [android-developers] Detach an App from Google Play

2012-08-16 Thread Mark Murphy
On Sat, Aug 11, 2012 at 7:45 AM, franc walter francwal...@gmail.com wrote: Do I need to change something in the source and then compile the app? Yes. But what to change? The package name, everywhere it appears: - in the manifest - in the source code (directories and package statements at the

Re: [android-developers] Re: InApp billing - always getting RESULT_ITEM_UNAVAILABLE

2012-08-16 Thread Przemyslaw Wegrzyn
On 08/16/2012 12:19 PM, bharadwaj wrote: u have publish the items u have put in the developer account but no need to publish ur app. That's exactly what I've done. also need to mention required permisssions in your manifest. I have all the necessary permissions configured. My public key is OK,

Re: [android-developers] My package is not visible in framework base

2012-08-16 Thread Mark Murphy
On Mon, Aug 13, 2012 at 2:49 AM, arun singh arun01.allaha...@gmail.com wrote: I am compiling source code for sdk (make sdk). That has nothing to do with this list. Please visit http://source.android.com to learn more about the Android source code, including finding lists that might be relevant

Re: [android-developers] OpenGL using multiple classes

2012-08-16 Thread Satya Komatineni
Hopefully you have a good reason to structure your classes they way you have done. To start BlaRenderer is a proper derived class that will get called. So this is a concrete class by itself. Number 2, the player class looks more like a utilitiy class and hence doesn't need to derive from

[android-developers] Problem in larger xml parsing with SOAP web service

2012-08-16 Thread Rajan
i am trying to fetch the record from the SOAP web service but due to larger xml size i didn't get the proper output, here i'm putting my code as well as logcat entry. ** *CODE (SoapHTTPPostActivity.java)*

[android-developers] Changing whitelisted C2DM email address

2012-08-16 Thread Android Developer
Hi, I have android application that is in play store. Application has C2DM push notification feature and i used *accou...@test.com* as a whitelisted email address. Now i need to change to *accou...@test.com*. If i change it to new one and push it to play store then what will be the side effects?

[android-developers] Re: android gps location problem

2012-08-16 Thread bob
Check your minTime and minDistance here: public void requestLocationUpdates (String provider, long minTime, float minDistance, LocationListener listener, Looperlooper) On Thursday, August 16, 2012 4:58:34 AM UTC-5, suresh wrote: Dear Friends Am developing gps application. my requirements

Re: [android-developers] Re: service dies without calling onDestroy()

2012-08-16 Thread Digipom Inc.
On Thu, Aug 16, 2012 at 7:57 AM, Mark Murphy mmur...@commonsware.comwrote: On Thu, Aug 9, 2012 at 11:23 AM, Digipom digi...@gmail.com wrote: I got bitten by this the hard way. The official documentation on services doesn't have any warnings about this, so I figured onDestroy() was good

Re: [android-developers] Re: service dies without calling onDestroy()

2012-08-16 Thread Mark Murphy
On Thu, Aug 16, 2012 at 10:19 AM, Digipom Inc. digi...@gmail.com wrote: Not everything is designed to be used indefinitely by a service. It's hard to think of something more suited to a service than recording in the background. You presume that recording in the background is part of the

[android-developers] Eclipse Config of ADT

2012-08-16 Thread kenshort
I am setting up the Android SDK and I've gotten to the Eclipse Config of ADT. I am following these steps from the setup guide: After you've installed ADT and restarted Eclipse, you must specify the location of your Android SDK directory: 1. Select *Window* *Preferences...* to open the

[android-developers] How to make an Android Spinner with initial text “Select One”

2012-08-16 Thread Heitor Lima
In Android, I want to use a Spinner that initially (when the user has not made a selection yet) displays the text Select One. When the user clicks the spinner, the list of items is displayed and the user selects one of the options. After the user has made a selection, the selected item is

[android-developers] Re: Input transport and input dispatcher error on 2.3

2012-08-16 Thread Jayesh
I am also facing similar problem; Device: Galaxy S3, Samsung Rugby, Samsung skyrocket Scenario: Random; while navigating from one activity to other. 08-01 14:04:34.122: E/InputTransport(6669): channel '42eb8978 xx.xx.xx.xx/com.xxx.XXActivity (client)' consumer ~ Error -1 pinning ashmem fd

[android-developers] Re: frame buffer data in android

2012-08-16 Thread Herditya
Hi Niraj. Can you send me C code to read framebuffer data? I also appreciate if you send me complete Android project just to demonstrate how to call those C code via JNI. Thank you. On Tuesday, December 15, 2009 12:24:32 PM UTC+7, Niraj wrote: Hi, I am collecting framebuffer data

Re: [android-developers] Canvas or Gesture??

2012-08-16 Thread John Archer
Thanks all for the efforts Robin et. al., I am trying to so something very similar - create a signature page. Did you figure what was missing to get the erase and properly saved image here? thanks john On Wednesday, February 16, 2011 1:17:15 PM UTC-6, Robin Talwar wrote: Alright So now

[android-developers] 301 Error

2012-08-16 Thread Jacques Deschenes
I am unable to update my Android 2.2 because of this error. Can you provide a solution or better still can I get a newer version that I can download to a usb and overwrite this one please? Thank you -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] how to make updates to my app at store and alert users about new updates?

2012-08-16 Thread Hady Abd alkhalik
hi all, how can i add any updates to my published application at google play and inform mobiles which installed before my app about new updates? thanks all -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Help me Android SDK Install, please!

2012-08-16 Thread HardipPatel
On Wednesday, 8 August 2012 20:46:19 UTC+5:30, TV wrote: I can not install Android SDK (see Android_SDK.jpg). I have already installed the Java SDK (see Java.jpg). What should I do? Hey you installed java in system32, try to install it in Program files then run the android_sdk installer.

[android-developers] List View View Replicated when scrolling down and movie the stroller towards to up.

2012-08-16 Thread Gourab Singha
List View View Replicated when scrolling down and movie the stroller towards to up. How i Solve this -- 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] Why does prefetcher service keeps running

2012-08-16 Thread Saud
I dont want to prefetch anything and the maps prefetcher service keeps coming back. It happens since I updated the maps app. Why the hell there is no option in the maps to stop prefetching the data. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] How to check bug id on git log

2012-08-16 Thread Danny Hsu
Dear all, When I check the commit id 503d6a44a8193d8111eba393651dcb522cc1cf87, it shows: commit 503d6a44a8193d8111eba393651dcb522cc1cf87 Author: Craig Mautner cmaut...@google.com Date: Mon Jun 25 11:13:24 2012 -0700 DO NOT MERGE Set force hiding differently Only force hide

[android-developers] Screen distortion issue

2012-08-16 Thread Jayesh
Hi, After performing extensive user operation e.g. navigating through various activities, buttons and menu. The issue, screen distortion, is random and seldom. It can be observed any where on screen when you touch it. But later moving to other activity app behaves normally. Device: Samsung

[android-developers] Youtube App does not support HLS format

2012-08-16 Thread declan
Hi Guys Im using 2 Android devices the HTC One S which has Android 4.0.3 Kernel version:3.0.8-01136-g9d2ad31 and also with a Galaxy tablet that I have Android 3.2 Kernel version 2.6.36.3. My question relates to the Youtube Application video format support and HLS. So I know these devices can

[android-developers] Server Unauthorized

2012-08-16 Thread ענבל איטח
Hi, I am developing an android app with a server There are .php files on ther server, I am using wamp as my server on my laptop I tries to send a request for the server,and the return answer was: 401 Unauthorized How can I solve it?!?!? -- You received this message because you are subscribed

[android-developers] Re: Change word on buttonclick (with radiobuttons)

2012-08-16 Thread HardipPatel
class tutorialOne extends Activity implements OnCheckedChangeListener { TextView textOut; EditText textIn; RadioGroup gravityG, styleG; private String alignment; @Override protected void onCreate(Bundle savedInstanceState) { // TODO Auto-generated method stub super.onCreate(savedInstanceState);

[android-developers] Merge Tag Relative Layout api level 15

2012-08-16 Thread esc0ba
Hello, Today i found an interesting thing, which i don't know if its a bug or if i am doing something wrong. I build a compound control (extending RelativeLayout) using this ctor. public CompundControl(Context context, AttributeSet attrs) { super(context, attrs);

[android-developers] App targeted for non armv7 devices

2012-08-16 Thread arun kumar
Hai all, We are working in an android project in which we are using a third party scanning library. We got the information from that third party that they compiled their scanning library for ARM v7. We have uploaded the app to the market and working fine for the devices with ARMv7. Our app has to

[android-developers] Beginner question : The type of the expression must be an array type but it resolved to double

2012-08-16 Thread jg
Hello, Before anything, I would like to mention that I am new to Android develoment, and java as well... So please, apologize in advance if I ask a stupid question (but there is no such thing as a stupid question, is it ;) ? ), or if I do anything wrong in this post (I figured out it might be

[android-developers] Error in the sample code of Xml Pull Parser

2012-08-16 Thread Jiahao Liu
Hi everyone: When I was learning how to parse XML data described in the Android tutorial (http://developer.android.com/training/basics/network-ops/xml.html), I found an error in the sample file provided. This error appears in the Android Manifest file and it is related with the class name.

[android-developers] Re: android sdk on FreeBSD in Linux emulation mode

2012-08-16 Thread Eugene Dzhurinsky
I am do android development on FreeBSD8(Gnome). There are linux emulation mode so I'm using Linux version of SDK. To run tools/android I added swt from x11-toolkit/swt. Create env variables: JAVA_HOME=/usr/local/openjdk ANDROID_JAVA_HOME=$JAVA_HOME

Re: [android-developers] Re: service dies without calling onDestroy()

2012-08-16 Thread Digipom Inc.
Well, it makes sense, expected or not. Many applications do use the MediaRecorder in the background as most users expect to be able to continue recording when they do other tasks, not just when they have the activity in the foreground. If the use case wasn't expected, it probably should have been.

[android-developers] Re: Problem in larger xml parsing with SOAP web service

2012-08-16 Thread JP
This looks to me like you're trying to skin existing code over the Android platform? In my experience, DOM (tree parsing in general) isn't so great in the mobile environment as you have to load the tree structure up front to get to that last piece of data that you actually might be interested

Re: [android-developers] How to put ads in live wallpapers?

2012-08-16 Thread MobileVisuals
I have researched this now and banner ads will not work for our live wallpapers. All of our live wallpapers are hypnotic. The purpose of them is to meditate while looking at the hypnotic animations. It would ruin the whole purpose of them, to force people to look at banner ads at the same

  1   2   >