Thats fine, just wanted to make sure they at least were notified, thanks Rob.
Any updates on this? Sorry but I don’t want this to be put off again for another 6 months.
I posted a workaround on the other thread: http://forums.coronalabs.com/topic/27148-creating-facebook-app-for-android-quesiton/page-3
I assume you tried a variety of adjustments to the group size and didn’t just stick with the -2,+2 in my example. The goal is to get to a size divisible by 4.
What is the exact model of your Galaxy S3? The one we have here doesn’t have the issue and I’m told that there are many different types of S3.
Here’s a function that will print all the info about a device to the console:
function logDeviceInfo() print("Device Info at " .. os.date( "%c" )) print(" model: " .. tostring(system.getInfo("model"))) print("architectureInfo: " .. tostring(system.getInfo("architectureInfo"))) print(" build: " .. tostring(system.getInfo("build"))) print(" deviceID: " .. tostring(system.getInfo("deviceID"))) print(" environment: " .. tostring(system.getInfo("environment"))) print(" name: " .. tostring(system.getInfo("name"))) print(" platformName: " .. tostring(system.getInfo("platformName"))) print(" platformVersion: " .. tostring(system.getInfo("platformVersion"))) print(" maxTextureSize: " .. tostring(system.getInfo("maxTextureSize"))) print(" maxTextureUnits: " .. tostring(system.getInfo("maxTextureUnits"))) print(" appName: " .. tostring(system.getInfo("appName"))) print("appVersionString: " .. tostring(system.getInfo("appVersionString"))) end
Run that on your device and post the result.
I did just try doing + - 4 on the screen capture and that did work for my device. However I worry that this will then in turn cause it to not work on other devices? What are your thoughts?
Here is my device log as well:
07-17 10:54:24.522 I/Corona (9715): Device Info at Wed Jul 17 10:54:24 2013
07-17 10:54:24.522 I/Corona (9715): model: SCH-I535
07-17 10:54:24.522 I/Corona (9715): architectureInfo: ARM Neon
07-17 10:54:24.522 I/Corona (9715): build: 2013.1158
07-17 10:54:24.522 I/Corona (9715): deviceID: 5ed9be79a19e8253
07-17 10:54:24.522 I/Corona (9715): environment: device
07-17 10:54:24.522 I/Corona (9715): name: unknown
07-17 10:54:24.522 I/Corona (9715): platformName: Android
07-17 10:54:24.522 I/Corona (9715): platformVersion: 4.1.2
07-17 10:54:24.522 I/Corona (9715): maxTextureSize: 4096
07-17 10:54:24.522 I/Corona (9715): maxTextureUnits: 2
07-17 10:54:24.522 I/Corona (9715): appName: BoM Touch Current
07-17 10:54:24.522 I/Corona (9715): appVersionString: 1.0