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. Future versions - feature request

 
  • 0 Vote(s) - 0 Average
nDroid. Future versions - feature request
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,589
Threads: 385
Joined: Dec 2004
#1
2011-08-12, 02:20 AM
Firstly thanks to those who have tested nDroid so far and apologies for the gap between releases. The last few months have been busy and I'd also painted myself into a corner with some initial design choices for the software. Programming for mobile devices is a whole different ball-game and I've spent a lot of time over the past few weeks undoing a lot of those bad choices.

I'm aiming for another release towards the end of the month so the request is to remind me of anything specific you'd like to see. It will mostly be just a maintenance release to start but with better network handling and potential for future features. I'll try and add any immediate suggestions to it if I can and then work on from there.

Cheers,
Brian
Nistrod
Offline

Member

Posts: 243
Threads: 45
Joined: Jul 2010
#2
2011-08-12, 06:50 AM
Important (well, to me): EPG by time, not channel - like Whats showing now, only more so.

Nice: Access from outside the firewall, Wake-PC functions - mine is ALWAYS asleep when I want to do something.
[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
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,589
Threads: 385
Joined: Dec 2004
#3
2011-08-12, 05:14 PM
Thanks for the reply...

Nistrod Wrote:Important (well, to me): EPG by time, not channel - like Whats showing now, only more so.
Do you mean something akin to the NextPVR / NEWA TV Guide? I've thought of this but I'm not sure how usable it would be on small screens. It's something I want to look at further though.

Quote:Nice: Access from outside the firewall, Wake-PC functions.
The work I've been doing on the network handling should hopefully mean it's more 'intelligent' when it comes to working out internal/external connections. As for waking PC - I have this working for my WLAN but don't know how to do this from outside of a local network.

Cheers,
Brian
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#4
2011-08-12, 05:21 PM
any chance you'd port it to WebOS? you don't need a WebOS device, the SDK comes with a full emulator that works exactly the same as a real phone. I don't know anything about smartphone software developement, but I've read many times that it's pretty easy to make android and ios apps work on webos.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,589
Threads: 385
Joined: Dec 2004
#5
2011-08-12, 06:18 PM
johnsonx42 Wrote:any chance you'd port it to WebOS? you don't need a WebOS device, the SDK comes with a full emulator that works exactly the same as a real phone. I don't know anything about smartphone software developement, but I've read many times that it's pretty easy to make android and ios apps work on webos.
I've wondered about other platforms but to be honest it's unlikely to be something I'd attempt any time soon.

There seems to be two main camps when it comes to smartphone development - those that develop web-based apps using Javascript, HTML, XML etc and those that write 'native' apps using Java (for Android), Objective-C (for iOS) etc.

I can see that developing web-based apps cross-platform would be relatively straight-forward but nDroid is a native app with perhaps ~2000 lines of Java using native Android components. Porting it would be a pretty big task unless there are any tools written specifically to process one smartphone's native code to another.

Cheers,
Brian
Nistrod
Offline

Member

Posts: 243
Threads: 45
Joined: Jul 2010
#6
2011-08-13, 08:07 AM
There is an app called IceTV which has similar functionality to nDroid. It works with a range of devices. It displays all the shows sorted by start time. All shows that start at the same time have a header with the time, then one or two lines per show, with title and channel. Touch the show and the details appear, with Record and Add to Favorites button. I think it is AUS only.

They seem to have resolved the remote access issue - you register an account, so I guess it is handled on their servers.

Just a suggestion.

I can live with wake-on-lan from the local network. Better than nothing.
[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
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,589
Threads: 385
Joined: Dec 2004
#7
2011-08-15, 02:57 AM (This post was last modified: 2011-08-15, 03:01 AM by bgowland.)
Nistrod Wrote:There is an app called IceTV... It displays all the shows sorted by start time. All shows that start at the same time have a header with the time, then one or two lines per show, with title and channel. Touch the show and the details appear, with Record and Add to Favorites button. I think it is AUS only.
I think I'm getting an idea but if you could supply screenshots it would help. It seems they used to cover NZ but withdrew that and I certainly can't find their Android client on the UK Android Market. So, yes, it looks like AUS only.

Quote:They seem to have resolved the remote access issue - you register an account, so I guess it is handled on their servers.
Location of servers isn't a problem...location of the mobile devices is the issue. How does their mobile client handle a situation where you choose to Record a programme but you're on an underground train with no network connection?
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#8
2011-08-15, 05:01 AM
bgowland Wrote:I can see that developing web-based apps cross-platform would be relatively straight-forward but nDroid is a native app with perhaps ~2000 lines of Java using native Android components. Porting it would be a pretty big task unless there are any tools written specifically to process one smartphone's native code to another.
I think WebOS just got rid of Java too. Or maybe it was JavaScript they got rid of? Not being a software developer, I am unclear on these sorts of things. But yes, I do understand that native apps are a lot more work to port than web-technology apps, though I have read that some native iOS apps have been ported to the WebOS PDK in just a few hours.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
Nistrod
Offline

Member

Posts: 243
Threads: 45
Joined: Jul 2010
#9
2011-08-15, 07:39 AM
Quote:...location of the mobile devices is the issue. How does their mobile client handle a situation where you choose to Record a programme but you're on an underground train with no network connection?
I presume that you have to have a network connection. But if you have two clients - (the mobile device and the PVR), both talking to their servers, you can get through a firewall, and dont need to know the IP address of the PVR. It does require a server environment somewhere.

Here is a screen shot.
[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
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,589
Threads: 385
Joined: Dec 2004
#10
2011-08-16, 02:26 AM
johnsonx42 Wrote:I think WebOS just got rid of Java too. Or maybe it was JavaScript they got rid of? Not being a software developer, I am unclear on these sorts of things. But yes, I do understand that native apps are a lot more work to port than web-technology apps, though I have read that some native iOS apps have been ported to the WebOS PDK in just a few hours.

I will look further at some point when I have the time but there are no promises. Come up with some good examples of porting apps from Android to webOS and it might help. I don't do the Apple 'thing' so porting from iOS wouldn't help. Smile

Cheers,
Brian
« 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 v1.2.x (Beta) support thread bgowland 119 40,712 2016-01-26, 06:55 PM
Last Post: bgowland
  ImageGrabLite - How 'bout a "new" naming feature? sfatula 6 2,861 2015-06-02, 10:53 PM
Last Post: mvallevand
  [Request] Better integration with Emby (former Media Browser) Damstas 2 3,279 2015-05-06, 07:37 PM
Last Post: Damstas
  ImageGrabLite Feature Request Lucas_24 1 1,872 2013-06-19, 01:18 AM
Last Post: mvallevand
  Programs plugin request Grampz 2 2,522 2011-12-01, 08:56 PM
Last Post: Grampz
  nDroid translators needed bgowland 4 3,057 2011-11-25, 04:10 PM
Last Post: bgowland
  nDroid v1.3.x (Beta) support thread bgowland 51 22,383 2011-10-21, 09:32 AM
Last Post: bgowland
  nDroid on Android Market - can you see it? bgowland 3 3,362 2011-10-19, 10:31 AM
Last Post: bgowland
  nDroid v1.0 support thread bgowland 35 17,833 2011-03-13, 10:31 PM
Last Post: marcuswar

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

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

Linear Mode
Threaded Mode