Quantcast
Channel: Android Mode - Processing 2.x and 3.x Forum
Browsing all 941 articles
Browse latest View live
↧

modifying wallpaper parameters

I think that the possibility to create live wallpapers for android through processing is very fashinating. However once you create the wallpaper you can only set it in the background of your phone...

View Article


Processing compilation error with AndroidMode 4.0

Hi, I ran in some issue installing processing on my new PC. OS: Windows 10 64bits Processing: 3.3.6 I tried the solution from this discussion...

View Article


How to scan wifi networks

Hi everyone, im trying to scan al available networks, and with the help of some other post i have the following code: import java.util.List; import android.content.Context; import...

View Article

Grafica library and android

Hello, i want to know if the grafica library has any problem in Android mode of Processing i3.Because after i made a programm using the grafica library, i tried to turn the mode from Java to Android,...

View Article

Trouble Installing

Hi, I have installed Android Mode for Processing and I am having trouble installing it. I tell it to download and install the Android SDK, but after it downloads around 150MB of the sdk, the window...

View Article


Bluetooth List devices array

Hello, I have been looking at other examples on the forum of getting a bluetooth device connected on an Android device. I have the below code successfully working. I'm not using the popular Ketai...

View Article

How much data can OnBluetoothDataEvent cope with on a modern smartphone?

I am using OnBluetoothDataEvent via the ketai library on a Samsung S7 Edge. I am dribbling about 1k bytes of data per second to it over bluetooth from an HC-06 serial passthrough module, at 115200...

View Article

Microphone not working same on different devices

Hello, I'm trying to get volume detection working on 3 different devices, on the first one, everything works as I want it to, on the second device, the initialisation doesn't work, but volume detection...

View Article


Does Processing3 (v3.3.6) in Android mode restrict frameRate() from going...

While testing my S7 Edge capabilities, I ran the following sketch: void setup() { frameRate(10000); } void draw() { println(frameRate); } It never rises above around 63-65fps, and the CPU usage sits...

View Article


Spoiled the processing((((

all the good day. 1) why PApplet does not inherit from Fragment ???. 2) how to create PApplet in a new thread ???. 3) I want that at me PApplet it was displayed in View element and in a new flow in...

View Article

I can't export package. Processing told me: the sketch does not include all...

I have done all wath "kfrajer" advice, and I have consulted all the information about the requiered icons. But I couldn´t export the package. Could somebody help me? thanks

View Article

Image may be NSFW.
Clik here to view.

Heavy image compression / banding

Hello, I am trying to load images in my app but once displayed they turn out to look very heavily compressed, making them not usable for what I am doing. Is there a way to turn off this automatic...

View Article

loadStrings(url) isn't working on Android mode

Hello, when I tried changing the mode from Java, where the program was working, to Android mode, where I get the path separator error. I'm putting in the following code, on which it crashes...

View Article


The com.google.android cannot be resolved

Hi everyone, Sorry for my bad English, I'll try to write correctly. I made an app with processing for android and I published it on play store as an alpha test. Now I want to put ads on the app but I...

View Article

onActivityResult, startActivityForResult and SDK API 10 Errors

So, I am trying to learn Android mode thru Scott C's 4 part tutorial. here at http://arduinobasics.blogspot.com/2013/03/arduino-basics-bluetooth-android.html The problem is when I try to simulate his...

View Article


Not able to run the code in android mode

There is this small code, i want to run in android mode. it gives a error saying : '' Dex: Error converting bytecode to dex: Cause: Dex cannot parse version 52 byte code. This is caused by library...

View Article

How to save a string on android without "contains a path separator" ERROR

Alright so my code is basically: int gun; gun = int(loadStrings("gun.txt")); I get an error about a path separator. The code used to be "data/gun.txt" instead of "gun.txt" because of the error. Didn't...

View Article


How to fix these Android Mode problems?

After facing more issues with the Android Mode in the last two days I think I got to the last problem: when I'm trying to run the code in the emulator it' says: debug: adb -s emulator-5554 install -r...

View Article

Is there a discussion in this forum about loading and visualising tables?

I want to load a table in processing i3 from excel from any form and visualise it in adroid mode.. I cant find here a similar discussion..

View Article

New to processing- trying to build a simple android app. getting a gradle...

Howdy, I'm new to Processing and trying to build a very simple app to run on my android. Getting the following error. Any suggestions would be greatly appreciated!!!! Build folder:...

View Article
Browsing all 941 articles
Browse latest View live