Re: [android-developers] Does anyone have a Samsung Galaxy Tablet 10.1?

2012-11-23 Thread Mark Murphy
with the emulator, and I suspect that the problem is with the emulator itself. 11-23 16:07:53.161: E/ScrapActivity(1205): DisplayMetrics{density=1.0, width=1280, height=800, scaledDensity=1.0, xdpi=160.15764, ydpi=160.0} -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy

Re: [android-developers] Change home page by code?

2012-11-21 Thread Mark Murphy
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://commonsware.com | http

Re: [android-developers] FM radio Android Application Developement

2012-11-21 Thread Mark Murphy
, and those *specific* manufacturers might offer an API for working with those chips. You are welcome to contact such manufacturers to find out. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy

Re: [android-developers] ICS 4.0.4 emulator image?

2012-11-21 Thread Mark Murphy
emulator. It is conceivable that somebody built an emulator image from the AOSP sources for 4.0.4, and that this is available for download, but it will not be through the SDK Manager. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog

Re: [android-developers] OOM with heap enough

2012-11-21 Thread Mark Murphy
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 Commons Guy) http

Re: [android-developers] Addind an avd

2012-11-20 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://twitter.com

Re: [android-developers] Monitor Energy

2012-11-20 Thread Mark Murphy
-developers?hl=en -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Localized Android Question-and-Answer Sites: http://www.andglobe.com -- You received this message because you are subscribed

Re: [android-developers] Not all resources are being added to my apk file.

2012-11-19 Thread Mark Murphy
On Mon, Nov 19, 2012 at 7:44 AM, Alex Foreman alexdfore...@gmail.com wrote: I have a project which has a few dependencies as *.jars and also native code, specifically armeabi .so files which I have placed in a 'libs' dir. armeabi .so files go in libs/armeabi/, not libs/. -- Mark Murphy

Re: [android-developers] Invoke touch event on home screen given X and Y coordinates

2012-11-19 Thread Mark Murphy
on the activities that I have created. Is it possible to do what I want? Fortunately, no. Apps cannot force input events upon other apps. -- 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] plz

2012-11-19 Thread Mark Murphy
On Thu, Nov 15, 2012 at 2:36 AM, ?? ??? berryg...@gmail.com wrote: I want to souce code android google maps Get a job at Google and join the appropriate team (probably the Maps team, though it might be the Android team). -- Mark Murphy (a Commons Guy) http://commonsware.com | http

Re: [android-developers] Help porting ROM (netd)

2012-11-19 Thread Mark Murphy
On Sat, Nov 17, 2012 at 5:50 PM, Mino Infiesta Tsuchiya infiest...@gmail.com wrote: Any ideas? This list is for developing apps with the Android SDK. Please consult with the CyanogenMod team for help with porting CyanogenMod. -- Mark Murphy (a Commons Guy) http://commonsware.com | http

Re: [android-developers] adt-bundle-{OS} has inconsistent SDK platform location for API 17

2012-11-19 Thread Mark Murphy
, 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 Commons Guy) http://commonsware.com

Re: [android-developers] adt-bundle-windows-x86 (and _64) missing SDK Manager.exe and AVD Manager.exe

2012-11-19 Thread Mark Murphy
...@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://twitter.com/commonsguy _The Busy Coder's Guide to Android

Re: [android-developers] ADB.EXE Disappeared

2012-11-18 Thread Mark Murphy
-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://twitter.com/commonsguy _The Busy Coder's

Re: [android-developers] ADB.EXE Disappeared

2012-11-18 Thread Mark Murphy
You will also find it in the ADT bundle (which ships with the latest platform-tools). On Sun, Nov 18, 2012 at 9:52 AM, Mark Murphy mmur...@commonsware.com wrote: That should come from Android SDK Platform-tools, in the Tools area of the SDK Manager. On Sun, Nov 18, 2012 at 9:40 AM, Kevin

Re: [android-developers] Automated apps testing

2012-11-18 Thread Mark Murphy
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 Commons Guy) http

Re: [android-developers] Re: How to create a simulator for the screen size is 1920X1080?

2012-11-16 Thread Mark Murphy
. At least with the R20 tools, I think it would just crash, IIRC. I have not yet tried this with the R21 tools. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Aqui estão alguns sites onde você pode

Re: [android-developers] My own Android source repository server and REPO question

2012-11-15 Thread Mark Murphy
? With a special REPO command? The other question is: once I have this setup done, how to integrate changes on the main Android trunk into main release. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy

Re: [android-developers] invisible app

2012-11-13 Thread Mark Murphy
Tasks list, because there is no UI. It will show up in the list of running processes, though, and there is nothing you can do about that, short of modifying Android firmware. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http

Re: [android-developers] Android GC internals

2012-11-13 Thread Mark Murphy
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 Commons Guy) http

Re: [android-developers] invisible app

2012-11-13 Thread Mark Murphy
. Settings Applications Manage Applications. Prefer it ideally not be be listed there. You will need to build your own custom build of Android and ROM mod, then. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com

Re: [android-developers] Can dynamic broadcastreceiver receives intent from other apps

2012-11-12 Thread Mark Murphy
from other processes in many places, such as this sample of receiving ACTION_BATTERY_CHANGED: https://github.com/commonsguy/cw-omnibus/tree/master/SystemEvents/OnBattery -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http

Re: [android-developers] How to display Tifinagh characters on android emulator?

2012-11-10 Thread Mark Murphy
://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.3 Available! -- You received this message

Re: [android-developers] Re: Miracast?

2012-11-09 Thread Mark Murphy
device owners. -- 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

Re: [android-developers] Google Android TV

2012-11-09 Thread Mark Murphy
@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.com/commonsguy http

Re: [android-developers] Different apps on multiple displays

2012-11-08 Thread Mark Murphy
use one of the Google Groups hosted at http://source.android.com. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Localized Android Question-and-Answer Sites: http://www.andglobe.com -- You

Re: [android-developers] Contextual Action Bar With Landscape Fragments and Selected Item Highlight

2012-11-08 Thread Mark Murphy
/tree/master/ActionMode/Manual -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Localized Android Question-and-Answer Sites: http://www.andglobe.com -- You received this message because you

Re: [android-developers] reg: APP INSTALLER ISSUE

2012-11-08 Thread Mark Murphy
sort of crash when tapping on the icon there. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Localized Android Question-and-Answer Sites: http://www.andglobe.com -- You received this message because

Re: [android-developers] Re: Miracast?

2012-11-08 Thread Mark Murphy
-certified-miracast%E2%84%A2). (and the fact that they put a TM symbol in the cotton-pickin' URL suggests that they have overly-aggressive legal counsel) -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy

Re: [android-developers] Forum very slow

2012-11-07 Thread Mark Murphy
perguntar ou responder dúvidas sobre desenvolvimento de aplicações para Android. Makes sense. I have updated the roster and site. Thanks! -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's

Re: [android-developers] Efficient Tablet Resource Selection

2012-11-07 Thread Mark Murphy
. Given your description, I would have expected it to fail here with a ResourceNotFoundException, since there is no place to fail over to. Do you happen to have a test project that demonstrates what you're seeing? -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy

Re: [android-developers] Non-responsive Activity on Back

2012-11-07 Thread Mark Murphy
://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 Localized Android Question-and-Answer Sites: http://www.andglobe.com -- You received this message

Re: [android-developers] About android-support-v4.jar

2012-11-06 Thread Mark Murphy
that they will remove deprecated stuff after a period of time, as since this is a library developers opt into using a new version of the library. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training

Re: [android-developers] Forum very slow

2012-11-06 Thread Mark Murphy
the Google Translate translation with yours -- thanks! -- 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

[android-developers] ANN: Localized Android Development Question-and-Answer Sites (www.andglobe.com)

2012-11-06 Thread Mark Murphy
: http://commonsware.com/blog/2012/11/06/announcing-andglobe.html Thanks in advance for all contributions! -- 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

Re: [android-developers] Forum very slow

2012-11-06 Thread Mark Murphy
On Tue, Nov 6, 2012 at 12:20 PM, lbendlin l...@bendlin.us wrote: Mine is a tad rusty but I would go with На этих сайтах Вы можете спросить или ответить на вопросы о разрабoтки Android приложений Works for me. I have updated the JSON roster and the Web page. Many thanks! -- Mark Murphy

Re: [android-developers] loading xls (excel) documents programatically

2012-11-06 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://twitter.com/commonsguy

Re: [android-developers] Forum very slow

2012-11-05 Thread Mark Murphy
://www.andglobe.com, a site for localized versions of android-developers/StackOverflow-style question-and-answer resources. If you know of any I should add to that roster, let me know. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http

Re: [android-developers] Deleting an entire table in a content provider using uri?

2012-11-05 Thread Mark Murphy
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://twitter.com/commonsguy

Re: [android-developers] Forum very slow

2012-11-05 Thread Mark Murphy
. -- 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 because you are subscribed to the Google Groups Android

Re: [android-developers] Re: Can I see the menu, please?

2012-11-05 Thread Mark Murphy
, *and* you have suppressed the action bar (e.g., via a NoTitleBar theme), there is no three-dots button and no means of accessing the menu. Corollary: if you are using android:targetSdkVersion of 14 or higher, either have an action bar or do not try to use the old options menu facility. -- Mark

Re: [android-developers] Live voice changing during call (VOICE_UPLINK, VOICE_DOWNLINK)

2012-11-04 Thread Mark Murphy
. 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 Commons Guy

Re: [android-developers] Problem while updating adapter from AsyncTask

2012-11-03 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 | http

Re: [android-developers] Re: Android/Windows Dual boot

2012-11-03 Thread Mark Murphy
On Sat, Nov 3, 2012 at 4:51 PM, Mad-Doggie maddogg...@gmail.com wrote: Nothing yet? Your questions have nothing to do with this list, which is devoted to building apps with the Android SDK. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http

Re: [android-developers] R Can Not be Resolved

2012-11-03 Thread Mark Murphy
-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://twitter.com/commonsguy _The Busy Coder's Guide

Re: [android-developers] Is the 'back' button still kosher?

2012-11-02 Thread Mark Murphy
to the old option menu trigger will not realize there are menus at all. Most apps will do fine with an action bar. -- 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

Re: [android-developers] Is it really necessary an Intel CPU for building the SDK?

2012-10-29 Thread Mark Murphy
. 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 Commons

Re: [android-developers] Determing icon location in live wallpaper

2012-10-29 Thread Mark Murphy
On Sun, Oct 28, 2012 at 8:50 PM, Ben Brosius benbros...@gmail.com wrote: Is there anyway currently to determine the location of icons and widgets on the homescreen for a live wallpaper. Only if it is your own home screen. -- Mark Murphy (a Commons Guy) http://commonsware.com | http

Re: [android-developers] About android-support-v4.jar

2012-10-29 Thread Mark Murphy
recommend using the latest Android Support package, which is probably newer than what you have. You can obtain the Android Support package from the SDK Manager. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com

Re: [android-developers] Aceess to one app only when phone works

2012-10-29 Thread Mark Murphy
, 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 Commons Guy) http://commonsware.com

Re: [android-developers] Is it legal to implement APK's silent installation for commercial use?

2012-10-26 Thread Mark Murphy
they can do it. If they are able to do it, they are doing so presumably via some security hole. Be sure to point out if and when they release an app that does this, so we can get that security hole closed. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http

Re: [android-developers] Is it legal to implement APK's silent installation for commercial use?

2012-10-26 Thread Mark Murphy
not have been a valid assumption. -- 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.2 Available! -- You received this message because you

Re: [android-developers] Does content provider run in its own process space?

2012-10-24 Thread Mark Murphy
in the process that the rest of your components run in, normally. And are requests responses to content provider serialized? I do not think so, but I have been confused on this particular point before. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http

Re: [android-developers] Does content provider run in its own process space?

2012-10-24 Thread Mark Murphy
(), is that sufficient for the service to keep running even if activity is destroyed? In principle, yes, though I find this to be bad form. A continuously-running service is rarely the right solution from the user's standpoint. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com

Re: [android-developers] Embest SOC8200 - Where i can find android image

2012-10-23 Thread Mark Murphy
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-developers?hl=en -- Mark Murphy (a Commons

Re: [android-developers] To ContentProvide Sqlite DB or Not

2012-10-22 Thread Mark Murphy
uses AsyncTask under the covers. If by handicapped in ICS you mean the new default serialized behavior for execute(), use executeOnExecutor() and opt into the full thread pool. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http

Re: [android-developers] To ContentProvide Sqlite DB or Not

2012-10-22 Thread Mark Murphy
an Activity, not a Service, at least at present In those cases, your hands are tied: you have to avoid Loaders. -- 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

Re: [android-developers] I'm using ShareActionProvider. Can't change Intent's extra at runtime

2012-10-21 Thread Mark Murphy
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://commonsware.com | http

Re: [android-developers] To ContentProvide Sqlite DB or Not

2012-10-21 Thread Mark Murphy
parity to Loaders with another method, what is that method? :: shrug :: I use ordinary AsyncTasks myself, way more often than Loaders. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy

Re: [android-developers] Changing a CharacterStyle

2012-10-18 Thread Mark Murphy
not aware of one. -- 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.2 Available! -- You received this message because you are subscribed

Re: [android-developers] Re: Changing a CharacterStyle

2012-10-18 Thread Mark Murphy
your own equivalents would be at least partially ignored by the rendering code. I'm glad to hear that this works at least for foreground colors, though. On Thu, Oct 18, 2012 at 8:05 AM, Jan Burse janbu...@fastmail.fm wrote: Mark Murphy schrieb: On Thu, Oct 18, 2012 at 5:35 AM, Jan Burse janbu

Re: [android-developers] How to delete video from YouTube

2012-10-18 Thread Mark Murphy
+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://twitter.com/commonsguy Android Training in NYC

Re: [android-developers] Messages are not receiving using GCM

2012-10-18 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 http

Re: [android-developers] Want to distribute a application and manage unistallation of it remotely

2012-10-18 Thread Mark Murphy
. Is it possible in android?? Not really. You can *start* the uninstallation process via an ACTION_UNINSTALL_PACKAGE Intent and startActivity(). However, the user has to confirm the removal. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog

Re: [android-developers] Want to distribute a application and manage unistallation of it remotely

2012-10-18 Thread Mark Murphy
?. Besides, Google Play is a privileged app, tied more closely into the OS than ordinary SDK apps can be. -- 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

Re: [android-developers] Re: How to get a button id from an app(I don't have the source)

2012-10-18 Thread Mark Murphy
On Thu, Oct 18, 2012 at 11:25 AM, $rik@nth srikanth0...@gmail.com wrote: Hmm.. if i want to automate any preinstalled google app like gmail, google + etc.. is there a way to automate the tests? Get a job at Google. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com

Re: [android-developers] Re: Large Database File

2012-10-18 Thread Mark Murphy
in ZIP form: https://github.com/jgilfelt/android-sqlite-asset-helper The OP's bigger problem is that the Play Store only supports 50MB APK files, last I checked, before you have to start getting into all the expansion file stuff. -- Mark Murphy (a Commons Guy) http://commonsware.com | http

Re: [android-developers] Jelly Bean: White background color is rendered as semi-transparent gray

2012-10-18 Thread Mark Murphy
-transparent gray. Try #FFFE or something like that. I seem to recall a bug from a while back that had similar symptoms. Having something *just* off from pure white worked, but pure white gave odd results. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http

Re: [android-developers] Re: Force open apk file with PackageManager, avoiding application selection

2012-10-17 Thread Mark Murphy
On Wed, Oct 17, 2012 at 8:00 AM, Pascal Ehlert dad...@googlemail.com wrote: This has not solved my chooser issue however, as I could only use ACTION_VIEW due to my minapiversion (8). You can use Build.VERSION.SDK_INT to conditionally use ACTION_INSTALL_PACKAGE on API Level 14+. -- Mark Murphy

Re: [android-developers] Force open apk file with PackageManager, avoiding application selection

2012-10-16 Thread Mark Murphy
/vnd.android.package-archive); startActivity(intent); I am surprised that Intent works at all, since you have no action. Use ACTION_INSTALL_PACKAGE on API Level 14+ and ACTION_VIEW on API Level 13 and down. As a side benefit, I suspect that this will clear up your chooser problem. -- Mark Murphy (a Commons

Re: [android-developers] Android APIMiner: Documenting the Android API with examples

2012-10-16 Thread Mark Murphy
@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.com/commonsguy http

Re: [android-developers] Package Data in Database with App?

2012-10-16 Thread Mark Murphy
On Fri, Oct 12, 2012 at 5:33 AM, Jacob Ingvar Hansen jacob.ingvar.han...@gmail.com wrote: Are there any progress on this ? (sorry for the thread revive) Use SQLiteAssetHelper: https://github.com/jgilfelt/android-sqlite-asset-helper -- Mark Murphy (a Commons Guy) http://commonsware.com | http

Re: [android-developers] Creating a Dialog Fragment - Very bad example on developer.android.com

2012-10-16 Thread Mark Murphy
...@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://twitter.com/commonsguy _The Busy Coder's Guide to Android

Re: [android-developers] Bound services between two devices

2012-10-16 Thread Mark Murphy
have to use? SMS, or the Internet, or Bluetooth, or NFC (Android Beam, specifically), or WiFi Direct. -- 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_

Re: [android-developers] Bound services between two devices

2012-10-16 Thread Mark Murphy
protocols all the way down! :-) -- 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.2 Available! -- You received this message because you

Re: [android-developers] changed package name in manifest and now getting errors

2012-10-16 Thread Mark Murphy
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 Development_ Version 4.2

Re: [android-developers] Re: changed package name in manifest and now getting errors

2012-10-16 Thread Mark Murphy
all over. Then edit your manifest file to fully-qualify the package names for your components. -- 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

Re: [android-developers] Run the Service continuously even force close the app.

2012-10-15 Thread Mark Murphy
button, nothing of your app will ever run again, until (and unless) the user manually launches an activity or other component of your app. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's

Re: [android-developers] Programmatically configure an Android device as Hotspot.

2012-10-15 Thread Mark Murphy
On Mon, Oct 15, 2012 at 9:16 AM, Daniele Santanche daniele.santan...@gmail.com wrote: Does android SDK provides API to configure an android device as an hotspot? No, sorry. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http

Re: [android-developers] Can I update my Galaxy S3 from ICS to Jelly bean?

2012-10-12 Thread Mark Murphy
-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://twitter.com/commonsguy _The Busy

Re: [android-developers] How to track interaction with menu items created by ShareCompat.configureMenuItem?

2012-10-12 Thread Mark Murphy
into this user interaction for tracking purposes. Grab the source code for it, fork it, and add in your analytics. -- 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

Re: [android-developers] Use WebView as ViewGroup

2012-10-12 Thread Mark Murphy
loadUrl(javascript:...); -- you have no access to the DOM from Java. -- 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.2 Available! -- You received

Re: [android-developers] Screen dim events in android

2012-10-12 Thread Mark Murphy
On Thu, Oct 11, 2012 at 1:43 AM, Arun M R arun.m.r...@gmail.com wrote: Is there any methods to catch screen dim in android? Not that I am aware of. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy

Re: [android-developers] Android GCM: delay in service

2012-10-12 Thread Mark Murphy
. -- 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.2 Available! -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] How to put GridView inside ScrollView

2012-10-12 Thread Mark Murphy
ScrollView I have read documentation(Documentation also saying that we should not use GridView inside ScrollView) also.But I have to do this,so can any please give me some idea about this.Thanks Replace your GridView with a GridLayout or TableLayout, perhaps. -- Mark Murphy (a Commons Guy

Re: [android-developers] Android app google maps showing grey tiles and not map!

2012-10-12 Thread Mark Murphy
. -- 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 Android

Re: [android-developers] Adding more functionality to the notification bar

2012-10-11 Thread Mark Murphy
the Android SDK, sorry. -- 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.2 Available! -- You received this message because you are subscribed

Re: [android-developers] startActivityForResult() from service

2012-10-11 Thread Mark Murphy
On Thu, Oct 11, 2012 at 8:13 AM, Archana ramalingam.arch...@gmail.com wrote: Hi, I have defined a service. I need to call startActivityForResult(intent,REQUEST_CODE) from this. That is not supported. IMHO, it does not even make any sense. Why do you think that you need to do this? -- Mark

Re: [android-developers] Shared Preferences

2012-10-11 Thread Mark Murphy
that you supply. I thought that the defaultSharedPreferences are someting like global preferences that every application can manipulate. No, all SharedPreferences are local to an app, by default. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http

Re: [android-developers] Re: Complexity of Doing a Theme.

2012-10-11 Thread Mark Murphy
is attempting a theme backport that may line up with what you are seeking: https://github.com/ChristopheVersieux/HoloEverywhere -- 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] GCM Push Notification on ICW and Jelly Bean

2012-10-09 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://twitter.com/commonsguy _The

Re: [android-developers] how to create a voice recorder using android

2012-10-09 Thread Mark Murphy
On Tue, Oct 9, 2012 at 8:29 AM, Tom arasi...@gmail.com wrote: How to create a voice recorder using android Use MediaRecorder. https://github.com/commonsguy/cw-omnibus/tree/master/Media/AudioRecording -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http

Re: [android-developers] Re: The package name of your apk is the same as the package name of another developer's application. Choose a new package name.

2012-10-09 Thread Mark Murphy
apk is the same as the package name of another developer's application. Choose a new package name. That's a question for the Play Store team -- they do not monitor this list as far as we are aware. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http

Re: [android-developers] Timestamp of a file in internal memory(Android phone)

2012-10-08 Thread Mark Murphy
? Not by timestamp, as they may not be using the same clock. You will need to compare the file lengths and, if equal, compare the file contents. Note that this has nothing in particular to do with Android -- this is a generic Java programming issue. -- Mark Murphy (a Commons Guy) http://commonsware.com

Re: [android-developers] Re: The package name of your apk is the same as the package name of another developer's application. Choose a new package name.

2012-10-08 Thread Mark Murphy
publish an updated version of the app. -- 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

Re: [android-developers] How to cache google map tiles in latest api?

2012-10-05 Thread Mark Murphy
-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://twitter.com/commonsguy _The Busy Coder's

Re: [android-developers] Custom array adapter issue

2012-10-05 Thread Mark Murphy
The only reason why convertView will not have your desired widget is if, in some previous getView() call, you returned a View that did not contain that widget in the first place. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http

Re: [android-developers] Is there any way to set up my app home by default?

2012-10-04 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 http://commonsware.com/blog

Re: [android-developers] Re: Google Cloud Messaging client not receiving responses from server

2012-10-04 Thread Mark Murphy
@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.com/commonsguy http

Re: [android-developers] NEED HELP FOR INSTALL THE PLUGIN ADT ON ECLIPS

2012-10-04 Thread Mark Murphy
-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://twitter.com/commonsguy _The Busy Coder's

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