I can't get the nightly builds in my iPhone.
#1
I've been following these intructions: XBMC Link

So far, I've been able to SSH into my iPhone, put the passwords and get into the "cd /private/var/tmp" part.

But after introducing: wget(http://hadm.net/~keith/xbmc_atv2/latest_ios.deb) I get the following error:

Code:
-sh: syntax error near unexpected token `http://hadm.net/~keith/xbmc_atv2/latest_ios.deb'

Any help would be appreciated. Thanks.
Reply
#2
Remove the parenthesis

It should be

wget http://hadm.net/~keith/xbmc_atv2/latest_ios.deb
Reply
#3
Thanks. I finally worked it out. Tho even after removing the parenthesis I was unable to get it to work, it said "Command not found".

My solution was to use iPhoneExplorer and put manually the "ios.deb" file in the specified folder. And the just continue with the rest of the steps.
Reply
#4
I just use a downloading app of some kind (such as iCab) to download the deb. Then I select "open in external app" and select iFile. iFile then gives me an install option.
Reply
#5
Roco Wrote:Thanks. I finally worked it out. Tho even after removing the parenthesis I was unable to get it to work, it said "Command not found".

My solution was to use iPhoneExplorer and put manually the "ios.deb" file in the specified folder. And the just continue with the rest of the steps.

You probably need to install the wget command, i.e. from a command line run "apt-get install wget" (without the quotes).
Reply

Logout Mark Read Team Forum Stats Members Help
I can't get the nightly builds in my iPhone.0