New Libs for Adreno 200 to improve 3D performance - Optimus One, P500, V General

You can check out my previous post here
Now I'm giving you the newer qualcom drivers which is better than the previous one. But this also doesn't works on stock 2.3.3.
I have tested only in oxygen n perfectpeso roms. It really works.
Instructions:
1. Download New Adreno Libs below.
2. Remove libGLES_android.so from /system/lib/egl
3. Flash new adreno libs
4. Add this @ ur build.prop
Code:
debug.performance.tuning=1
video.accelerate.hw=1
persist.sys.use_16bpp_alpha=1
persist.sampling_profiler=0
ro.lge.proximity.delay=25
mot.proximity.delay=25
ro.secure=0
ro.debuggable=1
persist.service.adb.enable=1
persist.sys.use_dithering=0
persist.sys.purgeable_assets=1
persist.sys.shutdown.mode=hibernate
windowsmgr.support_rotation_270=true
debug.composition.type=gpu
windowsmgr.max_events_per_sec=400
dalvik.vm.verify-bytecode=false
iro.min_pointer_dur=1
5. Reboot, Enjoy
6. press
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
button instead of commenting as Thanks.
NOTE ; 1) PLS BACKUP before trying anything
2) flash franco #4 kernel , if u get bootloops.
3) Help me if i have gone wrong somewhere.
Credits : nobodyAtall
Download the libs from here
Thank you

Now I'm am just curiouse how did you modified these drivers if I might ask? The sources are not public and it's very very hard to work with compiled code hmmm
Anyhow good luck, i will test when i have time and hope you answer my question

Work on N2 de-odex with franco#4

It doesn't work on stock 2.3.3 because of the build.prop modifications, right?
By the way, there are useless lines in it, e.g ro.lge.proximity.delay=25 only works in LG's stock ROMs and mot.proximity.delay=25 is only for motorola phones/stock ROMs.
Look at the comments here:
p500: Announce GLES2 support · 197ccef · CyanogenMod/android_device_lge_p500
But thanks for the faster libs! Great job;

Checksum indicates new adreno drivers are same as in cm7.2 source.
Only file I need to check for now is libGLES_android.so.
Setting dithering to 16bbp however does also speed up 3d tests.
Did test it on CM7.2 -rc1.
Feel free to try it and let us know.
Edit:
If you have a rom using the older qualcom drivers it DOES speed up 3d. But these drivers are just a newer release from the same company.

Working fantastically with the CM7 RC. Working totally amazingly. framerate in neocore upto 63FPS!!!

> perfectpeso already had this.. why test it on it?

neko95 said:
> perfectpeso already had this.. why test it on it?
Click to expand...
Click to collapse
Not everyone uses perfectpeso.

sweetnsour said:
Not everyone uses perfectpeso.
Click to expand...
Click to collapse
> No.. you got it wrong.. what i mean is.. he tested it with perfectpeso as he said.. but perfectpeso already had this libs. thats what i mean

Thanks,I might give it a shot on Cm6 as a last resource.

why doesn't work on stock?

How to make it work on stock rom!! Do u know more tweaks that run on stock rom 2.3.3
Sent from my LG-P500 using XDA

it works gr8, feel free to try

I don't care who developed it or what. I followed exactly what rk has outlined here and I have to admit that it f#######y works great! Neocore and Quadrant scores are far higher now even on 480/691. I dont care what you guys will complain about Quandrant scores being these and that. I jut know that, I tested it before changing the libs and then after changing the libs, I tested it 4 times and have got consistently higher scores. I use ta 1.1+ kernel with C.M R.C1. I am happy with the result...Thank you..R.K

Those build.prop additions are still very confusing. They either do nothing or doesn't have anything to do with these 3D libs.

1. If you haven't developed anything, what the hell is it doing in Original Android Development section? It's all about flashable binary libs and some build.prop tweaks.
2. The improvement people are noticing is probably only because of the line to use 16 bit transparency (persist.sys.use_16bpp_alpha=1). It is indeed faster, but it's a capped kind of transparency, therefore it causes artifacts in things like browser bookmarks, Pulse News app, etc.
3. The rest of the tweaks have little or no effect at all.
P.S.: I think it's only worth for people using ROMs with the old lib, so they can flash the most recent one, ignoring the build.prop changes.
Sent from my LG-P500 using XDA

Stop flaming here, OP has given the necessary credit. If you dont like it, dont use it.
Moved to P500 Android development.

The libs are what give the fps performance boost, build.prop not so much, people with stock roms try just replacing these libs, without any build.prop tweaks

Can someone try editing egl.cfg and remove the line 0 0 android and see if there is any noticeable improvement? tried in stock GB and not sure it has any boost or not, someone can benchmark before and after editing?

Cresqo said:
Can someone try editing egl.cfg and remove the line 0 0 android and see if there is any noticeable improvement? tried in stock GB and not sure it has any boost or not, someone can benchmark before and after editing?
Click to expand...
Click to collapse
It doesnt have any noticeable improvement in Antutu scores, as that knows to use Hardware libs instead of android software ones when doing its tests.
I tested it personally

Related

X8 eclair Jit enable

I just make guide to enable Jit
Requirement:
eclair Rooted
Download this http://bit.ly/JiT-toggle
first use this command at adb
adb pull /system/build.prop
you can also manually use root expolrer to copy built.prop
edit the build.prop (im using notepad)
change this:
dalvik.vm.heapsize=32m
debug.sf.hw=1
added this at the end:
dalvik.vm.execution-mode=int:jit
save the changes..
after that extract http://bit.ly/JiT-toggle
at sdcard/JiT-toggle-0.1
and save the file
then do this steps
after that you must copy and overwrite the mod built.prop to folder
/sdcard/JiT-toggle-0.1/vmlibsv2
and the original build.prop to /sdcard/JiT-toggle-0.1/vmlibs_stock
then
1: enable JIT (in a termnial or adb shell)
cd adb
adb shell
su
cd /sdcard/JiT-toggle-0.1
sh enable_jit.sh
and your phone will reboot with JIT enable.
and if you want to disable jit effect just use this command
tribute for Zocker Tko
With jit, i can increase the value of quadrant score by 10 - 15 %
and linpack almost 3 times than normal
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
other
Before
After
and look at cpu score (the blue one)
it make almost twice faster than normal
hope this help you guys.,
Hmmm a question, what is Jit refers to??
is it gonna mak X8 run faster or ??
JIT refers to Just In Time compilation. Which is basically converting VM code into native code. Yes, it will definetly make your X8 MUCH faster.
card-us said:
Hmmm a question, what is Jit refers to??
is it gonna mak X8 run faster or ??
Click to expand...
Click to collapse
is stand for Just in time
The JIT is a software component which takes application code, analyzes it, and actively translates it into a form that runs faster, doing so while the application continues to run
sorry for my bad eng
I follow 2 this step
sh enable_jit.sh
but nothing happen, and when i reboot my x8, it's hang in SE-logo.
Can u test in more than 5 device?
Any downside ????
or other question is y se not include the jit if there is no downside)
how to enable JIT for android 1.6?
Something isn't perfect with your solution.
I had enabled the jit by your script and my phone had been slower.
I disabled it and the phone stopped at the boot screen.
A had to reflash it.
Before you publish a solution be sure that it's working well!
What firmware you get the lib-s from?
JIT is fully working thanks.
avers said:
Something isn't perfect with your solution.
I had enabled the jit by your script and my phone had been slower.
I disabled it and the phone stopped at the boot screen.
A had to reflash it.
Before you publish a solution be sure that it's working well!
What firmware you get the lib-s from?
Click to expand...
Click to collapse
Its works properly theres only a boost for game loading time or decoding videos
For rest the processor is good as it is
Dont blame the op if you brick or wreck your phone it works for others you must have done something wrong!
Sent from my rooted E15i
muzik_demon said:
Its works properly theres only a boost for game loading time or decoding videos
For rest the processor is good as it is
Dont blame the op if you brick or wreck your phone it works for others you must have done something wrong!
Sent from my rooted E15i
Click to expand...
Click to collapse
I know what I did. There was no problem.
I could enable it as well.
I changed some things in the system. Maybe one of them doesn't like it.
If you try to disable it, please let me know is it working or not.
Thanks.
Could you, please, make the thread sticky ?
avers said:
I know what I did. There was no problem.
I could enable it as well.
I changed some things in the system. Maybe one of them doesn't like it.
If you try to disable it, please let me know is it working or not.
Thanks.
Click to expand...
Click to collapse
Yup disabling doesn't work
But you still can't blame others for that!
Sent from my E15i using XDA App
muzik_demon said:
Yup disabling doesn't work
But you still can't blame others for that!
Sent from my E15i using XDA App
Click to expand...
Click to collapse
I didn't want to blame anyone. Really sorry, if I was rude.
For a compensation I give you a taskbar theme (what I'm already using)
You can change it by this way:
1. Extract the framework-res.apk from the zip to the root of your sdcard.
2. Be sure that the busybox is present on your phone!!
3. Save your framework-res:
Code:
adb pull /system/framework/framework-res.apk
4. Copy the new one to the /system/framework from your sd:
Code:
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
busybox cp /sdcard/framework-res.apk /system/framework/framework-res.apk
I modified pulp's framework-res (from his X8.img) (2.1-RUS).
When you change it, the phone maybe freeze! You will see the new theme after a reset.
if you make something wrong, your phone will restart without any changes.
If you try it, please let me know how do you like it!
If you don't like it, you can put back the original framework-res.apk by the same way.
by Avers
After enabling jit my phone slowed down.. what can be wrong?
Sent from my E15i using XDA App
Avers screenies please
muzik_demon said:
Avers screenies please
Click to expand...
Click to collapse
Here we go.
avers said:
Here we go.
Click to expand...
Click to collapse
nice .. please upload default SE clock.apk thanks.
isaac12 said:
nice .. please upload default SE clock.apk thanks.
Click to expand...
Click to collapse
It is just the taskbar what I uploaded. Everything else will remain as before.
But if you haven't got the original SE Home screen app and the SE clock, I attached them.
(I prefer the mClock, because it is fully customizable. That's what you see on the screenshots. )
Jit works very good on my phone. For those who have problems and lag after enabling jit i recommend to delete the contents of your /data/dalvik-cache folder using root explorer and immediately reboot after this. Phone will boot slower first time after the deleting of the dalvik cache because it will need time to rebuild it but after this your phone will definitely work better. I got quadrant result 513 and linpack 7.4 on my X8.

Overclock Xperia x8 820 MHz guide

Overclocking Xperia x8
Hello guys I asked a guide for those who want to write a pimped your x8
The 'overclocking is a procedure that can hurt your loved x8 ergo follow this guide at your own risk!
requirements:
- Rooted
- Banda Basic x15
- SetCPU
1) Download x8oc V004 http://forum.xda-developers.com/attachment.php?attachmentid=565868&d=1302528982
2) Extract the file and copy it on the sd x8oc.ko
3) By RootExplorer x8oc.ko copied to / system / lib / modules
4) Always go through RootExplorer / system / etc, hold down the file menu and hw_config.sh which opens in selected Open Text Editor
5) At the beginning put this line
code:
insmod / system/lib/modules/x8oc.ko # x8 overclocking
6) Save the changes and restart the phone
7) Open SetCPU, select Autodetect recommended speeds and set the desired frequency. Make attempts to find the maximum frequency of your CPU and select Set on Boot until you are sure it is secure
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
8)Selct frequenze 825 mhz
Useless thread
Sent from my X8 using Tapatalk
non mi è nuova questa guida...
who? no is useless thread
fun thread ,
can u tell what this is?
@vixkes
I think you might need to take a look at this
Beans
please, tell me how to turn on my phone! I'm tired, my mum can't phone me by a year, my wife give me up due to she think, that I'm with other women.
vixkes, help me
I think this thread is a reminder of how great doixahn is.
vixkes said:
Overclocking Xperia x8
Hello guys I asked a guide for those who want to write a pimped your x8
The 'overclocking is a procedure that can hurt your loved x8 ergo follow this guide at your own risk!
requirements:
- Rooted
- Banda Basic x15
- SetCPU
1) Download x8oc V004 http://forum.xda-developers.com/attachment.php?attachmentid=565868&d=1302528982
2) Extract the file and copy it on the sd x8oc.ko
3) By RootExplorer x8oc.ko copied to / system / lib / modules
4) Always go through RootExplorer / system / etc, hold down the file menu and hw_config.sh which opens in selected Open Text Editor
5) At the beginning put this line
code:
insmod / system/lib/modules/x8oc.ko # x8 overclocking
6) Save the changes and restart the phone
7) Open SetCPU, select Autodetect recommended speeds and set the desired frequency. Make attempts to find the maximum frequency of your CPU and select Set on Boot until you are sure it is secure (I have come to 768mhz)
8)Enjoi you x8
Click to expand...
Click to collapse
Dear I haven't hear anyone getting above 800 using this module...if you are using higher speed (>750) I dont think your processor will live long....better stick on to a max speed of 710....... Once the bootloader is unlocked we "may" get stable overclocking with higher speed...The developers are working hard on it just wait dear....
vixkes said:
(I have come to 768mhz)
Click to expand...
Click to collapse
fkin liar. thread name suggest that you want to share the method to overclock x8 to 820 MHz, when the thread is just about OC, not oc'ing to specific frequency. you can get these instructions from doixanh's thread. this one is not only useless, it's misleading.
GTFO
big lol OMFG
sandy4everyone said:
Dear I haven't hear anyone getting above 800 using this module...if you are using higher speed (>750) I dont think your processor will live long....better stick on to a max speed of 710....... Once the bootloader is unlocked we "may" get stable overclocking with higher speed...The developers are working hard on it just wait dear....
Click to expand...
Click to collapse
Really? My friend has got newer X8(black one) and he can set 825Mhz. He only sets 825Mhz for HD gameloft games. Also check this video http://www.youtube.com/watch?v=qShBkihANmU.
velnens123 said:
Really? My friend has got newer X8(black one) and he can set 825Mhz. He only sets 825Mhz for HD gameloft games. Also check this video http://www.youtube.com/watch?v=qShBkihANmU.
Click to expand...
Click to collapse
slightly stupid really as his chip wont last long at that speed, that's 225mhz more than intended so good luck to your friend.
Mods, please close this useless thread.
Thanks in advance
codfreak said:
Mods, please close this useless thread.
Thanks in advance
Click to expand...
Click to collapse
i agree, pointless spam. only the stupid want 825mhz!!!!
cool ^^ i just fried eggs on my phone for a snack i'm recommending everyone to follow this guide.
best regards
Sent from my E15i Egg Fry Edition
Blagus said:
cool ^^ i just fried eggs on my phone for a snack i'm recommending everyone to follow this guide.
Click to expand...
Click to collapse
Hahahahaaaaaaaaaa....!!!!!!!
[double] Thread Closed.

[Feature] [System] Init.d

Description:
Init.d contains tweaks and scripts that are ran at system startup.
Options & Usage:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Reserved
init.d scripts not listed
Hi there. I noticed there are few more init.d script settings now than that is listed in this thread. Any chance an updated list of all the new init.d settings and what they do? Really appreciate the work you put in cheers.
(or maybe could you point me in a direction to learn what they do? )
Trying ion kernel test 2 makes my coconut stuck on the kernel logo too (LX)
Sent from my WT19i using XDA Premium 4 mobile app
Jerryxmas said:
Hi there. I noticed there are few more init.d script settings now than that is listed in this thread. Any chance an updated list of all the new init.d settings and what they do? Really appreciate the work you put in cheers.
(or maybe could you point me in a direction to learn what they do? )
Click to expand...
Click to collapse
The code for the scripts are all located here: https://github.com/PAC-man/android_vendor_pac/tree/pac-4.4/prebuilt/common/etc/init.d
iurnait said:
The code for the scripts are all located here: https://github.com/PAC-man/android_vendor_pac/tree/pac-4.4/prebuilt/common/etc/init.d
Click to expand...
Click to collapse
Hmm....the link doesn't give a very good explanation about every scripts and what it do.....it just a code of the scripts and it doesn't give any explanation about it....
About the loopy option..
It says to put our launcher name in order to work.
Do we need to put the exact name (as it is in data/app/..) like com.android...apk?
Quick question....is the code merging issue being worked on for theming options as to not be forced to download launchers??
up to date list?
Anyone know where an up-to-date lisr can be found. PAC Rom has waayyy more than just these ones.
Thanks
Piout said:
Anyone know where an up-to-date lisr can be found. PAC Rom has waayyy more than just these ones.
Thanks
Click to expand...
Click to collapse
I would also like to have an updated list on what the things do...
for example what does the battery tweak do?
anyone else with a Nexus 7 (flo) unable to access the init.d menu? I've been unable to access it on every 4.4 PAC build as it comes up saying Settings has stopped. Is this a known problem with Flo builds or...?
Works perfectly fine on my Nexus 5 though.
Full init.d list from august end release
Here's very fresh tweaks list from the HTC Amaze
sometimes my ucoz doesn't work, but it'll be soon
I don't have a clue what exactly (or how exactly) most of them works. But I would like to.
Can somebody of the team post [Explained] thread? Very please.
P.s. As I see, most of them aren't needed for better performance.
city2026 said:
Here's very fresh tweaks list from the HTC Amaze
sometimes my ucoz doesn't work, but it'll be soon
I don't have a clue what exactly (or how exactly) most of them works. But I would like to.
Can somebody of the team post [Explained] thread? Very please.
P.s. As I see, most of them aren't needed for better performance.
Click to expand...
Click to collapse
yeah come on...how its this not documented?
enohand said:
yeah come on...how its this not documented?
Click to expand...
Click to collapse
At the very least there could be a better description under the option.
Like enable sysctl has the description " enable sysctl tweaks at boot", which adds no information. Why not just say "performance tweaks"?
Sent from my SPH-L720 using XDA Free mobile app
I also would prefer a better description. Just making a sentence out of two words does not explain anything. It is not necessary to explain the exact programming. But things how - what does the setting do; is the activation of one interfering with another one; is there, because of interfering, an order in which they should be activated;... - would be really nice.
Need Good Description of New Init.d Setup
Can we please get a good tutorial/description of all the new init.d tweaks on the newest PacMan Rom for the HTC One M8? I am way confused as to what they are all supposed to do. Help!
So any news about a good documentation of the Init.d scripts??
I don't know which ones to enable if I don't know what they do!!

[kernel][Revisited] Rage kernel v2.7 for CM7.2 sk17i (mango)

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Rage Kernel was originally developed by DuMOHsmol
greenAlgae recompiled it to run on FXP CM7.2.0
Here’s the original thread (KERNEL)(Mini/MiniPro/Active/LwW) Rage Kernel v2.7 / v2.8 / v2.9 for FXP CM7.2.0 ROM
Downloads are on post 8
greenAlgae's thread was closed on the 7th June 2012
I have sent a request to our Mod to close this thread. I have switched to cm9 and I don't think I can properly maintain this kernel and thread any longer
Click to expand...
Click to collapse
I made this thread because I use CM7 and would like to see if I can continue DuMOHsmol's &
greenAlgae's work to improve this kernel for myself ill post my progress here should anyone be interested
But as always use it at your own risk
I have used greenAlgae's 2.7 version for several months
It works well for me with the stable cm-7.2.0-mango.zip available on the cyanogenmod website
Iv been using the smothass governor and have noticed massive improvements to battery life with only the occasional “screen on lag”
CPU Governors explained by deedii
14: Smoothass:
The same as the Smartass “governor” But MUCH more aggressive & across the board this one has a better battery life that is about a third better than stock KERNEL
Click to expand...
Click to collapse
Smoothass
A more aggressive version of Smartass that is very quick to ramp up and down, and keeps the idle/asleep maximum frequency even lower.
Pro: Theoretically better battery life than Smartass.
Con: Same as Smartass & Interactive (the CPU will slowly ramp down after it is no longer needed (compared to its ramping-up speed). Might also go too low when asleep (an issue with other governor when a Sleep profile is used in apps such as SetCPU), causing the device to malfunction. Most common example is the screen not powering on when the power button is pressed or the phone begins ringing. Might also effect apps running in the background while sleeping.)
Click to expand...
Click to collapse
The fist thing I wanted to change was the bootsplash
Following This Guide I was able to change it in less than 5 minuets. I used this wallpaper and some photoshop magic.
>
>
>
Image 1: original bootsplash
Image 2: Image I wanted to use
Image 3: Was very large file size, took forever to boot & looked a funny green/brown colour on the phone
image 4: This was the smallest I could get the png without it distorting to much. (I used a mixture of tools found Here) But it still took forever to boot
Then I read up on Run-length encoding
Realized what I was doing wrong and made this one.
It boots in a flash (looks better on the phone)
nice work mate!!
Thanks wasn't expecting anyone to be interested lol
Iv uploaded the boot image
Next id like to update CWM.... I found a file named recovery... but I cant see it being as simple as replacing that one file lol
Can anyone point me in the right direction?
I'm interested to see where this goes, can you tell us the changes you did to the krenel so far except the boot image?

Too many instability on my device

Hi, I'm having a very unstable S3. Unluckily I'm an advanced and enthusiast Android user, unluckily because I've to suffer the continuous proposals of an untouched device, as solution for all my problems, you should understand me! [emoji16]
So... I won't renounce uselessly to any app or tweak, if you are not expert surely you can't help me.
-----
My device:
Device: Samsung Galaxy S3 International 16 GB (+64 GB exFat SD);
Rom: CyanogenMod 11 M9 (upgraded from M8);
Modem: LG8;
Kernel: BOEFFLA Kernel (the last stable release, sometimes the last beta);
Mods: BRAVIA Engine 3 and xLoud (both flashed before kernel), Xposed Framework (some modules included GravityBox, with "few" tweaks enabled), customed build.prop e init.d script files.
The "heavier" build.prop tweaks:<br />
power_supply.wakeup=enable
persist.sys.ui.hw=1
debug.sf.hw=1
dalvik.vm.checkjni=true
dalvik.vm.verify-bytecode=true
dalvik.vm.execution-mode=int:jit
dalvik.vm.dexopt-flags=m=y
Useless report init.d tweaks, there are stupid things respect to build.prop ones.
-----
Premised my device specifications, I'm having a "war" against System UI who freeze the entire system for a long time before goes to FC. After many full wipes, the same problem.
In the first middle of July I decided to reconfigure my phone at "workmanlike", knowing what to do, how and when.
According to a terrible ARHD experience in last summer, "two" reboots instead one, then the wizard, then Xposed Framework, kernel and mods, while at last I did all the rest.
Initially I was moved by the greatful performance, but after a week, regressions started with the already cited System UI crashes, that make the everyday life an hell. Now the problem is extended to other apps.
Main apps sometimes require a long time to be opened, showing a black screen until a FC.
Enabling the view of all the ANR dialogs, I noted that Facebook at casual times is not responding and at bootup it slow system for many seconds. I always hated Facebook Android development, performance and battery saving are critical for everyone.
Since some days also cLock have lots of FCs, and upgrading from M8 to M9 I did a mistake: I reflashed Gapps, causing another "collection" of FCs of Google services such Play Services and Play Framework, because I replaced part of updates with old versions... so I think and I hope I'm wrong, less problems is better!
I need your help to know causes of my terrible instability, I know also a fast, powerful but rare S3 in my hands, I want know what let it to be so useless and enervating.
I did lots of resolutive attempts, e.g. wipe cache and Dalvik cache, do data restore and wipe with Titanium Backup, but nothing. [emoji26]
Go back to a stock rom after a full wipe. If still the same then your nand has bad blocks.
boomboomer said:
Go back to a stock rom after a full wipe. If still the same then your nand has bad blocks.
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
According to eMMC BrickBug Check no bad blocks were found, nor affected by Sudden Death.
Why should I turn to the stock firmware?
boomboomer said:
Go back to a stock rom after a full wipe. If still the same then your nand has bad blocks.
Click to expand...
Click to collapse
+1
Return to a good stock firmware and don't install any mods to see if it is stable for maybe a day or two. Then one by one install the mods that you use. (Too many mods could cause stability issues due to some conflicts I'm sure you know). And it could even be one of them that is causing issues/or cyanogenmod has stability problems
Sent from a "Galaxy" far, far away with my Ultra Ray Gun
Pulseuser said:
+1
Return to a good stock firmware and don't install any mods to see if it is stable for maybe a day or two. Then one by one install the mods that you use. (Too many mods could cause stability issues due to some conflicts I'm sure you know). And it could even be one of them that is causing issues/or cyanogenmod has stability problems
Sent from a "Galaxy" far, far away with my Ultra Ray Gun
Click to expand...
Click to collapse
Try the stock firmware is useless:
CyanogenMod 11 since some months is considered stable, I've no enough time to make lots of attempts as you require to me.
CyanogenMod 10.2 stable... terrible: fast reboots cause bootloops, camera is unstable and there are some FCs in certain conditions.
I've asked your help for exhaustive answers, you should know what can be conflictual better than me, i.e. some build.prop line.
Undo phone to the original state (rooted or unrooted) is only a waste of time.
I know that there isn't any hardware or logical issue on my device, I know that CyanogenMod 11 is an almost stable rom... so where I "concretely" wrong? If you need more info about my device hardware/configuration... simply ask [emoji106]
Shrugs and walks away...
boomboomer said:
Shrugs and walks away...
Click to expand...
Click to collapse
I've not understood your answer.

Categories

Resources