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#2
06.01.14, 22:38
iPhone 6s; iPad mini 4
*********
[offline]

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

Reputation:-  92  +

we have little guys left, but let's help each other and share what is being edited, what is not
we fill up the list together !!!


--------------------
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

le3x
Message#3
06.01.14, 22:50
Old resident
*******
[offline]

Group: Banned
Messages 1268
Check in: 12.02.08
Toshiba Portege G900

Reputation:-  56  +

APB Retribution
Night cat
Message#4
07.01.14, 17:07
Visitor
**
[offline]

Group: Active users
Messages 16
Check in: 07.01.14

Reputation:-  0  +

Thanks for the instruction. Installed quest Violett
** novichok2008 **
Message#5
11.01.14, 11:33
Guru
*********
[offline]

Group: Banned
Messages 6418
Check in: 29.10.06
Apple iPhone 5s

Reputation:-  911  +

Damn, I tried all the ways, but I could not run this game on the iPadBattle supremacy
Can anyone succeed?


--------------------
iPad 4 with Retina 16 GB Wi-Fi, 8.4, jb
gamepad for iOS Mad Catz Micro C.T.R.L.i
IOS Game Talk Discussion
master7902
Message#6
11.01.14, 20:33
iPhone 6s; iPad mini 4
*********
[offline]

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

Reputation:-  92  +

** novichok2008 **,
it means it does not work .. do not bother .. not everything works ..


--------------------
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

le3x
Message#7
12.01.14, 02:09
Old resident
*******
[offline]

Group: Banned
Messages 1268
Check in: 12.02.08
Toshiba Portege G900

Reputation:-  56  +

master7902 @ 01/09/2014, 04:23*
yesterday moved to axis 7

How everything started ... And why is everything so bad all of a sudden?
le3x
Message#8
12.01.14, 16:33
Old resident
*******
[offline]

Group: Banned
Messages 1268
Check in: 12.02.08
Toshiba Portege G900

Reputation:-  56  +

seven flies

This is always the case - a new clean axis seems to be faster than a striker hung with tweaks. I am sure if you compared with a clean 6th, you would feel the difference! No, 7-ka is not for me, and it’s not even a disgraceful coloring: gray letters on a gray background, interface elements merging with the background, which figs you will understand where the button is, and where just the inscription is a bad multipage CO. Weather widget - "multi-volume reading" compared to the same forecast. KC instead of a line of switches in the CU - just a perversion! In short, "let's say together: you need nafig!" Eh, I sit and scratch the turnips, can create a theme, such as how to stay on the 6th axis without glitches and apples? : D
master7902
Message#9
14.01.14, 04:59
iPhone 6s; iPad mini 4
*********
[offline]

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

Reputation:-  92  +

continue together !! I'm with you guys again !! I rolled back .. the player infuriates me .. if they jumped ahead in performance, then they rolled back five times back on the player ... well, how could I stick such a bucket on such an axis .. in short, this player infuriated me and I returned ..


--------------------
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

le3x
Message#10
14.01.14, 11:50
Old resident
*******
[offline]

Group: Banned
Messages 1268
Check in: 12.02.08
Toshiba Portege G900

Reputation:-  56  +

and I'm back ..


Welcome to the club! : D
savagemessiahzine.comartem
Message#11
19.01.14, 20:41
Experienced
******
[offline]

Group: Friendssavagemessiahzine.com
Messages 416
Check in: 22.12.11

Reputation:-  10  +

On iOS 5.1.1, you can create one
master7902
Message#12
19.01.14, 22:12
iPhone 6s; iPad mini 4
*********
[offline]

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

Reputation:-  92  +

savagemessiahzine.comartem,
Yes
just register your firmware .. but not everything will be ... maybe a couple of prog

Post has been editedmaster7902 - 19.01.14, 22:14


--------------------
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

Titusman
Message#13
01.02.14, 22:58
User
****
[offline]

Group: Friendssavagemessiahzine.com
Messages 64
Check in: 17.01.10

Reputation:-  0  +

After upgrading the iPod to system version 6.1, the App Store stopped loading, does anyone know how to fix it. I tried to roll back to the old one, it does not work and now the App Store is there.
le3x
Message#14
07.02.14, 13:11
Old resident
*******
[offline]

Group: Banned
Messages 1268
Check in: 12.02.08
Toshiba Portege G900

Reputation:-  56  +

Final Fantasy IV is also our client!
savagemessiahzine.comartem
Message#15
12.02.14, 11:19
Experienced
******
[offline]

Group: Friendssavagemessiahzine.com
Messages 416
Check in: 22.12.11

Reputation:-  10  +

IOS 5.1.1 software crashes
GEKkER
Message#16
24.03.14, 08:56
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 129
Check in: 26.01.06

Reputation:-  4  +

Ridge Racer v1.0.6.ipa

I got up, here's a file from the game. (replace existing)

Attached files

Attached fileInfo.zip(1.36 KB)


Post has been editedGEKkER - 24.03.14, 08:57
master7902
Message#17
27.03.14, 17:56
iPhone 6s; iPad mini 4
*********
[offline]

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

Reputation:-  92  +

Thank you, added to 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

mc_koc
Message#18
27.03.14, 21:23
Experienced
******
[offline]

Group: Friendssavagemessiahzine.com
Messages 446
Check in: 29.07.11
Apple iPhone 7

Reputation:-  3  +

Can this be done with the new office for the iPad?
master7902
Message#19
29.03.14, 12:14
iPhone 6s; iPad mini 4
*********
[offline]

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

Reputation:-  92  +

mc_koc
Everything is in your hands))) try .. Get to let me know


--------------------
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

vandim75
Message#20
01.04.14, 20:49
a guest
*
[offline]

Group: Users
Messages 6
Check in: 01.12.12

Reputation:-  1  +

Put Office Mobile 1.1.0.ipa on 6.1.3
Roman H.
Message#21
10.04.14, 19:34
Novice
***
[offline]

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

Reputation:-  0  +

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 !!!!


which way to go? I opened the program, tried to open the file, it sees the .plist and everything, why rename it to ip.zip? I want to crack grandfather trigger 2, in more detail you can instruction


--------------------
s

7 pagesV  1 2 3 4 5 6 > » 


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