Introducing the iPhone Dev Team’s iPHUC; pronounced, “i fuck.” It is the next iteration of iPhoneInterface providing improved usability and more features. iPHUC (iPHoneUtilityClient) actually behaves like a real shell.
I’ve taken the liberty in compiling the latest from SVN; its been compiled on my Intel Mac. For those with PPC Macs, follow these instructions:
- Download and install Macports
- Open Terminal and issue the following commands
$ sudo port install readline
$ cd /directory/where/you/want/iphuc
$ svn co http://iphonesvn.halifrag.com/svn/iPhone
$ cd ./iPhone/trunk/iPHUC/- Get the most recent version of MobileDevice.h and save a copy to ‘MobileDevice.h’ in the iPHUC directory
- Issue the following commands
$ ./autogen.sh && ./configure –with-readline=/opt/local && make
$ ./iPHUC
iPHUC features:
- Remote Tab Completion
- Can be used to jailbreak on both PPC and Intel without messing up iTunes
- Code is now maintainable and easily extendable for others to add features and fixes
Future features:
- Script executions to allow one command to jailbreak, one command to set up SSH and SCP
- Verbosity control
- Nice interface to get/put notes from the phones notes application
iPHUC works fine with iPhone Software v1.0.1. Kudos team!
Download: iPHUC 0.5.0 (Intel)
- source: #iphone.iphuc


I fuck. LOL!
nice! Going to try it out sometime… iFuntastic still works fine for me so I am good :)
OK, error when trying to compile from those instructions (had to remove the middle dash from –with-readline), but then I get a pile of has\’no member named\’ and \’ was not declared in this scope\’. :(