[android-developers] Re: Application onCreate called more than once?

2012-11-11 Thread Nitin Sethi
The onCreate.. method of the class extending Application is called only once unless the process gets killed somehow and restarted. You can investigate for any reason(s) of your process getting killed. On Sunday, 11 November 2012 03:02:42 UTC+5:30, Craig wrote: I received an error because I'm

[android-developers] Handwritten Signature

2012-11-11 Thread Brad Stintson
Hii Group How to recognize and store handwritten signatures on android? Regards, Brad -- 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] Re: breakpoints ignored

2012-11-11 Thread Piren
Because you can't... breakpoints need to be placed on code that actually runs.. either the first line of the function or the call to that function. On Friday, November 9, 2012 12:34:07 AM UTC+2, bob wrote: On Thursday, November 8, 2012 4:31:52 PM UTC-6, Sunghun wrote: Did you put your

[android-developers] Re: random Resource$NotFoundException reports

2012-11-11 Thread Piren
From my experience these always came due to memory constraint issues... when i pushed it too high android started doing that. On Thursday, November 8, 2012 1:57:06 PM UTC+2, Andrea Pietroni wrote: Hi all, I have published an app (with ACRA for crash reporting) which results in some random

[android-developers] Location Update on wifi/3g off

2012-11-11 Thread Giosia Gentile
Hi, I have a problem with location update using NETWORK_PROVIDER. When I use NETWORK_PROVIDER if the wifi or 3g network are offline in the onLocationChanged(Location location) I receive a LastKnow location but I want it is call just when there is a real new location. I must check if user is in

[android-developers] About OTA server

2012-11-11 Thread Chuz Lin
Hi,all ,How to set up OTA server?Can someone help me?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 unsubscribe from this group, send email to

Re: [android-developers] About OTA server

2012-11-11 Thread Michael Banzon
Make sure you have all the wired you need before starting. ;o) And maybe re-phrase the question to include a specific problem hopefully regarding the Android SDK. On Sun, Nov 11, 2012 at 12:38 PM, Chuz Lin shmcc...@gmail.com wrote: Hi,all ,How to set up OTA server?Can someone help me?Thanks

[android-developers] Re: Application onCreate called more than once?

2012-11-11 Thread Craig
My process getting killed should not be an issue, as long as it dies. I'm scheduling alarms to start it up at different times - the issue I seem to be having is that multiple instances of my process run at the same time... On Sunday, November 11, 2012 3:27:30 AM UTC-5, Nitin Sethi wrote:

[android-developers] Re: What happens in android device.If gps is working for a long time continously (more than 5 hours)

2012-11-11 Thread GlenLee
Paul, Actually I was being serious. I started having problems with my phone so I took it into Sprint. When I picked it up I was given a polite lecture on having my location updated every 60 seconds. They informed me that they'd replaced the antenna assembly, which included the GPS antenna. The

[android-developers] Re: How do I sell apps from South Africa?

2012-11-11 Thread Rok Kralj
They do have computers in Africa? Dne nedelja, 08. julij 2012 21:48:32 UTC+2 je oseba MeltdownZA napisala: We have an upcoming title we'd like to sell via the Google Play store. From the research I've done, it seems that we can sell apps if we are in South Africa. Yet when I registered a

[android-developers] ProGuard docs are inconsistent with the actual config files

2012-11-11 Thread Keith Wiley
I'm working off these instructions, which as you can see are a proper and formal component of the official Android dev docs: *http://developer.android.com/tools/help/proguard.html* (Side-note: that file has no date written on it and no applicable Android SDK version written on it; it is

[android-developers] [Using Ant] BUILD FAILED: com.android.ant.SignApkTask cannot be found

2012-11-11 Thread Nobu Games
Since I need to implement release / debug dependent code changes I was thinking that using Ant would be a good idea. Knowing zilch about it so far I looked up how-tos and docs. - I installed ant (version 1.8.2) - I added the SDK paths platform-tools and tools to the global PATHvariable

Re: [android-developers] Re: Application onCreate called more than once?

2012-11-11 Thread TreKing
I think you should provide more details regarding what you're seeing that makes you think the process is starting over again. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago

[android-developers] Re: Application onCreate called more than once?

2012-11-11 Thread Nobu Games
Post your manifest.xml. I assume that you have your broadcastreceiver or some service running in a separate process. That would cause Application.onCreate to be called multiple times. On Saturday, November 10, 2012 3:32:42 PM UTC-6, Craig wrote: I received an error because I'm doing something

Re: [android-developers] Designing graphics for different devices/screens?

2012-11-11 Thread Fred Stluka
Lots of good detailed practical info at: http://developer.android.com/training/basics/supporting-devices/screens.html and for mobile Web apps on Android: http://developer.android.com/guide/webapps/targeting.html To see how big your screen is, browse with a phone/table to:

[android-developers] Re: Application onCreate called more than once?

2012-11-11 Thread Craig
Here's my manifest.xml (with no process attributes): ?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android; package=com.mypackage.rm android:versionCode=1 android:versionName=@string/versionName uses-sdk android:minSdkVersion=8

[android-developers] Re: What happens in android device.If gps is working for a long time continously (more than 5 hours)

2012-11-11 Thread lbendlin
I call BS. While the GPS on the phones is not as sensitive as the one in handheld devices etc (due to design limitations in the phone body etc) there is no way that a permanently running GPS (assuming the usual 1Hz rate of consumer gear) can have ANY impact on the phone hardware. Granted, it

[android-developers] OFF_Topc - Isto é ou não ter tecnologia na pele....

2012-11-11 Thread Ray da Costa
http://www.facebook.com/photo.php?fbid=494025013965424set=a.492352420799350.116577.167171263317469 -- Ray da Costa The best way to predict the future is to invent it. Alan Kay -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Advice for a strategic game map

2012-11-11 Thread Nobu Games
If you want to use 3D graphics then you need to brush up your OpenGL knowledge and optionally use one of the available game engines out there that also support Android. If it's 2D and performance is not a big concern then you can write your own custom View for that map (you also could create

[android-developers] Re: A proplem with the floating window

2012-11-11 Thread ivan shi
up! anybody who can help me? 在 2012年11月8日星期四UTC+8下午3时29分14秒,ivan shi写道: I developed a floating window, when I need to change the position of the floating window,I call WindowManager.updateViewLayout to update the layout. If the initial coordinates x 0, adjust it to 500, this box is

[android-developers] Re: [Using Ant] BUILD FAILED: com.android.ant.SignApkTask cannot be found

2012-11-11 Thread Nobu Games
Ok, I figured it out. I had a misconfiguration on my box that caused the JAVA_HOME variable to point to an old Java version (JRE 1.5). I corrected the path and now it works. On Sunday, November 11, 2012 2:24:07 PM UTC-6, Nobu Games wrote: Since I need to implement release / debug dependent

Re: [android-developers] Re: Application onCreate called more than once?

2012-11-11 Thread Nikolay Elenkov
On Mon, Nov 12, 2012 at 7:17 AM, Nobu Games dev.nobu.ga...@gmail.com wrote: Post your manifest.xml. I assume that you have your broadcastreceiver or some service running in a separate process. That would cause Application.onCreate to be called multiple times. ACRA keeps track of

[android-developers] Load an error resID after devices just started.

2012-11-11 Thread fycd
hi all: I get strange problem with .R class while devices just started. my app get all kind of broadcast and send a notification. but some times, after devices has started, my app receives the first broadcast and send a notification with wrong layout id. and it cause my app crash forCouldn't

[android-developers] bluetooth PAN issue

2012-11-11 Thread Robin Gujjar
Hi All , I am trying to setup the bluetoooth PAN on my devlopment board( Client PANU). Master is running on a Ubuntu PC 12.04 . Master is working fine as i am able to access interbet on another ubuntu PC . But on my android development board i am not able to start a connection, i have

[android-developers] Confused about signature process to verify purchases

2012-11-11 Thread Stu
After any exchange between the app and Google play to purchase some goods, the app must then forward this request to some external content-delivery server requesting that the purchased goods be delivered. Obviously, there is no way to prevent the user from modifying the source code of their