Nighlty builds on ipad1
#1
Hi! Im fairly new to this and everytime I would open xbmc to view something it would crash. So I decide to do the nightly build on my ipad and it doesnt seen to work. Please guide me thru the process of doing it thru ssh.

-when I get to dpkg -i xbmc-20111108-b499c47-master-ios.deb
it says error processing xbmc-2....
cannot access archive: no such file or directory
error were encountered while accessing xbmc...

Please help
Thanks in advance.
Reply
#2
Hi,

My friend has iPad 1 and he also like to ssh to his iPad so please explain how to ssh to iPad 1?

Thanks
Reply
#3
Try this
Reply
#4
g-off Wrote:Try this

when I enter following at root command..it gives me following error.

wget http://mirrors.xbmc.org/nightlies/darwin...er-ios.deb

-sh: wget command not found

Cydia is installed on iPad 1 with all those features are listed all 7 steps...

http://wiki.xbmc.org/index.php?title=HOW...iPod_touch

Thanks for the fast response.
Reply
#5
g-off Wrote:Try this

Hi g-off

I got it going..
I was entering zero instead of "o"

Thanks again for your help
Reply
#6
JREED Wrote:when I enter following at root command..it gives me following error.

wget http://mirrors.xbmc.org/nightlies/darwin...er-ios.deb

-sh: wget command not found

Cydia is installed on iPad 1 with all those features are listed all 7 steps...

http://wiki.xbmc.org/index.php?title=HOW...iPod_touch

Thanks for the fast response.

install wget by issueing on ssh:

Code:
apt-get install wget

and retry after that ...
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#7
Alopez Wrote:Hi! Im fairly new to this and everytime I would open xbmc to view something it would crash. So I decide to do the nightly build on my ipad and it doesnt seen to work. Please guide me thru the process of doing it thru ssh.

-when I get to dpkg -i xbmc-20111108-b499c47-master-ios.deb
it says error processing xbmc-2....
cannot access archive: no such file or directory
error were encountered while accessing xbmc...

Please help
Thanks in advance.

Alternative install method: iFile

Get iFile from Cydia.

Download the .deb file on your computer and upload it to iFile using the web browser interface.

In iFile tap on the deb file and select "install".

You can also do this all within the iPad if you use an application that can download several file types (the Native Safari sometimes is able to do this, but not always. I think it's a mirror thing..). I like using iCab to download new nightly builds, then iCab sends it to iFile and then install. All on the device itself. Just don't forget to delete the left over .deb files (they've not needed after installation)
Reply
#8
JREED Wrote:when I enter following at root command..it gives me following error.

wget http://mirrors.xbmc.org/nightlies/darwin...er-ios.deb

-sh: wget command not found

Cydia is installed on iPad 1 with all those features are listed all 7 steps...

http://wiki.xbmc.org/index.php?title=HOW...iPod_touch

Thanks for the fast response.

You likely don't have the apt command on your iPad. Go to Cydia and search for AptBackup. Install that. That will install the apt command so you can use it. Once that is installed, run:

apt-get install wget

wget "URL of nightly build"

dpkg -i "File Name of nightly build"

rm "File Name of nightly build"

(each without the quotes)
Reply
#9
crawl Wrote:You likely don't have the apt command on your iPad. Go to Cydia and search for AptBackup. Install that. That will install the apt command so you can use it. Once that is installed, run:

apt-get install wget

wget "URL of nightly build"

dpkg -i "File Name of nightly build"

rm "File Name of nightly build"

(each without the quotes)

Actually I think you just need "APT 0.7 Strict" which AptBackup probably lists as a dependancy. However, I thought "APT 0.7 Strict" was a dependency of Cydia itself... I could be wrong, though.
Reply
#10
Ned Scott Wrote:Actually I think you just need "APT 0.7 Strict" which AptBackup probably lists as a dependancy. However, I thought "APT 0.7 Strict" was a dependency of Cydia itself... I could be wrong, though.

Apt 0.7 was not present on my iPad2 just from the Cydia install. I had to install it when I put on XBMC as well. And yes, 0.7 Strict is technically all you need. But I thought AptBackup would be easier to find and install. Plus, AptBackup is actually a good program to have for managing applications for backup/restoring/copying saved games to other iOS devices.
Reply
#11
Thx a lot for ur help. I did it through ifile and clicked on installer. But how do I know it installed the file?
Reply
#12
Memphiz Wrote:install wget by issueing on ssh:

Code:
apt-get install wget

and retry after that ...

Thanks for your help and its successfully updated.

JR
Reply
#13
crawl Wrote:You likely don't have the apt command on your iPad. Go to Cydia and search for AptBackup. Install that. That will install the apt command so you can use it. Once that is installed, run:

apt-get install wget

wget "URL of nightly build"

dpkg -i "File Name of nightly build"

rm "File Name of nightly build"

(each without the quotes)

Thank you for those command and I updated successfully.
JR
Reply
#14
Ned Scott Wrote:Alternative install method: iFile

Get iFile from Cydia.

Download the .deb file on your computer and upload it to iFile using the web browser interface.

In iFile tap on the deb file and select "install".

You can also do this all within the iPad if you use an application that can download several file types (the Native Safari sometimes is able to do this, but not always. I think it's a mirror thing..). I like using iCab to download new nightly builds, then iCab sends it to iFile and then install. All on the device itself. Just don't forget to delete the left over .deb files (they've not needed after installation)

Thx a lot for ur help. I did it through ifile and clicked on installer. But how do I know i've done it successfully?
Reply
#15
Alopez Wrote:Thx a lot for ur help. I did it through ifile and clicked on installer. But how do I know i've done it successfully?

http://wiki.xbmc.org/index.php?title=XBM...rent_build
Reply

Logout Mark Read Team Forum Stats Members Help
Nighlty builds on ipad10