-
Notifications
You must be signed in to change notification settings - Fork 103
Plugin Issues
If you can't find a resolution for your issue here, please create one in Issues .
You will likely get several lines in the output (and log) that look like this:
MAIN.SPOTLIGHT.SPOTLIGHT_PARSER|DEBUG|Err, could not find path for id xxxx
This is normal and expected. The plugin tries to rebuild path for each item but because not every folder is indexed, this can happen on quite a few entries.
Another message you might see is:
MAIN.SPOTLIGHT.SPOTLIGHT_PARSER|INFO|Not seen before value-type 0x0F item, prop_type=xx, prop=xxxx
If you see this, then you have a new type in your log which I have not encountered before and hence, the plugin does not know how to process it. If it is possible to share your store.db
file, create an issue and provide the DEBUG log and store.db
file there. If you do not wish to make it available to all, email these to me privately.
Getting Started
- Introduction
- Installation
-
Sample Usage
- ios_apt
- Artifact Only Mode
- Mounted System Data Mode
- Interpreting Output
- Issues & Workarounds
Plugins
- AUTOSTART
- BASICINFO
- BLUETOOTH
- DOMAINS
- FSEVENTS
- IDEVICEBACKUPS
- IDEVICEINFO
- IMESSAGE
- INETACCOUNTS
- INSTALLHISTORY
- MSOFFICE
- NETUSAGE
- NETWORKING
- NOTES
- NOTIFICATIONS
- PRINTJOBS
- QUARANTINE
- RECENTITEMS
- SAFARI
- SCREENTIME
- SPOTLIGHT
- SPOTLIGHTSHORTCUTS
- TERMINALSTATE
- TERMSESSIONS
- UNIFIEDLOGS
- USERS
- WIFI
Development
- Write a Plugin
- Plugin Helpers