I want to run my application in landscape mode on MyPhone TW1 Duo using the LWUIT.
In Nokia devices I add the following attribute in JAD :
Nokia-MIDlet-App-Orientation - Landscape
Samsung devices : MIDlet-ScreenMode :Landscape
But when I add both this attribute on MyPhone TW1 Duo it will not play application on landscape it will play in portrait.
How to restrict LWUIT application on MyPhone TW1 Duo to landscape only?
There is no general code to build app only in landscape mode. Only, the famous mobile providers like Nokia and Samsung gave JAD property to restrict the app in only landscape or portrait mode.
If you used MIDlet-ScreenMode :Landscape in JAD, you can't able to install the app in Nokia C5 because custom jad property can't start with name Midlet-.
How to lock the landscape mode in j2me app?.
If you are using Canvas, try this.
Create Landscape Game Canvas for Asha 303
Related
Is there way to play video in fullscreen mode in Xamarin Forms with library - libvlcsharp ?
I'm connecting to ip camera, the view is fine but not in fullscreen.
I made code for double tap detection and now I'm looking for method to do it in fullscreen by this library
Install LibVLCSharp.Forms 3.1.1-alpha, it contains a media player element with built-in support for multiple aspect ratios.
Will be released in LibVLCSharp.Forms stable soon.
I have a sony xperia E3 (D2203) I can build the demo for google cardboard and load the apk in the phone. When I open it it does starts, I see a menu with [reset] [recenter] [VR mode]
But the movement tracking is not working.
There is also a settings icon, when I click it leads to the cadboard app in google Play store. and In there I find out that my device is not compatible with it.
Can I work with this phone without this configuration app ?
Google Cardboard needs a built-in gyroscope to accurately track movements. Sony D2203 doesn't have this hardware, so it won't be much fun playing with Cardboard.
When I run my web application on the Tizen Web Simulator and the Tizen Emulator using the same resolution (HD 720x1280) and density (DPI), the display does not match. Which one is closer to the display on the actual Tizen device?
Tizen Emulator is closer to the actual device because does an actual emulation so it has an OS image build on it.
Web Simulator is simulating the API, the Web Runtime, and some of the connectivity using Chromium's Webkit engine. It is a simulated environment and there is support only fort the HTML5 applications and not for the native applications.
From my experience with the Tizen Web application API, Tizen Emulator was closer to the actual device compared with the simulator.
There is a scale menu for Tizen Emulator. You can find context menu when you click to right mouse button on the tizen emulator. 4 scales available.
1x
3/4x
1/2x
1/4x
'1x' is closer to actual Tizen device. Tizen simulator display is similar '1/2x' scale of tizen emulator for me.
The Emulator is indeed closer to the device display than the simulator.
However, if you want to see how your app would look on a device, why not flash the Tizen image on a device?
they can be found here, and i'm sure instructions are there also:
http://download.tizen.org/releases/2.1/tizen-2.1/
I developed the game in j2me. I need emulator for screen 240x400 touch and 360x640 touch. Where should i get ?
Download any of the manufacturers custom SDKs (SonyEricsson, Nokia, LG, Motorola )and find a device with your resolution
PS: It may be difficult as many of them moved to Android or other technologies
How can i test my j2me Midlet(jad)for touch screen devices?Is there any tool (like WTK provide devices) to test touch screen command List?My application jad is not displaying commands some for Touch screen devices.
Now lot of touch emulators available for testing like Sprint, LG, Sony Ericssion and etc. Nokia also Provide RDA device for testing purpose.
See this link for testing emulators,
Sprint
LG
Samsung
Sony Ericsion
Motorola
Nokia RDA device
You have to add MIDlet-Touch-Support: true this property on jad file.