As far as I remember, there os no support for the "mouse" button in remote.conf from Android firmware. You can try using this configuration file: remote.conf
You have to mount internal storage manually, e.g. add these lines to autostart.sh:
mkdir -p /media/internal
mount /dev/data /media/internal
There is no support for 800x600 in video driver at the moment. Amlogic doesn't use X, it uses EGL and there is no xorg nor xrandr.
- mouse button is working in Android and Openelec, it's weird that in LE did not work (and only for me, as I can see).
I tried that other file, enabled mouse button, it worked properly, but after disabling mouse, did not work long push for other buttons.
- mounting internal memory: Thanks, that worked.
- about video output: Too bad, I am more familiar with X, EGP is totally unknown to me.
In android I managed to get some results with "wm size", but wasnt satisfactory.