Cardboard example code doesn't work on a device
I've tried a cardboard example code from android.processing.org. Compiling process was ok, but when the sketch launched on a device it didn't work. TIA swann Device Samsung Galaxy Tab E 8.0 (Android...
View ArticleSpeech to Text & Voice Recognition by Android mode(at Processing Tool)
Speech to Text / Voice Recognition by Android mode(at Processing Tool) Hello, Nice to meet you. I want to know how to do this. Link1 : https://forum.processing.org/one/topic/speech-to-text.html Q1)...
View ArticleI'm confused on Android install procedure
To install Processing for Android the procedure sates to install Processing first. Do I install processing into my Android device, a Kindle Fire, first then install Android? Or I've already installed...
View ArticleHow to use Shared Preferences in Processing android
Hello How do i use share preferences to store an integer in processing for android. I don't have any libraries installed and when i say import android.content.SharedPreferences it gives me an error. Is...
View ArticleAndroid file selector?
I've been trying all the solutions I can find on the forums, but I can't get any of them to work. I just need a simple file selector, something that will return a file path that I can load as an image...
View ArticleHow to make watch-face app and other processing app communicate? (on...
I'm not even close to app developer but with the help of android mode and using simple udp libraries and controlp5 library, I was able to connect the app to the self made IOT objects and control them!...
View Articleheart rate sensor
hell-o world i tried example in ketai library for measure heart rate value. i gave also body sensor permission, but it's not working. what should i do..? import ketai.sensors.*; KetaiSensor sensor;...
View ArticleHow to send email with attachment in background---Android Mode.
Hello Question 1 is: how to send email with attachment in background, aka, without user interference. e.g there is a button on the app, user taps the button, app send stuff immediately, without open...
View ArticleSketch compiles on phone but crashes before it starts
Basically what i said on the title, i downloaded processing 3.3, android mode 4 (because all i care about is cardboard, so please don't tell me to use another version unless there's a way to do...
View ArticleAPKs are not installed
Hi! I'm using processing at school for teaching beginners on programming. All has been fine for 3 years now, but last week, when the students installed AndroidMode for the first time, the resulting...
View ArticlePass data from USB arduino to sketch
I'm using Processing 3.0 in android mode + Android Studio to develop my app. My app reads serial data from an Arduino over USB and the sketch displays the data. I had this working ok but it was too...
View Articleapwidgets media player not working?
Hi, I downloaded the apwidgets library so I can play sounds on my android phone, but it isn't quite working. I can import the library and declare a new APMediaPlayer variable, but if I so much as try...
View ArticleCurrent state of video library support
Anyone have any knowledge on video support for Android mode? This library seems to be the thing: https://github.com/omerjerk/processing-video-android But it hasn't been maintained since 2015. Attempted...
View ArticleAndroid emulator - Error message.
Processing Android Mode: Try to operate the emulator. Do you know what the problem is?
View ArticleI want to apply MYSQL code to my mobile phone. (at Processing)
I have one question. I want to apply MYSQL code to my mobile phone. However, ANDROID seems to have an error. (at import de.bezier.data.sql.*;.) Do you have any solutions? Is mySQL control possible...
View ArticlenoLoop function
I have a problem i would like to stop the execution of void draw() but on android processing the function noLoop() don't work and i want an equivalent to finish my program. Thank for your help!
View ArticleBuilding Android Project Fails
Hey there, Im just getting into Processing and tried to run the sketch from the tutorial. Letting the sdk install autmatically by Processing didnt work for me so I downloaded all sdks with android...
View ArticleProcessing won't export signed package
So I needed the apk from my processing sketch (Andriod mode) so I went ahead and exported the signed package but now it just says "Exporting signed package..." so how would I solve this?
View ArticleKetai Camera and Zxing Library, I need help. :)
I want to scan QRcodes using the Ketai Android support library, As we all know it has KetaiCamera which utilizes your mobile phones camera and actually reads the images out of it. I want to integrate...
View ArticleKetai camera methods?
Hey guys, Still working with the KetaiCamera library. I want to be able to change other camera settings, like image rotation and front/back camera, but this reference page is a bit confusing and...
View Article