[android-developers] Inherited a mostly working app from Eclipse/PhoneGap. Brought up in AndroidStudio and trying to figure it all out. If my target .apk has no .class files and is all .html .js and

2016-08-18 Thread brian . scott
Hello friends - Long time java developer here with plenty of experience in the Eclipse arena, server side stuff mostly with j2ee. Anyways, I inherited an application from a guy that literally went out for a cigarette after lunch and never came back. I've got the source project from his

[android-developers] can inapp billing permission be optional?

2016-02-03 Thread Scott Hochberg
seem to work for something like this which is not strictly a feature like a camera. Thanks. Scott -- 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] Re: Audio recording problem - fake sample rate

2016-01-14 Thread Robert Scott
at only 8000 samples per second, and the up-sampled to create 44,100 samples per second, which does not contain all the frequency content it would have had if it were sampled at 44,100 to being with. I see no way around it. On Wednesday, December 23, 2015 at 11:52:37 AM UTC-6, Robert Scott wrote

[android-developers] Audio recording problem - fake sample rate

2015-12-23 Thread Robert Scott
y at 3950 Hz, then everything is fine. But if this produces two peaks - one at 3950 and the other at 4050, then you have a device that is sampling at 8000 Hz and then up-sampling to feed our app a fake 22050 samples per second. -Robert Scott Hopkins, MN -- You received this message because yo

[android-developers] Re: Audio recording problem - fake sample rate

2015-12-23 Thread Robert Scott
e misbehaving devices, so my experiments so far have been with the help of my customers. -Robert Scott Hopkins, MN -- 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, se

Re: [android-developers] Re: SSLHandshakeException errors on Android 5.0?

2014-11-19 Thread Scott Jackson
SSLSessionCache constructor) and to then reboot the device (so flush anything already loaded into memory). -- K 2014-11-16 1:38 GMT+03:00 Scott Jackson daner...@gmail.com javascript: : I am getting a very similar error report from some users. It seems that only people who are connecting

[android-developers] Re: SSLHandshakeException errors on Android 5.0?

2014-11-15 Thread Scott Jackson
I am getting a very similar error report from some users. It seems that only people who are connecting to a default setup of Subsonic are having the issue. Anyone who uses a NGinx/Apache front end aren't having the same issue. The server is based on Jetty 6. Any idea what the problem might

[android-developers] Android WebView Hardware Rendering Weird Artifact Issue

2013-06-13 Thread Scott Deutsch
I asked the question on stackoverflow.com. Here is the link: http://stackoverflow.com/questions/17099402/android-webview-hardware-rendering-weird-artifact-issue . If any of you have a way to fix this problem, please let me know. Thanks! -- -- You received this message because you are

[android-developers] Building an accessibility app, have some high level questions

2012-11-06 Thread Scott M
Hi all, I'm working to develop an accessibility application to allow hands free ability to end calls. In determining how we're going to approach this problem, we've run into a few questions. Our first intuition was to try to recognize a cue word by the caller to signal the end of the call.

[android-developers] Re: GridLayout Text Clipping using Support Library

2012-04-19 Thread Scott Olcott
app:layout_row=0 android:text=test test test test test test test test test test test test test test test test test test / /android.support.v7.widget.GridLayout On Thursday, April 12, 2012 9:27:53 AM UTC-6, Scott Olcott wrote: Where are you finding the documentation? The only

[android-developers] Re: GridLayout Text Clipping using Support Library

2012-04-12 Thread Scott Olcott
something else unless then really need the grid. On Apr 10, 9:55 am, Scott Olcott scottolc...@gmail.com wrote: This is happening on Gingerbread and ICS. When will the source for the support library GridLayout be available in AOSP? Currently there is no way to debug what is happening

Re: [android-developers] GridLayout Text Clipping using Support Library

2012-04-10 Thread Scott Olcott
the width of GridLayout to wrap_content so it will extend as far as its content can go. On Mon, Apr 9, 2012 at 10:24 AM, Scott Olcott wrote: I am using the GridLayout that is in r7 of the support library. I am having an issue with text being clipped at the edge of the screen instead

[android-developers] GridLayout Text Clipping using Support Library

2012-04-09 Thread Scott Olcott
I am using the GridLayout that is in r7 of the support library. I am having an issue with text being clipped at the edge of the screen instead of being wrapped. Here is a layout that reproduces the issue. android.support.v7.widget.GridLayout xmlns:android=

Re: [android-developers] GridLayout Text Clipping using Support Library

2012-04-09 Thread Scott Olcott
Even when setting the width of the GridLayout to fill_parent or match_parent I get the same result. -- 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

Re: [android-developers] ArrayIndexOutOfBoundsException

2012-04-04 Thread Ted Scott
Try here http://javaranch.com or perhaps take a Java course? Android development is much easier when you speak the language. On 4/4/2012 4:48 AM, Graham Bright wrote: Hi, I can't figure out why I am getting and out of bounds exception ? Any ideas -- You received this message because you

Re: [android-developers] ListView and Database

2012-03-31 Thread Ted Scott
Hi Ricardo, First, I'm sure others will chime in if this is bad advice, but my understanding is that it is better to use the compatibility package and cursor loaders and a load manager. See http://developer.android.com/reference/android/widget/SimpleCursorAdapter.html and the base

Re: [android-developers] Re: Dev Environment - maven-android-eclipse

2012-03-22 Thread Ted Scott
On 3/22/2012 11:25 AM, Michael Sims wrote: Android + Maven + Eclipse is definitely possible, but speaking from experience, it's painful. Tedious to get working, builds are very very slow and fragile. You can do it, but it'll hurt. I think I had the pain part figured out ;) Slow, I wasn't too

Re: [android-developers] Dev Environment - maven-android-eclipse

2012-03-22 Thread Ted Scott
On 3/21/2012 8:59 PM, James Black wrote: I would expect that a problem is using other libraries. Are all of the jar files built for the Android? Good point. Yes, the android relevant libraries are built for android. The major malfunction that brought the question on is a problem when

Re: [android-developers] Re: Dev Environment - maven-android-eclipse

2012-03-22 Thread Ted Scott
Hi Ricardo, First let me thank you for doing the m2e-android plugin! Thank you for pointing out that it exists, I was very generic in my questions. That was part of the path that got me asking about this. I started with trying to use ActionBarSherlock in my project and saw they seemed to be

[android-developers] Dev Environment - maven-android-eclipse

2012-03-21 Thread Ted Scott
This is somewhat off topic, but I couldn't think of a better place to ask. Is anyone successfully using maven and eclipse to develop android apps? If so, are they complex apps? I really like the dependency management aspects of maven, but getting eclipse to play nicely with maven in an

Re: [android-developers] How to keep activity running

2012-03-19 Thread Ted Scott
On 3/19/2012 9:01 PM, Dianne Hackborn wrote: Personally I would say that for any question that implies you are subclassing Application, the answer is no. :) Subclassing from Application doesn't let you do anything more than you could other ways, and there is a good chance it is going to lead

Re: [android-developers] Newbie question - first attempt to run App on device gets Force Close

2012-03-16 Thread Ted Scott
Double check that the emulator you run on is versioned lower than your device. Observe the launch with DDMS view which should report the exception. Run it under the debugger on your device. On 3/16/2012 5:14 AM, Mister Macaverty wrote: My app runs fine on the device emulator. When I

Re: [android-developers] Re: Galaxy Nexus is not properly implementing getExternalStorageDirectory; can anyone confirm?

2012-03-15 Thread Ted Scott
On 3/14/2012 5:06 PM, GJTorikian wrote: I wrote a reply to this, but I guess it was censored. I was complaining about manufacturer fragmentation, again. If I have a directory like this: mnt/sdcard/app/dir mkdirs(app/dir) fails; mkdirs(app) followed by mkdirs(app/dir) works. This is extremely

[android-developers] Followup questions about detecting install / first launch

2012-03-15 Thread Ted Scott
I'm still getting my head around the API and can use a check if I'm understanding this right. On 3/15/2012 6:48 AM, Mark Murphy wrote: On Thu, Mar 15, 2012 at 4:06 AM, giles iangilesian@gmail.com wrote: I need to execute some code on app install event. How do i do it. You don't. Ok,

[android-developers] Detecting if activity is running from service

2012-03-09 Thread Ted Scott
I have a service that obtains and stores sample data from a web service. It is triggered by alarms, gets a sample which may or may not be new, stores it in my DB. At that point, if a new sample was added, and the activity that lists the samples is active, I want to notify it to refresh the

Re: [android-developers] Detecting if activity is running from service

2012-03-09 Thread Ted Scott
Thanks Mark. On 3/9/2012 11:36 AM, Mark Murphy wrote: On Fri, Mar 9, 2012 at 11:28 AM, Ted Scottt...@hootinholler.com wrote: At that point, if a new sample was added, and the activity that lists the samples is active, I want to notify it to refresh the cursor to include the new sample. If

Re: [android-developers] Detecting if activity is running from service

2012-03-09 Thread Ted Scott
%29 But beware... The definition of a running app may not be what you think on Android. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Mar 9, 2012 at 9:28 AM, Ted Scott t...@hootinholler.com mailto:t...@hootinholler.com wrote: I have

Re: [android-developers] Detecting if activity is running from service

2012-03-09 Thread Ted Scott
On 3/9/2012 12:36 PM, Mark Murphy wrote: On Fri, Mar 9, 2012 at 12:29 PM, Ted Scottt...@hootinholler.com wrote: feeling the frustrations of the moving platform now. The Android Support package supports the Loader framework going back to Android 1.6, if you are willing and able to inherit from

Re: [android-developers] Detecting if activity is running from service

2012-03-09 Thread Ted Scott
On 3/9/2012 1:52 PM, Mark Murphy wrote: On Fri, Mar 9, 2012 at 1:35 PM, Ted Scottt...@hootinholler.com wrote: ^_- Support Package?! Oh, I see I have some reading to do. Thanks! Looking at the SDK page, I don't know how I missed looking at that. Any pointers you might have to a nutshell

Re: [android-developers] Android customize expandable list view encountered a problem

2012-03-08 Thread Ted Scott
On 3/5/2012 10:38 PM, Zheng Martin wrote: please go to see this topic first. http://stackoverflow.com/questions/9562043/expandablelistview-when-i-click-button-update-imageview#comment12121717_9562043 I pasted the problem in stackoverflow, without any answer. please help me to resolve it

Re: [android-developers] Re: CursorAdapter? or OtherAdapter?

2012-03-04 Thread Ted Scott
What Mark was asking is why are rows you do not need included in the results pointed to by the cursor. The cursor is loaded by a DB query. That is where you should apply filtering, etc and the cursor should contain only what you need to display at that moment. If your cursor has extra data,

Re: [android-developers] nested listview

2012-02-26 Thread Ted Scott
Sounds like you want an ExpandableListView http://developer.android.com/reference/android/widget/ExpandableListView.html On 2/26/2012 9:25 AM, hazem omies wrote: hi,,, how i can make nested listview as follow : main activity contain a listview binding from web servers XML parser ,,my issue

Re: [android-developers] nested listview

2012-02-26 Thread Ted Scott
when open item passing value to other intent listview ,,this is doable ?? On Sun, Feb 26, 2012 at 5:10 PM, Ted Scott t...@hootinholler.com mailto:t...@hootinholler.com wrote: Sounds like you want an ExpandableListView http://developer.android.com/reference/android/widget

Re: [android-developers] Re: Beginner Question

2012-02-23 Thread Ted Scott
On 2/23/2012 11:55 AM, Kookamonga wrote: Mark has way more experience than me, so I'll let him give the definitive answer... But my two cents are that it depends on the situation. :-) I don't think there is a definitive answer here, only reasonable ones. For example, if the widget for which

Re: [android-developers] Re: start at boot app gives instantiationException:

2012-02-23 Thread Ted Scott
On 2/23/2012 11:18 AM, Thomas wrote: I've continued to experiment. I wanted to send an attachment file but but here is a portion of the logcat showing the RxBcast failing at bootup and after the Emulator is opened then running correctly. look for ** I unlock emulator The same thing

Re: [android-developers] Re: start at boot app gives instantiationException:

2012-02-23 Thread Ted Scott
=com.needham.PiesOfCod.RxBcast intent-filter action android:name=android.intent.action.BOOT_COMPLETED / /intent-filter intent-filter action android:name=com.needham.PiesOfCode.LAUNCH_APP / /intent-filter /receiver /application /manifest On Feb 23, 2:16 pm, Ted Scott

Re: [android-developers] Re: start at boot app gives instantiationException:

2012-02-21 Thread Ted Scott
Did you follow the steps I outlined? What intent are you speaking of that can't find the app? Speaking of the app, you're talking about the hello world or pies of cod app, right? What do you mean by an external app? Tell us exactly what you are doing and maybe we can help. On 2/21/2012 9:11

Re: [android-developers] Re: start at boot app gives instantiationException:

2012-02-21 Thread Ted Scott
On 2/21/2012 3:02 PM, Thomas wrote: The compile error: * PiesOfCodActivity cannot be resolved to a type The error essentially is that the RxBcast cannot be aware of an external app that exists on an Android somewhere. The PiesOfCodActivity is a retitled helloworld that works just fine on my

Re: [android-developers] Re: start at boot app gives instantiationException:

2012-02-20 Thread Ted Scott
Review the components section here http://developer.android.com/guide/topics/fundamentals.html You are confusing a BroadcastReceiver with an Activity, and there's nothing you can add to the manifest to correct that since an activity tag can't describe or invoke a receiver. If you want to

Re: [android-developers] Re: start at boot app gives instantiationException:

2012-02-20 Thread Ted Scott
On 2/20/2012 2:26 PM, Thomas wrote: I'll make another request then. Please post the code and manifest for a simple something that will start the helloworld app at bootup. The helloworld app is just a test case to see if things are working at bootup. I have a far more complicated embedded

Re: [android-developers] What is the significance of main.xml.out file?

2012-02-19 Thread Ted Scott
On 2/17/2012 11:27 PM, Kedar wrote: What is the significance of main.xml.out file? Sometimes while debugging the application, I am getting an error in the main.xml file Basically it means that you have invoked some transformation on the main.XML file, possibly by having it selected and

[android-developers] AlarmManager - getAlarms or similar

2012-02-18 Thread Ted Scott
Is there a way to find out if I have an existing alarm waiting or do I have to create some sort of state variable and keep track of it? -- 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] Dynamic icon == widget?

2012-02-18 Thread Ted Scott
I'm running a service that monitors a metric and I want it to colorize the app icon dependent on the values. Do I have to build a widget to interact with it or is there some way I can just replace the image? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] OT: Comedy Gold

2012-02-15 Thread Ted Scott
Please don't take this the wrong way, I'm not complaining, just observing. I have to say that between the ESL and txt speak this list has some really funny moments. The mental image I got from pies of cod will have me smiling for the rest of the week. I'm wondering if it's some new way of

Re: [android-developers] building workspace lockup in eclipse

2012-02-13 Thread Ted Scott
There's a problem in r16 when launching on v2.2 with logcat when the launch logcat on error is set. It causes a deadlock condition. It's slated for a fix on r17. Go to window - preferences - android - logcat and uncheck launch logcat on error. On 2/13/2012 6:52 AM, vivek elangovan wrote:

Re: [android-developers] What do you all use for automated testing?

2012-02-13 Thread Ted Scott
On 2/13/2012 8:17 AM, Mark Murphy wrote: On Sun, Feb 12, 2012 at 7:34 PM, Todd Grigsbytgrigsby...@gmail.com wrote: I use a college kid. He's getting intern credits. Highly recommended. Yeah, but isn't automating a college kid a violation of the Geneva Convention? :-) Nah, provide pizza

[android-developers] monkeyrunner

2012-02-13 Thread Scott
I am working on making some changes to the android framework layer and building my own version. I am working based on froyo and trying to use monkeyrunner for some testing. I have pulled the source and can build and run in the emulator but when I try to use a monkeyrunner script I can't seem to

Re: [android-developers] Re: Almost nobody is rating my app.

2012-02-09 Thread Ted Scott
As long as you are not tying the enhancement to a rating level, I don't think that would violate the policy. Now telling whether or not someone actually rated the app is a different issue. On 2/9/2012 1:18 PM, Mark Phillips wrote: My apologies for recommending something against the market

[android-developers] Re: Block APK installation

2012-02-08 Thread Scott Herbert
This is just an idea... but why not try writing a the app as a custom version of https://github.com/android/platform_packages_apps_launcher and having a very small internal storage, so theirs no room for any additional APK's. N.B. I've never even compiled the kernel, so I've no idea if this

[android-developers] Why banned?

2012-02-07 Thread Robert Scott
and their effect on applications that use audio. Was this a violation because I mentioned specific Android devices? If so, I can avoid doing to in the future. Can you tell me why I have been banned? Robert Scott fixthatpi...@yahoo.com -- You received this message because you are subscribed

[android-developers] FYI ADT r16 hangs running AVD 2.2 on relaunch or debug

2012-02-06 Thread Ted Scott
This is an update to the problem I encountered and posted on earlier. The fix is scheduled for r17. There are 3 hang cases which apply to AVD 2.2: 1: Relaunching a changed application which hangs at 27% progress. 2: Launching the application in the debugger. Both cases hang when the launch

Re: [android-developers] Re : eclipse crash

2012-02-03 Thread Ted Scott
Are you running an AVD on 2.2? There is a weird problem with eclipse and that version of the emulator. See issue 24926 http://code.google.com/p/android/issues/detail?id=24926 Try this: 1. In Window - Preferences - Android - logcat, turn off the option to automatically show logcat if there

Re: [android-developers] Android LocationManager GPS Reading Never Changes While Screen is Off

2012-02-03 Thread Ted Scott
I do a similar thing by running a service from an alarm, it checks position every 15 mins. It works while I'm just toting the phone around in my pocket screen locked. It even works while the app is closed as long as the app has been started since boot and the alarm initialized. Maybe it has

Re: [android-developers] What do these errors mean (using Eclipse)?

2012-02-01 Thread Ted Scott
On 2/1/2012 4:11 AM, atcal wrote: I'm trying to define my own View subclass. public class myView extends View { myView(Context context) { View(context); } } Eclipse flags the first line of my constructor with an error Implicit super conctructor View() is undefined. Must

Re: [android-developers] Re: What do these errors mean (using Eclipse)?

2012-02-01 Thread Ted Scott
On 2/1/2012 11:01 AM, atcal wrote: On Feb 1, 4:25 pm, Ted Scottt...@hootinholler.com wrote: On 2/1/2012 4:11 AM, atcal wrote: I'm trying to define my own View subclass. public class myView extends View { myView(Context context) { View(context); } } Eclipse flags the

Re: [android-developers] Re: Crash after StartActivity

2012-01-30 Thread Ted Scott
I have an app that invokes a service in the background from an alarm: // Ok, let's try running the service via a repeating alarm... // We need to make a PendingIntent from the service intent... Intent si = new Intent(this, xxxService.class); PendingIntent pi =

[android-developers] r16 and eclipse - debugger and relaunch is hosed

2012-01-30 Thread Ted Scott
This is driving me nuts. A couple of others have reported it, but no one seems to have a work around or even why this is happening. I had a working set of projects until the r16 SDK/ADT update. Now I can run an emulator with an app the first time I launch it. I cannot run or launch under the

Re: [android-developers] Have I missed some step to be able to post?

2012-01-30 Thread Ted Scott
Thanks, Mark! I just didn't know the drill, and seeing some very basic questions being posted got me wondering. Now that I got the flood I realize I was simply being impatient. On 1/30/2012 12:10 PM, Mark Murphy wrote: [android-developers], like most Google Groups, is moderated. The

Re: [android-developers] Re: Android SDK Tools r16 and problems with Eclipse

2012-01-30 Thread Ted Scott
I'm surprised there only seems to be you and I talking about this. I wonder what makes us special? I really don't want to lose the configuration in eclipse and the DBs on my AVDs which is what I fear will happen if I have to reinstall everything. On 1/30/2012 12:02 PM, DanielleM wrote: I'm

Re: [android-developers] Re: Android SDK Tools r16 and problems with Eclipse

2012-01-30 Thread Ted Scott
Danielle, Is your LogCat view set to 'verbose'? I just changed mine to 'debug' and everything started working. I opened a defect report on this: http://code.google.com/p/android/issues/detail?id=24926 Let me know if it works for you. -Ted On 1/30/2012 1:10 PM, DanielleM wrote: Yes that's

Re: [android-developers] Re: Android SDK Tools r16 and problems with Eclipse

2012-01-30 Thread Ted Scott
Out of desperation I started poking it with a stick whilst yelling BEHAVE! ;) Actually, I started going through settings fairly methodically since I figured if not many were seeing this issue it was probably some configuration that isn't very common. I was pleasantly surprised when it

[android-developers] Unicode in eclipse

2011-11-06 Thread Scott Herbert
Sorry if this is a little off topic (it's more an eclipse questron than an Android one, but as it's for an Android project...) What the easyist way to define non Latin text (I.e. Unicode) specifiy Arabic and Chinese in an Android project? When I try and copy and pasted the google translated

[android-developers] Re: Unicode in eclipse

2011-11-06 Thread Scott Herbert
Thanks. I was sure their was an easy way. I'll double check the settings tomrrow when I get back in front of a my laptop. On Nov 7, 1:46 am, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Mon, Nov 7, 2011 at 9:33 AM, Scott Herbert scott.a.herb...@googlemail.com wrote: Sorry

[android-developers] Tel: and SMS: URIs

2011-10-05 Thread Scott Miller
Hi there, I am trying to create a mobile site, which hopefully will become an app as well. but I cannot get it to do exactly what I want. I have created links to activate voicemail a href=tel:**61*121**25%23Activate Voicemail/a is there a way for msend the request automatically, without the need

[android-developers] In-App Billing Question

2011-08-24 Thread Scott Allender
I am attempting to integrate in app billing in an application. My billing service binds to Google's service fine, but when I send the CHECK_BILLING_SUPPORTED request, I always receive a RESULT_BILLING_UNAVAILABLE. My phone's main account is set up as a test account, and I have uploaded the APK

[android-developers] Android Market user ratings disappeared on July 29, 2011

2011-08-01 Thread Scott
Yesterday (July 29, 2011), I had two apps with ratings of approximately 4.5 (a network calculator) and 4.0 (a spinning polyhedra live wallpaper). That changed late last night. Approximately 50% and 75%, respectively, of my user ratings vanished! Now I have ratings of 4.3 and 3.0! Taking a full

[android-developers] Re: Problem after upgrading to revision 12

2011-07-29 Thread Scott Hammer
I'm in the same boat here. Recently updated to r12 and I can no longer preview layouts. On Jul 29, 1:01 pm, darrinps darri...@gmail.com wrote: Everything was working fine until I upgraded to revision 12. Now every layout I try to bring up gives me the message:

[android-developers] 10am TODAY is LAST CHANCE for Android ADK Open Call - Win an ADK !

2011-07-18 Thread Johno Scott
This is your LAST CHANCE to get involved in this great event. Be in front of your computer at 10am today for the Round 1 quiz https://sites.google.com/site/opencallforgdd/the-challenge Good luck ! Johno Scott -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: 10am TODAY is LAST CHANCE for Android ADK Open Call - Win an ADK !

2011-07-18 Thread Johno Scott
Apologies, in the rush i thought this was posting to my local Android User Group. On Jul 19, 8:54 am, Johno Scott john.scott.gro...@staff.studylink.com wrote: This is your LAST CHANCE to get involved in this great event. Be in front of your computer at 10am today for the Round 1 quiz https

[android-developers] Black Flash when changing VideoURIs in a Video View.

2011-07-11 Thread Scott G.
I have a VideoView which I want to use to play a video. The code below works. VideoView m_videoView; String videoUrl = website url deleted; Uri video = Uri.parse(videoUrl); m_videoView.setVideoURI(video); m_videoView.requestFocus();

[android-developers] Image Map Type style Overlay in MapView

2011-07-01 Thread Scott Kennedy
I have a website where I use the Javascript Maps API, and I use an Image Map (http://code.google.com/apis/maps/documentation/javascript/ maptypes.html#ImageMapTypes) to display my custom tiles on top of a map. These tiles use the tile/pixel coordinates as defined by Google in that document. This

[android-developers] Re: Image Map Type style Overlay in MapView

2011-07-01 Thread Scott Kennedy
I figured it out. For anyone else who might be interested, the map tiles on Android's MapView seem to be twice as dense as the JS API's. So if you have an existing tileset, just read them in with an inSampleSize of 2, and adjust the positioning accordingly. On Jul 1, 1:20 pm, Scott Kennedy

[android-developers] Re: I keep on getting 401 when sending msg to C2DM server

2011-05-03 Thread Scott Hammer
1. Have you registered your sender email to send messages here? http://code.google.com/android/c2dm/signup.html 2. And have you waited about 24 hours to be activated? There is a latency to activate your account. 3. Is your sender email that you registered the device with the same email you

[android-developers] Unable to install latest Android SDK on Ubuntu 10.10

2011-05-02 Thread Scott
packages And kaboom (below). I've tried it with both OpenJDK (1.6) and Sun JDK (1.6), but no dice. I've also tried as root, although it was my understanding that that shouldn't be necessary. Any suggestions would be greatly appreciated. Scott Error log: *** glibc detected *** java: malloc

[android-developers] Unable to install latest Android SDK on Ubuntu 10.10

2011-05-02 Thread Scott
packages And kaboom (below). I've tried it with both OpenJDK (1.6) and Sun JDK (1.6), but no dice. Any suggestions would be greatly appreciated. Scott Error log: *** glibc detected *** java: malloc(): memory corruption: 0x7f6968b12300 *** === Backtrace: = /lib/libc.so.6(+0x774b6

[android-developers] How to receive SDP from 200 OK in SIP in responce to INVITE

2011-04-13 Thread Scott
Hi I am sending Invite message with SDP. I intend to receive the 200OK which has some SDP description. Can you please guide me which API method will help me to receive it. Is it [ onCallEstablished (SipSession session, String sessionDescription) ] method of android.net.sip.SipSession.Listener,

[android-developers] Re: info incorrect on http://developer.android.com WHICH COULD PREVENT ECLIPSE FROM RECOGNIZING YOUR DEVICE

2011-04-09 Thread scott
dejeme a decirte que no tienes que ser un troll solo hay que leir y decide si lo yo he escrito se le vaya ayudar. Tal vez puedo utilizar mi keyboard a pegarle en la cara On Apr 9, 6:48 am, lbendlin l...@bendlin.us wrote: Ah, the juvenile excitement. Fond memories. Tell you what. Take your

[android-developers] Superscripted Keys on Keyboard

2011-04-08 Thread Scott
graphics for each independent key? (...given my design, the thought of which makes me want to blow my brains out. : ) Scott -- 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

[android-developers] info incorrect on http://developer.android.com WHICH COULD PREVENT ECLIPSE FROM RECOGNIZING YOUR DEVICE

2011-04-08 Thread scott
On the following page there is info that is incorrect (correct but missing an important piece) http://developer.android.com/guide/developing/device.html#setting-up It mentions if using Ubuntu Linux in order to run/debug ON your Android device (not virtual device) you must go into ubuntu and add

[android-developers] Android Emulator via Website

2011-04-04 Thread Scott Deutsch
Hello group, I would love to put an android emulator on my website so people can try my app right on my website. Something like the test drive feature on amazon. How can this be done? Thanks group. -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: Content Provider for Private Database?

2011-03-29 Thread Scott McCormack
Based on this discussion, I've decided to use a content provider for access to an internal private database for my app. It simply makes the data access simpler for me, and there's a really nice go-by in the NotePad sample. However, I'm worried about your comment about the leaked database

[android-developers] Setting maxWeight on a TextView

2011-03-28 Thread scott
measuring at run time. It seems like I need some hybrid maxWidth/ layout_weight mechanism. Seems I am missing the obvious -- can anybody point it out? Thanks! Scott -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Can somebody suggest the best book or online resource for beginning android apps development?

2011-03-22 Thread Scott
Beginning Android 2 by Mark Murphy is a great start to understand the fundamentals. The flow of the book so far works well. I originally started with the online articles at HTTP://developer.android.com but I prefer a physical book. Pro Android 2 was good but contained more advanced concepts

[android-developers] Not able to receive UDP Data

2011-03-17 Thread Scott
Hi I am trying to receive UDP data sent from server to my android emulator client. But i am not able to receive the UDP data in my android client application which is running on emulator. packet = new DatagramPacket(buf, buf.length); socket.receive(packet); 1) Can you please let me know how to

[android-developers] Re: Which Mobile Advertising Site?

2011-03-14 Thread Scott McCormack
Assuming I can safely place ads in my apps in such a way that they aren't bothered by it, is 10-20 clicks per 1000 an appropriate estimate to use for budgeting? On Mar 11, 9:13 am, Justin Giles jtgi...@gmail.com wrote: Having ads in an app isn't totally fruitless.  Look at Angry Birds on

[android-developers] Styles not styling in Eclipse?

2011-03-14 Thread Scott McCormack
I've tried using some styles, both standard android:style ones and those of my own creation, and for some reason the Graphical Layout view of Eclipse won't display my views in the defined styles. They simply default to the standard default style. Is this common? See my xml below. In

[android-developers] Re: Which Mobile Advertising Site?

2011-03-11 Thread Scott McCormack
$0.20 per click sounds good. What is a typical amount per impression? -- 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: Which Mobile Advertising Site?

2011-03-11 Thread Scott McCormack
Thanks for the heads up about APP/Leads. I looked into it, and will definitely add it to my list of options. -- 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

Re: [android-developers] Re: Global Variables

2011-03-09 Thread Scott Davies
is modifiable via its interface, then for all intents and purposes, yes, they are. I think the idea is that because the singleton is encapsulated, you at least have some business logic around mutating them, whereas the classic global variable is visible AND mutable without restrictions. - Scott

[android-developers] Bitmap Question

2011-02-26 Thread Scott Deutsch
Hello Group, I was wondering how do you scale a bitmap to look good on any screen size (Using surfaceview and canvas). I already know the canvas width and canvas height. So, what would the calculation be? Example lets say I have a picture that is 100x100 and the phone size is 1920x1200 (just

[android-developers] Re: Bitmap Question

2011-02-26 Thread Scott Deutsch
that helps. So, back to my question, how do you resize some Media class? I was thinking canvas.scale and canvas.translate, but that really isnt working. Again..if there is a better way to play gifs, i am all ears. Thanks. On Feb 26, 10:21 am, Scott Deutsch surger...@gmail.com wrote: Hello Group, I

[android-developers] Math question

2011-02-26 Thread Scott Deutsch
Hello Group, I have a couple of questions. 1. Lets say I calculate a circle say 14 points in a circle. I have an object following those points for so many times for an animation. Now, since there are different screen sizes, The speed of following those points will vary on each mobile device.

[android-developers] Re: Math question

2011-02-26 Thread Scott Deutsch
I know that v = 2piR/T. How would polar coord work? -- 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

Re: [android-developers] Re: How to detect tablet devices

2011-02-23 Thread Scott Davies
Dianne, I'm confused. If your response had six no's, I'd know not to do this for sureŠbut with just five ? This appears to be a grey issueŠ :) - Scott From: Dianne Hackborn hack...@android.com Reply-To: android-developers@googlegroups.com Date: Wed, 23 Feb 2011 09:27:13 -0800 To: android

Re: [android-developers] @override question

2011-02-23 Thread Scott Davies
. It's well written. For Android specific stuff, you'll need to read up on the Android platform. Manning has some great books available. - Scott On 11-02-23 5:45 PM, Marcin Orlowski webnet.andr...@gmail.com wrote: On 23 February 2011 01:13, Jeraldo thejera...@gmail.com wrote: hi, im just

Re: [android-developers] Nexus-style reference implementation for tablets with Honeycomb

2011-02-15 Thread Scott Davies
Thanks for your reply, Mark! Are you planning on doing tablet development ? If so, what tablet will you be using as a ref implementation ? I've heard some rumblings of more Honeycomb tablets slated (sorry, couldn't resist...), for announcement at MWC. Regards, Scott On 11-02-11 5:02 PM, Mark

[android-developers] Nexus-style reference implementation for tablets with Honeycomb

2011-02-11 Thread Scott Davies
-style reference implementation tablet for Honeycomb ? If so, what would be the estimated ship date (Q2, etc.), for such a device for Canada ? Thanks, Scott -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] Re: Bluetooth - Health Device Profile (HDP) and Continua

2011-02-11 Thread Scott Davies
Hi guys, Read your messages and checked out the sample code at the URL listed. Out of curiosity - to do the Bluetooth networking, are you making calls from your native code via the NDK to the kernel for the referenced Bluetooth library ? Thanks, Scott On 11-02-07 12:44 AM, Praneeth praneethoc

[android-developers] Re: Anyone know how to calculate speed WITHOUT GPS?

2011-02-10 Thread Scott
Glad this thread is still alive and silly. Seriously, take a look at the LocationManager class in the docs. There are constants for specifying GPS_PROVIDER, NETWORK_PROVIDER, or PASSIVE_PROVIDER. The accuracy will depending on the provider but the same code for determining position (and speed)

[android-developers] Re: Force Close Question

2011-02-02 Thread Scott Deutsch
, Bruce -- http://mtterra.com/quicklogger On Feb 1, 5:31 pm, Scott Deutsch surger...@gmail.com wrote: Thats what I fearedok I will redesign it to make it work. Thanks a bunch. -- You received this message because you are subscribed to the Google Groups Android Developers group

  1   2   3   >