Forums » Android

3rd party view

Oct 02, 2011 brunan link
does anyone know how to get 3rd party view on an android tab? Also is there a way of leveling out flight, i.e. Rolling when using the accelermeter.
Oct 02, 2011 draugath link
On my phone (which is not yet officially supported) the command ViewToggle was bound to the Search button by default. Another thing you might want to try out is my DroidButtons plugin. You can add more buttons to the HUD which can be assigned to any commands you want.

Unless you are code savvy, I would also recommend you use the unstable release. To my knowledge there aren't any issues with errors in it. I called it unstable simply because I ran into some processing differences between testing on my PC and testing on my Android phone, and have since been trying to track down the source of the issues. The unstable release has a GUI which can be opened with /db. The only thing you will likely need to do is use /reload (a command included with the plugin) to make changes to the buttons visible.
Oct 02, 2011 brunan link
Thanks, viewtoggle seems to work. I will try the plugin route also