Get local IP-address of device
Hello, in my application I would like to display the local IP-address of my device. I found the following on github. It kind of works. However, if I print the result to the console, it isn't a human...
View ArticleANdroid+Json, how i can access json api's in android mode?
i have 1 error in this line when i try to build for android mode json = loadJSONObject("http://api.openweathermap.org/data/2.5/weather?q=London&appid=2de143494c0b295cca9337e1e96b00e0"); Errors The...
View ArticleKetaiSensor & OscP5: sending OSC messages directly from within an event handler
Hello, I'm trying to implement a sensor based OSC controller. So far I've set up a handler for accelerometer events and I can see from the console output that accelerometer data is being captured...
View ArticleImage z-index
Hello i have 2d array filled with different colours. (Just like platformer game map) And i want to make buttons to move the player. Buttons are images (png) and they are drawn at main. The problem is...
View ArticleHow to setup Processing for Android to receive and send Serial communication...
How to setup Processing for Android to receive and send Serial communication over bluetooth ? I want to have a serial communication between Arduino and Processing sketch running on my Nexus phone....
View ArticleHow to use Bluetooth Serial in processing Android mode
I want to have an app that would receive serial data and based based on that data it would do something in a an app .. The data is intended to come from Arduino over HC-06(Serial bluetooth module). I'm...
View ArticleLatest ADK module for processing 3.0.xx and above
Is there an updated ver of Latest ADK module for processing 3.0.xx and above? If not How can I use the old one .. I want to talk to Arduino over cable.. That's the intent Step by step guidance is much...
View ArticleBUILD FAILED error 730
hey there, I'm currently trying to run a processing sketch on my android tablet. I installed the latest java version, the android SDK and processing 2.2.1. (running on Windows 7) Via the Android SDK...
View ArticleAPwidget is not working with processing 3.x?
Hi, The sketch crashes, when I run it on processing 3.0.1. It used to perfectly work with processing 2.2.1. So is it due to processing 3? Thanks in advance. Help/comment appreciated.
View ArticleVibration in processing Android
Hello, I'm trying to run this code in Processing Android (processing 3.0.1, SDK 19) // Vibrate Android via Processing // Eric Pavey - www.akeric.com - 2010-10-24 // You must enable VIBRATE in Android...
View Articlecsv storing a path
Hi, I need help with my big problem: saving and uploading of internal memory Android. In normal mode, I use for storage. saveTable (table, "data / Table.csv"); but it does not work in android mode. The...
View ArticleHow do i get sound to play on the phone
The code below works fine in java mode, but it doesn't work in Android mode. I just want a simple code that will play a mp3 file when clicked. I'm pretty sure the problem is in the import of Minim, I'm...
View ArticleProblem using Ketai function savePhoto();
I'm making a timeLapse app for capturing photos with a 10 seconds interval, but everytime I use the savePhoto() function with a boolean the sketch crashes. Strangely, when I use the same code but with...
View ArticleHow to keep screen awake in android mode?
I've tried a large variety of methods form other threads, and noticed the hate on WakeLocks, which judging from the way they seem to work is reasonable, but I have not been able to get flags to work,...
View ArticleProcessing 3 builds, while processing 2 doesn't with ant
Hi, I'm facing this interesting issue, while there is no issue with processing 3, but with processing 2, not able to build and is throwing error as following. BUILD FAILED...
View ArticleProblems accessing camera/mic/geolocation on Nexus 5
Hi there, I'm having trouble accessing all the stuff that needs permission (Camera, Mic, Geolocation). What I do is just launching the examples included in android-processing. Everything launches as...
View ArticleChange keitai library baud rate
Found the solution. Didnt know how to delete post. thanks!
View ArticleHow to fix this ("Could not create a virtual device for the emulator")
I have started using processing for developing Andriod applications quite recently, I want to try using emulator, however, I couldn't. Someone, please guide me how to fix this error! "
View ArticleBluetooth from scratch
hey guys i am Tushar,getting straight into topic ,guys i am new to android development ,after reading some post on bluetooth control in processing...
View ArticleWritting java/android code in android mode
I'm making an Android app in the processing language, and would like to use android classes like editText. Unfortunately the Apwidgets library seems to be unsupported for processing 3.0.1. So my...
View Article