[android-developers] frame detection - face rect has negative coordinates.

2013-02-10 Thread JossieKat
I started using face detection using Camera TexureView after I set the listner antrted face detection I had some issues when face is recognised, face array length is 1 *Face class at has several fields as null like left eye and right eye points * *rect has bottom and top negative coordinates.*

Re: [android-developers] Re: ALL DEVELOPERS PIRATED APPLICATION ALL OVER!

2013-02-10 Thread John Coryat
We have a pretty good system of fraud prevention. It's either working 100% or is totally flawed as I've never detected a single incident of piracy. Our zero piracy rate may also be due to the nature of the app: Freemium in the weather category. Pretty boring. -John Coryat -- -- You received

[android-developers] Activity and Application life-cycle

2013-02-10 Thread dashman
I understand Activities can be paused and or destroyed when in the background or sleeping. If destroyed goes thru a full creation process agan. What happens to the Application object. Specifically - if the Activity is destroyed, is the Application object destroyed also. It seems like the

Re: [android-developers] Activity and Application life-cycle

2013-02-10 Thread Mark Murphy
On Sun, Feb 10, 2013 at 9:35 AM, dashman erjdri...@gmail.com wrote: I understand Activities can be paused and or destroyed when in the background or sleeping. Activities are paused when they move to the background. Activities are only called with onDestroy() when in the background as part of

Re: [android-developers] Activity and Application life-cycle

2013-02-10 Thread dashman
Making sure i understand this When an activity is asleep, it could be destroyed by the os. if destroyed, onDestroyed() will be called. if not destroyed, it'll be resumed. The reason i asked the original question was this. I have an Activity as well as an Application sub-class - i store some

Re: [android-developers] Activity and Application life-cycle

2013-02-10 Thread Mark Murphy
On Sun, Feb 10, 2013 at 10:26 AM, dashman erjdri...@gmail.com wrote: When an activity is asleep, it could be destroyed by the os. There is no concept of asleep. if destroyed, onDestroyed() will be called. Not necessarily. The process can be terminated without onDestroy() being called. if

Re: [android-developers] Activity and Application life-cycle

2013-02-10 Thread Kristopher Micinski
People overuse the Application class because of a poor understanding of what its lifecycle semantics are. To top that, they're not especially well explained in most documentation or books. But if you're storing things in the application class, you probably shouldn't be, why not store them in

Re: [android-developers] Activity and Application life-cycle

2013-02-10 Thread dashman
by activity asleep i really mean phone is asleep - as in not awake/screen off. yes eventually i think i will have to store the state data in storage. the problem is that i'm maintaining a linked list that changes often and did not want to take the hit of saving it constantly. -- -- You

Re: [android-developers] Activity and Application life-cycle

2013-02-10 Thread Kristopher Micinski
You should consider changing your data structure, but you should also know that the underlying persistence architecture already has efficiency in mind (wrt caching, etc...) The fact that you have to store this in the global application context is a sign of code smell. Why are you doing this?

[android-developers] can not create AVD for Android 2.3.3 based on Atom x86 Sysytem Image

2013-02-10 Thread futurexiong
I downloaded the Intel Atomx86 System Image (Intel Corporation) – API Level 10 through Android SDK Manager and also installed HAXM Extra. HAXM runs properly. But when I want to create a AVD,I can not find Intel Atomx86 System Image (Intel Corporation) – API Level 10 options in target dropdown

[android-developers] Re: Invisible Files on ICS - media scanner thing?

2013-02-10 Thread 3c
I have developed a file explorer (Android Tuner if you want to test this) and got report that file moved/copied did not appear in gallery or other apps, (starting with ICS I think). So I added the scanning/deleting of all files manipulated by the file explorer, so that they would also appear

Re: [android-developers] Re: Paid apps with trial and payments

2013-02-10 Thread Harish
Thanks for your opinion, we already have mechanism to show updates using android notification, the only thing is in this case user had to take a action and incase of AppStore updates are smoothly applied. does anyone has idea how other apps like WhatsApp does manage payments after 1yr -- --

[android-developers] Sim cannot be detected

2013-02-10 Thread arunkumar . k
Hi, I have a sony Xperia miro.if i put the sim in that mobile it could not able to detect the simwhat is the problem can any one help me Thanks. -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Sim cannot be detected

2013-02-10 Thread Siva Kumar
Dear Arun, u try with other sim.If it is detected means your phone is correct and your sim is problem.If that sim also not detected means then your headset is problem On Mon, Feb 11, 2013 at 10:38 AM, arunkuma...@npcompete.net wrote: Hi, I have a sony Xperia miro.if i put the sim in

Re: [android-developers] Sim cannot be detected

2013-02-10 Thread Asheesh Arya
call 100 in emergency -- -- 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

Re: [android-developers] Sim cannot be detected

2013-02-10 Thread Arun Kumar K
if i put other sim.It is not detected i ll check my mobile On Mon, Feb 11, 2013 at 12:44 PM, Asheesh Arya asheesharya...@gmail.comwrote: call 100 in emergency -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this