Sorry, I don't understand your question. There is the Linux kernel in Android. If its not sufficient for your needs, use Raspbian. What exactly are you asking for?
@kalkov said:
Sorry, I don't understand your question. There is the Linux kernel in Android. If its not sufficient for your needs, use Raspbian. What exactly are you asking for?
What im trying to really get out of this is the Java API for the GPIO Pins.
Comments
If you want to run Linux, why don't you use Raspbian?
Sorry, I don't understand your question. There is the Linux kernel in Android. If its not sufficient for your needs, use Raspbian. What exactly are you asking for?
What im trying to really get out of this is the Java API for the GPIO Pins.
Why don't you use sysfs? You can open/read/write/close gpio class in your Java app.
@Flance, since I've answered here, I've removed your GPIO-related question in the other thread.
(Edit) I’m trying to access sysfs to use a GPIO touchscreen
Well, set the correct permissions on the required files with "chmod" then. Use ADB or SSH for shell access.