User Tag List

Results 1 to 4 of 4

Thread: Full screen on LG BL40 (disabling virtual keypad)

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    Realnoize's Avatar
    Join Date
    Jun 2010
    Posts
    18
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Full screen on LG BL40 (disabling virtual keypad)

    Just wanted to share something that I found a solution to but was bugging me since I began playing with the Java export functionalities of MMF2dev...

    I have a new LG BL40 (awesome touch screen phone with big screen (345x800) and a lot of great features).



    But since LG has a legendary bad service and support, even on their own forums, I thought I'd share this for those that, like me, might want to create fullscreen, touch-enabled JAVA apps (By default, the phone put a virtual keypad on the lower portion of the screen, preventing using the full screen for your apps).

    You should add to the Manifest file (and the .JAD file) those lines :

    LGE-MIDlet-Height: 736
    LGE-MIDlet-Width: 345
    LGE-MIDlet-Indicator: HIDE
    LGE-MIDlet-TargetLCD-Height: 736
    LGE-MIDlet-TargetLCD-Width: 345
    LGE-MIDlet-Allowed-background: YES
    LGE-MIDlet-App-Orientation: portrait
    LGE-MIDlet-On-Screen-Keypad: NO
    MIDlet-Touch-Support: True

    Don't forget to enter the modified .JAR file size in the .JAD.

    This works for me now, and I can create all those beautiful, high-res, apps I wanted to create for my phone.

    This might work also for other phones (LG ones, more than anything), but screen size should probably be modified accordingly.

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    MJK's Avatar
    Join Date
    Jun 2006
    Location
    Espoo, Finland
    Posts
    1,162
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Full screen on LG BL40 (disabling virtual keypad)

    Thanks for posting.

    Nokia phones (Symbian S60 5th edition) have similar kind of settings that can be used, in a little bit different format (can be found on Forum Nokia).

  3. #3
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    UrbanMonk's Avatar
    Join Date
    May 2008
    Location
    Southern U.S.A.
    Posts
    847
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Full screen on LG BL40 (disabling virtual keypad)

    Hmm, good info!

    Thanks!

  4. #4
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Sep 2010
    Location
    Poland
    Posts
    18
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Full screen on LG BL40 (disabling virtual keypad)

    Same solution works for just about any phone :-)

Similar Threads

  1. virtual keyboard for touch screen
    By daniele in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 8th September 2011, 12:00 AM
  2. Full Screen en swf
    By volgot in forum SWF/Flash Export Module Version 2.0
    Replies: 4
    Last Post: 13th June 2011, 03:38 AM
  3. virtual screen size
    By willow in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 28th November 2009, 04:59 PM
  4. Game does not fit into the screen in full screen
    By Pegasus_Seiya in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 8th August 2009, 02:42 AM
  5. Full Screen
    By RickyRombo in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 11th July 2009, 02:30 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •