NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) v
« Previous 1 16 17 18 19 20 Next »
nDroid v1.3.x (Beta) support thread

 
  • 0 Vote(s) - 0 Average
nDroid v1.3.x (Beta) support thread
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,583
Threads: 384
Joined: Dec 2004
#41
2011-07-05, 09:34 PM
Everything looks fine at the server end. Best guess is the nDroid client isn't processing the EPG import correctly.

If you email me the zip files from the "...\nDroid Service\data\zip" folder I can try and reproduce things. My email address is available through my Profile here.

Just out of interest, what version of Android are you running?

Cheers,
Brian
txinga
Offline

Member

Posts: 71
Threads: 23
Joined: Aug 2005
#42
2011-07-05, 10:07 PM
Well, Hmm... I guess I shoulda waited a little longer. Just looked at my DroidX again and it's all there. Woohoo!

I'm running 2.3.3 on Verizon.
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,583
Threads: 384
Joined: Dec 2004
#43
2011-07-05, 10:37 PM
txinga Wrote:Well, Hmm... I guess I shoulda waited a little longer. Just looked at my DroidX again and it's all there. Woohoo!

I'm running 2.3.3 on Verizon.
OK, good news. I have had a few occasions myself where the guide data doesn't appear immediately - exiting and going back in again normally fixes it. I'm guessing that might have been the problem although I haven't worked out why it happens yet.

Useful to know you're using 2.3.3 thanks - there shouldn't be any compatibility issues there.

Cheers,
Brian
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,666
Threads: 170
Joined: Jun 2007
#44
2011-07-17, 03:56 PM
Brian,

I was just wondering if you've had a chance to do any more work on this project?

- Brett
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,583
Threads: 384
Joined: Dec 2004
#45
2011-07-17, 09:30 PM
Hi Brett,

Thanks for the continued interest - it's still ongoing but I had some bouts of 'writer's block' over the past few months which have slowed me down. I've been looking at it again over the past few days but I'm not sure when there'll be another update - hopefully soon-ish but no definite time frame.

Cheers,
Brian
tieke
Offline

Senior Member

Posts: 450
Threads: 72
Joined: Jul 2004
#46
2011-10-17, 11:21 PM
A very useful app, and so close to working for me, but selected programs don't record. Haven't had nDroid server previously installed, so no problem there (client version 1.3.7, service 1.3.4109.8816 according to phone).

Installed service on 32-bit win 7 server, everything appears fine - can browse listings on phone (xperia mini, running android 2.3.3) but when I go to record a program the phone hangs on "Setting - please wait.." for quite a time. Eventually listing shows up on phone as recording (in red), but on the server, the show doesn't appear in pending recordings, and if a guide update is made from the phone, the program is no longer coloured red.

Firewall is disabled, and sc qc "nDroid Service" results in standard:

SERVICE_NAME: nDroid Service
TYPE : 10 WIN32_OWN_PROCESS
START_TYPE : 2 AUTO_START
ERROR_CONTROL : 1 NORMAL
BINARY_PATH_NAME : C:\Program Files\Beetec Services\nDroid Service\nDr
oidService.exe
LOAD_ORDER_GROUP :
TAG : 0
DISPLAY_NAME : nDroid Service
DEPENDENCIES :
SERVICE_START_NAME : LocalSystem

Logs are attached - there's a few errors in the helper log. Have I missed something obvious in my setup?

cheers,

tieke
[SIZE="1"]Gigabyte GA-MA69GM-S2H motherboard, HD6450, Athlon X2 4800+, Ninja Mini cooler, 1Gig RAM, Antec Fusion Case, 2xHauppauge HVR-3000 DVB-S, win7, 1 MVP[/SIZE]
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,583
Threads: 384
Joined: Dec 2004
#47
2011-10-18, 11:23 PM (This post was last modified: 2011-10-20, 07:31 PM by bgowland.)
tieke Wrote:A very useful app, and so close to working for me, but selected programs don't record. Haven't had nDroid server previously installed, so no problem there (client version 1.3.7, service 1.3.4109.8816 according to phone).
Thanks for the positive response - I do hope it will be of use but I'm also aware the currently available version has its failings. (Must try harder Smile ).

From your logs I can see the record requests being received, for example...
Code:
18/10/2011 12:02:58.562 request: System.Net.HttpListenerRequest
18/10/2011 12:02:58.562 hrhkey.Key: x-ndroid-action hrhkey.Value: record
18/10/2011 12:02:58.562 hrhkey.Key: x-ndroid-oid hrhkey.Value: 1937813
18/10/2011 12:02:58.562 hrhkey.Key: x-ndroid-channeloid hrhkey.Value: 7148
18/10/2011 12:02:58.562 hrhkey.Key: x-ndroid-starttime hrhkey.Value: 2011-10-18 03:00:00
18/10/2011 12:02:58.562 hrhkey.Key: x-ndroid-title hrhkey.Value: The Best... 80s Tunes
18/10/2011 12:02:58.562 hrhkey.Key: x-ndroid-rectype hrhkey.Value: ro
18/10/2011 12:02:58.562 hrhkey.Key: Connection hrhkey.Value: Keep-Alive
18/10/2011 12:02:58.562 hrhkey.Key: Accept-Encoding hrhkey.Value: gzip
18/10/2011 12:02:58.562 hrhkey.Key: Host hrhkey.Value: 203.97.221.14:8790
18/10/2011 12:02:58.562 User authenticated

The nDroid service actually uses NEWA to schedule the recordings and the last line above (user authenticated) normally means the requests was handled correctly by NEWA. Admittedly it's a bit vague and I'll try to add more descriptive logging to the next version.

I'm not sure what the issue is as the ndroid service obviously 'thinks' it was successful and has replied to the phone with a success code (hence why it turns red in the nDroid listing on the phone). Can you try setting a recording and then check the web.log file in the NPVR\logs folder - this is where NEWA logs various things. You should see something like the following...
Code:
2011-10-19 00:09:26.807    [DEBUG][4]    Got Web Request (127.0.0.1): /public/services/ScheduleService.asmx
2011-10-19 00:09:26.807    [INFO][4]    webServiceAuthentication credential found
2011-10-19 00:09:26.822    [INFO][4]    
2011-10-19 00:09:26.822    [INFO][4]    
2011-10-19 00:09:26.822    [INFO][4]    *********************
2011-10-19 00:09:26.822    [INFO][4]    * Validating Incomming Web Service
2011-10-19 00:09:26.822    [INFO][4]    *
2011-10-19 00:09:26.838    [INFO][4]    *
2011-10-19 00:09:26.838    [INFO][4]    *
2011-10-19 00:09:26.838    [INFO][4]    Checking Server time....
2011-10-19 00:09:26.838    [INFO][4]    nowTime (Server-Local) = 19/10/2011 00:09:26
2011-10-19 00:09:26.838    [INFO][4]    nowTime (Server-UTC) = 18/10/2011 23:09:26
2011-10-19 00:09:26.838    [INFO][4]    Credential time string (from request) = 18/10/2011 23:09:26
2011-10-19 00:09:26.838    [INFO][4]    Credential time converted (Local) = 19/10/2011 00:09:26
2011-10-19 00:09:26.838    [INFO][4]    Credential time converted to DateObject = 18/10/2011 23:09:26
2011-10-19 00:09:26.838    [INFO][4]    Span time seconds (calc = server-utc - credential-utc) = 0
2011-10-19 00:09:26.838    [INFO][4]    User verified
2011-10-19 00:09:26.838    [INFO][4]    nowTime (Server) = 19/10/2011 00:09:26
2011-10-19 00:09:26.838    [INFO][4]    *
2011-10-19 00:09:26.838    [INFO][4]    *
2011-10-19 00:09:26.838    [INFO][4]    *********************
2011-10-19 00:09:26.838    [INFO][4]    
2011-10-19 00:09:26.838    [INFO][4]    
2011-10-19 00:09:27.041    [INFO][4]    @@@@@
2011-10-19 00:09:27.041    [INFO][4]    Found matching recording
2011-10-19 00:09:27.041    [INFO][4]    @@@@@
Out of interest, which version of NEWA are you using?

Cheers,
Brian
tieke
Offline

Senior Member

Posts: 450
Threads: 72
Joined: Jul 2004
#48
2011-10-20, 10:22 AM
Thanks for that - looks like it could well be an NEWA thing - was previously working, but for some reason now isn't. Will fault-find that end of things first.
cheers,
tieke
[SIZE="1"]Gigabyte GA-MA69GM-S2H motherboard, HD6450, Athlon X2 4800+, Ninja Mini cooler, 1Gig RAM, Antec Fusion Case, 2xHauppauge HVR-3000 DVB-S, win7, 1 MVP[/SIZE]
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,583
Threads: 384
Joined: Dec 2004
#49
2011-10-20, 07:48 PM
tieke Wrote:Thanks for that - looks like it could well be an NEWA thing - was previously working, but for some reason now isn't. Will fault-find that end of things first.
Did you miss the last line of my post asking which version of NEWA you are using?

I haven't tested with the latest version (I'm still running the NEWA which came with npvr 2.2.6). If you updated NEWA and UJB has made changes that might affect things, that may explain it although I don't know how likely that is. I'll install the latest NEWA and test it out.

Cheers,
Brian
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,583
Threads: 384
Joined: Dec 2004
#50
2011-10-20, 09:22 PM
OK, I've tested with the latest version of NEWA and everything looks fine to me. I'll hopefully be uploading a new version of the nDroidService to the wiki tonight so it might be worth installing it and taking things from there. Watch out for a Community Announcement post.

Cheers,
Brian
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (6): « Previous 1 2 3 4 5 6 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Locast support dave87769 1 2,713 2019-02-02, 04:31 PM
Last Post: dave87769
  searchlite not working is their still support fame1418 5 6,309 2017-12-18, 08:51 PM
Last Post: mvallevand
  Timing.Info creator support thread. mvallevand 10 7,340 2016-10-25, 01:36 AM
Last Post: mvallevand
  nDroid v1.2.x (Beta) support thread bgowland 119 38,863 2016-01-26, 06:55 PM
Last Post: bgowland
  AutoRefresh: Support Thread imilne 35 15,641 2015-01-12, 07:28 PM
Last Post: imilne
  SubMenu: Support Thread imilne 35 11,073 2013-03-07, 11:40 AM
Last Post: imilne
  ReClockOrNot: Support Thread imilne 13 5,941 2012-08-05, 11:23 AM
Last Post: imilne
  Looking for help to test Comskip live TV support for WTV and DVR-MS erik 0 2,022 2012-03-11, 07:48 AM
Last Post: erik
  System: Support Thread imilne 29 11,648 2012-03-10, 09:19 PM
Last Post: Jaggy
  Samsung Galaxy Tab 7.7 support odin 17 6,512 2012-02-11, 07:45 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