Need help for a GOOD THING!

Discussion in 'Public Game Developers Forum' started by Eliminate-User, May 16, 2010.

  1. Eliminate-User

    Eliminate-User Well-Known Member

    Nov 8, 2009
    173
    0
    0
    ONG Security
    London
    Guys, I have Mirror's Edge on my iPhone 3G. But.. It's an iPad Game... You all know that it's Out just on iPad. So, I've SSH and putted Mirror's Edge on my iPhone:

    -I can see the Icon.
    -I can ear the music.
    -I can see a bit of the Menu...

    But I can't TOUCH Start.... so, Who Knows how to reduce the game screen size like that it can fit on my iPhone and I can play Mirror's edge on my iPhone...:confused:

    Is there any Apps or something to do this? ( reduce screen size, change settings....) Thanks.

    Pictures:
     

    Attached Files:

  2. Eliminate-User

    Eliminate-User Well-Known Member

    Nov 8, 2009
    173
    0
    0
    ONG Security
    London
  3. Eliminate-User

    Eliminate-User Well-Known Member

    Nov 8, 2009
    173
    0
    0
    ONG Security
    London
  4. Mondae

    Mondae Well-Known Member

    Feb 26, 2010
    1,807
    2
    0
    Perv, why do you care?
    Seriously!!!

    TWO THREADS!!!

    You should have just gotten the one moved.
     
  5. mobile1up

    mobile1up Well-Known Member

    Nov 6, 2008
    754
    0
    16
    Technical Director
    Munich, Germany
    ssh into it and edit the Info.plist file

    Code:
    <key>UIDeviceFamily</key>
    <array>
    <integer>1</integer>
    <integer>2</integer>
    </array>
    
    remove the second line within the UIDeviceFamily definition; this will define it as being a low-resolution (iphone/ipod touch) capable application. if the application has been coded right; you may get lucky - but it may also be designed specifically for the ipad - which means hardcoded higher resolution stylus handling.

    good luck :)
     
  6. Eliminate-User

    Eliminate-User Well-Known Member

    Nov 8, 2009
    173
    0
    0
    ONG Security
    London
    Thanks But.. I'm on a MAC OSX TIGER...Can you just tell it with more details ? thanks.... :)
     
  7. mobile1up

    mobile1up Well-Known Member

    Nov 6, 2008
    754
    0
    16
    Technical Director
    Munich, Germany
    well, you said you copied over the file using SSH - why not edit it before copying it, change the Info.plist file and then re-copy it over. all the info you need is here, i can not guarentee that this will make it work however.
     

Share This Page