PPSSPP iOS Port
|
03-02-2013, 12:54 PM
Post: #181
|
|||
|
|||
RE: PPSSPP iOS Port
(03-02-2013 12:20 PM)V6ser Wrote:i am sorry i didn't understand that(03-02-2013 11:35 AM)the avenger Wrote:Now use the fix for it:(03-02-2013 11:14 AM)rock88 Wrote: the avenger,got it to compile but still grey and iconless |
|||
03-02-2013, 01:00 PM
Post: #182
|
|||
|
|||
RE: PPSSPP iOS Port
Just create folder "assets" in PPSSPP.app on your device and put there ppge_atlas.zim, ui_atlas.zim, and all icon from ios/assets.
|
|||
03-02-2013, 01:17 PM
(This post was last modified: 03-02-2013 01:56 PM by the avenger.)
Post: #183
|
|||
|
|||
RE: PPSSPP iOS Port
(03-02-2013 01:00 PM)rock88 Wrote: Just create folder "assets" in PPSSPP.app on your device and put there ppge_atlas.zim, ui_atlas.zim, and all icon from ios/assets.ok much easier,just might be able to give it the entitlements it needs to run jit EDIT:nope,the problem is in the code,i gave it all the entitlements of MobileSafari (which is the only ios app capable of JIT) and it still crashes,i even quad-checked the entitlements and JIT still crashes |
|||
03-02-2013, 03:20 PM
Post: #184
|
|||
|
|||
RE: PPSSPP iOS Port
(03-02-2013 01:17 PM)the avenger Wrote:(03-02-2013 01:00 PM)rock88 Wrote: Just create folder "assets" in PPSSPP.app on your device and put there ppge_atlas.zim, ui_atlas.zim, and all icon from ios/assets.EDIT:nope,the problem is in the code,i gave it all the entitlements of MobileSafari (which is the only ios app capable of JIT) and it still crashes,i even quad-checked the entitlements and JIT still crashes Can you see where it's crashing? |
|||
03-02-2013, 03:25 PM
Post: #185
|
|||
|
|||
RE: PPSSPP iOS Port
If possible, set a breakpoint here:
Code: void Jit::RunLoopUntil(u64 globalticks) If it crashes right after that, it's still not allowing exec of the memory, or the instruction cache wasn't cleared, or something. -[Unknown] |
|||
03-02-2013, 04:13 PM
Post: #186
|
|||
|
|||
RE: PPSSPP iOS Port
(03-02-2013 03:25 PM)[Unknown] Wrote: If possible, set a breakpoint here:in what file is that piece of code |
|||
03-02-2013, 04:18 PM
Post: #187
|
|||
|
|||
RE: PPSSPP iOS Port
Sorry, Core/MIPS/ARM/ArmJit.cpp. That's where the jit lives.
-[Unknown] |
|||
03-02-2013, 04:21 PM
Post: #188
|
|||
|
|||
RE: PPSSPP iOS Port
(03-02-2013 03:20 PM)xsacha Wrote:no as you need to do a lot of stuff on it before you can run it on the device(03-02-2013 01:17 PM)the avenger Wrote:(03-02-2013 01:00 PM)rock88 Wrote: Just create folder "assets" in PPSSPP.app on your device and put there ppge_atlas.zim, ui_atlas.zim, and all icon from ios/assets.EDIT:nope,the problem is in the code,i gave it all the entitlements of MobileSafari (which is the only ios app capable of JIT) and it still crashes,i even quad-checked the entitlements and JIT still crashes |
|||
03-02-2013, 06:22 PM
(This post was last modified: 03-02-2013 06:26 PM by brujo55.)
Post: #189
|
|||
|
|||
RE: PPSSPP iOS Port
maybe never will work because there is no application/game that use JIT actually,even taking jailbreak
|
|||
03-02-2013, 06:30 PM
(This post was last modified: 03-02-2013 06:39 PM by theCreed.)
Post: #190
|
|||
|
|||
RE: PPSSPP iOS Port | |||
03-02-2013, 08:06 PM
Post: #191
|
|||
|
|||
RE: PPSSPP iOS Port
iOS security forces apps to crash if it detects JIT coding. Maybe with jailbreak you can bypass..?
|
|||
03-02-2013, 09:25 PM
(This post was last modified: 03-02-2013 09:36 PM by brujo55.)
Post: #192
|
|||
|
|||
RE: PPSSPP iOS Port
@rock88
do you have jalibreak or use developer tools for unjalibroken device? maybe needed mobile sustrate adition on the code.like other cydia app/tweak for system acces,or others packages. |
|||
03-03-2013, 02:29 AM
Post: #193
|
|||
|
|||
RE: PPSSPP iOS Port
brujo55,
Recently i jailbreak my iphone. But have not yet had time to try to run as root. I also found this solution about run app with root access. It is somewhat different from those already proposed. But I can not check it out until the day after tomorrow.. |
|||
03-03-2013, 02:38 AM
(This post was last modified: 03-03-2013 03:09 AM by brujo55.)
Post: #194
|
|||
|
|||
RE: PPSSPP iOS Port
(03-03-2013 02:29 AM)rock88 Wrote: brujo55, i really apreciated your effort bro and not problem take your time. maybe the problem is in Entitlements, root permissions and package. JIT dont have privilegies to run ass root. http://exilesofthardware.blogspot.ru/201...leges.html http://www.saurik.com/id/8 both articles are fundamentals |
|||
03-03-2013, 03:18 AM
Post: #195
|
|||
|
|||
RE: PPSSPP iOS Port
This looked very promising:
sysctl -w security.mac.proc_enforce=0 But it turns out not to work on iOS 4.3 or higher. -[Unknown] |
|||
« Next Oldest | Next Newest »
|