Now videos working? (I'm unable to riproduce videos and music).I don't face any battery drain problems
Voodoo 1.1 kernel
Now videos working? (I'm unable to riproduce videos and music).I don't face any battery drain problems
Voodoo 1.1 kernel
Stock music not working, haven't tested videos.Now videos working? (I'm unable to riproduce videos and music).
Mh, i've installed now latest nightly, and now for me stock music player and videos works but only with Voodoo kernel.Stock music not working, haven't tested videos.
Just use VLC player for both And it will be working flawlesly.
Thx sir , i will stay in validus rom ?Many, I have moved away because the same obvious bugs remain on each build.
Will try again in a few months.
If you check changelog you can read all changes for all devices, if you don't see Xiaomi/markw in the changelog no change for your device.What bug in rom latest ?
Where i can see sir ?If you check changelog you can read all changes for all devices, if you don't see Xiaomi/markw in the changelog no change for your device.
That's cool, just made a simple script to help find out the changelogs that matters. (TamperMonkey)
// ==UserScript==
// @name Mokee Changelog Finder
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Find changes that matters.
// @author Hugo José Gonçalves
// @match http://changelog.mokeedev.com/index.php?mk_version=MK71
// @require http://code.jquery.com/jquery-1.12.4.min.js
// @grant none
// ==/UserScript==
(function() {
'use strict';
$(document).find("tbody a").each(function() {
var changelog = $(this);
$.get(changelog[0].href, function(data) {
if (data.indexOf("xiaomi/markw") !== -1) {
changelog.append("<i style=\"margin-left: 10px;\">✋</i>");
}
});
});
})();
that is bug that exist from the first xperimental buildreview: music player (stock or play music) don't work. but spotify works
And one of the main reasons I lest.that is bug that exist from the first xperimental build
Looks like they don't make any fixes since then, because the bugs still remain the sameAnd one of the main reasons I lest.
Thanks for your reviewreview: music player (stock or play music) don't work. but spotify works