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
agerdin
Offline

Senior Member

Posts: 692
Threads: 96
Joined: Sep 2004
#11
2011-04-01, 10:24 PM
I am also getting the following:

sc create "nDroid Service" start= auto binPath= %1"\nDroidService.exe"

Code:
[SC] CreateService FAILED 1073:
The specified service already exists.
sc query nDroid Service
Code:
SERVICE_NAME: nDroid Service
        TYPE               : 10  WIN32_OWN_PROCESS
        STATE              : 1  STOPPED
                                (NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
        WIN32_EXIT_CODE    : 0  (0x0)
        SERVICE_EXIT_CODE  : 0  (0x0)
        CHECKPOINT         : 0x0
        WAIT_HINT          : 0x0
\\Agerdin
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,583
Threads: 384
Joined: Dec 2004
#12
2011-04-01, 10:28 PM
I think our posts overlapped - see my post http://forums.nextpvr.com/showthread.php...post408418
agerdin
Offline

Senior Member

Posts: 692
Threads: 96
Joined: Sep 2004
#13
2011-04-01, 10:32 PM
bgowland Wrote:Did you make sure that you uninstalled the previous version of the service (as described in post #2 of ths thread)?

Open a command prompt and try running...

Code:
sc qc "nDroid Service"

...then post what the result is.

Yes, I followed the uninstall instructions of the old service.

sc qc "nDroid Service"
Code:
[SC] GetServiceConfig SUCCESS

SERVICE_NAME: nDroid Service
        TYPE               : 10  WIN32_OWN_PROCESS
        START_TYPE         : 2   AUTO_START
        ERROR_CONTROL      : 1   NORMAL
        BINARY_PATH_NAME   : C:\Documents and Settings\All Users\Application Dat
a\NPVR\Tools\nDroid Service\nDroidService.exe
        LOAD_ORDER_GROUP   :
        TAG                : 0
        DISPLAY_NAME       : nDroid Service
        DEPENDENCIES       :
        SERVICE_START_NAME : LocalSystem
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,583
Threads: 384
Joined: Dec 2004
#14
2011-04-01, 10:40 PM
Quote:
Code:
[SC] GetServiceConfig SUCCESS

SERVICE_NAME: nDroid Service
        TYPE               : 10  WIN32_OWN_PROCESS
        START_TYPE         : 2   AUTO_START
        ERROR_CONTROL      : 1   NORMAL
        BINARY_PATH_NAME   : C:\Documents and Settings\All Users\Application Dat
a\NPVR\Tools\nDroid Service\nDroidService.exe
        LOAD_ORDER_GROUP   :
        TAG                : 0
        DISPLAY_NAME       : nDroid Service
        DEPENDENCIES       :
        SERVICE_START_NAME : LocalSystem

Other than the path, that looks the same I see for my installation. :confused:

Let me check something...
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,583
Threads: 384
Joined: Dec 2004
#15
2011-04-01, 10:54 PM
OK, I'm a bit stuck on this. Could you try uninstalling (use Control Panel Add/Remove Programs) then run the installer again? There's a slight possibility something went wrong with the installation the first time.

If that doesn't work I'll have to attach a new version with some more logging in it.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,814
Threads: 954
Joined: May 2006
#16
2011-04-01, 11:21 PM
bgowland Wrote:C:\Users\public\Beetec Services\nDroid Service\logs (for Vista and Windows 7)

I don't see this folder on Vista, and there are other Vista UAC issues,

First the config program gives this.

Code:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.UnauthorizedAccessException: Access to the path 'C:\ProgramData\Beetec Services\nDroid Service\nDroidSettings.xml' is denied.
   at uk.co.beetec.csharp.nDroid.XmlSettings.Save() in C:\Documents and Settings\gbpvr\My Documents\Visual Studio 2008\Projects\nDroidService\nDroidConfig\XmlSettings.cs:line 158
   at uk.co.beetec.csharp.nDroid.SettingsForm.btnSave_Click(Object sender, EventArgs e) in C:\Documents and Settings\gbpvr\My Documents\Visual Studio 2008\Projects\nDroidService\nDroidConfig\SettingsForm.cs:line 29
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


Also your two batch files in the Start Menu are not UAC aware so they won't control the services but they run so quickly you can't see the error.

Running any of these as administrator solves the issues.

Martin
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,583
Threads: 384
Joined: Dec 2004
#17
2011-04-01, 11:41 PM
mvallevand Wrote:I don't see this folder on Vista, and there are other Vista UAC issues
OK, I made some assumptions for Vista/W7 as I don't have either to test on.

I'll look at this closer. Thanks.
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,583
Threads: 384
Joined: Dec 2004
#18
2011-04-02, 12:40 AM
@Martin: Does everything else appear to work correctly, e.g., the service starts/runs OK and you're able to connect from your device?

I have a possible fix for the 'data' directory issue and I'll upload a test version ASAP but if there are other Vista issues I'd rather try to address them at the same time.

Cheers,
Brian
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,814
Threads: 954
Joined: May 2006
#19
2011-04-02, 12:57 AM
I didn't actually try and connect since there was no data directory with zip files but the service started. For UAC reasons I think the XML file should be in the data directory if you are going to have one.

Martin
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,583
Threads: 384
Joined: Dec 2004
#20
2011-04-02, 01:06 AM
mvallevand Wrote:I didn't actually try and connect since there was no data directory with zip files
Good point. Smile

Quote:For UAC reasons I think the XML file should be in the data directory if you are going to have one.
That's what I was aiming for but misinterpreted the use of the installer's env variables. Can you confirm that C:\users\public\ allows all users read/write access on Vista without UAC problems? That was my assumption and where I was intending the data files to go.
« Next Oldest | Next Newest »

Users browsing this thread: 2 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,339 2016-10-25, 01:36 AM
Last Post: mvallevand
  nDroid v1.2.x (Beta) support thread bgowland 119 38,838 2016-01-26, 06:55 PM
Last Post: bgowland
  AutoRefresh: Support Thread imilne 35 15,636 2015-01-12, 07:28 PM
Last Post: imilne
  SubMenu: Support Thread imilne 35 11,064 2013-03-07, 11:40 AM
Last Post: imilne
  ReClockOrNot: Support Thread imilne 13 5,940 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,021 2012-03-11, 07:48 AM
Last Post: erik
  System: Support Thread imilne 29 11,647 2012-03-10, 09:19 PM
Last Post: Jaggy
  Samsung Galaxy Tab 7.7 support odin 17 6,507 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