Guest razzmataz1478 Posted September 30, 2012 Report Posted September 30, 2012 but I wish that camera flash will work ^^ yeah that's not going to happen. Wishing won't do anything, either.
Guest Nofan Tasi Posted October 1, 2012 Report Posted October 1, 2012 Hi all and @C3C0 Thanks for the all nice work and the good advice. I am not complainig, I just thought I should tell: Previously I ran: cm-9.0.0-20120814-skate-C3C0.zip + gapps-ics-20120429-signed.zip and pa_skate-1.6a-07SEP2012-C3C0.zip + gapps-ics-20120511-trimmed.zip which were rock solid stable. Now I run (in non hybrid mode): pa_skate-1.6a-25SEP2012-C3C0.zip + gapps-ics-20120511-trimmed.zip + update-pa_skate-1.6a-20120927.zip and I experience regular paranoid restarts (no kernel restart). I lowered max CPU speed from 864 to 844, no improvement. I try 787 now ... Have a nice day
Guest C3C0 Posted October 1, 2012 Report Posted October 1, 2012 I would try fresh install with full wipes.
Guest Nofan Tasi Posted October 1, 2012 Report Posted October 1, 2012 OK, will do (perhaps tonight) and keep you informed. Thanks for kind support.
Guest xr529 Posted October 1, 2012 Report Posted October 1, 2012 (edited) Exactly the same problem, trying same option. I'll tell you later. EDIT: And exactly the sames problems now (fresh install). Edited October 1, 2012 by xr529
Guest C3C0 Posted October 1, 2012 Report Posted October 1, 2012 (edited) Hmm. Strange. Anyway I turned off hybrid mode, too and will use it like that for some time to see if I can reproduce... I'm @ 864MHz as always. Logcat of crash would be useful, though ... Also... what launcher do you use? Edited October 1, 2012 by C3C0
Guest xr529 Posted October 1, 2012 Report Posted October 1, 2012 (edited) Hmm. Strange. Anyway I turned off hybrid mode, too and will use it like that for some time to see if I can reproduce... I'm @ 864MHz as always. Logcat of crash would be useful, though ... Also... what launcher do you use? At the moment I´m using sslauncher. Actually, I have 2 problems: 1. Sometimes the apps are stopping, several message errors. Even the status bar disappears. Finally, I have to reboot manually the phone. 2. The phone restarts without notice. Logcat attached. EDIT: Maybe not the best logcat, I had "just" a restartlogcat-1349126089783.zip Edited October 1, 2012 by xr529
Guest Nofan Tasi Posted October 1, 2012 Report Posted October 1, 2012 (edited) Hi C3C0 just FYI Done fresh install with -total- wipe (/data /cache /system /data/sdext2). ... reinstalling/configuring a few apps now (I had 66 apps) - link2sd - app2sd pro - apex launcher pro - glasklart apex theme - titanium backup pro - es file explorer - quicker - easy task killer - easy battery saver - easy app manager - bbc news linked all app dex lib to sd ext partition seeing GUI restarts again... perhaps apex launcher issue ? or link2sd related ? I run same GUI on Galaxy SII (but no link2sd there)logcat.out.gz Edited October 2, 2012 by Nofan Tasi
Guest C3C0 Posted October 2, 2012 Report Posted October 2, 2012 I'm trying but I couldn't reproduce crashes. Then I installed easy task killer and after pressing "optimize" for couple of times and then tried to launch app it finally rebooted. At first place you should avoid using task killers because they are too aggresive (according to logcat) and can cause system stability issues. Android has its own lowmemorykiller that can handle low memory conditions pretty well itself so there's no need to use 3rd party ones. Sometimes they can do more harm than good. So please, uninstall any memory managers, task killers, ... to see if it will get better.
Guest C3C0 Posted October 2, 2012 Report Posted October 2, 2012 What about themes. Do you use one? They are also known to cause instability.
Guest Nofan Tasi Posted October 2, 2012 Report Posted October 2, 2012 @C3C0 Thanks so much for looking into issue. I removed all app/mem optimizers. As for link2sd, as said, I link all app, dex and lib files (and I don't "move to SD"). I notice after reboot I must relink libraries, but that has been so before. I also increased max CPU speed back to 864MHz. Tonight I will reinstall more (regular) apps. If issue remains, I will uninstall apex theme, and, if no improvement, uninstall apex altogether. Which launcher (if any other than trebuchet) do you use/recommend? PS: note that, until now, I have never had issues with mentioned apps. Have a nice day
Guest C3C0 Posted October 2, 2012 Report Posted October 2, 2012 I prefer Nova launcher. While looking into logcats I found out that there's a problem at system low level UI library where code responsible for creating communication channels between activityManager and activities resides... It uses shared memory file descriptors. I couldn't find a reason of system not being able to initiate communication channel. Looks like descriptors or other resources not being released correctly before activitymanager tries to reinstantiate activity. Or maybe total number of descriptors that system allow is exceeded. I don't have a clue. But the thing is that it doesn't happen for me. Would be interesting to find out what causes this. But at this moment it is beyond my understanding... Here is the library code which is where problem that leads to crash occurs. (openInputChannelPair() method) https://github.com/C3C0/android_frameworks_base/blob/ics/libs/ui/InputTransport.cpp
Guest C3C0 Posted October 2, 2012 Report Posted October 2, 2012 After some additional investigation I have a feeling you are running out of available system file descriptors. Can you do as root from terminal emulator: cat /proc/sys/fs/file-nr and post the output?
Guest Nofan Tasi Posted October 2, 2012 Report Posted October 2, 2012 Hi C3C0 I guess one day I should try Nova as well ... as for system file descriptors: root@android:/ # cat /proc/sys/fs/file-nr 3257 0 42271 root@android:/ # cat /proc/sys/fs/file-max 42271 Thanks!
Guest utternoob Posted October 2, 2012 Report Posted October 2, 2012 What about themes. Do you use one? They are also known to cause instability. I've noticed that themes force close system UI. It's nothing major, just means no theme engine use
Guest xr529 Posted October 2, 2012 Report Posted October 2, 2012 After some additional investigation I have a feeling you are running out of available system file descriptors. Can you do as root from terminal emulator: cat /proc/sys/fs/file-nr and post the output? Hi mate, thanks for your advices. At the moment I'm not using any theme and I still have restarts and some apps stopping. Besides this, I'm not using taks killers or anything like that and using the same apps I used to install in my phone with other ROMs (Skatie, Mokee, CM9 and now Paranod Android), nothing special: - sslauncher - link2SD - k9 mail - instagram - ..etc About the command: cat /proc/sys/fs/file-nr : 6241 0 42271 I attach a new logcat with a fatal error included. Thank you so much mate :)logcat-1349193249331.zip
Guest C3C0 Posted October 2, 2012 Report Posted October 2, 2012 Btw. I found a bug in the latest version that was probably brought by new "Hybrid mode" switch. "List of apps" unde Paranoid settings won't open anymore... Regarding your logcat... "TransactionTooLarge" exception. I came across this several times while searching on the Internet. There is a lot of users having troubles with this while view is being constructed for launched application. I suspect this could be something general inside ICS sources. I don't know if I will be able to do anything about it. I will try, though
Guest xr529 Posted October 2, 2012 Report Posted October 2, 2012 Regarding your logcat... "TransactionTooLarge" exception. I came across this several times while searching on the Internet. There is a lot of users having troubles with this while view is being constructed for launched application. I suspect this could be something general inside ICS sources. I don't know if I will be able to do anything about it. I will try, though Interesting. I'll wait for your thoughts.
Guest Nofan Tasi Posted October 2, 2012 Report Posted October 2, 2012 update @C3C0 I removed apex themes and then apex and installed nova prime (no themes or icons). Runs and feels more stable ... But, while restoring/reconfiguring apps, I do get user interface crashes. I do not have apps that stop. Symptom is to abruptly fallback to Paranoid (IMO ugly) animation and to reenter user interface. As you say, the issue most probably crept in out of your control. I did not go search in other relevant forums. Thanks for your excellent work.
Guest bacsi2 Posted October 3, 2012 Report Posted October 3, 2012 Hi! I have the same problem. I installed (fresh install) the ROM yesterday, and it's restarted randomly about 3-4 times until now. I use it with the default launcher, hybrid mode turned off.
Guest teemo Posted October 3, 2012 Report Posted October 3, 2012 In CM7 I can set my preferred gsm connection [ WCDMA preferred | GSM only | WCDMA only | ... ] I can force this setting with external utility, but they are not remembered after switching back from wifi. Seem to be removed/disabled in CM9/PA9 ?
Guest C3C0 Posted October 3, 2012 Report Posted October 3, 2012 There's no need to use external app. Power switch in status bar can be set for different network modes. (Settings / System / notification drawer / widgets buttons / network modes)
Guest xr529 Posted October 3, 2012 Report Posted October 3, 2012 I give up with this rom :( I have a lot of crashes with Paranoid Android (even I need to reboot if I want to check if someone has sent me a message). I know it's not C3CO's fault, because I've used others roms created by him and his work is excelent, actually, I'll go back to CM7, MokeeOS or even Skatie (not sure yet). I will check the next PA version.
Guest C3C0 Posted October 3, 2012 Report Posted October 3, 2012 (edited) That's sad to hear. I didn't have enough time to look at it today. I just tried to reproduce the crashes by opening as many apps I could. I had almost all of the applications open from app drawer. System started to behave as it was destabilized with too many BINDER TRANSACTION FAILED error messages in the logcat but I was able to recover from this situation without a crash by simply closing all open apps step-by-step from "recent apps" window... Anyway, I am going to start to work on new version. Still some pending bugs I would like to fix (List of apps not working, "Default DPI" setting sets phone base DPI (240) instead of default mid base DPI... And I also plan to change default hybrid values to some better, more readable values so interface is more user friendly after flashing and starting the rom for the first time. I am thinking about titanium backup. If you restored apps together with data that were backed up on different rom, this might cause pottential issues. Have you tried with installing apps from scratch? (not titanium)? Edited October 3, 2012 by C3C0
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now