- 02-06-2011, 02:34 PM #106
Maybe Modder
- Join Date
- Sep 2010
- Posts
- 20
- Thanks
- 0
- Thanked 3 Times in 2 Posts
- Downloads
- 3
- Uploads
- 0
me i had to install a program to manualy mount the partition then it work
program call ROM MANAGER
- 02-06-2011, 07:15 PM #107
I'm still gonna use this ROM but it would be nice if you implemented the wifi fix into the final release.
- 02-07-2011, 07:26 PM #108
Of Mice and Modders
- Join Date
- Sep 2010
- Posts
- 51
- Thanks
- 41
- Thanked 2 Times in 2 Posts
- Downloads
- 3
- Uploads
- 0
[MENTION=3081367]adlx[/MENTION]
I tried to turn JIT on, that would create native versions of some part of the code, inproving performance.
BANG: infinite reboot, logcat as follow:
I guess is something to deODEX, do you agree? Maybe this is a nice feature for future versions.Code:02-07 22:55:33.668 1107 1107 E dalvikvm: DexOpt: build rev does not match VM: 17 vs 19 02-07 22:55:33.678 1093 1093 W dalvikvm: DexOpt: --- END 'core.jar' --- status=0xff00, process failed 02-07 22:55:33.678 1093 1093 E dalvikvm: Unable to extract+optimize DEX from '/system/framework/core.jar' 02-07 22:55:34.228 1108 1108 E dalvikvm: DexOpt: build rev does not match VM: 17 vs 19 02-07 22:55:34.238 1093 1093 W dalvikvm: DexOpt: --- END 'ext.jar' --- status=0xff00, process failed 02-07 22:55:34.238 1093 1093 E dalvikvm: Unable to extract+optimize DEX from '/system/framework/ext.jar'
Regards
- 02-08-2011, 05:57 AM #109
Itty Bitty Modder
- Join Date
- Jul 2010
- Posts
- 8
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 11
- Uploads
- 0
couldnt download the file..
- 02-08-2011, 07:34 AM #110
- 02-08-2011, 09:55 AM #111
Radio not working is a know issue. I guess I should have removed it. I don't have the drain issue here. Try recalibrating the battery.
I usually have a similar issue every time I wipe all, and reinstall apps from Titanium Backup, but only like one day. Usually the second day the issue is solved by itself.
App2SD is implemented in this rom, yes.
If anybody know how to fix the issue, my hears are opened LOL.
Yeah actually, JIT is already enabled, don't try to enable it again from gScript.Download my 1-click Recovery Flasher to flash a custom or stock recovery to your phone: Cliq, CliqXT, Backflip, ...
Like my work? Support me:
& visit my adlxmod site and follow me on Twitter
Tambien me puedes encontrar en Movilzona (Esp)
- 02-09-2011, 06:44 AM #112
Itty Bitty Modder
- Join Date
- Sep 2010
- Posts
- 6
- Thanks
- 0
- Thanked 3 Times in 2 Posts
- Downloads
- 1
- Uploads
- 0
Btw, I tried to push OpenGLES 1.1 into the previous adlxmod 2.1.5-2 and its work. MY neo core score reach 30+fps. May be can try push in this ROM.
Not sure this release included inside. May b can include for the next release.
http://www.simply-android.com/discus...torola-cliq/p1
OpenGLES1.1v2.zip
-
The Following User Says Thank You to Wai For This Useful Post:
jethro650 (02-22-2011)
- 02-09-2011, 09:28 AM #113
Itty Bitty Modder
- Join Date
- Jan 2010
- Posts
- 3
- Thanks
- 0
- Thanked 2 Times in 1 Post
- Downloads
- 4
- Uploads
- 0
Hey Wai, how did you push OpenGLES 1.1 into the phone? I would look up simply-android but for some reason i am not able to access the site and am impatient to try.
- 02-09-2011, 09:49 AM #114
- 02-09-2011, 09:52 AM #115
Itty Bitty Modder
- Join Date
- Jan 2010
- Posts
- 3
- Thanks
- 0
- Thanked 2 Times in 1 Post
- Downloads
- 4
- Uploads
- 0
Thanks Cuervo. I will probably do that. I've been reading about it awhile and was wondering if it would work with 2.1 or 2.2.
Edit: Wow! I just read it. It would have probably been better for me to read it myself.Last edited by andrelai1981; 02-09-2011 at 10:49 AM.
- 02-09-2011, 01:34 PM #116
Itty Bitty Modder
- Join Date
- Aug 2010
- Posts
- 3
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Downloads
- 3
- Uploads
- 0
Class not found
Hi adlx. I have a problem with your rom. If I launch a program that use DOM (xml parser included in Android) crash only in my Dext.
this is the error:
I think is dalvik that don't locate the classes org/w3c/dom/*Code:02-09 21:28:05.060 8690 8690 W dalvikvm: VFY: unable to resolve interface method 232: Lorg/w3c/dom/Element;.getTextContent ()Ljava/lang/String; 02-09 21:28:05.070 8690 8690 W dalvikvm: VFY: unable to resolve interface method 235: Lorg/w3c/dom/Node;.getTextContent ()Ljava/lang/String; 02-09 21:28:05.070 8690 8690 W dalvikvm: VFY: unable to resolve interface method 235: Lorg/w3c/dom/Node;.getTextContent ()Ljava/lang/String; 02-09 21:28:05.080 8690 8690 W dalvikvm: VFY: unable to resolve interface method 235: Lorg/w3c/dom/Node;.getTextContent ()Ljava/lang/String; 02-09 21:28:05.080 8690 8690 W dalvikvm: VFY: unable to resolve interface method 235: Lorg/w3c/dom/Node;.getTextContent ()Ljava/lang/String; 02-09 21:28:05.080 8690 8690 W dalvikvm: VFY: unable to resolve interface method 235: Lorg/w3c/dom/Node;.getTextContent ()Ljava/lang/String; 02-09 21:28:05.090 8690 8690 W dalvikvm: VFY: unable to resolve interface method 234: Lorg/w3c/dom/Element;.setTextContent (Ljava/lang/String;)V 02-09 21:28:05.090 8690 8690 W dalvikvm: threadid=1: thread exiting with uncaught exception (group=0x4001dc08) 02-09 21:28:05.100 8690 8690 E AndroidRuntime: Uncaught handler: thread main exiting due to uncaught exception 02-09 21:28:05.110 8690 8690 E AndroidRuntime: java.lang.NoSuchMethodError: org.w3c.dom.Element.getTextContent 02-09 21:28:05.110 8690 8690 E AndroidRuntime: at com.alesboires.anticontrol.db.Control.<init>(Control.java:84) 02-09 21:28:05.110 8690 8690 E AndroidRuntime: at com.alesboires.anticontrol.servei.Servidor.getControls(Servidor.java:161) 02-09 21:28:05.110 8690 8690 E AndroidRuntime: at com.alesboires.anticontrol.mapa.Mapa.handleIntent(Mapa.java:64) 02-09 21:28:05.110 8690 8690 E AndroidRuntime: at com.alesboires.anticontrol.mapa.Mapa.onCreate(Mapa.java:49) 02-09 21:28:05.110 8690 8690 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047) 02-09 21:28:05.110 8690 8690 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2521) 02-09 21:28:05.110 8690 8690 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2574) 02-09 21:28:05.110 8690 8690 E AndroidRuntime: at android.app.ActivityThread.access$2400(ActivityThread.java:121) 02-09 21:28:05.110 8690 8690 E AndroidRuntime: at android.app.ActivityThread.handleMessage(ActivityThread.java:1925) 02-09 21:28:05.110 8690 8690 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99) 02-09 21:28:05.110 8690 8690 E AndroidRuntime: at android.os.Looper.loop(Looper.java:130) 02-09 21:28:05.110 8690 8690 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:4425) 02-09 21:28:05.110 8690 8690 E AndroidRuntime: at java.lang.reflect.Method.invokeNative(Native Method) 02-09 21:28:05.110 8690 8690 E AndroidRuntime: at java.lang.reflect.Method.invoke(Method.java:521) 02-09 21:28:05.110 8690 8690 E AndroidRuntime: at com.android.internal.os.ZygoteInit.run(ZygoteInit.java:860) 02-09 21:28:05.110 8690 8690 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618) 02-09 21:28:05.110 8690 8690 E AndroidRuntime: at dalvik.system.NativeStart.main(Native Method)
In a HTC dream the error dont appear.
You removed this classes from your ROM?
- 02-09-2011, 02:05 PM #117
Itty Bitty Modder
- Join Date
- Nov 2010
- Posts
- 4
- Thanks
- 5
- Thanked 3 Times in 2 Posts
- Downloads
- 1
- Uploads
- 0
Problems with adlxmod-2.1.5-5-DarkBarOnly-signed.zip?
Has anyone successfully flashed adlxmod-2.1.5-5-DarkBarOnly-signed.zip? I flashed to adlxmod-2.1.5-5-WhiteBarOnly-signed.zip successfully, but attempting to flash DarkBarOnly results in a bootloop.
Interestingly, I tried taking it apart with apktool, but I the following error when decoding:
I: Loading resource table...
I: Decoding resources...
W: Cant find 9patch chunk in file: "drawable-mdpi-v4/statusbar_background.9.png". Renaming it to *.png.
I: Copying assets and libs...
And when building the resulting folder I get a flood of errors. No such trouble with WhiteBarOnly.
UPDATE: I finally got adlxmod-2.1.5-5-DarkBarOnly-signed.zip to work on my third attempt: I guess I was just being impatient before. apktool still doesn't like it, but more on that later.Last edited by eamondaly; 02-10-2011 at 01:43 PM.
- 02-09-2011, 02:17 PM #118
Itty Bitty Modder
- Join Date
- Aug 2010
- Posts
- 3
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Downloads
- 3
- Uploads
- 0
I installed 2.1.5-5 and darkbar and goes fine
-
The Following User Says Thank You to paueti For This Useful Post:
eamondaly (02-10-2011)
- 02-09-2011, 04:18 PM #119
Same here. I've installed with no problem 2.1.5-5 and Dark Bar.
-
The Following User Says Thank You to CuervoCoruna For This Useful Post:
eamondaly (02-10-2011)
- 02-10-2011, 09:19 AM #120
Itty Bitty Modder
- Join Date
- Sep 2010
- Posts
- 6
- Thanks
- 0
- Thanked 3 Times in 2 Posts
- Downloads
- 1
- Uploads
- 0
Here is it the step:
**Note: the step below I copy from simply android website.
The build.prop i pull into my pc and open up with text to edit. (My step might wrong by using text to edit, if follow my step u will saw the 2 lines of word arrange side by side when view using root explorer) where else, the step provide say add in above. Not sure u understand what i mean, but i getting from 24+fps to reach 29 or 30fps Neo core score.
To check:Install quandrant standard and view at system info u should see MSM7230 OpenGLES 1.1 under GPU.
One more things is when push libGLES.qcom.so the GLES must be in cap. I tried once with small letter. it appear 2 of this files inside the system/lib/egl. Forget what was the outcome.
adb devices
adb remount
adb push libGLES_qcom.so /system/lib/egl
adb push gralloc.msm7k.so /system/lib/hw
adb push gralloc.morrison.so /system/lib/hw
adb shell
chmod 644 /system/lib/egl/libGLES_qcom.so
chmod 644 /system/lib/hw/gralloc.msm7k.so
chmod 644 /system/lib/hw/gralloc.morrison.so
adb pull /system/build.prop /system
Add "debug.sf.hw=1" and "ro.opengles.version=65537" above "dalvik.vm.stack-trace=..." in build.prop
adb push build.prop /system
adb reboot
There were some more information @ [MOD] OpenGL ES 1.1 for Motorola Cliq - Simply Android
Read thru page 3. ThanksLast edited by Wai; 02-10-2011 at 09:19 AM. Reason: Automerged Doublepost
-
2 Users Say Thank You to Wai For This Useful Post
CuervoCoruna (02-10-2011), eamondaly (02-18-2011)


LinkBack URL
About LinkBacks
Reply With Quote



