voxibanez
Well-Known Member
I can make them flashable for you if you don't have the time
That would be great!
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I can make them flashable for you if you don't have the time
(Edit Existing Line) dalvik.vm.dexopt-flags=m=v,o=y
131 /* Parse the options. */
132 if (dexoptFlagStr[0] != '\0') {
133 const char* opc;
134 const char* val;
135
136 opc = strstr(dexoptFlagStr, "v="); /* verification */
137 if (opc != NULL) {
138 switch (*(opc+2)) {
139 case 'n': verifyMode = VERIFY_MODE_NONE; break;
140 case 'r': verifyMode = VERIFY_MODE_REMOTE; break;
141 case 'a': verifyMode = VERIFY_MODE_ALL; break;
142 default: break;
143 }
144 }
145
146 opc = strstr(dexoptFlagStr, "o="); /* optimization */
147 if (opc != NULL) {
148 switch (*(opc+2)) {
149 case 'n': dexOptMode = OPTIMIZE_MODE_NONE; break;
150 case 'v': dexOptMode = OPTIMIZE_MODE_VERIFIED; break;
151 case 'a': dexOptMode = OPTIMIZE_MODE_ALL; break;
152 case 'f': dexOptMode = OPTIMIZE_MODE_FULL; break;
153 default: break;
154 }
155 }
156
157 opc = strstr(dexoptFlagStr, "m=y"); /* register map */
158 if (opc != NULL) {
159 dexoptFlags |= DEXOPT_GEN_REGISTER_MAPS;
160 }
161
162 opc = strstr(dexoptFlagStr, "u="); /* uniprocessor target */
163 if (opc != NULL) {
164 switch (*(opc+2)) {
165 case 'y': dexoptFlags |= DEXOPT_UNIPROCESSOR; break;
166 case 'n': dexoptFlags |= DEXOPT_SMP; break;
167 default: break;
168 }
169 }
170 }
That can be due to Quadrant, scores are all over the place. It's a useless benchmark for us.I cannot FOR THE LIFE OF ME get above 2800. Oh well, as long as my phone didn't explode in my face and it isn't slower.
That can be due to Quadrant, scores are all over the place. It's a useless benchmark for us.
If you flash over the build prop, beware, you may break a few things.
Some roms are identifying the phone as Evo 3d as opposed to Evo V, this allows a few extra apps to run. Changing this, if you have one of those apps, will make it disappear in market and may no restore on backup.
Another thing that can happen is one roms that use Goo Manager for updates, such as Harmonia and JMZ's roms, you will break the update system and no longer be notified of updates.
Almost all of these tweaks are already inside a few roms (in Harmonia some tweaks were left out because I was unhappy with how they acted). Be sure to find out before you start flashing anything as you may not accomplish anything.
I have been going through these trying to determine what they do.
dalvik.vm.jmiopts=forcecopy
This should be jniopts not jmiopts.
Also, I'm not sure it would not be faster to set warnonly for some apps. If I get any benchmark data I'll let you know.
did everything but the flashables on the stock rom and my quadrant score is still only 1630.
![]()
Guys I registered for the Anthrax 2 download and I'm a bit overwhelmed with info. If the download located in the repo? Or is it one of the "shooter linux" files?
I also registered for anthrax but it says I don't have permission to see the forum.![]()
You have to wait untill an Admin activates your account. It should only take an hour or so.