I wonder why your phone doesn't show a lock screen after locking and unlocking? Is there a setting for this? My all test devices show a lock screen therefore I cannot test your issue.
@atilim you can just wait until it goes to sleep. It will be same. All your touches takes by application, but you'll not see any changes before you turn screen off and turn it on again. I'll try your solution today.
After installing this app, same issue also occurred on my side. Let me look at it how to fix it. (I think this may be hard to fix because most probably this application prevents calling of onWindowFocusChanged function)
That solution is already available and it mainly causes this bug. If you've installed an application like "No Lock", can you disable it and test again?
@atilim i don't have this application. It is not my video. It is from Samsung Apps Team. I don't really care about exactly this problem(turn off, turn on without lockscreen - freeze). I care about sleeping. When my phone goes to sleep and turning on after this - it has same freezes. I'll post video soon.
@unlying because this behaviour indicates on some problem with activity FLAGS not with Gideros app at all, so simply try my solution: put in AndroidManifest.xml this phrase at main 'activity' section:
@fxone it doesn't helps me. But thanks anyway. Khm. I understand why i don't have this problem in Ricky Monkey Free. It was built with older gideros version
Also I'm attaching the modified version of AndroidTemplateActivity.java. You can directly copy this file to Templates/Eclipse/Android Template/src/com/giderosmobile/android/
@atilim I made changes that you suggest and it works fine, thanks. So i have to update all my latest apps now.
would suggest that the fix worked but I think the fix was not actually applied to the most recent update. I only have V2012.09.02 installed here at work so I don't know if this is true or not but it is something to check.
Comments
I wonder why your phone doesn't show a lock screen after locking and unlocking? Is there a setting for this? My all test devices show a lock screen therefore I cannot test your issue.
I'll try your solution today.
After installing this app, same issue also occurred on my side. Let me look at it how to fix it. (I think this may be hard to fix because most probably this application prevents calling of onWindowFocusChanged function)
I don't really care about exactly this problem(turn off, turn on without lockscreen - freeze).
I care about sleeping. When my phone goes to sleep and turning on after this - it has same freezes. I'll post video soon.
http://rghost.ru/private/41883403/26a62c4a48d7b98abc5c072a857a736a
put in AndroidManifest.xml this phrase at main 'activity' section:
android:launchMode="singleTop"
the example line starts like:
http://developer.android.com/guide/topics/manifest/activity-element.html#lmode
https://play.google.com/store/apps/developer?id=My+name+is+Originality
Khm. I understand why i don't have this problem in Ricky Monkey Free. It was built with older gideros version
Open *Activity.java and delete these two lines:
And change onPause as:
Change onResume as:
Change onWindowFocusChanged as:
Likes: fxone
http://www.nightspade.com
Likes: zeroexu
Website: http://www.castlegateinteractive.com
https://play.google.com/store/apps/developer?id=Castlegate+Interactive