PDA

View Full Version : Problem with iPHUC and getfile


AlmeidaCTU
08-13-2007, 04:09 AM
Hi,

I managed to get iPHUC installed (including compile) on my Intel Macbook.

I jailbreaked my iPhone using iActivator 1.14 and afterwards startet iPHUC to get files from the iPhone.

Unfortunatelly, it stops with the following error message:
(iPHUC) /var/root/Library/Lockdown: getfile /var/root/Library/Lockdown/data_ark.plist
remote: /var/root/Library/Lockdown/data_ark.plist
local: /var/root/Library/Lockdown/data_ark.plist
AFCFileRefOpen: opening remote path '/var/root/Library/Lockdown/data_ark.plist'
AFCFileRefRead: reading 550 bytes into buffer
getfile: Failed to open local file '/var/root/Library/Lockdown/data_ark.plist'

Any ideas?

Thanks in advance!

AlmeidaCTU
08-13-2007, 04:12 AM
Found out myself.

The right syntax is getfile <path> [localpath], whereas you need to specify not only the path but the hole file.

ashraf@samawi.com
08-16-2007, 06:42 PM
huh? i get the same error but dont understand the right syntax

AlmeidaCTU
08-16-2007, 06:58 PM
It's quite simple:

getfile /var/root/Library/Lockdown/data_ark.plist /Users/Almeida/phonedmg/data_ark.plist

command: getfile
path (on the iPhone): /var/root/Library/Lockdown/data_ark.plist
localpath (on your Mac): /Users/Almeida/phonedmg/data_ark.plist

ashraf@samawi.com
08-16-2007, 07:07 PM
thanks mate... does putfile work the same way?

AlmeidaCTU
08-16-2007, 07:26 PM
I think with putfile it's the other way round:

putfile localpath destpath

Type "help" and you'll see it.