2015, July, 31

Kodi installation in raspbian

Login to raspbery pi with ssh(putty,xshell)


1.It’s always a good idea to upgrade the distribution and the Raspberry Pi 2 to the latest versions:$sudo apt-get upgrade --yes $sudo rpi-update
$
sudo reboot now
Read More
2015, July, 28

How to fix User Profile Service Failed the login Error

 

1.Boot computer with safe mode with F8
2.type in run as “regedit"
3.run as administrator
 
4.HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
 

If you have two folders

Read More
2015, July, 08

Voice Recognition Software for Raspberry Pi

Install Instructions

(this requires git)
Here are the dependencies required to run and build:
sudo apt-get install libboost1.50-dev libboost-regex1.50-dev youtube-dl axel curl xterm libcurl4-gnutls-dev mpg123 flac sox

 sudo apt-get install git-core

git clone git://github.com/StevenHickson/PiAUISuite.git

cd PiAUISuite/Install/
./InstallAUISuite.sh

Read More
2015, June, 16

plug-in for KODI

- to watch latest movies and tv shows

In KODI, goto SYSTEM - File Manager

 

  1. click "Add source Path"
  2. type in "http://fusion.tvaddons.ag/"
  3. Name the media Source as ".fusion"

Installing full package - HubWizard

Goto SYSTEM - Settings - Add-ons,

  1. click on "Install from zip file"
  2. click on "fusion"
  3. click on "start-here"
  4. click on "plugin.video.hubwizard-x.x.x.zip"
Read More
2015, June, 16

RPi-Cam-Web-Interface

Basic Installation

Warning: The installer will replace various files, so backup all your data.

Step 1: Install Raspbian on your RPi
Step 2: Attach camera to RPi and enable camera support (http://www.raspberrypi.org/camera)
Step 3: Update your RPi with the following commands:

sudo apt-get update
sudo apt-get dist-upgrade
sudo rpi-update
Read More

Page 3 of 3