[android-developers] App download/install count - market glitch?

2010-06-12 Thread Ken
I have couple of apps (billboard100 and xmplayer) that had been reaching download/installs of 10k/9k+ and 9k/6k respectively. This morning the counts dropped to 1k/1k and 5k/3k. How is that possible? My ad clicks suggests otherwise. Anybody experienced the same? Ken -- You received this

[android-developers] Re: Unwanted state changes of CheckBoxes in ListView

2010-06-10 Thread Ken Hughes
I'm trying to do something similar, but I can't get my custom view class to see the click events (I set breakpoints in the constructor and I get to those) but I never hit breakpoints in the toggle() or setChecked() methods. Ken On Jun 1, 6:48 pm, zealot wrote: > Hi, > > I&

[android-developers] Re: How global is the app market?

2010-06-09 Thread Ken
While I can't speak for other countries, I know people can't find my app in the Chinese Android Market. A user from Germany told me that he couldn't see the app either because it's set to copy-restricted due to some 2.1 glitches. On Jun 9, 2:27 pm, Neilz wrote: > Hi. I'm UK based and I'm wonderi

[android-developers] How to select multi phone number from phone book?

2010-06-09 Thread Ken
Hello all, I want to write something to sms to several people. I want to select the phone numbers from the system phone book activity. 1. Uri uri = Uri.parse("content://contacts/people"); 2. Intent intent = new Intent(Intent.ACTION_PICK, uri); 3. startActivityForResult(intent, PICK

[android-developers] Adsense for mobile vs Admob

2010-06-08 Thread Ken
? 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-developers+unsubscr...@googlegroups.com For mo

[android-developers] problem with AlertDialog and setSingleChoiceItems()

2010-06-07 Thread Ken Hughes
I've got an alert dialog with a single choice item selection which is giving me issues. The dialog has a list of items, positive and negative buttons, and is cancellable. Pressing the negative button calls dialog.cancel(). When setSingleChoiceItem() is called, I pass the value of the checked ite

[android-developers] Random pauses with “Key dispa tching timed out sending to ” when closing Android S urfaceView

2010-06-04 Thread Ken
When I close an Android SurfaceView Activity (this sometimes happens when bringing up the menu for that activity as well), the app sometimes pauses and almost gets an ANR (Application Not Responding) message. Looking at LogCat, it appears to be timing out trying to send keys to it. I tried modifyin

[android-developers] which method/function causing "App freeze timeout expired."?

2010-05-26 Thread Ken
Is there any to find out what function the Android OS was calling when WindowManager throws this error in the log? The next message in the log from the WindowManager is: "Force clearing freeze: AppWindowToken" and then it lists the classname of my activity. This happens when I do a screen orienta

[android-developers] Re: Eclipse shows error, but no error found

2010-05-21 Thread Ken H
Yes, exactly! I've had this happen before but was able to get rid of it by toggling the build project (for some reason that worked). This time it wouldn't go away. I did just upgrade to the SDK for 2.2 though. Maybe that had something to do with it. I don't know. > do some or all of these long en

[android-developers] Re: Eclipse shows error, but no error found

2010-05-21 Thread Ken H
Ok, I opened a Window > Show views > Problems, and it said something about an "Unparsed aapt error(s)!..." whatever the devil that is. So I deleted it...and got the emulator up and running. What did I actually do? Not worried, just curious? Thanks, by the way... Ken On May 21,

[android-developers] Eclipse shows error, but no error found

2010-05-21 Thread Ken H
running your application." What's going on?? This is driving me crazy. 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 gro

[android-developers] AutoCompleteTextView with http datasource

2010-05-12 Thread Ken
have to awkwardly create suedo cursors to accomplish this? 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, sen

[android-developers] android.graphics.Path editor or SVG converter?

2010-04-20 Thread Ken
Anyone know of a graphical editor that will generate a android.graphics.Path? I'm looking for something like inkscape that would generate appropriate commands to generate a android.graphics.Path or some kind of conversion utility that would map SVG to an android.graphics.Path so it can be used for

[android-developers] Re: Print to PDF

2010-04-19 Thread Ken
AFAIK, such a thing doesn't exist. I've added an enhancement request to ask Google to add this to the Android API since we'll need something like it for Google Cloud Print (it only takes PDFs); star/ fav the enhancement request if you like it... ken On Apr 14, 1:53 pm, polyclef

[android-developers] Re: Cannot see device in DDMS

2010-04-15 Thread Ken H
FYI ~ I guess they just issued a new update to the ADT Plugin in March. I updated (Help -> Software Updates, check developer tools), restarted Eclipse and now I see my phone in the Devices tab. All is right with the world :) Ken On Apr 15, 12:33 am, schwiz wrote: > make sure you ha

[android-developers] Cannot see device in DDMS

2010-04-14 Thread Ken H
nothing in the list of attached devices. I can run the emulator just fine, but I cannot see any physical devices (Nexus One or myTouch). What am I doing wrong? Ken -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to th

[android-developers] Re: Activating Bluetooth

2010-04-05 Thread Ken H
Thank you! I was starting to think I only seem to ask questions no one knows the answer to. :) 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] Activating Bluetooth

2010-04-03 Thread Ken H
phone with, but I don't want bluetooth to run while I am not using that app or after the app has shut down -- I want to reduce any unnecessary load on the battery. Ken -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] Re: how to implement musicplayer as service in android

2010-04-02 Thread Ken H
This might get you started... http://marakana.com/forums/android/android_examples/60.html 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 unsubs

[android-developers] Re: onSignalStrengthsChanged bug?

2010-04-02 Thread Ken H
Just holding out hope someone has had this problem too... 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] Re: Android 1.5 on CDMA phones and OEM non-conformance documentation...

2010-04-02 Thread Ken H
CDMA package...or maybe you are, that's what I'd like to know. 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 g

[android-developers] Re: Fastest and most reliable Location provider

2010-04-02 Thread Ken H
This is great information. Now one last stupid question (again, if they put this in the docs I wouldn't ask it). Does ACCESS_COARSE_LOCATION = Network and ACCESS_FINE_LOCATION = GPS? Ken -- You received this message because you are subscribed to the Google Groups "Android Developers&

[android-developers] Re: GsmCellLocation.getCid() returns very large numbers.

2010-04-01 Thread Ken H
s for Donut...works fine. 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...@goog

[android-developers] Re: Installing apps to Nexus One device

2010-04-01 Thread Ken H
Also you can lookup "Apps Installer" on the Android Market. No hassels. On Mar 31, 5:08 am, oriharel wrote: > IT WORKS > Thanks (again) Mark! > > On Mar 31, 2:47 pm, Mark Murphy wrote: > > > > > oriharel wrote: > > > it was turned on (even before the first time I installed the driver) > > >

[android-developers] Re: Playlist Content Provider

2010-04-01 Thread Ken H
Here are a couple links that solved this mystery for me: http://www.anddev.org/viewtopic.php?p=12404 http://androidsamples.blogspot.com/2009/06/displaying-list-of-music-files-stored.html Ken On Mar 31, 9:58 am, Fossum wrote: > I'm making a media player, but my code doesn'

[android-developers] Re: Fastest and most reliable Location provider

2010-04-01 Thread Ken H
That's not a bad idea actually. I was going to ask what happens when the "loser" gets a solution but answered myself while typing :) Not to get off topic, but would you know what the difference is between POWER_LOW, POWER_MEDIUM, and POWER_HIGH...besides the obvious? Ken On

[android-developers] Re: Writing Current Time

2010-04-01 Thread Ken H
mat.format(timeStamp.getTime()); That's it. Using this method you would end up with a string that looks like this: "1 Apr 2010 07:41:10" Remember, most of this junk is just Java. There are gobs of 'cookbooks' out on the web for this sort of thing. Ken H -- You received this me

[android-developers] onSignalStrengthsChanged bug?

2010-04-01 Thread Ken H
ple do this sort of thing (RF stuff), but has anybody else seen this? Is this a bug? 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 fro

[android-developers] Re: Get unique ID of phone - Settings.Secure.ANDROID_ID not working on N1?

2010-03-26 Thread Ken H
Can't say anything about the ANDROID_ID thing. What's wrong with the TelephonyManager? You can get the device ID, subscriber ID, Sim serial number, etc. I think the only permission you need is in the manifest. Ken On Mar 25, 6:28 am, Anna PS wrote: > Odd - I posted this message

[android-developers] Re: Nexus one

2010-03-26 Thread Ken H
The greatest phone ever. On Mar 26, 11:20 am, ernie wrote: > Just got the Nexus One via FedEx, in Southern California. Thank you > Google. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develo

[android-developers] Re: Get current track from music player?

2010-03-26 Thread Ken H
I believe that music player is actually a separate application. Just because it came with the phone doesn't mean it's part of the API (or ever will be). Banged my head against a wall for 2-weeks before I figured that one out. Ken On Mar 26, 9:50 am, Jesper Majland wrote: > Hi &g

[android-developers] Re: How to indicate to user that a row is long-clickable?

2010-03-26 Thread Ken H
I just put a short Toast up when the activity launches, but I like Marks idea...basically give the user two or more paths to do the same thing. One when 'power users' would figure out on their own to do this, and another that basically takes the user by the hand. Ken > IMHO, long-cl

Re: [android-developers] Re: Asynctask threads never end!

2010-03-13 Thread Ken Warner
nts where you no longer expect to reference them, and it forces any references after that point to get a NullPointerException, which will allow you to detect bugs closer to the point of origin (or worse, detect bugs that might not be noticed). On Mar 13, 9:44 am, Ken Warner wrote: Null out all referenc

Re: [android-developers] Asynctask threads never end!

2010-03-13 Thread Ken Warner
Null out all references to the thread. Java has a problem with zombie threads -- this is a java app right? I can't say exactly how you should do the following but make sure there is an explicit way to exit each thread. I usually set a flag to tell the thread to exit. Those two things -- null al

[android-developers] I need a recommendation for some kind of Android device to test 2.1 app on.

2010-03-13 Thread Ken Warner
I'm setting up to rewrite my Java panorama viewer for Android. I'll be using Eclipse on W7 for development platform. I'll need some sort of *CHEAP* probably un-activated device -- maybe a phone -- maybe a netbook -- I don't know -- that's what I'm asking. It has to have GPS for geotagging and ac

[android-developers] Android Market updating in error

2010-03-11 Thread Ken H
wondering if it's the Market (which never gets the number of updates correct by the way), or the phone. 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

[android-developers] Re: Persisting alarms

2010-02-23 Thread Ken H
Figured it out. Just needed to create a service dedicated to setting the users defined alarm time, which I save in a preference. After reboot the service is called, pulls the preference, creates the alarm, and stop itself. Simple. Ken On Feb 23, 8:44 am, Ken H wrote: > But how can you then

[android-developers] Re: Persisting alarms

2010-02-23 Thread Ken H
But how can you then set the alarm to fire at a specific time? Every example I've come across has the alarm fire a certain amount of time after reboot. I want to set a specific time used in my app and the onReceive method seems pretty limited in what it will let you do. Ken On Feb 2, 1:

[android-developers] Re: Petition: Google, please improve the Android Market.

2010-02-23 Thread Ken H
g is going to know to send it in an email. Common users would never think or bother doing that so why make it "easy". But overall I think this is good idea. I think Google is a little too slow in it's fixes/improvements. Ken On Feb 23, 9:18 am, Disconnect wrote: > What car

[android-developers] Re: build.properties being ignored?

2010-02-21 Thread Ken
Part of the problem here might be the platform version you are using. For example, 1.6 and up seem to use out.dir while 1.5 uses out-folder, Paul. You can see which variables are being used by checking out the rules file: /platforms//templates/android_rules.xml Hope that helps, Ken On Feb 8

[android-developers] Re: Android Market Changed ranking

2010-02-19 Thread Ken H
My stuff hasn't changed. Have you checked your Downloads/Active Installs? Maybe your app is the new hot thing :) Ken On Feb 19, 1:44 am, Mr Pants wrote: > Hi > > Erm did something happen to the ranking system today? My app seems to > have shot up a bunch of places in it'

[android-developers] Re: Unable to get map overly to show

2010-02-19 Thread Ken H
nly thing I saw you did different from my mapping activity. Ken On Feb 19, 10:55 am, "AndroidRef.com" wrote: > Obviously the URL is "http://www.androidref.com";.  Sorry for the typo. > > Jay > > On Feb 19, 12:54 pm, "AndroidRef.com" wrote: > > &g

[android-developers] Re: MediaPlayer song array

2010-02-19 Thread Ken H
mMediaPlayer.start(). My 'selectNextSong' method just picks a random song from the hasharray and plays it. That said, I would love see what you or anybody else does. Always like to see if my wheel is rounder than yours :) Ken On Feb 19, 1:27 pm, MarcC wrote: > I figured this out n

[android-developers] Re: What is stopSelf() doing?

2010-02-19 Thread Ken H
Cool, then I'm doing it right. Thanks. Ken On Feb 19, 2:00 pm, Mark Murphy wrote: > Ken H wrote: > > If I call stopSelf() in a service, does it call onDestroy? > > It triggers onDestroy(). > > > I want to > > clean up after myself, but I'm a little vagu

[android-developers] Re: To Be Loved As To Love

2010-02-19 Thread Ken H
...but an ice storm or falling tree can doom your relationship. Therefore, he says, base your relationship on fiberoptic cable buried deep under ground...were no one can touch it...or get a cell phone. And never touch a live relationship or you may meet Him sooner than you would like... On Feb 19

[android-developers] What is stopSelf() doing?

2010-02-19 Thread Ken H
If I call stopSelf() in a service, does it call onDestroy? I want to clean up after myself, but I'm a little vague on this process and the docs don't help much. Ken -- You received this message because you are subscribed to the Google Groups "Android Developers" group. T

[android-developers] Re: Can't show ProgressDialog during listview update

2010-02-18 Thread Ken H
listview there. Thanks again guys. Ken On Feb 18, 10:10 pm, Ken H wrote: > Wow, dude...thanks! That was a thorough answer. Usually get a vague, > one sentence response that leaves me more confused than before. > > I don't know why I said that thing about the custom adapter...I think

[android-developers] Re: Can't show ProgressDialog during listview update

2010-02-18 Thread Ken H
round it. Well, I need to digest all this and try it out. Thanks again. Ken On Feb 18, 5:24 pm, Bob Kerns wrote: > Using a custom ArrayAdapter doesn't seem to me to relate to your > question, unless your problem is that it's broken. For example, if > yours doesn't notify t

[android-developers] Re: Can't show ProgressDialog during listview update

2010-02-18 Thread Ken H
this listview update in the main thread -- which I know works. Ken On Feb 18, 1:33 pm, Mark Murphy wrote: > Ken H wrote: > > I wasn't able to get the AsyncTask to work (although I have used it > > successfully in another app). > > Here's an example of using AsyncT

[android-developers] Re: Can't show ProgressDialog during listview update

2010-02-18 Thread Ken H
but I think the listview is being refreshed. I have to leave the activity and return to it to see the update. On Feb 18, 10:43 am, Frank Weiss wrote: > Use AsyncTask instead od Java threads. I'm not kidding, it's that simple. > > > > On Thu, Feb 18, 2010 at 10:21 AM, Ken H

[android-developers] Can't show ProgressDialog during listview update

2010-02-18 Thread Ken H
ake out the threaded stuff, it just looks like the app freezes for a couple seconds. Ken / / public class ListingThing extends ListActivity implements Runnable { public static final String PR

[android-developers] Re: saving shortcuts etc to the desktop?

2010-02-11 Thread Ken
but how to remove these shortcut programmatically ? seems no action to do this. On Feb 11, 4:13 am, Temitope Akinwande wrote: > I believe that you can do something like this. > >  Intent i = new Intent(); >  i.putExtra(Intent.EXTRA_SHORTCUT_INTENT, intent_to_execute_when_clicked); >  i.putExtra(In

[android-developers] Re: Launch ContextMenu from ContextMenu

2010-01-22 Thread Ken H
Mark, Dang, I just looked it up (http://developer.android.com/intl/fr/guide/ topics/ui/dialogs.html) and you are right! It's an alertdialog using the setitems method. Ken On Jan 22, 9:54 am, Ken H wrote: > But an AlertDialog with selectable items? I thought you could just do > "

[android-developers] Re: Launch ContextMenu from ContextMenu

2010-01-22 Thread Ken H
But an AlertDialog with selectable items? I thought you could just do "Yes", "No", "Ok", "Cancel", etc. and a message above with those. Well I guess my question should be how do you launch a ContextMenu- like menu from a contextmenu? Ken On Jan 22, 3:06

[android-developers] Launch ContextMenu from ContextMenu

2010-01-21 Thread Ken H
t" as the title, and "Current playlist", "New", and however-many-playlists-you-have defined after that. 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-dev

[android-developers] Birthday Calendar

2009-12-27 Thread Ken Mages
Hi I am creating a birthday calendar of all my friends and family. Can you please click on the link below to enter your birthday for me? http://www.birthdayalarm.com/bd2/86125582a847663211b1492115643c178809922d1386 Thanks, Ken -- You received this message because you are subscribed to the

[android-developers] Re: minSdkVersion and file editing

2009-12-10 Thread Ken H
Thank you! That was it! Wow, finally got a solution to a problem in this group!! Ken On Dec 10, 10:37 am, Vytautas Vaitukaitis wrote: > Your app has to have android.permission.WRITE_EXTERNAL_STORAGE > permission, which was introduced at SDK v4, in order to do this. I had > the sam

[android-developers] minSdkVersion and file editing

2009-12-10 Thread Ken H
ze my newly modified app (increased the versionCode) as the original one that first created the files. Not a huge problem. I'm trying to keep older versions of Android from using my app obviously, but I'd love to know what's happening. Ken -- You received this message because y

[android-developers] Re: msgid in strings.xml

2009-12-10 Thread Ken
Anyone? On Nov 24, 12:47 am, Ken wrote: > Hello, > > There are msgid in localized strings.xml. What are they? What's their > usage? How they are generated? Why the default strings.xml doesnt have > msgid? > > Thanks! -- You received this message because you are subsc

[android-developers] Re: neighbor cell information yields odd results with 3G

2009-12-09 Thread Ken H
getCid() is in hex format. I do a thisCell.getCid() & 0x to get the decimal format. Now the cdma end of it is a big 'ol mystery. Ken On Oct 20, 11:42 am, Jimmy wrote: > The MNC and MCC can be parsed from the serving cell information (it > works in 2G and seems to work in 3

[android-developers] Android 1.5 and CDMA

2009-12-08 Thread Ken H
"htc-ker...@and18-2 #926" Build number: 1.12.605.1 CL76938 release-keys Software version: 1.12.605.1 Hardware version: 0002 Am I missing something? Ken -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] Re: Droid or android 2.0 performance issues?

2009-12-08 Thread Ken H
think this will be a repeat of the PC vs. Mac wars of the '80s which the PC won and, I think, Android will win. My 2 cents. Ken On Dec 1, 11:26 am, Jarrod Overson wrote: > I had been waiting to make the switch from the iphone to android until > both some nice hardware was released and it

[android-developers] Re: GSM Timing Advance in Android

2009-12-04 Thread Ken H
Not that I've seen. The API is frustratingly limited in the phone parameters you can query. They seem to have held us to *basic* things like data state, CGI, RSSI, and basic network info among others. http://developer.android.com/intl/fr/reference/android/telephony/TelephonyManager.html Ke

[android-developers] Re: CDMA home carrier

2009-12-04 Thread Ken H
mal value divide by 1,000,000", but they don't. Another beautiful mystery is that onSignalStrengthChanged has been depracated, but they don't state what the replacement is. Ken -- You received this message because you are subscribed to the Google Groups "Android Developers" g

[android-developers] Re: CDMA home carrier

2009-12-02 Thread Ken H
get the LAC & CI by using GsmCellLocation cl = (GsmCellLocation) tm.getCellLocation(); int CELLID = cl.getCid(); int LAC = cl.getLac(); But again, this is GSM. The method I mentioned in my first post *should* get you the CDMA version of the System ID, Network ID, and Base Station ID, which will uni

[android-developers] Re: The GPS Shutdown Thing

2009-12-02 Thread Ken H
? My guess is it should. Also remember your app is usually just suspended when you first turn it off (so it can be booted up quicker). If android needs the memory it will kill it. Ken On Dec 2, 11:24 am, Mark Wyszomierski wrote: > I've been working with the location providers lately, I

[android-developers] Re: getLastKnownLocation *again*

2009-12-02 Thread Ken H
update intervals, and giving that info to requestLocationUpdates for immediate updates. Ken On Dec 2, 2:19 pm, jotobjects wrote: > requestLocationUpdates() docs say - > > "It may take a while to receive the most recent location. If an > immediate location is required, applica

[android-developers] Re: CDMA home carrier

2009-12-02 Thread Ken H
telephony/cdma/CdmaCellLocation.html Ken On Dec 2, 3:47 pm, gudujarlson wrote: > How does one determine the home carrier on a CDMA phone? By home > carrier I mean the carrier that the phone's owner has a contract with, > not the owner of the cell site that the phone is communicating

[android-developers] Re: running sqlite3 commands from app?

2009-12-02 Thread Ken H
like '.table' from the app, I think that is were you are getting confused. You interact with the database like a *database*, meaning you need to use SQL commands like you would on SQL Server or Oracle. Ken On Dec 1, 1:53 pm, dsukhram wrote: > Thanks for your reply Chad. However

[android-developers] Re: Accessing Remote Database using Android

2009-12-02 Thread Ken H
Not sure what you mean by "remote database", but you can create your own SQLite database on the phone fairly easily. This is where I got started on it: http://www.devx.com/wireless/Article/40842 Ken On Dec 2, 1:21 am, Sanju wrote: > Hi.., Am new to mobile development environme

[android-developers] Figuring out android.telephony.cdma

2009-12-02 Thread Ken H
know what getBaseStationLatitude and getBaseStationLongitude will actually give me? The documentation says it returns an int. The problem is you cannot present Latitude and Longitude as an int (it should be a float or double). I don't have a Droid which makes testing this a little problematic for me. Ken -

[android-developers] msgid in strings.xml

2009-11-24 Thread Ken
Hello, There are msgid in localized strings.xml. What are they? What's their usage? How they are generated? Why the default strings.xml doesnt have msgid? Thanks! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] Re: Unable to determine signal strength on Droid / Android 2.0 (onSignalStrengthsChanged deprecated)

2009-11-17 Thread Ken Adair
That could be. If that is the case, I'd love to hear why. Doesn't seem like it would be problematic or a security issue to provide such access. Hopefully, we can get an official answer here soon. On Nov 17, 1:48 pm, Rachel Blackman wrote: > On Nov 17, 2009, at 10:41 AM, nEx.Software wrote: > > >

[android-developers] Re: PhoneStateListener::onSignalStrengthChanged

2009-11-17 Thread Ken Adair
; > where SignalStrength is android.telephony.SignalStrength class. Let me > know if this works, doubt that it will be backwards compatible. > > Ne0 > > On Nov 17, 1:46 am, Ken Adair wrote: > > > I'm assuming it is returning -1 because it is no longer being used > > with 2.0? > >

[android-developers] Unable to determine signal strength on Droid / Android 2.0 (onSignalStrengthsChanged deprecated)

2009-11-17 Thread Ken Adair
/PhoneStateListener.html Best 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, send email to android-developer

[android-developers] Re: Android Telephony

2009-11-16 Thread Ken Adair
Agree with the posters above. Please advise. -- 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: PhoneStateListener::onSignalStrengthChanged

2009-11-16 Thread Ken Adair
I'm assuming it is returning -1 because it is no longer being used with 2.0? -- 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] Re: PhoneStateListener::onSignalStrengthChanged

2009-11-16 Thread Ken Adair
I second the SDK confusion. I was able to create a PhoneStateListener and override the onSignalStrengthChanged method. However, the asu is always -1. I am also testing on the Droid. Someone at Google please advise. Regards, Ken -- You received this message because you are subscribed to the

[android-developers] Re: How to answer comments on your apps

2009-11-12 Thread Ken H
at is really happening, 2) ask them exactly what they are doing to cause this issue, or 3) just tell them that you'll start working on a fix asap. I find myself hating my own users!! Ken On Nov 10, 11:38 am, "Maps.Huge.Info (Maps API Guru)" wrote: > I've been puzzled by the lac

[android-developers] Re: Should I Be Using AsyncTask?

2009-10-22 Thread Ken H
I think I solved it. While in the actual AsyncTask I can listen for button clicks and such just like normal. So I just set up buttons and listeners to set the direction and speed of the cursor reading method. On Oct 21, 5:00 pm, Ken H wrote: > I have an app that stores gps data into a SQLite

[android-developers] Should I Be Using AsyncTask?

2009-10-21 Thread Ken H
greatly appreciated! :) 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, se

[android-developers] Re: Cursor return order

2009-10-21 Thread Ken H
You know, it scares me the things I don't know about Android... Thanks again. On Oct 21, 9:59 am, Mark Murphy wrote: > Ken H wrote: > > Ok that's what I thought, thanks. > > > Just curious, what other way is there to implement a cursor? > > Cursor is just an i

[android-developers] Re: Cursor return order

2009-10-21 Thread Ken H
Ok that's what I thought, thanks. Just curious, what other way is there to implement a cursor? I usually just load it and roll through in a do/while loop (moveToFirst...moveToNext that sort of thing). Ken On Oct 21, 9:20 am, Mark Murphy wrote: > Ken H wrote: > > Will a cursor

[android-developers] Cursor return order

2009-10-21 Thread Ken H
Will a cursor be ordered the same way as the query that loaded it up? For example, if I query a table, and the result set is ordered by date (oldest date first), will the first record in the cursor be the oldest date as well? --~--~-~--~~~---~--~~ You received this

[android-developers] Re: Do maps always need GPS?

2009-10-20 Thread Ken H
That is a good idea, thank you! I'm just having the usual "Easy things are hard, hard things are easy" problem. :) On Oct 20, 1:07 pm, Wayne Wenthin wrote: > You can use coarselocation too.   That way you don't have to wait so long > for an update. > > On Tue

[android-developers] Do maps always need GPS?

2009-10-20 Thread Ken H
cted and stored in SQLite...basically showing the user where they were (it's more complicated than that, but that is the essence). I can do this without needing to start up the whole GPS thing right?? Ken --~--~-~--~~~---~--~~ You received this message because y

[android-developers] Display my tracks in map

2009-09-25 Thread Ken H
inutes the bring the phone to its knees. Anybody have any ideas? A direction I can be pointed in? I know this can be done, but I've spent a week searching with no joy. Ken --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

[android-developers] Re: Signed vs. Unsigned

2009-09-12 Thread Ken H
d (at least not one I can find...and I search the whole computer), so I was confused on how to re-deploy my app. Unfortunately I think the users of my app will have to reinstall. Ken On Sep 12, 4:53 pm, Jack Ha wrote: > Your app needs to be digitally signed. > > If you use Eclipse with the

[android-developers] Re: Signed vs. Unsigned

2009-09-12 Thread Ken H
e keystore location is the path to my .apk), I always run into a wall that says "invalid keystore format". Am I doing something wrong? Oh, by the way, I work at the FSC :) Ken On Sep 12, 4:53 pm, Jack Ha wrote: > Your app needs to be digitally signed. > > If you use Eclipse wit

[android-developers] Signed vs. Unsigned

2009-09-12 Thread Ken H
Ok, stupid question time: what's the difference being "Export Signed Application Package" and "Export Unsigned Application Package"? Under 'Signing for Public Release' in the dev guide it says you must: 1. Compile the application in release mode 2. Obtain a suitable private key 3. *Sign* the appl

[android-developers] Re: Publishing Upgrades on Android Market ... Still Relevant?

2009-09-12 Thread Ken H
I noticed this error too. None of m installed apps have ever told me that a new version was in the Market. I always got a notice from the Android Market. On Aug 31, 7:13 am, Jason Van Anden wrote: > A developer's time is a terrible thing to waste. > > This really ought to be revised. > > :( > >

[android-developers] Re: Using a hyperlink to do something

2009-09-06 Thread Ken H
lex (more so when you compare it to using this WebView widget). Thanks again! Ken On Sep 4, 3:32 pm, Jason Proctor wrote: > hey Ken, > > WebViews can do anything TextViews can, you just have to format the > contents as legal HTML to get the right things to happen. depending > on the

[android-developers] Re: Using a hyperlink to do something

2009-09-04 Thread Ken H
n a webview on the fly in android? Ken On Sep 3, 11:21 am, Jason Proctor wrote: > i'm not sure whether this is possible in a TextView, but in a > WebView, you can override the handling of clicks on URLs and do > pretty much whatever you like. > > check out WebViewClient.shouldOverr

[android-developers] Using a hyperlink to do something

2009-09-03 Thread Ken H
something). Can this be done? 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 g

[android-developers] Re: onProviderEnabled() not being called dynamically enabling GPS

2009-01-26 Thread Ken Adair
As anyone else encountered this?? --~--~-~--~~~---~--~~ 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: onProviderEnabled() not being called dynamically enabling GPS

2009-01-25 Thread Ken Adair
To be more specific... is this the correct way to broadcast a GPS setting change since I can't access the updateProviders() method in the LocationManager directly? Intent intent = new Intent(Intent.ACTION_PROVIDER_CHANGED); sendBroadcast(intent); Thanks again

[android-developers] Re: onProviderEnabled() not being called dynamically enabling GPS

2009-01-25 Thread Ken Adair
To be more specific... is this the correct way to broadcast a GPS setting change since I can't access the updateProviders() method directly? Intent intent = new Intent(Intent.ACTION_PROVIDER_CHANGED); sendBroadcast(intent); Thanks again

[android-developers] Re: onProviderEnabled() not being called dynamically enabling GPS

2009-01-25 Thread Ken Adair
To be more specific... is this the correct way to broadcast a GPS setting change since I can't access the updateProviders() method directly? Intent intent = new Intent(Intent.ACTION_PROVIDER_CHANGED); sendBroadcast(intent); Thanks again

[android-developers] onProviderEnabled() not being called dynamically enabling GPS

2009-01-24 Thread Ken Adair
en to be rather frustrating. I put together a small test activity to demonstrate my problem. Any help is greatly appreciated! Regards, Ken Here is my test Activity: --- package com.example; import android.app.Activity; import android.content.

[android-developers] Re: Charging for Apps

2008-12-31 Thread ken cheung
Of course we will disclose everything. Everyone in the Google circle knows not to be sneaky like that, right ? On Wed, Dec 31, 2008 at 5:02 AM, Shane Isbell wrote: > At SlideME, we don't have any restrictions on if users want to handle their > own billing or trial upgrades. Use Mogees if you like

<    1   2   3   >