Page 3 of 12

Widgets for B (2009) from C (2010)

Posted: Tue Nov 09, 2010 9:10 pm
by moras86
With help of juuso I got some widget from C650 (copy using telnet).
Couple of them can find on site:
http://samygo.ugu.pl/widget/lista/
(at polish but I think easy to use)

Now we can install at B series: Google Maps, Getty Images or some games.
I tray else but some of it doesn't work, eg: DailyMotion or newer version of YouTube.

Widgets can be install using method what I describe some post earlier. But you can use home server (like Apache). Also describe here - http://samygo.ugu.pl/faq/#Internet_widgets (Yes, polish language too).

Re: Install Apps on Pre-2010 TVs?

Posted: Sat Nov 13, 2010 2:25 pm
by juusso
Could you write how did modify gmaps to load on B series TV?

Widgets for B (2009) from C (2010)

Posted: Sat Nov 13, 2010 4:09 pm
by moras86
juuso wrote:Could you write how do you did modify gmaps to load on B series TV?
Yes, it's very easy. Here you go:

1. Need to have widget copy from TV internal memory (from C650 or similar)
2. Find file named config.xml end open it using text editor (I prefer Notepad++)
Change or add strings:

Code: Select all

<autoUpdate>n</autoUpdate>
<type>user</type>
<mgrver>1.066</mgrver>
Last string is Widgets Manager version. Must use format x.xxx and be smaller or same as TV Internet@TV Widget Manager version (can check this in Internet@TV > Settings > Preferences)

3. Create an archive in zip format from all widgets files (main files like config.xml , index.html , *.js must be direct in archiv - without folder)
4. In this same folder create file widgetlist.xml with this content:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<rsp stat="ok"><list>

	<widget id="ID_NAME">
		<title>NAME</title>
		<compression size="FILES_SIZE" type="zip"/>
		<description></description>
		<download>http://192.168.1.10/ARCHIVE_NAME.zip</download>
	</widget>

</list></rsp>
ID_NAME - identification name (can be same as NAME)
NAME - widget name showing when install
FILES_SIZE - total size of all files using to create widget archive (in bytes)
ARCHIVE_NAME - name of zip widget archive (ID address like 192.168.1.10 depends for you local server)

5. Save and install using Internet@TV Develop account.

Cheers ;)

Re: Install Apps on Pre-2010 TVs?

Posted: Sat Nov 13, 2010 4:16 pm
by juusso
oh, its enought to change right widget manager number. Ok :)
It would be great to have widget manager from C series working. What about extract whole encrypted widget manager from C and place it to update for B series with very latiest fw (i think it can decrypt fw upgrade files, it could decrypt and use encrypdet manager too).

Re: Install Apps on Pre-2010 TVs?

Posted: Mon Nov 22, 2010 2:29 pm
by lacibogi
hi,

i would like to ask about installing own widgets via develop account.
if I set up my own IP addres, i?ve got synchronization and got the new widget, it?s not possible to load another widget into TV?
I want more widgets and for that I need to use two another IPs. but when I set up the second IP, widget I?ve got from the first deleted himslef.
hope you understand me.

thx

Re: Install Apps on Pre-2010 TVs?

Posted: Mon Nov 22, 2010 3:29 pm
by juusso
I guess, you have to logout developer account to use other widgets or am i wrong?

Re: Install Apps on Pre-2010 TVs?

Posted: Mon Nov 22, 2010 3:43 pm
by lacibogi
i?ll explain the issue.

from IP xxx.xxx.xxx.xxx i want to load widget netplayer.
from another IP, localhost, i want to load another widget.

if in develop menu is writtin the fisrt IP i have loaded widget netplayer, but when i change the IP to my local netplayer deleted him self.
how to solve if i want to have loaded widget from first and also from my localhost?

Re: Install Apps on Pre-2010 TVs?

Posted: Mon Nov 22, 2010 3:54 pm
by timoo
why dont change widgetlist.xml to download from other location??

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<rsp stat="ok">
	<list>
		<widget id="local">
			<title>test_t_Europe_20100922</title>
			<compression size="1063" type="zip"/>
			<description></description>
			<download>http://192.168.1.1/Widget/test_t_Europe_20100922.zip</download>
		</widget>
		<widget id="internet">
			<title>14100009003_002</title>
			<compression size="7701847" type="zip"/>
			<description></description>
			<download>http://XXX.XXX.XXX.XXX/Widget/14100009003_002.zip</download>
		</widget>
	</list>
</rsp>

Re: Install Apps on Pre-2010 TVs?

Posted: Mon Nov 22, 2010 3:56 pm
by juusso
Copy NetPlayer widget over telnet to your homeserver and enjoy! Widgets are placed on /mtd_down/

Re: Install Apps on Pre-2010 TVs?

Posted: Mon Nov 22, 2010 4:14 pm
by lacibogi
good idea for me, i have telnet.
but other user have not telnet. i asked regarding their isuue.
thx