New Multiwindow for P8 Lite

persona78

Senior Member
Apr 12, 2013
2,384
1,203
193
Hi!
I found a new HwMwLauncher.apk that works better in our P8 Lite.

First you need to delete the older one before install this one.

To install it just flash the zip!

If you have some missing apps just flash the multiwindow_whitelist_apps.xml.zip

Enjoy it

;)

.
 

Attachments

Last edited:

JpegXguy

Senior Member
Aug 22, 2016
364
110
0
Whatever I do, I can only ever get 12 apps for multiwindows. I'm using your huawei pack v2. Is it deifferent from this?
 

JpegXguy

Senior Member
Aug 22, 2016
364
110
0
Jesus!!!

For the 100 x... This multiwindow app doesn't use ANY xml file like the old one and shows more apps than the old one!

.
Talking about the one mentioned in the older thread where a guy suggest to move the xml in certain folders. I know already that this doesn't work for me. Good thing is i don't really use it so i don't care if it works, I'll remove the files.
 

brunolee

Member
Sep 4, 2010
18
13
38
39
I have done that 3 times. I'll try to clear the apps data this time
You must restart your device to take effect


Jesus!!!

For the 100 x... This multiwindow app doesn't use ANY xml file like the old one and shows more apps than the old one!

.
I tested this and:
- Without the xml had only 8 apps.
- With my xml [only on /system/etc/xml/] had all installed apps.

This multiwindow app works like the others.
Does not need any xml files to work, but if you want more apps you must have the xml file.

This is from decompiled app:
Code:
[...]
    .end local v0    # "lConfigFile":Ljava/io/File;
    const-string v2, "/data/cust/xml/"
    const-string v3, "multiwindow_whitelist_apps.xml"
    invoke-direct {v0, v2, v3}, Ljava/io/File;-><init>(Ljava/lang/String;Ljava/lang/String;)V
[...]
    .end local v0    # "lConfigFile":Ljava/io/File;
    const-string v2, "/system/etc/xml/"
    const-string v3, "multiwindow_whitelist_apps.xml"
    invoke-direct {v0, v2, v3}, Ljava/io/File;-><init>(Ljava/lang/String;Ljava/lang/String;)V
[...]
Sorry about my English!
 

persona78

Senior Member
Apr 12, 2013
2,384
1,203
193
You must restart your device to take effect



I tested this and:
- Without the xml had only 8 apps.
- With my xml [only on /system/etc/xml/] had all installed apps.

This multiwindow app works like the others.
Does not need any xml files to work, but if you want more apps you must have the xml file.

This is from decompiled app:
Code:
[...]
    .end local v0    # "lConfigFile":Ljava/io/File;
    const-string v2, "/data/cust/xml/"
    const-string v3, "multiwindow_whitelist_apps.xml"
    invoke-direct {v0, v2, v3}, Ljava/io/File;-><init>(Ljava/lang/String;Ljava/lang/String;)V
[...]
    .end local v0    # "lConfigFile":Ljava/io/File;
    const-string v2, "/system/etc/xml/"
    const-string v3, "multiwindow_whitelist_apps.xml"
    invoke-direct {v0, v2, v3}, Ljava/io/File;-><init>(Ljava/lang/String;Ljava/lang/String;)V
[...]
Sorry about my English!

Hmmm!

I ported from a Honor and in cust or system there aren't any xml file, but i will check it.

With out any xml i have 40 app!...

.