Troubleshooting Screen Mirroring - Samsung Galaxy Alpha

Hi guys,
We all know that Alpha hard some trouble when it come to screen mirroring and sometime we can't never mirror our device to any smart TV. Today I have solution for that. Maybe it will help you and maybe it not but mine works fine. I'm using stock lollipop version. This method will make your device can mirror to most smart tv.
Tutorial-->
1. Device must be root.(If not rooted please search in xda or use google to find root tutorial )
2. Download root explorer OR es explorer OR any file manager from Play Store.
3. Open the app and find system folder (not .system)
4. Open build.prop and edit it. (Backup first your build.prop)
5. Add these command line wlan.wfd.hdcp=disable
6. Click save
6. Reboot and try again mirroring your device to smart tv.
or
1. Device must be root. (If not rooted please search in xda or use google to find root tutorial )
2. Download Build Prop Editor from Play Store
3. Open and edit (Don't need to backup build.prop since Build Prop Editor will do it for you)
4. Add these command line wlan.wfd.hdcp=disable
5. Reboot and try again mirroring your device to smart tv.
IF THE TUTORIAL HELP PLEASE PRESS THANK BUTTON

Related

[Q] Google play on HCL ME U1

I have HCL Me U1 tablet with following things done on it:
1) Rooted
2) Google Play installed
3) Display DPI changed to 120
My problem is that many popular apps on Google Play are incompatible with it. The display resolution is 800x480, which is standard.
How do I make it compatible with Google Play??
Searching for incompatibility, gave some results about display DPI, but it did not solve my issue.
droidfan88 said:
I have HCL Me U1 tablet with following things done on it:
1) Rooted
2) Google Play installed
3) Display DPI changed to 120
My problem is that many popular apps on Google Play are incompatible with it. The display resolution is 800x480, which is standard.
How do I make it compatible with Google Play??
Searching for incompatibility, gave some results about display DPI, but it did not solve my issue.
Click to expand...
Click to collapse
Try modifying your build.prop file, specifically ro.product.device to maguro and you can also try modifying ro.product.model to Galaxy Nexus.
Code:
ro.product.model=Galaxy Nexus
ro.product.device=maguro
Hopefully this should greatly increase your app compatibility as pretty much every app out there is compatible with the Galaxy Nexus. If this doesn't work you can always try side-loading the APK files of the apps your really want that the play store claims are "incompatible". Let me know if this helps
shimp208 said:
Try modifying your build.prop file, specifically ro.product.device to maguro and you can also try modifying ro.product.model to Galaxy Nexus.
Code:
ro.product.model=Galaxy Nexus
ro.product.device=maguro
Hopefully this should greatly increase your app compatibility as pretty much every app out there is compatible with the Galaxy Nexus. If this doesn't work you can always try side-loading the APK files of the apps your really want that the play store claims are "incompatible". Let me know if this helps
Click to expand...
Click to collapse
Well, the apps now show as compatible, but I get different errors after clicking on download.
droidfan88 said:
Well, the apps now show as compatible, but I get different errors after clicking on download.
Click to expand...
Click to collapse
Try running fix permissions utility.
Sent from my SCH-I535 using xda premium
Do I have to fix permissions for Google Play??
droidfan88 said:
Do I have to fix permissions for Google Play??
Click to expand...
Click to collapse
Yes, the easiest way is to use ROM manager and select the fix permissions option or you can use the fix permissions app you can find in the play store.
Sent from my SCH-I535 using xda premium
Anybody Stock rom?
CAn anyone give me the link to the original .ftf of HCL u1...please i wanna restore my tab to default...
droidfan88 said:
I have HCL Me U1 tablet with following things done on it:
1) Rooted
2) Google Play installed
3) Display DPI changed to 120
My problem is that many popular apps on Google Play are incompatible with it. The display resolution is 800x480, which is standard.
How do I make it compatible with Google Play??
Searching for incompatibility, gave some results about display DPI, but it did not solve my issue.
Click to expand...
Click to collapse
tell me the procedure to root which u used ?
========================================================================================================
Play Store installation for Non Supported Tablets and Smartphones
there are 2 options for installing the playstore
I.without rooting(Stable)
II.with rooting(non stable)
I.Procedure for stable playstore installation:
1. Download android SDK(need java installed in system) and install SDK platform tools(adb and fastboot)
link: http://developer.android.com/sdk/index.html
2. Download latest Supported Gapps File zip
link: http://goo.im/gapps/
3. Extract the gapps folder to android tools and follow the below commands(one by one)
====================================================
Open cmd in android tools folder with admin rights
adb devices
adb root
adb push Vending.apk /system/app
adb push GoogleLoginService.apk /system/app
adb push GooglePartnerSetup.apk /system/app
adb push GoogleServicesFramework.apk /system/app
adb push MarketUpdater.apk /system/app
adb push OneTimeInitializer.apk /system/app
adb push SetupWizard.apk /system/app
adb push com.google.android.youtube.apk /system/app
====================================================
note:- If you dont want youtube, please avoid last command!
Done.....
4. Now just reboot your phone and use your playstore...
I am also attaching a Playstore_youtube_Installation_non market_supported_device.rar file. If you dont want troubles. just download from the link(http://www.mediafire.com/?cc8op8y1tczaqe3) and extract the folder(make sure java is installed) and just run playstore_install.bat file with connecting your device.It will do everything for you.........enjoy..
.please post your comments also...
=========================================================================================================
=========================================================================================================
II.Playstore installation with Rooting:
1. Download unlockroot app from www.unlockroot.com and install it
2. Download android commander PC and install it
3. Download gapps ICS/JB build accoring to your device and extract the app folder
4. Connect your device and rununlockroot app
It starts rooting your device and ask for battery saver installation...click no and again it will ask for reboot, Dont reboot(Press no)
5. Now open android commander and check the root access, you have root access now.Now copy the files from the app folder(extracted gapps zip) to the system/app folder of device(only copy files).
6. just restart and check play store is working.
7.if you are getting server error after registration/sign in to playstore.(just go and edit ro.product.device=d2att in build.prop file(don't edit other fields) and reboot your device)
8.it works perfect
=========================================================================================================
ansaziz777 said:
========================================================================================================
Play Store installation for Non Supported Tablets and Smartphones
there are 2 options for installing the playstore
I.without rooting(Stable)
II.with rooting(non stable)
I.Procedure for stable playstore installation:
1. Download android SDK(need java installed in system) and install SDK platform tools(adb and fastboot)
link: http://developer.android.com/sdk/index.html
2. Download latest Supported Gapps File zip
link: http://goo.im/gapps/
3. Extract the gapps folder to android tools and follow the below commands(one by one)
====================================================
Open cmd in android tools folder with admin rights
adb devices
adb root
adb push Vending.apk /system/app
adb push GoogleLoginService.apk /system/app
adb push GooglePartnerSetup.apk /system/app
adb push GoogleServicesFramework.apk /system/app
adb push MarketUpdater.apk /system/app
adb push OneTimeInitializer.apk /system/app
adb push SetupWizard.apk /system/app
adb push com.google.android.youtube.apk /system/app
====================================================
note:- If you dont want youtube, please avoid last command!
Done.....
4. Now just reboot your phone and use your playstore...
I am also attaching a Playstore_youtube_Installation_non market_supported_device.rar file. If you dont want troubles. just download from the link(http://www.mediafire.com/?cc8op8y1tczaqe3) and extract the folder(make sure java is installed) and just run playstore_install.bat file with connecting your device.It will do everything for you.........enjoy..
.please post your comments also...
=========================================================================================================
=========================================================================================================
II.Playstore installation with Rooting:
1. Download unlockroot app from www.unlockroot.com and install it
2. Download android commander PC and install it
3. Download gapps ICS/JB build accoring to your device and extract the app folder
4. Connect your device and rununlockroot app
It starts rooting your device and ask for battery saver installation...click no and again it will ask for reboot, Dont reboot(Press no)
5. Now open android commander and check the root access, you have root access now.Now copy the files from the app folder(extracted gapps zip) to the system/app folder of device(only copy files).
6. just restart and check play store is working.
7.if you are getting server error after registration/sign in to playstore.(just go and edit ro.product.device=d2att in build.prop file(don't edit other fields) and reboot your device)
8.it works perfect
=========================================================================================================
Click to expand...
Click to collapse
Yes, I am able to Root HCL ME u1 table
Try this link to install google play store and root the HCL ME U1:
LINK: http://tabletkinghcl007.blogspot.in/
unlockroot app is not working or able to root HCL ME U 1 tablet so try this link to roo and install google play store in HCL ME U1.
non rooted method is safe....its working in all me tablets....
What is ur ARM version?? Most apps are incmpatible on ARMv6 or less. If it is ARMv7 or more than your mobile might not be supported. And dont edit build.prop as it causes many apps to stop running and u wont even be able to see them in applications when u press the apps button on homescreen.
Hope i helped you .
Sent from my GT-S5360 using XDA-Developers App.
electrux.chirag said:
What is ur ARM version?? Most apps are incmpatible on ARMv6 or less. If it is ARMv7 or more than your mobile might not be supported. And dont edit build.prop as it causes many apps to stop running and u wont even be able to see them in applications when u press the apps button on homescreen.
Hope i helped you .
Sent from my GT-S5360 using XDA-Developers App.
Click to expand...
Click to collapse
======================================================================================================
No Need to edit Build.prop..............Simply use my download link and run the bat file....no build.prop edit...enjoy...
Attaching a Playstore_youtube_Installation_non market_supported_device.rar file. If you dont want troubles. just download from the link(http://www.mediafire.com/?cc8op8y1tczaqe3) and extract the folder(make sure java is installed) and just run playstore_install.bat file with connecting your device.It will do everything for you.........enjoy.
======================================================================================================
Custom Rom HCL ME U1 Tablet
Try this link to Install CWM recovery on HCl ME U1 and also Root The HCl ME U1 tablet Link: http://tabletkinghcl007.blogspot.in/
HELP!!!!
jjv007 said:
Try this link to Install CWM recovery on HCl ME U1 and also Root The HCl ME U1 tablet Link: http://tabletkinghcl007.blogspot.in/
Click to expand...
Click to collapse
I used your method, everything is fine, google play works, tab is rooted... but the tab keeps freezing when switching off or rebooting.
AND . WiFi once turned off doesnt turn on again. Because of these issues i have to reset the tab every now and then and its getting irritating!!!!! please provide me with a solution or give me the stock ROM if possible. Please Help!!
jashamara said:
I used your method, everything is fine, google play works, tab is rooted... but the tab keeps freezing when switching off or rebooting.
AND . WiFi once turned off doesnt turn on again. Because of these issues i have to reset the tab every now and then and its getting irritating!!!!! please provide me with a solution or give me the stock ROM if possible. Please Help!!
Click to expand...
Click to collapse
anyone?!??!?!?!??!?!?!?

[SOLUTION] Kyocera Hydro Icon & Hydro Vibe Google Apps Crash Fix

This post is a slightly edited mirror of the original post with the fix on the Android Forums. We are crossposting it to XDA to help spread the word to all users looking for a fix.
WARNING this fix does require rooting your phone, but step by step instructions are provided as well as a tutorial video
Background
Google released an update to Google Play Services in September that prevented many users from using several popular Google Apps (Hangouts, YouTube, GMail, Google Play Music, Android Pay, etc.). Neither Kyocera or Google did much except offer the "temporary fix" of downgrading Google Play Services until the problem was resolved. Because users had been waiting with no response from Kyocera except "we are working on a fix", Ryan Radford (radfordra) worked at the problem and discovered a permanent solution. Because the fix was originally shared on the FreedomPop Hydro Icon forum, I reposted it here and reformatted it slightly.
It then became obvious that the post was getting buried in the original thread (post 308) so I decided to repost the soultion as it's own thread to keep it at the top.​
Credits
Fix Creator
Ryan Radford (AndroidForums: radfordra)​Contributors
TexCoder (FreedomPop, Kingroot method and SuperSu replacement)
FoneFuzz (Found SuperSu-Me)
Chester H (step by step video)
Me (post maintenance)​Utilities
Chainfire (SuperSu)
MrW0lf (Kingroot/Kinguser removal script)
Kingroot (for the easy one click root)
ES Global (ES File Manager)
Jack Palevich (Terminal Emulator)
Adam Loannides (SH Script Runner)​
Instructions (new video of the updated process by Chester H)
Obtain root with KingRoot (adapted from original root method on FP forums by TeXcoder)
Replace Kinguser with SuperSU
Preferred: (no conflicts with Kingroot)
download Mr.W0lf's shell script
unzip script and put the mrw directory on your SD Card
download SH Script Runner and open it
press the far right button in the top menu, select Load and open root.sh from the mrw directory on your SD Card
press the middle button in the top menu to enable superuser mode
press the left button in the top menu to run the script
in the popup, (Allow) superuser permissions for SH Script Runner
wait patiently for SuperSu to open, let it update the Su binary (OK) and use (Normal) mode
if SuperSu asks to remove conflicting apps, hit (OK)
allow SuperSu to reboot your phone and Kinguser will be uninstalled and replaced
Alternative: using Mr.W0lf's shell script and a terminal emulator and following this guide
you may need to manually set Root Authorization for Terminal Emulator to Allow in KingUser/KingRoot
(video of the alternative process by Chester H)
If Nothing Else Works: SuperSu-Me (thanks to FoneFuzz for finding this)
success rates are low and several users are stuck at black screens in the app, forcing them to use options 1 or 2
Download ES File Explorer File Manager
Enable the Root Explorer option in ES File Manager
in the top left corner of the app, click the button with three lines and scroll down
you may need to manually set Root Authorization for ES File Manager to Allow in KingUser/KingRoot
With ES File Manager, open /sysprop/kcjprop
Vibe users do not have this directory, see step 6
Copy libpredtm.so to /system/lib
Vibe users must download libpredtm.so
Icon users can copy the file from /sysprop/kcjprop or download libpredtm.so for convenience
Reboot for good measure (not strictly necessary unless using the Vibe)
Enjoy using your previously broken Google Apps
Fixing Android Pay (it will not let you set up if you have root)
Open Chainfire's SuperSU
Go to settings, uncheck Enable Superuser
Open Android Pay and complete setup
Open Chainfire's SuperSU again, recheck Enable Superuser
Note About Kingroot
Replacing KingRoot is optional but recommended. If you plan on unrooting after transferring the library it is easier to just use Kingroot to get root, open the Kinguser app and enter the Root Authorization menu. Allow root permissions for ES File Explorer, then you are able to copy libpredtm.so into /system/lib. After that reopen Kinguser and click the Settings Gear in the upper right, click Root Authorization setting and click Remove root Permission and follow the prompts.​
Removing Root (if you do not want it after the fix)
Kingroot: Open the app, press the Gear button in the upper right, press "Root Authorization Setting" and then press "Remove Root Permission". In the popups, press "Continue" then "OK". (Video)
SuperSu: Open the app, go to Settings, scroll down to the Cleanup section, and press "Full unroot". Press "Continue" in the popup and restart when the app closes.
is there a way to fix my phone enough for the upgrade to work? I am trying to get on the beta and i get error 8507 when i try to upgrade
this bricked my phone. Thanks a lot. Wanna tell me how to get my phone out of boot loop?
enath79 said:
this bricked my phone. Thanks a lot. Wanna tell me how to get my phone out of boot loop?
Click to expand...
Click to collapse
Not replacing Kingoroot with SuperSU will often cause boot looping if you reboot your device. That's why it's highly recommended to replace with SuperSU.
Did you fix your device?

[Google Assistant] for OnePlus 2

I recently activated the Google Assistant on my OnePlus 2. Its a little different than installing on other devices.anyways, lets get started!
**I am not responsible for any problems in your device, This is just the method I used to activate Google Assistant for Myself(and my friends,worked every time!)**
Prerequisites:
1. Installed TWRP or CWM(in recovered)
2.Rooted OP2
3.Installed ES File Explorer!
4.Installed Android 7.x ROM.
How to get started:
Download the files from here : https://www.androidfilehost.com/?w=files&flid=121914
Put All files in same folder in your phone internal memory.
Thanks to @FaserF
Now...
1.Boot to Recovery.
2.Flash the Zip GoogleAssistantVelvet.zip
3.Flash the ZipGoogleAssistantBuildProp.zip (this will install the "tweak.prop" into your build.prop)
Now boot to your device.
4.Open ES file explorer and Activate "Root Explorer".
5.Mount R/W in memory , /system directory.
Here you will find the file "build.prop"
6.Remove these lines :
ro.product.brand=OnePlus
ro.product.name=OnePlus2
7.In the place of removed lines, add this-
ro.product.model=Pixel XL
Now save the changes.
Clear Data of your Google App.
Reboot your device.(not that important)
Tap the home Button and your Google Assistant will POP UP!
Tap on Thanks if I helped you!
Does OK GOOGLE works everytime?
sushant20 said:
I recently activated the Google Assistant on my OnePlus 2. Its a little different than installing on other devices.anyways, lets get started!
**I am not responsible for any problems in your device, This is just the method I used to activate Google Assistant for Myself(and my friends,worked every time!)**
Prerequisites:
1. Installed TWRP or CWM(in recovered)
2.Rooted OP2
3.Installed ES File Explorer!
4.Installed Android 7.x ROM.
How to get started:
Download the files from here : https://www.androidfilehost.com/?w=files&flid=121914
Put All files in same folder in your phone internal memory.
Thanks to @FaserF
Now...
1.Boot to Recovery.
2.Flash the Zip GoogleAssistantVelvet.zip
3.Flash the ZipGoogleAssistantBuildProp.zip (this will install the "tweak.prop" into your build.prop)
Now boot to your device.
4.Open ES file explorer and Activate "Root Explorer".
5.Mount R/W in memory , /system directory.
Here you will find the file "build.prop"
6.Remove these lines :
ro.product.brand=OnePlus
ro.product.name=OnePlus2
7.In the place of removed lines, add this-
ro.product.model=Pixel XL
Now save the changes.
Clear Data of your Google App.
Reboot your device.(not that important)
Tap the home Button and your Google Assistant will POP UP!
Tap on Thanks if I helped you!
Click to expand...
Click to collapse
Does your camera work? I tried an other method and it messed up my camera, because it only saved a green picture.
Akilesh Akil said:
Does OK GOOGLE works everytime?
Click to expand...
Click to collapse
yes it does!
trapistasajt said:
Does your camera work? I tried an other method and it messed up my camera, because it only saved a green picture.
Click to expand...
Click to collapse
I am using FireHound 7.0 and nothing seems broken to me because of Google Assistant!
Beware if you're on AICP, this locked up my phone, had to restore my backup again. If you're on AICP, just use the other Google Assistant thread and add the entries to build.prop yourself.
I've tried flashing these two files on 3 different ROMs with pico gapps--- Official RR 6.0.1, Graraks CM14, Firehound OS 7.0 but every time, the phone gets struck at 1+ bootlogo. I don't know what's going wrong. Please help.
1 more thing, while flashing the 2nd zip, some Error 1 appears in twrp.
Edit: its working good. I just didn't downloaded that tweak.prop. Now it works flawlessly!
Thanks!✌
Does it work on marshmallow ROMs?
amitgudwill said:
Does it work on marshmallow ROMs?
Click to expand...
Click to collapse
do you even read the requirements?
Just my two cents: there's no need to do any of that really to get Google assistant to work on Android N builds.
Just make sure that you have the latest version of the Google search app, then add these two lines to your build.prop file and reboot. After that, just clear Google search's data and then open the assistant using the same shortcut that you've used to open now on tap before(long press home by default), when asked about setting up "ok Google" select "I'll do it later"(to avoid crashes).
That's it
sar12330 said:
Just my two cents: there's no need to do any of that really to get Google assistant to work on Android N builds.
Just make sure that you have the latest version of the Google search app, then add these two lines to your build.prop file and reboot. After that, just clear Google search's data and then open the assistant using the same shortcut that you've used to open now on tap before(long press home by default), when asked about setting up "ok Google" select "I'll do it later"(to avoid crashes).
That's it
Click to expand...
Click to collapse
can u please explain which two lines to add? There is just one single line which is to be added in the build.prop.
The lines are:
ro.product.model=Pixel XL
ro.opa.eligible_device=true
After putting these in the build.prop and rebooting, clear Google search's data and the assistant should work
not working on Halogen OS 7.0
Just wanted to comment on the OP.
Adding the two lines works. No need to flash anything or delete any lines. It works just as on any other device.
At least on CM14/.1
Tried to activate assistant by put these two lines into build.prop... Seems to be OK but every time I finish voice recognition setup for "OK Google" and want to try it, it starts the setup again...
Any solution?
well can anyone try to help me ?
Resolved
vergilbt said:
Tried to activate assistant by put these two lines into build.prop... Seems to be OK but every time I finish voice recognition setup for "OK Google" and want to try it, it starts the setup again...
Any solution?
Click to expand...
Click to collapse
It's normal, voice recognition isn't working with this method.
@casual_kikoo
Thanks a lot for your information... Could you point me to the right way? The way from op?
vergilbt said:
@casual_kikoo
Thanks a lot for your information... Could you point me to the right way? The way from op?
Click to expand...
Click to collapse
In fact, no way for now.
sushant20 said:
I recently activated the Google Assistant on my OnePlus 2. Its a little different than installing on other devices.anyways, lets get started!
**I am not responsible for any problems in your device, This is just the method I used to activate Google Assistant for Myself(and my friends,worked every time!)**
Prerequisites:
1. Installed TWRP or CWM(in recovered)
2.Rooted OP2
3.Installed ES File Explorer!
4.Installed Android 7.x ROM.
How to get started:
Download the files from here : https://www.androidfilehost.com/?w=files&flid=121914
Put All files in same folder in your phone internal memory.
Thanks to @FaserF
Now...
1.Boot to Recovery.
2.Flash the Zip GoogleAssistantVelvet.zip
3.Flash the ZipGoogleAssistantBuildProp.zip (this will install the "tweak.prop" into your build.prop)
Now boot to your device.
4.Open ES file explorer and Activate "Root Explorer".
5.Mount R/W in memory , /system directory.
Here you will find the file "build.prop"
6.Remove these lines :
ro.product.brand=OnePlus
ro.product.name=OnePlus2
7.In the place of removed lines, add this-
ro.product.model=Pixel XL
Now save the changes.
Clear Data of your Google App.
Reboot your device.(not that important)
Tap the home Button and your Google Assistant will POP UP!
Tap on Thanks if I helped you!
Click to expand...
Click to collapse
The build.prop uses UNIX endlines. Does es even support those?

Enable Multi Window

Hi,
You can enable multi window functionality in apps which are not supported by following​ the below steps
=> Your phone must be rooted
=> You need a good file explorer with Root support and Xml editing support (I used Solid Explorer)
Basically, go to /data/cust/xml/
And find this file
multiwindow_whitelist_apps.xml file
whichever​ app you want to add, you just add this line of code in the above file before the comments section in the code
<mw_app package_name="xxxxxx"/>
xxxxxx = package name of the app.
Package name can be found in "/data/app" folder
Restart the device.
Now wherever you open the app just long press the multiwindow button and your app will open in multi window
Screenshots will make it clear
I hope this helps. Kindly do the above at your own risk. It worked for me, might brick for you
Or just enable the "Force activities to be resizable" in developer options so even wirhout root you can use multiwindow in all apps with 100% safety
darKz22 said:
Or just enable the "Force activities to be resizable" in developer options so even wirhout root you can use multiwindow in all apps with 100% safety
Click to expand...
Click to collapse
Not available in marshmallow
suhel28 said:
Hi,
You can enable multi window functionality in apps which are not supported by following​ the below steps
=> Your phone must be rooted
=> You need a good file explorer with Root support and Xml editing support (I used Solid Explorer)
Basically, go to /data/cust/xml/
And find this file
multiwindow_whitelist_apps.xml file
whichever​ app you want to add, you just add this line of code in the above file before the comments section in the code
<mw_app package_name="xxxxxx"/>
xxxxxx = package name of the app.
Package name can be found in "/data/app" folder
Restart the device.
Now wherever you open the app just long press the multiwindow button and your app will open in multi window
Screenshots will make it clear
I hope this helps. Kindly do the above at your own risk. It worked for me, might brick for you
Click to expand...
Click to collapse
I have been searching for something like this since longer. Thanks a lot OP will report asap

Enable Hidden Features on A750FN/DS [Oreo](24.06.19)

Iam not a good thread maker so i will try to write everything as simple as i can.
Few days ago i bought and switched to A7 2018 from A5 2017, which was/is still an excellent phone to me.
On A5 i was on Oreo and on A7 i am and will be still on Oreo. Not planning to test this on Pie, but be my guest and try it on Pie, some stuff should work. Report if it does.
On A5 i made a similar thread to enable some features, but it was much easier to do because i had a CSC folder instead of ODM folder which has some files encrypted and you need them decrypted to proceed. And there is no flashable zip, you will need to do all on your phone, except decrepitng some files which you will need to do on your pc, and then put back and overwrite the same files on your phone and give necessary permissions.
First of all iam not a developer and i dont know anything about developing.
This is just enabling some features that were allready there in the phone through some lines on some files in ODM/OMC folder and some lines implemented in the stock floating_feature.xml file.
Never delete floating_features.xml file from your phones etc folder and dont touch permissions (0644), or your phone wont boot up. You just need to edit them and save.
Iv tested only on stock A750FNXXU1ASA4 OREO, which was only rooted and nothing else was modified.
The features you should get if everything goes right are:
1. Floating messages (option in Advanced features)
2. Record calls in (phone options)
3. Show network speed (option in status bar)
4. Data Usage Notification (option in data usage)
5. Camera Shutter sound on/of (in camera options)
6. ScreenRecord (options accessible from QPannel and Advanced Features)
7. S Bike Mod
8. Places option on keypad
9. Caller ID spam protection (in phone option)
9. LiveMessages in samsung keyboard
10. S PowerPlanning (Device Maintenance/battery)
11. HomeMode(screensaver option)
12. S Pen features( needed if you ever find working AirCommand).
13. In Samsung video options, but in option that apear when you press play on video,
you should see Video Enhancer option. Download Samsung video from Galaxy apps.
14. Multiuser support
15. Dolby Atmos dual speaker (works with speaker not just with earphones)
Anyway...
I f you dont know anything about floating_features.xml or bulid.prop or ODM/OMC folders and editing them, then dont try this beacuse I won't be held accountable if something happens to your phone if you loose your data or go into bootloop! So Dont Forget to Backup your Phone!
INSTRUCTIONS:
1.You have to be ROOTED offcourse and have a file manager like RootExplorer or simillar.
2. Now you need to copy from root of your phone two files from your contry ODM/OMC folder that your phone/SIMcard uses. It must be from your contrys ODM/OMC folder no other ones. The files are cscfeature.xml and cscfeature_network.xml After you decrypt them put them back in your phone and overwrite the ones inside your contry ODM/OMC folder and give permission 0644.
After that open in text editor with your Root Explorer cscfeature.xml file and on the bottom insert the lines that you can see in the attachment, then save and restart the phone.
To decrypt cscfeature.xml files follow this thread:
https://forum.xda-developers.com/android/software/decode-encode-omc-files-omc-decoder-t3791471
3. Now open your floating_feature.xml which is located in system/etc folder and just edit/enter on the bottom of the file lines that you can see in the attachment, save and restart the phone. Dont do nothing else with this file just insert the lines then save and restart the phone. If you delete it you will go in to bootloop.
4. Now open your build.prop and on the bottom of the file enter lines that you can see in the attachment, save and restart the phone.
5. Now copy all files in system from the attachment and put them in their corresponding places.
Give perrmission for folder 0755 and 0644 for files.
Thats it!
I hope it works for you like it did for me.
Il try to answer any questions, when i have free time.
And if you all have problems doing this i will make a video tutorial when i have free time.
Does this tutorial applies to a7 2018 with android pie? I mean do I have to decrypt those files? I just want to enable call recording.
Adutz1 said:
Does this tutorial applies to a7 2018 with android pie? I mean do I have to decrypt those files? I just want to enable call recording.
Click to expand...
Click to collapse
Yes you have to decrypt and it works on android pie
@kraken77 Can you help me to decrypt those two files if i send them to you? I have problems installing python
I only want to enable call recording
Adutz1 said:
@kraken77 Can you help me to decrypt those two files if i send them to you? I have problems installing python
I only want to enable call recording
Click to expand...
Click to collapse
Okay upload the file. Will decrypt it if i got some time tomorrow. Easiest way is by using firefds xposed module. Youll see call recording setting under phone section.
So can I enable only call recording without decrypting those files? I've did it on my s8, just copied the csc code into build.prop...it will work on this device too?
Some more features if anybody is interested.
Its for Pie
https://forum.xda-developers.com/android/general/samsung-additional-features-t3930900
This works for Galaxy S10e?

Categories

Resources