7 pagesV  < 1 2 3 4 5 6 > »  
 
REPLY
> Applications for ios 6xx - requiring ios 7 | put what becomes ...
master7902
Message#1
06.01.14, 22:33
iPhone 6s; iPad mini 4
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 2440
Check in: 15.01.12
Apple iPhone 6s Plus

Reputation:-  92  +

In this topic, I post two methods on how to install an application on ios 6, even though they require ios 7 and supplement the list of applications that can be installed !!!!!

can be installed by two methods

1st is the editing of "SystemVersion.plist" in the file system on the way - system / libery / core servis

2nd is the editing of "Info.plist" in the application itself (much easier, safer and more effective in that aytyuns does not ask for authorization of the computer) first download the program -plistset.exe
download the application, rename it - "name.ipa.zip", go through the path payload / name.app / and edit Info.plist
examples of how it looks below !!!!

list of applications-
(the list will be supplemented with your help while I post the ones I encountered)

Dead trigger 2
Taxi Ukraine electronic catalog
Laminar
APB Retribution
Violett
Final fantasy IV
Ridge Racer v1.0.6applications for ios 6xx - requiring ios 7 (Post # 30297456)
Office Mobile 1.1.0

example info.plist
<? xml version = "1.0" encoding = "UTF-8"?>
<! DOCTYPE plist PUBLIC "- // Apple // DTD PLIST 1.0 // EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version = "1.0">
<dict>
<key>BuildMachineOSBuild</ key>
<string>12F37</ string>
<key>CFBundleDevelopmentRegion</ key>
<string>en</ string>
<key>CFBundleDisplayName</ key>
<string>Dead trigger 2</ string>
<key>CFBundleExecutable</ key>
<string>deadtrigger2</ string>
<key>CFBundleIconFile</ key>
<string>Icon.png</ string>
<key>CFBundleIconFiles</ key>
<array>
<string>ICO_120</ string>
<string>Icon.png</ string>
<string>[email protected]</ string>
<string>Icon-72.png</ string>
<string>Icon-144.png</ string>
</ array>
<key>CFBundleIconFiles ~ ipad</ key>
<array>
<string>ICO_152</ string>
<string>ICO_76</ string>
<string>ICO_120</ string>
<string>Icon.png</ string>
<string>[email protected]</ string>
<string>Icon-72.png</ string>
<string>Icon-144.png</ string>
</ array>
<key>CFBundleIdentifier</ key>
<string>com.madfingergames.deadtrigger2</ string>
<key>CFBundleInfoDictionaryVersion</ key>
<string>6.0</ string>
<key>CFBundleName</ key>
<string>deadtrigger2</ string>
<key>CFBundlePackageType</ key>
<string>APPL</ string>
<key>CFBundleResourceSpecification</ key>
<string>ResourceRules.plist</ string>
<key>CFBundleShortVersionString</ key>
<string>0.3.0</ string>
<key>CFBundleSupportedPlatforms</ key>
<array>
<string>iPhoneOS</ string>
</ array>
<key>CFBundleURLTypes</ key>
<array>
<dict>
<key>CFBundleURLSchemes</ key>
<array>
<string>fb463319163784205</ string>
</ array>
</ dict>
</ array>
<key>CFBundleVersion</ key>
<string>0.3.0</ string>
<key>DTCompiler</ key>
<string>com.apple.compilers.llvm.clang.1_0</ string>
<key>DTPlatformBuild</ key>
<string>10B144</ string>
<key>DTPlatformName</ key>
<string>iphoneos</ string>
<key>DTPlatformVersion</ key>
<string>6.1</ string>
<key>DTSDKBuild</ key>
<string>10B144</ string>
<key>DTSDKName</ key>
<string>iphoneos7.0</ string>
<key>DTXcode</ key>
<string>0502</ string>
<key>DTXcodeBuild</ key>
<string>5A3005</ string>
<key>Facebookappid</ key>
<string>463319163784205</ string>
<key>FacebookDisplayName</ key>
<string>Dead trigger 2</ string>
<key>LSRequiresIPhoneOS</ key>
<true />
<key>MinimumOSVersion</ key>
<string>6.1</ string>
<key>Pushwoosh_APPID</ key>
<string>922D9-766BA</ string>
<key>UIApplicationExitsOnSuspend</ key>
<false />
<key>UIDeviceFamily</ key>
<array>
<integer>1</ integer>
<integer>2</ integer>
</ array>
<key>UIFileSharingEnabled</ key>
<false />
<key>UIInterfaceOrientation</ key>
<string>UIInterfaceOrientationLandscapeRight</ string>
<key>UILaunchImages ~ ipad</ key>
<array>
<dict>
<key>UILaunchImageMinimumOSVersion</ key>
<string>6.1</ string>
<key>UILaunchImageName</ key>
<string>Default-Landscape</ string>
<key>UILaunchImageOrientation</ key>
<string>Landscape</ string>
<key>UILaunchImageSize</ key>
<string>{768, 1024}</ string>
</ dict>
<dict>
<key>UILaunchImageMinimumOSVersion</ key>
<string>6.1</ string>
<key>UILaunchImageName</ key>
<string>Default-Portrait</ string>
<key>UILaunchImageOrientation</ key>
<string>Portrait</ string>
<key>UILaunchImageSize</ key>
<string>{768, 1024}</ string>
</ dict>
</ array>
<key>UIPrerenderedIcon</ key>
<true />
<key>UIRequiredDeviceCapabilities</ key>
<array>
<string>armv7</ string>
<string>gamekit</ string>
</ array>
<key>UIRequiresPersistentWiFi</ key>
<false />
<key>UIStatusBarHidden</ key>
<true />
<key>UIStatusBarStyle</ key>
<string>UIStatusBarStyleDefault</ string>
<key>UISupportedInterfaceOrientations</ key>
<array>
<string>UIInterfaceOrientationLandscapeRight</ string>
</ array>
<key>UIViewControllerBasedStatusBarAppearance</ key>
<false />
<key>Unity_LoadingActivityIndicatorStyle</ key>
<integer>1</ integer>
</ dict>
</ plist>



example SystemVersion.plist
<? xml version = "1.0" encoding = "UTF-8"?>
<! DOCTYPE plist PUBLIC "- // Apple // DTD PLIST 1.0 // EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version = "1.0">
<dict>
<key>ProductBuildVersion</ key>
<string>11B511</ string>
<key>ProductCopyright</ key>
<string>1983-2013 Apple Inc.</ string>
<key>ProductName</ key>
<string>iPhone OS</ string>
<key>ProductVersion</ key>
<string>7.0.3</ string>
</ dict>
</ plist>


In general, if we edit in the file system, then we overestimate, if in the application itself, then we underestimate !!!

Attached files

Attached fileplistset.exe(6.02 MB)


Post has been editedmaster7902 - 11.04.14, 05:40
master7902
Message#22
11.04.14, 05:40
iPhone 6s; iPad mini 4
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 2440
Check in: 15.01.12
Apple iPhone 6s Plus

Reputation:-  92  +

Roman H.,
"SystemVersion.plist" in the file system on the path - system / libery / core servis

everything is written there


--------------------
I love apple!
Iphone 6s plus (ios 12.0.1 / jeilbreak) ipad mini 2 (ios 10.3.3 / jeilbreak), ipad mini-4, ipod touch 5 (ios 8.4.1 / jeilbreak), nexus 7 (2013), Apple Wacht S2 ( sport -black), apple tv-4

ScorpioN4ick
Message#23
11.04.14, 12:22
User
****
[offline]

Group: Friendssavagemessiahzine.com
Messages 99
Check in: 16.10.12
Lenovo S8

Reputation:-  10  +

master7902, created a good topic))
I have long wanted to torment my old 3G apple (iOS 4.2.1)

Now here in SystemVersion.plist rewrote 4.2.1 to 4.3.1. Now both Tuna and iTools are writing firmware version 4.3.1 - this is the order, but not all games / programs that have minimum requirement 4.3 are installed .. tried, for example, Plague Inc. so "hack", in Info.plist lowered the minimum requirements to 4.2, but during installation it gave an error IncorrectArchitecture. But with iSudoku, this focus works on URA) and lowered, and raised the minimum requirements in Info.plist - everything works fine.
Roman H.
Message#24
11.04.14, 14:12
Novice
***
[offline]

Group: Active users
Messages 44
Check in: 05.04.12
Apple iPad 4

Reputation:-  0  +

master7902
You tell me about the changes on the device itself, but I need the 2nd method, so that the application pokes around


--------------------
s
master7902
Message#25
16.04.14, 22:00
iPhone 6s; iPad mini 4
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 2440
Check in: 15.01.12
Apple iPhone 6s Plus

Reputation:-  92  +

Roman H. @ 11.4.2014, 13:12*
master7902
You tell me about the changes on the device itself, but I need the 2nd method, so that the application pokes around

download the application, rename it - "name.ipa.zip", go through the path payload / name.app / and edit Info.plist

Posted on 04/16/2014 10:00 PM:

All there is not drive


--------------------
I love apple!
Iphone 6s plus (ios 12.0.1 / jeilbreak) ipad mini 2 (ios 10.3.3 / jeilbreak), ipad mini-4, ipod touch 5 (ios 8.4.1 / jeilbreak), nexus 7 (2013), Apple Wacht S2 ( sport -black), apple tv-4

sega693
Message#26
25.04.14, 17:58
Visitor
**
[offline]

Group: Users
Messages 12
Check in: 28.09.13
Apple iPhone 4S

Reputation:-  3  +

If the second method did not work (it was installed, but immediately crashes on startup), then the first one will not help either?
Jimmm2000
Message#27
28.04.14, 23:45
Experienced
******
[offline]

Group: Friendssavagemessiahzine.com
Messages 433
Check in: 13.12.09
Google Nexus 7 (2013)

Reputation:-  25  +

sega693,
in theory, no. New iOS have features that are not in the old and will not be. Therefore, take off. For me, the first, that second item is the same.
master7902
Message#28
05.05.14, 22:14
iPhone 6s; iPad mini 4
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 2440
Check in: 15.01.12
Apple iPhone 6s Plus

Reputation:-  92  +

sega693,Of course not!


--------------------
I love apple!
Iphone 6s plus (ios 12.0.1 / jeilbreak) ipad mini 2 (ios 10.3.3 / jeilbreak), ipad mini-4, ipod touch 5 (ios 8.4.1 / jeilbreak), nexus 7 (2013), Apple Wacht S2 ( sport -black), apple tv-4

Fearcatcher
Message#29
05.05.14, 22:24
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 278
Check in: 03.09.12
Apple iPhone 7

Reputation:-  13  +

master7902The Amazing Spider-Man 2 is not in any place. Althoughsome personalitiesThey say that they started the game using the described manipulations. Sorry. I'll try another Republique, how to download. I will unsubscribe later.

UPDATE: Republique does not work either. I'm in sorrow: C

Post has been editedMekishi - 05.05.14, 22:53


--------------------
Evolution:Nokia 2110 (the old Bondura from the 90s) =>Nokia 6020 =>Nokia 6230i =>Nokia N70 =>Nokia N73 =>Nokia N85 =>Nokia C6-00 =>Sony Xperia S =>Apple iPhone 5 =>Apple iPhone 7 iOS 11.3.1 JB & Apple iPad Pro 10.5 iOS 11.3.1 JB & Apple iPad 4 iOS 10.3.3 JB
master7902
Message#30
08.05.14, 09:39
iPhone 6s; iPad mini 4
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 2440
Check in: 15.01.12
Apple iPhone 6s Plus

Reputation:-  92  +

I went to 7.1.1;) with a jail
I chose 7.1.1 to match from 6xx and 7..0.x with non-bound ones.
I jump on all the firmwares, but this one is most liked now, although with underdog

Post has been editedmaster7902 - 08.05.14, 09:40


--------------------
I love apple!
Iphone 6s plus (ios 12.0.1 / jeilbreak) ipad mini 2 (ios 10.3.3 / jeilbreak), ipad mini-4, ipod touch 5 (ios 8.4.1 / jeilbreak), nexus 7 (2013), Apple Wacht S2 ( sport -black), apple tv-4

master7902
Message#31
09.05.14, 20:46
iPhone 6s; iPad mini 4
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 2440
Check in: 15.01.12
Apple iPhone 6s Plus

Reputation:-  92  +

And in general, I scored on the braked fourth iPhone! Nexus 7-2 forever!


--------------------
I love apple!
Iphone 6s plus (ios 12.0.1 / jeilbreak) ipad mini 2 (ios 10.3.3 / jeilbreak), ipad mini-4, ipod touch 5 (ios 8.4.1 / jeilbreak), nexus 7 (2013), Apple Wacht S2 ( sport -black), apple tv-4

Nero 777
Message#32
14.05.14, 13:39
Novice
***
[offline]

Group: Active users
Messages 41
Check in: 06.10.13
Apple iPad Air 2 Wi-Fi + Cellular

Reputation:-  0  +

Good people, please tell me if it will work on iOS 7, apps from iOS 6?


--------------------
//CLUBHackers iOS\\
Put + if helped))
ScorpioN4ick
Message#33
14.05.14, 13:57
User
****
[offline]

Group: Friendssavagemessiahzine.com
Messages 99
Check in: 16.10.12
Lenovo S8

Reputation:-  10  +

Nero 777of course they will work! =)
Nero 777
Message#34
14.05.14, 14:17
Novice
***
[offline]

Group: Active users
Messages 41
Check in: 06.10.13
Apple iPad Air 2 Wi-Fi + Cellular

Reputation:-  0  +

ScorpioN4ickthank ! )


--------------------
//CLUBHackers iOS\\
Put + if helped))
master7902
Message#35
16.05.14, 02:06
iPhone 6s; iPad mini 4
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 2440
Check in: 15.01.12
Apple iPhone 6s Plus

Reputation:-  92  +

Mekishi @ 05/05/2014, 21:24*
Republique does not work either.

Do not torture, she does not go.


--------------------
I love apple!
Iphone 6s plus (ios 12.0.1 / jeilbreak) ipad mini 2 (ios 10.3.3 / jeilbreak), ipad mini-4, ipod touch 5 (ios 8.4.1 / jeilbreak), nexus 7 (2013), Apple Wacht S2 ( sport -black), apple tv-4

gladiatorstorm
Message#36
16.05.14, 04:33
Rostovchanin-customizer
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 330
Check in: 22.11.09
Lenovo Vibe Shot

Reputation:-  32  +

bettingexpert Nor unfortunately doesn’t want to run ((((((Theme is a bomb, really the version has changed to 7.0 in the system)))))


--------------------
All good Native Csavagemessiahzine.com !!!!
master7902
Message#37
19.05.14, 12:48
iPhone 6s; iPad mini 4
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 2440
Check in: 15.01.12
Apple iPhone 6s Plus

Reputation:-  92  +

Do not forget to indicate what to put!
I will complement the cap.


--------------------
I love apple!
Iphone 6s plus (ios 12.0.1 / jeilbreak) ipad mini 2 (ios 10.3.3 / jeilbreak), ipad mini-4, ipod touch 5 (ios 8.4.1 / jeilbreak), nexus 7 (2013), Apple Wacht S2 ( sport -black), apple tv-4

daymons2007
Message#38
21.05.14, 10:21
Visitor
**
[offline]

Group: Active users
Messages 24
Check in: 19.03.11

Reputation:-  0  +

dropbox did not go in any way
Hairycube
Message#39
27.05.14, 16:55
Experienced
******
[offline]

Group: Friendssavagemessiahzine.com
Messages 572
Check in: 21.01.08

Reputation:-  112  +

daymons2007what for? Dropbox is for iOS 6, just download the old version.


--------------------
.
master7902
Message#40
31.05.14, 23:28
iPhone 6s; iPad mini 4
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 2440
Check in: 15.01.12
Apple iPhone 6s Plus

Reputation:-  92  +

Design probably like


--------------------
I love apple!
Iphone 6s plus (ios 12.0.1 / jeilbreak) ipad mini 2 (ios 10.3.3 / jeilbreak), ipad mini-4, ipod touch 5 (ios 8.4.1 / jeilbreak), nexus 7 (2013), Apple Wacht S2 ( sport -black), apple tv-4

bagosha
Message#41
04.06.14, 01:17
a guest
*
[offline]

Group: Users
Messages 5
Check in: 04.06.14
Lenovo K910

Reputation:-  0  +

Well, is it really impossible to install this stupid app 'Secret' on iphone 3Gs?

I changed the firmware version in plist, anyway, when I jump, I write that ios7 is needed.
plist in ipa changed - crashes on launch.

This is not a seemingly complicated application, so that it does not go on 3Gs.

7 pagesV  < 1 2 3 4 5 6 > » 


 mobile version    Now: 05/20/19 10:25