[android-developers] Re: How can I get Date/Time info from API level 21, when Date(), Calendar(), and SimpleDateFormat() all require API level 23.)

2016-07-12 Thread Tommy Paul
Ok I actually figured out the answer, after TWO DAYS of experimenting and getting ideas from Google searches. This is what works to get the date, and put it in a string I can use: In the XML file, I added this line to the TextClock definition: android:format12Hour="dd " of cours

[android-developers] Re: How can I get Date/Time info from API level 21, when Date(), Calendar(), and SimpleDateFormat() all require API level 23.)

2016-07-12 Thread Tommy Paul
The TextClock Widget displays a string wtih the data I need; but then, how can I access that string's content? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email

[android-developers] How can I get Date/Time info from API level 21, when Date(), Calendar(), and SimpleDateFormat() all require API level 23.)

2016-07-12 Thread Tommy Paul
The title says it all. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. To post to this group, send email t

[android-developers] Android Hotspot Sign in

2015-11-30 Thread Tommy Hartono
done wrong? Helps appreciated, Regards, Tommy -- 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-

RE: [android-developers] improving gps lock time

2013-03-09 Thread Tommy
Using the AGPS (wifi rather than Sat) will speed up the process a lot but less accurate. In most cases if going off a home wifi it is pretty accurate for me. I also notice if the user is OUTSIDE and the phone is not in the pocket the speed for SAT is pretty good (expect on my 1st gen droid and some

RE: [android-developers] Android 4.2.1 and Wake Locks

2013-01-01 Thread Tommy
Sent: Tuesday, January 01, 2013 1:14 PM To: android-developers@googlegroups.com Subject: Re: [android-developers] Android 4.2.1 and Wake Locks On Tue, Jan 1, 2013 at 12:29 PM, Tommy wrote: > It seems that on my nexus 7 running android 4.2.1 the wake lock I have > that on all other devices keep

[android-developers] Android 4.2.1 and Wake Locks

2013-01-01 Thread Tommy
(PowerManager.PARTIAL_WAKE_LOCK | PowerManager.ACQUIRE_CAUSES_WAKEUP, "x"); wl1.acquire(3); Thanks in advance, Tommy -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, s

RE: [android-developers] Photoshop not appearing

2012-10-26 Thread Tommy
I have a problem with Gimp not showing up but if I go to browse and open gimp.exe it works fine. From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of bob Sent: Friday, October 26, 2012 4:15 PM To: android-developers@googlegroups.com Subject: [andro

[android-developers] Re: Reuse a control

2012-10-01 Thread Tommy
I found what i was looking for after modifying my search strings. I need to look into Compound Controls. On Monday, October 1, 2012 4:37:03 PM UTC-4, Tommy wrote: > > Hi, > > > > What I would like to do is create a table layout one time that displays > all the data I

[android-developers] Reuse a control

2012-10-01 Thread Tommy Hartz
and short and if I needed to make a change I only had to do it in one place. That is the functionality I am looking for. Thanks in Advance for any help/input, Tommy -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

RE: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Tommy Hartz
On my Acer Iconia Tab I get the soft menu represented by 3 horizontal lines on the toolbar at the bottom that contains the time and battery information. So it defently shows even if there isn't a hard button for the menu. I will say from experience it took me a while to figure out what button was t

RE: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Tommy Hartz
Yeah what is the app name, I might have access to a nexus 7. I do have access to a 4.0 tablet that does not have any hard menu keys. I'd be happy to take a look and see if I can find the menu. I would consider myself an above average user who should be able to find the menu if it really is there hi

RE: [android-developers] School project help needed.

2012-09-06 Thread Tommy Hartz
I had no concept of java or c++ I was a VB.net guy up until I needed to learn android. I just jumped right into Marks book as noted below and then started messing around with sample apps. If you have any programming background pickup up Java isn't hard as long as you know how to use google. If you

RE: [android-developers] Getting the google voice synthesizer

2012-08-29 Thread Tommy Hartz
I don't think the source code is available. What exactly are you needing to change? From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of TreKing Sent: Wednesday, August 29, 2012 5:48 PM To: android-developers@googlegroups.com Subject: Re: [android-

RE: [android-developers] scratching the surface

2012-08-01 Thread Tommy Hartz
); By the way, excellent video. On Wednesday, August 1, 2012 1:19:34 PM UTC-5, Tommy wrote: Here is a nice video tutorial. http://bit.ly/QvTjUv From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of Justin Anderson Sent: Wednesday

RE: [android-developers] Re: Sending image from server to app

2012-08-01 Thread Tommy Hartz
@googlegroups.com Subject: [android-developers] Re: Sending image from server to app Thanks for the replies. I'm sorry, I am attempting to pull from the server. I should have worded my question better. Tommy, I'll give that example a try. -W -- You received this message because you are sub

RE: [android-developers] Re: Sending image from server to app

2012-08-01 Thread Tommy Hartz
See how this works. I'm not sure of your process but if you can send the URL of the image to the phone so it knows where to download from you can then use the following example. http://www.helloandroid.com/tutorials/how-download-fileimage-url-your-device From: android-developers@googlegroup

RE: [android-developers] scratching the surface

2012-08-01 Thread Tommy Hartz
Here is a nice video tutorial. http://bit.ly/QvTjUv From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of Justin Anderson Sent: Wednesday, August 01, 2012 1:55 PM To: android-developers@googlegroups.com Subject: Re: [android-developers] scrat

RE: [android-developers] Search

2012-07-24 Thread Tommy Hartz
Why not pass the text as extras to your search activity. Check out the first answer here http://stackoverflow.com/questions/2582690/android-passing-paramters-between -classes From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of TreKing Sent

RE: [android-developers] Re: "adb devices" is showing the device as offline.what is reason? How can i switch the device from online -> offline viceversa?

2012-07-23 Thread Tommy Hartz
I usually just unplug the phone then re-connect it. That has always solved the problem for me. From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of Indicator Veritatis Sent: Monday, July 23, 2012 3:26 PM To: android-developers@googlegroups.com Subj

RE: [android-developers] Re: Service launch issues

2012-07-13 Thread Tommy Hartz
aunch issues Actually to be specific I am looking to make my main activity run from the service via intent. however if need be I can just take my code from the main activity, I can just put the code into the service. On Friday, July 13, 2012 5:39:22 PM UTC-4, Tommy wrote: Activities have to r

RE: [android-developers] Re: Service launch issues

2012-07-13 Thread Tommy Hartz
Activities have to run in the foreground. Services run in the background. Maybe we are just misunderstanding. What exactly do you want to run in the background? From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of Cythes Sent: Friday, July 13, 2012

RE: [android-developers] Re: Service launch issues

2012-07-13 Thread Tommy Hartz
You can't run an activity in the background. You can start the service, have it run its code and save that data. When my app first starts after boot it goes right into a service. When the service is done I create a notification icon. When the user clicks the notification it then loads the Activity.

[android-developers] Automated Email Setup Via XML

2012-07-10 Thread Tommy Hartz
s how this is done? Thank you for your time, Tommy -- 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

RE: [android-developers] Re: image show with zoom/pan

2012-07-02 Thread Tommy Hartz
http://bit.ly/NqThF7 not that hard was it.. From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of guich Sent: Monday, July 02, 2012 8:33 PM To: android-developers@googlegroups.com Subject: [android-developers] Re: image show with zoom/pan no

RE: [android-developers] Re: AlarmManager not waiting to fire off alarm...

2012-07-02 Thread Tommy Hartz
, Tommy wrote: tpAddEvent.getCurrentHour() returns 24 hour format. I updated Calendar.HOUR to Calendar.HOUR_OF_DAY but I have the same issue From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of Nobu Games Sent: Monday, July 02, 2012 5:51 PM To

RE: [android-developers] Re: AlarmManager not waiting to fire off alarm...

2012-07-02 Thread Tommy Hartz
h the month. Months have the offset 0, not day of month. On Monday, July 2, 2012 5:31:32 PM UTC-5, Tommy wrote: tpAddEvent.getCurrentHour() returns 24 hour format. I updated Calendar.HOUR to Calendar.HOUR_OF_DAY but I have the same issue From: android-developers@googlegroups.com [mailto:an

RE: [android-developers] Re: AlarmManager not waiting to fire off alarm...

2012-07-02 Thread Tommy Hartz
tpAddEvent.getCurrentHour() returns 24 hour format. I updated Calendar.HOUR to Calendar.HOUR_OF_DAY but I have the same issue From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of Nobu Games Sent: Monday, July 02, 2012 5:51 PM To: android-develo

[android-developers] AlarmManager not waiting to fire off alarm...

2012-07-02 Thread Tommy Hartz
re it does not go off immediately. I will have to wait until tomorrow to verify that it does go off. Any help or input is greatly appreciated! Tommy -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, s

RE: [android-developers] Android + asp.net Web Service (returns data set) + SQL Server

2012-07-01 Thread Tommy Hartz
I have a few .net REST webservices that my app connects to. I just return back a comma separated string. Then I parse that and toss that data into variables on the phone. From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of TreKing Sent: Sunday, Ju

RE: [android-developers] centering

2012-06-21 Thread Tommy Hartz
Well if you are using a RelativeLayout you can do android:layout_centerInParent="true" From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of bob Sent: Thursday, June 21, 2012 4:36 PM To: android-developers@googlegroups.com Subject: [android-develope

RE: [android-developers] Re: Help, eclipse does'nt show any errors, but app does'nt work on phone.

2012-06-20 Thread Tommy Hartz
If you have any question feel free to email me off list and I'll see what I can do to help you. -Original Message- From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of Lars Sent: Wednesday, June 20, 2012 3:33 PM To: android-developers@googlegr

RE: [android-developers] Re: Help, eclipse does'nt show any errors, but app does'nt work on phone.

2012-06-20 Thread Tommy Hartz
I too would recommend getting the feel for java and at least understand the basics of classes and syntax. Then I would recommend getting a Book " Beginning Android" by Mark L. Murphy the ISBN is 978-1-4302-2419-8 This book really helped me out and I only had a basic understanding of java, alth

RE: [android-developers] Re: Career for a Android Developer

2012-06-20 Thread Tommy Hartz
LOL I get it, it's funny because it's a play on words!!! Hahahaha. I don't find myself giggling alone a lot and this was one of those times From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of Nobu Games Sent: Wednesday, June 20, 2012 1:24 PM To: a

RE: [android-developers] Please Help...Android 4.0.3 WebView Crash...

2012-06-20 Thread Tommy Hartz
WebView Crash... On Wed, Jun 20, 2012 at 1:12 AM, Tommy Hartz wrote: > There is no force close. It just closes to the main home screen :: shrug :: Don't know what to tell you. If you can create a sample app that demonstrates this problem, upload the source somewhere. -- Mark Murphy (a Com

RE: [android-developers] Please Help...Android 4.0.3 WebView Crash...

2012-06-19 Thread Tommy Hartz
: [android-developers] Please Help...Android 4.0.3 WebView Crash... If it is crashing (as in you get a Force Close-style dialog), there should be a Java stack trace at the end of your LogCat associated with that crash. On Tue, Jun 19, 2012 at 6:08 PM, Tommy Hartz wrote: > That's the weird

RE: [android-developers] Please Help...Android 4.0.3 WebView Crash...

2012-06-19 Thread Tommy Hartz
Help...Android 4.0.3 WebView Crash... On Tue, Jun 19, 2012 at 1:47 PM, Tommy Hartz wrote: > When I double tab to zoom in on the map my app crashes. It is crashing > and gives me an error > com.android.launcher/com.android.launcher2.Launcher > (server)' ~ Channel is unrecovera

[android-developers] Please Help...Android 4.0.3 WebView Crash...

2012-06-19 Thread Tommy Hartz
issue. It is an Acer A200 Thank you for your time, Tommy -- 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 e

[android-developers] Google Maps Crash Insite WebView

2012-06-18 Thread Tommy Hartz
It is an Acer A200 Thank you for your time, Tommy -- 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-deve

RE: [android-developers] Android DPI problems

2012-06-08 Thread Tommy Hartz
the use of other units like "in" and "mm" -- many devices do not report the correct true physical density, so you unfortunately can't count on them working correctly. Fortunately you shouldn't need to, because 99% of the time you want to be operating in density units not

RE: [android-developers] Android DPI problems

2012-06-07 Thread Tommy Hartz
do not report the correct true physical density, so you unfortunately can't count on them working correctly. Fortunately you shouldn't need to, because 99% of the time you want to be operating in density units not true dpi. On Thu, Jun 7, 2012 at 12:44 PM, Tommy Hartz wrote: Hey every

[android-developers] Android DPI problems

2012-06-07 Thread Tommy Hartz
Hey everyone, I am a little confused on something. I have created multiple layouts for different screen sizes. The problem I run into is that on my HTC Inspire I have a "normal" screen with ~217dpi, on the droid X it reports to have a "normal" screen but it has ~220 dpi. When I run my app it pulls

[android-developers] How to get value from string array?

2012-05-21 Thread Tommy Wong
I use a spinner that the choice of spinner comes from array A <- I have did it while array B has corresponding value of A I hope to get the value from B when I use the spinner, how can I do so? I don't know how to relate two arrays :( Thanks -- You received this message because you are subscribe

[android-developers] Any Thoughts on LiveCode runrev

2012-05-18 Thread Tommy Hartz
other IDE's for say iphone and blackberry? Thanks for the input, Tommy -- 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

RE: [android-developers] Is there a way to Bypass bluetooth and play directly through phone speakers

2012-05-14 Thread Tommy Hartz
ypass bluetooth and play directly through phone speakers check Audio policy manager in Android, there is priority based routing changing that should help Thanks Vijay On Mon, May 14, 2012 at 3:23 PM, Tommy Hartz wrote: Hi, I was wondering if it is possible to play audio through the phone spe

[android-developers] Is there a way to Bypass bluetooth and play directly through phone speakers

2012-05-14 Thread Tommy Hartz
Hi, I was wondering if it is possible to play audio through the phone speakers while a Bluetooth headset is connected. It is important that this audio is played through the phone rather than the Bluetooth incase the Bluetooth is not in the persons ear. Thanks in advance, Tommy -- You

RE: [android-developers] need help working with very large (photo) bitmaps

2012-04-18 Thread Tommy Hartz
Jumping in kind of late here, but if memory is a huge deal couldn't you pass the image to a web service that will then handle all the manipulation then return the image URL, download it ,save it then clean up the file from the server via another REST request? And do this on images larger than X. -

[android-developers] adb shell reboot hang, anyway to reboot?

2012-04-16 Thread Tommy
Hi, I'm using Platform 4.0.3 (and the emulator coming with it). I tried to reboot to test BOOT_COMPLETED broadcast receiver so I need to reboot the emulator by command, NOT by clicking closing the emulator window. Is there anyway I can do it? I tried adb shell reboot but the emulator got hanged an

RE: [android-developers] If statement help and text displaying on the screen

2012-02-23 Thread Tommy Hartz
What about this? string PleaseEnter = (EditText)FindViewById(R.id.PleaseEnter).getText(); if(PleaseEnter.equals("1")){ tv.setText(PleaseEnter); }else if(PleaseEnter.equals("2")){ tv.setText(PleaseEnter); } -Original Message- From: android-developers@googlegroups.com [mailto:android-dev

RE: [android-developers] Re: Button for dynamic text

2012-02-22 Thread Tommy Hartz
: Button for dynamic text At publicstring stringFunction(){ I am getting syntax error need ; to complete Field Decleration. On Feb 22, 3:39 pm, "Tommy Hartz" wrote: > Why not connect the button click event to a function EX > > public void onClick(View v) { > > Toast.makeText

RE: [android-developers] Re: Button for dynamic text

2012-02-22 Thread Tommy Hartz
Why not connect the button click event to a function EX public void onClick(View v) { Toast.makeText(Num.this, stringFunction(),Toast.LENGTH_SHORT).show(); } Public string stringFunction(){ If(whatever){ Return = "Hello"; } } From: android-developers@googlegroups.com [mai

RE: [android-developers] Re: Windows 7 tablet

2012-02-22 Thread Tommy Hartz
I just got the Acer Icona A200. It works GREAT with windows 7 and at 330$ is a great tablet. -Original Message- From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of bob Sent: Wednesday, February 22, 2012 10:14 AM To: Android Developers Subject

RE: [android-developers] Re : Save output data as XML

2012-02-21 Thread Tommy Hartz
Just write to a file and save it as XML. http://stackoverflow.com/questions/1239026/how-to-create-a-file-in-android -Original Message- From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of vivek elangovan Sent: Tuesday, February 21, 2012 11:5

RE: [android-developers] SOAP on Android

2012-02-21 Thread Tommy Hartz
I used KSOAP2 http://code.google.com/p/ksoap2-android/ it is pretty good. If you have the ability to go RESTful I would go that way. I converted all my services from SOAP to RESTful and it is noticeable more responsive. -Original Message- From: android-developers@googlegroups.com [mailto:a

[android-developers] clearAnimation() Causes onAnimationEnd to fire Twice?? Please Help

2011-12-16 Thread Tommy Hartz
Hi, I am trying to fade an ImageView Out, change the Image, then fade it back in. Here is the code I am using: private void fadeOut(){ AnimationSet myAnimationOut = new AnimationSet(true); myAnimationOut.setAnimationListener(new Animatio

[android-developers] Does anyone Use the SBA API for City Data?

2011-12-02 Thread Tommy Hartz
Does anyone in this group use the SBA API for gathering city data? http://api.sba.gov/geodata/all_data_for_city_of/City/StateAbrev.xml ? I noticed this is now throwing an Internal server error 500. I have been unable to find any related posts on their site and was wondering if maybe any one else

RE: [android-developers] good videos

2011-11-26 Thread Tommy Hartz
This works pretty good. http://code.google.com/p/androidscreencast/ -Original Message- From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of bob Sent: Saturday, November 26, 2011 9:58 PM To: Android Developers Subject: [android-developers] good

[android-developers] Default HttpTransportSE Timeout

2011-11-23 Thread Tommy Hartz
Does anyone know the default timeout time for HttpTransportSE From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of ANKUR GOEL Sent: Wednesday, November 23, 2011 5:23 PM To: android-developers@googlegroups.com Subject: [android-developers] StackView

RE: [android-developers] Re: Extreme battery life

2011-11-22 Thread Tommy Hartz
life On Nov 22, 3:33 pm, "Tommy Hartz" wrote: > Have you considered a solar phone charger? > The environment is too dirty for a solar charger. It doesn't take much dust to cut the panel efficiency down to almost nothing. -- You received this message because you are sub

RE: [android-developers] Re: Extreme battery life

2011-11-22 Thread Tommy Hartz
Have you considered a solar phone charger? http://www.rei.com/gear/feature/search/Google/solar%20charger?s_kwcid=TC|130 29|solar%20phone%20charger||S|e|8644334045&cm_mmc=ps_google_CH-_-Category%20 -%20Nav%2fCom-_-Nav%2fCom_Solar_Charger_General-_-solar%20phone%20charger&gc lid=CMzSxdazy6wCFQLj7Qod

RE: [android-developers] Re: Please Help with GPS Provider Switch

2011-11-21 Thread Tommy Hartz
is being called ok. Other suggestion is to use getLastKnownLocation(String). Regards On Nov 22, 5:00 am, "Tommy Hartz" wrote: > Well I am not using them at the same time. Here is my process. > > 1) Start with GPS, set timer for 30 seconds. If GPS has not got a > location in that

[android-developers] Best way to handle incoming call and Network connectivity

2011-11-21 Thread Tommy Hartz
Hi everyone, I am trying to figure out the best way to handle this situation. My app will need to use the internet to check for certain things. Sometimes it is a multi part request, meaning I call one web service to get certain data pass it back to the phone and if needed call another web service.

RE: [android-developers] Re: Please Help with GPS Provider Switch

2011-11-21 Thread Tommy Hartz
Well I am not using them at the same time. Here is my process. 1) Start with GPS, set timer for 30 seconds. If GPS has not got a location in that time my timer goes off and stops the GPS. I then request the Passive provider. I allow again 30 seconds for that. If nothing happens in 30 seconds the t

RE: [android-developers] Re: Please Help with GPS Provider Switch

2011-11-20 Thread Tommy Hartz
The timer is there to only allow it to check for 30 seconds. Once the 30 seconds are up if it hasn't got a location it cancels the GPS and tries the Passive, after 30 seconds it stops the passive and goes to network. The problem is once it gets to the network nothing happens. From: android-deve

RE: [android-developers] Re: Please Help with GPS Provider Switch

2011-11-18 Thread Tommy Hartz
: Thursday, November 17, 2011 11:50 PM To: Android Developers Subject: [android-developers] Re: Please Help with GPS Provider Switch http://www.youtube.com/watch?v=twmuBbC_oB8&feature=player_embedded On Nov 16, 11:24 am, "Tommy Hartz" wrote: > Hey, > > Right now when trying to get

[android-developers] Please Help with GPS Provider Switch

2011-11-16 Thread Tommy Hartz
Hey, Right now when trying to get a user location I start with the GPS Provider. I have a timer set for 30 seconds, If a location is not found in 30 seconds the timer goes off and stops that location request. When that happens I move to the Passive Provider. After 30 seconds if a location is

[android-developers] Help with GPS Provider Switch

2011-11-15 Thread Tommy Hartz
Hey, Right now when trying to get a user location I start with the GPS Provider. I have a timer set for 30 seconds, If a location is not found in 30 seconds the timer goes off and stops that location request. When that happens I move to the Passive Provider. After 30 seconds if a location is

[android-developers] Help with GPS Provider Switch

2011-11-15 Thread Tommy Hartz
Hey, Right now when trying to get a user location I start with the GPS Provider. I have a timer set for 30 seconds, If a location is not found in 30 seconds the timer goes off and stops that location request. When that happens I move to the Passive Provider. After 30 seconds if a location is no

[android-developers] QR Code Question (the sort of barcode looking thing)

2011-11-09 Thread Tommy Hartz
I was wondering how one gets the QR code(I think that's what its called) The sort of barcode looking thing that you can take a picture of and have it take you to the app on the market place. Is that provided for you by the market when you put your app up? Thanks for the help,

[android-developers] dev software

2011-10-12 Thread tommy
Why is it that I've now gone through 14 g1 devices and have had to basically self-teach myself about changing proprietary software on a open source device, as long as you don't touch the recovery image or put a custom or cooked ROM on the device? You may in fact void your carriers warranty, but as

RE: [android-developers] Re: How to detect nearby devices

2011-10-07 Thread Tommy Hartz
I think you are going to have to go with Studio LFP. Checking an update say ever 5 or 10 minutes with GPS won't kill the battery that fast. Atleast with my application it doesn't just don't leave the GPS listener open. I set an alarm to go off every X minutes, first I try a course location (off 3g

[android-developers] Re: NFC Secure Element

2011-09-29 Thread Tommy
On 9月19日, 下午5时20分, Rames P wrote: > Hi Fernando Miguélez Palomo > > Did you get the ROM working for Nexus S with NFC card emulation enabled? I > so can you please share the rom? Your answer might be very useful > to achieve a position in my carrer. > > Thanks Here is my Nexus S ROM of Card Emul

[android-developers] Re: NFC Secure Element

2011-08-26 Thread Tommy
hi all: Now i modified the download android source code 2.3.4 for card emulation like Fernando's diffs.I make the modified source code on my vmware+ubuntu success,make the sdk success,and make the download samsung kernal code success.But now how can i use these changes on my Nexus S phone?What

[android-developers] Arrays and android

2011-08-07 Thread Tommy
ished if strings can't be used as indexes? -- Regards, Tommy -- 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] Re: NFC Secure Element

2011-08-05 Thread Tommy
Hi. Now i modified the source code like the nemik's diffs before for my Nexus S.But when i make the source code i got errors packages/apps/Nfc/src/com/android/nfc/NfcService.java:47: cannot find symbol symbol : class INfcSecureElement location: package android.nfc import android.nfc.INfcSecure

RE: [android-developers] Re: Can I use google weather api in commercial app?

2011-08-03 Thread Tommy Hartz
LOL, Seriously if you people would just use GOOGLE and SEARCH for these question you will find an answer. http://www.google.com/support/forum/p/apps-apis/thread?tid=18820aa4b444f705 &hl=en http://stackoverf

[android-developers] Storing Scaled Bitmap

2011-07-11 Thread Tommy
Hello, any ideas on how i can store scaled bitmaps in an array, so I can pass them to a setListAdapter. 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 unsu

RE: [android-developers] distance formula

2011-07-01 Thread Tommy Hartz
Lol you beat me to it L now I just feel like a copy cat From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of TreKing Sent: Friday, July 01, 2011 4:56 PM To: android-developers@googlegroups.com Subject: Re: [android-developers] distance formula

RE: [android-developers] distance formula

2011-07-01 Thread Tommy Hartz
http://tinyurl.com/3h259mn -Original Message- From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of bob Sent: Friday, July 01, 2011 4:48 PM To: Android Developers Subject: [android-developers] distance formula what's the formula for the dista

[android-developers] ANR when sending broadcast from service...Please help

2011-06-29 Thread Tommy Hartz
Hi, I am slightly confused as to why I am receiving an ANR when trying to send a broadcast from a service. Here is what is happening. I have a service that goes off every X minutes. If this service finds a valid reason to alert me it sends a broadcast if(validAlert == true){

[android-developers] Re: NFC P2P pattern: Receive first, via NPP, and respond after also via NPP

2011-06-23 Thread Tommy
f filter,after i got the action of NfcAdapter.ACTION_NDEF_DISCOVERED,then Parcelable[] msgs = intent.getParcelableArrayExtra(NfcAdapter.EXTRA_NDEF_MESSAGES); My code like this ,it can be possible to implement? Thanks for any help. tommy -- You received this message because you are subscribed to the Google Groups "An

RE: [android-developers] career in android

2011-06-17 Thread Tommy Hartz
U r sofa king retarded -Original Message- From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of jeniffer hills Sent: Thursday, June 16, 2011 1:31 PM To: Android Developers Subject: [android-developers] career in android hey ol!! well m doin e

[android-developers] Re: Nexus S,how to exchange ndef data via p2p.

2011-06-16 Thread Tommy
Hi Michael : Thanks for your answer about npp.Now i got it. Regards. tommy. -- 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: Nexus S,how to exchange ndef data via p2p.

2011-06-15 Thread Tommy
ective foreground > dispatch). > > br, > Michael Can i first delivered in one Nexus S phone NDEF_DISCOVERED intent,and received the NDEF messages.Then use the enableForegroundNdefPush to throw the messages back. Can i use this to alternate the questions how to get reponses above? by tommy -- You

[android-developers] Nexus S,how to exchange ndef data via p2p.

2011-06-13 Thread Tommy
defMessage(); } Thanks for any hints. Tommy -- 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

RE: [android-developers] Where to start from for Internet Radio on Android

2011-06-10 Thread Tommy Hartz
This might help get you started There are additional links through this forum link that might be of more use than the actual thread linked here. http://stackoverflow.com/questions/1965784/streaming-audio-from-a-url-in-and roid-using-mediaplayer From: android-developers@googlegroups.com [mai

[android-developers] Setting Time,Can i get any logs about it?

2011-06-01 Thread Tommy
Hi all: On Android,if i setting the phone time,can i get any logs about it?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 group,

RE: [android-developers] Immediate need of .Net developer in Maimi FL

2011-06-01 Thread Tommy
This isn't a job posting forum. Get out of here with this crap. Am I the only one who hates when people do this? From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of Emraaz khan Sent: Wednesday, June 01, 2011 12:47 PM To: emr...@panzersolutions.com

RE: [android-developers] Re: new to android

2011-05-25 Thread Tommy
It would also help to have an understanding of Java or at least some type of OOP experience... If you have none I'd start with learning some basics of java and OOP. Or if you are a fast learner just go through the tutorials and examples. -Original Message- From: android-developers@googleg

[android-developers] Reusable code

2011-05-25 Thread Tommy
why this isn't possible? -- Tommy -- 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+un

RE: [android-developers] Re: Android app crashes when invoking getSystemService(LOCATION_SERVICE)

2011-05-05 Thread Tommy
You are getting the null pointer b/c getLastKnownLocation has nothing to give... In this case you would need to call up the GPS listener... When it gets the current fix it will pop off its subroutine.. Inside there you can get the lat/lon do what you need to do with your button click then kill the

RE: [android-developers] Phone for development

2011-04-27 Thread Tommy
id-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of Raghav Sood Sent: Wednesday, April 27, 2011 1:42 PM To: android-developers@googlegroups.com Subject: Re: [android-developers] Phone for development Thanks. Is the Desire a good choice? On Wed, Apr 27, 2

RE: [android-developers] Regarding Parsing From Server.

2011-04-27 Thread Tommy
I use ASP.net Webservice to power my app. On the Andoid side I use Ksoap2 to consume the .net webservice then I parse the response back as needed using java on the android side. http://msdn.microsoft.com/en-us/library/t745kdsh.aspx (webservices) http://code.google.com/p/ksoap2-android/ (kso

RE: [android-developers] Phone for development

2011-04-27 Thread Tommy
I would HIGHLY recommend HTC.. THEY ARE BEAUTIFUL PHONES! One of my phones is the HTC Aria I use for development and my main personal phone.. Great phones. An example.. My wife threw a pair of paints at me as hard as she could (we were playing around she wasn't trying to kill me) but she didn't kno

RE: [android-developers] user interface

2011-04-27 Thread Tommy
I have used on a while back called DroidDraw IT was alright It has been over 6 months since I last used it so maybe its been updated. Other than that I don't know. I used DroidDraw to get feel for how designs work then I just started doing it in the XML Mostly with the RelativeViewIts m

RE: [android-developers] Phone for development

2011-04-26 Thread Tommy
t 11:21 PM, Tommy wrote: That's not a huge issue. You still have 220mb avail for running apps. my original droid usually runs with 64mb free and I don't notice any issues.. If you are worried about the ram have you tried ATK(Advanced Task Killer)? I love it personally and it does a great j

RE: [android-developers] Phone for development

2011-04-26 Thread Tommy
ia its a little expensive for me. My optimus works fine except it has started losing RAM very fast. When I switch it on there is 340 mb free but within 48 hours its down to 220mb. Any other phones you can suggest? Thanks On Tue, Apr 26, 2011 at 2:03 AM, Tommy wrote: I have phones with AT&T a

RE: [android-developers] Help in simple read/write applications.

2011-04-25 Thread Tommy
I didn't think you could access app files between apps... Why not create a folder on the SD card and write the file there that way both apps have access? Maybe I am wrong about apps being able to access eachothers files other than with maybe custom providers? Maybe you could try using an Intent

RE: [android-developers] Phone for development

2011-04-25 Thread Tommy
I have phones with AT&T and you can use them to develop with. As long as you push your app via Eclipse. or Whats it. ADB that eclipse automates for you. What you CAN NOT do is copy the app to your sd card and install it that way. From: android-developers@googlegroups.com [mailto:android-develop

RE: [android-developers] Re: Timezone Question

2011-04-23 Thread Tommy
Forgot to mention. I'm not sure if you are already using this but the Navy has a nice pearl script you can POST to and retrieve a good bit of Sun/Moon data. They have to forms one allows you to enter the city name and state to get the data (not all cities are listed) the other allows you to specify

  1   2   3   4   >