changelog
This update optimizes system performance and stability. [Optimizations] Improves system performance and stability for smoother operations. Integrates Google security patches for improved system security. [Update notes] 1. This update will not erase your personal data, but we recommend that you back up any important data before updating. 2. The system will restart after the update. This will take about 5 minutes. 3. If you experience any issues during the update, please call the Huawei customer service hotline or visit an authorized Huawei service center for assistance.
anybody updated? battery improvements? differences?
I try but error when verification pack before flash
Tried to install with the dload method but without success...
Install aborted.
Files was downloaded with the "Firmware Finder" app:
update.zip
update_data_public.zip
update_EVA-L09_hw_eu.zip
up, no one?
Try telcode to update.
Tried through fw finder, proxy and failed. Do you guys think I could brick the phone when updating through dload?
Follow these instructions provided here:
http://prntscr.com/f3sav5
Source: https://forum.xda-developers.com/p9/development/rom-stock-rom-eva-l19c636b168-t3419586/page190
As shown above you don't flash the zip file if you didn't know already, you do it in a certain order with dload folder containing UPDATE.APP (including data folder for 2nd flash [Make sure you don't use same UPDATE.APP when doing another flash] as shown in instructions) on microSD card.
New B386 FullOta + data full
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
And more
Im updated B386 FULLOTA-MF-PV and calendar app is missing
What is the difference between FULLOTA-MF-PV and
* FULLOTA-MF? Apart from the missing calendar.
Im updated to B386 FULLOTA-MF-PV and my calendar app is missing too.
The "calendar.apk" file seems broken. Trying to install manually failed.
St3ini said:
Im updated to B386 FULLOTA-MF-PV and my calendar app is missing too.
The "calendar.apk" file seems broken. Trying to install manually failed.
Click to expand...
Click to collapse
If you try to install other apps you will not be able either, they are protected so that they can not be installed manually
fenie said:
What is the difference between FULLOTA-MF-PV and
* FULLOTA-MF? Apart from the missing calendar.
Click to expand...
Click to collapse
MF multifile is public+hweu single
MF-PV multifile packed version both in 1 file.
Can anyone check whether wifi calling works please. The option disappeared in the last update
KrAzYtHeBoY said:
If you try to install other apps you will not be able either, they are protected so that they can not be installed manually
Click to expand...
Click to collapse
Any solution? Or just wait for next update to see if apps gets back?
Enviado desde mi EVA-L09 mediante Tapatalk
Just download the EU package. Than open the data folder inside the zip file. There you will find hw_init and search for the agenda app, etc. Extract them and place them manually in system/app. Reboot. That is working for me.
Your solution is only for those who have rooting the device.
Hello to everyone, I installed the firmware, but I lost the theme and calendar icon ... how can i recover it?
No one can without root and manually put it on system folder right now
Enviado desde mi EVA-L09 mediante Tapatalk
Related
I had the problem, I couldn't root my phone after the update from B521 to the latest B820 version.
I tried out SuperSu versions 2.65 till 2.74.
After rooting through TWRP, I always got bootloops and after unrooting the system starts normally.
As a last try, I looked into the install script and set the "SYSTEMLESS" var to "true".
Now I've got a rooted and starting phone.
So I think there must be a problem, at least for me, with automatically detecting a systemless installable Android version in SuperSu from chainfire at Honor 6, as I understand.
Did anyone else have that problem?
I added SYSTEMLESS=true in /META-INF/com/google/android/update-binary within SuperSu-v2.65.zip, just as described there, but it should defaults to true after proper detecting without this.
At my B521 system, I used SuperSu version 2.52, which worked there and wasn't booting at Marshmallow, too.
Install 2.62
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my H60-L04 using Tapatalk
What Tools did you use? The multi tool doesn't have emui 4 on L04 yet
gammaanimal said:
What Tools did you use? The multi tool doesn't have emui 4 on L04 yet
Click to expand...
Click to collapse
Flash it using TWRP recovery...
Sent from my H60-L04 using Tapatalk
The Multi Tool says for TWRP L02 and L12, can I also install it on L04?
I've installed SuperSu 2.74 via fastboot/TWRP, but as I wrote, only with an modified updater-script, the system boots up. (for me, not sure why and maybe this can help others)
Machredsch said:
I've installed SuperSu 2.74 via fastboot/TWRP, but as I wrote, only with an modified updater-script, the system boots up. (for me, not sure why and maybe this can help others)
Click to expand...
Click to collapse
I think I have exactly the same issue, could you upload your modified supersu.zip for me or walk me through the modifications?
That'd be swell.
hagehagen said:
I think I have exactly the same issue, could you upload your modified supersu.zip for me or walk me through the modifications?
That'd be swell.
Click to expand...
Click to collapse
Have tested it today with latest stable SuperSu, which is v2.76-20160630161323.
-> open the archive with an archive-manager
-> go to /META-INF/com/google/android/ directory
-> edit update-binary with a text editor (your text editor should respect linux line breaks (LF), so if you're on windows, you have to make sure this, I think)
-> after the commented section(all lines with a # beginning), where you can read about possible system vars and beyond,
you have to set the SYSTEMLESS variable to true like in the following example of code:
Code:
...
# if needed. It must replace the input file and return a 0 exit code.
[COLOR="Red"]SYSTEMLESS=true[/COLOR]
OUTFD=$2
...
Line 2, you have to insert to achieve an systemless installation, which seems to be the only way for you and me to make it work.
Please make sure to pay attention to upper/lower case, because otherwise it will fail.
-> save the updated zip and install it via TWRP, e.g. via sideload
Hope, this was usefully.
Note: This is only usefull for Marshmallow as described in the file, because it will not work below.
If you leave TWRP afterwards, e.g. for reboot and it asks you for installing root, click on "Do not install".
New update!
Fix visibility of apps
Hi!
I create app that can add all instaled apps to Huawei multiwindow feature on Lolipop or Marshmallow.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Important! Make backup of /data/cust/xml/multiwindow_whitelist_apps.xml
Install MW Fix, grant root privileges, launch MW Fix, wait for task to complete.
Now reboot phone
Launch random app and add apps to Multiwindow, (due to code limitations you have to do it everytime after launch MW Fix)
Tested on huawei mt7-l09 on b560, b561 Kangvip
Optionaly.
You can create blacklist.txt file on your external sdcard and place in it programs which you dont want to open in Multiwindow (Attachment)
Notice that you must have root,
Wait a minute after reboot, system will read values with little latency
The app make a file multiwindow_whitelist_apps.xml on your sdcard, so if something goes wrong you can manualy copy it to right folder or overwrite existing .xml file with new one
Great apk. Good work
Wysłane z mojego HUAWEI MT7-L09 przy użyciu Tapatalka
Not working for me...
Hi,
Have installed it successfully, reboot and nothing...
The /data/cust/xml/multiwindow_whitelist_apps.xml file has changed and all apps are there now, but it multiwindow remain the same apps.
Any help?
Try delete data of app HwDualWindowLauncher and reboot
Are you root?
Thanks a lot. I try it with the Huawei P8max and it's work, great app
hi. Now I have a Huawei MT7-09. Firmware B328. Root is and recovery TWRP 3.0.2 for 5.1. I installed your app, run it, provided Root, reboot the phone. The only change is that in applications where before when trying to invoke multiwinowds a message appears stating that it is not possible to call this application, it now appears. But only 8 standard applications. New applications do not appear. What do you advise?
Hey,
Sounds like a great app. Sadly, I can't get it to work (in fact never got the MW to work).
MT7-TL09 Running Latest MM 6.0 official B512
Rooted
Installed apk
Cleared HwDualWindowLauncher DATA and CACHE
Launched MW Fix
Rebooted
>> This app not compatible (for ALL apps as far as I tested).
Weird thing is that I have no /data/cust/xml/multiwindow_whitelist_apps.xml ... (no cust folder in data one)
Mine is in /cust/hw/spceas/xml/multiwindow_whitelist_apps.xml and seems to be correctly populated after fix.
Not htat I miss this feature since never been able to use but if you have any idea.
Cheers
I dont have time to code it for all firmwares/regions, for now it work good for me (kangvip b561 v3), if your cust directory is different, try to create folders data/cust/xml then launch app and move multiwindow_whitelist_apps.xml to your own region cust, remmember to clear HwDualWindowLauncher data before reboot.
bikerden69 is there more than 8 apps in multiwindow_whitelist_apps.xml?
If not, propably your rom missing file that contain all installed apps. My program use it to read all packages and place them in multiwindow_whitelist_apps.xml.
New update!
Hi!
Everytime I get the message delete old multiwindow config!
I have deleted it and it's still comming with this message.
Please can you help me?
NielsvdS said:
Hi!
Everytime I get the message delete old multiwindow config!
I have deleted it and it's still comming with this message.
Please can you help me?
Click to expand...
Click to collapse
You should run app and wait. The app give texts on screen to show what is doing at the momment.
This information might by usefull by me, what message last do you recived?
Can you try to run app and wait while?
Did app asks about root?
Hi,
Works great for me, good job.
NXT-AL10 KangVIP Slim B368
Hey, i can't add apps. it says: 0/0 apps to add. What can I do?
Good app great job
Hi, just try your app today and everything work fine . Thank you for this and thanks to all xda contributor. this give new look to my p8lite!
Hi, I think my problem is easy to solve, but I want to try others solutions. Well the thing is that I erased all gapps from my phone via rootExplorer (gms.apk, gmail.apk, sky...something.apk, etc) because I don't like those services; Until there, all works great (almost 4 months). I had problems with the internal storage (it was 99% but I didn't have many apps or big files) then, I erased the partition 'data' via TWRP, restarted the phone and all ok (the phone restored), but after set language, choose a name and last name and select a pin I can't go to the next step (in the section 'Google services' a dialog says: "unfortunately Google Play services has stopped") I guess it is because I don't have gapps installed...
I tried to flash gapps via recovery but I think it is not for stock roms...I know that the best solution is download the stock rom and flash it, but I don't have the capacity to download 2.7 GB...
So, someone who has idea about this problem??
sorry for my english, I'm still learning...
here a screenshot
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Jesus Pocoata said:
Hi, I think my problem is easy to solve, but I want to try others solutions. Well the thing is that I erased all gapps from my phone via rootExplorer (gms.apk, gmail.apk, sky...something.apk, etc) because I don't like those services; Until there, all works great (almost 4 months). I had problems with the internal storage (it was 99% but I didn't have many apps or big files) then, I erased the partition 'data' via TWRP, restarted the phone and all ok (the phone restored), but after set language, choose a name and last name and select a pin I can't go to the next step (in the section 'Google services' a dialog says: "unfortunately Google Play services has stopped") I guess it is because I don't have gapps installed...
I tried to flash gapps via recovery but I think it is not for stock roms...I know that the best solution is download the stock rom and flash it, but I don't have the capacity to download 2.7 GB...
So, someone who has idea about this problem??
sorry for my english, I'm still learning...
here a screenshot
Click to expand...
Click to collapse
Download this version of Google play services from the link below
http://www.apkmirror.com/apk/google...s-10-2-98-446-146496160-android-apk-download/
It's the correct latest version for the xa and is totally safe I'm using it myself..
Sent from my Xperia XA using XDA Labs
Got a rooted op7p & various versions of my favourite apps installed that I don't want to update. Because there not the latest versions they stay stuck in my update list in the play store!
Is there a magisk module or app I can run to remove them from the list so I'm not constantly told to update or accidentally update it?
Think I might have solved it!
Went into Titanium backup pro, found the app, scrolled across to 'special features', then 'detach from the market'! There no longer in the update list now anyway ?
Detach is one that is for this
Titanium Backup like you found is another option
However, in my experience, both apps don't keep apps removed. After some time, they will show up again
Yeah your right, already popped back up!
Any idea how to permanently get rid of them?
You can turn off updates from the google play store itself, and it never notifies you.
Go into google play > Settings > Auto-update apps | Set to Don't auto-update apps. If I want to update something, I go in manually and choose what I want to update.
As for Magisk modules, also under settings, turn off Check Updates.
Titanium Backup was my first play store purchase for those features as well
Hi there, I have found a work around for this.
Go to (https://github.com/yuk7/playstore-excl-upd)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
then follow the instructions on the page.
Make sure you create a txt file named as peulist.txt under root directory /data/cache/peulist.txt... once done reboot after flashing the file and include the apps with there package name that you want to exclude from the update list.
Bengemin14 said:
Hi there, I have found a work around for this.
Go to (https://github.com/yuk7/playstore-excl-upd)View attachment 5666533 then follow the instructions on the page.
Make sure you create a txt file named as peulist.txt under root directory /data/cache/peulist.txt... once done reboot after flashing the file and include the apps with there package name that you want to exclude from the update list. View attachment 5666537View attachment 5666539
Click to expand...
Click to collapse
Thank you a lotttt, worked perfectly! :3 <3
Also hiding YouTube, so it won't override YouTube vanced, hihi
Bengemin14 said:
Hi there, I have found a work around for this.
Go to (https://github.com/yuk7/playstore-excl-upd)
then follow the instructions on the page.
Click to expand...
Click to collapse
Um... any idea how you can UNDO this, so all available updates will show up again? I've tried disabling the module and rebooted, but the changes seem to stay...
Does anyone know what exactly this module does/changes? It does not seem to be really well documented...
Here is the stock boot image of the latest and the last update for Nokia 8 extracted from stock ROM. It can be downloaded from attachments (Boot_5_16A.rar). Simply extract the downloaded file to have the image. It should be about 52 MB in size. It is perfectly compatible with the latest TWRP and easily rootable by magisk. In the case of bootloop caused by flashing improper image to boot partition (like not compatible recovery image) flash it to the corrupted slot.
Also full OTA (for build number 00WW_5_150) is provided here. This is a maintenance release (MR) update and is flashable by stock recovery, won't factory reset your phone, and is usable for all variants of Nokia 8. I have been using it for a week or so. No problem is seen, though it's hard to point out any significant improvement.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Arashone said:
Here is the stock boot image of the latest and the last update for Nokia 8 extracted from stock ROM. It can be downloaded from attachments (Boot_5_16A.rar). Simply extract the downloaded file to have the image. It should be about 52 MB in size. It is perfectly compatible with the latest TWRP and easily rootable by magisk. In the case of bootloop caused by flashing improper image to boot partition (like not compatible recovery image) flash it to the corrupted slot.
Also full OTA (for build number 00WW_5_150) is provided here. This is a maintenance release (MR) update and is flashable by stock recovery, won't factory reset your phone, and is usable for all variants of Nokia 8. I have been using it for a week or so. No problem is seen, though it's hard to point out any significant improvement.
View attachment 5201721
Click to expand...
Click to collapse
Thank you so much.
It works very well
Hi @Arashone,
Could you compare against 5.15G to see what changed?
Cheers
madb1lly said:
Hi @Arashone,
Could you compare against 5.15G to see what changed?
Cheers
Click to expand...
Click to collapse
Actually, I see no change. Nokia didn't publish changelog or something like that either. So as of now, just using!
Arashone said:
Actually, I see no change. Nokia didn't publish changelog or something like that either. So as of now, just using!
Click to expand...
Click to collapse
Ah, I thought you had compared the files and checksums between versions for some reason. Can someone do that? Or if someone can tell me where the full images are for these two versions and how to unzip them then I'll so it.
Cheers