...
- Android tablet running Android 3.1 or higher
- Android virtual device (AVD) running Android 3.1 or higher on a Windows, Mac OS X (Intel), or Linux (i386) computer
Installation
...
Instructions
The instruction below is for using an Android virtual device on a Windows PC.
- Download the SmartGrid installation package from <TBD>, and unzip it http://web.mit.edu/louelle/www/smartgrid.apk.
- If you haven't installed Android SDK, install it following the instruction from http://developer.android.com/sdk/index.html. You don't need to install Eclipse or ADT (Android Development Tools) plugin for Eclipse.
- Launch SDK Manager installed in Step 2, and install Android 3.1 (API 12).
- Launch AVD Manager installed in Step 2. Click New ... button to create a AVD. Give it a name. In the Target drop down list, select Android 3.1 - API Level 12. Accept default for the rest. Click Create AVD button.
- In AVD Manager, select the virtual device you just created, and click Start ... This will launch the virtual device.
- In command line window, cd to <SDK path>\platform-tools, where <SDK path> is the location where you installed the Android SDK in step 2.
- Run adb install "<path to the SmartGrid.apk>", where <path to the SmartGrid.apk> is the path to the SmartGrid package.
- After the package is installed, you should see the SmartGrid app in your virtual device. Click it to launch the app.
...
- All the charts are static images, including all combinations of Daily/Monthly/Yearly and Consumption/Storage/Grid.
- Settings Application settings are not implemented.
- Device settings and transactions are implemented, but do not save.
- Data is not consistent across different charts, and is not consistent with the device tree view and sorted list.
- Date pickers and dropdowns are static imageimages.