I have a iPhone 3.1.2 which is jailbroken. I used to be able to view my iPhone files using Total Commander with Tpot on 3.0.1 , since upgrading to 3.1.2 I now cant view the files.
Can anyone advise on which software to use now to see and move file to and from the PC and iPhone.
Thanks for your help
After spending MULTIPLE hours trying to solve this problem yesterday (good luck with trying to SSH in without wifi), someone on about the 45th site I checked suggested iFile. I think I got it through Cydia after I got OpenSSH, but TBH I downloaded so much crap yesterday trying to solve a wide array of problems I don't remember what all I d/l'ed and when. Anyway, you can use iFile to access the Services.plist file (in System>Library>Lockdown), which is where you have to insert the following code ABOVE the line that reads <key>com.apple.crashreportcopy</key> :
<key>com.apple.afc2</key>
<dict>
<key>Label</key>
<string>com.apple.afc2</string>
<key>ProgramArguments</key>
<array>
<string>/usr/libexec/afcd</string>
<string>--lockdown</string>
<string>-d</string>
<string>/</string>
</array>
</dict>
Apparently, blackra1n doesn't include this for some reason, which causes all of the programs like iPhone Browser, DiskAid, etc., not to recognize the jailbreak. Once you get that code into the plist file, save the edited file, reboot, and you're good to go.
