NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) nDroid v
« Previous 1 2 3 4 5 6 7 Next »
Windows 8 (64 bit) Ports do not open

 
  • 0 Vote(s) - 0 Average
Windows 8 (64 bit) Ports do not open
brianf21
Offline

Junior Member

Posts: 6
Threads: 1
Joined: Apr 2013
#1
2013-04-30, 08:01 PM
When I start the service the ports never show under netstat. Windows 8 is a fresh install. Do I need to install .NET first?
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,583
Threads: 384
Joined: Dec 2004
#2
2013-04-30, 09:47 PM
brianf21 Wrote:When I start the service the ports never show under netstat. Windows 8 is a fresh install. Do I need to install .NET first?
I'm not sure I understand. I'm assuming you have NextPVR installed and working? After that, you just need to install the nDroid service on the same machine and the nDroid app on your Android device.
gEd
Offline

Posting Freak

London
Posts: 3,514
Threads: 100
Joined: Jan 2005
#3
2013-04-30, 10:27 PM
Not sure if this helps but on win7 I had to open the actual port as attempting to create a rule to allow the ndroid service .exe through did not work.
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
brianf21
Offline

Junior Member

Posts: 6
Threads: 1
Joined: Apr 2013
#4
2013-04-30, 10:30 PM
Yes, I do have nDroid service installed in running and also the NextPVR installed and running. When I installed and started the nDroid service and ran netstat -an, the ports were not listed as "listening". I rebooted the machine and now the ports are showing up in netstat. I have the same issues configuring the nDroid service as Windows 7 64 bit users, but I got around that by editing the config file manually.

New problem - when I launch the nDroid (TE) 2.0.1 app after configuring it, the error that I get immediately is "Error = FILE_DOWNLOAD_BAD_RESPONSE."
brianf21
Offline

Junior Member

Posts: 6
Threads: 1
Joined: Apr 2013
#5
2013-04-30, 10:41 PM
Thanks gEd. I created rules in firewall for the nDroid service but that shouldn't prevent a port from opening, just prevent connections to the port. Correct me if I am wrong on this point. But in any case, a reboot fixed that issue.
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,583
Threads: 384
Joined: Dec 2004
#6
2013-04-30, 11:38 PM
Sorry, I'm working on about 4 different projects at the same time tonight so hadn't thought about your firewall being the problem.

brianf21 Wrote:Thanks gEd. I created rules in firewall for the nDroid service but that shouldn't prevent a port from opening, just prevent connections to the port. Correct me if I am wrong on this point. But in any case, a reboot fixed that issue.
The problem with Windows Firewall and creating rules for specific EXE files is that it usually seems to only create outbound rules instead of the required behaviour which is the inbound ports that need to be open.

brianf21 Wrote:Yes, I do have nDroid service installed in running and also the NextPVR installed and running. When I installed and started the nDroid service and ran netstat -an, the ports were not listed as "listening". I rebooted the machine and now the ports are showing up in netstat. I have the same issues configuring the nDroid service as Windows 7 64 bit users, but I got around that by editing the config file manually.

New problem - when I launch the nDroid (TE) 2.0.1 app after configuring it, the error that I get immediately is "Error = FILE_DOWNLOAD_BAD_RESPONSE."
Looking at the code, that indicates one of the required files needed for downloading doesn't exist. In theory though it could mean the firewall is still blocking incoming traffic for HTTP on the nDroid Service ports.
brianf21
Offline

Junior Member

Posts: 6
Threads: 1
Joined: Apr 2013
#7
2013-04-30, 11:43 PM
I created custom in bound and outbound rules. I will turn off the firewall then test again and report my findings.
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,583
Threads: 384
Joined: Dec 2004
#8
2013-04-30, 11:46 PM
brianf21 Wrote:I will turn off the firewall then test again and report my findings.
Good idea at this stage.

The nDroid Service logs will be at C:\Users\Public\Beetec Services\nDroid Service\logs (I think). Zip and attach them if you still have problems and I'll take a look.
brianf21
Offline

Junior Member

Posts: 6
Threads: 1
Joined: Apr 2013
#9
2013-05-01, 02:25 AM
Seems I am missing a couple of files: epggenresxml.zip and recurringrecxml.zip

Code:
30/04/2013 22:22:14.634 CreateHttpListener() listening...
30/04/2013 22:22:14.655 hrhkey.Key: x-ndroid-appversioncode hrhkey.Value: 201
30/04/2013 22:22:14.655 hrhkey.Key: x-ndroid-action hrhkey.Value: download
30/04/2013 22:22:14.655 hrhkey.Key: x-ndroid-file hrhkey.Value: epggenresxml.zip
30/04/2013 22:22:14.655 hrhkey.Key: Connection hrhkey.Value: Keep-Alive
30/04/2013 22:22:14.655 hrhkey.Key: Accept-Encoding hrhkey.Value: gzip
30/04/2013 22:22:14.655 hrhkey.Key: Host hrhkey.Value: 192.168.1.88:8790
30/04/2013 22:22:14.655 User authenticated
30/04/2013 22:22:14.655 ProcessDownload() called...
30/04/2013 22:22:14.655 ProcessDownload() - Requested File: epggenresxml.zip
30/04/2013 22:22:14.655 ProcessDownload() - File not found
30/04/2013 22:22:14.655 Closing response.OutputStream...
30/04/2013 22:22:14.656 Closing response...
30/04/2013 22:22:14.656 CreateHttpListener() listening...
30/04/2013 22:22:14.667 hrhkey.Key: x-ndroid-appversioncode hrhkey.Value: 201
30/04/2013 22:22:14.667 hrhkey.Key: x-ndroid-action hrhkey.Value: download
30/04/2013 22:22:14.667 hrhkey.Key: x-ndroid-file hrhkey.Value: recurringrecxml.zip
30/04/2013 22:22:14.667 hrhkey.Key: Connection hrhkey.Value: Keep-Alive
30/04/2013 22:22:14.667 hrhkey.Key: Accept-Encoding hrhkey.Value: gzip
30/04/2013 22:22:14.667 hrhkey.Key: Host hrhkey.Value: 192.168.1.88:8790
30/04/2013 22:22:14.667 User authenticated
30/04/2013 22:22:14.667 ProcessDownload() called...
30/04/2013 22:22:14.667 ProcessDownload() - Requested File: recurringrecxml.zip
30/04/2013 22:22:14.667 ProcessDownload() - File not found
30/04/2013 22:22:14.667 Closing response.OutputStream...
30/04/2013 22:22:14.667 Closing response...
30/04/2013 22:22:14.667 CreateHttpListener() listening...
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,583
Threads: 384
Joined: Dec 2004
#10
2013-05-01, 02:40 AM
You need to update to v1.8.8 of the nDroid Service available on the NDroid (TE) wiki page.

Sorry it's all a bit disjointed at the moment and I haven't got all the documentation up to date.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  nDroid Setup on Windows 10 firewall issue fixed max0r4axor 0 4,593 2015-05-19, 04:56 AM
Last Post: max0r4axor
  Installation Failure on Windows 8.1 x64 Elseer 1 4,778 2014-05-06, 12:44 AM
Last Post: bgowland
  Windows Firewall problem OTAjunkie 1 2,242 2013-02-05, 05:49 PM
Last Post: bgowland

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode