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
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
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'
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
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
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
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
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
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
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.
--~--~-~--~~~---~--~
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@
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.
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
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
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,
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
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
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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
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:
>
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
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
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
35 matches
Mail list logo