[android-developers] Android Emulator does not appear in adb devices

2017-09-13 Thread Casey
I am having trouble connecting to running Android Emulators. Emulators do not connect and appear in the adb devices server list. 1. emulator @Pixel A. Android Emulator Pixel:5554 loads with API 24 and is running 2. adb devices A. List of devices attached is empty 3. system.log shows the followi

[android-developers] Re: Android SDK and AVD Manager Stalling During Download

2009-12-09 Thread Casey Ballentine
Well, for whatever reason, the downloads are not stalling for me this morning. *crosses fingers* Maybe I can get the full set of platforms downloaded now. On Dec 7, 1:43 pm, Casey Ballentine wrote: > Same problem here. The AVD manager stalls (whether run from eclipse or > from t

[android-developers] Re: Android SDK and AVD Manager Stalling During Download

2009-12-07 Thread Casey Ballentine
Same problem here. The AVD manager stalls (whether run from eclipse or from the SDK Setup.exe, or from the CLI running 'android update sdk'), then when I cancel from the download popup it won't cancel. If I kill the AVD manager it leaves a java.exe process running that I have to manually kill. I'

[android-developers] Re: Accessing email

2009-01-11 Thread Casey Link
find out if it is possible to access email in the Gmail app? I'd like to write an app that has a similar use case. Casey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To p

[android-developers] Re: Arabic Support

2008-12-12 Thread Casey Link
On Fri, Dec 12, 2008 at 2:19 PM, Ahmed Eldemellawy wrote: > > I would like to receive any kind of support regarding The Arabic > Language on the Android. I second this request. It would be a huge help . Casey --~--~-~--~~~---~--~~ You received thi

[android-developers] Trouble with AssetManager

2008-11-30 Thread Casey Borders
I am using this code to try to access my assets: try { Resources res = context.getResources(); AssetManager assMan = res.getAssets(); String assets[] = assMan.list("Models"); InputStream is = assMan.open("Models/Ship.Obj"); ObjLoader loader = new ObjLoader(is); mVertexBuffer = loader.getVerts(); m

[android-developers] Re: Scrolling with Multiple ListViews

2008-11-20 Thread Casey Link
aders. This gives the appearance of multiple lists that scroll as one. Like the Settings app. See: http://www.jsharkey.org/blog/2008/08/18/separating-lists-with-headers-in-android-09/ Casey Link --~--~-~--~~~---~--~~ You received this message because you are subsc

[android-developers] Re: Please share your knowledge on Content Provider in Android

2008-11-19 Thread Casey Link
gling "content provider android" Good luck, Casey On Wed, Nov 19, 2008 at 5:19 AM, yasmin afrose <[EMAIL PROTECTED]> wrote: > Hi, > > No body is there aa... > > Please help me to create content provider for our application... > > I can't wait for your answ

[android-developers] Re: Parcelable Types in external projects.

2008-10-30 Thread Casey Link
Just for posterity here's a link to a solution of the problem. http://code.google.com/p/android/issues/detail?id=1121 Casey On Sun, Oct 26, 2008 at 9:56 PM, Casey Link <[EMAIL PROTECTED]> wrote: > Hello, > > In my service interface I am trying to pass several custom types

[android-developers] Re: Fastest Combination of Http Post/Get and XML parsing libs

2008-10-27 Thread Casey Link
On Mon, Oct 27, 2008 at 5:57 PM, Hong <[EMAIL PROTECTED]> wrote: > > you can use DocumentBuilder from DocumentBuilderFactory to access DOM :) > Yes, but parsing xml via the DOM is slow and hogs memory, and avoiding that is the point of this thread. --~--~-~--~~~---~--~

[android-developers] Re: Fastest Combination of Http Post/Get and XML parsing libs

2008-10-27 Thread Casey Link
s > implementation. Why do they discourage using XmlPullParser? Casey --~--~-~--~~~---~--~~ 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] Parcelable Types in external projects.

2008-10-26 Thread Casey Link
pect the problem is that the Parcelable files are in a non-android eclipse project. Is this the case? Regards, Casey Link --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] Fastest Combination of Http Post/Get and XML parsing libs

2008-10-25 Thread Casey Link
main bottleneck seems to be the DOM parsing routines. Is there a recommended/preferred/faster way of making POST/GET requests, and parsing XML in the android? Casey Link --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

[android-developers] Paging a ListView

2008-10-25 Thread Casey Link
tCount(), etc, but I haven't been able to work out a solution. Has anyone seen this sort of paging ListView before, or know how it might be done? Regards, Casey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: Making a background app like the clock?

2008-10-22 Thread Casey Borders
They have said this isn't going to be supported in 1.0 of the SDK. On Wed, Oct 22, 2008 at 5:30 PM, songs <[EMAIL PROTECTED]> wrote: > > Hi, > > How do we go about making applications that can run directly on the > Home screen in their own discreet UI container like the analog clock? > > Regards,

[android-developers] Re: How to order T-Mobile G1?

2008-09-23 Thread Casey Borders
That's a good question. Can developers who are not with T-Mobile get devices? On Tue, Sep 23, 2008 at 6:55 PM, PowerGUI <[EMAIL PROTECTED]> wrote: > > T-Mobile G1---The First Android Phone has announced,I am very excited. > I don't know how to order the android phone,can somebody talk about > su

[android-developers] Re: Easter eggs

2008-09-02 Thread Casey Borders
The guy with the coffee cup is from the movie "Office Space". On Tue, Sep 2, 2008 at 10:28 AM, Peli <[EMAIL PROTECTED]> wrote: > > Other easter eggs: > * Sensor manager includes constants for GRAVITY_DEATH_STAR_I , > GRAVITY_THE_ISLAND , and a SENSOR_TRICORDER : > http://code.google.com/android/r

[android-developers] Re: Is MapView without roads possible?

2008-08-31 Thread Casey Borders
Why do you want a map with no roads? On Sat, Aug 30, 2008 at 11:23 AM, plusminus <[EMAIL PROTECTED]> wrote: > > It enables a Traffic-Overlay. > > On 30 Aug., 07:47, flix <[EMAIL PROTECTED]> wrote: >> Hello, >> >> I'm using the Google Maps API in my application (in satellite mode). >> But for my a

[android-developers] Re: Story about Android

2008-08-29 Thread Casey Borders
I was worried about the future of the platform and I still do worry about the ultimate openness of it, but I must admit that I am extremely excited about the direction it's taking and about the impending release of the HTC Dream! The new UI in the updated emulator is very attractive and extremely

[android-developers] Re: MapView and Zoom Control in 0.9 SDK

2008-08-25 Thread Casey Borders
This new code isn't working for me. The first set worked. On Mon, Aug 25, 2008 at 6:48 PM, adamrocker <[EMAIL PROTECTED]> wrote: > > Is this a bug? > Android can't recognize the difference between > the motion of long touch action and the motion of move action. > > It is different between the lon

[android-developers] Re: MapView and Zoom Control in 0.9 SDK

2008-08-25 Thread Casey Borders
etZoomControls() since setGravity(int) is a > method of LinearLayout and the ZoomControls are a LinearLayout: > LinearLayout zoomView = (LinearLayout) mMapView.getZoomControls(); > > On 25 Aug., 06:34, "Casey Borders" <[EMAIL PROTECTED]> wrote: >> This isn

[android-developers] Re: MapView and Zoom Control in 0.9 SDK

2008-08-24 Thread Casey Borders
This isn't working for me! It tells me that .setGravity(int) is not valid for type View. Why is that?! 2008/8/24 marcel-182 <[EMAIL PROTECTED]>: > > Works fine, thanks a lot. I can finally zoom.. w > > > On 24 Aug., 16:55, adamrocker <[EMAIL PROTECTED]> wrote: >> Hi. >> >> You can move the

[android-developers] Re: Trouble with 0.9 beta and MapActivity

2008-08-23 Thread Casey Borders
gt; Are you using Overlay's and overriding the onTap / onTouchEvent > methods? > > On Aug 23, 4:50 am, "Casey Borders" <[EMAIL PROTECTED]> wrote: >> Now I am having another weird problem. If I define the MapView in a >> layout xml file, everything works like

[android-developers] Re: Trouble with 0.9 beta and MapActivity

2008-08-22 Thread Casey Borders
Now I am having another weird problem. If I define the MapView in a layout xml file, everything works like you would expect. If I create it programmatically like I show above, then it doesn't register touches. Any idea what's up with that? On Fri, Aug 22, 2008 at 3:20 AM, Cas

[android-developers] Re: Trouble with 0.9 beta and MapActivity

2008-08-22 Thread Casey Borders
ws the permissions you need to use. > > On Aug 22, 6:45 am, "Casey Borders" <[EMAIL PROTECTED]> wrote: >> I have and application that was running fine under m5, but it fails in >> 0.9. I tried to nail down what was causing it to fail and I have an >> extr

[android-developers] Trouble with 0.9 beta and MapActivity

2008-08-21 Thread Casey Borders
I have and application that was running fine under m5, but it fails in 0.9. I tried to nail down what was causing it to fail and I have an extremely simple MapActivity that is failing too. Here's the code: package org.moo.android.Test; import com.google.android.maps.MapActivity; import com.goo

[android-developers] Re: SDK 0.9 emulator crashes in QVGA-L?

2008-08-20 Thread Casey Borders
> To reinforce this a little, you should be designing your applications > for the default resolutions of the emulator: HVGA portrait and > landscape (480x320 and 320x480) with a touchable UI. Take the UI of > the system and applications as a strong indicator of what your target > should be. But

[android-developers] Re: M5 -> 0.9: access to PixelCalculator functionality

2008-08-19 Thread Casey Borders
You need to use MapView.getProjection().toPixels() and .fromPixels(). On Wed, Aug 20, 2008 at 1:38 AM, Joa <[EMAIL PROTECTED]> wrote: > > In M5 I used MapView.PixelCalculator in overridden methods draw(...) > and onTap(...) of a subclass of Overlay to convert geo locations > (Point / GeoPoint) to

[android-developers] Helo with onActivityResult()

2008-07-16 Thread Casey Borders
I am starting a sub activity that browses for a file, then in the onActivityResult() method I parse the file that is returned. The trouble is that the parsing takes a little while and I am trying to pop up a progress dialog, but the file browser is visible until the onActivityResult() method finis

[android-developers] Re: Map and Overlay

2008-07-14 Thread Casey Borders
You just need to create a new MapViewerOverlay and add it to your map. You can do it on the button press event, or the onCreate for the MapActivity. On Mon, Jul 14, 2008 at 10:33 AM, deve <[EMAIL PROTECTED]> wrote: > > Hi there, > I've a question. I coded a programm which shows me a position in

[android-developers] Re: invalid resource directory name error

2008-07-10 Thread Casey Borders
It could be that you have a capital letter in the name? On Wed, Jul 9, 2008 at 6:08 PM, himanshu <[EMAIL PROTECTED]> wrote: > > Hello, > I`m a beginner in eclipse and android so this could be trivial. > I just added a new layout to my hello world app ( example here > http://code.google.com/androi

[android-developers] Re: getBestLocationProvider.

2008-07-07 Thread Casey Borders
I have set the permissions for ACCESS_LOCATION, ACCESS_GPS, ACCESS_ASSISTED_GPS, and ACCESS_CELL_ID and it works fine when I call mLocationManager.getProvider("gps"); On Mon, Jul 7, 2008 at 9:56 AM, Mark Murphy <[EMAIL PROTECTED]> wrote: > > Casey Borders wrote: >

[android-developers] getBestLocationProvider.

2008-07-07 Thread Casey Borders
I'm trying to use the getBestProvider to get a LocationProvider, but no matter if I allow cost or not it returns null. Here's the code I'm using. Criteria criteria = new Criteria(); criteria.setCostAllowed(mUseAGPS); mGPS = mLocationManager.getBestProvider(criteria); Am I doing something wrong h

[android-developers] Re: android root file system

2008-07-07 Thread Casey Borders
Here is the only information I was able to find on getting Android on real world devices. That's what I'm spending my day doing! http://elinux.org/Android_on_OMAP On Sat, Jul 5, 2008 at 3:18 AM, prashanth <[EMAIL PROTECTED]> wrote: > > Hai, > > where can i get android root file system for IMX31

[android-developers] Problems with WebView

2008-07-03 Thread Casey Borders
th(LayoutParams.FILL_PARENT); mWebView.setPreferredHeight(LayoutParams.FILL_PARENT); mWebView.loadUrl("http://www.google.com";); setContentView(mWebView); } Any help would be appreciated. Casey --~--~-~--~~~---~--~~ You received this message bec