[JB+] CM10.2 Android 4.3 for the Defy(+)

okij

Senior Member
Oct 24, 2012
1,649
3,633
143
Düsseldorf
is this build noticeably smoother ?? like while scrolling in setting menu ??
For me it feels as smooth as the last CM10.2 build. If you are still on CM10 or CM10.1, I would give it a try because IMHO CM10.2 is really feeling smoother and also the memory management seems better to me, e.g. when using heavy apps like Navigon. :)

---------- Post added at 05:23 PM ---------- Previous post was at 05:21 PM ----------

You are right, he forgot this commit! Oops :p
Thanks for your quick response! So I'll wait for the next CM10.2 nightly from @Quarx for this! :)

BTW, I'm thinking about giving SlimBean 4.3 a try. Is it possible to install it over a working CM10.2 installation (because I don't want to loose my apps and settings)?
 

hotdog125

Senior Member
Sep 19, 2012
992
405
0
Bangalore
Might be another bug, if not, please delete this post.

If I open an app from app switcher, finish my task and then press the back button, the app switcher opens with nothing being displayed (not even 'no recent apps'), I can't do anything until I press home (even back doesn't work). This problem exists for me in both CM10.1/10.2. Might be only for me, but i tested with a fresh install of latest CM10.2, and the problem is there.
 
Last edited:

sevenrock

Senior Member
Nov 27, 2012
659
1,095
123
/system/app/LatinIME.apk is 11900K in your build but 40752K in mine...
The size difference results from 13 more dictionaries added to the apk,
originating from a CM overlay. To get rid of them this patch should help (untested):
Code:
--- cm102_backup/vendor/cm/config/common.mk<--->2013-09-15 18:36:07.000000000 +0200
+++ cm102/vendor/cm/config/common.mk<-->2013-09-17 17:28:51.006148583 +0200
@@ -211,7 +211,7 @@
 # easy way to extend to add more packages
 -include vendor/extra/product.mk
.
-PRODUCT_PACKAGE_OVERLAYS += vendor/cm/overlay/dictionaries
+#PRODUCT_PACKAGE_OVERLAYS += vendor/cm/overlay/dictionaries
 PRODUCT_PACKAGE_OVERLAYS += vendor/cm/overlay/common
.
 PRODUCT_VERSION_MAJOR = 10
 

TJKV

Senior Member
Jun 25, 2011
1,927
2,746
0
For me it feels as smooth as the last CM10.2 build. If you are still on CM10 or CM10.1, I would give it a try because IMHO CM10.2 is really feeling smoother and also the memory management seems better to me, e.g. when using heavy apps like Navigon. :)

---------- Post added at 05:23 PM ---------- Previous post was at 05:21 PM ----------



Thanks for your quick response! So I'll wait for the next CM10.2 nightly from @Quarx for this! :)

BTW, I'm thinking about giving SlimBean 4.3 a try. Is it possible to install it over a working CM10.2 installation (because I don't want to loose my apps and settings)?
Come over to the AOSP thread and we can discuss it.

Just in case people missed it; I will be grateful if someone can flash the latest CM10.2 without any gapps and check if keyboard swiping works. Thanks :)
 

slimshady76

Senior Member
Aug 11, 2009
297
222
0
Berisso
Quick bug report: After installing today's build over the latest one (Aug 1st) three of the hardware buttons aren't working (Menu, Back and Search). Also, Google Services shows an error when the phone starts and the Calendar can't be synced.

Already tried wiping data and cache for those apps and rebooting with no luck...
 

cyrusct82

Senior Member
Aug 22, 2010
1,576
730
143
Constanţa
Quick bug report: After installing today's build over the latest one (Aug 1st) three of the hardware buttons aren't working (Menu, Back and Search). Also, Google Services shows an error when the phone starts and the Calendar can't be synced.

Already tried wiping data and cache for those apps and rebooting with no luck...
What gapps are you using?

Sent from my MB526 using xda app-developers app
 

rsk_kelkar

Senior Member
Jun 3, 2011
330
59
58
31
Goa
Can we have the gpu max_rate option in bootmenu. We need to enter command now on every boot if I'm not mistaken

Sent from my MB526 using xda premium
 

slimshady76

Senior Member
Aug 11, 2009
297
222
0
Berisso
Can we have the gpu max_rate option in bootmenu. We need to enter command now on every boot if I'm not mistaken

Sent from my MB526 using xda premium
You could write a short init.d script to set it at boot time. I'll put one together if I find the time...

EDIT: Here it goes. Just use the CM File Explorer, Root Explorer or the root-enabled file explorer of your choice to mount /system R/W and create a file called "99gpuoc" under /system/etc/init.d. Edit it and put this in it:

Code:
#!/system/bin/sh
# Overclock GPU max frequency to 266 MHz
echo 266666666 > /proc/gpu/max_rate
Change its permissions to r-xr-xr-x.

Reboot the phone, and bingo!

Boy, it really makes a difference in this little beast's smoothness...
 
Last edited:

mohegan

Senior Member
Aug 16, 2011
77
24
0
Bug report

With the last rom (17 september), few hardware buttons aren't working (Menu, Back and Search) for me. But, the long press in back button (to kill app - developper's option) works.
 
  • Like
Reactions: struq

slimshady76

Senior Member
Aug 11, 2009
297
222
0
Berisso
With the last rom (17 september), few hardware buttons aren't working (Menu, Back and Search) for me. But, the long press in back button (to kill app - developper's option) works.
Had the same problem, solved it by wiping /system, /data and /cache from TWRP and re-installing the ROM and Gapps from scratch.
 

Codeseven

Senior Member
Dec 20, 2012
280
78
0
Coachella Valley, Ca
Try Dual Recovery . Newest version is updated to CWM touch v.6 to allow CM10.2 update-binary


I tried this and it didn't work for me. twrp nor cwm would come up. they were there in the selection menu under custom recoveries. But when selected, the screen would refresh and not get anywhere. No go here :( any other way to install the most updated recovery right out of sbf flashing?
 

wadb

Member
Jun 6, 2012
49
11
0
Buenos Aires
You could write a short init.d script to set it at boot time. I'll put one together if I find the time...

EDIT: Here it goes. Just use the CM File Explorer, Root Explorer or the root-enabled file explorer of your choice to mount /system R/W and create a file called "99gpuoc" under /system/etc/init.d. Edit it and put this in it:

Code:
#!/system/bin/sh
# Overclock GPU max frequency to 266 MHz
echo 266666666 > /proc/gpu/max_rate
Change its permissions to r-xr-xr-x.

Reboot the phone, and bingo!

Boy, it really makes a difference in this little beast's smoothness...
I done it but I dont know how to test it. Antutu does not show difference.

Enviado desde mi MB526 usando Tapatalk 2