[REQ] Swipe to unlock with PIN suppport - Xperia Z Themes and Apps

Since I'm using exchange sync, I am enforced to use the PIN. I love to have the swipe to unlock first prior to the PIN.
Anyone can provide a mod for this? There was one for Xperia S, but not sure it works for Xperia Z.
Thanks.

LiveSquare said:
Since I'm using exchange sync, I am enforced to use the PIN. I love to have the swipe to unlock first prior to the PIN.
Anyone can provide a mod for this? There was one for Xperia S, but not sure it works for Xperia Z.
Thanks.
Click to expand...
Click to collapse
I'm 99% sure ut won't work, it requires editing of framework-res.apk if I'm right
To be more specific if you decompile it:
- res/values/bools.xml
- then search for this line I think: <bool name="config_enableLockBeforeUnlockScreen">false</bool>
- set "false" to "true"
Remember Xperia Z framework-res.apk can't just be decompiled and recompiled, it will cause a bootloop.
Use the method provided here: http://forum.xda-developers.com/showthread.php?t=1823223

Thanks for taking time to reply, but I'm not really good at decompile and compiling thingy. I prefer to wait for some dev/mod to modify it .
Thanks once again.

you can try this?
Decompile your android.policy.jar and open com\android\internal\policy\impl\LockPatternKeygua rdView.smali file.
Then find this:
iput-boolean v2, p0, Lcom/android/internal/policy/impl/LockPatternKeyguardView;->mShowLockBeforeUnlock:Z
And change with that:
iput-boolean v3, p0, Lcom/android/internal/policy/impl/LockPatternKeyguardView;->mShowLockBeforeUnlock:Z

The email and exchange apks can be patched to disable security if you have root access. I have posted how in this thread. Don't worry, it's all done automatically by a script. http://forum.xda-developers.com/showthread.php?p=39166650
Security patched Email and Exchange are working
Sent from my C6603 using xda premium

jatinrungta said:
you can try this?
Decompile your android.policy.jar and open com\android\internal\policy\impl\LockPatternKeygua rdView.smali file.
Then find this:
iput-boolean v2, p0, Lcom/android/internal/policy/impl/LockPatternKeyguardView;->mShowLockBeforeUnlock:Z
And change with that:
iput-boolean v3, p0, Lcom/android/internal/policy/impl/LockPatternKeyguardView;->mShowLockBeforeUnlock:Z
Click to expand...
Click to collapse
Like mentioned before, I'm not good at programming
paalkr said:
The email and exchange apks can be patched to disable security if you have root access. I have posted how in this thread. Don't worry, it's all done automatically by a script. http://forum.xda-developers.com/showthread.php?p=39166650
Security patched Email and Exchange are working
Sent from my C6603 using xda premium
Click to expand...
Click to collapse
Thanks for the suggestion, but I'm using third party email application (Moxier Mail)

I'm looking for this too!
Sent from my C6603 using xda premium

Third party screen lock
I think some third party screen lock may do this....but I think it's just a waste of the Sony original lock screen....
I hope Sony should modify it just like Samsung....

Related

[MODS]For 4.06.605.3 OTA-Trackpad Wake/Unlock/Hide GPS Nag and icon. Updated 9/23

This will work for the 4.06.605.3 OTA and any roms based on it.
9/23/2011 - Thanks to MicroMod777 for getting the lib we needed to 00McD00, who passed it on to me! I tested it and it worked great for trackpad wake, but not for unlocking the HTC lock screen. I then proceeded to hack the HtcLockScreen.apk to allow the trackpad to unlock it as well.
I'm posting 2 zip files. One is ONLY trackpad wake and doesn't replace/add the HtcLockScreen. If you're using a senseless rom or the vanilla lockscreen and want to keep using it, flash the trackpad_wake zip.
The second file is trackpad wake/unlock and will replace your HTC lockscreen, so if your current lockscreen is themed or mod'd in any way, it will be replaced with the stock HTC lockscreen if you flash this.
You may have to press the trackpad a few times to wake the phone from a deep sleep. There's a kernel hack that needs to be made to always send the key event, even when in deep sleep.
9/14/2011 - I finally fixed that Settings.apk file to remove that nag message for good. Even after flashing another mod, the message should not come up.
Thanks to RMarkwald for Brainstorming with me on hiding the icon and sharing his logcats that helped to point me in the right direction!!
The Satellite GPS icon will still appear when GPS is being accessed. This just hides the useless crosshair icon.
*Disclaimer: I'm not responsible for you and your phone.. blah blah blah..
Flash via recovery
It only takes a second to click "Thanks"!
Download GPS Nag Message Removal (Flawless Version 2)
Remove Useless GPS Recticle Icon
Great work you are the man
Sent from my ADR6300 using XDA Premium App
good work buddy i may have to update my rom with this!! Thanks for your contributions
Thanks Mike! Can you verify that it works for you? I only tested it on my phone.
And a "Thank you" well deserved. This has been driving me crazy, even though it is a relatively minor issue.
incubus26jc said:
good work buddy i may have to update my rom with this!! Thanks for your contributions
Click to expand...
Click to collapse
Thanks Incubus!
jermaine151 said:
Thanks Incubus!
Click to expand...
Click to collapse
no, thank you.. also, how did you remove the gps icon from statusbar when not in use? I know ive done this before but dont remember
incubus26jc said:
no, thank you.. also, how did you remove the gps icon from statusbar when not in use? I know ive done this before but dont remember
Click to expand...
Click to collapse
It's one edit in the bytecode of SystemUI.apk.
change line 1064 in:
smali\com\android\systemui\statusbar\policy\HtcCdmaStatusBar.smali
from:
Code:
invoke-virtual {v0, v6, v4}, Landroid/app/StatusBarManager;->setIconVisibility(Ljava/lang/String;Z)V
to
Code:
invoke-virtual {v0, v6, v[color=red][b]3[/b][/color]}, Landroid/app/StatusBarManager;->setIconVisibility(Ljava/lang/String;Z)V
RMark figured it out about the same time, in a different way, and posted his code edit in the themes and apps section.
jermaine151 said:
Thanks Mike! Can you verify that it works for you? I only tested it on my phone.
Click to expand...
Click to collapse
Worked like a charm
Sent from my ADR6300 using XDA Premium App
It worked. Thanks.
His 'monkey business' is his official dealings with primates.
Nicely done, thanks man.
jermaine151 said:
It's one edit in the bytecode of SystemUI.apk.
change line 1064 in:
smali\com\android\systemui\statusbar\policy\HtcCdmaStatusBar.smali
from:
Code:
invoke-virtual {v0, v6, v4}, Landroid/app/StatusBarManager;->setIconVisibility(Ljava/lang/String;Z)V
to
Code:
invoke-virtual {v0, v6, v[color=red][b]3[/b][/color]}, Landroid/app/StatusBarManager;->setIconVisibility(Ljava/lang/String;Z)V
RMark figured it out about the same time, in a different way, and posted his code edit in the themes and apps section.
Click to expand...
Click to collapse
Hey jermaine, not to be a pain but I tried editing the code and I list my status bar. I unpacked it using apktool navigated to the location above, made the edit and repacked the apk. I placed it back in my rom and reflashed. Any thoughts?
Sorry I'm still learning and would like to make the change myself.
Sent from my ADR6300 using XDA App
#1 DINC FAN said:
Hey jermaine, not to be a pain but I tried editing the code and I list my status bar. I unpacked it using apktool navigated to the location above, made the edit and repacked the apk. I placed it back in my rom and reflashed. Any thoughts?
Sorry I'm still learning and would like to make the change myself.
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
What rom and what happened when you tried your modified apk?
#1 DINC FAN said:
Hey jermaine, not to be a pain but I tried editing the code and I list my status bar. I unpacked it using apktool navigated to the location above, made the edit and repacked the apk. I placed it back in my rom and reflashed. Any thoughts?
Sorry I'm still learning and would like to make the change myself.
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
In my experience, placing it in the ROM won't get the desired result. You'd have to flash the ROM, boot up, and then flash the separate fix. Jermaine should be able to give more info, but this is the experience I'm having.
I lost my notification bar. It's the gb leak that came out a couple weeks ago. I cooked it up with the kitchen. Fully Deodexed added superuser and busy box and debloated it. I ran it for a week as my daily with no issues until I made this change and reflashed this weekend.
Sent from my ADR6300 using XDA App
#1 DINC FAN said:
I lost my notification bar. It's the gb leak that came out a couple weeks ago. I cooked it up with the kitchen. Fully Deodexed added superuser and busy box and debloated it. I ran it for a week as my daily with no issues until I made this change and reflashed this weekend.
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
I'm guessing that you just took the apk from your dist folder and flashed it. You can't do that. Open the one in the dist folder with 7zip, Open the original with 7zip. Drag the META-INF folder and AndroidManifest file from the original into your newly built apk. Then flash that and wipe dalvik or to save time do this using adb:
Code:
adb shell rm /data/dalvik-cache/[email protected]@[email protected]
It may say it doesn't exist since you flashed an unsigned one. Let me know.
jaykresge said:
In my experience, placing it in the ROM won't get the desired result. You'd have to flash the ROM, boot up, and then flash the separate fix. Jermaine should be able to give more info, but this is the experience I'm having.
Click to expand...
Click to collapse
I do it all the time. If you do the steps I posted above, it'll work like a charm and save a lot of time from flashing over and over.
jermaine151 said:
I do it all the time. If you do the steps I posted above, it'll work like a charm and save a lot of time from flashing over and over.
Click to expand...
Click to collapse
Awesome thanks man. Appreciate you sharing your knowledge. I wondered about replacing parts of the file instead of the whole thing. I'll give it another shot.
Sent from my ADR6300 using XDA App
Updated the OP with a new Nag message removal zip that works much better and a GPS icon removal zip. These both work with the latest OTA and roms based off of it.
Enjoy!
You found how to remove the location icon in the latest OTA last night huh? Nice!
Sent from my ADR6300 using xda premium

Xperia Z1 Compact Stock Email Client (4.3)

I've extracted and deodexed the stock email client from Z1 Compact's UK FTF: http://xperia-files.koumakan.jp/apps/SemcEmail.apk
Seems like it has to be installed in /system/app; if there's anyone with rooted 4.3 on T/TX/V and an IMAP4 email account I would greatly appreciate verifying if it indeed works.
The key difference is that Z1 Compact has IMAP IDLE support (push notifications for IMAP4) — “Automatic (push)” in the inbox check frequency options.
Nice one bro! It's different from stock but that much. I like the side menu.
randymess said:
Nice one bro! It's different from stock but that much. I like the side menu.
Click to expand...
Click to collapse
Honestly I don't care about the side menu, the best part is email push notifications.
Gasai Yuno said:
Honestly I don't care about the side menu, the best part is email push notifications.
Click to expand...
Click to collapse
Ok, is just that I only use Email app for my Outlook ac****. Don't like Outlook app.
Working good in my XV
Can you make it for nonroot people and for odex?
Gesendet von meinem LT25i mit Tapatalk
androidseb said:
Can you make it for nonroot people and for odex?
Click to expand...
Click to collapse
This app has to be installed in /system/app, there's no way around it without hacking (and even then it's not guaranteed).
What do you mean “for odex”? This is a deodexed APK that can be used on both odexed and deodexed firmware.
P. S. Is there a way to hide signatures on this forum? A lot of users here have signatures that usually are 10-20 times larger than their average posts…
Ah okay :-\ what i mean is i have a odex system and i dont no that i can install that on both. Give it a way to root my 4.3 with LB??
Gesendet von meinem LT25i mit Tapatalk
Gasai Yuno said:
P. S. Is there a way to hide signatures on this forum? A lot of users here have signatures that usually are 10-20 times larger than their average posts…
Click to expand...
Click to collapse
User cp, under settings and options edit options, under thread display options it's possible to untick show signatures. It's the best option ever!
It works on the T !!!
Verstuurd vanaf mijn LT30p met Tapatalk
sunlight10f said:
User cp, under settings and options edit options, under thread display options it's possible to untick show signatures. It's the best option ever!
Click to expand...
Click to collapse
Thanks for that.
Finally got rid of these ads.
can you Port for 4.1.2?
Thanks
Tested on my Xperia v. Already rooted. But installation failed. I put it in system folder but nit success.
capoi said:
Tested on my Xperia v. Already rooted. But installation failed. I put it in system folder but nit success.
Click to expand...
Click to collapse
Apart from copying it to /system/app you need to fix the permissions of the file to 644 / root (-rw-r--r-- root root).
arturiu said:
Apart from copying it to /system/app you need to fix the permissions of the file to 644 / root (-rw-r--r-- root root).
Click to expand...
Click to collapse
Actually I able to install it but I had to do a factory reset. What's 644 permission? Currently using es file explorer I can enable permission rw-r-r.
One more question, am I need to set a frequent email check? Does it same in previous version? Actually for Xperia v 4.3, also got this feature and the only difference was a side menu. How to know it's support push notification? What I understand is, it will check or sync an email according to how frequent we set it whether 5 minute once or longer than that.
However, this app is still better from original of Xperia v email app. I'll keep using it. Thank you.
capoi said:
Actually I able to install it but I had to do a factory reset. What's 644 permission? Currently using es file explorer I can enable permission rw-r-r.
One more question, am I need to set a frequent email check? Does it same in previous version? Actually for Xperia v 4.3, also got this feature and the only difference was a side menu. How to know it's support push notification? What I understand is, it will check or sync an email according to how frequent we set it whether 5 minute once or longer than that.
However, this app is still better from original of Xperia v email app. I'll keep using it. Thank you.
Click to expand...
Click to collapse
Permissions are based on a octal bit map: 644 = rw-r--r-- (- is a binary zero, and r/w/x is a one). Check it out here.
You would use the chmod command to do it via command line (instead of ES File Explorer) : chmod 644 yourfile .
Anyway, the way you did is the same, but via gui
Thank you bro.
I like this app. I can choose to mark as read new email at the notification tray, smooth and better.
Any possibility to port other app from z1 such as Walkman, calculator and whatever which is good for us to try? Actually I didn't like much new Xperia v 4.3 calculator.
entrysky said:
can you Port for 4.1.2?
Thanks
Click to expand...
Click to collapse
+1
Tested working on Xperia SP
Thanks btw
Xperia T saying It Wooorrkkksss!!!! Thnks for sharing!
Great work!

[Q] HELP ME PLEASE! how can I enable On-screen Keys ?

LG P880 cm10.1.3 stable
how can I enable On-screen Keys and navbar ?
I already tried to to add "qemu.hw.mainkeys=0" line to build.prop. No success here. Wont boot, not even go to the CM logo. Just black screen.
Any Ideas ?
Thx for your help
BTW,
the reason why I want to enable softkey and (if possible) disable the capacitive buttons is the following:
I have hugh fingers. And so often when I type I accidently hit the home button instead of the space bar. It is really annoying. However, I never had this issue with my old SGS and my GalaxyTab.
And another thing: Sometimes when I hit the upper end of the buttons, it fires the long click action, e.g. it goes directly to RecentApps instead of HOME.
There are actually plenty of tutorials all over XDA (general or software section).
Search for it.
If you want further help you have to tell us details about your current setup.
EDIT: Just to let you know,
I searched for 1 min and found 3 different ways. One last tip: don't use the XDA search but Google, way more reasonable outcome.
Sent from my LG-P880 using XDA Premium 4 mobile app
Well, the problem seems to be limited to cm10.1.3.
Code:
qemu.hw.mainkeys=0
works on cm11 nightlies just fine.
Well, thanks for mentioning google. Always helpful.
I still find no other ways than editing build.prop (or using apps that do that for you)
Omario-242 said:
If you want further help you have to tell us details about your current setup.
Click to expand...
Click to collapse
LG P880 cm10.1.3 stable
Click to expand...
Click to collapse
The qemu.hw.mainkeys=0 just means that your device has no hardware menu buttons.
Whether CM didn't set it so this will enable navigation bar or you did something wrong.
5 Mins of search also got me this build.prop line to add:
ro.show.navigationbar=1
Try it.
Sent from my LG-P880 using XDA Premium 4 mobile app
Omario-242 said:
ro.show.navigationbar=1
Click to expand...
Click to collapse
Same as qemu.hw.mainkeys=0 . Does not boot.
I guess i stick with cm11 nightlies then
but thanks anyway
how are you editing the build.prop?
many file editors give problems with boot after edit, the best option is to copy file, edit and then push to phone through adb
the quemu hw keys is universal on cm to tell if your phone has hw keys or not so it should not be causing problems
(also check if it is already present in the build.prop)
If still it isn't working and don't want to change rom you can always use xposed framework which has a few different modules for nav bar
Rudjgaard said:
how are you editing the build.prop?
many file editors give problems with boot after edit, the best option is to copy file, edit and then push to phone through adb
Click to expand...
Click to collapse
that is how i do it
Rudjgaard said:
If still it isn't working and don't want to change rom you can always use xposed framework which has a few different modules for nav bar
Click to expand...
Click to collapse
ehhh .... i guess i stay with the nightlies ... they seem pretty usable as a dailydriver so far
ok, one last option is edit build.prop then flash
the command is correct, the bootloop is not normal that's why i'm insisting on this point
Take care of line endings. If you are on Windows, there might be incompatibility with Unix formats.
Adam77Root said:
Take care of line endings. If you are on Windows, there might be incompatibility with Unix formats.
Click to expand...
Click to collapse
I forgot about the issues with win you are right.
OP you should edit build.prop with notepad++
open file with n++, add the line, highlight it and check that in the bottom right of the bar it says encoding "Unix"
Adam77Root said:
Take care of line endings. If you are on Windows, there might be incompatibility with Unix formats.
Click to expand...
Click to collapse
Thx for the suggestion.
Actually I am on OSX using Sublime Text 2.
But I am looking into it
zzerozzero1 said:
Thx for the suggestion.
Actually I am on OSX using Sublime Text 2.
But I am looking into it
Click to expand...
Click to collapse
Hmm .... I checked : charset stays us-ascii after editing with ST2
Adam77Root said:
Take care of line endings. If you are on Windows, there might be incompatibility with Unix formats.
Click to expand...
Click to collapse
Adam, thank you very much. You pointed in the right direction.
I adb'd into the device and changed the build.prop via shell nano and viola everything works on cm10.1

WIP - Allow Non samsung devices to connect to Android Gear - Update 1

Hey Guys.
I'm hoping I've cracked the Non Samsung Device installs.
I found a file in Framework named - com.samsung.device.jar
decompiling showed a file called - Features.smali
Inside the file I found this method:
Code:
.method public static isSamsungDevice()Z
.locals 1
.prologue
.line 7
const/4 v0, 0x1
return v0
.end method
so I changed
Code:
const/4 v0, 0x1
to
Code:
const/4 v0, 0x0
which in theory turns off the 'isSamsungDevice' check.
so hopefully it could work.
I own all Samsung devices so I am unable to test this mod, I have flashed it on my watch but obviously I see no change.
Would some be up for checking this out? who has experience connecting non Samsung phones?
If so,
Download zip
Push to watch
Flash in recovery (TWRP)
Reboot
And see if the watch will connect?
Thanks guys.
Update 1 - What I've noticed since flashing the file is when the phone boots it will connect to the gear without gear manager running, it purely connects as a bluetooth device. Which would indicate im on the right track
Hello
I want try, but i should instal on phone or watch?
On the watch mate
Do you have a rooted stock android rom on the watch? And what phone are you connecting too?
maskerwsk said:
Do you have a rooted stock android rom on the watch? And what phone are you connecting too?
Click to expand...
Click to collapse
My Clock is Tizen, and I have a Samsung I9505 Phone, but i would like have de CM12 rom on phone and then conect to the clock...
paulojdaniel said:
My **** is Tizen, and I have a Samsung I9505 Phone, but i would like have de CM12 rom on phone and then conect to the clock...
Click to expand...
Click to collapse
Sorry mate, this mod is for watches on android not tizen
maskerwsk said:
Sorry mate, this mod is for watches on android not tizen
Click to expand...
Click to collapse
If I downgrade to android ??
Can I use this modified file with samsung with CM Lollipop rom?
paulojdaniel said:
If I downgrade to android ??
Can I use this modified file with samsung with CM Lollipop rom?
Click to expand...
Click to collapse
Well that's the ultimate goal yes.
However like the OP says, its work in progress, it might work it might not.
Hopefully it will but I cant guarantee it.
maskerwsk said:
Well that's the ultimate goal yes.
However like the OP says, its work in progress, it might work it might not.
Hopefully it will but I cant guarantee it.
Click to expand...
Click to collapse
Maskerwsk, i have a nexus 6 with lollipop and I am tired of wearing this watch as a regular one...I will downgrade to Android and flash this to see what happens. It cant really hurt anthing at this point
Update: so I installed the files from this forum: http://forum.xda-developers.com/galaxy-gear/general/pair-galaxy-gear-phone-root-t3045570 and I am able to complete the process for the GG1 on my Nexus 6. The only issue is that i cannot get SMS from Textra or any other extended notifications on the watch. I have allowed the gear manager to the notificaton in the notifications area but they are not working. I can change the clock faces, receive calls at the moment.
Work for null23 rom?
Seronet said:
Work for null23 rom?
Click to expand...
Click to collapse
I don't know mate.
I thought Null could already connect to any device?
maskerwsk said:
I don't know mate.
I thought Null could already connect to any device?
Click to expand...
Click to collapse
Connecting but without using Gear Manager.
Name does not appear in the phone call. Connection names can not be synchronized.
Unfortunately, Gear Manager does not work on my phone.
Does the way to synchronize the use of Gear Manager?
Thanks mate.
Seronet said:
Connecting but without using Gear Manager.
Name does not appear in the phone call. Connection names can not be synchronized.
Unfortunately, Gear Manager does not work on my phone.
Does the way to synchronize the use of Gear Manager?
Thanks mate.
Click to expand...
Click to collapse
I dont think this will help mate. I think the file is relevant to the gear manager app. An if that wont run on your phone it wont make a difference.
maskerwsk said:
I dont think this will help mate. I think the file is relevant to the gear manager app. An if that wont run on your phone it wont make a difference.
Click to expand...
Click to collapse
Thanks mate.
My phone iocean x8.
Software support is very bad.

New Multiwindow for P8 Lite

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
.
How to delete older one ? thanks !
milos95kv said:
How to delete older one ? thanks !
Click to expand...
Click to collapse
Download es file explorer-enable root explore-go back to /-go to system-app-and find that, delete it and than replace.
milos95kv said:
How to delete older one ? thanks !
Click to expand...
Click to collapse
Twrp, mount system, go to advanced menu, Explorer, go system, find app, delete it, go to main menu and install the zip!
.
I have see several files in several locations. Is this the same app you included to your app pack
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 said:
Whatever I do, I can only ever get 12 apps for multiwindows. I'm using your huawei pack v2. Is it deifferent from this?
Click to expand...
Click to collapse
How many apps you get in old one?
This one doesn't use any xml files.
.
persona78 said:
How many apps you get in old one?
This one doesn't use any xml files.
.
Click to expand...
Click to collapse
12. I had tried an xml with a lot of entries, given the right permissions and still nothing
JpegXguy said:
12. I had tried an xml with a lot of entries, given the right permissions and still nothing
Click to expand...
Click to collapse
This app doesn´t use any xml file... any! So that xml doesn´t work! ( In old one doesn´t work to... i try it! )
.
persona78 said:
This app doesn´t use any xml file... any! So that xml doesn´t work! ( In old one doesn´t work to... i try it! )
.
Click to expand...
Click to collapse
So how do you get more apps? By chance?
JpegXguy said:
So how do you get more apps? By chance?
Click to expand...
Click to collapse
i doesn´t decompile the app yet, i still doesn´t know how it works.
.
persona78 said:
i doesn´t decompile the app yet, i still doesn´t know how it works.
.
Click to expand...
Click to collapse
Oh, well let me know
JpegXguy said:
Oh, well let me know
Click to expand...
Click to collapse
ok!
.
@JpegXguy
Just put your "multiwindow_whitelist_apps.xml" in "/system/etc/xml/" with (644) permissions (RW_R__R__)
brunolee said:
@JpegXguy
Just put your "multiwindow_whitelist_apps.xml" in "/system/etc/" with (644) permissions (RW_R__R__)
Click to expand...
Click to collapse
I have done that 3 times. I'll try to clear the apps data this time
JpegXguy said:
I have done that 3 times. I'll try to clear the apps data this time
Click to expand...
Click to collapse
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!
.
persona78 said:
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!
.
Click to expand...
Click to collapse
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.
JpegXguy said:
I have done that 3 times. I'll try to clear the apps data this time
Click to expand...
Click to collapse
You must restart your device to take effect
persona78 said:
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!
.
Click to expand...
Click to collapse
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!
brunolee said:
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!
Click to expand...
Click to collapse
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!...
.
It worked with the xml and this app after putting it in /system/etc/xml. Thanks!

Categories

Resources