发布时间:2013-06-05 14:43:52
echo 23 > /sys/devices/platform/atmel_lcdfb.0/backlight/backlight/brightnesshttp://android.git.kernel.org/ android 源代码http://blog.chinaunix.net/u1/49742/showart_2077813.html android 知识总结http://www.limodev.cn/Android 背光的控制:屏幕背光设置packages/apps/Settings/src/com/android/set.........【阅读全文】
发布时间:2013-01-07 19:06:34
http://blog.csdn.net/eqwewr/article/details/7765160一:点亮lcd in kernel其实点亮lcd很简单必须保证以后几个步骤正确:1:确认Lcd信息所在文件被编译进去,并且lcd 和board name里面注册一质,倘若这部正确,那么log里面应该有对应分辨率的一段framebuffer同时调到相对应的power_on函数。对于lcdc panel对应文件在lcdc_xx.c,对于mipi panel对应文件在mipi_xx.c(下序列操作)和mipi_xxxx.c(timing p......【阅读全文】
发布时间:2012-12-28 13:30:27
UPDATE: [07-Aug-2012] Thanks to a comment from Pierre-Yves Langlois this seems to be the best method (uses the latest version of the Flexion script from Github rather than the version referenced above)sudo apt-get purge sun-java* #You need to do that if you want the mozilla plugin to work ......【阅读全文】
发布时间:2012-12-25 14:40:47
经过几波周折,终于在ubuntu上面成功编译android4.0的源码,为什么要编译源码呢,主要是在源码的环境下做一下类似于需要底层框架支持的程 序,比如说launcher或者其他占用资源特别多的应用程序。因为我的eclipse经常崩溃。好吧,废话不多说了 开始吧 希望对您有用。其中部分资源也是我在网上搜索到的。 1、初始化编译环境 (1)软件需求: Python 2.5 -- 2.7, which you can download from python.org. GNU Make 3.......【阅读全文】