SuperZazu wrote:Anyone have any idea on how to NOT update the game when the app is not visible (=in the background) ?
I've tried both love.visible(v) and love.focus(f) and neither seem to work...
The love.system.vibrate() doesn't stop when it's set to a long period of time. If i exit from the launched app (even if i use love.event.quit()), i have to lock the phone to stop it.
Where the hell this app writes the data? I have a rooted phone running Android 4.1.2 and with Total Commander i can't find the files that are made by this app.
But other than that it work pretty well. Now i can do programming on the go. This is the most geek thing ever!
Morzan wrote:Where the hell this app writes the data? I have a rooted phone running Android 4.1.2 and with Total Commander i can't find the files that are made by this app.
Really! I want to know this too
for i, person inipairs(everybody) do [tab]ifnot person.obey then person:setObey(true) end end
love.system.openURL(github.com/pablomayobre)
I've been making some prototypes and testing them on my Android Tablet as well as sending them to some friends to test. Some of them get the blue love stacktrace screen when the app crashes, but none of my devices do.
Morzan wrote:
Where the hell this app writes the data?
On my Note 2, i found it find it fine. But on my S5 I'm not finding where it is installed. Also New android it doesn't work on anymore (could be because the files aren't where I think they are...).
Abregado wrote:I've been making some prototypes and testing them on my Android Tablet as well as sending them to some friends to test. Some of them get the blue love stacktrace screen when the app crashes, but none of my devices do.
Is there a way to enable this per device?
Older versions of LÖVE for Android (i.e. < 0.9.1) had problems printing the stack-trace as the font rendering was not properly initialized and therefore only showed the blue screen.
Do you have more detailed information what versions of LÖVE you are using? Also the type of Android devices and their Android versions would be very helpful.