Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - WhateverFits

Pages: 1 2 [3] 4 5 ... 16
31
Users / Re: Need some dedicated testers.
« on: October 04, 2013, 04:53:45 pm »
A little lazy on the thread management, huh? ;)

I've noticed one small problem when I rotate the screen: it hours to a black screen and can take upward of 10 seconds to return to a functional state. Sometimes it never returns or I get too impatient and never see it return. Is there any option that forces the screen into landscape mode?

32
Users / Re: Need some dedicated testers.
« on: October 01, 2013, 09:06:16 pm »
The only current problem I haven't yet reported is that it crashes when I exit. I click Exit and I get an error that the application has stopped. True, but not 100%.  :D

33
Developers / Re: Improving Performance of Play All
« on: October 01, 2013, 12:14:44 am »
Running your query on my box executed between 0.22 and 0.52 seconds on multiple executions with 47849 results. Not a huge list, but big enough to test.

34
Developers / Re: Improving Performance of Play All
« on: October 01, 2013, 12:03:30 am »
Inner joins (or left outer joins) are the way to go here to speed up this chunk of code. If you need to implement some logic that doesn't work with just a simple join, subqueries are MUCH faster if executed as part of a stored procedure. I try and keep logic away from the SQL server but I've had to do it in many locations and it improves performance dramatically. The logic here seems simple enough to not have to resort to a stored procedure though.

Also, once you have the query written, write a specific index just for that query. Do you need help writing the query? If so, just give me a list of the columns necessary and I'll put together a query for it.

35
Users / Re: Not switching To Tv and CableBox
« on: September 20, 2013, 06:31:10 am »
Do you have any device specific logs?

36
Users / Re: Need some dedicated testers.
« on: September 20, 2013, 01:48:59 am »
It is working rather well.

Problemn so far:
Display power crashes it
Security panel seems non-functional
Oddly capitalizes buttons that were pressed

I'm still testing...


37
Users / Re: CEC - Anyone (for Denon AVR 1909)
« on: September 19, 2013, 12:35:18 am »
My Onkyo is great too except that it occasionally disconnects the network and I don't know why. I have to hard power cycle it to get the connection back.

38
Users / Re: Need some dedicated testers.
« on: September 15, 2013, 08:56:12 am »
Not a single crash yet and I'm trying.

39
Users / Re: Need some dedicated testers.
« on: September 15, 2013, 03:40:12 am »
Oh can you make paging an option so that we can make our own judgment or at least play with it to see which works better?

40
Users / Re: Need some dedicated testers.
« on: September 15, 2013, 02:29:54 am »
Awesome! You nailed it perfectly. Now I can finish testing a few more areas. I noticed a few things now I'm going to see if I can replicate it.

41
Users / Re: Need some dedicated testers.
« on: September 13, 2013, 09:51:07 pm »
Yeah, just let me know and I'll arrange anything you need on my side.

42
Users / Re: Need some dedicated testers.
« on: September 13, 2013, 02:14:49 am »
I have a log with some errors this time from my phone:

http://pastebin.com/0Gn4zvPG

Check it out and see if there is anything there that makes sense to you. I'm perplexed. Also, can I hook up a debugger onto my phone and see where the error is occurring? If so, does it require anything special since it is QT?

43
Users / Re: Need some dedicated testers.
« on: September 13, 2013, 01:23:40 am »
Downloaded fresh. I can try to walk through the script to see if anything got missed. Do you have a wipe out and fresh start procedure?

44
Users / Re: Need some dedicated testers.
« on: September 13, 2013, 12:56:47 am »
I always seem to! I don't know why, but I always squeeze out the bug juice.

45
Users / Re: Need some dedicated testers.
« on: September 12, 2013, 08:06:32 pm »
I downloaded both QT4 and QT5 versions from your site and they both exit hard when I bring up the remote. They work just fine otherwise. Strange. The errors I've found so far are tons of undefined index errors in /var/www/lmce-admin/qOrbiterGenerator.php as well as  PHP Warning:  fclose() expects parameter 1 to be resource, string given in /var/www/lmce-admin/qOrbiterGenerator.php on line 164. Plus the following don't exist:

/var/www/lmce-admin/skins/android/tablet/data/qmldir
/var/www/lmce-admin/skins/android/tablet/smokey/qmldir
/var/www/lmce-admin/skins/android/tablet/default/screens/qmldir


No other errors were found in any other logs. :(

Also, it doesn't matter which skin I attempt to use.

Pages: 1 2 [3] 4 5 ... 16