Auto-rotate applications in Samsung Corby PRO(GT-B5310)

May 25th, 2010 by Naman Bagga | Filed under MobiWorld.

Not very recently, in January, I bought a new phone- the Samsung Corby PRO aka GT-B5310, known as the Genio PRO in the UK. The Corby series is great value for money and I'll be posting a review of the phone and reasons for buying it soon.

The phone has a sliding QWERTY keypad and so most of the inbuilt apps and stuff rotates automatically when you slide-out the keypad. If you've been using the Corby PRO for a while, you would've noticed that the additional Java applications you've installed don't have auto-rotate support and its quite a PITA to type with the QWERTY keypad while the display is in portrait mode. Thankfully, there is a solution to this problem. All you need is an archive manager and a text editor. Here's what you need to do-

1. Download the jar file on your computer.
2. Use an archive manager to open it and edit the MANIFEST.MF file found in the META-INF folder.
3. Add these lines at the bottom of MANIFEST.MF to enable support for auto-rotate-

X-Pax-Keyboard: Qwerty
X-Pax-TextInput-Hidden: true
MIDlet-Touch-Support: TRUE
MIDlet-ScreenMode: ROTATE

4. Save the jar archive after making the above changes.

Now transfer the jar file to your phone. But there's a catch here too. The Corby PRO's OS doesn't allow you to install Java applications by just opening jar files from the file manager. The only way to install applications is by downloading them from your phone. But thinking about it carefully, you don't really need to upload the jar file anywhere. All you need to do is create a HTML page and transfer it along with the jar file to your phone. Opening the HTML page from your phone will open it using the phone's web browser and you won't need GPRS to install the application. Here's what you need to do to create the html file-

1. Open a text editor like notepad.
2. Write this in the file-

<html>
<body>
<a href="<insert filename here>">Install Application</a><br>
</body>
</html>

Replace with the name of the jar file; for example, if you are installing the IM client Palringo and the file name is Palringo.jar, the code would be-

<html>
<body>
<a href="Palringo.jar">Install Application</a><br>
</body>
</html>

3. Save the file with a .html extension and give it any name like installer.html

Now when you open the HTML file from your phone, you'll see a Install Application link. Clicking on it will install the Jar file you just edited. I managed to get all the applications I use to auto-rotate like this apart from those ones which don't let you download the jar file from your computer. This should work for all applications. If you face any problems, feel free to leave a comment.

Tags: , , , , , , ,

115 Responses to “Auto-rotate applications in Samsung Corby PRO(GT-B5310)”

  1. jugaadu says:

    thanks naman that was really easy and useful...It made my corby pro look more professional.
    http://jugaadworld.info

      • sonal says:

        hey i did as told, but the application is not installed on my phone.... can you help me???? i mean when i click on the link, it says an error occured...what does it mean?? and does it need and internet connection on my phone??

        • JAI says:

          it totally depend on software u r using for ur phone
          if its just a game then it dosent need internet connection if its a software then definitely it will need a internet connection
          when ever ur downloading any software form the net plz see that its a complete file normally a mobile file is not more than 200 to 300 kb

          if the software is less than 90 kb then it will definitely charge you when you will install it on ur phone

  2. Dananjay says:

    i tried exactly as u said...bt weni install it..it is not getting installed.
    what shud i do..??

  3. premanand says:

    I tried has you say, but its failed,

    If you provide the video tutorial it will be more useful

    • Naman Bagga says:

      Could you specify the exact part in which you faced a problem?

      • premanand says:

        yup sure,

        1)I have download the game with .jar format
        2)Unzip that .jar file
        3)And edited the MANIFEST.MF to enable support for auto-rotate
        4)Then I used the jar maker to make the .jar file. It is created like application.jar
        5)And then I installed it in my phone.
        6)It show application failed.

        • Naman Bagga says:

          You don't really need to use a special jar maker, use any archiver and make a zip file and rename it to jar. It should work.

          Another thing that might have gone wrong can be the html file. Make sure that the html file and jar are in the same folder and you've created the html file according to the instructions provided.

  4. ajay says:

    Naman..

    Seriously ur the man...

    It works totally fine...

    thnx a zillion for the solution... :) :)

    U rock !!!

  5. Abdel-ilah says:

    Hello,
    I have a Corby Pro too... But, i'm encontering some problems with Java apps.

    1)For exampler, i have installed the Google Maps App. It's OK. I have evend used it to locate mySelf. But, after closing it, i cannot retrieve it again on my phone. When i try to installed again, the popup tell me the app. exists on my Corby Pro.

    The problem is that i cannot find Java apps afetr installing them. I mean i need kind of a shortcut or icon to launch them when ever i want to.

    Please help.

    2)Also, Video Youtube dont play. It stacks on the buffering (Buffering 0%).

    3) The Desktop App for Sumsung "Kies", close by itself when i launch the "Samsung App Store" icon. It tells me "The choosen Application Are not supported by your phone", knowing i haven't choosen any application yet to install.
    I click Just on the "OK" button on the popup telling "You have to update your Kies Application at first"

    PS:
    - The kies Application is up to date ( the latest version)
    - my phone lnked to the Maroc Telecom mobile operator (Morocco)

    Best Regards,
    Abdel-ilah

    • ajay betigeri says:

      Hey naman,

      Well after ur solution to the rotate problem u gave.. ma cell phone seriously feels good.. and hey i had one more query..
      well can u suggest me a few good java games that r really enjoyed on Samsung B5310??... i did serach but most of em r not compatable...
      So please put up a few links or a few names of games that would really work.. and B5310 user would really enjoy

      Thanks & Regards
      Ajay

  6. Arun Kumar says:

    hey buddy ,

    can any one help me , i have problem in installing
    Applications ex- jar files in my new corby pro and
    tell me what type of vedio formats does this mobile
    supports.

    please tell me how to do it.

    • Prashanth says:

      mp4 3gp etc .... best software is magic video converter u can mail me (gsprash(@)gmail(.)com) or search online .

      hope it helps...

    • Bhavesh says:

      hey it supports mp4 but dude b careful....their is one simple mp4 in converters and their is one mobile mp4 or blackberry mp4...(i tried in xilisoft video converter)
      i downloaded video from yoputube and it was approx...96mb...of mp4 format...and then i convert it into best of video and audio qualities...and its size was 29mb......and it works perfectly........any problem u can mail me at bhavesh.bansal@gmail.com

  7. Saurabh says:

    hey, what code needs to be added for auto rotate in games, same?
    i do not want any qwert keyboard on screen.

  8. Jay says:

    naman...nice information...but still i cant rotate the screen...i unzipped the jar file...then i changed inserted wat u said in manifest and..then i selected all files of that jar file right clicked and selected add to archive..changed the name to 123.jar..and then created the html file (exactly as u said) but getting error in mobile...

    if i dont do d first step and directly do 2nd step it works fine but no screen rotation...HELP

    • prashanth says:

      1.open the jar file using winrar or winzip ....
      2.extract once the MANIFEST.MF on your desktop ....
      3.right click properties and change open with to NOTEPAD . from nxt time u can edit directly in winrar .

      the content in the html file here

      1.()()(install grmn dict.jar)()

      plz remove the brackets and also replace your file name.

  9. headboy says:

    DUDE YOU ROCK! GO YOU!!!! WOOHOOOOO!!!!! SUPER EXCITED NOW THAT ALL THE APPS WORK! CORBYPRO ROCKS!

  10. jeeva says:

    1) Which type of mobile application support in samsung corby B5310 mobile?

    2) i try many time java format but not suppotded

    3) How to record during voice call?

    • Prashanth says:

      Try installing using the above mentioned procedure , if still problem persists reset your mob by *2767*3855# ( remember to backup all your contacts ,pics etc EVERYTHING in phone memory ) .
      then try again it should work.
      best of luck

  11. milind says:

    Thanks for such a wonderful info.
    my question is
    some games need the left an right key
    for example in the starting for sound
    yes is the left and no is right
    as all of it dissappear how do i go ahead

    • Prashanth says:

      many games do not support the touch facility. so u have to install games and check if they work no other go .

  12. rajiv says:

    super solution!! i was struggling to install .jar files on my new corby phone..thanks for the help...yet to try the auto rotater though....

  13. nihar says:

    hi man i read ur post of auto rotate but i m not abke to understand the process of it really can u xplain in deatil or fully step by step plspls
    pls
    pls
    psl

  14. Nick says:

    Hi dude,
    Thanks a lot for the info. I tried the same with Asphalt 4 Elite Racing Game (asphalt4el_b7irwxpy.jar).
    It installed correctly, also the keypad disappeared and auto-rotate is working. But, the touch-screen is not working for the app. Can you identify what the prob could be?
    Would appreciate if you could include the code to use motion sensor instead of the keypad. To navigate left-right (I have the same game on Nokia 5800 XM, which works on the motions sensor)

  15. Karan says:

    Hi Naman

    I need help.First what is an archive manager.How and where to download it?.Next how to disable the touch and enable the qwerty while playing games.

    Thanks a ton in advance

  16. Yaser says:

    Naman:-

    Use an archive manager to open it and edit the MANIFEST.MF file found in the META-INF folder.

    i didnt understand this....wat exactly is archive manager.....and wat is MANIFEST.MF file found in the META-INF folder.

  17. hellokeetie says:

    help. i can't click on my dolfin browser. if i click the hyperlink of the jar file to be installed nothing happens. what to do? huhuhu

  18. Sundeep says:

    Hii... i have been sesrching for a text editor for corby pro.. can you point me to such application...thanlks for the help

  19. EpicSquare says:

    Hi,

    I've got a small problem...I did exactly as you said all the steps everything but when I try to install it the corby opens the java file then sais Failed to install. I click the little exclamation and it sais "invalid content" I'm trying to install Opera Mini 5

    Thanks in advance

  20. Anoop says:

    Hey Naman,
    You rock dude. Thanks for the details.

    Anoop

  21. arun says:

    hey....u told dat to save de file but when i rename it is still in zip format..it is not showing in jar format..i used jar maker.it produced a file with 32 mb..pls reply me

    • Prashanth says:

      Open the Jar file with WINRAR or WINZIP ....
      double click the file u want to modify ( manifest.mf) ..
      it will ask open with , open it with notepad add the additional content.. enjoy
      Best of luck

  22. mohit says:

    hi naman

    u have really given a good content.it worked for me for small jar files up to 1 mb but when i install 8mb dictionary it downloads fine but when it plays .........says "invalid java format" i have tried with two different dictionary with all possible ways

    please help and reply

    • mohit says:

      i got something of my problem

      matter isn't of size but of the format the jar files contains as error says 'java error :invalid format';

      bigger size file containing .bin and .pdb file which was invalid format for my corby pro

      but can anybody help me in converting these file to desired format ?

  23. rahul says:

    hey everyone.
    when i try to install jar files above 1MB, it doesn't allow me. has anyone got a remedy to this yet ?

  24. nitin says:

    hello ..
    i jst bought the corby pro ..
    hw do i configure the exchange activsync ? nd hw cn i chat using palringo ?? ( i have gmail account )
    also i need some widget nd software for daily news updates ?
    i am nt abl to install the applications listed in samsung mobile website .. wt to do ??
    ny games for this fne ??
    p.s
    i lv the fne bt searchin fr apps fr dis fne is impossible ..
    plz hlp me out ..
    thnx ..

  25. sumeet zankar says:

    thanks a lot!!!! it really works!!!!

  26. Nikhil says:

    man............
    thanks a lot..........
    i would be really great full to u if you could specify some good game links ...............

  27. rishabh singh says:

    dude ...some apps and game when installed of 240x320 size...then when i slide the qwerty board then it doesn't properly fits in the screen.....so tell me some cool games like racing n all that can be played both by sliding the qwerty and not sliding the qwerty and also the method to correct the above told problem of mine,.......thanxx in advance.....plz tell me dude....waiting for some good replies....

  28. JATA says:

    WORKS FINE.. AWESOME JOB

  29. ashley says:

    i have installed softwares in my corby pro but i dont know how to access them.Isnt there a icon or a shortcut in corby pro? i know that the software is installed properly because when i try to reinstall,it says software already installed.plz help me find a solution to this so that i can use the softwares

  30. ashley says:

    i have installed softwares in my corby pro but i dont know how to access them.Isnt there a icon or a shortcut in corby pro?

  31. Malinda Perera says:

    WOW. that was so amazing!!!. But i noticed no need to create html and all the stuf... Just edit jar , copy and paste into phone memory card and double click and installed fine....

  32. H....H says:

    can anyone tell me the code of making motion sensor support for racing games for samsung gt-b5310

  33. ajay sharma says:

    i want a dictionary on my corby b5310 i dont have internet connection on my phone. plz help me...how to save it plz tell me entire process...

  34. abhi says:

    Thnks lot... it works

    Help us for installation of few motion games in same phone.

  35. Moin sayyad says:

    Thanks naman ,,,
    i tried so hard to install jar file by making html file
    and also make rotate but failed

    when i click on html file it opens d link but
    when i click on d link it says invalid url

    im trying to install jar file from last month but still not succeeded

  36. Twakkie says:

    Hi Naman.

    MAN U ROCK!!!!

  37. vaibhav says:

    it shows the message no url

  38. Hi, just doing some browsing for my Samsung site. Can't believe the amount of information out there. Not quite what I was looking for, but good site. Take care.

  39. Navin says:

    Will these codes work for a cookie pep..??

  40. sunil says:

    Hi naman, iam using samsung corby s3653 model. In that palringo s/w is not working. It is always showing server is not connected. can u plz help me by providing any solution. Iam waiting for ur reply. Iam facing this problem from the first day of purchase onwards.

  41. Huzefa says:

    You, my friend, are THE man!
    Thanks a kazillion! :D

  42. Gaurav Bose says:

    Hey guys. I tried downloading apps and games through Samsung Kies, but I dont think Corby Pro is supported on that. I thought Id be happy with the phone, but no matter how much i try I can never install any good game or apps on this phone.
    I need urgent help. Am in half a mood to throw away this phone. :(
    Thanx.

    • Satya says:

      Hi Gaurav, I am using Samsung Corby Pro too and all the java applications and games work on my phone, the method suggested by Naman at the top works perfectly, just do the steps right and you should be able to install all the apps and games, just for your clarity I am pasting them again.
      1. Open a text editor like notepad.
      2. Write this in the file-

      <a href="">Install Application

      Replace with the name of the jar file; for example, if you are installing the IM client Palringo and the file name is Palringo.jar, the code would be-

      Palringo.jar

      3. Save the file with a .html extension and give it any name like Palringo.html

      *Some errors usually made
      1.) Make sure the Jar, Jad and HTML files are of the same name.
      2.) Do not type the name in the notepad while creating the html file, copy it exactly as in the Jar file(copy the application name exactly in this line Palringo.jar instead of Palringo use the name of the application or the game that shows on the Jar file and it should work 100%).
      Corby Rocks!!!

  43. Satya says:

    Hi Naman, if you are aware could you tell me how to use my samsung corby pro as a webcam like with nokia phones? is there any software available to do that?

  44. suman says:

    i cannot download any themes for my corby pro

    • Satya says:

      Hi Suman, currently there are no themes or theme files available for the Samsung Corby Pro on the Internet , so there is no way yet to download and install any themes on the Corby mobiles, it is sad but unfortunately there is nothing we could do as of now..

  45. shael says:

    guys i`m using corby pro gt b5310r for about 3 months.n eversince i`ve bought it , i`m not being able to use mobile youtube facility!
    its seems to me that every user is having this problem.
    even 1 of my frn havin samsung wave is havin same problem.
    please sumbudy help me out.
    is it the problem of low network connectivity or some problem with the inbuit faclity!

  46. akshay says:

    anyone......
    plssssssss plssssss reply me d website frm where i cn download high resolution games nd interesting softwares for my samsung corby pro 5310
    PLS guys its a request b4 i sell it.. im really fed up

  47. Moin says:

    Hi Guys

    go to http://www.umnet.com
    and
    also to http://www.getjar.com
    for interesting games with having landscape games

    and also motion sensor games

    corby pro supports motion sensing gaming

    enjoy guys

  48. Karthik says:

    Hi,

    I am trying to install nimbuzz with the auto rotate option.. but its giving error.. I flashed my mobile with the firmware of B5310XXJF1. So that i don't require a html file to install the Jar. Below is the code i used in jar.. but not working.. giving "Invalid file" error message..
    Manifest-Version: 1.0
    MIDlet-Name: Nimbuzz
    MIDlet-Version: 1.7.2
    MIDlet-Vendor: Nimbuzz
    MIDlet-Icon: /nimbuzz.png
    MIDlet-Data-Size: 50000
    MIDlet-1: Nimbuzz,/nimbuzz.png,com.nimbuzz.Nimbuzz
    Copyright: (c) Nimbuzz 2006-2010
    MicroEdition-Configuration: CLDC-1.1
    MicroEdition-Profile: MIDP-2.0
    Nimbuzz-Lang-URL: http://get.nimbuzz.com/languagefiles/midp/
    Polish-Version: 2.0.7 (2008-11-24)
    X-Pax-Keyboard: Qwerty
    X-Pax-TextInput-Hidden: true
    MIDlet-Touch-Support: TRUE
    MIDlet-ScreenMode: ROTATE

    Please help... Please...

  49. paarth says:

    it works.............. lemme paste this dat ppl can blv me
    it workes...............it workes...............it workes...............it workes...............it workes...............it workes...............it workes...............it workes...............it workes...............it workes...............it workes...............it workes...............it workes...............it workes...............it workes...............it workes...............it workes...............it workes...............it workes...............it workes...............

  50. Sayyad moin says:

    Hi guys
    u can make HTML file using MOBIEXPLORER
    right on ur mobile

    no need to go for pc
    download it from mobile9.com

    hi shaley
    correct ur VOD SETTING from appln sett. in settings
    to enjoy YOUTUBE VIDEOS
    Select alternate profiles to play streaming videos

Search for Related Posts

Custom Search

Leave a Reply

Subscribe without commenting

Subscribe RSS

Canonical URL by SEO No Duplicate WordPress Plugin