For your information Teewee is a HDMI dongle just like Google chromecast using which you can play the media stored on your phone/pc on your TV with HDMI. So i wasn't expecting much other than playing my media from the phone/pc.
But to my surprise Teewe 2 is running a full blown Android 4.2.2 . You can convert your TV into android smart TV using Teewee. Just follow the instructions below:
Requirements:
1. You need a Teewee dongle (obvious)
2. You need an android phone
Thats it.
Instructions:
1. Install ES File Explorer and Handy Smart TV on your android phone.
2. Download Handy Smart TV Launcher apk from mod edit - link removed
3. Connect Teewee to your TV and power it on.
4.Open ES File Explorer and select the Android TV option from the menu. It will display a device called rkXXXXXX. click on it and Select Applications
5. From the menu select install and browse to the location where you downloaded Handy Smart TV Launcher.apk. Voila The launcher is installed on your Teewee
6.. power off and power on your teewee.
7. open handy smart tv app on your smart phone. It should have connected to your teewee by now. In case it is not connected connect it by clicking the icon on the top right side. it should turn into blue from grey. press the home button on the Handy Smart TV app. It should launch the handy Smart TV launcher. U can also launch the Handy SMart TV launcher from the ESFileExplorer app from your android phone.
8. To learn how to use Handy Smart TV Launcher visit here
How to Install Google Play Store
1.you need to have adb tools installed on your PC and should have knowledge on how to use adb.
2. type the following command on your PC.
adb connect 192.168.1.101
you should get a response as
connected to 192.168.1.101
adb shell
you should get a shell prompt which is already has root access
[email protected]:/ #
mount -o remount,rw -t rfs /dev/block/st19 /system exit
adb push GoogleBackupTransport.apk /system/app adb push GoogleCalendarSyncAdapter.apk /system/app adb push GoogleContactsSyncAdapter.apk /system/app adb push GoogleLoginService.apk /system/app adb push GoogleServicesFramework.apk /system/app adb push NetworkLocation.apk /system/app adb push OneTimeInitializer.apk /system/app adb push Phonesky.apk /system/app adb push SetupWizard.apk /system/app
adb push busybox /system/bin adb push su /system/bin adb install Superuser.apk adb shell chmod 4755 /system/bin/busybox chmod 4755 /system/bin/su
mount -o remount,ro -t rfs /dev/block/st19 /system exit adb reboot