• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Menu Button in AVD

 
Ranch Hand
Posts: 145
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When i create AVD through Android plugin with target set to 3.2 , i face two irritating diffculties, please give me hand to come out of this heck

1. AVD fills the whole screen and i want it to simulate phone not Tablet.
2. There are no Keyborad buttons which are availaible in old AVD's , i mean those created with target 2.2 or so.

Regards
 
Ranch Hand
Posts: 252
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well when you launch emulator, it will have a option of scaling of screen size with a check box.Just tick mark it and enable the option set the desirable screen size .

Have FUN
 
Sahil Reddy
Ranch Hand
Posts: 145
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hardik Trivedi wrote:Well when you launch emulator, it will have a option of scaling of screen size with a check box.Just tick mark it and enable the option set the desirable screen size .

Have FUN



Thanks Hardik, but that option did not worked for me , finally with hit and trial , i got the solution and wanted to share for those having the same problem.

I changed option under "Skin"-->"Built-in" to HVGA. Although i dont know what does it mean and y it solved my problem :-)

 
Ranch Hand
Posts: 154
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
as per my understanding, android 3.x is specifically for tablets, that is why it covers the whole screen. But you can still use function keys to move back and forth, plus the desktop keyboard to do the typing.
 
Hardik Trivedi
Ranch Hand
Posts: 252
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Sahil,

Selecting and HVGA is not the solution HVGA,QVGA,WVGA are the different resolution that android devices are having.Tablets are of High Resolution and displaying HD videos too. My option should work in general. I dont know why it is not working in your case
 
Sahil Reddy
Ranch Hand
Posts: 145
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Hardik :-) It worked !!!
 
reply
    Bookmark Topic Watch Topic
  • New Topic