[android-porting] STN1110 | OBD to UART interpreter | OBD commands

2019-05-22 Thread richu cj
Hi, Currently i'm working on android OS which is ported on* i.mx6q* processor .we are using *stn1110* obd to uart interpreter. I want to communicate from i.mx6q to stn1110 . I have no idea about the commands used for that communication from android . can any one explain how to ensure the

[android-porting] Re: Rebuilding's ICU's .dat file

2019-05-22 Thread Bkav Chat
I got the same issue wth my Android 8.1 source. In my case, because in the icudt58l.dat has no ubidi.icu file, MissingResourceException is thrown. In the Makefile, ubidi.icu is included by UNI_CORE_DATA and only is built ifneq ($(INCLUDE_UNI_CORE_DATA),). That is, you have to include

[android-porting] Re: Rebuilding's ICU's .dat file

2019-05-22 Thread Bkav Chat
Have you found the solution yet? I got the same issue with Android 8.1. cd external/icu/icu4c mkdir build cd build ../source/configure # work around because there is no xlocale.h sudo ln -s /usr/include/locale.h /usr/include/xlocale.h make -j16 adb push ./data/out/tmp/icudt58l.dat