[JB+][3.0.8/2.6.32 kernel] CM10.1 Android 4.2.2 for the Defy(+)

mikrom.cz

Senior Member
Mar 1, 2008
170
31
0
mikrom.cz
you need to wipe data/cache in stock recovery..i believe you haven't done that yet
wipe data is the last option. i came phone into live many ways and always it was semi-factory reseted, missing swiftkey, forgotten google account, not workin' sms backup+.. finally i wipe system/cache/dalvik/data in twrp, recover backup from begining of june, flash 26th rom, after that dozen of app updates and it seems working fine now. i must backup it now! :)
 

woodman

Senior Moderator / RC-RT & Moderator Committees
Staff member
Jul 21, 2012
12,431
22,951
263
40
France
Hi,

For those interested, and before Quarx will be able to compile, here is a link to DL the last cm10.1 13-06-26 build plus sunnyqeen fix about wifi jamming issue.
Some People have already tested, including me, and it works !

Enjoy : http://db.tt/fLiMnHlu

Sorry for double posts in cm10 and cm10.1 threads...

Sent from my Defy MB525 green lens
 

warewolf4586

Member
Aug 11, 2011
47
1
0
wifi not working after 25 Mar wifi drivers

Wifi is not working on my MB526 for all builds( CM10 and CM10.1) with drivers beyond 2503, tried to search and also tried deleting wifi folder ( as suggested for new builds ), but no use...
Now last I decided to have a build with wifi folder of new builds replaced by wifi folder of 0703 CM10 build ( the last build with wifi working for me ).
So, I unzipped 1606 cm10, replaced \system\etc\wifi folder with that from 0703, again created zip using 7zip.
Now when i try to flash it, it is not being executed.
Did i miss something, or this procedure is not as simple as it looks, so i need to have complete setup of building nightlies ?
Please help with this, if possible, if someone already having all setup, it would be great if someone can get an executable nightly with old drivers.
 

Antiga Prime

Senior Member
Sep 25, 2012
994
637
113
Wifi is not working on my MB526 for all builds( CM10 and CM10.1) with drivers beyond 2503, tried to search and also tried deleting wifi folder ( as suggested for new builds ), but no use...
Now last I decided to have a build with wifi folder of new builds replaced by wifi folder of 0703 CM10 build ( the last build with wifi working for me ).
So, I unzipped 1606 cm10, replaced \system\etc\wifi folder with that from 0703, again created zip using 7zip.
Now when i try to flash it, it is not being executed.
Did i miss something, or this procedure is not as simple as it looks, so i need to have complete setup of building nightlies ?
Please help with this, if possible, if someone already having all setup, it would be great if someone can get an executable nightly with old drivers.
First off, try this. Second, you can't unzip a file that is meant to be flashed through recovery. If you want/need to add/delete/change files, you need to do it without unzipping the file, preferably with 7zip.

Third, if anything, you shouldn't have deleted the /system/etc/wifi folder. If you did in fact delete that folder, you'll never get wifi to turn on.

You shouldn't have to delete any wifi folder with the newer builds to get it to work. Maybe you hadn't wiped your /data partition before flashing; if not, next time you could either do a full wipe, which includes /data and /system, and then try again, or delete the /data/misc/wifi folder, which might have contained information regarding your previous setup, since you didn't wipe /data.

Maybe it's off topic, but I'm pretty sure that if Quarx updated the flashing instructions so that it recommended doing a full wipe, the CM10 and CM10.1 threads would stop seeing most, if not all, of these reports of odd issues/bugs.
 
Last edited:

nostupidthing

Senior Member
Nov 1, 2012
940
259
0
Hi,

For those interested, and before Quarx will be able to compile, here is a link to DL the last cm10.1 13-06-26 build plus sunnyqeen fix about wifi jamming issue.
Some People have already tested, including me, and it works !

Enjoy : http://db.tt/fLiMnHlu

Sorry for double posts in cm10 and cm10.1 threads...

Sent from my Defy MB525 green lens
any chance for a flashable zip just for the new wireless firmware files? thx!!!!!!!
 

r_soares

Member
Nov 25, 2012
28
18
0
I tried several MMS.apk from various builds, including CM10.1 and CM10, but I couldn't find the option to choose between convert or not a SMS in to a MMS when it's too big.
I don't know if I was using CM10.1 or CM10 for testing purpose at the time but I have a lot of big SMS sent on the mother's day, so I'm sure this option exists. I remember that when when I found it, I became surprised because for a long time it was gone.
Someone could tell me if there is some other apk that I should try besides MMS.apk? (I didn't had time to flash builds...)
Doesn't anyone ever found this option? :confused:
 
Last edited:

Prowler

Senior Member
Mar 31, 2013
482
519
133

TJKV

Senior Member
Jun 25, 2011
1,927
2,746
0
I am aware Mokee has HALO inbuilt..but i want tot remain on quarx builds..they are the best and speedy.
Well halo is just two (very big) patches. You could fork quarx's repos and merge them yourself. I don't think Quarx will do it unless cyanogenmod includes it...

Sent from my MB526 using xda app-developers app
 

Blechd0se

Inactive Recognized Developer
Sep 19, 2012
459
4,507
0
Stuttgart
Hello,

i made some recent changes and its time for another nightly from me :)
There are very big changes this time, because we now have some sort of good cpu scheduling, i thought we should have the same
for our gpu. So i did some research and noticed our gpu stays all the time on its max frequency which can cost much battery.

So i wanted to create some sort of gpu control driver which handles this issue. For now its very stupid; while screen is on its the same
as before the patch, while screen is off it locks frequency to 50mhz to save battery. Also in theory its now possible to overclock/underclock
the gpu on the fly, be carefull here. I need to adjust a bit and create some sort of gpu scheduling algorithm based on cpu load.
This is only a proof of concept, i appreciate any feedback! Full changelog;

* Backported Cleancache from 3.4
* Backported zCache form 3.3 and enabled it by default
* enabled dynamic fsync back again and updated it to prevent data loss
* new and shiny gpu control driver!
* smaller changes and fixes, look at my github :)

I let the debug messages enabled for those of you who are interested in (nearly) realtime gpu-statistics. I already did a commit for this,
because i wanted to share the code with Quarx and those who want to help.
 

Attachments

ccav2000

Senior Member
Dec 19, 2010
2,057
1,122
0
Manga Cafe
@Blechd0se this kernel is not working OK for me, it consumes all available memory causing services to fail and restart continuously and my launcher to be killed all the time. A much worse user experience overall.

Sent from my Nexus 7 using xda app-developers app
 

Blechd0se

Inactive Recognized Developer
Sep 19, 2012
459
4,507
0
Stuttgart
@Blechd0se this kernel is not working OK for me, it consumes all available memory causing services to fail and restart continuously and my launcher to be killed all the time. A much worse user experience overall.

Sent from my Nexus 7 using xda app-developers app
Do you have a dmesg-output for me? Worked flawless on my device.
Another thing; try to change the available memory in /system/bootmenu/2nd-boot/cmdline to 498

Also you can disable zcache here by deleting it :)

Send from my Nexus 4
 

ccav2000

Senior Member
Dec 19, 2010
2,057
1,122
0
Manga Cafe
Do you have a dmesg-output for me? Worked flawless on my device.
Another thing; try to change the available memory in /system/bootmenu/2nd-boot/cmdline to 498

Also you can disable zcache here by deleting it :)

Send from my Nexus 4
I reverted for now, I'll try to get you a dmesg tomorrow, need to sleep now! We'll sort this out soon.

Sent from my Nexus 7 using xda app-developers app
 
  • Like
Reactions: Blechd0se