[android-developers] emulator problem 1920x1200 resolution

2012-07-10 Thread yamamoto
Hi all,

I'm new here and just starting to program.
My tablet is an Asus Infinity witch has a resolution of 1920x1200, when I 
make an emulator with this reolution it just stays black.
I tryed wit 1280x800 and that works.
Wat im I doing wrong here ?
Thanks for helping me out.

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] emulator problem whit 1920x1200 resolution

2012-07-10 Thread yamamoto
Hi all,

I'm new here and just starting to program.
My tablet is an Asus Infinity witch has a resolution of 1920x1200, when I 
make an emulator with this resolution it just stays black.
I tryed wit 1280x800 and that works.
Wat im I doing wrong here ?
Thanks for helping me out.

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] emulator problem whit 1920x1200 resolution

2012-07-10 Thread Mark Murphy
As of R19, the emulator did not support resolutions higher than
WXGA800. I have not tried it again on R20, but I would not be
surprised if it still does not work.

One workaround, if you have a Linux development machine, is to use the
Google TV emulator, which can run at 1080p.

On Mon, Jul 9, 2012 at 9:06 AM, yamamoto
walfried.van.den.ber...@gmail.com wrote:
 Hi all,

 I'm new here and just starting to program.
 My tablet is an Asus Infinity witch has a resolution of 1920x1200, when I
 make an emulator with this resolution it just stays black.
 I tryed wit 1280x800 and that works.
 Wat im I doing wrong here ?
 Thanks for helping me out.

 --
 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+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in NYC: http://marakana.com/training/android/

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Emulator problem - HELP!

2011-12-29 Thread markmeld
Anybody seen this message?
Emulator] Xlib: sequence lost (0x1  0xfff9) in reply type 0x1!

Next line is Emulator disconnects...

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] emulator problem

2011-07-16 Thread Perry168
Hi all,
Today, I upgraded the emulator. After that, a error show are
following:

invalid command-line parameter: Files\Android\android-sdk-windows
\tools/emulator-arm.exe.
Hint: use '@foo' to launch a virtual device named 'foo'.
please use -help for more information

What can I do?

Thanks a lot!

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Emulator problem

2011-03-24 Thread fala70
Hi guys,
I am going crazy with emulator, after the run it go freeze. I tried
several AVD device but nothing  I tried to run from eclipse and
directly, but I still the problem.

On console is showed : Waiting for home.


I 've alredy tried to remove and install last version sdk and adt
plugin.

Any idea ? What can I do for debug this problem ?

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Emulator problem with GSM network

2010-01-28 Thread Johannes Carlsson
Hi
We have had problem with the emulator not working correctly with the
GSM network. The emulator just says No network. There were also
other thing that didnt work correctly (e.g. screen DPI).

This problem only occured sometimes on some machines (in our case it
seems to be faster ones with quad core CPUs).

After some digging and by turning on some extra logs it seems like the
problem is that the legacy support in the emulator is causing this
problem. The easy fix is simple to turn this off by changing the
#define  SUPPORT_LEGACY_QEMUD  1 in android/hw-qemud.c to 0 and then
recompile the emulator.

I though I share this information if there are anyone else struggling
with this problem.

Regards
/Johannes
---
The postings on this site are my own and don’t necessarily represent
Sony Ericsson’s positions, strategies or opinions

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Emulator problem with GSM network

2010-01-28 Thread David Turner
Thanks for sharing this. SUPPORT_LEGACY_QEMUD is needed to be able to run
1.0 and 1.1 system images
in the emulator correctly, so I would prefer to fix the original problem
itself.

I'm interested in any way to reproduce the problem. If you have a machine
where this happens, can you send
me the output of -debug-qemud dumped during the emulator's boot sequence.

Thanks

On Thu, Jan 28, 2010 at 12:07 AM, Johannes Carlsson 
johannes.carlsso...@sonyericsson.com wrote:

 Hi
 We have had problem with the emulator not working correctly with the
 GSM network. The emulator just says No network. There were also
 other thing that didnt work correctly (e.g. screen DPI).

 This problem only occured sometimes on some machines (in our case it
 seems to be faster ones with quad core CPUs).

 After some digging and by turning on some extra logs it seems like the
 problem is that the legacy support in the emulator is causing this
 problem. The easy fix is simple to turn this off by changing the
 #define  SUPPORT_LEGACY_QEMUD  1 in android/hw-qemud.c to 0 and then
 recompile the emulator.

 I though I share this information if there are anyone else struggling
 with this problem.

 Regards
 /Johannes
 ---
 The postings on this site are my own and don’t necessarily represent
 Sony Ericsson’s positions, strategies or opinions

 --
 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+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Emulator problem

2009-12-07 Thread karthikr
Hi Guys,

I have been creating some custom skins for 2.0 and have been testing
them for quite sometime.

But suddenly there seems to be some issue and all my icons are
arranged wierdly.

When i tried opening the dialer on the emulator(240*320) i see that
even that is all out of sorts.

My laptop display is 13.3 1280*800.

What am I doing wrong?

I have given screen parameters as true for all the values in the
manifest file and these were working sometime back, before I faced
this issue.

Regards,
R.Karthik

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Emulator Problem: No emulated GSM ubuntu 9.04 x64

2009-10-26 Thread Steve

It appears as though the emulated GSM portion of the android emulator
is not working on my system.  After scouring the web I have yet to
find anyone with information about what might be causing the problem.
When I fire up my avd (any avd), it says No Service  If I go to
Settings - Mobile Networks - Network Operators, I get an error
message: Error while searching for networks

I am running Ubuntu 9.04 x64 desktop edition.  I have SDK 1.6r1
downloaded.

I'm hoping this is a simple thing to fix.  Any help is greatly
appreciated

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Emulator Problem

2009-04-30 Thread Mr.No

Hello,
im using SDK version 1.5 and testing my app on a real g1(1.5 version),
its working.
but if im using the emulator the application cause a error.
adding a home screen applikation on the emulator works.

can somebody help?

thx in advance.
--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Emulator problem

2008-06-26 Thread Alfredo Gonzalez

Hi
I have tried to create my first hello world with Android but when it
initiates the emulator comes a text that said Android and then a red
light from one side to another and not run my application  that
may be?

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, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---