SamyGo Samsung TV Remote

From WickyWiki

Checkout in Eclipse workspace:

cd /home/wilbert/Documents/Eclipse
sudo apt-get install git
git clone https://github.com/tomquist/SamyGo-Android-Remote.git
git clone https://github.com/tomquist/Android-Error-Reporter.git

In Eclipse:

  1. File
  2. Import
  3. Select 'General/Existing Projects into Workspace'
  4. Browse for the project root folder
  5. Check the project
  6. Finish

In Eclipse:

  1. Project
  2. Properties
  3. Android
  4. set the correct project build target, for example 'Android 4.0.3'
  5. close and re-open the project or restart Eclipse if the setting doesn't take

Notes:

  • The folder 'gen' should be automatically generated
    • You might want to enable: Project - Build Automatically

In Eclipse, in Package Explorer:

  1. Project
  2. Properties
  3. Resource
  4. Linked Resources
  5. tab Linked Resources
  6. Edit 'ErrorReporter_src'
  7. Folder
  8. Browse to the 'src' directory of 'Android-Error-Reporter'

Run