View Single Post
  #1 (permalink)  
Old 05-03-2010, 11:15 AM
orangekid's Avatar
orangekid
Awesomenss :)
Offline
 
Join Date: Apr 2009
Posts: 6,973
Reputation: 7530
orangekid is a trusted member of the communityorangekid is a trusted member of the communityorangekid is a trusted member of the communityorangekid is a trusted member of the communityorangekid is a trusted member of the communityorangekid is a trusted member of the communityorangekid is a trusted member of the communityorangekid is a trusted member of the communityorangekid is a trusted member of the communityorangekid is a trusted member of the communityorangekid is a trusted member of the community
Mentioned: 34 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to orangekid Send a message via MSN to orangekid Send a message via Yahoo to orangekid
[How-To] Run iPhone apps in iPad resolution!

This will work with any app (some better than others, please report which apps worked/didn't work best for you). Will get apps you are downloading which were made for iPhone run in the iPad resolution so it's not all pixelated and such.

You will need to be jailbroken:

http://forum.ppcgeeks.com/showthread.php?t=119945

and have SSH access:

http://forum.ppcgeeks.com/showthread.php?t=119990


1) SSH into your iPad to/var/mobile/Applications/. Choose the application of your choice (let's do facebook)

2) Download plist editor from Here

3) Find the info.plist file and add these lines using plist editor (see my screenshot below)
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>




note: Make sure to back-up this file before you make changes to it (just in case...)
4) Save the file, disconnect the iPad, and restart.

5) Check our your new resolution!

Last edited by orangekid; 05-04-2010 at 07:05 PM.