Cannot find introspy databases in iOS 8
radj opened this issue · 3 comments
Mainly because data containers have moved from /var/mobile/Applications to /var/mobile/Containers/Data
Having the same issue. Any Updates?
On line 16 of iOS_Utils/ScpClient.py
, instead of find .
, force it to find /var/mobile/Containers/Data
. Or something like that. The idea is to make find
look in the right folder.
Thank you :D
Blake Robertson
Email: blake.robertson101@gmail.com
Cell: 240-538-4376
Sent from my iPhone
On Jan 21, 2016, at 8:46 PM, Roger Casaliñas Jr. notifications@github.com wrote:
On line 16 of iOS_Utils/ScpClient.py, instead of find ., force it to find /var/mobile/Containers/Data. Or something like that. The idea is to make find look in the right folder.
—
Reply to this email directly or view it on GitHub.