Re: [android-developers] Honeycomb Emulator Landscape issue on Ubuntu 10.04

2011-01-28 Thread Steve Gores-Todd
The solution can be found on the SKD preview page near the bottom. http://developer.android.com/sdk/preview/index.html Known issues The following known issues occur for Android 3.0 AVDs that are loaded in the emulator: - The emulator displays a rotated portrait screen while in landscape

Re: [android-developers] Re: how to get the screen size in inches...

2010-08-05 Thread Steve Gores-Todd
Hi Phil, I tested the same code on the HTC Incredible running Android 2.1. The following is my logcat output. V/Debug ( 3469): xdpi: 254.0 ydpi: 254.0 This is accurate to my knowledge. It is not entirely unsurprising that the Droid would be misreporting those values. I have seen many phones

Re: [android-developers] Re: Petitions to Google

2010-06-05 Thread Steve Gores-Todd
Hello Again! I realized much to late after posting, I neglected to mention I have no problems with the current build process and can insert the execution of the CPP on my own. I only wanted to add to the discussion legitimate reasons for its use. Steven Gores-Todd On Sat, Jun 5, 2010 at 4:14

Re: [android-developers] Suggestions for how to deal with IMEs ignoring flags?

2010-05-15 Thread Steve Gores-Todd
): java.vendor=The Android Project I/System.out( 6438): java.vm.specification.name=Dalvik Virtual Machine Specification I/System.out( 6438): java.specification.version=0.9 Steven Gores-Todd On Mon, May 10, 2010 at 11:07 PM, Steve Gores-Todd sgorest...@gmail.comwrote: Hello James, I use the method

Re: [android-developers] Suggestions for how to deal with IMEs ignoring flags?

2010-05-12 Thread Steve Gores-Todd
Hello James, I use the method System.getProperty in my J2ME apps to switch code blocks at run-time based on the platform. I see it exists in the Android API although I haven't tested what Strings are available and if they'll provide exactly the info you need. Hope this helps.