23 December 2015

Windows 10 Upgrade Issues

As I have recently upgraded my laptop (Toshiba L875D-S7232) to Windows 10, I went about setting it up. However, I came across some issues.

AMD Quick Stream Licensing Issue

Everytime I started my computer, it would complain that AMD Quick Stream could not find its license. Luckily, simply uninstalling the AMD Quick Stream fixed the error message from popping up. I then updated the video drivers from AMD's website that included Quick Stream and I no longer seeing the error.

Touchpad Mouse Scroll Issue

When I went to switch the two-finger scroll to the scroll zone using Synaptic Pointing Device Properties, the zone would show as activating, but no scrolling would happen. So I went to Toshiba's website and downloaded the latest driver (which was actually a downgrade v19 to 16.2.10.5). But when I went to install it, it complained that a newer version was already installed and to uninstall it first. Unfortunately, when I tried to unistall it, it said that it could not because a DLL could not be found. To get around this I went into device manager and uninstalled the driver. Unfortunately, it still would not install using the install. However, I was able to update the driver thru Device Manager, by having it search for the driver in my User/AppData/Local/Temp folder. And great news, I am able to scroll using the zone! Now, Windows Update wants to install the newer version again, so onto the next issue.
Update: After Windows reinstalled  19.0.16.3, I just had to re-do my scroll settings and it works fine now.

Restoring Control Panel

As I wanted to hide the update to prevent my computer from re-installing it, I thought that I could hide it in the traditional Windows Update. To my suprise, when I went to Control Panel, it was EMPTY!
In order to add the icons back I followed these steps (source):
  1. Start -> type "gpedit.msc" -> select the program
  2. Select "User Configuration" -> "Administrative Templates" -> "Control Panel" 
  3. Double Click "Prohibit Access to Control Panel" -> Select Disable -> Click Ok
  4. Double Click "Show Only Specified Control Panel Applets" -> Select Disable -> Click Ok
  5. Close any open Control Panel windows
  6. Open the Control Panel
Unfortunately, even after the icons appeared, there is no Windows Update one, and so far I have been unable to get one to appear.

Start Menu will not open

Windows 10, randomly began to not open the Start Menu by either clicking on it or pressing the Windows Key.
To fix I followed the following steps to repair corrupt Windows files (source):
  1. Open Task Manager (by right clicking on taskbar or pressing Ctrl-Alt-Del
  2. Click "File" -> "Run new task" -> check "Create this task with administrative privileges" -> type "powershell" -> Click Ok
  3. At the command prompt type "sfc /scannow"
  4. Wait as this will take a long time

05 December 2015

Sony XBR65X850C Review


Sony XBR65X850C Review

The Choice

As my aging LN-T4066F was too small for my new family room, I decided to go shopping for a new TV due to the good holiday pricing.  My debate was between the Sony XBR65X810C ($1500), Sony XBR65X850C ($1800), and Samsung UN65JS8500 ($2000).

My primary sources of information, was rtings.com, amazon.com, and bestbuy.com.

ModelRtings.comBestBuy.comAmazon.com
JS65008.34.7 (377 reviews)4.3 (195 reviews)
X850C7.74.6 (455 reviews)4.2 (187 reviews)
X810C8.04.2 (64 reviews)4.3 (38 reviews)

Notes:
  • Rtings.com ratings are for 55 inch , both Sony models have material differences in 65 inch:
    • X850C has a Full LED backlight, which should improve uniformity
    • X810C switches to an IPS display, which would reduce black intensity, but improve viewing angles
  • Amazon.com ratings are for all sizes combined

Key factors in choosing the X850C:
  • In person picture: very similar between all 3 at the store
  • Android TV: while still young and needs some refining, I believe this will be the future so I wanted this type of TV
  • Ability to do 24p via almost any source
  • Full Array LED Backlighting: Samsung was only border lit
  • Low input lag for games
  • No additional connections box (This could have been a plus with a longer cord)
  • Small not distracting bezel: the Samsung model had a bright stainless steel looking metallic border that I found to be very distracting

The Review

The picture on this TV is absolutely amazing. The upscaled 1080p contact looks life-like as we have been binge watching BBC's Sherlock. Netflix SD content looks okay, but that is more likely due to the source material.

Pros:
  • Excellent picture without requiring any tweaking
  • No flashlighting or dark corners as far as I can tell
  • Netflix and Amazon Instant Video built in
  • Access to all my Google Play Movies
  • Casting built-in
  • Ability to install Kodi (and decode MPEG2 content from MythTV)
  • Standard remote works well (haven't tried smart remote)
  • Ability to rename inputs and the easy switching from the home screen
Cons:
  • Some glare from windows
  • TV button on remote can only be mapped to an input and not an app
  • Inability to create a "favorites" app list: Built in apps are separated from installed apps
    • Update 1/12: You can now rearrange the apps, but I wish you could turn off featured apps and suggestions
  • No included 3D glasses, not a big deal for me, but something to be aware of
  • Remote is not universal
  • Cannot go back to the home screen via input button
In the middle:
  • Sound is decent, but not much is expected from TVs this thin and is about the same as my old one
  • Android TV requires some refining, have had to reboot the TV because of dropped frames in Kodi
  • No context menu button on remote, had to map Stop to it in Kodi

20 December 2014

Blank Kodi/XBMC MythTV channel icons

When mapping channel icons in my MythTV, they were showing up as blank! After some research, I determined this is the result from the removal of absolute paths from icon path in MythTV. Fixing this is a simple 2 step process.

  1. Create a new storage group in MythTV called "ChannelIcons" and map it to the directory with all the icons, Typically: /home/mythtv/.mythtv/channels
  2. Delete the cached empty icons off XBMC. On the firetv, they were located here: /storage/sdcard0/Android/data/org.xbmc.xbmc/files/.xbmc/userdata/addon_data/pvr.mythtv.cmyth/cache/channels
I used adb to remove the files:
adb kill-server
adb connect 192.168.1.XXX
adb shell
cd /storage/sdcard0/Android/data/org.xbmc.xbmc/files/.xbmc/userdata/addon_data/pvr.mythtv.cmyth/cache/channels
ls
rm *.jpg *.png


Software versions:
Ubuntu 14.04
MythTV 0.27
XBMC Kodi 14 release candidate

Amazon Fire TV as a XBMC MythTV Frontend

Amazon FireTV + XBMC + MythTV

I am quite pleased with using the Amazon FireTV as my MythTV Frontend using Kodi(was XMBC) and the myth plugin. Here are my overall views on the FireTV.

Pros:
  • Wireless Streaming works well across the 5GHz band (YMMV)
  • Quad Core in Fire TV can decode MPEG2 video without a stutter
  • One streaming box to do Amazon Prime, Netflix, and MythTV
  • HDMI CEC can turn on the TV
  • Amazon Prime streaming starts instantly

Cons:
  • XBMC 14 release candidate seems to be unstable on the box, changing recordings causes it to crash
  • Cannot launch XBMC from the Fire TV home screen (must used buried application menu or FiredTV launcher that works most of the time)
  • No power-off function (must wait for it to time-out)


Other Thoughts/TBD:
  • PLEX works well with streaming CBS and CW shows as well as many others


Setup:
  1. Download Kodi and FiredTV
  2. Enable ADB on Fire TV
    1. Settings
    2. Developer Options
    3. ADB -> On
  3. Determine IP Address of Fire TV
    1. Settings
    2. About
    3. Network
  4. Install ADB on your computer
    • apt-get install android-tools-adb
  5. Start the adb connection
    1. adb kill-server
    2. adb connect <ip-address>
  6. Install the 2 apks
    1. adb install path/kodi.apk
    2. adb install path/firedtv.apk

Xubuntu adb sideload Lollipop onto Nexus 5

As I was tired of waiting on the OTA to download directly to my phone, I decided to sideload it myself. Luckily, sideloading does not require root or an unlocked bootloader.

I followed this guide by Droid Life, but had to preface all adb commands with sudo as I was running it from my linux box. http://www.droid-life.com/2013/02/12/guide-how-to-use-adb-sideload-to-update-a-nexus-without-root-or-custom-recovery/


Fixing Tab in Xubuntu 14.04

One thing that was really annoying me was that on my Xubuntu 14.04 server, tab would switch windows by itself without holding alt. This was messing up my tab completion and putting tabs in files when using one of my VNC sessions.

After a bit of googling, I came across this forum which had other users experiencing the same problem: http://ubuntuforums.org/archive/index.php/t-1771058.html

The solution was simple.
  1. Edit this file: ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
  2. Find this line:
  3. Change it to this:
  4. Restart any session including VNC ones

13 October 2014

Hiding partitions in Xubuntu 14.04

Hiding partitions in Xubuntu 14.04


After installing Xubuntu 14.04 LTS, it put an sda1 icon on my desktop, which was my boot drive, and I did not want it to keep showing up. Here are the steps that I went thru to prevent it.


1. Create or edit the udev rules:
sudo vi /etc/udev/rules.d/99-hide-disks.rules

2. Add the following lines where sda1 is the drive you want to hide:
KERNEL=="sda1", ENV{UDISKS_PRESENTATION_HIDE}="1"
KERNEL=="sda1", ENV{UDISKS_IGNORE}="1"

3. Then reboot the system.