Lost icons
Lost icons
I am fairly new at this and have tried to set the BBCiplayer on my Joggler, however I must of done something wrong and have now lost all my icons. Can anyone suggest a route to get them back?
Re: Lost icons
Can you post the output of
cat /media/appshop/applications.xml
And I'll see what is wrong in it.
To get you icons back assuming you followed the installation steps and created a backup you can just do this:
cd media/appshop
applications.original mv applications.xml
Hope that helps.
cat /media/appshop/applications.xml
And I'll see what is wrong in it.
To get you icons back assuming you followed the installation steps and created a backup you can just do this:
cd media/appshop
applications.original mv applications.xml
Hope that helps.
Re: Lost icons
Hi
The output file is
<?xml version="1.0" encoding="utf-8"?>
<applications>
<app id="267" title="Google Calendar" loc="/media/appshop/267/" icon="icon.swf"
app="main.swf"/>
<app id="271" title="YouTube" loc="/media/appshop/271/" icon="icon.swf" app="ma
in.swf"/>
<app id="268" title="Google Maps" loc="/media/appshop/268/" icon="icon.swf" app
="main.swf"/>
<app id="250" title="Weather" loc="/media/appshop/250/" icon="icon.swf" app="ma
in.swf"/>
<<<d="iPlayer" title="iPlayer" loc="/media/iPlayer/" icon="icon.swf" app="main.s
wf"/>
<app id="iPlayer" title="iPlayer" loc="/media/iPlayer/" icon="icon.swf" app="mai
n.swf"/>
<<app id="iPlayer" title="iPlayer" loc="/media/iPlayer/" icon="icon.swf" app="ma
in.swf"//applications/>
The output file is
<?xml version="1.0" encoding="utf-8"?>
<applications>
<app id="267" title="Google Calendar" loc="/media/appshop/267/" icon="icon.swf"
app="main.swf"/>
<app id="271" title="YouTube" loc="/media/appshop/271/" icon="icon.swf" app="ma
in.swf"/>
<app id="268" title="Google Maps" loc="/media/appshop/268/" icon="icon.swf" app
="main.swf"/>
<app id="250" title="Weather" loc="/media/appshop/250/" icon="icon.swf" app="ma
in.swf"/>
<<<d="iPlayer" title="iPlayer" loc="/media/iPlayer/" icon="icon.swf" app="main.s
wf"/>
<app id="iPlayer" title="iPlayer" loc="/media/iPlayer/" icon="icon.swf" app="mai
n.swf"/>
<<app id="iPlayer" title="iPlayer" loc="/media/iPlayer/" icon="icon.swf" app="ma
in.swf"//applications/>
- offbeatdave
- Posts: 1047
- Joined: Wed Mar 09, 2011 10:43 pm
Re: Lost icons
Change...
<<<d="iPlayer" title="iPlayer" loc="/media/iPlayer/" icon="icon.swf" app="main.swf"/>
<app id="iPlayer" title="iPlayer" loc="/media/iPlayer/" icon="icon.swf" app="main.swf"/>
<<app id="iPlayer" title="iPlayer" loc="/media/iPlayer/" icon="icon.swf" app="ma
in.swf"//applications/>
...to...
<app id="iPlayer" title="iPlayer" loc="/media/iPlayer/" icon="icon.swf" app="main.swf"/>
</applications>
<<<d="iPlayer" title="iPlayer" loc="/media/iPlayer/" icon="icon.swf" app="main.swf"/>
<app id="iPlayer" title="iPlayer" loc="/media/iPlayer/" icon="icon.swf" app="main.swf"/>
<<app id="iPlayer" title="iPlayer" loc="/media/iPlayer/" icon="icon.swf" app="ma
in.swf"//applications/>
...to...
<app id="iPlayer" title="iPlayer" loc="/media/iPlayer/" icon="icon.swf" app="main.swf"/>
</applications>
"EVERY DAY I'M JOGGLERING!"
Jogglering since Dec '09;
Tinkering with Jogglers since Feb '10 thanks to PMJ, Jogtools, PnP & sqpOS;
Gave something back Feb '12 to Apr '14 with PnP Mk II & PnP III;
Finally 'completed' PnP III Apr '15!
Jogglering since Dec '09;
Tinkering with Jogglers since Feb '10 thanks to PMJ, Jogtools, PnP & sqpOS;
Gave something back Feb '12 to Apr '14 with PnP Mk II & PnP III;
Finally 'completed' PnP III Apr '15!
Re: Lost icons
hi
can you just explain how I edit the script to make that change or do I just telnet in and type
<app id="iPlayer" title="iPlayer" loc="/media/iPlayer/" icon="icon.swf" app="main.swf"/>
</applications>
thanks
can you just explain how I edit the script to make that change or do I just telnet in and type
<app id="iPlayer" title="iPlayer" loc="/media/iPlayer/" icon="icon.swf" app="main.swf"/>
</applications>
thanks
Re: Lost icons
1) telnet in
2) cd media/appshop
3) vi applications.xml
4) hit i to go into insert mode
5) scroll all the way to the last line using arrow down, and then to the end of line using "End" key
6) delete line using backspace
7) arrow up and "End" and delete that line
8) continue deleting lines but stop before this line:
<app id="250" title="Weather" loc="/media/appshop/250/" icon="icon.swf" app="ma
in.swf"/>
9) enter these 2 lines
<app id="iPlayer" title="iPlayer" loc="/media/iPlayer/" icon="icon.swf" app="main.swf"/>
</applications>
10) Hit ESC followed by :x return (save and exit)
11) killall tango
12) Voila! (hopefully!)
2) cd media/appshop
3) vi applications.xml
4) hit i to go into insert mode
5) scroll all the way to the last line using arrow down, and then to the end of line using "End" key
6) delete line using backspace
7) arrow up and "End" and delete that line
8) continue deleting lines but stop before this line:
<app id="250" title="Weather" loc="/media/appshop/250/" icon="icon.swf" app="ma
in.swf"/>
9) enter these 2 lines
<app id="iPlayer" title="iPlayer" loc="/media/iPlayer/" icon="icon.swf" app="main.swf"/>
</applications>
10) Hit ESC followed by :x return (save and exit)
11) killall tango
12) Voila! (hopefully!)
Re: Lost icons
worked great - fantatsic - thank you - just watched the football