greenalien 2 Report post Posted July 20, 2015 Over the last couple of weeks I had a bug with this rom. As soon as i called somebody the phone screen would go black and i couldnt do anything, the call would continue ringing and i could talk etc no problem but i couldnt do anything until they hung up then the display would return.. When they didnt answer and i got their answerphone i would quickly take out the battery to end the call, I tried shaking the phone, tapping the screen etc. When someone called me it seemed to work as normal. I have now flashed a different rom so i cant replicate the problem. I just wanted to mention the issue here incase it is a known bug or just me? Quote Share this post Link to post Share on other sites
Guest Report post Posted July 20, 2015 How can I reflash the stock Kernel of this rom? Currently I'm using the Synopsis kernel Quote Share this post Link to post Share on other sites
Romagnolo1973 59 Report post Posted July 20, 2015 (edited) How can I reflash the stock Kernel of this rom? Currently I'm using the Synopsis kernel reflash this rom will overwrite the kernel with the stock one Edited July 20, 2015 by Romagnolo1973 Quote Share this post Link to post Share on other sites
Guest Report post Posted July 21, 2015 Do I have to clear data or I can reflash without wipe data? Quote Share this post Link to post Share on other sites
gligort 0 Report post Posted July 21, 2015 Everything is running smooth. Only one problem, when I reply to call with a message, the message has been sent, but the receiver never gets the message. I can send messages, and I can receive them. I've been trying with other stock ROMS, and they have been good (in that area of problem). Quote Share this post Link to post Share on other sites
Romagnolo1973 59 Report post Posted July 21, 2015 Do I have to clear data or I can reflash without wipe data? without wipe Quote Share this post Link to post Share on other sites
Jablml 0 Report post Posted August 2, 2015 Hi, help me please Quote Share this post Link to post Share on other sites
Riccardo Belliato 0 Report post Posted August 2, 2015 Uninstall or disable adblocker Quote Share this post Link to post Share on other sites
mhackoy 2 Report post Posted August 6, 2015 Can someone link to me the stock kernel of this rom thank you in advance Quote Share this post Link to post Share on other sites
somesome 0 Report post Posted August 7, 2015 I know, we need an update from Huawei, But maybe there is a chance someone (from the forum) has the insides to fix those CVEs? Quote Share this post Link to post Share on other sites
maxXx_cz 0 Report post Posted August 10, 2015 (edited) StageFright bug fixes will be published on the AOSP!https://blog.lookout.com/blog/2015/07/28/stagefright/ Edited August 10, 2015 by maxXx_cz Quote Share this post Link to post Share on other sites
killadroid 68 Report post Posted August 11, 2015 I know, we need an update from Huawei, But maybe there is a chance someone (from the forum) has the insides to fix those CVEs?Just wait for an xposed module,someone will come up with it eventually Quote Share this post Link to post Share on other sites
katicc 0 Report post Posted August 12, 2015 Installation:- Wipe everything except your SD card- Install the ROM and reboot- EnjoyCan i also not wipe internal storage, and install from there? Quote Share this post Link to post Share on other sites
Guest Report post Posted August 14, 2015 You can wipe internal storage and after copy the rom from your pc to the phone using "mounting usb" in TWRP Quote Share this post Link to post Share on other sites
mhackoy 2 Report post Posted August 15, 2015 Hi wanna ask if there someone knows the link of stock kernel of this rom tnx in advance Quote Share this post Link to post Share on other sites
Riccardo Belliato 0 Report post Posted August 15, 2015 Reinstall the rom without wipes Quote Share this post Link to post Share on other sites
Guest Report post Posted August 21, 2015 Has anyone tried to odex this rom? Quote Share this post Link to post Share on other sites
Tod94 0 Report post Posted September 8, 2015 I am trying to install this mod from 4.4.4 SlimLP but when i reboot after installing it reboots me to TWRP and doesn't boot system. Anyone had this problem? Any Solution? Thanks for help Quote Share this post Link to post Share on other sites
lomax84 8 Report post Posted September 11, 2015 I am trying to install this mod from 4.4.4 SlimLP but when i reboot after installing it reboots me to TWRP and doesn't boot system. Anyone had this problem? Any Solution? Thanks for helpYou need a full wipe. Tried already? Quote Share this post Link to post Share on other sites
KIRA_13 0 Report post Posted September 17, 2015 theres a bug in messaging.. -receiving text messages is delayed sometimes-cant receive a call but its ringing to the calleri tried to flash the update but its still the bugs not fixed, hope you can fix that... its almost perfect good job Quote Share this post Link to post Share on other sites
Takamoto 4 Report post Posted September 17, 2015 Is there a way to fix sd read ahead to 2048kb without use app like performance control? If I change it with root explorer after reboot its return at default 128kb. Thanx.. Quote Share this post Link to post Share on other sites
wbrambley 77 Report post Posted September 17, 2015 Is there a way to fix sd read ahead to 2048kb without use app like performance control? If I change it with root explorer after reboot its return at default 128kb. Thanx..Put this script in /system/etc/init.d and name it something like 50readahead#!/system/bin/shif [ -e /sys/devices/virtual/bdi/179:0/read_ahead_kb ]then/system/xbin/echo "2048" > /sys/devices/virtual/bdi/179:0/read_ahead_kb;fi Quote Share this post Link to post Share on other sites
Takamoto 4 Report post Posted September 18, 2015 Put this script in /system/etc/init.d and name it something like 50readahead#!/system/bin/shif [ -e /sys/devices/virtual/bdi/179:0/read_ahead_kb ]then/system/xbin/echo "2048" > /sys/devices/virtual/bdi/179:0/read_ahead_kb;fiTnx a lot boss..:lol::lol: Quote Share this post Link to post Share on other sites
Takamoto 4 Report post Posted September 18, 2015 Sorry @wbrambley..probabilly I wrong something but I have no change.. I tell you what I do:-With mixplorer I found /system/ect/init.d-There are 2 files script (01 extra and zipalign)-I create another file and rename it "50readahead"-I write into this your script and I make permission same other 2-I save the work and reboot..Again 128kb :-( Quote Share this post Link to post Share on other sites
wbrambley 77 Report post Posted September 18, 2015 Sorry @wbrambley..probabilly I wrong something but I have no change.. I tell you what I do:-With mixplorer I found /system/ect/init.d-There are 2 files script (01 extra and zipalign)-I create another file and rename it "50readahead"-I write into this your script and I make permission same other 2-I save the work and reboot..Again 128kb :-(Do you have another app setting readahead after boot? Try test running the script in "script manager" app. Quote Share this post Link to post Share on other sites