[Q] Show Wireless Display in Settings - Android Q&A, Help & Troubleshooting

Hi,
I have got a mediatek powered phablet and I miss the wireless display settings.
So i decided to look over the settings.apk and saw the following line in xml/display_settings.xml:
Code:
<PreferenceScreen android:title="@string/wifi_display_settings_title" android:key="wifi_display" android:fragment="com.android.settings.wfd.WifiDisplaySettings" />
But there is no wifi_display setting..
Is there a method to activate the desired option? Maybe it is only hidden and I have to unhide it.. I installed an app to show the wfd dialog, works fine. But I want the android settings way to do this..
Could you please help me?
Thanks a lot!
Best regards
Marcus

freibergisch said:
Hi,
I have got a mediatek powered phablet and I miss the wireless display settings.
So i decided to look over the settings.apk and saw the following line in xml/display_settings.xml:
Code:
<PreferenceScreen android:title="@string/wifi_display_settings_title" android:key="wifi_display" android:fragment="com.android.settings.wfd.WifiDisplaySettings" />
But there is no wifi_display setting..
Is there a method to activate the desired option? Maybe it is only hidden and I have to unhide it.. I installed an app to show the wfd dialog, works fine. But I want the android settings way to do this..
Could you please help me?
Thanks a lot!
Best regards
Marcus
Click to expand...
Click to collapse
Check in your settings apk for that fragment listed.."android:fragment="com.android.settings.wfd.WifiDisplaySettings"
If it there they it should be fairly easy..
Maybe it's missing a layout or something else. Snoop around
Sent from my SCH-I605 using xda app-developers app

Related

[APP] Transparent Settings app LIST ADDED FOR INTERESTED PORTERS :D

Heey there
I was searching a while for a transparent settings app (I like transparent apps so )
Since no theme porter or dev was answering the Q for transparent settings app
I tried to customize the settings app myself i tried different things but unsuccessful (maybe because of my limited skills )
After some more trying it almost works
So thought I'll post it here so everyone can enjoy a transparent settings app
Since I'm not a dev or theme porter and I was just trying something out
There are some bugs in it but I don't have the required skills to fix them all
so if there is any dev or theme porter that could give me some tips PM PLEAS I really want this done
Extra options that work
Build in font changer in settings app itself so no need for Third party app
G-sensor calibration option
This need to be "fixed"
Wireless and network menu
Bluetooth switch on the check-box in the settings menu doesn't work (when you enable bleutooth in the statusbar the settings can be changed in the bleutooth menu)
Call settings menu
The call settings menu should be expanded (now there is only a voice-mail setting option so nothing like hide numer callsettings etc.)
Sound settings menu
There is an option for video-call ringtone (need to be removed but doesn't give FC so not urgent )
Display settings menu
Brightness setting doesn't work (if you use the Power control widget you can change the brightness)
There are options for
- White colour density
- Black colour density
- Saturation
- TV out
All FC, whether they should be removed or fixed, if someone can make these option working that would be super
The horizontal calibration must be edit because the roll indicator is not one the right scale
Location and security menu
The option for aiding sensors is missing
Application menu
in the menu "manage applications the size for each app is on the big side not verry handy if you have a lot of apps but its just for the looks so not verry urgent
SD-card and memory menu
There is an option for formatting internal memory haven't tried it yet but if someone has enough courage to try this option we will know if it works
For the rest everything is working perfect
Thx man
Love it !
longlong240 said:
Thx man
Love it !
Click to expand...
Click to collapse
I'm still looking for a solution for the parts that don't work
I need to learn a lot more to make this working fully
This was my first attempt so thanks for testing
I'll give you a thanks when I've my computer
Sent from my GT-I5800 using XDA App
(I like transparent apps
Blackyx007 said:
I'm still looking for a solution for the parts that don't work
I need to learn a lot more to make this working fully
This was my first attempt so thanks for testing
I'll give you a thanks when I've my computer
Sent from my GT-I5800 using XDA App
Click to expand...
Click to collapse
There must be a solution for the part doesn't work
I will wait for it because it is so
longlong240 said:
There must be a solution for the part doesn't work
I will wait for it because it is so
Click to expand...
Click to collapse
I've uploaded a new one looks a bit better but still some things need to be fixed but I'm trying
Blackyx007 said:
I've uploaded a new one looks a bit better but still some things need to be fixed but I'm trying
Click to expand...
Click to collapse
Downloading
longlong240 said:
Downloading
Click to expand...
Click to collapse
Thanks for trying
Could you give me some feedback and let me know which parts are not working
I'm probably doing it on the wrong way but I really want a transparent settings app so
EDIT: I think i didn't compile the apk correctly ore somthing else went wrong because now there are less functions working!? HEEEELP
Blackyx007 said:
Thanks for trying
Could you give me some feedback and let me know which parts are not working
I'm probably doing it on the wrong way but I really want a transparent settings app so
EDIT: I think i didn't compile the apk correctly ore somthing else went wrong because now there are less functions working!? HEEEELP
Click to expand...
Click to collapse
Er... When I press on any subtitles, it FC and... and... I found that i forget to do a backup... so... so... I am reflashing the rom
longlong240 said:
Er... When I press on any subtitles, it FC and... and... I found that i forget to do a backup... so... so... I am reflashing the rom
Click to expand...
Click to collapse
No need to re-flash your rom
just past the Settings.apk attachment in System/app an you got your old Settings.apk back
Blackyx007 said:
No need to re-flash your rom
just past the Settings.apk attachment in System/app an you got your old Settings.apk back
Click to expand...
Click to collapse
Reflash a Rom is much more easier than prepare a cup noodles. Just plug to PC and then fire up odin, wait for 2mins than Titanium Backup than that's all
Now doing a full Backup
But anyway thank you for your setting.apk
longlong240 said:
Reflash a Rom is much more easier than prepare a cup noodles. Just plug to PC and then fire up odin, wait for 2mins than Titanium Backup than that's all
Now doing a full Backup
But anyway thank you for your setting.apk
Click to expand...
Click to collapse
That's true
but when i see its not working but I'm on my way home and don't have a pc I just replace the old one
so no reboot, flash or backup needed
Thanks for trying I hope some day a theme porter will give me some tips or make a better one
I'll reupload my previous one so some people can try it out and maybe fix the bugs
After trying my first attempt again i discovered that the build in font changer in the settings app works so you can apply new fonts in the settings app itself so no need to install any third party apps
Also the option for G-sensor calibration works!!!
Well. The main difference you will find in styles.xml when you decompile this Settings.apk and the one from our phone. There are some lines that have to be added to it. And then you will have to define them in Public.xml also. And then again you will have to declare them in the classes.dex file. i.e. in the smali files.
Its tedious. Smali/baksmali.
dhirend_6d said:
Well. The main difference you will find in styles.xml when you decompile this Settings.apk and the one from our phone. There are some lines that have to be added to it. And then you will have to define them in Public.xml also. And then again you will have to declare them in the classes.dex file. i.e. in the smali files.
Its tedious. Smali/baksmali.
Click to expand...
Click to collapse
Thank you so much
Since I actually still have very little experience with XML. I am teaching myself more, so it will take a while before I can continue to improve this
many thanks for your advice
If there is someone with more knowledge than me please feel free to edit the app
Sent from my GT-I5800 using XDA App
^ Hi,
what's the exact problem/ui issue your are having? (like text color or list item selection color etc.)
I haven't tried modding an app before but I am a full-fledged Android developer.
So I will try to help you if possible.
sameer.pur said:
^ Hi,
what's the exact problem/ui issue your are having? (like text color or list item selection color etc.)
I haven't tried modding an app before but I am a full-fledged Android developer.
So I will try to help you if possible.
Click to expand...
Click to collapse
We need to port this. Add few lines to styles.xml and the smali files.
Ok, I got the editing part. but what should I try to fix?
Is there a list of issues for this?
sameer.pur said:
Ok, I got the editing part. but what should I try to fix?
Is there a list of issues for this?
Click to expand...
Click to collapse
Excuse me for my wrong word choice,
with fixing I meant editing
But I'm really a noob in this kind of things
I will send a list as soon as possible
Thanks for your interest

[SOLVED] Hide Gallery icon on CM10/JB

Is it possible to hide the icon (on every launcher, not a particular one) of the gallery on JB, which is the same application as the camera? i want to keep the camera icon only. I readed, but i dont remember where, that you can do something like that with some .xml editing... any ideas?
Re: [Q] Hide Gallery icon on CM10/JB
mato_d007 said:
Is it possible to hide the icon (on every launcher, not a particular one) of the gallery on JB, which is the same application as the camera? i want to keep the camera icon only. I readed, but i dont remember where, that you can do something like that with some .xml editing... any ideas?
Click to expand...
Click to collapse
Try hide it pro from play store
Sent from my Android Smartphone
dkmali said:
Try hide it pro from play store
Sent from my Android Smartphone
Click to expand...
Click to collapse
Thanks but im looking for something to put in a ROM that im making, so this wont help sady.
mato_d007 said:
Is it possible to hide the icon (on every launcher, not a particular one) of the gallery on JB, which is the same application as the camera? i want to keep the camera icon only. I readed, but i dont remember where, that you can do something like that with some .xml editing... any ideas?
Click to expand...
Click to collapse
Did you ever solve this problem?
The Bownz said:
Did you ever solve this problem?
Click to expand...
Click to collapse
Sadly not, im still looking for some help on this.
Ok, i found a way to do it. To hide any app icon you have to delete this on the manifest:
Code:
<intent-filter >
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
In this case, there is two times this code, one for the gallery and one for the camera. Just delete the gallery´s one and recompile.

[Solved] How to hide NFC icon from the status bar ?

How to hide NFC icon from the status bar while NFC is enabled ?
Any suggestion ?
Thanks in advance.
Settings>personalization>status bar icons
Or just turn off nfc via quick settings
Sent from my D6503 using XDA Premium 4 mobile app
Envious_Data said:
Settings>personalization>status bar icons
Or just turn off nfc via quick settings
Sent from my D6503 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thanks, but unfortunately nfc is missing in Settings>personalization>status bar icons.
And I need NFC on!
nreuge said:
Thanks, but unfortunately nfc is missing in Settings>personalization>status bar icons.
And I need NFC on!
Click to expand...
Click to collapse
Hmm that's interesting
It was there in 55, :/
I think you may have to just turn it off, ill message sony support n ask them and ill see if they reply
Sent from my D6503 using XDA Premium 4 mobile app
nreuge said:
How to hide NFC icon from the status bar while NFC is enabled ?
Any suggestion ?
Thanks in advance.
Click to expand...
Click to collapse
I'm sorry, I can not English well.
You will need to modify two files, with root permissions.
/system/etc/customization/setting/config.prop & /system/bulild.prop.
Settings for each file "ro.nfc.icon.enable" to change the value, "false".
The setting of the two files must be the same.
ruinses said:
I'm sorry, I can not English well.
You will need to modify two files, with root permissions.
/system/etc/customization/setting/config.prop & /system/bulild.prop.
Settings for each file "ro.nfc.icon.enable" to change the value, "false".
The setting of the two files must be the same.
Click to expand...
Click to collapse
Yes, it works, thanks a lot!!
Is there a non-root solution? Thanks

			
				
This isn't solved as far as I can see... I can turn off every other icon but not NFC... Must be a way, without root, surely??
ruinses said:
I'm sorry, I can not English well.
You will need to modify two files, with root permissions.
/system/etc/customization/setting/config.prop & /system/bulild.prop.
Settings for each file "ro.nfc.icon.enable" to change the value, "false".
The setting of the two files must be the same.
Click to expand...
Click to collapse
Thx @ruinses, this nfc-icon annoys me for a year now.
I absolutely don't understand Sonys policy to force enable the icon.
A lot of people use smartlock or nfc-stickers, we KNOW it is activated, because we USE it.
The nfc-feature was one of the reasons to buy a Sony device, I checked it out on different models to be sure it works finebe fore ordering the z2 device .
They really made a read-only option hidden in two config-files just to disable the option for disabling the icon?
Wtf are they kind of stupid?
hardcoremildred said:
Thx @ruinses, this nfc-icon annoys me for a year now.
I absolutely don't understand Sonys policy to force enable the icon.
A lot of people use smartlock or nfc-stickers, we KNOW it is activated, because we USE it.
The nfc-feature was one of the reasons to buy a Sony device, I checked it out on different models to be sure it works finebe fore ordering the z2 device .
They really made a read-only option hidden in two config-files just to disable the option for disabling the icon?
Wtf are they kind of stupid?
Click to expand...
Click to collapse
The NFC icon IS NOT enabled in all firmwares, if you don't like the root solution then flash another firmware.
No, I just disabled it, no problem now I know how to do it. Just had to switch selinux to permissive and edit the files

[MOD] Build.prop modifications

Hello, I am by no means a dev but had a useful modification to my edge I wanted to share.
I came from a G3 and there was a thread about modifications to the build.prop file.
Link: http://forum.xda-developers.com/lg-g3/general/guide-build-prop-tweaks-free-ram-t2825693
I found the stock scaling to be a little cramped for a 1440p screen.
I used a build.prop editor and simply found the ro.sf.lcd_density property and switched the scaling around.
There seems to be 2 ro.sf.lcd_density property. One at 640 and one at 480. 640 is the one you want to change around. I'm guessing 480 is for the easy mode or the ultra power setting mode.
I liked the stock PPI on my G3 but when I set the Edge to the stock PPI of 540 things were a bit small. I found that 590 hits the mark for me.
Like I said I'm no dev and this was just a handy trick I happened to pick up while I owned a G3. If anyone has any more useful properties to edit feel free to add.
I'm going to try out the disable all android log edit as well and see if it helps performance ever so slightly more.
DISLAIMER
Do with your own risk, I'm not responsible for your devices
I'm not responsible if your device bootloops.
Make sure you know what you are doing.
Tested and works fine on my 915S
reserved in case?
Just noticed that the only thing this affects is the camera app. For some reason the camera app cannot adjust to the new dpi and it stays the same size as if it was 640 and registers touch not where icons are but where the icons would've been in if the dpi was 640. So far this is the only thing that's an issue. Taking photos still work fine but video mode crashes. Anyone know a fix?
You can always use app settings module in xposed and reset the density of the apps.
Sent from my SM-N915G using XDA Free mobile app
panjaby said:
You can always use app settings module in xposed and reset the density of the apps.
Sent from my SM-N915G using XDA Free mobile app
Click to expand...
Click to collapse
Doesn't work to "fix" the camera app. Video still crashes.
But I am using app settings to change chrome, instagram, maps, etc. :good:
In that case you might want to change the build prop dpi back to stock and change the per app dpi with the module. That's how I've done it and have no problems.
panjaby said:
In that case you might want to change the build prop dpi back to stock and change the per app dpi with the module. That's how I've done it and have no problems.
Click to expand...
Click to collapse
I love the dpi change the most on the main screen. Is this possible with the module? Also this seems like a lot of work >.<
Anyone else find any other interesting mods to build prop
I have changed systemui, settings, and many other apps with no problems.
Yes it's a bit of work but on the brighter side if some app doesn't like it you can always change it back to stock.
Some screen shots
panjaby said:
Some screen shots
Click to expand...
Click to collapse
Nice panjaby!
do you have problems with the Edge panel?
No the edge panel is working great
Press Thanks if i was helpful
panjaby said:
No the edge panel is working great
Press Thanks if i was helpful
Click to expand...
Click to collapse
If anything I figured the edge panel would crash due to dpi change and was surprised to find it working just fine but the camera app? cmon... hahaha
I'll try it out. The dpi change allows for so much more room for activities in the notification panel it's amazing.
panjaby said:
Some screen shots
Click to expand...
Click to collapse
Nice. What DPI did you use for settings and system ui?
Also, if anyone can help me solve this issue, I'd be extremely grateful:
I used the App Settings module to force auto rotation for the Touchwiz launcher. It works, but everything is shifted to the left and cut off at the bottom. Anyone know what settings I can adjust to "correct" this? Thanks!
Screenshots of what it looks like vs what it SHOULD look like are attached.
pieces of cake said:
Nice. What DPI did you use for settings and system ui?
Also, if anyone can help me solve this issue, I'd be extremely grateful:
I used the App Settings module to force auto rotation for the Touchwiz launcher. It works, but everything is shifted to the left and cut off at the bottom. Anyone know what settings I can adjust to "correct" this? Thanks!
Click to expand...
Click to collapse
I found the native 540 dpi to be way too tiny and found 590 was the best for me.
As for your other question you might have better luck in the Q&A section
panjaby said:
Some screen shots
Click to expand...
Click to collapse
Also, what is the package name to change in the app setting to change the dpi on the notification panel.
tospace2006 said:
Also, what is the package name to change in the app setting to change the dpi on the notification panel.
Click to expand...
Click to collapse
System UI
[quote name="panjaby" post=57582514]Some screen shots[/QUOTE]<br />
<br />
Nice. What DPI did you use for settings and system ui? <br />
<br />
Also, if anyone can help me solve this issue, I'd be extremely grateful:<br />
<br />
I used the App Settings module to force auto rotation for the Touchwiz launcher. It works, but everything is shifted to the left and cut off at the bottom. Anyone know what settings I can adjust to "correct" this? Thanks!<br/>
Im using 551 dpi for system & settings
As for modifing stock tw launcher i think its only possible if you get the modded tw launcher app i remember i saw it somewhere.
Press Thanks if i was helpful
panjaby said:
[quote name="panjaby" post=57582514]Some screen shots
Click to expand...
Click to collapse
<br />
<br />
Nice. What DPI did you use for settings and system ui? <br />
<br />
Also, if anyone can help me solve this issue, I'd be extremely grateful:<br />
<br />
I used the App Settings module to force auto rotation for the Touchwiz launcher. It works, but everything is shifted to the left and cut off at the bottom. Anyone know what settings I can adjust to "correct" this? Thanks!<br/>
Im using 551 dpi for system & settings
As for modifing stock tw launcher i think its only possible if you get the modded tw launcher app i remember i saw it somewhere.
Press Thanks if i was helpful[/QUOTE]
The only modified TW launcher that I've seen is the one that swaps out Briefing for the camera when you swipe all the way to the left. Is there another one?
Incase anyone missed my other post, and add requested:
http://forum.xda-developers.com/showthread.php?p=57706483
So I've noticed some apps say they are not compatible with the note edge on the play store.
In case anyone was not aware of you goto build.prop and change your device from tbltespr (where spr is your variant) to trltespr you get more games as the play store thinks you are a regular note 4.
The lines will be:
ro.product.name=tbltespr
ro.product.device=tbltespr
r o.build.product=tbltespr
To
ro.product.name=trltespr
ro.product.device=trltespr
r o.build.product=trltespr

[MOD][XPOSED]Lenovo MultiWindow Mod 0.5.1

Hi all,
I took a few minutes (literally) to whip up an Xposed module which adds more apps to the Lenovo MultiWindow app found on (at least) Yoga Tablet 2 Pro devices.
It took quite a few days to first figure out an app list, then a selectable list, and finally transferring data between the frontend and the xposed part...
Please be aware that some apps may cause issues if run in a window.
If Steam is not logged on, it will open the app in a window saying "you need to logon", and open the logon dialog as regular fullscreen app in the background.
At least CPU Spy and Titanium Backup lose their background color (last screenshot).
And so on - I am not responsible for how any app behaves.
Finally there is an (not too well done) app picker which allows to pick apps that will be shown in the whitelist (press multiwindow, press + -> whitelist).
After saving any changes in the picker, a reboot is required for the new selection to show.
Requirements:
- Xposed Framework installed
Tested on Yoga Tablet 2 Pro 1380F, 1050L/F and 830LC. Please report back for other devices.
Works on 4.4 and 5.0.
Instructions:
- download attachment or select from Xposed Download list
- run the app, pick the apps to show in MultiWindow, save
- enable the module in Xposed
- reboot
- open MultiWindow, press the 'edit' button at the end of the list, select which apps should show in the MultiWindow selector, confirm with OK.
Changelog:
2015.03.08 - 0.5.1 - fixed java exception if device is rebooted before picking any apps (thanks @tonyp for reporting)
2015.01.05 - 0.5 - added app picker
2014.12.17 - 0.1 - initial release, static list
GitHub repository: https://github.com/subworx/LenovoMultiWindowMod
Todo:
- restore selected apps on picker launch
- exchange screen shots
reserved 1
reserved 2
reserved 3
Hi
Does it work in other lenovo tablets like s5000-H?
I dowland and instalacji but i dont swe more apps in multiwindow
Sent from my YOGA Tablet 2-1050L using XDA Free mobile app
hossein kargar said:
Hi
Does it work in other lenovo tablets like s5000-H?
Click to expand...
Click to collapse
I don't know, as I only own a 1380F.
You could give it a try, breaking multiwindow should not break the tablet in general so you can still remove the mod.
mgkudlaty said:
I dowland and instalacji but i dont swe more apps in multiwindow
Sent from my YOGA Tablet 2-1050L using XDA Free mobile app
Click to expand...
Click to collapse
Open Xposed Installer, then click "Logs" near the bottom.
Please check if it loads class de.testroid.xposed.multiwindowmod.Replacer.
Also further down, it should say two times
Code:
---> hooking multiwindow
---> replacement done
Please let me know what your log says.
ITS work, modę apps in multiwindow it will be god
Thx
Sent from my YOGA Tablet 2-1050L using XDA Free mobile app
Just released 0.5 with app picker.
Pick apps, save, reboot, add to whitelist.
Let me know what you think / if it works.
Work :beer:
Sent from my YOGA Tablet 2-1050L using XDA Free mobile app
@subworx, I like to thank you for this, even if I have Lenovo Tab S8-50F, not Yogo Tablet 2, this may come handy if Lenovo will enable multiwindow in upcoming firmware updates on Tab S8-50F
jazzespresso said:
@subworx, I like to thank you for this, even if I have Lenovo Tab S8-50F, not Yogo Tablet 2, this may come handy if Lenovo will enable multiwindow in upcoming firmware updates on Tab S8-50F
Click to expand...
Click to collapse
Thank you
I have no idea about Lenovo's plans.
You can always try to use the 1380F MultiWindow though.
Download the file here, unpack it and push both files to the phone, then move them to /system/app/ and change permissions to the same as all other files in there.
If owner is not root/root, change that as well.
After a reboot, the button might show on the left corner of the navigation bar at the bottom.
Regards,
sub
subworx said:
Thank you
I have no idea about Lenovo's plans.
You can always try to use the 1380F MultiWindow though.
Download the file here, unpack it and push both files to the phone, then move them to /system/app/ and change permissions to the same as all other files in there.
If owner is not root/root, change that as well.
After a reboot, the button might show on the left corner of the navigation bar at the bottom.
Regards,
sub
Click to expand...
Click to collapse
yeah already tried that, simply placing app(s) won't do anything...if you check Yogo Tablet's settings, there's option for Multiwindow, that's missing on this one, means code maybe there but probably some heavy modification needed on settings.apk to enable it...
jazzespresso said:
yeah already tried that, simply placing app(s) won't do anything...if you check Yogo Tablet's settings, there's option for Multiwindow, that's missing on this one, means code maybe there but probably some heavy modification needed on settings.apk to enable it...
Click to expand...
Click to collapse
You are right, the settings.apk source contains a subfolder /com/lenovo/settings/multiwindow with 4 files.
Should I send you a copy of the settings app?
Although I guess the StatusBar/NavBar app(s) would need to be changed as well.
subworx said:
You are right, the settings.apk source contains a subfolder /com/lenovo/settings/multiwindow with 4 files.
Should I send you a copy of the settings app?
Although I guess the StatusBar/NavBar app(s) would need to be changed as well.
Click to expand...
Click to collapse
yeap...send me settings app, I will decompile and compare with tabs8-50's settings and see if I can able to insert them into tabs8-50 settings...
jazzespresso said:
yeap...send me settings app, I will decompile and compare with tabs8-50's settings and see if I can able to insert them into tabs8-50 settings...
Click to expand...
Click to collapse
I added Settings, SettingsProvider, as well as NotificationCenter and NotificationCenterPlus to this archive, that should be all files related to MultiWindow.
subworx said:
I added Settings, SettingsProvider, as well as NotificationCenter and NotificationCenterPlus to this archive, that should be all files related to MultiWindow.
Click to expand...
Click to collapse
thanks...I decomplied them and will compare to Lenovo TabS8-50's settings..
jazzespresso said:
thanks...I decomplied them and will compare to Lenovo TabS8-50's settings..
Click to expand...
Click to collapse
Did you had any luck with multi window working on your tab S8-50?
If yes please post the file and instruction
electron.hTcpico said:
Did you had any luck with multi window working on your tab S8-50?
If yes please post the file and instruction
Click to expand...
Click to collapse
well, I tried, and was not successful. I decomplied S8-50's settings.apk, and compare to @subworx 's setting.apk he sent me...I added "multiwindow" piece back to S8-50's settings.apk, and recomplied...but did not work, got bootlop...also during the recompile, it complained about missing resources here and there, it turned out this is not a simple mode after all...In S8-50's settings.apk, Lenovo simple removed every bit of "multiwindow" feature, not like they just simply disabled (wish they did), so putting them back to S8-50's settings.apk is quite painful....
Can someone implement mod like it for cm12 based roms? Or if there already stuff like it, point me to it..

Categories

Resources