Hs there any chance to rotate the screen on Android programmatically for the whole system? Background is that I'm using a CMPC-device which features a non-Android-supported rotation sensor, and as a quick fix, I'm planning to write a small app that changes orientation for the entire system. Is there any function available for this purpose? I couldn't find anything on the documentation :(

link|improve this question
feedback

2 Answers

up vote 3 down vote accepted

You can find what you want here :

http://www.anddev.org/rotate_screen_from_code_change_screen_orientation-t2687.html

link|improve this answer
Thanks - for me, this article looks like it would only work for the current application - not for the whole system - or am I wrong? – tensai Jan 22 at 21:20
Yeah, that's right, but i don't think it can be done... – Bourbon Jan 23 at 3:57
feedback

App can't change orientation for entire system. I guess, you need to make custom build of Android for this purpose.

link|improve this answer
Is there any chance to change it during runtime in a custom build? Is it stored somewhere in a file? – tensai Jan 22 at 21:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.