Thread Closed 
 
Thread Rating:
  • 14 Votes - 4.07 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PPSSPP iOS Port
03-02-2013, 12:54 PM
Post: #181
RE: PPSSPP iOS Port
(03-02-2013 12:20 PM)V6ser Wrote:  
(03-02-2013 11:35 AM)the avenger Wrote:  
(03-02-2013 11:14 AM)rock88 Wrote:  the avenger,
If you use my older xcode project - just add Core/Font/PGF.cpp file to project.
got it to compile but still grey and iconless
Now use the fix for it:
Quote:rock88 - See my previous post http://forums.ppsspp.org/showthread.php?...39#pid5539
Also you can add some printf function to VFSReadFile in native/file/zip_read.cpp, for print full file path, and view if something is wrong.
i am sorry i didn't understand that
Find all posts by this user
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.
Visit this user's website Find all posts by this user
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
Find all posts by this user
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?
Find all posts by this user
03-02-2013, 03:25 PM
Post: #185
RE: PPSSPP iOS Port
If possible, set a breakpoint here:

Code:
void Jit::RunLoopUntil(u64 globalticks)
{
    // TODO: copy globalticks somewhere
    ((void (*)())enterCode)();
}

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]
Find all posts by this user
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:

Code:
void Jit::RunLoopUntil(u64 globalticks)
{
    // TODO: copy globalticks somewhere
    ((void (*)())enterCode)();
}

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]
in what file is that piece of code
Find all posts by this user
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]
Find all posts by this user
03-02-2013, 04:21 PM
Post: #188
RE: PPSSPP iOS Port
(03-02-2013 03:20 PM)xsacha Wrote:  
(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?
no as you need to do a lot of stuff on it before you can run it on the device
Find all posts by this user
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
Find all posts by this user
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 06:22 PM)brujo55 Wrote:  maybe never will work because there is no application/game that use JIT actually,even taking jailbreak

That's such a shame Sad seemed like you were close! Lol
Find all posts by this user
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..?
Find all posts by this user
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.
Find all posts by this user
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..
Visit this user's website Find all posts by this user
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,
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..

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
Find all posts by this user
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]
Find all posts by this user
Thread Closed 


Forum Jump: