I developed an Android application that uses JNI ( native Java interface ) for Archos 43.
There were no problems, and I was able to run the application smoothly. Later, I tried to launch the same application on the Samsung I9100G Galaxy S II , as well as the Samsung I9100 Galaxy S II .
I managed to run the application on the I9100G , but not on the I9100 .
The reason is that part of the JNI application was not supported on the I9100.
I tried to find out the reason for this and was able to find that the I9100G uses Ti OMAP 4430 chipset and PowerVR SGX540 as GPU whereas I9100 uses Exynos 4210 chipset and Mali-400MP as GPU.
I suspect the cause may be a change in the chipset (as Archos 43 also uses Ti OMAP). But no further results could be obtained from my search.
update The application uses bluetooth. When I try to connect to user equipment (CH), I cannot get any response from CH when I launch the application on the I9100. The bluetooth communication part is recorded using jni.
So my question is: can I run my application from JNI to I9100 due to the chipset, and if so, why?
Also a more general question: which devices support Android JNI applications and what are the main functions needed in the device to run the JNI Android application? (I spent a lot of time trying to find answers to all these questions, and any help would be greatly appreciated.)
Thanks.
user1721904
source share