[android-developers] Re: Cant unenroll/uninstall Android N beta

2016-11-24 Thread Ken Cleveland
:05:48 PM UTC-6, Ken Cleveland wrote: > > For some reason, after the update this AM, I lost sound. Youtube won't > play. When I say Ok Google, there is no sound. If I hold the phone to my > ear, I hear nothing (other person hears me) but I can press speaker and > then I hear.

[android-developers] Re: Cant unenroll/uninstall Android N beta

2016-11-23 Thread Ken Cleveland
sent. build number is: NPF26F so I know it is not the public build. This is on a Nexus 6P. All stock other than joining the developer program. Would appreciate some quick help please, google. Phone number or something. Thanks, Ken -- You received this message because you are subscribed t

[android-developers] Re: Design for my first android app - Need your suggestions

2016-03-08 Thread Ken Lawton
Is it using an RSS feed or something to get the conversion rates? Because they change all the time. On Tuesday, March 8, 2016 at 6:29:19 AM UTC-5, pruthvi bardolia wrote: > > I have been learning android for few months now, and thought to make an > app which I could ultimately launch in play

[android-developers] Re: Send free copies of my games (codes)

2016-03-08 Thread Ken Lawton
Go out and get some Google Gift cards. Why won't you just give them the APK? It's not like that hurts anyone. Unless, that is, the apps are not really yours and you don't have access to the APK itself. On Tuesday, March 8, 2016 at 3:47:09 PM UTC-5, Random Person wrote: > > Hello! I want to send

[android-developers] Re: Future if android

2016-03-08 Thread Ken Lawton
Are you saying it's surprising that high-end developers targeted what they considered to be the most likely audience when they invested all that time and money in their development? It doesn't get more obvious than that. The two OSs are completely different. At least different enough that it

[android-developers] Re: Can Google Play Store took an update from my server to update my APK

2016-03-08 Thread Ken Lawton
Not that I've ever heard of. As far as I know, you have to manually update APKs on your own. I've never seen any sort of control panel in the Developer Console that allows their service to go grab a binary from some external site. I would imagine that to be a security nightmare. On Tuesday

[android-developers] Kilobolt framework

2016-03-08 Thread Ken Lawton
Has anyone here used the Kilobolt Framework? I went through their Robot Game tutorial a while ago. From that I was able to learn much of what I needed to know to create all kinds of stuff based on that framework. But I have hit a minor snag. Just wondering if anyone has any experience with it

Re: [android-developers] Marshmallow update

2016-03-08 Thread Ken Lawton
onday, March 7, 2016 at 7:04:47 PM UTC-5, TreKing wrote: > > > On Mon, Mar 7, 2016 at 3:00 PM, Ken Lawton > wrote: > >> These are apps that have been running with no trouble at all for like 2 >> years. Even when the last Android update came out, the widgets continued >>

Re: [android-developers] Marshmallow update

2016-03-07 Thread Ken Lawton
table with it. Only for them to say, "yeah, we're not gonna do that any more." Having said that, if that's what I have to do, then so be it. Just have to find the time to work it all out. On Monday, March 7, 2016 at 2:08:56 PM UTC-5, TreKing wrote: > > > On M

[android-developers] Re: issues in installing android studio 1.5.

2016-03-07 Thread Ken Lawton
Check your download. It appears to be incomplete. If it's not somewhere in the area of 1.1gb, it's probably either incomplete or corrupt. On Saturday, March 5, 2016 at 12:51:55 AM UTC-5, Chirag Bansal wrote: > > their is an issue when i install androis studio . > i just download this .exe file

[android-developers] Marshmallow update

2016-03-07 Thread Ken Lawton
Don't know if this has been addressed here yet. Any Google searching I've done has only shown me discussion from things like this from years ago... I am a developer. I have like 13 apps on Google Play. A few of them are widgets. They have been out in the wild and working fine for a few 1000

[android-developers] Admob transition/animation

2016-02-28 Thread Ken Tavin
in/scrolls in from the bottom and then up to fill the entire screen? I've tried searching through online for any official documentation but have had no luck. Any help would be much appreciated. Thanks aplenty Ken -- You received this message because you are subscribed to the Google G

[android-developers] writing unit tests for some networking code and can't simulate network failures?

2014-01-16 Thread Ken
I'm trying to write some unit tests to handle network outages to see how well the software handles resumes, but can't find a way to simulate this when running a ServiceTestCase. Has anyone ever done this w/ automated unit tests? Or do you just do it manually by mucking w/ settings after a unit t

Re: [android-developers] Google Drive says Action Bars on the bottom are ok?

2013-12-21 Thread Ken
On Monday, December 16, 2013 5:47:40 PM UTC-5, Nathan wrote: > > I may be tempted to try the hamburger menu, I mean navigation drawer. > You'd have to train users to click on it, but then, you would have to do > that with the options menu. > hamburger menu...LOL :-) I always thought that was

Re: [android-developers] Google Drive says Action Bars on the bottom are ok?

2013-12-15 Thread Ken
On Saturday, December 14, 2013 7:46:18 PM UTC-5, Douglas Drumond wrote: > > split action bar? > https://developer.android.com/guide/topics/ui/actionbar.html#SplitBar > Yep, you can do it w/ that, but what Google's doing in their apps is something else...it's actually another panel that shifts u

Re: [android-developers] Google Drive says Action Bars on the bottom are ok?

2013-12-12 Thread Ken
On Thursday, December 12, 2013 4:40:45 PM UTC-5, Kostya Vasilyev wrote: > > Do you mean the panel that slides up and down as you scroll the documents > list? > Google+ does this too. > Yep...the panel at the bottom w/ the Camera button. I thought Google said not to do this? :-P It's a weird UI

[android-developers] Google Drive says Action Bars on the bottom are ok?

2013-12-12 Thread Ken
Just noticed this recently...Google Drive has a few action bar items at the bottom. I thought we weren't supposed to put action bar items at the bottom because it's confusing to users with the soft button bar (with back, home, etc.) down there as well? -- You received this message because you

Re: [android-developers] BLE support in Android

2013-12-04 Thread Ken
On Tuesday, December 3, 2013 10:28:47 AM UTC-5, MagouyaWare wrote: > > The S3 isn't even running Android 4.3. > Actually, my T-Mobile S3 is running 4.3...got it as an OTA install a little less than a month ago :-) Haven't tried it w/ a BLE device yet though it supports their Galaxy Health dev

[android-developers] Re: Lower level documentation on how Google's backend starter works w/ Android devices

2013-09-22 Thread Ken
On Saturday, September 21, 2013 1:25:59 PM UTC-4, Nobu Games wrote: > > I'm not sure if I understand you correctly, but the following homepage > contains documentation about the Google+ API including their HTTP-based API > which allows you to roll your own client implementation in any language

[android-developers] Lower level documentation on how Google's backend starter works w/ Android devices

2013-09-20 Thread Ken
Does anyone know of a document that describes how Google+ login and endpoints and GCM at the network level (what data gets sent back and forth)? I'm trying to write a replacement backend w/o staring at Wireshark traces :-) -- You received this message because you are subscribed to the Google Gr

Re: [android-developers] Lower level documentation on how Google's backend starter works w/ Android devices

2013-09-20 Thread Ken
On Friday, September 20, 2013 1:25:08 PM UTC-4, Kristopher Micinski wrote: > > There are specific clauses in the TOS for Play (at least) that stipulate > you can't write apps that could compete with Google apps, under which I > presume this use would fall. > I haven't seen that in the TOS (ht

Re: [android-developers] Re: Displaying the long Press Power off screen/dialog

2013-06-25 Thread Ken Chen
-Original Message- From: Piren Sender: android-developers@googlegroups.com Date: Tue, 25 Jun 2013 04:53:07 To: Reply-To: android-developers@googlegroups.com Subject: [android-developers] Re: Displaying the long Press Power off screen/dialog this is not what he asked. OP: Try sending

[android-developers] I uploaded a wrong apk and has pressed the publish button

2013-04-23 Thread Ken
apk or re-upload the correct apk. How to fix it? Regards, Ken -- -- 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, sen

[android-developers] Re: In App Billing Error

2013-01-07 Thread Kandarp "Ken" Patel
w "app-specific" license key, and entered that into my app, and now everything functions as it should. Hope this helps! Ken On Friday, December 14, 2012 9:54:38 PM UTC-8, ajmer singh wrote: > > Hi All > > I am implementing In app billing(Version 3) in android app. > >1

Re: [android-developers] Nexus 4 Drivers

2013-01-02 Thread Ken H
I'm using the latest version of Eclipse (actually they call it the Android Developer Tools, Build: v21.0.0-531062). When I plug it in I get nothing...at least in Eclipse. I can see it as a harddrive on the computer and surf the folders, but that's it. Ken On Wednesday, January 2,

[android-developers] Nexus 4 Drivers

2013-01-02 Thread Ken H
Has anyone seen where I can get drivers for the Nexus 4 so I can see it in Eclipse? I'm having a peculiar problem in an app that only happens on the Nexus 4, but Eclipse can't talk to it, so I can't see the Logcat. Ken -- You received this message because you are subscribe

[android-developers] SlidingDrawer backgrounds

2012-07-30 Thread Ken H
don't want to see the map behind the buttons. I know this should be simple, but simple things elude me. Ken -- 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@goog

Re: [android-developers] How To Access Device Internal Storage?

2012-05-11 Thread Ken Plumley
Mark, Thanks for clarifying this multiple "external storage" issue. It has been confusing me on how to store files on two external storage areas. Thanks again. On Fri, May 11, 2012 at 3:36 PM, Mark Murphy wrote: > On Fri, May 11, 2012 at 6:12 PM, wrote: > > How does the user access the sd ca

Re: [android-developers] How To Access Device Internal Storage?

2012-05-11 Thread Ken Plumley
http://www.virginmobileusa.com/cell-phones/motorola-triumph-phone.jsp On Fri, May 11, 2012 at 2:38 PM, Mark Murphy wrote: > On Fri, May 11, 2012 at 5:30 PM, Ken Plumley wrote: > > So the code below will work for both the sd card and the device built-in > > external storag

Re: [android-developers] How To Access Device Internal Storage?

2012-05-11 Thread Ken Plumley
ctory"); // Make sure the directory exists. subdirectory.mkdirs(); } else {} Thanks. On Fri, May 11, 2012 at 2:16 PM, Mark Murphy wrote: > On Fri, May 11, 2012 at 5:12 PM, Ken Plumley wrote: > > Ok, that´s my confusion of the storage terms. > > > > What code do

Re: [android-developers] How To Access Device Internal Storage?

2012-05-11 Thread Ken Plumley
Mark, Ok, that´s my confusion of the storage terms. What code do I use in the "else if statement" section to store files on the device built-in external storage? Thanks. On Fri, May 11, 2012 at 1:50 PM, Mark Murphy wrote: > On Fri, May 11, 2012 at 4:30 PM, Ken Plumley wrot

Re: [android-developers] How To Access Device Internal Storage?

2012-05-11 Thread Ken Plumley
Mark, Is the Android Dev Guide not correct? The Android Dev Guide makes this claim: public static File getExternalStorageDirectory () Since: API Level 1 Gets the Androi

[android-developers] Re: Cannot get TTS to work

2012-03-01 Thread Ken H
mTts after initializing all my sensors and gps and stuff. Ken On Mar 1, 11:25 am, Ken H wrote: > I've tested the APIDemo TestToSpeech example code on my phone (Galaxy > S2) and it works fine, but when I take the *same code* and paste it > into my app the TTS fails. I see an error in the

[android-developers] Cannot get TTS to work

2012-03-01 Thread Ken H
ething? What is the second arguement in the TestToSpeech() arguement really? The documentation says it's OnInitListener that gets call after initialization, but that just confuses me further (I'm using "this" for both parts). I'm completely stumped. Ken -- You received t

[android-developers] Re: first time developer

2012-01-30 Thread Ken H
ics or anything. But it got me use to working with activities and such. While Kristopher was a little dickish in his response (it's not off topic) he is basically right. Again, get your feet, start simple, build on your experience. Ken On Jan 28, 5:57 am, Raymond Evans wrote: > Hey e

[android-developers] Re: Android Custom Streaming Media Player

2012-01-19 Thread Ken
Bump, can somebody help? On Jan 19, 4:52 pm, Ken wrote: > I have an application that streams videos from my server. The files > end in .mp4 and play fine in the default android player. The thing is > I don't get enough out of the ads displayed on the app as the time of > the use

[android-developers] Android Custom Streaming Media Player

2012-01-19 Thread Ken
I have an application that streams videos from my server. The files end in .mp4 and play fine in the default android player. The thing is I don't get enough out of the ads displayed on the app as the time of the user spent on my app is very less compared to the time spent while watching videos. So,

[android-developers] C2DM Question

2012-01-10 Thread ken
We have some questions regarding the Android Cloud to Device Messaging Framework (C2DM) services. 1.Regarding to enabling C2DM section in http://code.google.com/intl/zh-TW/android/c2dm/, °ßIf the registration is successful, the C2DM server broadcasts a REGISTRATION Intent which gives the

[android-developers] Android ICS Hardware Acceleration for setLayerType issue.

2011-12-27 Thread kaiping ken
crash). Is it "LAYER_TYPE_NONE" like a automation option? That means it will automate to choose one of the option between SOFTWARE and HARDWARE ? Thank you very much. Ken Lai -- You received this message because you are subscribed to the Google Groups "Android Developers" g

[android-developers] Memory Leak problem (about activity background)

2011-12-10 Thread Ken Yang
Hi!! Dear All, I have an app that contains many Activity. (ex: i got 10 Activity which be named a1,a2,a3,a10) and all of the Activity(a1,a2,a3a10) have background like this. http://schemas.android.com/apk/res/ android" android:background="@drawable/bg_normal"> and a1 will redirect t

[android-developers] Re: How to calculate the distance between two degree values? (for example: 350º to 15º = 25º / 250º to 190º = 60º)

2011-09-29 Thread Ken H
180.0)) * Math.cos(lat_b * (Math.PI / 180.0)) * Math.sin(dLon/2) * Math.sin(dLon/2); double c = 2 * Math.atan2(Math.sqrt(a), Math.sqrt(1-a)); return R * c; } where lat_a and lng_a are your start coordinates and lat_b and lng_b are your stop coordinates. Ken H -- You received

[android-developers] Re: CDMA getCellLocation() does not work

2011-07-08 Thread Ken H
. And the other question is why is the result an integer? LAT/LON is not an integer. Oh well, I never expected a real answer, but I had to ask...thanks. Ken On Jul 8, 11:58 am, Raghav Sood wrote: > These features exist API level 5 onwards. You will receive Integer.MAX_VALUE > if the locati

[android-developers] CDMA getCellLocation() does not work

2011-07-08 Thread Ken H
cdmaLon = cd.getBaseStationLongitude(); I get Integer.MAX_VALUE for both the cdmaLat & cdmaLon. Why? Has this not been implemented yet in Android? If not, will it ever? Why is the value an integer in the first place? LAT/LON should be a float or double. Ken -- You received this message because

[android-developers] Re: MediaPlayer.isPlaying() question

2011-03-13 Thread Ken H
What I'm really asking is for a way to test if the MediaPlayer was paused. I think my app is being paused by the OS for maybe a notification or something. It drives me up the wall when it just...stops. On Mar 13, 11:25 am, Ken H wrote: > Will android.media.MediaPlayer.isPlaying() return

[android-developers] Re: "Installation unsuccesfull" messages

2011-03-13 Thread Ken H
stall updates" 6. Back out and select "Download Manager" 7. Select "clear data" This might help, but like TreKing said, it's an ongoing issue. Ken -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] MediaPlayer.isPlaying() question

2011-03-13 Thread Ken H
Will android.media.MediaPlayer.isPlaying() return true if the MediaPlayer is paused? Ken -- 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

[android-developers] Phantom Gingerbread update

2011-03-02 Thread Ken H
Last night I saw a notification for an OTA update for my Nexus One. I checked and it was Gingerbread (2.3.3 yea!). So I click update and the phone does it's thing (reboot and all), but when I check the version number afterwards in About Phone I still see 2.2.2...anybody else get a phantom update re

[android-developers] Hello

2011-02-12 Thread KEN
I have searched on the network about how to upgrade ADP2 to 2.2 or newer, is there effective way to do that? -- 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 unsubsc

[android-developers] Can an application control the open / closed state of the status bar panel?

2011-02-02 Thread Ken Cross
I have an application which exhibits two different behaviors, possible related to Android 2.2 vs. Android 2.1 update 1. The application uses the proximity sensor to determine when the phone is "near" the ear. If a "near" condition is detected, I get the applications window and set the LayoutParams

[android-developers] Marketplace download failure -- anybody else seen this?

2011-01-31 Thread Ken H
ine. Anybody seen this before? Ken -- 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+unsubs

[android-developers] No ; Do all android systems support vibration?

2011-01-18 Thread Ken Baltrinic
for any help. --Ken -- 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...@googlegrou

[android-developers] Re: Will no longer support Android 1.5

2011-01-17 Thread Ken H
> Holy crap - why is awesome information like this not clearly documented > somewhere!? (Or is it ...?) > You crystalized my thoughts...although I usually find I just didn't read the documnetation deeply :) -- You received this message because you are subscribed to the Google Groups "Android Dev

[android-developers] Turning off "save to SD Card"...problem?

2011-01-17 Thread Ken H
better :) Ken -- 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...@googlegroups.co

[android-developers] BOOT_COMPLETED not being heard

2011-01-15 Thread Ken H
hours trying to fix it, does anybody know why this is? Ken H -- 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

[android-developers] BootStrapService

2011-01-11 Thread Ken H
creates an alarm. Anything basic I've missed? Ken -- 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 an

RE: [android-developers] Global Plugin.

2010-12-16 Thread Ken Perry
Modifying the firmware is not a problem the plugin I am writing is for a proprietary device. Can you point me at some information on how to go about this? Ken -Original Message- From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of Mark

[android-developers] Global Plugin.

2010-12-16 Thread Ken Perry
works in the browser and only if you include the code in the web page. I need it to work on any web page.If you have any ideas I can take you off list and give you a more clear idea of what I am wanting to accomplish. Ken -- You received this message because you are subscribed to the

[android-developers] Re: Locking the notification drawer

2010-12-10 Thread Ken Cross
sue I described, I'm all ears! Thanks, - Ken On Dec 9, 10:27 pm, TreKing wrote: > On Wed, Dec 8, 2010 at 9:30 AM, Ken Cross > wrote: > > > My question is, how do I lock the drawer so that it can not be opened from > > my applicatio

[android-developers] Locking the notification drawer

2010-12-08 Thread Ken Cross
drawer so that it can not be opened from my application? In my voip application, it is also possible to be in a call via Wifi and I would like to have the same behavior with regard to the notification bar / drawer in my app. Thanks, - Ken -- You received this message because you are subscribed to

[android-developers] Re: Android 2.3: eclipse reporting "Unable to execute dex: null"

2010-12-07 Thread Ken
10-12-08 09:03:50 - AndroidUsenetReader]: Dx at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) [2010-12-08 09:03:50 - AndroidUsenetReader]: Dx205 errors; aborting [2010-12-08 09:03:50 - AndroidUsenetReader] Conversion to Dalvik format failed with error 1 Regards, Ken On 12月8日, 上午

[android-developers] Reading the native Music Player

2010-12-06 Thread Ken H
Is it possible to read the database that the native music player uses to store the users playlist definitions? If so how? Ken -- 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: What is Cursor??

2010-12-06 Thread Ken H
result set. Ken -- 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...@googlegroups.co

[android-developers] Re: Market has the "All" option disabled :)

2010-11-30 Thread Ken H
On Nov 30, 1:51 pm, "Maps.Huge.Info (Maps API Guru)" wrote: > If you use location services, you're minimum is pre-teen. That was > explained in the e-mail I believe. Actually it was in the detailed page link included in the email...guess I should start reading that stuff.

[android-developers] Re: Can you detect a touch to the screen when the screen is off? (Wake up screen with a touch)

2010-11-30 Thread Ken H
> anyone out there got any ideas? Use your other sensors like the accelerometer...shake it awake. Ken -- 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 T

[android-developers] Re: Market has the "All" option disabled :)

2010-11-30 Thread Ken H
Yeah, what's up with that? It's enabled on some of my apps, but disabled on others. Ken -- 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 u

[android-developers] How to disable Gallery center-locked

2010-11-29 Thread ken huang
Hi everybody, I am so glad I can be the one who join Android`s big family. Obviously, I am still new to Android. I am finding a way to display horizontal and circular photos, but I found ListView and GridView, they all cannot meet the requirement, they only can display them Vertical. Now,

[android-developers] How to change the listview row height?

2010-11-08 Thread Oh Kah Ken
How to change the listview row height? -- 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...@goo

[android-developers] Can I turn the flash on?

2010-10-12 Thread Ken H
Is it possible to turn the flash on on an un-rooted phone (if so equipped)? I've been looking around and can't find anything specific, but I know it can be done...I found an app that does it. Ken -- You received this message because you are subscribed to the Google Groups "And

[android-developers] Re: Android Market update bug?

2010-10-11 Thread Ken H
Thank You! On Oct 11, 11:02 am, TreKing wrote: > On Mon, Oct 11, 2010 at 12:34 PM, Ken H wrote: > > Anyone seen this? > > http://market.android.com/support/bin/search.py?ctx=en

[android-developers] Android Market update bug?

2010-10-11 Thread Ken H
cted, so right now it appears to be just an uncomfortable curiousity. Anyone seen this? Ken -- 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

[android-developers] Re: Can android support more than one sdcard?

2010-09-10 Thread Ken H
No Android device can hold more than one sd card so why would there be support for it? Ken -- 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

[android-developers] Re: android doesn't recognize battery

2010-09-10 Thread Ken H
"which part of android source supposed to handle this behaviour?" Handle what behavior? You're not doing anything a user would ever do. Ken -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this gro

RE: [android-developers] Re: How to debug web page on device?

2010-09-09 Thread Ken Perry
I think you're doing it the same way I am. I use addJavascriptInterface to add logging class to any JavaScript I write. Then I can use the Android Java log class to write to the log cat. I tag the logs with the keyword "javascript" so I get a nice neat list of whatever I wa

[android-developers] Javascript, WebView, and arrow keys.

2010-09-09 Thread Ken Perry
e some way I can fix this. If someone has time I have a pretty simple example of this problem I could probably zip up as an eclipse project. Thanks, Ken -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to thi

[android-developers] AutoCompleteTextView and Ajax-like request

2010-09-01 Thread Ken
ut. b) When I select an item, the onTextChanged seems to be invoked again and the suggestion dropdown shows up again. Sorry if someone has discussed this issue but I wasn't able to find any examples for my scenario. Thanks! Ken -- You received this message because you are subscribed t

[android-developers] Re: Killi Process with files on SD card

2010-08-30 Thread Ken Yang
Hi, Excuse.. I did it the same way... but it only works on 1.6、2.1 device.. it's doesn't work on 2.2 device, no matter on nexus one or 2.2 emulator... how can you do that on nexus one? this is my code public class serviceSDcard extends Service { private static Context contextSe

[android-developers] Re: Killi Process with files on SD card

2010-08-30 Thread Ken Yang
I find it works on 2.1 and 1.5 device(emualtor), but it doesn't work on my nexus one(2.2) or 2.2 emulator? why? On 7月15日, 上午12時23分, Streets Of Boston wrote: > It works fine for me on my motorola droid, nexus one and G1. > Did you properly register your broadcast receiver, both in code and in > t

[android-developers] I registered a broadcast to detect sd card status, but it only works on the device below 2.1(include 2.1)

2010-08-30 Thread Ken Yang
I registered a broadcast to detect sd card status, but it only works on the device below 2.1(include 2.1) it's doesn't work on nexus one or 2.2 emulator... android os will kill my process on nexus one and 2.2 emulator, but it won't do that on device below 2.1(include 2.1) is there anything wron

[android-developers] Retransmissions from PBX after disconnecting from emulator (charging) using sipdroid

2010-08-19 Thread Ken Cross
f yet have found only dead ends. Any help or advice would be appreciated. I hope this is the right place to post this. If there is a better place, please let me know. Thanks, - Ken -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] Re: Webview not fit to screen

2010-08-02 Thread Ken
one > child view. > > On Aug 2, 11:40 am, Ken wrote: > > > anyone? > > > On Jul 30, 3:10 pm, Ken wrote: > > > > Hi, > > > > When I load a URL in my webview, the page always appears with full > > > size and I am unable to zoom out

[android-developers] Re: Webview not fit to screen

2010-08-02 Thread Ken
anyone? On Jul 30, 3:10 pm, Ken wrote: > Hi, > > When I load a URL in my webview, the page always appears with full > size and I am unable to zoom out (I did call > setBuiltInZoomControls(true)). The webview is wrapped in a > LinearLayout with fill_parent for both dimensio

[android-developers] Webview not fit to screen

2010-07-30 Thread Ken
to the screen? Thanks! Ken -- 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-developer

[android-developers] Re: WebView in ListView

2010-07-28 Thread Ken
Thanks for the reply guys. At the end I ditched the listview and replaced with a webview. So now instead of using a listview with numerous webviews, I have one webview with bunch of DIVs rendering the individual contents. That works our well. -- You received this message because you are subscribe

[android-developers] Re: Licensing

2010-07-28 Thread Ken
esult? Regards, Ken On 7月28日, 下午1時58分, Mark Carter wrote: > Instead of just having the Test Accounts section, it would be much better to > be able to specify responses for *individual* gmail accounts. > > This could then be used as a way to gift a paid app to a user (such as a > majo

[android-developers] Re: Licensing

2010-07-28 Thread Ken
It's very new and I just notice it this morning. I want to know how google handle something like DNS fraud. If the app connect to licensing.google.com for licensing checking, what if the user point the host name to his server which can provide fake licensing result? Regards, Ken On 7月28日,

[android-developers] make AccountManager.getAuthToken() prompt for credentials again

2010-07-28 Thread Ken Hughes
I hope this is a simple problem I'm overlooking. I'm working on an app which uses the account manager to get an auth token. The first call to manager.getAuthToken() prompts the user for permission to allow the application to access their login/password. I'd like to remove this permission. It doe

[android-developers] Re: How do you handle a pound sign (#) in a string?

2010-07-23 Thread Ken H
Sweet and simple. That did the trick, thanks! Ken -- 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-

[android-developers] How do you handle a pound sign (#) in a string?

2010-07-23 Thread Ken H
fter* the pound sign to get dropped. And I'm having trouble inserting "\\" in there. I know this is a simple fix, but, Friday afternoon, I can't think of it. Ken -- You received this message because you are subscribed to the Google Groups "Android Developers" g

[android-developers] WebView in ListView

2010-07-22 Thread Ken
omain Guy and others about how this is a bad idea. Just wondering if it's still a bad idea or a solution has been found since Cupcake. Thanks! Ken -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this grou

[android-developers] I want to setting ---screen timeout---!!

2010-07-21 Thread ken
Hello. I want to setting screen timeout. home---settings---Sound & display---Screen timeout ---like Screen brightness setting source code--- WindowManager.LayoutParams lp = getWindow().getAttributes(); lp. screenBrightness = 1.0f; getWindow().setAttributes(lp);

[android-developers] Re: App Not Showing Up for Some Devices (1.5?)

2010-07-20 Thread Ken H
What version of Android are they using? Users with v1.5 won't see apps with minSdkVersion="4" in the manifest, for example. That way they don't download apps that will not work on their device. Ken -- You received this message because you are subscribed to the Google Groups

[android-developers] Unpublished app still can be purchased?

2010-07-19 Thread Ken
I took down one of my apps a few days ago, however I am still seeing purchases trickling in even though I can no longer see my app on the market. Where did they purchase the app from? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] Authenticating an app

2010-07-19 Thread Ken
figure it won't hurt to ask. Thanks. Ken -- 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

[android-developers] Emulator loses network connection issue

2010-07-16 Thread Ken
as it interrupts the workflow. I am using 2.1 SDK 7. Thanks. Ken -- 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 and

[android-developers] from FRF50 to FRF91

2010-07-02 Thread Ken H
Anyone know where (or if) I can manually update from FRF50 to FRF91? I've got files for going from FRF50 to FRF83, and from FRF85B to FRF91, but nothing in between. Ken -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To pos

[android-developers] Re: Accuracy of location.getAccuracy() GSM and GPS - exact Meaning?

2010-07-02 Thread Ken H
shrink to your flashing dot position), then you are seeing your GPS accuracy graphically. As the phone's GPS refines its calculation and acquires more satellites the accuracy will increase. Ken -- You received this message because you are subscribed to the Google Groups "Android Develop

[android-developers] Replicating fastscroll like in contacts

2010-07-02 Thread Ken H
ains things? Failing that, maybe different examples? I'm listing songs on the sd card...you know, the usual. Ken -- 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@googleg

[android-developers] Re: Are there default permissions added to apps?

2010-06-30 Thread Ken H
Ahhh, makes sense. I did search, but if you don't stumble on the right word combo you'll just spin your wheels. Thanks. On Jun 30, 9:20 am, TreKing wrote: > On Wed, Jun 30, 2010 at 11:17 AM, Ken H wrote: > > What's going on? > > For backward compatibility

[android-developers] Are there default permissions added to apps?

2010-06-30 Thread Ken H
app is a simple reference doc that has a few outside web links embedded in it. It does nothing to the sd card, let alone the phone. What's going on? Ken -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group

[android-developers] Re: How to catch a "Done" key press from the soft keyboard

2010-06-13 Thread Ken Hughes
Look here for an example. I'm guessing by the "Done" key you mean KEYCODE_DPAD_CENTER. http://developer.android.com/reference/android/app/Activity.html Ken On Jun 13, 3:32 am, oriharel wrote: > Hi, > how do I catch specific key events from the soft keyboard? > specif

  1   2   3   >