2

Ok, I used jailcoder.com to patch my xcode project in order to run my app in a jailbroken iOS device and it works. But still I need list some others files located at root folder. I saw some applications that do that but didn´t find the way to accomplish It.

Maybe there's a possibility to run code as root

Ben Clayton
  • 80,996
  • 26
  • 120
  • 129
Andrés Canavesi
  • 2,164
  • 20
  • 21

2 Answers2

0

I don't know exactly which files you need to access, and what permissions they currently have.

Normal apps run as user mobile. If you do need to run your app as user root, then here is one way to do that.

Community
  • 1
  • 1
Nate
  • 31,017
  • 13
  • 83
  • 207
0

I answered here in a similar question How to get inbox all SMS on iphonse sdk?

It is possible if you have a jailbroken device. You may use jailcoder to fake code signing and then move your app to /Applications folder. This way you can access to any database in your iOS device jailbroken.

Community
  • 1
  • 1
Andrés Canavesi
  • 2,164
  • 20
  • 21