How to port Samsung S series multi window on Galaxy J5? - Samsung Galaxy J5 Questions & Answers

Hi respected members of xda. Please help me how do I port Multiwindow to Galaxy J5 as it does not have like other samsung S series phones. I tried to instal multiwindow picked files from Note 5 port rom and flashed through recovery nothing worked. I got apk multiwindow tray file from apps and some files from system>etc>permission and 2 files from framework like multwindow.jar. then I assembled them and flashed via recovery in my Galaxy J5 it succeeded but
nothing worked.

Qadeer Ahmed said:
Hi respected members of xda. Please help me how do I port Multiwindow to Galaxy J5 as it does not have like other samsung S series phones. I tried to instal multiwindow picked files from Note 5 port rom and flashed through recovery nothing worked. I got apk multiwindow tray file from apps and some files from system>etc>permission and 2 files from framework like multwindow.jar. then I assembled them and flashed via recovery in my Galaxy J5 it succeeded but
nothing worked.
Click to expand...
Click to collapse
With android 6 you can do that.
{
"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"
}

MaDaLiNoSt said:
With android 6 you can do that.
Click to expand...
Click to collapse
Can you please tell us how..??

abhijeet1331 said:
Can you please tell us how..??
Click to expand...
Click to collapse
Edit buid prop and change
this: ro.build.type=user
Into this : ro.build.type=userdebug
Then go to developer settings and enable multi window.
Now press multi task key and enjoy.

MaDaLiNoSt said:
Edit buid prop and change
this: ro.build.type=user
Into this : ro.build.type=userdebug
Then go to developer settings and enable multi window.
Now press multi task key and enjoy.
Click to expand...
Click to collapse
Can u give me Ur build.prop file ?
Just upload it , its less than 5kb. Hope u will. Plzz

gopinaidu77 said:
Can u give me Ur build.prop file ?
Just upload it , its less than 5kb. Hope u will. Plzz
Click to expand...
Click to collapse
My build.prop file is fully personalized. I can't share it. But there is a new line that can be added to enable multi window without changing to userdebug. Follow the attached image.

MaDaLiNoSt said:
My build.prop file is fully personalized. I can't share it. But there is a new line that can be added to enable multi window without changing to userdebug. Follow the attached image.
Click to expand...
Click to collapse
I dint own your device , i just want some build properties wrto ur device , so i asked it just in case if i could get the data .
I was downloading a cm build just for the build.prop .

gopinaidu77 said:
I dint own your device , i just want some build properties wrto ur device , so i asked it just in case if i could get the data .
I was downloading a cm build just for the build.prop .
Click to expand...
Click to collapse
Please be clear and give me a good reason why you are not using the build prop that is inside your phone and ROM?
Also keep in mind that cyanogenmod build.prop is not fully compatible with stock rom only if it was based on stock.

MaDaLiNoSt said:
Edit buid prop and change
this: ro.build.type=user
Into this : ro.build.type=userdebug
Then go to developer settings and enable multi window.
Now press multi task key and enjoy.
Click to expand...
Click to collapse
Thank you. Works here. the multitask key is in the recent apps. Where u can choose what app share screen. Thank ya

Hi! Is this available for lollipop?

joshua_isyot said:
Hi! Is this available for lollipop?
Click to expand...
Click to collapse
Nope. Only android 6 and 7

where can i find build.prop

salahhazim said:
where can i find build.prop
Click to expand...
Click to collapse
/system/build.prop. You need to have root and an file explorer with root.

How to increase j5's multi touch limit: for j5 j500m

Related

[GUIDE][GB] How to change text Zombie Art By Jack Larson on Platlogo

This is the first thread that I created on XDA, so sorry if my english bad.
OK, back to the topic. To change the text "Zombie art by Jack Larson" you can follow the steps below.
Take framework.jar. (you can use the framework.jar that exist on your device system)
Change the format to framework.apk
Decompile framewrok.apk. (u can use apktool or apk multi tool)
Use notepad++ to open file "PlatLogoActivity.smali" in /framework.apk/smali/com/android/internal/app/
Find the text "Zombie art by Jack Larson"
Change the text to which you want. For example : "I Love My Android"
Recompile
Delete classes.dex
The result will be System_framework.apk. Change into framework.jar.
Done (^_^)
Thank you also to Alucard1989pl
(if you like with this guide, please give 5 star and click to thanks button)
Thanks :good:
Thanks for the tut sir :good:
teztaz--v3 said:
Thanks for the tut sir :good:
Click to expand...
Click to collapse
success bro ?
cleverior.ipul said:
success bro ?
Click to expand...
Click to collapse
Kinda similar..pls give a proper credits
REAL POST
http://forum.xda-developers.com/showpost.php?p=34563875&postcount=3
http://forum.xda-developers.com/showthread.php?t=2208436
dzolcp said:
Kinda similar..pls give a proper credits
REAL POST
http://forum.xda-developers.com/showpost.php?p=34563875&postcount=3
http://forum.xda-developers.com/showthread.php?t=2208436
Click to expand...
Click to collapse
sorry guys, previously I've been searching on how to change the text in platlogo, but hard to find. Until one day I finally found it, but I forgot from where i got that tutorial. and before this thread was made http://forum.xda-developers.com/showthread.php?t=2208436, I have created my thread before. see at creation date.
And thank you for reminding me, I've added a credit for Alucard1989pl.
sir, i decompiled it with apk manager , but i didn't find resource.arsc , But i found classes.dex , i didn't delete it , then i compiled & flashed the new one & nothing changed !
tried again , & i deleted the classes.dex , when i flashed it i got bootloop
Mohamed Hashem said:
sir, i decompiled it with apk manager , but i didn't find resource.arsc , But i found classes.dex , i didn't delete it , then i compiled & flashed the new one & nothing changed !
tried again , & i deleted the classes.dex , when i flashed it i got bootloop
Click to expand...
Click to collapse
have you change the format from. jar to. apk ?
try to use apk multi tool for compile it.
It works now
cleverior.ipul said:
have you change the format from. jar to. apk ?
try to use apk multi tool for compile it.
Click to expand...
Click to collapse
yes i've changed the format . ok i'll try multi tool
EDIT : thx sir i made it with apk multi tool , i deleted classes.dex only B cuz i didn't find resource.arsc , but it works now
{
"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"
}
Mohamed Hashem said:
yes i've changed the format . ok i'll try multi tool
EDIT : thx sir i made it with apk multi tool , i deleted classes.dex only B cuz i didn't find resource.arsc , but it works now
Click to expand...
Click to collapse
OK.. good job sir
can I delete the framework.odex or not to make it works?? pls. reply asap.
ardelsan said:
can I delete the framework.odex or not to make it works?? pls. reply asap.
Click to expand...
Click to collapse
u should deodexing ur rom first.

[MOD][THEME][4.4.2]Black Themed Settings

Hello Folks ,
I found that the tablet interface of Touchwiz is more worse than mobile interface . So , by @_alex74_'s guidance , We both present the modded SecSettings.apk which is black themed . It's only for odexed rom right now.
Instructions:
1)Download the SecSettings.apk from below
2)Copy and paste it into /system/priv-app/'here' and set permission to 644
3)Reboot and Tadaaaaaaaaaaaaaaaa.................... you''ll have black themed settings.
Downloads:
SecSettings.apk
Screenshots:
{
"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"
}
Credits:
@_alex74_[Without him this would not have been possible ................ A big :good:]
​
Not so hard for this mate...... worser than previous android version, but still can be done
Look really nice! Could you make one for deodexed version? Thanks in advance
Edit: I'm actually using your deodexed SystemUi for S5 toggles
Aeyan Ashraf said:
Hello Folks ,
I found that the tablet interface of Touchwiz is more worse than mobile interface . So , by @_alex74_'s guidance , We both present the modded SecSettings.apk which is black themed . It's only for odexed rom right now.
Instructions:
1)Download the SecSettings.apk from below
2)Copy and paste it into /system/priv-app/'here' and set permission to 644
3)Reboot and Tadaaaaaaaaaaaaaaaa.................... you''ll have black themed settings.
Downloads:
SecSettings.apk
Screenshots:
Credits:
@_alex74_[Without him this would not have been possible ................ A big :good:]
​
Click to expand...
Click to collapse
Any guide on doing this modification? I'm trying to do this on my Note 10.1 2012 but still no luck. I just need parameters(hope I wrote it right) for the background color for both sides(dark blue and gray) and the text color.I mean which part of secsettings are to be modified after decompiling?Hope you can help me.Thanks in advance.
filchi756 said:
Any guide on doing this modification? I'm trying to do this on my Note 10.1 2012 but still no luck. I just need parameters(hope I wrote it right) for the background color for both sides(dark blue and gray) and the text color.I mean which part of secsettings are to be modified after decompiling?Hope you can help me.Thanks in advance.
Click to expand...
Click to collapse
Values are to be modified
Aeyan Ashraf said:
Values are to be modified
Click to expand...
Click to collapse
Thanks for replying. Did you mean change values only in the color.xml inside values folder or is there other .xml to be modified too inside the value folder?Sorry for being noob mate.
Added to my Index !
Well done !
really like deodexed version to..im on pimpdroid rom..with no other kitkat roms till cag rom gets done and untill then stuck with ugly settings ...thanks in advance
lucky_515 said:
really like deodexed version to..im on pimpdroid rom..with no other kitkat roms till cag rom gets done and untill then stuck with ugly settings ...thanks in advance
Click to expand...
Click to collapse
We will do it as soon as possible ..............maybe 2-3 days now..... I don't have my tab as It's charging port has been damaged and It's in the service center....... So I have to mod and send everything to CAG man to test..... 2-3 days more !!!!!
Tried it on my T217S and system phone crash, also there is another SecSettings.apk.odex < what to do with this one?
nice..... ^_^
Could someone post SecSettings.apk.odex APK to go along with SecSettings.apk to function properly on my Tab3 217s
Thank you
HD-man said:
Could someone post SecSettings.apk.odex APK to go along with SecSettings.apk to function properly on my Tab3 217s
Thank you
Click to expand...
Click to collapse
Hey , it was only for tab 3 10.1 & not for T217s . Replace the apk and odex with the backup(If u have made) or else flash stock firmware via odin
Sent from my GT-S6802 using XDA Free mobile app
Aeyan Ashraf said:
Hey , it was only for tab 3 10.1 & not for T217s . Replace the apk and odex with the backup(If u have made) or else flash stock firmware via odin
Sent from my GT-S6802 using XDA Free mobile app
Click to expand...
Click to collapse
i put it on t311 8.0 and its working
Not working on t310 tab 8 hd :/
sent from tab3.
Aeyan Ashraf said:
Hey , it was only for tab 3 10.1 & not for T217s . Replace the apk and odex with the backup(If u have made) or else flash stock firmware via odin
Sent from my GT-S6802 using XDA Free mobile app
Click to expand...
Click to collapse
I backed up original file and had no trouble reverting, how would I be able to theme my UI?

[Guide] Add Xperia battery icon to cm SystemUI

{
"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"
}
Requirements:
-Knowledge on how to use apktool
-Notepad++
1- Decompile your SystemUI.apk
2- Download THIS ZIP and extract it
2- Move the extracted files to /res/
3- Open Notepad++, press Ctrl + F and choose the "Find in Files" tab
4- Set the directory to the layout folder of you decompiled systemUI
5- Find "<com.android.systemui.BatteryLevelTextView" and replace with "<com.android.systemui.BatteryLevelTextView android:background="@drawable/somc_sys_battery_percent_am" android:gravity="center" "
it should look like this:
6- Go to /res/values/dimens.xml
7- Find "battery_level_text_size" and set the value of it to "9.0sp"
8- Recompile and push it to your device
9- Set the Battery status style on settings to Text
10- Enjoy
Also checkout THIS GUIDE by abhishekr700
Confirmed working on cm12.1 bro....
Thanks... :good::good::good:
afah_me said:
Confirmed working on cm12.1 bro....
Thanks... :good::good::good:
Click to expand...
Click to collapse
Nice theme! Which is it?
STRYDER~007 said:
Nice theme! Which is it?
Click to expand...
Click to collapse
This is future update of my theme called "colorful xperia v1.6"
but WIP
nice guide sir :good:
but there's no charging indicator
take a look at this method http://forum.xda-developers.com/android/themes/how-to-change-battery-icon-kitkat-rom-t2919361/
it works for me :laugh:
afah_me said:
This is future update of my theme called "colorful xperia v1.6"
but WIP
Click to expand...
Click to collapse
Nice work! Looking forward to use it..
can support to cm7?
Hi, I have a question, the battery level is not in the center of the battery icon for me. I feel like it is a bit more to the left and I want to move it a little to the right.. What value do I edit to accomplish that?
Edit: Nvm found what to edit to get what I needed
Lovely Guide ,,,
U r the boss
Araib93 said:
Hi, I have a question, the battery level is not in the center of the battery icon for me. I feel like it is a bit more to the left and I want to move it a little to the right.. What value do I edit to accomplish that?
Edit: Nvm found what to edit to get what I needed
Click to expand...
Click to collapse
How did you do it? Thanks!
vjtigas said:
How did you do it? Thanks!
Click to expand...
Click to collapse
Look for battery_padding_end and change its value from 2.0 to -2.0, also hit thanks that should do the trick
idid idamrep said:
nice guide sir :good:
but there's no charging indicator
take a look at this method http://forum.xda-developers.com/android/themes/how-to-change-battery-icon-kitkat-rom-t2919361/
it works for me :laugh:
Click to expand...
Click to collapse
Please, how you do that because I don't understanding any thing from this method?
And I want know what is your keyboard name?
Thanks....
I cant decompile nothing on Windows 10, can you help me please?
Hi folks, thanks for the nice thread. I added to my CM12.1 for Sony Scorpion (Xperia Z3 tablet compact). If somebody compiles, can pick the code here. https://github.com/GeyerA/platform_frameworks_base/commit/307ab760c54324c3437fbf0387af3b043015f4fa
@naheel azawy, thanks for the tutorial. How to add battery charging icon next to battery icon?
I can not find the folder " values" in ressurection remix with android 6.0.1
who tried this on cm13 odexed ?
anagramgenius said:
@naheel azawy, thanks for the tutorial. How to add battery charging icon next to battery icon?
Click to expand...
Click to collapse
this is i want to ask
naheel azawy said:
Requirements:
-Knowledge on how to use apktool
-Notepad++
1- Decompile your SystemUI.apk
2- Download THIS ZIP and extract it
2- Move the extracted files to /res/
3- Open Notepad++, press Ctrl + F and choose the "Find in Files" tab
4- Set the directory to the layout folder of you decompiled systemUI
5- Find "<com.android.systemui.BatteryLevelTextView" and replace with "<com.android.systemui.BatteryLevelTextView android:background="@drawable/somc_sys_battery_percent_am" android:gravity="center" "
it should look like this:
6- Go to /res/values/dimens.xml
7- Find "battery_level_text_size" and set the value of it to "9.0sp"
8- Recompile and push it to your device
9- Set the Battery status style on settings to Text
10- Enjoy
Also checkout THIS GUIDE by abhishekr700
Click to expand...
Click to collapse
look at mine
Will it work in cm11??

[Guide] How to increase volume for Samsung SM-J700H/F/M/T/P Lollipop/Marshmallow

This is how to increase SM-J700H/F/M/T volume to the maximum :
Notice: u must have root
http://www.droidviews.com/root-samsung-galaxy-j7-and-install-twrp-recovery/
and I'm not responsible for any bricked devices
Lollipop
For SM-J700H/F/M:
Speaker Only Boost:
http://www.mediafire.com/download/dd4aaqd9qtucg5e/volume_up_for_j7.rar
(speaker is boosted by 5 degrees)
Speaker And Headphone Boost :
https://www.mediafire.com/download/uw4oqnv63m6yjfn
(speaker is boosted by 5 degrees , headphone by 3 degrees)
For SM-J700T:
Speaker Only Boost
https://www.mediafire.com/download/lr9l436f85ba649
Speaker And Headset Boost
https://www.mediafire.com/download/oq6a2e404kj51mj
For SM-J700P:
Speaker Boost
https://drive.google.com/file/d/0B5UbXuQytcuKQlItZkJhUVFMN28/view
Marshmallow
Speaker Only Boosted by 3 Degrees
http://www.mediafire.com/download/mwnrwivpx286jro/Samsung_J700H_mm_speaker_boost_(3_degrees).zip
if you want to set the speaker and headset volume level according to your need then check this video
https://youtu.be/VRiYz_-NdpY
How to use :
-download your model modified mixer_paths.xml and extract it
-backup your original mixer_paths.xml file located in system/etc
-using root explorer copy the modified file and paste it in system/etc and agree to replace , set permissions to rw r r ( you should set the correct permissions or u will get into a bootloop )
-reboot
Like my work?
consider donating. TY
This did actually work!
Thanks for the effort
Any explanation though for the bug/problem and how did You manage to resolve it if possible? ^.^
Cheet0z said:
This did actually work!
Thanks for the effort
Any explanation though for the bug/problem and how did You manage to resolve it if possible? ^.^
Click to expand...
Click to collapse
You are welcome , it wasn't a bug , samsung set the media volume value to 3 i changed it to 7 thats it
Oh my god , 247 downloads and only one ty
Plz give do load link. Thanks in advance
Sent from my SM-J700F using Tapatalk 2
dr.manoj_n said:
Plz give do load link. Thanks in advance
Sent from my SM-J700F using Tapatalk 2
Click to expand...
Click to collapse
People are too lazy , they just want to download the file and they even don't thank me
messi2050 said:
People are too lazy , they just want to download the file and they even don't thank me
Click to expand...
Click to collapse
sir i thanked you thrice lol, can you please provide the link to the j7 mod i have j700f ill this mod work with this devic exynos version
and is root needed to apply it???
bikelover1352 said:
sir i thanked you thrice lol, can you please provide the link to the j7 mod i have j700f ill this mod work with this devic exynos version
and is root needed to apply it???
Click to expand...
Click to collapse
Thread was updated , yes it works on j700f &j700h
{
"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"
}
347 downloads and 5 thanks really great appreciation enjoy !
Thanks a bunch bro
pavstar619 said:
Thanks a bunch bro
Click to expand...
Click to collapse
Yw

			
				
986 downloads
free photo upload
upload png
Hello, I have a samsung J5 (j500fn), I could ask the modified file for this model?
The current volume is very low ...
pippo45454 said:
Hello, I have a samsung J5 (j500fn), I could ask the modified file for this model?
The current volume is very low ...
Click to expand...
Click to collapse
Hello,did the j5 modified file worked for u ?
thanks
Tnx a lot sir for your work it works perfectly in my j7ooh
i try to push the files yesterday..
mizwa21 said:
Tnx a lot sir for your work it works perfectly in my j7ooh
i try to push the files yesterday..
Click to expand...
Click to collapse
You are welcome , I'm happy that it worked for you
Enjoy
3047 download
uploadimage

Enable Multi-window in android 6 marshmallow

How to enable multi-window in Android 6 Marshmallow:
There is a workaround to get split view mode on your smartphones, if you have rooted your device. To activate multi-windows in your devices, here are the steps you need to follow:
- Install Marshmallow on your Android smartphone.
- Root your device
- From Google Play Store, install a file manager app with root access.
- Open the newly installed file manager app and grant it root permission.
- Go to /system/ directory and open build.prop file.
- Inside the file, change the value of build type from user to userdebug.
- Save the build.prop file.
- Reboot your device.
- Once back, enable Developer Options: go to Settings > About Phone > tap on Build Number seven times.
- Go back to Settings > Developer Options > go to the bottom of the Drawing category and enable Multi-window from the options.
- Congrats.
Read more: http://wccftech.com/enable-multi-window-in-android-6-marshmallow/#ixzz3qnCs1Nhj
Like as Layers, this feature removed from build for M8. Dont know what HTC think
blackbuffalo said:
Like as Layers, this feature removed from build for M8. Dont know what HTC think
Click to expand...
Click to collapse
sorry i did not know that, I am abt to flash GPE rom. I did nt give a try yet.
Omg ... Those were the best features :/ I wonder if any dev can find a way to install layers into gpe?
danial.aw said:
Omg ... Those were the best features :/ I wonder if any dev can find a way to install layers into gpe?
Click to expand...
Click to collapse
After Trying many methods, i found that non of the build.prop values was changed.
I think it not HTC that excluded this feature, it all about the rooting i think.
CAN ANYONE CONFIRM?
Works with M8 GPE, just tried.
{
"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"
}
Its works
Lupus77 said:
Works with M8 GPE, just tried.
Click to expand...
Click to collapse
Did you use the traditional rooting?
Yes, and System Write Protection Disable Mod.
bodii_91 said:
Did you use the traditional rooting?
Click to expand...
Click to collapse
I also stated in the OP of the rooting thread, if you are going to modify the system anyway, just go with the traditional root method. Chainfire disabled system write while using systemless root method to maintain system partition integrity.
After using it i can definitely say Multi window is poorly implemented, not worth using. Not as easy as Samsung's implementation.
Ya its still a very much alpha I would say.. Maybe in the next version we will see if fully implemented.
It had worked for me...thanks
World ok. Know thats not like Samsung one but, well we didnt have it
Can't root dev edition with SuperSu 2.52, device stuck in htc white bootscreen, any help?
Sandmannet said:
Can't root dev edition with SuperSu 2.52, device stuck in htc white bootscreen, any help?
Click to expand...
Click to collapse
Why post that here ? This is a multi window thread....not a how to root thread ?!
Yes I know, but multi window NEED root, Sorry anyway.
Didn't find the file in buildprop to change to userdebug but did flip on multiwindow in developer options.
How will I know if it's working? How to make it work now that it's turned on?
blackbuffalo said:
Like as Layers, this feature removed from build for M8. Dont know what HTC think
Click to expand...
Click to collapse
you know. doesnt make sense

Categories

Resources