Hello all,
I understand the doubt of Ratzfatz and Duane. However due to the lack of MyStream-Application on my Infocast 8'' I was looking for a way to get this widget running on it anyway.
For those of you, which want to get it running in an unofficial way, here how to get it managed:
Unfortunatelly YouStreams seems to be marked to be usable only on devices with little screen resolutions, such Chumby One.
The work around may be:
1. You have to download the swf-File of YouStreams widget and upload it (marked as private) as your own application (submit an app). You should leave the Display Size choose box on "Any". After that you can choose your Widget and it will be displayed on the Infocast. Please respect Ratzfatz and don't upload it as an public application!
2. Follow the instruction instructions of the widget (i.e. download the debugconf file to an usb stick, reboot your Infocast).
3. After reboot there is still an issue, because the widget does not display any version number. This is because the httpd is not starting by default on your Infocast. You can fix it by the following steps:
3.1 Activate SSH (touch the INSIGNIA text on top left, touch the "Pi"-Symbol, touch "SSHD".
3.2 SSH-Login onto your device: ssh root@IP - the IP is also shown in the Dialog in step 3.1.
3.3 In the SSH terminal type:
echo "/usr/sbin/httpd -h /www" > /psp/userhook1
chmod 755 /psp/userhook1
reboot
3.4 After restart activate SSH again, login again and check whether httpd is running or not:
ps awx|grep http
You should see something like:
780 root 0:01 /usr/sbin/httpd -h /www
890 root 0:00 mDNSPublish chumby-18-25-8d _http._tcp 80
The first numbers (process ids) may differ, but it is necessary, that the httpd is present!
4. Now you can fulfill the registration of YouStreams.
@Ratzfatz: Maybe a hint: If your debugconfig script would create the userhook1 for Insignia users, then your widget will be fully usable. Could you please think of integrating it? I understand your frustration with Insignia, but the Insignia users are frustrated too because of lack of such needed features such multiple alarms and the MyStream application. Therefor the YouStream app will be the only alternative on Insignia Infocast 8'' to hear another webradio than this from Shoutcast.
Many thanks for your widget!