[android-developers] how to make minor changes but not push out an update

2011-12-18 Thread TW
haven't seen this question posted, and here's the scenario (and I'm not the technical person on the team, so go easy): I have a published app, currently free and NOT ad-supported going to start publishing ads, and want to try a couple of different strategies, maybe a couple of different services,

[android-developers] Re: Cupcake coming in April? Where is the SDK?

2009-03-25 Thread a...@tw
; I found only *.class created, no .jar or .apk files. It seems "build project" cannot work properly. What am I missing? Any point I have to check ? --- XC He a...@tw --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

[android-developers] branchs in android

2009-03-26 Thread a...@tw
while I dig in the cupcake branch? I founf there are other branches, for example donut, master, cdma- import. Where I can find more detail information about these branchs? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] put GestureOverlayView in a keybord

2009-11-10 Thread a...@tw
How to put GestureOverlayView in a keybaord layout (e.g. qwery.xml), not a linear layout? -- 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 grou

[android-developers] APKs different with the same source code

2012-07-29 Thread ansj tw
I have a doubt, to do to compile for different APKs with the same source? Example: the first is named app01 with a particular theme, and the second is named app02 with another theme. Have researched some thing in the Manifest, but could not solve ... Can anyone help me? -- You received this messa

[android-developers] APKs different with the same source code

2012-07-29 Thread ansj tw
I have a doubt, to do to compile for different APKs with the same source? Example: the first is named app01 with a particular theme, and the second is named app02 with another theme. Have researched some thing in the Manifest, but could not solve ... Can anyone help me? -- You received this messa

[android-developers] Re: Receiving System Intents with Custom Broadcast Receiver

2010-07-29 Thread a...@tw
1) Is INPUT_METHOD_CHANGED the correct intent to receive on to determine if the user is attempting to use the keyboard, and if not, what would be the proper method to use to monitor to see if the user opens up the keyboard, and ==> onConfigurationChanged(Configuration conf) could give you the even

[android-developers] About InputMethodService.switchInputMethod

2010-07-30 Thread a...@tw
Anyone ever use this API: switchInputMethod? I want to switch my IME from in my code.When I call this API, sometimes the IME switched sometimes not. When the requested IME not launched or display in the screen, the original IME still remain in the screen, but cannot commit text into the box. Or a

[android-developers] SecurityException: Permission Denial

2011-04-29 Thread Jason tw
I used When I compile,the error occurred.. [2011-04-29 20:37:30 - ] ActivityManager: java.lang.SecurityException: Permission Denial: starting Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x1000 cmp=com./. } from null (pid=-1, uid=-1) requ

回覆:Re: [android-developers] Log.d messages in frameworks/.../android/internal/telephony not appearing

2011-05-03 Thread AL@TW
do you every try 'logcat -b radio' ? -- 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...@googl

[android-developers] Google Location Service sometimes too busy for coarse location positioning request via cell ids?

2009-12-10 Thread chin...@tw-roc
All, I recently found that the Google Map Viewer's My Location function often doesn't return result these weeks. Here is the steps to test if this work in your area. 1. Turn off the "Enable GPS satelites" in Security & location for "My Location" 2. Turn on Use wireless networks in Sec

[android-developers] Why "Toast.makeText()" method has to extends Activity??

2010-10-25 Thread Ian k...@tw
Once I wrote: "Toast.makeText(this, "text", duration).show();" in a class why have this class extend Activity?? is that because of the "this" context? or what other parameter should I use? I've tried "null' and not working.. Thank you for ur reply

[android-developers] Why can't I set the device Microphone mute

2011-05-11 Thread Ian Kao@TW
Now I am trying to build a apk which can control the device's hardware. When I try to mute microphone with the "AudioManager.muteMicrophone" and "AudioSystem.muteMicrophone" methods. As a result, I can only mute the Microphone in my own apk, when I jump to another apk such as some other recorder, t