我目前正在将SEandroid (安全增强型安卓)闪存到Nexus7上,但当我尝试启动时,Nexus7只闪现了谷歌屏幕,其他什么都没有。
我成功地编译了4.2.1和4.1.2的SEandroid源代码,这两个版本都没有在Nexus上运行。
想知道一些常见的错误可能是什么设备启动,但屏幕上没有显示任何东西?
我按照http://selinuxproject.org/page/SEAndroid下载并编译了代码
我正在使用内核的tegra3_android_defconfig,并且正在使用full_grouper_userdebug。
任何帮助,即使与SEandroid无关,也会有所帮助。
以下是logcat的输出:
--------- beginning of /dev/log/main
I/Netd ( 124): Netd 1.0 starting
W/InterfaceController( 124): Warning (Cannot load library: load_library(linker.cpp:745): library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
I/installd( 130): installd firing up
I/DEBUG ( 125): debuggerd: Jun 12 2013 10:32:23
I/SurfaceFlinger( 126): SurfaceFlinger is starting
I/SurfaceFlinger( 126): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
E/libEGL ( 126): eglGetDisplay:121 error 300c (EGL_BAD_PARAMETER)
E/libEGL ( 126): eglInitialize:137 error 3008 (EGL_BAD_DISPLAY)在进阶时谢谢。
发布于 2013-06-22 03:35:14
菜鸟的错误。忘记添加谷歌为Nexus 7提供的专有驱动程序。
任何需要它们的人都可以在这里找到!
https://developers.google.com/android/nexus/drivers
感谢所有人
https://stackoverflow.com/questions/17111933
复制相似问题