Re: [android-developers] Multiple Package name in a Single Applicaiton

2012-08-28 Thread Mark Murphy
nt, it is one app (e.g., it is one entry in the Play Store, it is one entry in the installed apps list in Settings). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide

Re: [android-developers] How to send a string using HTTP GET from an android app

2012-08-27 Thread Mark Murphy
coderanch.com/forums/f-33/java http://www.java-forums.org/new-java/ https://forums.oracle.com/forums/forum.jspa?forumID=921 http://www.javalobby.org/java/forums/f209.html -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://t

Re: [android-developers] Effect of Verdict in Apple v Samsung case?

2012-08-27 Thread Mark Murphy
t; 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 > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Mark Murphy (a C

Re: [android-developers] java.lang.ClassNotFoundException: android.support.v4.os.ParcelableCompatCreatorHoneycombMR2 in test project

2012-08-27 Thread Mark Murphy
atorHoneycombMR2'. Message: > android.support.v4.os.ParcelableCompatCreatorHoneycombMR2 > 08-27 21:05:42.331: W/ClassPathPackageInfoSource(28310): > java.lang.ClassNotFoundException: > android.support.v4.os.ParcelableCompatCreatorHoneycombMR2 > > > On Mon, Aug 27, 2012 at 8:49 PM, Mark Murphy > wrote: &g

Re: [android-developers] java.lang.ClassNotFoundException: android.support.v4.os.ParcelableCompatCreatorHoneycombMR2 in test project

2012-08-27 Thread Mark Murphy
on. You should not need to do that. *All* you need to do, on a modern edition of the tools, is to have the library in libs/. Doing anything else might mess matters up. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.

Re: [android-developers] Re: Jelly Bean, READ_LOGS and 'Application Lockers'

2012-08-27 Thread Mark Murphy
that are intercepted by such windows cannot be delivered to the underlying app, but don't quote me on that. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in NYC: http://marakana

Re: [android-developers] Hi all

2012-08-27 Thread Mark Murphy
On Mon, Aug 27, 2012 at 8:40 AM, parthi wrote: >How can i design using json UI in android I would recommend that you start by providing an explanation of what you think a "json UI" is. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/co

Re: [android-developers] Re: Jelly Bean, READ_LOGS and 'Application Lockers'

2012-08-27 Thread Mark Murphy
's just one idea for how to filter bad apples without avoiding apples entirely. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in NYC: http://marakana.com/training/android/ -- Y

Re: [android-developers] Good way to use an existing SQLite Database?

2012-08-27 Thread Mark Murphy
On Mon, Aug 27, 2012 at 2:57 AM, Qoheleth wrote: > Is there a good way to use existing sql files? https://github.com/jgilfelt/android-sqlite-asset-helper > Also, what file format should > the database be in? For the above, the SQLite database needs to be a SQLite database. -- Mark

Re: [android-developers] [problem] Jelly Bean porting on Board

2012-08-27 Thread Mark Murphy
us on this. Visit http://source.android.com and its Community tab, to find a list that is relevant to your question. This list is for developing apps with the Android SDK. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://tw

Re: [android-developers] How add more API Levels to AVD Manager?

2012-08-27 Thread Mark Murphy
uot;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 > For more options, visit this group at > http://groups.google.com/group/android-dev

Re: [android-developers] How to obfuscate Phonegap html, js and css in apk

2012-08-27 Thread Mark Murphy
JS, that usually winds up being fairly obfuscated. Note that you may get better advice if you ask this question somewhere that is PhoneGap-specific. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsgu

Re: [android-developers] Re: Jelly Bean, READ_LOGS and 'Application Lockers'

2012-08-26 Thread Mark Murphy
expose something else that enables the legit apps while helping slow down the malware (e.g., making this information available via device admin APIs). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy A

Re: [android-developers] java.lang.ClassNotFoundException: android.support.v4.os.ParcelableCompatCreatorHoneycombMR2 in test project

2012-08-26 Thread Mark Murphy
s@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.

Re: [android-developers] Show a producer-consumer queue inside a Listview

2012-08-26 Thread Mark Murphy
r synchronization may be reasonable, whether via local broadcasts or ContentObserver or whatever. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in NYC: http://marakana.com/training/a

Re: [android-developers] Power on phone when external power source becomes available

2012-08-24 Thread Mark Murphy
to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twit

Re: [android-developers] Prevent Application from uninstall on factory Reset

2012-08-24 Thread Mark Murphy
pre-installed, so the factory reset puts your app back in place). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in NYC: http://marakana.com/training/android/ -- You received th

Re: [android-developers] My widget stop working as of Android 4

2012-08-24 Thread Mark Murphy
droid 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 > For more options, visit this group at > http://groups.google.com/group/an

Re: [android-developers] x86 Emulator Image for Jelly Bean and with Google APIs

2012-08-23 Thread Mark Murphy
On Thu, Aug 23, 2012 at 9:25 AM, sven wrote: > Will there be any x86 emulator images including Google APIs? > Will there be a x86 emulator image for Jelly Bean? IIRC, Google indicated at Google I|O 2012 that both of those are dependent upon assistance from Intel. -- Mark Murphy (a Commo

Re: [android-developers] How to bring to front stopped (background) application instead of launch new one

2012-08-23 Thread Mark Murphy
Replying back to the list, where this belongs: On Thu, Aug 23, 2012 at 4:35 AM, Andy wrote: > > W dniu środa, 22 sierpnia 2012 23:14:24 UTC+2 użytkownik Mark Murphy (a > Commons Guy) napisał: >> >> No, the activity is destroyed if the user presses the BACK button, at >&g

Re: [android-developers] ANDROID AND JAVA

2012-08-22 Thread Mark Murphy
On Wed, Aug 22, 2012 at 6:14 AM, sanju Redefining Destiny wrote: > hiii...i want to use android gps API in my j2ee project ..is it possible to > do this No, sorry. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog

Re: [android-developers] How to bring to front stopped (background) application instead of launch new one

2012-08-22 Thread Mark Murphy
On Tue, Aug 21, 2012 at 3:19 PM, Andy wrote: > Suppose user has launched activity MyActivity. After some time he pressed > Back button on his phone. > The activity is stopped but not destroyed. No, the activity is destroyed if the user presses the BACK button, at least normally.

Re: [android-developers] NDK in MacOS

2012-08-22 Thread Mark Murphy
dk-build on the project directory, I get the message that it > can`t find the build-local.mk on my user directory, but it should be looking > on its own directory. Does anyone knows how to solve this problem? -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy h

Re: [android-developers] simulate just onPause() without onStop()

2012-08-22 Thread Mark Murphy
On Wed, Aug 22, 2012 at 12:02 PM, TreKing wrote: > On Wed, Aug 22, 2012 at 9:27 AM, Mark Murphy > wrote: >> >> Last time I checked, a Dialog does not have any impact on an activity >> lifecycle. > > Wow, I could have sworn a dialog caused a pause, but just confirme

Re: [android-developers] simulate just onPause() without onStop()

2012-08-22 Thread Mark Murphy
ialog-themed activity should work, though. One quick-and-dirty way to get one of those to display is to call startActivity() on an Intent that will result in a chooser. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter

Re: [android-developers] Max length of GCM Registration id?

2012-08-21 Thread Mark Murphy
On Tue, Aug 21, 2012 at 5:00 AM, likemiller wrote: > What is the maximum length for a Registration ID issued by GCM servers? I am > currently receiving Registration IDs which are 140 characters. Can anybody > help? Try the android-gcm Google Group for GCM-specific questions. -- Mark

Re: [android-developers] Opening/Displaying the default Android dialer in app?

2012-08-21 Thread Mark Murphy
app or not. > > -- > 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+u

Re: [android-developers] Android as a tool for enterprise solution and internet connectivity

2012-08-21 Thread Mark Murphy
nment(ie: Youtube)" belong elsewhere. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 4.0 Available! -- You received this message becaus

Re: [android-developers] Malicious android keyboards

2012-08-21 Thread Mark Murphy
is kind of malicious keyboard be treated in Google Play? > Would it be detected and removed? Hopefully. That is impossible for the community to answer. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsgu

Re: [android-developers] Mouse Cursor in Android ICS

2012-08-21 Thread Mark Murphy
lve this issue.. > It is my own Modified OS only, So how i can solve the above issues,, This list is for building apps with the Android SDK. Please visit http://source.android.com for assistance with your "own Modified OS". -- Mark Murphy (a Commons Guy) http://commonsware.com | http://

Re: [android-developers] Re: Google Play Content Policy

2012-08-21 Thread Mark Murphy
nderstand the reason they think the app description is > loaded with keywords, I seriously have no idea what does the "Do not post > repetitive content" refers to. I'm not sure that they tailor each of the bullets for each mail recipient. -- Mark Murphy (a Commons Guy)

Re: [android-developers] The lightest UI element to show a background picture?

2012-08-20 Thread Mark Murphy
f what ImageView does, but I doubt it will buy you much benefit. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 4.0 Available! -- You received t

Re: [android-developers] Which version of Eclipse should I install to develop Android apps ?

2012-08-20 Thread Mark Murphy
age 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 > For m

Re: [android-developers] AVD Manager can't create SD Card error

2012-08-19 Thread Mark Murphy
up notes: http://developer.android.com/sdk/installing/index.html I hadn't realized that mksdcard was tied to it, though. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to And

Re: [android-developers] AVD Manager can't create SD Card error

2012-08-19 Thread Mark Murphy
this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog |

Re: [android-developers] Android's memory limit

2012-08-19 Thread Mark Murphy
om > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonswa

Re: [android-developers] New to Android-dev, how do I get my app onto my actual phone?

2012-08-19 Thread Mark Murphy
ot a simulator) or on your device. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 4.0 Available! -- You received this message because you are

Re: [android-developers] apple google Maps API: well what is Keytool... what do, how run on win7

2012-08-19 Thread Mark Murphy
tever directory holds your Java SDK binaries. > $ keytool -list -alias androiddebugkey \ > -keystore .keystore \ > -storepass android -keypass android Note that the backslashes are a Linux/OS X concept -- in Windows, that all needs to be entered on one line (not three), skipping the backs

Re: [android-developers] Help for compiling Axel Download Manager for Arm-v6

2012-08-19 Thread Mark Murphy
On Sat, Aug 18, 2012 at 11:38 AM, Hossein wrote: > Axel is an opensource download manager and now, i want to port it to > android. But, i am new in android-ndk. Questions regarding the NDK are best asked on the android-ndk Google Group. -- Mark Murphy (a Commons Guy) http://commonswa

Re: [android-developers] ACTION_DIAL

2012-08-19 Thread Mark Murphy
android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Mark Murphy (a Commons Guy) http://commonsware.

Re: [android-developers] How do others handle action bar tabs that go off screen?

2012-08-18 Thread Mark Murphy
send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitte

Re: [android-developers] Re: broadcast an intent from onDestroy of a service

2012-08-17 Thread Mark Murphy
e onDestroy() of Service A, and shut down Service A when the ack broadcast is received Personally, I prefer the latter option. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's G

Re: [android-developers] Re: broadcast an intent from onDestroy of a service

2012-08-17 Thread Mark Murphy
ing on a CountDownLatch in the first service's onDestroy() If these services are so inter-dependent, why are they two separate services in the first place? -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/

Re: [android-developers] broadcast an intent from onDestroy of a service

2012-08-17 Thread Mark Murphy
s never triggered. > >Is this supported at all? "waiting in its onDestroy()" is not supported at all. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Andr

Re: [android-developers] how to ship data into apk as internal storage

2012-08-16 Thread Mark Murphy
On Thu, Aug 16, 2012 at 12:45 PM, Luiz Fernando Rodrigues wrote: > But how can I ship application data into the apk? There should be a way to > do that... I agree, there should. There isn't, but there should. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com

Re: [android-developers] how to ship data into apk as internal storage

2012-08-16 Thread Mark Murphy
s once the aplication is installed". -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in NYC: http://marakana.com/training/android/ -- You received this message because you are su

Re: [android-developers] When I set the refresh rate of the GPS in the Locationmanager it does not meet the predefined settings.

2012-08-16 Thread Mark Murphy
erve both the minTime and minDistance parameters." -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in NYC: http://marakana.com/training/android/ -- You received this message bec

Re: [android-developers] Re: service dies without calling onDestroy()

2012-08-16 Thread Mark Murphy
t; is part of the expected use cases for MediaRecorder. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in NYC: http://marakana.com/training/android/ -- You received this message bec

Re: [android-developers] My package is not visible in framework base

2012-08-16 Thread Mark Murphy
ion. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in NYC: http://marakana.com/training/android/ -- You received this message because you are subscribed to the Google Groups "

Re: [android-developers] Detach an App from Google Play

2012-08-16 Thread Mark Murphy
files) - in the resources (particularly layouts might have reference to custom attributes) - etc. Since you say that this app is open source, that should be doable, as a fork of the relevant release of that project. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/comm

Re: [android-developers] offline mode for mapview

2012-08-16 Thread Mark Murphy
little is published publicly in the way of "roadmaps". I would encourage anyone interested in offline maps to ignore Google Maps for the time being and focus on something else, such as OpenStreetMap. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy htt

Re: [android-developers] How to implement actiobar drawers?

2012-08-16 Thread Mark Murphy
least one in GitHub), possibly under the name "ribbon" (what many in the Android ecosystem had settled upon as a name). I am not aware that any open source solution has achieved significant traction yet. There is nothing in the Android SDK or Support package for this, at least as yet. --

Re: [android-developers] How to toggle the display of an activity dynamically

2012-08-16 Thread Mark Murphy
eme.NoDisplay one checks to see if MapActivity is available. If it is, it starts up a MapActivity, then finishes. If not, it displays a Toast, then finishes. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commons

Re: [android-developers] Re: service dies without calling onDestroy()

2012-08-16 Thread Mark Murphy
gister a BroadcastReceiver from the service for ACTION_SHUTDOWN, that's certainly worth a shot. > Unfortunately, it seems that won't handle other instances where the > app might kill the service, though I do register it as a foreground service. Not everything is designed to be used i

Re: [android-developers] Prevent garbage collection for Broadcast receiver that are dynamically registered

2012-08-16 Thread Mark Murphy
a BroadcastReceiver and FLAG_ACTIVITY_NEW_TASK -- at least not recently -- and so I am not 100% certain about onNewIntent() for your scenario. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in N

Re: [android-developers] Error when compiling Android project with Eclipse

2012-08-15 Thread Mark Murphy
emulator does not have that library. For example, if your is for Google Maps, you need to have an AVD set up with the Google APIs. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's G

Re: [android-developers] Re: Android 2.2 and background sensor

2012-08-15 Thread Mark Murphy
On Wed, Aug 15, 2012 at 3:05 PM, Pavel Brans wrote: > Google says that this is bug and it is fixed. AFAIK, the behavior of sensors with the screen off is undefined and is up to the device manufacturer. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy h

Re: [android-developers] Maps showing mymaps

2012-08-15 Thread Mark Murphy
e K Android release, I certainly am not holding my breath waiting for it. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 4.0 Available! -- Y

Re: [android-developers] Prevent garbage collection for Broadcast receiver that are dynamically registered

2012-08-15 Thread Mark Murphy
en use PackageManager and setComponentEnabledSetting() to control when it should and should not receive broadcasts. IMHO, a receiver registered via registerReceiver() from an activity should only be used for broadcasts while the activity is in the foreground. -- Mark Murphy (a Commons Guy

Re: [android-developers] Using a symbol font

2012-08-14 Thread Mark Murphy
tor in hopes that the newly-saved font will work with Android. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 4.0 Available! -- You rec

Re: [android-developers] MapView search for nearest grocery stores, gas stations, restaurants, etc.

2012-08-13 Thread Mark Murphy
On Mon, Aug 13, 2012 at 6:06 PM, Jason Hsu wrote: > Is there a way I can create an Android app that not only pulls up a map but > ALSO does an AUTOMATIC search for the grocery stores, gas stations, or > restaurants in my area? No, sorry. -- Mark Murphy (a Commons Guy) http://common

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

2012-08-13 Thread Mark Murphy
I don't know if all of them will auto-refresh when the MTP server information changes. >> And what if include a .nomedia file in a folder above this one? Does that >> mean I will never ever see it? Haven't played with that scenario, sorry. -- Mark Murphy (a Commons

Re: [android-developers] Camera.ACTION_NEW_PICTURE

2012-08-13 Thread Mark Murphy
NEW_PICTURE broadcast and, if you find some, see how they did it. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 4.0 Available! -- You

Re: [android-developers] Camera.ACTION_NEW_PICTURE

2012-08-13 Thread Mark Murphy
ction string, nothing else. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 4.0 Available! -- You received this message because you ar

Re: [android-developers] Camera.ACTION_NEW_PICTURE

2012-08-13 Thread Mark Murphy
is new to API Level 14. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 4.0 Available! -- You received this message because you are subs

Re: [android-developers] Camera.ACTION_NEW_PICTURE

2012-08-13 Thread Mark Murphy
ibed 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 > For more options, visit this group at >

Re: [android-developers] Physical Keyboard can not be disabled on Android 4.1.1

2012-08-10 Thread Mark Murphy
On Fri, Aug 10, 2012 at 7:58 PM, fan zhang wrote: > This is not a device specific issue. > > All Android tablet devices should experience same problem. That's nice, but that still has absolutely nothing to do with this list. -- Mark Murphy (a Commons Guy) http://commonsw

Re: [android-developers] Physical Keyboard can not be disabled on Android 4.1.1

2012-08-10 Thread Mark Murphy
oups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/com

Re: [android-developers] Handling Redirects in Android WebView

2012-08-10 Thread Mark Murphy
On Fri, Aug 10, 2012 at 2:31 PM, farble1670 wrote: > yeah, but how do tell if it's a redirect? Unless you can tell by examining the URL, probably you can't tell if it is a redirect. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commons

Re: [android-developers] ListView sorting

2012-08-09 Thread Mark Murphy
send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | htt

Re: [android-developers] Android memory allocation and static variables

2012-08-06 Thread Mark Murphy
file if its registered or not, > and when the push comes check in the file if it is registered. You have any > other suggestions? Your data needs to be persistent. Whether you use a file, SharedPreferences, or a database, is up to you. -- Mark Murphy (a Commons Guy) http://commonsware.com |

Re: [android-developers] Android memory allocation and static variables

2012-08-06 Thread Mark Murphy
at > http://groups.google.com/group/android-developers?hl=en -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 4.0 Available! -- You

Re: [android-developers] How to get instance of PowerManagerService?

2012-08-06 Thread Mark Murphy
d email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Mark Murphy (a Commons Guy) http://common

Re: [android-developers] How to view rtf file in webview

2012-08-06 Thread Mark Murphy
glegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Dev

Re: [android-developers] SecurityException in RemoteViewsService?

2012-08-04 Thread Mark Murphy
tentProvider. Is that so? If so, why did you do that, rather than have them both be in the same application? -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Dev

Re: [android-developers] SecurityException in RemoteViewsService?

2012-08-04 Thread Mark Murphy
nting to? An image for an ImageView? -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 4.0 Available! -- You received this message because

Re: [android-developers] Lost Password of Keystore

2012-08-04 Thread Mark Murphy
4987/android-forgot-keystore-password-can-i-decrypt-keystore-file http://stackoverflow.com/questions/6149530/forgot-keystore-password-thinking-of-brute-force-detection-will-it-corrupt-the Consensus appears to be that there is no recovery option other than brute force. -- Mark Murphy (a Commons Guy) htt

Re: [android-developers] Tablet vs. Phone Font Size

2012-08-03 Thread Mark Murphy
upon the font scaling feature... -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 4.0 Available! -- You received this message because you ar

Re: [android-developers] Controlling Emulator with Hardware device?

2012-08-03 Thread Mark Murphy
droid.com/tips/hardware-emulation I haven't tried it yet, and it is listed as "experimental". -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Devel

Re: [android-developers] prevent restarting activity when config changes

2012-08-03 Thread Mark Murphy
o unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commo

Re: [android-developers] how to install multiple apk using one url or link

2012-08-03 Thread Mark Murphy
her, and adjust accordingly. > What happen if i have only apk of other application? Then you make sure that you do not have a hard dependency upon that other application, because the user is welcome to either not install it, or uninstall it, at any point. -- Mark Murphy (a Commons Guy) http://comm

Re: [android-developers] how to install multiple apk using one url or link

2012-08-03 Thread Mark Murphy
e them into a single app. Otherwise, the best you can do is have one app open up the Play Store page for the other app, based on user input or something. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commo

Re: [android-developers] Is there any other way to find traffic stats in android other than using trafficstats API?

2012-08-03 Thread Mark Murphy
> application. No. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 4.0 Available! -- You received this message because you are subs

Re: [android-developers] How to use a custom keyboard for the application

2012-08-03 Thread Mark Murphy
ave use only my > custom keyboard. That is not possible. The *user* gets to choose what the *user* wants to use for entering information into your app. The *user* can, if the *user* wants, elect to use your soft keyboard, but the *user* can elect to use their default keyboard instead. -- Mark Mur

Re: [android-developers] camera and image intents problems

2012-08-03 Thread Mark Murphy
a parameter > is null, there is no uri of the image file, what am i doing wrong You may not be doing anything wrong. The image should be at the location you specified in file Uri. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.co

Re: [android-developers] android.intent.action.HEADSET_PLUG Permission

2012-08-02 Thread Mark Murphy
re is the error > > java.lang.SecurityException: Permission Denial: not allowed to send > broadcast android.intent.action.HEADSET_PLUG Can you show more of the stack trace? -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commons

Re: [android-developers] Share keystore file

2012-08-02 Thread Mark Murphy
se individual production keystores per client, or perhaps even per app - An employee should not use a personal production keystore (e.g., for apps the employee writes in spare time) for a company app -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://com

Re: [android-developers] Don't require rear facing camera?

2012-08-02 Thread Mark Murphy
n theory, your current app should be just fine and will not be installed on devices with only a front-facing camera (e.g., Nexus 7). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Traini

Re: [android-developers] Re: How to upload apk with new version, when previous key store is lost?

2012-08-01 Thread Mark Murphy
nk you'll get value out of them. I appreciate the interest, though! -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in DC: http://marakana.com/training/android/ -- You receiv

Re: [android-developers] Re: How to upload apk with new version, when previous key store is lost?

2012-08-01 Thread Mark Murphy
ession that it might be able to cover this scenario. That's just a fleeting hope -- I agree that the OP is probably just screwed. It's one of the reasons why I beg people to maintain adequate backups. It's not like a keystore is a really big file... -- Mark Murphy (a Commons Guy) h

Re: [android-developers] Re: How to upload apk with new version, when previous key store is lost?

2012-08-01 Thread Mark Murphy
On Wed, Aug 1, 2012 at 12:04 PM, Luigi Papino wrote: > I did not even have a chance to speak with someone in the support. Try: http://support.google.com/googleplay/android-developer/?hl=en -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy h

Re: [android-developers] No "Android" in the preferences panel

2012-08-01 Thread Mark Murphy
On Wed, Aug 1, 2012 at 8:37 AM, ole! wrote: > The point is there is no "Window ->Preferences-> Android" Make sure that you have the ADT Eclipse plugin installed, as that is what adds the Android stuff to Eclipse: http://developer.android.com/sdk/installing/installing-adt.ht

Re: [android-developers] Notification with sound

2012-07-31 Thread Mark Murphy
On Tue, Jul 31, 2012 at 4:10 PM, Pedro Cortez wrote: > i have no idea... Do you have any clue to how i find this? In the Settings app, check the Sound screen. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.

Re: [android-developers] Notification with sound

2012-07-31 Thread Mark Murphy
> To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy ht

Re: [android-developers] android:accessibilityFocusable attribute in a layout-xml produces an error

2012-07-31 Thread Mark Murphy
Do you know > of any? Sorry, I haven't looked. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in DC: http://marakana.com/training/android/ -- You received this message b

Re: [android-developers] android:accessibilityFocusable attribute in a layout-xml produces an error

2012-07-31 Thread Mark Murphy
On Tue, Jul 31, 2012 at 12:31 PM, Streets Of Boston wrote: > If this is not the way to do it, how would one prevent accessibility focus > to a particular control? Beats me. Sorry! -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.co

Re: [android-developers] android:accessibilityFocusable attribute in a layout-xml produces an error

2012-07-31 Thread Mark Murphy
t; 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 > For more options, visit this group at > http://groups.google.com/

Re: [android-developers] SharedPreferences clarification

2012-07-31 Thread Mark Murphy
ttings...) to choose one or the other > solution? That is up to you. > 2. How can I know what is the preference file for my application, as was > the Android framework that managed the preferences for me (within my > PreferenceActivity class)? As RichardC noted, use getDefaultShare

Re: [android-developers] How to run animation on Custom LockScreen during booting of the device?

2012-07-31 Thread Mark Murphy
_BOOT_COMPLETED. My requirement is to display the animation in > LockScreen on boot/reboot of device without any delay. > > Any help or guidance in this regard will be well appreciated. Questions regarding custom Android builds belong on Google Groups hosted at http://source.android.com,

Re: [android-developers] APP2Friend ?

2012-07-31 Thread Mark Murphy
s attached. > So this scheme seems to work. > > But this is too stupid! > It is hard to understand that this can be possible. APK files are world-readable on a device. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http:

<    1   2   3   4   5   6   7   8   9   10   >