Related
This app allows you to create shortcuts for any system setting on your device.
Basic actions are also available to toggle a few things. These basic actions currently include:
Toggle Quiet Hours
Toggle Rotation Lock
Toggle Unlimited Screen Timeout
Toggle Active Display
Advanced users!
Change any checkbox preference, list preference, or color preference for your ROM that has a system setting link.
For example:
https://github.com/AOKP/frameworks_base/blob/kitkat/core/java/android/provider/Settings.java
https://github.com/omnirom/android_...-4.4/core/java/android/provider/Settings.java
https://github.com/CyanogenMod/andr...10.2/core/java/android/provider/Settings.java
https://github.com/ParanoidAndroid/...jb43/core/java/android/provider/Settings.java
Here lie some settings projects with values you can use if you're running these respective ROMs.
The "Advanced Shortcut" will ask for a few inputs. For example:
"quiet_hours_haptic" > checkbox ? Yes.
And each click will cycle the setting on/off.
Or, you can input "quiet_hours_haptic" > checkbox ? No > 1
To turn the setting ON no matter what state it's in.
Currently, SECURE settings are unsupported for KitKat
Only SYSTEM settings will be accepted.
SECURE settings can be modified if you have root access on Android 4.3 and lower.
Special thanks to Stericson for his RootTools library:
https://github.com/Stericson/RootTools
A donate version is available via the Play Store. Currently both versions are the same.
Recent Changes:
===2.2.1===
-AOKP Color settings fix
-ICS (4.0) support
===2.2.0===
-Small AOKP Settings Table Check to grant access to only applicable settings
-Screen Timeout now accepts two values (set both to the same if you want ONE action)
-Active Display Toggle for ROMs that support it
===2.0.0===
-AOKP Settings Table Support!
===1.2===
-Check Developer Options before Advanced Shortcuts
-Add Quiet Hours Toggle
-Add Rotation Lock Toggle
-Add Screen Timeout Toggle
(Toggle between user-picked 15/30 seconds / 1/2/5/10/30 minutes and UMLIMITED screen timeout)
===1.1.1===
Secure Settings for JellyBean and below
(ROOT required)
===1.0===
Initial release
XDA:DevDB Information
ADVANCED SETTINGS SHORTCUT
Contributors
Jubakuba
Version Information
Status: Stable
Current Stable Version: 1.1.1
Created 2014-01-29
Last Updated 2014-01-29
Mine.
First update released. Should be final for some time.
Allow Secure Settings modifications for JellyBean and below.
I just picked up the play store version. no idea what I'm going to do with this yet but it looks cool and I like to play
PhilDX said:
I just picked up the play store version. no idea what I'm going to do with this yet but it looks cool and I like to play
Click to expand...
Click to collapse
D'aw. You didn't have to do that Phil =] thanks.
Edit: AOKP Added, nvm.
Updated. Play store should refresh soon. New APK here already.
:highfive: yay, kit's first play store app! i bought it before i even tested it. (try refunding that one, beeotch )
(who would settle for the xda version anyway? play version auto updates!)
anyway, seems very cool, and i'm excited to see where this app goes!
Chamber of Secrets? Looks pretty cool! Nice work
dankoman said:
:highfive: yay, kit's first play store app! i bought it before i even tested it. (try refunding that one, beeotch )
(who would settle for the xda version anyway? play version auto updates!)
anyway, seems very cool, and i'm excited to see where this app goes!
Click to expand...
Click to collapse
You're bad and you should feel bad =P
Thanks buddy.
TheBr0ken said:
Chamber of Secrets? Looks pretty cool! Nice work
Click to expand...
Click to collapse
Practically. Minus Secure Settings (KitKat).
Plus aokp's settings table integration.
The additional toggles are rewritten as well to use publicly documented APIs and, again, integrate with AOKP's settings table.
So...slightly less powerful than the Chamber.
Even more so once the chamber integrates with the custom tiles to create settings resolvers.
Thanks.
Cool, I have a new toy. Thank you J.
doesn't seem to work with MOAR 8.0 rom, can't find the program shortcut in apps drawer. it does show up in settings>app manager though.
i really got excited when i found this in play store! purchased, but clicked refund when it didn't show in app drawer.
am i missing something? or just not compatible with my rom?
SCH-I535 Galaxy S3
4.3 JB / VRUCML1 OTA firmware /VERIZON
rooted with saferoot / flashed in safestrap
MOAR 8.0 / Xposed Framework
joemichaels239 said:
doesn't seem to work with MOAR 8.0 rom, can't find the program shortcut in apps drawer. it does show up in settings>app manager though.
i really got excited when i found this in play store! purchased, but clicked refund when it didn't show in app drawer.
am i missing something? or just not compatible with my rom?
SCH-I535 Galaxy S3
4.3 JB / VRUCML1 OTA firmware /VERIZON
rooted with saferoot / flashed in safestrap
MOAR 8.0 / Xposed Framework
Click to expand...
Click to collapse
If you long-press the home screen in most launchers you can access shortcuts. Some launchers require you to open the "widgets" tab. But you'll find it in one of those places...
It doesn't have an app-drawer shortcut since there's no need to launch an app activity with it =]
Help
I'm a newbie. So I can't use the tool
Please can someone help me to toggle cell broadcast receiver on/off on aosp message com.android.mms?
Jubakuba, could you please confirm that with this app, under the "advanced shortcut" option, you can:
- select a preference listed in the setting.java file (and those preferences are all the preferences also present in the "settings" app)
- create a number of shortcuts for the selected preferences to toggle or values to cycle through (i.e. I want brightness to be either 10 or 20 or 100)
If this is correct I bet this app could be the base for a killer application in android as Tasker is...provided that you give more examples and give the set (may be in the four settings.java files you mention) of the preferences we're entitled to use.
Cutting a long story short: between you and the success there is...a clear tutorial. And I'm looking forward to reading it !!!
I suspect I've not been direct enough in my previous post, let me re-phrase it:
I'm not finding on my phone (xperia m 4.1.2 rooted) the file settings.java: can I still use the "advanced option" in the app ? Which is the actual name of the file I need to search instead of settings.java ? Any suggestion about how to decompile it ?
the gladiator said:
Jubakuba, could you please confirm that with this app, under the "advanced shortcut" option, you can:
- select a preference listed in the setting.java file (and those preferences are all the preferences also present in the "settings" app)
- create a number of shortcuts for the selected preferences to toggle or values to cycle through (i.e. I want brightness to be either 10 or 20 or 100)
If this is correct I bet this app could be the base for a killer application in android as Tasker is...provided that you give more examples and give the set (may be in the four settings.java files you mention) of the preferences we're entitled to use.
Cutting a long story short: between you and the success there is...a clear tutorial. And I'm looking forward to reading it !!!
Click to expand...
Click to collapse
the gladiator said:
I suspect I've not been direct enough in my previous post, let me re-phrase it:
I'm not finding on my phone (xperia m 4.1.2 rooted) the file settings.java: can I still use the "advanced option" in the app ? Which is the actual name of the file I need to search instead of settings.java ? Any suggestion about how to decompile it ?
Click to expand...
Click to collapse
Sorry for the slow response, this thread is on my backburner apparently and have completely forgotten about it.
Anyway, yes. That can be done.
Your rom is from an OEM, so it isn't open-source...
But you can surely use the values in AOSP, or find the ones being used by your phone via a settings.db viewer.
data/data/com.android.providers.settings/databases/ on you phones file system will have settings.db files...
Not sure what you'd use to look...but RootExplorer, for example, has a basic viewer.
Finding the values, examples, etc...however...isn't something I can do for you.
This is a very advanced app for the advanced shortcut users...and you really just have to know what you're doing, or figure it out.
For your example (just found a settings.java file for Slim, but this is an AOSP key and I highly doubt your phone's OEM has changed the AOSP keys for existing settings).
https://github.com/SlimRoms/frameworks_base/blob/kk4.4/core/java/android/provider/Settings.java
Code:
/**
* The screen backlight brightness between 0 and 255.
*/
public static final String SCREEN_BRIGHTNESS = "screen_brightness";
So if you wanted a toggle between 0/50/100% brightness...
Advanced Shortcut > screen_brightness > not a checkbox > 0,128,255
255 isn't divisible by 2, and int values (the values being used here) don't accept decimals.
So round up to 128.
Very useful solution for toggling Quiet Hours
This app is fantastic. It is the only solution I've found for toggling Quiet Hours using Tasker (and AutoShortcut). I look forward to finding more uses. Thank you for this.
In my case, I use the "Advanced Shortcut" option and use QUIET_HOURS_FORCED as the settings string. This can be set to either 1 or 0 and will enforce quiet hours no matter what the time settings are. Works great. I'm on a nightly build of CM11.
Hellow how can i find shortcuts for stock andorid? i want the shortcut (turn off all sounds) witch is found in accessibility > hearing
Still available ?
Hi !
This is exactely what i need but i d'ont find the application in Play Store and the download version available here is a zip file instead of apk. How can i install it on my phone plz ?
thx.
I did not see this here and just came across this on xda and wanted to share it with the Verizon group.
****This is not my work, just sharing.*****(from here)
To enable these you will need root, a root explorer and text editor.
Simply navigate to system/csc/Features.xml and add the corresponding line to the end of the file but before the very last few lines that say </feature> and </Samsung>
(if this file does not exist, create the csc folder in system and a txt file within it then change the name to features.xml and add the correct lines and save) if this does not work you can try the same method with Others.XML in the same folder
*Make sure you make backups of the stock files in case there are issues.*
Enable WiFi calling in phone settings:
Code:
<CscFeature_Setting_SupportWifiCall>TRUE</CscFeature_Setting_SupportWifiCall>
Enable native voice call recording(maybe illegal is some countries):
Code:
<CscFeature_VoiceCall_ConfigRecording>RecordingAllowed</CscFeature_VoiceCall_ConfigRecording>
Enable shutter sound switch in camera settings(maybe illegal is some countries):
Code:
<CscFeature_Camera_ShutterSoundMenu>true</CscFeature_Camera_ShutterSoundMenu>
Enable camera during call:
Code:
<CscFeature_Camera_EnableCameraDuringCall></CscFeature_Camera_EnableCameraDuringCall>
Enable manual rotation option in gallery:
Code:
<CscFeature_Gallery_AddAutoRotationIcon>true</CscFeature_Gallery_AddAutoRotationIcon>
Continuous music while using camera:
Code:
<CscFeature_Camera_CamcorderDoNotPauseMusic></CscFeature_Camera_CamcorderDoNotPauseMusic>
Enable scheduled messaging option in messaging app:
Code:
<CscFeature_Message_EnableScheduledMessage>true</CscFeature_Message_EnableScheduledMessage>
<CscFeature_Message_EnableScheduledMsgBox>true</CscFeature_Message_EnableScheduledMsgBox>
Enable exit buttons in default browser:
Code:
<CscFeature_Web_AddOptionToTerminate>true</CscFeature_Web_AddOptionToTerminate>
Enable 2nd symbol keys on stock keyboard:
Code:
<CscFeature_Sip_UseSymbolInCMKey>true</CscFeature_Sip_UseSymbolInCMKey>
<CscFeature_Sip_EnableSymbolInSecondary>de;en_US;en_GB</CscFeature_Sip_EnableSymbolInSecondary>
Enable VoLTE Support: Thanks to IakobosJ
Code:
<CscFeature_RIL_SupportVolte>true</CscFeature_RIL_SupportVolte>
<CscFeature_IMS_EnableVoLTE>true</CscFeature_IMS_EnableVoLTE>
Remove NFC enabled icon in the status bar: Thanks to evonc
Code:
[COLOR="Red"]Delete line[/COLOR] : <CscFeature_NFC_StatusBarIconType>DEFAULT</CscFeature_NFC_StatusBarIconType>
ADDED 21/04/15
Sort app draw alphabetically:
Code:
<CscFeature_Launcher_EnableViewByAlphabetAsDefault>true</CscFeature_Launcher_EnableViewByAlphabetAsDefault>
I Hope this helps someone out,
Big Thanks to this post for the info, there are many more in the original post but these are the only ones I've tried and have worked so far,
and IakobosJ for his help in the wifi calling thread
Click to expand...
Click to collapse
I also just tried these from this post, i included my feature file. You could just rename yours and use this one..... if you want to.
Thanks, will use these later.
Did anyone verify that WiFi Calling is functioning?
Not sure if Verizon has that feature turned ON on the network side.
milan03 said:
Did anyone verify that WiFi Calling is functioning?
Not sure if Verizon has that feature turned ON on the network side.
Click to expand...
Click to collapse
Doesn't work. It enables a box that you can check WiFi calling but it does nothing. Heard later this year they may implement it.
Advanced HEX editor with powerful macro system
Program designed for viewing and editing binary files. App contents tools for editing, searching, working with symbolic labels. Built-in macro system help cope with any task, the solution of which is not provided by built-in tools.
Main features:
-Fully customizable viewing
-Supporting of 8 encodings
-Ability to work in multiple files
-Working with symbolic labels
-Built-in macro system
-Ability to create own actions and link them with macro
-Help with a detailed description of the features
At the moment, this is the first release version, so please do not judge strictly. If you have suggestions for further development of the program, please contact me.
Link on Google Play: https://play.google.com/store/apps/details?id=com.myprog.hexedit
New version
Max in row option
Small fixes and optimizations
New version on Google Play
New dialog - viewing settings. All configure viewing options will be in this dialog.
New option - Addr length
Thanks for this app.
Enjoy it!
First Row said:
Enjoy it!
Click to expand...
Click to collapse
It would be nice if you could create a tutorial on how to use it ...
JoshDaWhite said:
It would be nice if you could create a tutorial on how to use it ...
Click to expand...
Click to collapse
App contains the 'Help' (you may find it in menu). Please tell me, if you will find errors of translation or if I missed something and i'll make change in the help in next versions. I think, help explains the main points of app usage.
Mrinal Roy said:
Definitely need a tutorial dude.....you can edit this post and add it here.
Click to expand...
Click to collapse
I haven t used hex editors for years...sorry.
New version
The ability to not display addresses/text sections
Scrolling with mouse supporting
New version
-Improvements of file manager
-Characters limit option (may be disabled in 'view mode')
-Some fixes and optimizations
New version
-Ability to works with multiple sd cards
Oh, thanks for making this app!
It would be so great to let the user specify the path to a file to edit!
I mean, if you don't have read permissions for a folder, but can access a file inside it, that's the best way to go, I think.
What do you think?
Does the macro system have compatibility with ASM(ASseMbly) code? If not, could you add it?
This app creates a private clipboard that cannot be read by other apps.
It doesn't need any permission to run.
It needs Android 6 (Marshmallow) or newer.
You can download the apk from the site: https://easyjoin.net/my_other_apps.html
To copy text to your private clipboard:
Select the text to be copied.
In the context menu, select the icon to see further options - normally a three-dots icon.
Choose "Copy to PClip".
To paste text from your private clipboard:
Select the text to replace. If you don't want to replace an existing text you need to write a couple of characters and select them.
In the context menu, select the icon to see further options - normally a three-dots icon.
Choose "Paste from PClip".
To view/manage clipboard history:
Choose the icon at the top right of the main page.
Or, choose "PClip history" in the context menu.
Or, use the quick settings tile.
Powered by EasyJoin.net
There is a paid version that offers a few extra things, like the private notes, the black theme and possibility to paste to editable fields that don't offer the "three dots" menu: "Secure Clips".
If you want to auto-sync clipboard between your devices you can use EasyJoin "Pro". Also works on Android Q using private clipboard.
Very cool, thanks! Didn't even realize I needed this til I saw it. That's an indication of a useful app, imo. It took a bit of experimentation to figure out because the 'copy' and 'paste' look the same (screenshot).
TiTiB said:
It took a bit of experimentation to figure out because the 'copy' and 'paste' look the same (screenshot).
Click to expand...
Click to collapse
LOL every android device is a unique case. The complete strings are "Copy to Private Clipboard" and "Paste from Private Clipboard".
Useful in an immense manner. Thanks for backporting this to devices that aren't on 10! Great idea
TiTiB said:
It took a bit of experimentation to figure out because the 'copy' and 'paste' look the same (screenshot).
Click to expand...
Click to collapse
Strings of version 2 (PrivateClipboard 1.0-2.apk) are entirely visible? Or should i have to remove "to" and "from"?
Is there a way of utilising it from the address bar in chrome say? As I get another default cut/cut/paste menu there.
Sent from my Redmi Note 5 using Tapatalk
easyjoin said:
LOL every android device is a unique case. The complete strings are "Copy to Private Clipboard" and "Paste from Private Clipboard".
Click to expand...
Click to collapse
Samsung Galaxy Tab S5e (SM-T720), btw
does it work on miui?
Cool, so far it works great!
OP5T android 9
Great thanks!
Very helpful as second clipboard.
TiTiB said:
Very cool, thanks! Didn't even realize I needed this til I saw it. That's an indication of a useful app, imo. It took a bit of experimentation to figure out because the 'copy' and 'paste' look the same (screenshot).
Click to expand...
Click to collapse
This problem reminds me of this Android 10 'feature': "However, apps that have a long name and multiple targets (like ES File Explorer in the screenshots above) may suffer. The target's title doesn't display so you may not know which section of the app you're sharing to." https://www.androidpolice.com/2019/...apps-that-try-to-game-the-alphabetical-order/
SGH-i200 said:
This problem reminds me of this Android 10 'feature': "However, apps that have a long name and multiple targets (like ES File Explorer in the screenshots above) may suffer. The target's title doesn't display so you may not know which section of the app you're sharing to." https://www.androidpolice.com/2019/...apps-that-try-to-game-the-alphabetical-order/
Click to expand...
Click to collapse
I like what the new feature sounds like, without ever having used it. I guess devs might have to go with shortened/abbreviated names if there are multiple targets?
TiTiB said:
I like what the new feature sounds like, without ever having used it. I guess devs might have to go with shortened/abbreviated names if there are multiple targets?
Click to expand...
Click to collapse
I think they don't have to include the app name but only the action name, since the app name is always shown as 'title' of the action. But a shorter action name is always a good idea as can be seen in the changelog of 'Private Clipboard'!
easyjoin said:
Versions
PrivateClipboard 1.0-2.apk
- Strings "Copy to Private Clipboard" and "Paste from Private Clipboard" replaced from "Copy to MyClip" and "Paste from MyClip" because the original strings was not entirely visible in some devices
Click to expand...
Click to collapse
xbdy said:
is the source code available? can't really see me change to an app which can read everything I copy if I don't know what it's really doing.
Click to expand...
Click to collapse
free up:good:
Can't get it to paste, only copy!
I using a heapy Alcatel A501DL from TracFone w Android 8.
I can use the dots to get it to copy to pvt clip, but when I try to paste therea no option. Also, opening the app just gives a blurb, no settings or options. what wrong?
I'd like to point out that this app doesn't seem to integrate well with Telegram (and maybe even other apps). The copy/paste to MyClip options simply don't appear, when selecting some text in Telegram. The button bar that appears after selecting some text in Telegram (the bar with the normal "Copy", "Cut", "Paste" buttons) is white, while in other apps (in which Private Clipboard works) it's dark. This has something to do with it, I guess.
Tomoms said:
I'd like to point out that this app doesn't seem to integrate well with Telegram (and maybe even other apps). The copy/paste to MyClip options simply don't appear, when selecting some text in Telegram. The button bar that appears after selecting some text in Telegram (the bar with the normal "Copy", "Cut", "Paste" buttons) is white, while in other apps (in which Private Clipboard works) it's dark. This has something to do with it, I guess.
Click to expand...
Click to collapse
It seems that in Telegram they have changed the standard context menu but forgot/decided not to implement the standard Android APIs.
Does Private Clipboard protect you from malicious/spying apps usung tje clipboard hol
Does Private Clipboard protect you from malicious/spying apps usung the clipboard hole?
I heard ALL apps can see the clipboard's contents, whether in the background, or having any reason to see it, then send out its contents to that app's spying makers.
Is this a truely separate clipboard or just a second one? One guy commented that he liked it for being a 2nd clipboard, so it made me think.
xbdy said:
is the source code available? can't really see me change to an app which can read everything I copy if I don't know what it's really doing.
Click to expand...
Click to collapse
+1
err on the side of kindness
mrrocketdog said:
err on the side of kindness
Click to expand...
Click to collapse
What is the meaning of this sentence?
In this tutorial I will show you how to add more features to OneUI ROMs (preferably latest RayOS ROM)!
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/permissionsand 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)
Because why not have the latest stuff from Samsung: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=drivesdk6- 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 the apk https://drive.google.com/file/d/1MWZfGmxxetFRMyJ9D2n5hBGF3AmJKvM2/view?usp=drivesdk 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, 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
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 (RayOS S21 FE port) /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 A52 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.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!
Always nice to see people sharing their knowledge. Good work.
ShaDisNX255 said:
Always nice to see people sharing their knowledge. Good work.
Click to expand...
Click to collapse
Thanks, if you want any new feature ideas and how to add them to OneUI feel free to ask me and I can help! It would be cool to have the ROM with so many features that Samsung did not add.
If you find a way to add Video Brightness it'd be really cool.
Does anyone have links to the files? I am looking for the air command ones in particular......they are on Google drive and although I have asked for permission to access the files but haven't been granted access. Thanks
joesnose said:
Does anyone have links to the files? I am looking for the air command ones in particular......they are on Google drive and although I have asked for permission to access the files but haven't been granted access. Thanks
Click to expand...
Click to collapse
Test the links now, I have fixed them.
joesnose said:
Does anyone have links to the files? I am looking for the air command ones in particular......they are on Google drive and although I have asked for permission to access the files but haven't been granted access. Thanks
Click to expand...
Click to collapse
Test the links now, I have fixed them.
Droid365 said:
Test the links now, I have fixed them.
Click to expand...
Click to collapse
Thanks
Photo editor is not working, have you tried it?
What about remaster photo?
Droid365 said:
In this tutorial I will show you how to add more features to OneUI ROMs (preferably latest RayOS ROM)!
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/permissionsand 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).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)
Because why not have the latest stuff from Samsung: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=drivesdk6- 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 the apk https://drive.google.com/file/d/1MWZfGmxxetFRMyJ9D2n5hBGF3AmJKvM2/view?usp=drivesdk 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, 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
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 (RayOS S21 FE port) /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 A52 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.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!
Click to expand...
Click to collapse
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:
after reboot system ui keep restart and syetem ui safe mode ON RAY OS ONE UI 5
tomekcZ53w said:
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:
after reboot system ui keep restart and syetem ui safe mode ON RAY OS ONE UI 5
Click to expand...
Click to collapse
nothing happend to me, i have all features above enabled
I will post new features here https://forum.xda-developers.com/t/add-flagship-features-to-any-rooted-oneui-phone.4534349/ so that more people can see it, also might add A52 specific features here.