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 … 5 6 7 8 9 … 20 Next »
nDroid v1.2.x (Beta) support thread

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

Member

Posts: 243
Threads: 45
Joined: Jul 2010
#91
2011-03-20, 03:34 AM
My server changed IP address, so I got an error on nDroid. Fair enough. But when I pressed OK, nDroid dropped out, and I was unable to change the network settings to fix the problem. I had to delete data, and then restart. Perhaps it could just drop into the network settings screen in this case?

Also, could we get some sort of indication of how up-to-date the EPG data is? Its hard to tell if its been updated or not. Maybe a date at the top?
[SIZE="1"]NPVR 2.6.2;Windows 7 Enterprise SP1;i5 750; 8GB mem;Geforce 210;Winfast DTV100 S, Winfast DTV Dongle Gold; 2 x Winfast DTV2000DS
[/SIZE]
bgowland
Online

Posting Freak

West Yorkshire, UK
Posts: 4,591
Threads: 386
Joined: Dec 2004
#92
2011-03-20, 09:44 AM
Nistrod Wrote:My server changed IP address, so I got an error on nDroid. Fair enough.
Out of interest can you remember the wording of the message (i.e., was it an nDroid error box or a standard Android...Force Close type message?)

I've been working on handling connection problems more gracefully and my original goal was to always allow for off-line usage (after the 'first run' setup) for guide browsing and submitting 'queued' recording requests to be processed when a connection is available.

There's a way to go on that (queuing requests, I mean) but I'll be able to release a version later which doesn't require a network connection at startup which would help in that scenario.

Quote:Also, could we get some sort of indication of how up-to-date the EPG data is? Its hard to tell if its been updated or not. Maybe a date at the top?
Yes, I'll put a simple status screen in but initially it will require checking manually from the menu button. When I get as far as using the Notification Manager you'll get success/failure notifications on things like that...a way to go before I get there though.

Thanks for the feedback, oh and I meant to comment on your previous post...It made it to a Home Screen...praise indeed. Cool
Nistrod
Offline

Member

Posts: 243
Threads: 45
Joined: Jul 2010
#93
2011-03-20, 09:54 PM
Quote:Out of interest can you remember the wording of the message
It looked like an application generated error - SERVER_NOT_AVAILABLE, with an OK button. At that point, pressing OK meant the app just went away.
[SIZE="1"]NPVR 2.6.2;Windows 7 Enterprise SP1;i5 750; 8GB mem;Geforce 210;Winfast DTV100 S, Winfast DTV Dongle Gold; 2 x Winfast DTV2000DS
[/SIZE]
bgowland
Online

Posting Freak

West Yorkshire, UK
Posts: 4,591
Threads: 386
Joined: Dec 2004
#94
2011-03-20, 10:07 PM
Nistrod Wrote:It looked like an application generated error - SERVER_NOT_AVAILABLE, with an OK button. At that point, pressing OK meant the app just went away.
Thanks - yes that's one of mine. Slightly more graceful than simply locking up (as early versions did) but admittedly not much help in your case. My current version starts without the need for a network connection - I've a few other things to finish before I upload though.
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,669
Threads: 170
Joined: Jun 2007
#95
2011-03-21, 01:10 AM
Brian,

Something else to think about: maybe have nDroid look in some location on the phone for a file with default configuration values. Admitedly this feature would not be particularly needed once the application is "finished" and in production. But, for now, when we keep getting new versions, uninstalling the old version, and then installing the new version, it would be nice to not have to enter all of the configuration items over and over again. For a new install, I would suggest still displaying the configuration settings screen, but just populate the fields with default values from a file on the phone that is not part of the application.

- Brett
bgowland
Online

Posting Freak

West Yorkshire, UK
Posts: 4,591
Threads: 386
Joined: Dec 2004
#96
2011-03-21, 01:58 AM
BrettB Wrote:Admitedly this feature would not be particularly needed once the application is "finished" and in production.
Hi Brett,

Finished? I'm glad you have confidence in my abilities. Seems like every time I complete one stage I find three more to add to the todo list. Big Grin

Quote:But, for now, when we keep getting new versions, uninstalling the old version, and then installing the new version, it would be nice to not have to enter all of the configuration items over and over again.
Since the version which added the Splash screen, it should be fine just to install over the top of a previous version and it'll remember everything.

Quote: For a new install, I would suggest still displaying the configuration settings screen, but just populate the fields with default values from a file on the phone that is not part of the application.
I could do this as a manual 'backup settings' option but not automatically - I'd rather not leave anything behind that the user hasn't agreed. The ethos of Android apps seems very much that they should clean up, switch off the light and close the door behind them on an un-install (if you see what I mean).

Worth thinking about though - I'll see what the options are for this. I do have a 'MyDocuments' folder on my SD card but I don't know if it's specific to my android version/phone or if it's a standard folder...

Cheers,
Brian
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,669
Threads: 170
Joined: Jun 2007
#97
2011-03-21, 02:10 AM
bgowland Wrote:Finished? I'm glad you have confidence in my abilities. Seems like every time I complete one stage I find three more to add to the todo list. Big Grin
Well, I did put the "finished" in quotes. Big Grin I'm sure that users like us will continually have ideas for improvements!


Quote:Since the version which added the Splash screen, it should be fine just to install over the top of a previous version and it'll remember everything.
I didn't know that we could now just installed on top of the old version. If that is the case, then this ability probably isn't that useful. I was just getting tired of having to put in the ip address, username, and password everytime. Plus, as new options are added, it would just get worse.

Quote:I'd rather not leave anything behind that the user hasn't agreed. The ethos of Android apps seems very much that they should clean up, switch off the light and close the door behind them on an un-install (if you see what I mean).
Actually, I wasn't thinking that YOU (or rather nDroid) would create the file. I was thinking that I (as the user/tester) would manually create the file on my PC and then move it over the phone to whatever special location nDroid would check for it.

But, like I said, if we don't need to keep uninstalling, then it's probably not a big deal.
bgowland
Online

Posting Freak

West Yorkshire, UK
Posts: 4,591
Threads: 386
Joined: Dec 2004
#98
2011-03-21, 03:06 AM
BrettB Wrote:I didn't know that we could now just installed on top of the old version.
I'd always advised a fresh install especially as start-up relied on a number of different things but since I added the splash screen activity, it's got a lot more stable (although I wasn't sure of that at the time). If I make any major changes then a fresh install might be needed but I'm hoping general updates shouldn't need it now.

Quote:I was thinking that I (as the user/tester) would manually create the file on my PC and then move it over the phone to whatever special location nDroid would check for it.

But, like I said, if we don't need to keep uninstalling, then it's probably not a big deal.
I'll still bear it in mind though as it could be useful.

Cheers,
Brian
bgowland
Online

Posting Freak

West Yorkshire, UK
Posts: 4,591
Threads: 386
Joined: Dec 2004
#99
2011-03-22, 04:53 AM
Two things...

First, I've created an nDroid wiki page at...

http://www.nextpvr.com/nwiki/pmwiki.php?...ity.NDroid

...I need to do a fair amount of work on it as most of the content has simply been cut/pasted from the original posts in this thread. I'm hoping it's pretty accurate though.

Secondly, I've uploaded v1.2.10 of the nDroid client and a new version of the nDroidService.

NOTE Please download and install both as there have been changes that affect each other's behaviour.

Please see post #1 of this thread for the changes - nothing ground-breaking as I've done a lot of behind the scenes work on stability and also some preparation for some enhancements.

Also, please note the Menu option for 'Manual Record' is currently disabled so don't be surprised if nothing happens when you select it. Smile
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,130
Threads: 957
Joined: May 2006
#100
2011-03-23, 04:34 AM
It could be the size of my 200+ channels, but each time I start nDroid now or try to change channels it takes a long time (minutes), the screen saver comes on twice, and I even get the Force Close Wait/prompt.

The new missing icon is nice and the channel numbers will become helpful when it is practical to change channels.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (12): « Previous 1 … 8 9 10 11 12 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Locast support dave87769 1 2,791 2019-02-02, 04:31 PM
Last Post: dave87769
  searchlite not working is their still support fame1418 5 6,452 2017-12-18, 08:51 PM
Last Post: mvallevand
  Timing.Info creator support thread. mvallevand 10 7,601 2016-10-25, 01:36 AM
Last Post: mvallevand
  AutoRefresh: Support Thread imilne 35 16,155 2015-01-12, 07:28 PM
Last Post: imilne
  SubMenu: Support Thread imilne 35 11,759 2013-03-07, 11:40 AM
Last Post: imilne
  ReClockOrNot: Support Thread imilne 13 6,216 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,080 2012-03-11, 07:48 AM
Last Post: erik
  System: Support Thread imilne 29 12,170 2012-03-10, 09:19 PM
Last Post: Jaggy
  Samsung Galaxy Tab 7.7 support odin 17 6,846 2012-02-11, 07:45 PM
Last Post: bgowland
  nDroid translators needed bgowland 4 3,077 2011-11-25, 04:10 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