Cannot remove Lights Off.app
Installed via SSH not Installer.
I have tried the below
Quote:
To remove files with iPhoneInterface, use the rmdir command. It works for both directories and files. You might have to cd into a folder and delete its contents before deleting the folder itself...I'm not sure about that though.
To remove files with ssh, you need to install the rm binary from the iphone-binkit, and make it executable with chmod. Then you could simply type rm -r [folder]
I have tried iPhuc and FUGU.
FUGU says "denied" I can't change permissions either. Files still transfer fine though.
IPhoneinterface and iPhuc all says "No such file or directory"
Any Help??
ps I did try "Lights_Off.app" "Lights Off.app" "Lights_Off" "Lights Off"
Removing an app using ssh works
Quote:
Originally Posted by
maccabbi
Yeah the easiest way to rm a app is either with bintools and terminal of to ssh in from a terminal. rm -r appname.app if you just want to replace apps then installer or scp -r "appname.app" to the location on the iphone should work. SSH is much easier to use then IPHUC once you set it up
exactly: I could not remove VRecord.app using Fugu but the following in Terminal (on the Mac side) did the trick:
ssh -l root 10.0.1.3 (your IP may be different of course)
cd /Applications
rm -r VRecord.app
BTW The reason I removed VRecord is that VNotes is so much better!!!;)