[android-developers] Re: All the google accounts of all the phones waiting for C2DM push notifications must be registered on C2DM?

2012-01-12 Thread appel
The developers that wants to use c2dm in their apps. -- 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] Accessing IMSI number

2012-01-09 Thread appel
Some users avoid apps that require that permission when there's no obvious uservisible reason for it. Some dislike device tracking and others that it allows apps to find out who they talk with on the phone and when. Trust issue I guess. -- You received this message because you are subscribed

[android-developers] Re: Android Back Button Handling Issue

2011-12-30 Thread appel
http://stackoverflow.com/questions/1898886/removing-an-activity-from-the-history-stack http://developer.android.com/training/design-navigation/index.html http://blog.radioactiveyak.com/2010/08/what-you-can-do-with-your-modal-dialogs.html (I think confirm dialogs when pressing back are really

[android-developers] Re: Device Administration API policy prevent change set date time

2011-11-29 Thread appel
That is not possible. The supported policies are listed in Table 1 on the page you linked to. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Re: Facebook posting not works if any crashing in application

2011-11-23 Thread appel
I'd suggest you fix the bug that causes the app to crash. -- 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: Grouping same call logs just like google nexus

2011-10-18 Thread appel
Why not look at the source code? If that doesn't help you have to be more specific about your problem. http://www.google.com/codesearch#J8HqCFe1rOo/src/com/android/contacts/RecentCallsListActivity.javatype=cs -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Android 2.3.5 device cannot find my app

2011-09-08 Thread appel
I could find and install your app now. -- 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: Android 2.3.5 device cannot find my app

2011-09-07 Thread appel
I have an old HTC Hero with a custom rom based on CM 7.1 RC1 (2.3.5) and Android Market says your app is not compatible with it. The message isn't very helpful though. This item is not compatible with your device. -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Android 2.3.5 device cannot find my app

2011-09-07 Thread appel
It could be a more recent nightly then. But from reading the documentation it is because of the copy-protection. Probably because developer devices and rooted devices has full access to the phone the copy-protection doesn't work. Paid apps works just fine anyways, unless copy-protection is

Re: [android-developers] When should I leave a service running?

2011-06-17 Thread appel
Ok, thanks. When the documentation says one thing and existing (popular and high rated) apps do something else it just makes me think I've missed something. Guess I haven't then. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: Implementing Auto-Update of an Application

2011-06-15 Thread appel
Market will automatically notify the user when there is a new version available for any installed app. -- 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] When should I leave a service running?

2011-06-15 Thread appel
I'm trying to understand the lifecycle of services. What I don't quite get is when should I ensure my service is stopped when done with its work and when should I just leave it running in case it is needed again. Is there a cost to starting a service? If I know that my service will do things

Re: [android-developers] Services and Alarm Manager

2011-06-14 Thread appel
If you force close the alarm clock it will not wake you up. Just because it isn't running doesn't mean it has been force closed. To force close an app use the settings - applications - manage applications activity. -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Application not showing up in Settings-Manage Apps--Running Apps

2011-05-15 Thread appel
In running services press menu and select show cached processes. -- 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: static variable set to null

2011-04-12 Thread appel
If you don't set them to null somewhere it is most likely because your application process has been killed and restarted. -- 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 there any idea that files are only used by application those are stored on media card?

2011-04-12 Thread appel
Is it important that they cannot be read by another application? Or is it enough that they do not appear in apps that use the media scanner like the built-in music app? If the latter then you can just rename your files or put a file called .nomedia in the same directory as your mp3 files. --

[android-developers] Re: performance issue of an android application

2011-03-28 Thread appel
What tools have you tried? http://lmgtfy.com/?q=android+performance+profiling -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

[android-developers] Re: Copy/Paste Programmatically

2011-03-14 Thread appel
http://lmgtfy.com/?q=android+copy+text+programmatically -- 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: Copy/Paste Programmatically

2011-03-14 Thread appel
And how was I supposed to know you wanted to do this from a WebView? :) Afaik there's no way to manipulate the DOM within a WebView directly with java code. If you don't need the original value of the form field you could load javascript into the page that changes the field for you. -- You

Re: [android-developers] Re: Android 2.3 Causes memory intensive app to crash

2011-03-09 Thread appel
Follow up to my OT reply. It seems like I'm not the only one experiencing the no more pmem available error since updating to 2.3.3. Happens even when using only built-in applications (with market updates). http://code.google.com/p/android/issues/detail?id=15135 -- You received this message

[android-developers] Re: Gingerbread update on Nexus One

2011-03-08 Thread appel
Just wait and you'll get the update notification again. For me, on my Nexus One, it usually takes two to three attempts until it manages to install updates. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] Re: Android 2.3 Causes memory intensive app to crash

2011-03-06 Thread appel
Just use gmaps and other built in apps. That is enough to cause intermittent drawing issues because of no more pmem available in the default launcher when pressing home on my nexus one with 2.3.3. Factory reset does not help. -- You received this message because you are subscribed to the

Re: [android-developers] Re: Could I exec some codes after my app is installed

2011-01-19 Thread appel
Maybe you could put some automatic redirect in Android so that apps that write to the wrong location are redirected to the correct location? Most devs do not seem to care and just create files and directories in the root directory on the sdcard. -- You received this message because you are

[android-developers] Re: Proper Exception Handling

2011-01-18 Thread appel
So if I check with file.exists() and before I can call open some other process deletes the file I should always crash? That doesn't sound very user friendly to me. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

Re: [android-developers] Re: Accessing Facebook photos from the Contacts provider

2011-01-12 Thread appel
Devices with Android 2.0 or newer support it. -- 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] Accessing Facebook photos from the Contacts provider

2011-01-11 Thread appel
I believe he's talking about ContactsContracthttp://developer.android.com/reference/android/provider/ContactsContract.htmlin the Android SDK. The official Facebook client uses it but there's some special handling somewhere making the photos only available in the built-in contacts and sms apps.

[android-developers] Re: How can get the latest version of google apks (market ,gmail ,yotube)

2010-08-03 Thread appel
The same as with everything else that is part of the firmware, you wait for your phone manufacturer/carrier to release updates with newer versions of the Google apps. :( On Aug 3, 9:39 am, GPU gopuraj...@gmail.com wrote: So what is procedure to get these apks from google ? On Aug 3, 3:35 pm,