> Attention!

We strongly recommend to readRules section "Android - firmware"

New threads need to be created only inroot partition! In the future, they will be processed by moderators.


565 pagesV  < 1 2 3 4 5 6 > »  
 
REPLY
> Motorola Defy / Defy + - CyanogenMod 11 Firmware (OS 4.4)
atreyu_ts
Message#1
25.11.13, 20:08
Experienced
******
[offline]

Topics Curator
Group: Curators
Messages 642
Check in: 15.09.13
Motorola Moto Z2 Force

Reputation:-  66  +

Motorola Defy / Defy +- Firmware CyanogenMod 11 (OS 4.4)
PictureMotorola Defy, Defy +, MB525, MB526
Description | Discussion � | FAQ � | Purchase � | Accessories � | Marriage � | Embellishments � | Firmware | Breaker �
OS 2.1 � | OS 2.2 � | OS 2.3 � | MIUI �
CyanogenMod 7 � | CyanogenMod 9 � | CyanogenMod 10 � | CyanogenMod 10.x � | CyanogenMod 11 �

Author firmware:Quarx

(���� 2.6.32) download

:
- Everything works

What does not work (kernel 3.0):
- Video recording
- Problems with the photo on the red camera
- OTG
- Acceleration

Before asking questions
- Questions whose answers are in the header will be deleted without warning.
- Messages in the style of "Oh, thanks dude" are not allowed, use the + button to thank the one who helped you
- Disputes about which firmware or phone is better and other offtopic will be removed
- All screenshots, listings and discourses about a bitter life should be hidden under the spoiler
[spoiler] This text is under the spoiler [/ spoiler]

Instructions for the transition to CM11
Initially, Android 4.4 for Defy / Defy + was distributed in a truncated version, since the entire firmware simply did not fit into the / system partition. For the same reason, you had to use a minimalist version of Gapps instead of a complete set of Google applications. Quarx recently found a way to expand the / system partition by reducing the / data partition, so from October 1, 2014 all firmware versions are distributed in the original version along with all language packs.
However, the partition size will not automatically increase and you will have to manually expand it.


To avoid unpleasant moments, make a full backup of the working firmware, and then follow the instructions.

1. First you need at least a stock or any other custom firmware with root and CWM
2. Through CWM installTWRP 2.8.0.0(Attention! Clear the phone from the installed firmware and leave only the custom recovery compatible with CM11), reboot and log in to TWRP
3. Installnew_boostrap.zip(system files to prepare the file system for re-markup), reboot and enter TWRP (from this moment there will be no blue indicator and to enter the recovery you will need to press the "options" button (four points) when the prompt appears on the screen)
4. Installresize.zip(the file system redesign script itself), reboot and log in to TWRP
5. Install the desired version of CM11 and Gapps (if necessary), reboot
6. We use firmware

Instructions from users:
OrenRavik
atreyu_ts (recommended / suitable for different firmware)

Important!If after installing the firmware the setup wizard falls or not the desktop, reboot into TWRP, make a wipe / system, reinstall the firmwarewithout gapps, wait for the firmware download, reboot into TWRP again and flash gapps.

When installing the firmware, we do not pay attention to the message "MD5 file not found", this is normal.

It’s not necessary to do wipe, but if, after installing without wipe, you have problems downloading the firmware or the inoperability of previously installed applications, it can help.

If after the next firmware update, Recovery does not work:
1. Download, unzip and put the file on the memory cardAttached filebootstrap_ext3.img.gz(37.79 MB)

2. Start the terminal emulator on the smartphone and execute the following commands:
su
umount / bootstrap
dd if = / sdcard / bootstrap_ext3.img of = / dev / block / mmcblk1p1

If after flashing the download does not go further, the logo and TWRP is not available, unfortunately you will have to return to the stock firmware through the installation of the official SBF and subsequent routing, the installation of TWRP and CyanogenMod
How to flash the official firmware or SBF file on Defy?
How to get root on the firmware?
What is the boot menu?

Stable firmware

What's new
Links
Fresh firmware versions on both cores:
quarx.cm-for.us

Assembly for installation using RSD Lite:
SBF based on cm-11 20140923

Mirrors:
quarx2k.ru
www.uncledan.it
defy.svolkov.name

TWRP 2.8.0.0:
defy_twrp_recovery_2.8.0.0 (Attention! Completely cleans the phone, leaves only custom recovery)

Gapps:
gapps-kk-20150412-minimal-edition-signed
open_gapps-arm-4.4-aroma-20171009
kk-20150412-aosp-browser-sync-signed(stock browser synchronization)
kk-20150412-aosp-calendar-sync-signed(synchronization of the stock calendar)

Overclocking script:
99overclock(throw along the path system / etc / init.d / and set permissions 555 (read and start only), after reboot the script is activated)
script code
#! / system / bin / sh

sleep 60

# Set cpu clocks

echo 64>/ proc / overclock / max_vsel

echo 4 12000000 64>/ proc / overclock / mpu_opps

echo 3 9000000 52>/ proc / overclock / mpu_opps

echo 2 6000000 38>/ proc / overclock / mpu_opps

echo 1 4000000 25>/ proc / overclock / mpu_opps

echo 0 1200000>/ proc / overclock / freq_table

echo 1 900000>/ proc / overclock / freq_table

echo 2 600000>/ proc / overclock / freq_table

echo 3 400000>/ proc / overclock / freq_table

echo 1200000>/ proc / overclock / max_rate

echo 400000>/ sys / devices / system / cpu / cpu0 / cpufreq / scaling_min_freq

# Set gpu clock

echo 266666666>/ proc / gpu / max_rate

# Set noop scheduler for NAND and SDCARD

echo noop>/ sys / block / mmcblk0 / queue / scheduler

echo noop>/ sys / block / mmcblk1 / queue / scheduler

# Set governor

echo ondemand>/ sys / devices / system / cpu / cpu0 / cpufreq / scaling_governor

# Tune lowmemorykiller (6/8/16/40/50/60)

echo "1536,2048,4096,10240,12800,15360">/ sys / module / lowmemorykiller / parameters / minfree

# Enable KSM

echo 1>/ sys / kernel / mm / ksm / run

# Disable media scanner

pm disable com.android.providers.media/com.android.providers.media.MediaScannerReceiver

# Enable zRAM (128 Mb)

echo 134217728>/ sys / block / zram0 / disksize

mkswap / dev / block / zram0

swapon / dev / block / zram0

Discussion on XDA:
AOSP / CM11 Android 4.4 for the Defy (+)
Development 3.0 Kernel

Kernel 3.0 Sources:
github.com
Questions and answers
Does Android 4.4 really work on Defy quickly and smoothly?
In general, yes. Not as smooth and fast as on modern smartphones, but much faster compared to cm-10.2 and stock 2.3 on the same Defy. In addition, after downloading, about 250 MB of RAM remain free on the smartphone, which allows working with many applications without sacrificing performance.

What does core 3.0 give?
- Smoother work.
- Easier porting process cm-11.
- Hardware video codecs (including 720p support)
- F2FS file system support (faster ext3 / ext4)

How does Gapps Minimal differ from standard Gapps?
Gapps Minimal is a heavily trimmed version of Gapps, which includes only Google Play and account synchronization tools. All other Google applications, including Gmail, Hangouts, Maps, Google Search (which includes the search box on the desktop and Google Now) you can install from the market.

How to remove the search bar from the desktop?
The first way:Menu Button ->Settings ->Show search string.
The second way:Remove or disable the Google Search app inSettings ->Applications ->Everything ->Google Search ->Disable / Remove . Please note that after this, Google Now will disappear.

How to increase the number of desktops?
Drag the icon to the right edge of the screen, the desktop will be created automatically.

What is ART and does it work on Defy?
ART is the bytecode compiler of the Dalvik virtual machine in the ARM instruction. In theory, it can seriously improve application performance, but has compatibility issues with some of them (for example, whtasapp). On Defy works without problems. However, you will not notice a real increase in the speed of work, while ART is an experimental function that slows down the smartphone rather than makes it faster.

For inclusion go toSettings ->For developers ->Select Wednesday ->Use ART. After that, the smartphone will be rebooted, and the next download will take a very long time (especially if there are many applications installed on the smartphone) with the message "The application is being optimized ...".

List of incompatible with ART applications

Should I switch to cm-11 now?
The version on kernel 2.6.32 is quite stable.

How to overclock the processor?
Using the Aero Kernel Control application, SetVsel or overclocking script. Works only on kernel 2.6.32.

What are the optimal frequency and voltage settings?
300/20, 600/35, 900/50, 1200/63

Is 1200 MHz is not overclocking, this frequency will not lead to instability?
No, 1200 MHz is the nominal frequency of the OMAP3630 processor, which is used in Defy and Defy +.Confirmation from the author of the firmware.

Calendar is not synchronized, how to fix?
The first way:flash file12-16_AOSP_Calendar_Sync_4.4.2_signed.zipvia TWRP.

The second way:Install Google Calendar from the market.

How to enter bootmenu / recovery when booting

Answer with a colorful picture

The sweep2wake feature is disabled after a reboot. How to fix?
Create a file /system/etc/init.d/99sweep2wake with the following contents:
#! / system / bin / sh
echo 1>/ sys / android_touch / sweep2wake

And put a performance bit on it using the file manager or like this:
chmod 777 /system/etc/init.d/99sweep2wake

To reduce the delay of an incoming call, it is advised to switch the kernel to the ondemand power saving algorithm, what does it threaten with?

All information about energy saving algorithms
Screenshots
Attached Image
Attached Image
Attached Image
Attached Image


The author of the firmware is not responsible for the actions of users and as a result killed devices.

In case of problems with individual users, use the "Complaint" button.

K
The firmware is no longer updated due to the closure of CyanogenMod!


Post has been editedatreyu_ts - 09.10.17, 19:47
Reason for editing: Reload all files on MEGA
j1m
Message#42
26.11.13, 18:43
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1402
Check in: 05.03.10
Xiaomi Mi Mix 2

Reputation:-  154  +

shpekkI completely agree, just the script is laid out in a hat, someone will use it, and then it will scream that the build is buggy, since the live wallpaper doesn’t work here :)
Well, about your build the same will say: lol:

Post has been editedj1m - 26.11.13, 18:46


--------------------
Samsung Galaxy A3 (stock) | OnePlus One (LOS 15.1) | Gretel A7 (cm-13) | HTC Desire 628 (stock) | Ouya (stock) | Omate TrueSmart (stock)
Github: zobnin
Telegram: @ channel_n5
shpekk
Message#43
26.11.13, 18:54
Kremenchug
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1347
Check in: 08.05.12
Xiaomi Redmi 5 Plus 4/64

Reputation:-  158  +

j1m
The author of the firmware is not responsible for the actions of users and as a result killed devices.
Let the topic read} -)
ZY you, by the way, you need to add something in red in the header, like if I am not guilty: D


--------------------
Motorola defyKK, Lenova A850
lumia 550, Moto X1056, Meizu M5c, Xiaomi Redmi 5 $ 2/16 Xiaomi Redmi 5 + $ 4/64
j1m
Message#44
26.11.13, 19:03
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1402
Check in: 05.03.10
Xiaomi Mi Mix 2

Reputation:-  154  +

shpekkone dead device generates 50 spam messages per minute. I do not want this: lol:


--------------------
Samsung Galaxy A3 (stock) | OnePlus One (LOS 15.1) | Gretel A7 (cm-13) | HTC Desire 628 (stock) | Ouya (stock) | Omate TrueSmart (stock)
Github: zobnin
Telegram: @ channel_n5
shpekk
Message#45
26.11.13, 19:11
Kremenchug
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1347
Check in: 08.05.12
Xiaomi Redmi 5 Plus 4/64

Reputation:-  158  +

j1m
Attached Image
Attached Image
Attached Image


--------------------
Motorola defyKK, Lenova A850
lumia 550, Moto X1056, Meizu M5c, Xiaomi Redmi 5 $ 2/16 Xiaomi Redmi 5 + $ 4/64
j1m
Message#46
26.11.13, 19:16
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1402
Check in: 05.03.10
Xiaomi Mi Mix 2

Reputation:-  154  +

shpekkI know, I didn’t talk about it, but about the fact that "their problems", the problems are theirs, but the topic will be spammed later ...
Okay, round it up and start discussing the coolness of cm-11 and quax personally :)

Post has been editedj1m - 26.11.13, 19:17


--------------------
Samsung Galaxy A3 (stock) | OnePlus One (LOS 15.1) | Gretel A7 (cm-13) | HTC Desire 628 (stock) | Ouya (stock) | Omate TrueSmart (stock)
Github: zobnin
Telegram: @ channel_n5
OrenRaviK
Message#47
26.11.13, 20:16
Old resident
*******
[offline]

Group: Friendssavagemessiahzine.com
Messages 985
Check in: 07.04.08
Motorola DROID RAZR M

Reputation:-  112  +

OrenRaviK @ 11.26.2013, 12:35*
Does the Bluetooth headset norms work or also as on 10.2?

I will answer myself: music plows, calls a robot.
The buttons are still very bright and can not be configured as in CM10. If in the future it will be like in CM10.2, then it will be a big drawback.

How to set (Standing CM10):
1. First I deleted everything that was superfluous from the proxy, I also deleted GoogleBackupTransport, GoogleFeedback, GooglePartnerSetup from core gapps.
2. Nakatil update-recovery.zip, reboot.
3. Wipe cache, dalvik cache, data, system and put cleaned cm-11-20131124-NIGHTLY-mb526 and 11-24_GApps_Core_4.4_signed.
4. Reboot

Rolled back to CM10.

Post has been editedOrenRaviK - 26.11.13, 20:56
jerru7
Message#48
26.11.13, 21:32
User
****
[offline]

Group: Friendssavagemessiahzine.com
Messages 55
Check in: 10.08.10

Reputation:-  0  +

Is it possible to completely turn off the button illumination?
vikpms
Message#49
26.11.13, 21:49
Experienced
*******
[offline]

Group: Friendssavagemessiahzine.com
Messages 831
Check in: 22.04.13
Xiaomi Redmi Note 3 Prime

Reputation:-  107  +

Jerru7 @ 11.26.2013, 20:32*
Is it possible to completely turn off the button illumination?

TryLEDEFY


--------------------
vikpms
Message#50
26.11.13, 22:26
Experienced
*******
[offline]

Group: Friendssavagemessiahzine.com
Messages 831
Check in: 22.04.13
Xiaomi Redmi Note 3 Prime

Reputation:-  107  +

asd_13,Dear, write, please, from what date do you install the CM11 firmware and on which core


--------------------
j1m
Message#51
26.11.13, 22:37
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1402
Check in: 05.03.10
Xiaomi Mi Mix 2

Reputation:-  154  +

asd_13 @ 11/27/2013, 01:11*
The menu is partially russified, which is strange, considering that in previous versions it was russified by 95%, the unlock widgets were removed (crap all the firmware) it was convenient to launch the dialer from Lockscreen ...

Calm down already and come back in three months. CM-11 has just started to do, even CM-10.2 has not officially been stable, and you are waiting for a fully functional CM-11. Everything will be, and Russification, and widgets, and settings, and everything else. Wait and stop already hysteria for any reason.


--------------------
Samsung Galaxy A3 (stock) | OnePlus One (LOS 15.1) | Gretel A7 (cm-13) | HTC Desire 628 (stock) | Ouya (stock) | Omate TrueSmart (stock)
Github: zobnin
Telegram: @ channel_n5
j1m
Message#52
26.11.13, 23:27
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1402
Check in: 05.03.10
Xiaomi Mi Mix 2

Reputation:-  154  +

Try LEDEFY

LEDEFY for stock core. In 2.6.32 other interfaces and apparently it does not allow you to turn off the backlight. At least I have been looking for the necessary control files in / sys for a long time, found / sys / class / leds / button-backlight / brightness and / sys / class / leds / button-backlight / max_brightness, writing zero to them should logically turn off the backlight, but it does not work ... It remains only to try to fix the driver in the kernel source ...

Post has been editedj1m - 26.11.13, 23:35


--------------------
Samsung Galaxy A3 (stock) | OnePlus One (LOS 15.1) | Gretel A7 (cm-13) | HTC Desire 628 (stock) | Ouya (stock) | Omate TrueSmart (stock)
Github: zobnin
Telegram: @ channel_n5
themen
Message#53
26.11.13, 23:35
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 125
Check in: 29.05.08
Motorola Defy +

Reputation:-  2  +

The people, and the camera someone earned on version 11?


--------------------
Motorola Defy + SlimBean 8.1
j1m
Message#54
26.11.13, 23:36
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1402
Check in: 05.03.10
Xiaomi Mi Mix 2

Reputation:-  154  +

themen,It works for me on a non-plus, it seems that only on the pros, the problem is observed ...

Post has been editedj1m - 26.11.13, 23:36


--------------------
Samsung Galaxy A3 (stock) | OnePlus One (LOS 15.1) | Gretel A7 (cm-13) | HTC Desire 628 (stock) | Ouya (stock) | Omate TrueSmart (stock)
Github: zobnin
Telegram: @ channel_n5
Antinxopc
Message#55
26.11.13, 23:43
Visitor
**
[offline]

Group: Active users
Messages 17
Check in: 25.03.12

Reputation:-  0  +

I have a defi plus works
shpekk
Message#56
27.11.13, 00:24
Kremenchug
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1347
Check in: 08.05.12
Xiaomi Redmi 5 Plus 4/64

Reputation:-  158  +

Defay QC no does not work.


--------------------
Motorola defyKK, Lenova A850
lumia 550, Moto X1056, Meizu M5c, Xiaomi Redmi 5 $ 2/16 Xiaomi Redmi 5 + $ 4/64
themen
Message#57
27.11.13, 00:35
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 125
Check in: 29.05.08
Motorola Defy +

Reputation:-  2  +

AntinXopc @ 11.26.2013, 22:43*
I have a defi plus works

without glitches, and 720 removes?


--------------------
Motorola Defy + SlimBean 8.1
ajaxodessa
Message#58
27.11.13, 01:31
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 109
Check in: 02.01.09
LG G2 mini

Reputation:-  1  +

Ha, my camera has earned ... once :) After one shot (everything on the screen was with wild blue hues) it hung and, surely, like last time, it will not work until the reboot.
Sittter
Message#59
27.11.13, 05:11
Novice
***
[offline]

Group: Active users
Messages 43
Check in: 04.08.12
Motorola Defy +

Reputation:-  0  +

I requested update-recovery and now TWR does not start at all, the phone goes into reboot.
serjvolkov
Message#60
27.11.13, 08:10
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 367
Check in: 05.06.12
Motorola Defy +

Reputation:-  18  +

Sittterthe firmware comes to mind from scratch.
ajaxodessa,I had the same, only I did not even take the picture. :)

Post has been editedserjvolkov - 27.11.13, 08:10
Reason for editing: AutoCorrect, be it wrong.
Aleksandr292
Message#61
27.11.13, 08:20
User
****
[offline]

Group: Friendssavagemessiahzine.com
Messages 63
Check in: 28.08.11
Motorola Moto X

Reputation:-  4  +

j1m, do any wipes need to be done before and after the firmware? Or is it enough what is written in the cap? (I personally did, but are they needed?)

On firmware 4.4 from 11/24/2013 on kernel 2.6.32.9:
switched to ART
- everything except the camera works (the market also, Navitel works, Hangouts instead of SMS also works without problems)
-the speed of work is lower than 10.2, sometimes the gallery, the dialer is run for a very long time (seconds 7), but mostly within 3 seconds ...
- usually there was not enough battery for a day! About Miracle, 60% reached the evening with VERY active use, climbed all the time, watched! (another 10% left)

Updated with miui 4.0 - 10.1 - 10.2 - 11

Post has been editedAleksandr292 - 27.11.13, 08:32

565 pagesV  < 1 2 3 4 5 6 > » 


 mobile version    Now: 05/20/19 00:20