LegacyXperia / local_manifests

Local manifest for building CyanogenMod for Xperia 2011 devices
legacyxperia.github.io
122 stars 78 forks source link

Back button doesn't work while using high memory consuming apps #12

Open avinashrocks1990 opened 11 years ago

avinashrocks1990 commented 11 years ago

when using heavy memory consuming apps like games the back button doesn't close the app or minimize it sometimes when you press back button it brings up a previously closed app it continues for 2-3 apps and then the back button stops functioning i have to press home button to get back to the home screen and manually kill the app

avinashrocks1990 commented 11 years ago

logcat https://docs.google.com/file/d/0B7z0NoNc5ecUR0w4RFFkeFZFQjQ/edit?usp=sharing

amishmm commented 11 years ago

Yes I have noticed once or twice that back button did not work. Dont know what was reason i.e. dont know if some app was using high memory or not.

djey47 commented 11 years ago

Just experienced it a few minutes ago. I was playing Subway Surfers on xperia neo V (uses a lot of RAM, btw). Latest build: 20130828

Back button does not work, home button does. Screen reacts to fingers, still.

mikeNG commented 10 years ago

Is this still present? I think it was fixed upstream in CM

djey47 commented 10 years ago

Nope, still present in latest 10.2 after a few minutes of 3D game. I could not reproduce it everytime, though.

I used Menu key to get me out of there. Actually works as it is handled by OS, not current app.

mikeNG commented 10 years ago

Hmm this seems to be present in cm11 too, soft buttons don't work when the keyboard app gets killed to free up RAM

MardonHH commented 10 years ago

As a workaround you can try add an init.d script with this content:

renice -19 'pidof com.android.inputmethod.latin'

sean024 commented 10 years ago

Hi,

Thanks for the reply,

I came across this page earlier, but i never thought the issue was related, However, could you explain in detail how to add and change the script or guide me to a link on how to do it. I'm kind of a newbie in regards to adding the scripts, I've Googled it up, but I can't seem to understand how to.

Thanks,