Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个越狱的 iOS 5.1 并创建了一个应用程序,它将扫描 SMS.db 文件。但问题是我无法在存储应用程序的沙盒中访问该文件。
所以,我想做的是:
让您的应用程序不崩溃就像chmod -R 777 /Applications/<yourAppFolder>通过 SSH 运行一样简单。如果这不起作用,请告诉我,因为还有许多其他事情可能会出错。另外,我很确定你不需要做太多其他事情来从你的应用程序中获得 root 访问权限,因为如果你直接把它放在 /Applications 中,它就不会在任何类型的沙箱中
chmod -R 777 /Applications/<yourAppFolder>