[android-developers] Re: HowTo compile and run the LVL sample app without uploading to Android Market.

2013-05-18 Thread Hal Harrison
, comments. Hal Harrison. -- -- 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+unsubscr

[android-developers] Re: Stealing an apk wirelessly

2011-12-01 Thread Hal Harrison
. However, I appreciate the advice to move on, and the adb insight offered. I'll warn my friend to avoid eye patches and peg legs. Hal Harrison. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Stealing an apk wirelessly

2011-11-30 Thread Hal Harrison
mild- mannered app escaping into the wild without his knowledge? I apologize if this is a dumb question. Perhaps I should sign my self paranoid. Hal Harrison -- 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: Stealing an apk wirelessly

2011-11-30 Thread Hal Harrison
Android Debug Bridge accessing my friend's phone via the USB cable and via wireless? Is deselecting 'Unknown Source' secure protection? Hal Harrison. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Re: Making a Custom View Transparent?? Overlay on top of SurfaceView

2011-10-12 Thread Hal Harrison
Did you try setting the background of you view to something like 0x40ff? Hal Harrison. -- 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

[android-developers] Re: Problem preventing two strings from overlapping

2011-08-29 Thread Hal Harrison
Have you considered measuring your text, Paint.measureText(your string), and deciding where to place it programmatically? Hal Harrison. -- 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

[android-developers] Re: how to get the resource id of the set wallpaper

2011-08-05 Thread Hal Harrison
Are you asking: How can I get the id of my wallpaper graphic in my res/drawable folder into my program so I can do something with it? Hal Harrison. -- 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: “fixing” a live wallpaper in portrait mode

2011-07-29 Thread Hal Harrison
See if this makes any sense in your case. Start with a background large enough to look OK in either orientation without change. Upon twist, onSurfaceChanged(), recalculate the locations of your bitmaps and display them at the new locations. Hal Harrison. -- You received this message because

[android-developers] Re: How can I find how many home screens?

2011-07-19 Thread Hal Harrison
. Therefore exit from my app's preview mode always returns to a home screen. Maybe I'm missing something. Thanks again for the help. Hal Harrison -- 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

[android-developers] Re: SharedPreferences update issue

2011-07-18 Thread Hal Harrison
name. (Note that it is not possible to share settings data across application packages -- for that you will need a content provider.) It may have something to do with the Context-s in your A and B. Are they the same? Alternately you could pass B's data back and let A do all the updating. Hal

[android-developers] Re: How can I find how many home screens?

2011-07-15 Thread Hal Harrison
Thanks Mark and Diane for the help. My task is to properly place my living wallpaper background (I use the current dead wallpaper) behind the system's placement of icons and widgets. My users should be able to do Settings on different (right, center, left) home screens. Here's the three

[android-developers] How can I find how many home screens?

2011-07-13 Thread Hal Harrison
My about-to-be-released live wallpaper app works well if I know the number of home screens. I observe that the 2.1 emulator has three and 2.2 and later have five. I can distinguish between them with Build.VERSION myvbld = new Build.VERSION();

[android-developers] Re: How can I find how many home screens?

2011-07-13 Thread Hal Harrison
No, sorry. I can envision a home screen implementation with infinite home screens. Thanks, Mark, for the reply. I was afraid of that and am looking at my problem again. What about this? Occasionally onOffsetsChanged() gives an xStep of 0.0 or -1.0. Otherwise it consistently gives 0.5

[android-developers] Re: Application update emulator

2011-07-13 Thread Hal Harrison
this reinstall of my living wallpaper app replaces the old code but not its Shared Preferences and when I invoke the app onCreate() runs. With emulator 2.2, the old code is overwritten and onCreate() doesn't run. You may be asking something else, if so, my apologies. Hal Harrison. -- You received

[android-developers] HowTo compile and run the LVL sample app without uploading to Android Market.

2011-06-22 Thread Hal Harrison
someone and is not too specific to my particular setup. Hal Harrison. -- 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