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
#31
2011-04-03, 09:00 PM
I'll put together a version which logs the DB import stuff to a text file on the SD card and post it ASAP. The zip files you sent me are working fine here so I'm not sure what's failing at your end.
pwrmac7100
Offline

Junior Member

Posts: 25
Threads: 6
Joined: Sep 2007
#32
2011-04-09, 12:37 AM
I am getting the same error as agerdin. I never had a previous version of nDroid, so there was nothing to uninstall. I ran you command and got the below result:

C:\Documents and Settings\Winston>sc qc "nDroid Service"
[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:\Program Files\Beetec Services\nDroid Service\nDr
oidService.exe
LOAD_ORDER_GROUP :
TAG : 0
DISPLAY_NAME : nDroid Service
DEPENDENCIES :
SERVICE_START_NAME : LocalSystem
AMD Athalon 64 X2 Dual 4600+ (2.4GHz) | 3GB RAM | Windows XP Pro | ATI All In Wonder 2006 | Hauppauge HVR-1600 | Hauppauge HVR-2250 | Hauppauge MVP
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,583
Threads: 384
Joined: Dec 2004
#33
2011-04-09, 02:14 AM (This post was last modified: 2011-04-09, 04:23 AM by bgowland.)
pwrmac7100 Wrote:I am getting the same error as agerdin.
I might have an angle on this...

Check to see if you have a file/folder called Program on your C: drive. If you have and it isn't important then delete it then try starting the nDroid Service.
pwrmac7100
Offline

Junior Member

Posts: 25
Threads: 6
Joined: Sep 2007
#34
2011-04-11, 12:46 AM
Sorry for the delay. I did have a file called 'Program' on C:. I deleted the file and the service started. Care to offer an explanation?
AMD Athalon 64 X2 Dual 4600+ (2.4GHz) | 3GB RAM | Windows XP Pro | ATI All In Wonder 2006 | Hauppauge HVR-1600 | Hauppauge HVR-2250 | Hauppauge MVP
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,583
Threads: 384
Joined: Dec 2004
#35
2011-04-11, 03:56 AM
pwrmac7100 Wrote:Sorry for the delay. I did have a file called 'Program' on C:. I deleted the file and the service started. Care to offer an explanation?
Good news on the service starting. Smile

As for an explanation, if you're a teccy this sort of explains it...Weird but solved!

Basically a bug/feature (call it what you like) which allows registering a service without quotes for the path. Example, your sc qc output...

Code:
BINARY_PATH_NAME : C:\Program Files\Beetec Services\nDroid Service\nDroidService.exe

No quotes but a space after the C:\Program part of the path. It appears this is allowable and doesn't cause problems unless there really is a file/folder called 'C:\Program' at which point Windows thinks that's the service and tries to start it. If it was installed to C:\Some Folder\ndroidService.exe it would be fine unless there was a file called 'C:\Some'.

Nice huh?...or not as the case may be, especially as I was using the native 'sc create' command to register it...way to go MS! Sigh!

I've just been working on a new version of the installer which uses my original service installer approach and puts quotes where they're needed. Hopefully it will prevent future problems.

Cheers,
Brian
pwrmac7100
Offline

Junior Member

Posts: 25
Threads: 6
Joined: Sep 2007
#36
2011-04-12, 12:04 AM
very interesting...and somewhat funny
AMD Athalon 64 X2 Dual 4600+ (2.4GHz) | 3GB RAM | Windows XP Pro | ATI All In Wonder 2006 | Hauppauge HVR-1600 | Hauppauge HVR-2250 | Hauppauge MVP
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,583
Threads: 384
Joined: Dec 2004
#37
2011-04-12, 12:30 AM
pwrmac7100 Wrote:very interesting...and somewhat funny
Funny in the bizarre sense of the word. Smile The more I think about it, the more my mind boggles as to how they could let such partial functionality exist. Oh well.
fuzzweed
Offline

Posting Freak

Posts: 1,210
Threads: 200
Joined: May 2006
#38
2011-06-16, 06:14 AM
Feedback:
1) Most importantly, it installed and worked first time - great stuff!
2) If the server address is set wrong on the initial settings page there's no way (that I could see) to correct with out un/reinstalling the app as it launches into an error page. Could be a problem with dynamically signed IP addresses.
3) Would swipe left/ right to change channel (app page, not the tv!) be a possibility for a future release?
Thanks for coming up with the idea for this and making it work, I can see it being quite a useful little addon for gbpvr.

Server Win7
Droid Zte Blade, 2.2 Froyo rooted
[SIZE="1"]Server: Win7 N | AMD Phenom II X4 3.2GHz | 4Gig RAM | Gigabyte GA-MA770-DS3 Mobo | 5TB+ HDDs | 2x BlackGold Twin HD DVB-T| ATI HD 5450 | Cambridge Audio DAC Magic
Client 1: OpenElec / XBMC | Dell GX280 P4 3.4GHz |2Gig RAM | ATI HD 5450 | SPDIF pass through
Client 2: OpenElec / XBMC | Dell GX280 P4 3.4GHz |2Gig RAM | ATI HD 5450 | C-MEDIA USB DAC
Android: Samsung Galaxy S2 GT-I9100 4.4.2 Cyanogenmod 11[/SIZE]
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,583
Threads: 384
Joined: Dec 2004
#39
2011-06-16, 07:17 PM
Quote:1) Most importantly, it installed and worked first time - great stuff!
Great! Smile

Quote:2) If the server address is set wrong on the initial settings page there's no way (that I could see) to correct with out un/reinstalling the app as it launches into an error page. Could be a problem with dynamically signed IP addresses.
If you press the MENU button there's an option for 'Network Settings'...or are you unable to get that far before it crashes?

BTW, you should be able to reset everything without un-installing by simply using Settings -> Applications -> Manage Applications then select nDroid and use the 'Clear data' button. That should take it back to a 'first run' state next time you launch it.

Quote:3) Would swipe left/ right to change channel (app page, not the tv!) be a possibility for a future release?
I've thought about this (I think somebody may have mentioned it previously but can't remember). It may be of some use to navigate between channels close together but only in addition to the current pop-up channel selector - swiping lots of channels would be slow (obviously). It's on a 'possibly maybe' list.

Quote:Thanks for coming up with the idea for this and making it work, I can see it being quite a useful little addon for gbpvr.
Thanks for the feedback.

It's been on a back-burner for a while as it was beginning to get over complex (from a code point of view). I've started work on another version which initially won't have much more functionality but should be a lot more stable and solve a few major issues I'd identified behind the scenes.

Cheers,
Brian
txinga
Offline

Member

Posts: 71
Threads: 23
Joined: Aug 2005
#40
2011-07-05, 09:17 PM
Nifty looking app. I cannot see any program data though. The install seemed to go smoothly. My DroidX downloaded the content from the server over wifi just fine, but no program data. I do see the channels. The client will connect via wifi or 3g.

Here are my log files.

Thanks,

txinga
« 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,858 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