Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - xmob

1
Software / Re: BT Vision Questions
27. May 2009, 16:35
Sorry, yes I can do you a mod chip.  Have you checked the wiki and micks howto to see how it's installed?

PM me your address and I'll get one sent over.
2
This might never lead to anything useful


C'mon!  You know we're all determined enough to make something useful.   ;)
3
Software / Re: BT Vision Questions
23. May 2009, 21:51
What are your soldering skills like?  I have no problem programming a mod chip for you, but you'll still need to solder it to the motherboard.
4
Software / Re: BT Vision Questions
23. May 2009, 20:59
Unless you can emulate BTs servers (complete with certificates), yes.   :(
5
Software / Re: BT Vision Questions
23. May 2009, 20:28

1. Do I have to have BT Vision activated on my BT account for the DVR/EPG to work?

Officially, yes.
2. Do I have to be connected to get the EPG Info and use DVR?

Officially, yes.
3. I've got WinCE apps I would like to use, Can I just use them vanilla or do I have to mod my box?

You need to mod your box.


However, one you've installed a mod chip (see the wiki), then all sorts of possibilities potentially open up.
6
Linux / working linux ucodes
16. May 2009, 13:10

Success. Linux on the x300t, playing a mp3 file. With sound !!!!


Just so I understand this right, you now have a box running Linux with audio and video?  If that's the case, that was exactly my plans for my collection of BT Vision boxes.  Top job!!!   :)

With a proper build environment, we should now be heading to an excellent network media player.
7
Software / Re: BT Vision Beta Update
12. May 2009, 15:09
Telnet to port 8080 then type

Code: [Select]
HEAD / HTTP/1.0[cr]
[cr]


Where [cr] = Carriage return.  Unless you turn local echo on you'll have to type blind.   ;)
8
Software / Re: BT Vision Beta Update
12. May 2009, 14:11

Now shows port 8080 tcp open, described as 'http-proxy' by the port scanner


I haven't got this software on any of my boxes yet.  In the meantime, what happens if you go to http://[box ip address]:8080 in your browser?

I'll hopefully get the chance to have a fiddle later this afternoon.
9
Software / Re: BT Vision Beta Update
11. May 2009, 12:33
BuildSelector.xml looks interesting too.
10
Software / Re: HTML/HTTP content
08. May 2009, 14:25
When starting tv2tasman.exe from the web interface I get this error:
Code: [Select]

2.try... The system cannot find the file specified. nativeCode:-2147479552 errorCode:-2147467259 base:System.ComponentModel.Win32Exception: The system cannot find the file specified.
at System.Diagnostics.PalErrors.Error()
at System.Diagnostics.Process.StartWithCreateProcess()
at System.Diagnostics.Process.Start()
at BooterCE.Httpd.HttpServer.executeFile()
at BooterCE.Httpd.HttpServer.handleCommand()
at BooterCE.Httpd.HttpServer.OnResponse()
at BooterCE.Httpd.HttpRequest.Process()


I have a feeling I'm missing something obvious here.   ???
11
Software / Re: HTML/HTTP content
07. May 2009, 23:50

Not sure what modified tv2client you are using (if any)


I'm not.   :-\

I think I need somebody to PM me some help.   ;)
12
Software / Re: HTML/HTTP content
07. May 2009, 19:48
Just as a matter of interest, what is the browser based on?  Is it PIE on IE4CE?
13
Software / Re: HTML/HTTP content
30. Apr 2009, 19:55
More specifically:
I have edited [font=courier]BootstrapDiag.xml[/font] so that one of the hrefs points to a plain HTML file on my server.

Interestingly the [font=courier]file:[/font] hrefs to files on the device do the same thing also.
14
Software / Re: HTML/HTTP content
30. Apr 2009, 19:19
I've added the mod chip, which is working fine.  (Did you know a dead ATX power supply has all the parts needed to make an RS232 AVR programmer?  :) )
Also patched NK.BIN and modified a few xml files as per your howto.

Just as a test, I tried a href to a web server on a local machine on my network.  No request was ever made to the web server.
15
Software / HTML/HTTP content
30. Apr 2009, 16:52
I've seen several posts giving an indication that users have been able to get their BT Vision box to talk HTTP and render HTML.

Try as I might, I cannot seem to manage this.   >:(

I get a black screen with "Starting. Please wait.", then nothing else?

What have I got wrong?