Add flagship features to any ROOTED OneUI phone!

Search This thread
Thank you for that, but how to do for install app like system without touch at system ?
I want to install system app but I'm out of place in my system partition.
I dont have empty space in my system partition either but the magisk module works, inspect the module's file structure. I have its source code right there and you can place any file in system on boot via magisk but as soon as you remove the module/magisk stops working rebooting will revert the changes so you could easily revert any changes incase you break anything
 

EnzoPlesi49

Member
May 1, 2023
22
4
Samsung Galaxy A12
Je n’ai pas non plus d’espace vide dans ma partition système, mais le module magisk fonctionne, inspectez la structure de fichiers du module. J’ai son code source juste là et vous pouvez placer n’importe quel fichier dans le système au démarrage via magisk, mais dès que vous retirez le module / magisk cesse de fonctionner, le redémarrage annulera les modifications afin que vous puissiez facilement annuler les modifications au cas où vous cassez quelque chose
Thank you very much, but how app can be installed in system partition if there is not place in the system partition ?
I have just to remplace the folder magisk module with my apk for install app in my system partition ?
 
  • Like
Reactions: gk98s

InfamousMykol

Senior Member
1) I followed all steps to install SmartManagerCN and DailyBoard but when I rebooted they aren't installed, then I installed mannualy and they are now installed as user applications.. how to fix?
2) I have on my S10+ Oneui 5.1 rom based on s21 FE, when I tried to flash S22 file to use Expert Raw it detects my device as S21 FE and I had wioe everything cause system crashes, what should I do?
 

Ferchurito

Senior Member
Mar 31, 2019
157
25
Samsung Galaxy Tab 3 10.1
Moto E
Does the japane bootlogo and bootani work indeed? I ask because as far as Im concerned, this files should be adjusted to the resolution of the phone being used. Or do these files automatically adjust to each devices own resolution?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 3
    In this tutorial I will show you how to add more features to any ROOTED OneUI phone!

    Note: I assume you know how to edit system files via a root explorer and know the permissions for files and folders.

    So let's get started!

    1- DailyBoard:
    This is a feature exclusive on Galaxy Tab series that we are going to get on our device, what is does it shows some info when the phone is charging:
    First put the permission file: http://www.mediafire.com/file/8t57c...issions-com.samsung.android.homemode.xml/file to /system/etc/permissions
    and then put latest apk https://www.apkmirror.com/apk/samsung-electronics-co-ltd/samsung-daily-board/ to /system/app/DailyBoard (a folder you should create in /system/app) and finally add line <SEC_FLOATING_FEATURE_COMMON_CONFIG_DAILYBOARD>TA</SEC_FLOATING_FEATURE_COMMON_CONFIG_DAILYBOARD> to /system/etc/floating_feature.xml.

    2- Japan "Galaxy" boot animation:
    This is a Exclusive Samsung boot animation that is very clean... it shows only the word Galaxy with a nice animation:
    To do it simply install https://drive.google.com/file/d/1tuvG2CQ4a6TwQm8Va3tPb8QMI9DnJCPy/view?usp=drivesdk unpack then copy the three files to /system/media.

    3- AirCommad:
    The SPen feature we all know about, note: you will need launch it first from a root app also called AirCommand found on your app drawer and wait for the magic to happen:
    Simply download https://drive.google.com/file/d/1n3QWteEWMOG_YgT3w444cIUW8Oe7LnWE/view?usp=drivesdk and unpack each folder to its location from the folder given (priv-app to priv-app and etc/permissions to etc/permissions).
    Update: To fix SPen settings crash add this https://drive.google.com/file/d/1Nt2EZti2HSuoOHnQPD2zvG9UxD-qA6uX/view?usp=share_link to /system/etc/permissions.

    4- Wifi Security Detection:
    What it does is that it detects the security of the connected wifi network:
    Download this apk https://drive.google.com/file/d/1CCmjfrwYEIuzLW0-ss2RUgg91Xmt7fZV/view?usp=drivesdk then paste it to /system/priv-app/TencentWifiSecurity (a folder you should create in /system/priv-app).

    5- S22 ringtones and wallpapers (video wallpapers included)
    If you have pre-2022 Samsung phone you can try out the new ringtones, also you can enjoy S22 wallpapers
    Just replace the apk file https://drive.google.com/file/d/1o6IpSmyWoZa9VMAT-0x3zd6rtM7-ZsEx/view?usp=drivesdk found in /system/priv-app/wallpaper-res/wallpaper-res.apk and for the ringtone replace /system/media/audio/ringtones/SoundThemes/Galaxy/Over_the_Horizon.ogg with the new one https://drive.google.com/file/d/1-7FTSV91syHS8NydXbLtgt3joOruk5Bd/view?usp=drivesdk

    6- Unlock all single take modes:
    Single take mode has many features that Samsung hides from us A series users:
    open /system/cameradata/camera-feature.xml and file the lines under <!-- Single take lite features-->
    and change any that has false value to true for example change <local name="SUPPORT_SINGLE_TAKE_REWIND_VIDEOS" value="false" /> to <local name="SUPPORT_SINGLE_TAKE_REWIND_VIDEOS" value="true" />.

    7- Bixby Touch
    A weird Bixby App I found, I don't know if it even works 100%, but if you want to give it try go ahead:
    First add download the latest apk from https://www.apkmirror.com/uploads/?appcategory=bixby-touch and add it to /system/priv-app/BixbyTouch (a folder you should create) then add https://drive.google.com/file/d/17q9FwpVpb_IQOl0yyubeSkoJmtJPnjs2/view?usp=drivesdk to /system/etc/permissions, also add this https://drive.google.com/file/d/1jJGbN2P2ySK2W_VKYarGZZrqzAj3i2kh/view to /system/etc/sysconfig after that add this line <SEC_FLOATING_FEATURE_COMMON_SUPPORT_BIXBY_TOUCH>TRUE</SEC_FLOATING_FEATURE_COMMON_SUPPORT_BIXBY_TOUCH> to /system/etc/floating_features.xml.

    8- Samsung Dex on phone screen
    If you have ROM with Dex support you can use Dex on your device screen locally without need of external screen just like in Galaxy Tab S series:
    Add "standalone" to the line in /system/etc/floating_features.xml <SEC_FLOATING_FEATURE_COMMON_CONFIG_DEX_MODE>dual,wireless,dexforpc</SEC_FLOATING_FEATURE_COMMON_CONFIG_DEX_MODE> so it becomes <SEC_FLOATING_FEATURE_COMMON_CONFIG_DEX_MODE>dual,wireless,dexforpc,standalone</SEC_FLOATING_FEATURE_COMMON_CONFIG_DEX_MODE> and then after applying change go to dex you will see extra option in three dot menu click it and toggle Dex and BOOM! Samsung Dex powering on in your phone's screen.

    9- Taskbar (from tablets and foldables)
    You can get the Taskbar feature from fold and tablet devices on your regular phone running OneUI 5 beta by adding this: <SEC_FLOATING_FEATURE_LAUNCHER_SUPPORT_TASKBAR>TRUE</SEC_FLOATING_FEATURE_LAUNCHER_SUPPORT_TASKBAR> your floating_features.xml.

    10- Object Eraser Features
    You can get Object Eraser with its features on your phone by adding https://drive.google.com/file/d/100CzKPLja-2p-aCYTcMGmSA6O1_dUWyX/view?usp=drivesdk to /system/app/GalleryShadowEraser, https://drive.google.com/file/d/101ZqyRnD5zbV1e5ce6nOwurjRTxgNu7L/view?usp=drivesdk to /system/app/GalleryReflectionEraser and https://drive.google.com/file/d/10-FNFkYnWiJz29Gy7hR72LfztBaWJc0e/view?usp=drivesdk to /system/app/GalleryObjectEraser, then replace your /system/priv-app/PhotoEdtor_Mid/PhotoEdtor_Mid.apk with this: https://drive.google.com/file/d/10H-LNBgpjrwgg8UyYlr62WthWlRe_A-G/view?usp=drivesdk, and then you will get Object Eraser in your photo editor as you would get on a flagship.

    11- Open Secure Folder from side key (power button)
    This unlocks more features for secure folder that I will look into that need more apk files, but for now it adds option by double pressing the power button in side key settings under advanced features, to enable just add these lines to your cscfeatures.xml:
    <CscFeature_Common_SupportPrivateMode>TRUE</CscFeature_Common_SupportPrivateMode>
    <CscFeature_Gallery_SupportAliveZoom>TRUE</CscFeature_Gallery_SupportAliveZoom>
    <CscFeature_Sip_ConfigAlivePrediction>multilingual</CscFeature_Sip_ConfigAlivePrediction>


    12- China Smart Manager
    It is an exclusive version of Samsung's device care for Chinese Samsung phones, it has more features and nicer UI to do it,
    First delete original device care (smart manager) folder: /system/priv-app/SmartManager_v5 and then download china device care apk https://www.apkmirror.com/apk/samsu...china/smart-manager-china-14-0-01-13-release/ and create a new folder called SmartManagerCN in /system/priv-app and add the apk in it and also rename it SmartManagerCN, after that is a very important step to make it work: open your floating_feature.xml file and find the line with SEC_FLOATING_FEATURE_SMARTMANAGER_CONFIG_PACKAGE_NAME add replace com.samsung.android.lool with com.samsung.android.sm_cn so that the line looks like this: <SEC_FLOATING_FEATURE_SMARTMANAGER_CONFIG_PACKAGE_NAME>com.samsung.android.sm_cn</SEC_FLOATING_FEATURE_SMARTMANAGER_CONFIG_PACKAGE_NAME> now the new smart manager should work!

    13- Expert RAW
    [This may not work on all devices due to missing hardware capability] It is a Samsung app for flagship samsung devices that extends the capabilities of the Samsung Camera app, it is only available to flagship Samsung devices if you want to enable it:
    First spoof your device as a flagship device that is supported by expert raw using a Magisk module (there are many magisk modules that do that such as this one: https://t.me/OneUi_Mods/9945) and then in your floating_feature.xml file add this line: <SEC_FLOATING_FEATURE_CAMERA_CONFIG_GALAXYRAW_PLATFORM_VERSION>13.02.01</SEC_FLOATING_FEATURE_CAMERA_CONFIG_GALAXYRAW_PLATFORM_VERSION> and after applying these modifications install the expert raw app and see if it works.

    This is not it... I will add more features to this guide when I have the time and discover new features so keep and eye on this thread, I keep it updated.

    I hope you find this guide useful and enjoy these features and mods!
    1
    If anyone is having any problem adding these features please let me know, also if anyone knows more features let me know so that I can add them and give you credits.
    1
    you can make a magisk module for it and install it without touching the system directly
    Alright I'll try that and update you if it fails
    1
    Update 1/17/2023:
    Added steps to add Chinese Device care
    1
    Je n’ai pas non plus d’espace vide dans ma partition système, mais le module magisk fonctionne, inspectez la structure de fichiers du module. J’ai son code source juste là et vous pouvez placer n’importe quel fichier dans le système au démarrage via magisk, mais dès que vous retirez le module / magisk cesse de fonctionner, le redémarrage annulera les modifications afin que vous puissiez facilement annuler les modifications au cas où vous cassez quelque chose
    Thank you very much, but how app can be installed in system partition if there is not place in the system partition ?
    I have just to remplace the folder magisk module with my apk for install app in my system partition ?