Hi, I use that command to write to /dev/tty0, But the cursor is still there.
Thanks 2009/7/24 Xinyu Chen <[email protected]> > > > > On Jul 23, 9:11 pm, Addison <[email protected]> wrote: > > Hi all, > > > > There is a cursor _ at left-up corner when the android resume. > > > > How to turn it off ? > > > > Thanks in advance. > > It's kernel's vt console cursor, not related to android. > Disable it: > echo -e '\033[?6c]' > [your vt dev node] > > > --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
