[android-developers] Re: [Android LVL] Sporadic false negatives on client devices

2012-05-21 Thread andrew android
Google must do something about this. I had even devised a simple method of discouraging (rendering ineffective) the most basic LVL hack. It simply involved using bogus qualifications and setting a boolean switch to indicate if a negative value returned, then only accepting a positive value if

[android-developers] Re: [Android LVL] Sporadic false negatives on client devices

2012-05-20 Thread andrew android
I am having the same issues. I just created another thread on this. I have been using LVL for a while now and this has been getting worse the last few weeks. On Monday, May 7, 2012 8:07:23 AM UTC-5, Florin wrote: > > Hello, > > I have an Android developer account and a couple of paid apps >

[android-developers] LVL suddently stopped working - returns only timeouts

2012-05-20 Thread andrew android
I have had LVL (licensing validation) in my apps ever since it was first available and suddenly in the past few weeks, without any changes made by me, I have only received timeout errors - even when I increase the timeout set in licenseChecker.java. I have checked and rechecked all of my codes

[android-developers] Re: Strange error on HTC Hero running 2.1 in Turkey

2010-09-09 Thread andrew android
Bump On Aug 29, 2:23 pm, "Andy G." wrote: > A user got the following error when opening a regular old preference > screen with just a single list preference.  Can anyone tell what is > going on with this? > > E/AndroidRuntime(32133): Uncaught handler: thread main exiting due to > uncaught excepti

[android-developers] Droid X background or font color issue?

2010-08-16 Thread andrew android
Hi ! I just got a message from a user of one of my apps that upgraded and reinstalled onto a Droid X and she says that now the dropdowns spinners) are defaulting to white font on white background. Do any of you know of a difference in font color defaults on the Droid X? Any suggestions or ideas?

[android-developers] Re: My experience with LVL and the precedence it sets

2010-07-30 Thread andrew android
I just started using the LVL also. I had problems adding a reference to the LVL project (I kept getting manifest errors immediately upon adding the reference) so I just added it directly. Then, I tried to buile the sample code into my project but I find it all very "clunky". I think it is absurd

[android-developers] Re: read default browser cookies for webview

2010-07-30 Thread andrew android
Mark- I actually was able to read the cookies but now I need to figure out how to use them in my webview. That is tricky for me now. Any help you have for this? Thanks! On Jul 25, 2:33 pm, Mark Murphy wrote: > On Sun, Jul 25, 2010 at 10:48 AM,andrewandroid wrote: > > Can anyone tell me how to

[android-developers] read default browser cookies for webview

2010-07-25 Thread andrew android
Can anyone tell me how to read the cookies from the default browser? Any example ? Thanks! -- 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 gr

[android-developers] Re: api levels device lookup chart?

2010-07-20 Thread andrew android
Thanks so much! On Jul 19, 8:30 pm, Jenus Dong wrote: > http://en.wikipedia.org/wiki/List_of_Android_devices > > Is it latest right? > > On Tue, Jul 20, 2010 at 2:30 AM, andrew android wrote: > > > > > Does anyone know of a site where I could find all android

[android-developers] api levels device lookup chart?

2010-07-19 Thread andrew android
Does anyone know of a site where I could find all android devices listed with their current api level ? Does such a chart or database exist? Please help! Thanks! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send em

[android-developers] Re: How to check if GPS signal is available or not

2010-07-12 Thread andrew android
I also need this. Anybody can help please? Thanks! On Jul 6, 9:54 am, Joffrey wrote: > Hi all, > > Can anyone tell me if and how it is possible to check if theGPS > signal is available or not. So not wanting to know ifgpsis enable or > not but if a signal is received. > GPSstatus doesn't seem t

[android-developers] Re: GPS accuracy reliability

2010-07-12 Thread andrew android
Hi! Could you provide some sample code for verifying which they are getting results from (gps vs. Network)? Thanks so much! On Jul 10, 11:07 am, jgostylo wrote: > In answer to some questions.  I am setting up the network location > finder and theGPSlocation finder using 2 separate > LocationLis

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

2010-03-01 Thread andrew android
I agree with most of your points but agree with some others that you need to edit it for length and tone down the negativity. Also, how about ability to receive emails for each sale made or daily stats as an option? On Feb 21, 7:43 am, Rob Irondad wrote: > Hi fellow developers. > I've come up

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

2010-02-09 Thread andrew android
Bump) On Feb 6, 7:16 am, andrew android wrote: > Can anyone help?  Thanks! > > On Feb 2, 7:42 pm,andrewandroid wrote: > > > > > > > >   xmlns:android="http://schemas.android.com/apk/res/android"; > >  android:layout_width="

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

2010-02-06 Thread andrew android
Can anyone help? Thanks! On Feb 2, 7:42 pm, andrew android wrote: > >   xmlns:android="http://schemas.android.com/apk/res/android"; >  android:layout_width="wrap_content" >  android:layout_height="wrap_content"> >   >  andro

[android-developers] Re: Problem finding a contact when ID is known

2010-02-02 Thread andrew android
); Intent intent = new Intent(Intent.ACTION_VIEW,contactUri); startActivity(intent); } On Feb 1, 10:30 pm, andrew android wrote: > Bump:) > > On Feb 1, 5:02 am,andrewandroid wrote: > > > >

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

2010-02-02 Thread andrew android
me reason I can't get the Launcher to start. Can you paste > your layout xml and string resources as well? > > On Mon, Feb 1, 2010 at 8:32 PM, andrew android wrote: > > > > > Any example of what I may be missing?  Thanks! > > > On Jan 31, 12:10 pm, Kevin Duffey

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

2010-02-01 Thread andrew android
tho. I use an ItemizedOverlay for a list > of items I pull down from a server, which works fine. My map then responds > to a click on an item, and puts another overlay above it with text. > > On Sun, Jan 31, 2010 at 9:44 AM, andrew android wrote: > > > > > My map overlay

[android-developers] Re: Problem finding a contact when ID is known

2010-02-01 Thread andrew android
Bump:) On Feb 1, 5:02 am, andrew android wrote: > Could you help give some example? Some Example how you use it? > Thanks! > > On Jan 31, 8:34 pm, Dmitri Plotnikov ()   > wrote: > > > > > You don't need to create it.  It is column on the Contacts table. Th

[android-developers] Re: Problem finding a contact when ID is known

2010-02-01 Thread andrew android
Jan 31, 2010 3:43 PM, "andrew android" wrote: > > Please tell me, though, how do you create a lookup key?  Can you give > or point me to a good example? > > On Jan 31, 12:47 pm, Dmitri Plotnikov ()   > wrote: > > > > > Contact IDs are volatile, they

[android-developers] Re: Problem finding a contact when ID is known

2010-01-31 Thread andrew android
ontact if you want a > more stable reference. > > Cheers, > Dmitri > > On Jan 31, 2010 9:42 AM, "andrew android" wrote: > > I am having a problem viewing a contact in my app when I know the ID > (because we just queried and stored it). > > I see some com

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

2010-01-31 Thread andrew android
My map overlay is not showing up after several attempts Here is my Overlay class code: public class myOverlay extends Overlay{ private final int mRadius = 6; @Override public void draw(Canvas canvas, MapView mapView, boolean shadow) {

[android-developers] Problem finding a contact when ID is known

2010-01-31 Thread andrew android
I am having a problem viewing a contact in my app when I know the ID (because we just queried and stored it). I see some comments that a "LOOKUP_URI" is required but I don't know how to use it and no matter what, I get "The contact does not exist" even though I know with 100% certainty that it doe

[android-developers] Re: adding a "quick add event" to the Calendar

2010-01-22 Thread andrew android
. http://www.developer.com/ws/article.php/3850276/Working-with-the-Android-Calendar.htm is best place for info. On Jan 22, 8:17 pm, andrew android wrote: > I am using the URI.  For some strange reason, android sdk does not > expose the API.  There is a content URI for calendars and

[android-developers] Re: adding a "quick add event" to the Calendar

2010-01-22 Thread andrew android
to me. On Jan 22, 9:15 am, jarkman wrote: > Andrew, can you share how you are adding events to the calendar ? I > can't find any documented API, so I am assuming you are using an > undocumented one... :-) > > Thanks, > > Richard > > On Jan 22, 1:49 pm, andrew andr

[android-developers] Re: adding a "quick add event" to the Calendar

2010-01-22 Thread andrew android
I understand where you are coming from... In my app - Target Date Pro - it is possible now to do this quick event addition and also jump to a specific event. Inclusion of reminder to the quickly added event is a likely future enhancement. On Jan 13, 8:26 am, Jonathan Epstein wrote: > I am an ex

[android-developers] Re: corporate calendar testing needed -help?

2010-01-17 Thread andrew android
I am unable to get my Droid to connect to my trial of MS Exchange online. I have tried. Has anyone got this to work... if so... how do you set it up? I have the trial but the connection doesn't work. Thanks! On Jan 13, 5:54 pm, andrew android wrote: > Thanks!  I will try this,

[android-developers] Re: corporate calendar testing needed -help?

2010-01-13 Thread andrew android
Thanks! I will try this, I think! On Jan 11, 6:04 am, Kumar Bibek wrote: > HeyAndrew. > > Microsoft online has a 30 day evaluation for Exchange 2007 server. You > can register there and get upto 20 accounts with all functions free > for 30 days. > > Thanks and Regards, > Kumar Bibekhttp://tech-d

[android-developers] corporate calendar testing needed -help?

2010-01-11 Thread andrew android
Could anyone help test my app with an android device that is using a corporate calendar alternatively, can you tell me how to set up a mock corporate exchange server connection (and thus corporate calendar) on the emulator? Can this be done in AVD? Thanks! -- You received this message becaus

[android-developers] Re: Achieving evenly spaced buttons on a layout

2009-12-29 Thread andrew android
Have you tried a table layout? On Dec 28, 9:03 pm, Robert wrote: > I am developing a misterhouse frontend.  I have 9 image buttons that I > want to be evenly spaced on all sides.   > Seehttp://onlamp.com/onlamp/2004/11/11/graphics/mrhousemain.gif.  What > layout and xml parameters do I use to ach

[android-developers] Re: ProgressDialog during location tasks either won't show or force closes - I have tried everything!

2009-12-29 Thread andrew android
Thanks. I was trying to create the ProgressDialog in OnCreate or OnStart. That must be the problem so what is the best approach to do it immediately when theView is loading?I even tried RunInUIThread? Sorry for not including much trace before, by the way. My mistake. I may try again later

[android-developers] Re: ProgressDialog during location tasks either won't show or force closes - I have tried everything!

2009-12-27 Thread andrew android
Here is the logCat from one method I have tried - using basic thread with progressdialog: 12-27 11:07:46.365: INFO/ApplicationChangeReceiverAbc(5537): com.hawkmoon.locabot.alpha added 12-27 11:07:46.443: INFO/ApplicationChangeReceiverAbc(5537): com.hawkmoon.locabot.alpha disable 1 12-27 11:07:46.76

[android-developers] ProgressDialog during location tasks either won't show or force closes - I have tried everything!

2009-12-25 Thread andrew android
ProgressDialog during location tasks either won't show or force closes - I have tried everything! I now have it in a Handler with a full 1 second delay (one method another post suggested) but it doesn't show. I simply am stuck. Threads are usually force closing when I use those methods. What oth

[android-developers] Re: Inconsistent results from date additions loop

2009-12-14 Thread andrew android
I seem to have resolved it b y replacing the call to the method after with a comparison. Thanks everyone! On Dec 12, 12:13 pm, andrew android wrote: > the code is something like this... > > public void getWorkDays(final int mm,  final int dd,final int ccyy, >                      

[android-developers] Re: Inconsistent results from date additions loop

2009-12-13 Thread andrew android
Thanks for responding... the code is the following : public void getWorkDays(final int mm, final int dd,final int ccyy, final int mmNew, final int ddNew, final int ccyyNew) { Calendar c2 = Calendar.getInstance(); Calendar c4 = Calend

[android-developers] Re: Inconsistent results from date additions loop

2009-12-13 Thread andrew android
ng it the millisecond way might be more confortable. > > > Convert both the dates to milliseconds, and then subtract one from the > > other, and then calculate the no of days. > > > Thanks > > Kumar Bibekhttp://tech-droid.blogspot.co > > > On Dec 7, 4:52 am, andrew and

[android-developers] Inconsistent results from date additions loop

2009-12-06 Thread andrew android
I am running code to return date-based calculations. The method is designed to calculate the number of work days given a beginning and ending date and I pass in the elements of the dates, create two calendar objects from the two dates and compare them. Can anybody tell me if there is a bug causin

[android-developers] best method for simply going to a specific calendar date in system calendar?

2009-11-24 Thread andrew android
Please comment - what is the best method for simply going to a specific calendar date in system calendar? I would like to simply have the android device calendar open to a certain date when a button OnClick is called. Calendar provider wonMt work, will it? Any help would be appreciated! -- You