Android Question Android device and b4j

kalarius

Active Member
Licensed User
Longtime User
I have an android device runnig android 4.4.2 system
How can I run a program that i have write with B4J?
I dont want to have a gui interface. The B4J program it read a gpio pin with jpi4j library and then it increase a value into a file.
 

walterf25

Expert
Licensed User
Longtime User
I have an android device runnig android 4.4.2 system
How can I run a program that i have write with B4J?
I dont want to have a gui interface. The B4J program it read a gpio pin with jpi4j library and then it increase a value into a file.
If you are running the B4j program in a Raspberry Pi, you can access the webpage through your android device, all you need to so is know the IP address and the port number.

Walter
 
Upvote 0

kalarius

Active Member
Licensed User
Longtime User
If you are running the B4j program in a Raspberry Pi, you can access the webpage through your android device, all you need to so is know the IP address and the port number.

Walter
No,
The device is orange pi lite. I have load to it android 4.4.2
At the orange pi I want to run the program that I write to b4j
 
Upvote 0
Top