Two useful additions to your Iomega Screenplay pro HD
I've found the network transfers to take forever on this device. Between 1 and 2 Mbytes/second is really slow by todays standards. It means around 4GB per hour.
I'm happy with the torrent download functionality I mentioned on a previous entry but there is a catch: What if your download contains a sequence of RAR files? Yep, it happened to me with a 16GB download. Moving this back and forth to a PC would took more than 8 hours!!
So the obvious idea is ... why not to have unrar command on the SPP? And this is what I did. I looked for the source code, and using a buildroot ext2 image file I compiled unrar command. Now I can telnet to my box and launch it without the need of moving files back and forth. It's not lightspeed but it's minutes instead of hours.
The other improvement was to add SSH functionality by borrowing dropbear binary from OpenWRT project. Please have a look at dropbear documentation so you can install in properly on your system (a few files and links need to be created to get it working). It also includes SCP file transfers.
I'm happy with the torrent download functionality I mentioned on a previous entry but there is a catch: What if your download contains a sequence of RAR files? Yep, it happened to me with a 16GB download. Moving this back and forth to a PC would took more than 8 hours!!
So the obvious idea is ... why not to have unrar command on the SPP? And this is what I did. I looked for the source code, and using a buildroot ext2 image file I compiled unrar command. Now I can telnet to my box and launch it without the need of moving files back and forth. It's not lightspeed but it's minutes instead of hours.
The other improvement was to add SSH functionality by borrowing dropbear binary from OpenWRT project. Please have a look at dropbear documentation so you can install in properly on your system (a few files and links need to be created to get it working). It also includes SCP file transfers.
Comments
i want to reuse the binary of unrar for a argosy hv359t device, wich essentially is the same as the screenplay pro.
but i need the file wich is linked by "/lib/libuClibc++.so.0", because this lib is missing on the argosy device. coul you send it to me or better, upload it somewhere? that would be great. thanks in advance... =)
damaltor
i found a working uclibc++. both binaries do now unrar correctly, but dump the core after quitting.
well, better then nothing i guess :)
Just in case you have not thought about it: You need the library file for your own architecture (it won't work the same file from a linux PC).
Good luck!
thi firmware for the two devices are exactly the same, there is only a very few files changed. the hardware is the same, too. the binary dows work now without core dump, but only when called with arguments. if i just call "unrar", it spits out usage info and then dumps core.
Without params it prints the help page, but it ends with
unrar: can't resolve symbol 'dl_iterate_phdr'
terminate called after throwing an instance of 'i'
Aborted
well, thats fairly enough to work with... thanks a lot for your help :)
How did you come up with screenplay firmware on your argosy device? i'm trying to find solution, but still nothing :( if helps, here's my adress contact @ r-s.lv
It seems that I’m doing something wrong to try update the software on my ScreenPlay PRO HD
I’m using a MAC - OSX
ScreenPlay PRO HD
192.168.1.201
User name: ADMIN
Pasword: ADMIN
in TERMINAL :
sudo nmap -A 192.168.1.201
--> SMB active
FINDER | GO > CONNECT TO SERVER
smb://192.168.1.201
in TERMINAL :
/Volumes/ScreenPlay$ ls -als
total 4320
32 drwx------ 1 Alex staff 16K Sep 16 2014 ./
0 drwxr-xr-x@ 4 root wheel 136B Apr 24 09:36 ../
32 drwx------ 1 Alex staff 16K Jun 6 2014 .TemporaryItems/
2048 -rwx------ 1 Alex staff 296B Jun 6 2014 .apdisk*
32 drwx------ 1 Alex staff 16K Sep 21 2005 REC/
32 drwx------ 1 Alex staff 16K Mar 24 2010 RECYCLER/
32 drwx------ 1 Alex staff 16K Mar 24 2010 System Volume Information/
32 drwx------ 1 Alex staff 16K Mar 24 2010 back-up/
2048 -rwx------ 1 Alex staff 255K Apr 24 09:47 unrar (1)*
32 drwx------ 1 Alex staff 16K Apr 24 09:46 unrar 2/
on the TV screen by menu :
SYSTEEM > UPDATE SOFTWARE FROM HDD
results in FAIL
How did you install it???
My guess is that filenames with blanks may cause trouble. But please note I cannot check it on my side anymore.
thanks for your quick reaction