[android-developers] Can we determine APK Install date time?

2009-09-15 Thread Shibbs
of when it was installed, but the sad part is that this /data folder is not accessible on the device programmatically. Any help in this regard? Thanks, Shibbs --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Getting Other App Reviews - Programmatically

2009-07-31 Thread Shibbs
) gather the review ratings for other installed app's(App1,App2,App3 app4) ? Is the review rating data being exposed by the google in SDK yet ? Any help, in this regard would be great. Thanks, Shibbs --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: Can we make paid apps - additional packs also chargeable?

2009-07-22 Thread Shibbs
better we can do App_v1.0, App_v2.0, App_v3.0, .. App_vn.o so on. If a new version is available we can prompt the user also about the same. what say? Thanks, Shibbs On Jul 20, 2:57 pm, Shibbs shibu.deva...@gmail.com wrote: Hi All, We are developing an android paidgame, which would also

[android-developers] Can we make paid apps - additional packs also chargeable?

2009-07-20 Thread Shibbs
packs. Any clue on how we can implement this? Thanks, Shibbs --~--~-~--~~~---~--~~ 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] Build Contact Stand Alone apk - from Android Contact Source Code?

2009-07-15 Thread Shibbs
somebody lead me to a correct direction? Any help in this regard would be really great! Thanks, Shibbs --~--~-~--~~~---~--~~ 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: Build Contact Stand Alone apk - from Android Contact Source Code?

2009-07-15 Thread Shibbs
, without knowing if that is possible. Thanks, Shibbs On Jul 15, 8:14 pm, Mark Murphy mmur...@commonsware.com wrote: Shibbs wrote: I am trying to create a separate Contacts stand alone App using the existing android contacts source code, once that done I intend to add some more features

[android-developers] Re: Build Contact Stand Alone apk - from Android Contact Source Code?

2009-07-15 Thread Shibbs
further development in this regard. Thanks once again! - Shibbs On Jul 15, 8:37 pm, Mark Murphy mmur...@commonsware.com wrote: Shibbs wrote: As suggested, If i remove all the internal api calls (mentioned in my previous mail), I may have to compromise / even break some of the functionality

[android-developers] Re: Build Contact Stand Alone apk - from Android Contact Source Code?

2009-07-15 Thread Shibbs
I am trying to do - Extend the existing contacts app add additional feature make an improved Contacts.apk release it in the android market. what say, possible? Thanks for all your time. - Shibbs On Jul 15, 9:15 pm, Mark Murphy mmur...@commonsware.com wrote: Shibbs wrote: Ah sad ending

[android-developers] Security Exception - Browser.BOOKMARKS_URI !

2009-06-24 Thread Shibbs
/0cb2af7646d0a41c0543a086021df3042bfc814a/AndroidManifest.xml Just wondering why this permission is hidden or sort of hidden as its not available in drop down permission bar of Manifest.xml (using eclipse) Thanks, Shibbs --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: Security Exception - Browser.BOOKMARKS_URI !

2009-06-24 Thread Shibbs
...@commonsware.com wrote: Shibbs wrote: After a little googling I found the permission: uses-permission android:name=com.android.browser.permission.READ_HISTORY_BOOKMARKS/ from:http://github.com/android/platform_packages_apps_browser/blob/0cb2af7... Just wondering why this permission

[android-developers] Re: Security Exception - Browser.BOOKMARKS_URI !

2009-06-24 Thread Shibbs
: Shibbs wrote: Do we go by the age old google saying that: If its not documented then probably not use it as it would be removed in future SDK version Pretty much. That's particularly true for com.android.permission.* values (or, for that matter, most things in the com.android.* namespaces

[android-developers] ContentObserver _id - SMS, Contact Media

2009-06-23 Thread Shibbs
-9223372036854775808. Any better solution? Thanks, Shibbs --~--~-~--~~~---~--~~ 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] Re: ContentObserver _id - SMS, Contact Media

2009-06-23 Thread Shibbs
, SMS Media. Hope it helps someone! Thanks, Shibbs On Jun 23, 5:18 pm, Peli peli0...@googlemail.com wrote: Don't worry about reaching the limit 9223372036854775807. Even if you insert 1000 new entries per second into your database, it will take you 290 million years until you reach that limit

[android-developers] Re: OutOfMemoryError BitmapFactory.nativeDecodeByteArray inside Threads

2009-02-11 Thread Shibbs
Hi guys, Just want to give another angle to it... which was successfully run tested. Yesterday while streaming video cam images { through socket - getting bitmaps at a good refresh rate} we where getting this nasty Out of memory error and as one the posting suggested to recycle the bitmaps

[android-developers] Re: How to query for my current location?

2008-11-20 Thread Shibbs
Use Geocoder, the newly class introduced in 1.0 SDK. Its helps in reverse geocodeing( i.e getting address from lat/lon) http://code.google.com/android/reference/android/location/Geocoder.html Thanks, Shibbs On Oct 17, 2:12 pm, Matthias [EMAIL PROTECTED] wrote: Well, in other words, this whole