Files:
Messaging key -> CTRL
Internet Explorer key -> ALT
Green Accept Phone Call -> Escape
Left Soft key -> F1
Contacts key -> F2
Video Call key -> F3
Right Soft key -> F4
(F1-F4 keys can be used to switch between virtual consoles (tty1-tty4) using ALT+Fn. To have this capabality you need to download the root FS image bellow or to edit /etc/inittab file (getty entries).
set KERNEL zi set MTYPE 855 set CMDLINE "root=/dev/mmc/blk0/part2 mem=63M fbcon=rotate:1 console=tty0" boot2
fbcon=rotate:<n>
value 'n' accepts the following:
0 - normal orientation (0 degree)
1 - clockwise orientation (90 degrees)
2 - upside down orientation (180 degrees)
3 - counterclockwise orientation (270 degrees)
for Universal in landscape mode use fbcon=rotate:1
The angle can be changed anytime afterwards by 'echoing' the same numbers to any one of the 2 attributes found in /sys/class/graphics/fb{x}
con_rotate - rotate the display of the active console
con_rotate_all - rotate the display of all consoles
echo 0 > /sys/class/graphics/fb0/con_rotate - rotates the current console to portrait mode
echo 1 > /sys/class/graphics/fb0/con_rotate_all - rotates all active consoles to landscape mode