xianyo

Results 9 issues of xianyo

在服务器安装配置后,左下角窗口标号乱码, 估计是字体问题,可以配置用简单的数字吗?

I just change the HoloEverywhere Demo AndroidManifest.xml. I add this code in activity config ``` android:configChanges="orientation|keyboardHidden" ``` then you can go to the HoloEverywhere Demo in Other->Lists->Choicemode:Modal. now the phone...

when in a pad. I want to show actions view and content view both. Then I show the actions view. The right of the content view should out of the...

enhancement

frameworks/base/core/java/android/net/ConnectivityManager.java:877: cannot find symbol symbol : method getTetherableEthernetRegexs() location: interface android.net.IConnectivityManager return mService.getTetherableEthernetRegexs(); ^ target Symbolic: libcamera_client (out/target/product/pq_common/symbols/system/lib/libcamera_client.so) frameworks/base/ethernet/java/android/net/ethernet/EthernetConfigStore.java:172: cannot find symbol symbol : variable Status location: class android.net.ethernet.EthernetConfigStore if(config...

private void handleFileName(byte[] value) { if (value.length == 2 && value[0] == ACK && value[1] == ST_C) {//Receive 'ACK C' for file name Lg.f("Received 'ACK C'"); packageErrorTimes = 0; startSendFileData();...

### Help 1,我想使用800x1280的mipi屏幕,竖屏横用,转90度成1280x800。在哪里设置转90度比较合适呢?转了90度后vo要显示正确的横屏ui。如果要把摄像头数据显示在屏上,vi是否也要做相关处理? 2,目前lvgl是否支持g2d加速?是否能达到1280x800@60fps 3, 是否可以做到开机启动后5秒内显示lvgl gui

### Other 芯片挺好的,这个芯片是否能商用开发产品? 官网发邮件没响应?有没有代理?芯片在哪里买都不知道。 难道只理会大客户?

linux下面是否可以使用 /dev/mtd1 或者 /dev/mmcblk0p1这些raw分区,直接操作读写?