Problem: Cant See Version - Mac Installer
|
18th Jul, 2014, 03:10 PM
Post: #1
|
|||
|
|||
Cant See Version - Mac Installer
Hi everyone, have a question, how can i see the version of the installer that i want to use? got a blank select on my mac . Do i made something wrong (downloaded and opened)?
Thanks |
|||
18th Jul, 2014, 10:52 PM
Post: #2
|
|||
|
|||
RE: Cant See Version - Mac Installer
Tried with the windows version and got the same trouble . i think is the server connection or something like that.
There's another way can i install to my SD Drive the xbian image? Thanks |
|||
19th Jul, 2014, 01:24 AM
Post: #3
|
|||
|
|||
RE: Cant See Version - Mac Installer
SourceForge is redirecting from Atom (https://github.com/xbianonpi/xbian-installer-universal/blob/master/installer.cpp#L24) to RSS:
Terminal anepu:~ anaconda$ curl http://sourceforge.net/api/file/index/project-id/1428221/atom -v 2>&1 | grep -E '< HTTP/1\.|Location:' < HTTP/1.1 301 Moved Permanently < Location: http://sourceforge.net/projects/xbian/rss I'm not sure if the installer follows redirects. Anyways, we're parsing Atom and don't have any parser for RSS: https://github.com/xbianonpi/xbian-installer-universal/blob/master/installer.cpp#L526-L557 That said, you can download an image from http://www.xbian.org/download/ ("XBian images"), uncompress it and use "dd" on UNIX (including OS X). I can't speak for Windows. |
|||
19th Jul, 2014, 08:01 AM
Post: #4
|
|||
|
|||
RE: Cant See Version - Mac Installer
Thanks menakite , helped me a lot. with the "dd" could copy/mount the content of the image to the SD.
Didn't know much about the "dd" comand, so i found useful information here: http://www.thelinuxdaily.com/2010/01/writing-images-to-disk-on-mac-osx-with-dd/ |
|||
19th Jul, 2014, 08:05 AM
Post: #5
|
|||
|
|||
RE: Cant See Version - Mac Installer
Aha, for the future: with dd on OS X, using rdisk (raw access) instead of disk is faster (/dev/disk3 -> /dev/rdisk3).
|
|||
20th Jul, 2014, 10:58 PM
Post: #6
|
|||
|
|||
RE: Cant See Version - Mac Installer
I have the same problem in windows, It doesn't show any version in the installer. I can use win32 disk imager to mount it on my sd.
But anyone knows why it doesn't show any version? |
|||
21st Jul, 2014, 03:22 AM
Post: #7
|
|||
|
|||
RE: Cant See Version - Mac Installer
The same issue affects all installers (Linux, OS X, Windows), as they share the same code base. We've fixed it, but are waiting for some team member to compile it as most of us run OS X.
(I've built it for OS X, but it comes without icon - not sure why, I don't have any experience in Qt programming.) |
|||
22nd Jul, 2014, 09:08 AM
Post: #8
|
|||
|
|||
RE: Cant See Version - Mac Installer
In linux mint, usb recorder images by default (mintstick), works perfectly.
|
|||
« Next Oldest | Next Newest »
|