[android-developers] Re: Migrating existing app to Google Maps API v2

2012-12-03 Thread Zsolt Vasvari
3) You looking for the docs? It's installed locally: $SDK_PATH$/extras/google/google_play_services/docs/reference/com/google/android/gms/maps/package-summary.html On Tuesday, December 4, 2012 11:13:08 AM UTC+8, JP wrote: I started migrating an Android project from the old Google Maps API to

[android-developers] Re: Migrating existing app to Google Maps API v2

2012-12-03 Thread Zsolt Vasvari
I assume the replacement for MapActivity is MapFragment/SupportMapFragment. Just add one of those to your Activity/FragmentActivity. It's a trivial change. On Tuesday, December 4, 2012 11:13:08 AM UTC+8, JP wrote: I started migrating an Android project from the old Google Maps API to v2.

[android-developers] Re: Migrating existing app to Google Maps API v2

2012-12-03 Thread Zsolt Vasvari
GeoPoint - LatLng presumably Overlay - GroundOverlay (?) On Tuesday, December 4, 2012 11:13:08 AM UTC+8, JP wrote: I started migrating an Android project from the old Google Maps API to v2. Or an attempt at that, rather. A few issues with the brand new documentation aside*), there seems to

[android-developers] Re: RecoverySystem.install ERROR message /cache/recovery/command (Permission denied)

2012-12-03 Thread wang
Dear Jiang Bian, Do you resolve this problem? I had get some error from use RecoverySystem.rebootWipeUserData(context). The error is 12-04 02:53:09.202 W/ActivityManager( 149): Permission Denial: not allowed to send broadcast android.intent.action.MASTER_CLEAR_NOTIFICATION from pid=843,

[android-developers] Orientation issue in Tablet and Devices.

2012-12-03 Thread Seshu
Hi All, Currently i am developing an application for Android Devices with Portrait mode orientation. Now i need same Application for Android Tablets with both Portrait and Landscape orientation with single APK file. If anybody knows then plz provide the solution how to implement to do..

[android-developers] sqlite3 on Android fails with: syntax error: unexpected “(”

2012-12-03 Thread Mathias Lin
I pushed sqlite3 (from my Android SDK tools folder) to my rooted device (*Galaxy S III, 4.0.3*), since it wasn't on there. But executing any query or even just entering sqlite3 fails with an error. via adb shell: ~ # sqlite3/system/xbin/sqlite3: line 1: syntax error: unexpected ( ~ #

[android-developers] google map not showing apk downloaded from market before upload it was showing

2012-12-03 Thread Amit Mangal
Hi there, i have created an application which is using google map i created sdk key and added in my xml file. it is working fine on simulator and my device. when testing finished i export apk for market but when i downloaded that apk from market the google map is not showing in it . while i am

[android-developers] Re: Wake locks android

2012-12-03 Thread Archana
Hi, I used the same snippet. I am also facing the same problem. The wakelock doesnt work when the phone is unplugged. Why is that? On Tuesday, November 6, 2012 3:57:47 AM UTC+2, Glen wrote: pm = (PowerManager) getSystemService(Context.POWER_SERVICE); wakeLockOn =

<    1   2