未分類
GoodReader 2.4 開啟 USB 傳輸功能
find . -name “GoodReader*” 找尋目錄
會找到像這樣子的目前
Ticky-:/private/var/mobile/Applications/5FFF30EA-59C1-4CDD-84D1-34A0354614C3/Library/Preferences
找到下面這個檔案
com.goodiware.GoodReader.plist
修改內容
<code lang=”XML”>
<key>fUSBIsAllowed</key>
<false/>
<key>fUSBWasShownOnce</key>
<false/>
改為
<key>fUSBIsAllowed</key>
<true/>
<key>fUSBWasShownOnce</key>
<true/>
</code>
./private/var/mobile/Applications/5FFF30EA-59C1-4CDD-84D1-34A0354614C3/Documents <–本來的目錄也可以直接傳到這裡