FYI: Change the sound played when charger plugged in - Google Pixel 4a Themes, Apps, and Mods

I have used the following to change the sound that is played when the charger is plugged in.
Code:
settings put global wireless_charging_started_sounds "/storage/emulated/0/Notifications/Road Runner - Meep Meep.mp3";
settings put global charging_started_sound "/storage/emulated/0/Notifications/Road Runner - Meep Meep.mp3";
I do the above via a shell, it can also be done via ADB.

@DiamondJohn
Thanks for your advice, has worked excellently on Pixel 4a.
Is it possible via a command to turn off the screen by double clicking on the status bar? My former smartphone Motorola X Play from 2015 had this feature and I miss it.

Jonosch said:
@DiamondJohn
Thanks for your advice, has worked excellently on Pixel 4a.
Is it possible via a command to turn off the screen by double clicking on the status bar? My former smartphone Motorola X Play from 2015 had this feature and I miss it.
Click to expand...
Click to collapse
I use a VERY customize-able launcher. Its called Lightning Launcher, its a paid app but the default setup when you get it is crap. I have used it since Gingerbread and never looked back. BUT you can really do whatever your want. Including adding code. And rotating widgets and/or icons and stretching them etc etc etc
I have put gestures (ie associate code/scripts) which gestures on widgets/hidden hotspots. So, for example, if I click the left hand side of one wide widget, it acts normally and opens the weather details. However, if I click the right side, I run a script that hibernates select apps (basically all ) and then TURNS THE SCREEN OFF. I use this method instead of tapping my power button. Its easier as its on the screen I am using when I want to turn it off,and on a previous phone (Nexus 5) thepower button became notorious for failing on most.
Attached are the the scripts and the config file where I add/edit which apps to hibernate. It also has an include to renice the live wallpaper to the background
I also have it where I swipe up on another widget and it turns AOD on and swipe down turns it off. VERY handy being able to switch it on temporarily when I need to be somewhere on time and want too leave it to the last minute and know how long I got till I have to get moving.
{
"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"
}
I hate posting screen shots of my home screen, as the wallpaper is a live wall paper of the solar system, and its beautiful! as it flys between and orbits planets and sees the earth and its orbiting moon. A static image really does it injustice.
PS: My phone is also a Pixel 4A (non 5g)

Is there a certain command that can bebused in the same way to change Lock and Unlock sounds as well as touch sound? Thanks

nabhse90 said:
Is there a certain command that can be used in the same way to change Lock and Unlock sounds as well as touch sound? Thanks
Click to expand...
Click to collapse
I have not tested it, but I ran a report on all settings using the app TeMeFI and filtered it down to ones that have the word "sound" in it, and this gave the following list:
Code:
File: * LAST UNSAVED RESULTS * SEP=============================;
Include: sound
charging_sounds_enabled=1
sync_parent_sounds=0
lockscreen_sounds_enabled=1
notification_sound=content://[email protected]/external/audio/media/5028
notification_sound_set=1
sound_effects_enabled=1
car_dock_sound=/product/media/audio/ui/Dock.ogg
car_undock_sound=/product/media/audio/ui/Undock.ogg
charging_started_sound=/storage/emulated/0/Notifications/Road Runner - Meep Meep.mp3
desk_dock_sound=/product/media/audio/ui/Dock.ogg
desk_undock_sound=/product/media/audio/ui/Undock.ogg
dock_sounds_enabled=0
dock_sounds_enabled_when_accessbility=0
lock_sound=/product/media/audio/ui/Lock.ogg
low_battery_sound=/product/media/audio/ui/LowBattery.ogg
low_battery_sound_timeout=0
max_sound_trigger_detection_service_ops_per_day=1000
power_sounds_enabled=1
sound_trigger_detection_service_op_timeout=15000
trusted_sound=/product/media/audio/ui/Trusted.ogg
unlock_sound=/product/media/audio/ui/Unlock.ogg
wireless_charging_started_sound=/product/media/audio/ui/ChargingStarted.ogg
wireless_charging_started_sounds=/storage/emulated/0/Notifications/Road Runner - Meep Meep.mp3
So I would say yes. (see lock_sound & unlock_sound). Touch sound may require a magisk module.

DiamondJohn said:
I have not tested it, but I ran a report on all settings using the app TeMeFI and filtered it down to ones that have the word "sound" in it, and this gave the following list:
Code:
File: * LAST UNSAVED RESULTS * SEP=============================;
Include: sound
charging_sounds_enabled=1
sync_parent_sounds=0
lockscreen_sounds_enabled=1
notification_sound=content://[email protected]/external/audio/media/5028
notification_sound_set=1
sound_effects_enabled=1
car_dock_sound=/product/media/audio/ui/Dock.ogg
car_undock_sound=/product/media/audio/ui/Undock.ogg
charging_started_sound=/storage/emulated/0/Notifications/Road Runner - Meep Meep.mp3
desk_dock_sound=/product/media/audio/ui/Dock.ogg
desk_undock_sound=/product/media/audio/ui/Undock.ogg
dock_sounds_enabled=0
dock_sounds_enabled_when_accessbility=0
lock_sound=/product/media/audio/ui/Lock.ogg
low_battery_sound=/product/media/audio/ui/LowBattery.ogg
low_battery_sound_timeout=0
max_sound_trigger_detection_service_ops_per_day=1000
power_sounds_enabled=1
sound_trigger_detection_service_op_timeout=15000
trusted_sound=/product/media/audio/ui/Trusted.ogg
unlock_sound=/product/media/audio/ui/Unlock.ogg
wireless_charging_started_sound=/product/media/audio/ui/ChargingStarted.ogg
wireless_charging_started_sounds=/storage/emulated/0/Notifications/Road Runner - Meep Meep.mp3
So I would say yes. (see lock_sound & unlock_sound). Touch sound may require a magisk module.
Click to expand...
Click to collapse
Nice! Thanks! I will try this. The touch sound is actually named Effect.tick.ogg I believe but still should be possible, thanks for the help!

nabhse90 said:
Nice! Thanks! I will try this. The touch sound is actually named Effect.tick.ogg I believe but still should be possible, thanks for the help!
Click to expand...
Click to collapse
What I am saying, it does not appear to be in the "settings", irrelevant of what its called. As I said, it will be possible using Magisk, I just did not find it in settings.

DiamondJohn said:
the above via a shell, it can also be done via ADB.
Click to expand...
Click to collapse
That's awesome! Do you think it would work the same for all Android phones or is it only for stock Android on Pixels? Asking since Samsung use their own launcher with themed system sounds.
Thanks!

Derbi75 said:
That's awesome! Do you think it would work the same for all Android phones or is it only for stock Android on Pixels? Asking since Samsung use their own launcher with themed system sounds.
Thanks!
Click to expand...
Click to collapse
I have changed to a Custom A11 Rom (Bliss), and it works. This ROM covers multiple devices.

Thank you! Does this method need root access?

Derbi75 said:
Thank you! Does this method need root access?
Click to expand...
Click to collapse
I do it in a boot script, which has root, and everything i test I also default to running as root. Your going to need to test it yourself.

So Boys, how to changing it,I'm locking for the default charging sound, I using Android 11, and not able to know which program to use, also tried some cmd apps from app store, I wanna try to change, to make my own sound at the charging, I Also used Battery Sound Notification ( Device Dooge S97Pro)

Related

[12/9] nueLight3

(2) I’ve been experimenting with new UI interfaces, the latest engine and API I’ve developed aims on blending in with Manila. You can see it in the new beta of nueLight3, which aims to replicate the look and feel of the HTC CommManager – It supports both orientations and uses the same style resources as the HTC comm manager, allowing easy porting of existing skins – it now also has the advantage of being able to use the same resources under multiple resolutions (automatic stretching). Hopefully this allows Windows Mobile to be a little more attractive in the future…. you can download a preview version here (note only the CAB is available right now). As usual, please avoid direct linking and mirroring. It uses the HTCCamera1.dll interface now, so it should be compatible with all HTC devices with flash. In addition, the morse code transmit rates are now calculated automatically based on desired WPM, using the (dit_time = 1200/WPM) “PARIS” method.
{
"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"
}
Note that only the CAB is version 3, also note that this is a beta so there might be some small bugs (ie. high beam is intermittent sometimes)...
http://www.nuerom.com/BlogEngine/post/2008/12/08/nueLight3-and-other-stuff.aspx
Other than the High Beam issue (flashes), it's working looks nice and works great.
Just one question - NET 3.5 required? I only ask because just like with your Power/Backlight CPL item, this crashes once I exit (with the "report this error to MS" crash).
I have NET2 and 3.5 (2 is default)
no2chem said:
all HTC devices with flash...
Click to expand...
Click to collapse
Well...fail... not you, me.
mcw said:
Other than the High Beam issue (flashes), it's working looks nice and works great.
Just one question - NET 3.5 required? I only ask because just like with your Power/Backlight CPL item, this crashes once I exit (with the "report this error to MS" crash).
I have NET2 and 3.5 (2 is default)
Click to expand...
Click to collapse
it shouldn't rely on .net at all. does the error have any specifics?
nuke1 said:
Well...fail... not you, me.
Click to expand...
Click to collapse
heh, well, I can't make hardware magically appear out of nowhere
no2chem said:
heh, well, I can't make hardware magically appear out of nowhere
Click to expand...
Click to collapse
Thats a pitty.
An idea... could you make the application perform the flashes on the screen (fullscreen white light) for devices that do not have flash??
That will make everyone happy
pretty cool application, but my light wont go off, somehow it allows me to exit the program and wont turn the light off for anything, i have to restart my phone to turn it off, the camera app wont come up either. If you could fix this lil bug id use this over the htorch
will this run on any wm device? and version?
BUG - Exit app at instruction screen will cause LED to stay on
As far as the program exit issue: I will try to repeat it and gather/note any details reported or take a screenshot (generally happens upon exit, but hasn't happened since the first time using the app).
I did notice a bug, though (if it's a bug/feature, not sure):
1: Start the application
2: When presented with the notice about sliding finger up to bring up the menu, click the [X] to close it (must set HTC Task Manager to close app when clicking [X])
The LED will now stay on, and no other app will be able to control it (or, in some cases, even start, such as nueLight or hTorch).
moullas said:
An idea... could you make the application perform the flashes on the screen (fullscreen white light) for devices that do not have flash??
That will make everyone happy
Click to expand...
Click to collapse
I 2nd this. maybe instead of the features you have, maybe for us non flash pda's like:
full brightness, half brightness etc.... or something like that?
The app won't start on my HTC Wizard
really cool aaps,...
any qvga version?
Dude! I love this. You ought to contact D-MAN666 and see if it is possible to integrate this into TF3D!
agreeee,.
not bad.
how ever highbeam makes my x1's bright light flash instead of staying on.
also since the rez on my x1 is wvga after going into the about screen and then back the bottom of the background is no longer shown.
im guessing the background can be fixed with a theme edit. but any clues or ideas about highbeam flashing instead of staying on would be cool. unless its supposed to flash.
-G- said:
really cool aaps,...
any qvga version?
Click to expand...
Click to collapse
This also works on qvga devices..
X7510 doesn't take to nueLight
During the installation a warning about the software being developed for an older version of WM appears.
Then it just wouldn't start.
Works great, wondering if you might release a new version. If you do could you just make in program files and not in its own folder.
would you make it compatible with samsung omnia ?
Awesome tool i've been using it for quite a while now. I love the morse-code option.
I have to agree with moullas and wanwarlock to add a feature for none HW flash device's to make it a complete and ultimate flashlite app.

[HOW TO] Enable Auto Rotate for Lockscreen and Google Now Launcher

Hey guys I wrote a little "How To" on this exact same thing over at the Nexus 6 forum and I figured since it works for our Nexus6P also I might as well bring it over.
So here ya go!
This is a "How To" for editing the build.prop to allow lock screen and Google Now Launcher rotation.
This should work for any device and almost any ROM but because ive only tested it on two (Nexus 6 and Nexus 6p) I'm only keeping it under those two forums.
How To
1. Locate "build.prop" in /system using your favorite file explore
2. Open it up and at the bottom add the lines
Code:
log.tag.launcher_force_rotate=VERBOSE
lockscreen.rot_override=true
3. Save your edit and reboot. Profit.
Once the phone reboots your lock screen and Google Now Launcher will rotate with the orientation of the device just like other apps do.
To undo this, simply remove the lines we added
Lock screen rotation still not working for you???
A few users have reported that adding a blank line between the two fixes this issue.
up! fwiw, type the word VERBOSE and not TRUE on the "rotate" line. because, you know, it wants the correct word to work.
this is working great on my N6P. missed this feature with the '12 N7. my phone stays in landscape all day and it's a big PITA to have to either pick up my phone and/or look at it sideways.
{
"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"
}
640k said:
up! fwiw, type the word VERBOSE and not TRUE on the "rotate" line. because, you know, it wants the correct word to work.
this is working great on my N6P. missed this feature with the '12 N7. my phone stays in landscape all day and it's a big PITA to have to either pick up my phone and/or look at it sideways.
Click to expand...
Click to collapse
Thank you for the pictures! I know exactly what you mean about missing the rotation. It was driving me crazy.
Is root required to edit build.prop? My memory is saying yes but just wanted to verify.
wonderrx said:
Is root required to edit build.prop? My memory is saying yes but just wanted to verify.
Click to expand...
Click to collapse
Root is required to edit the build.prop on device. But you can use adb to pull it off and push it back to the phone (a bit more complicated if you're not familiar with adb) if you have no root.
Nice! Worked perfect me, thanks man!
off topic, but can i do these two things?
1. make the app drawer transparent/different color
2. make the app drawer larger (fit to screen)
Flawless for me!
640k said:
off topic, but can i do these two things?
1. make the app drawer transparent/different color
2. make the app drawer larger (fit to screen)
Click to expand...
Click to collapse
Well I think your best bet is to wait till xposed and xgel get updated for M
up. because i accidentally reset my phone and needed this mod again.
ok so it seems i'm the only one that cares about this feature. i'm wondering if there's an alternative to get this to work? apparently editing the build.prop (in any way) impacts the ability to use Android Pay. which really sucks cause i totally needed to use it this weekend when i left the house without my wallet.
eqbirvin said:
Root is required to edit the build.prop on device. But you can use adb to pull it off and push it back to the phone (a bit more complicated if you're not familiar with adb) if you have no root.
Click to expand...
Click to collapse
Hi, I would like to know how you can replace the "build.prop" by pushing a new one via adb without root.
I can't do any adb push, adb root !! I'm lost. :crying:
roboticienfr said:
Hi, I would like to know how you can replace the "build.prop" by pushing a new one via adb without root.
I can't do any adb push, adb root !! I'm lost. :crying:
Click to expand...
Click to collapse
I just tried looking around and i found no good guides to do this im unfamiliar with it also so i cannot be of much help. Sorry mate!
Works! 6P. Thank you!
rip lockscreen rotation
Worked perfectly on my Galaxy Tab SM-T530NU with LOS. Thanks !! :good:

[UMIDIGI F1] Android P customizations, dark theme, gesture navigation

The Umidigi F1 is supposed to come with stock Android P; however, it seems that some features have been removed or disabled.
I can't find how to enable the Android P Dark Theme.
I can't figure out how to enable full screen gesture navigation or how to swap the back and recents buttons in the navbar.
I'm sure there are other things as well.
Can I use adb to enable those settings?
Is there some other way to re-enable these basic Android P features?
Swapping the back and recents buttons are in the Smart Assistant option in Settings. There you can also find the Umidigi version of navigation gestures.
As for Dark Theme, I have no idea, myself. The option's for sure not there by default.
I'm hopeful that someone will develop some custom roms for it, myself. The stock rom is not as smooth as I know vanilla Android is, and you can't turn on the battery % on the notification bar. Screen size is not adjustable, either.
jeffmikels said:
The Umidigi F1 is supposed to come with stock Android P; however, it seems that some features have been removed or disabled.
I can't find how to enable the Android P Dark Theme.
I can't figure out how to enable full screen gesture navigation or how to swap the back and recents buttons in the navbar.
Click to expand...
Click to collapse
I've randomly experienced a kind of dark mode in the notifications and volume control but can't consistently replicate it. It seems to be triggered by a dark wall paper. I have a dark wall paper and have dark volume control, but pull down notifications/menu are still white.
Download a cool little app called Powershade from the store. You can style your notifications/menu to whatever you like. You'll need to enable Powershade in Duraspeed to prevent it being stopped.
The stock Pie pill gesture isn't there, only 'slippy' gestures which constantly kick you back the home screen when typing (aka Sloppy gestures). This could easily be fixed by reducing the active area to one pixel, it currently sits over the space bar.
That, along with:
- Not supporting launchers
- Issues with photos being completely messed up (masses of low resolution duplicates)
- Constantly backward facing GPS indicator
- Unable to send images via whatsapp
- Power and earphones plugged in creates unbearable interference
...have made this phone unusable for me. Updates are too slow to depend on them and have so far just caused even more issues. Its such a shame, it could have been a great value for money phone, but turned out to be too good to be true.
I'm returning mine to Amazon. For a few pounds more I can get something I'm not constantly battling with.
Took this from an Umidigi forum, it works
:As for quickstep issue, all you guys have to do is to remove the package and it'll work flawlessly, even with custom launchers(I'm using Nova).
This is only temporarily until you factory reset OR OTA update the device.
1) Download minimal adb fastboot package from here: https://androidfilehost.com/?fid=962187416754459552
2) Go to Settings > System > About Phone and tap on "build number" about 8 times. You should see a message saying: "You are a developer now"
3) Back to the previous menu and you should see now a new item called "Developer options", go there, find and enable "USB debugging".
4) Now connect the phone to the PC via USB and select "Transfer files" on the phone.
5) Open a command line and go to the directory you extracted the adb tools to.
6) Run the command "adb devices", your device should shown. If not, you need to check the drivers.
7) Run "adb shell"
8) Run "pm uninstall -k --user 0 com.android.launcher3". It should show "success".
9) Reboot the device and you will be able to multitask until either factory reset OR update.
I just got two of these yesterday. Getting mine setup this morning. I have no problem with the phone charging through USB and playing music out my headphones- the audio is perfectly clear. I also installed whatsapp and had no problems sending a photo to a friend, and she got it. I see my gps on google maps just fine and it seems to work as intended. I've not tried any other launchers, yet, but I REALLY like this phone for the price point. Sad there isn't more activity on here from folks who have them.
https://forum.xda-developers.com/android/development/psa-project-treble-t3917284
GOONER13 said:
https://forum.xda-developers.com/android/development/psa-project-treble-t3917284
Click to expand...
Click to collapse
Hello, did you make any of the Treble ROMs work? I had no success with any!
Thanks!
Leo_Freitas said:
Hello, did you make any of the Treble ROMs work? I had no success with any!
Thanks!
Click to expand...
Click to collapse
Hi tried Descendant first and it's pretty nice, switched to Blissrom and been with it for a couple of weeks, handy having the Gapps included.
GOONER13 said:
Hi tried Descendant first and it's pretty nice, switched to Blissrom and been with it for a couple of weeks, handy having the Gapps included.
Click to expand...
Click to collapse
A step by step mini tutorial please?
Thanks!!
Magisk is working and Google Pay works with Magisk Hide.
Anyone have Xposed working? Link to version if you please.
{
"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"
}
Kangburra said:
Magisk is working and Google Pay works with Magisk Hide.
Anyone have Xposed working? Link to version if you please.
Click to expand...
Click to collapse
Please can you tell me What Rom did you try this on? Have you tried camera2 API so Google camera can work ?
Use Arnova's Advanced 1.5
https://www.celsoazevedo.com/files/android/google-camera/dev-suggested/
This is the ROM it arrived with
Kangburra said:
Magisk is working and Google Pay works with Magisk Hide.
Anyone have Xposed working? Link to version if you please.
View attachment 4749167
Click to expand...
Click to collapse
Please, can you try the magisk module double tap to wake with the umidigi f1?
Thanks!!
I can't find that module
monoculero said:
Please, can you try the magisk module double tap to wake with the umidigi f1?
Thanks!!
Click to expand...
Click to collapse
That would be pretty nice to have, but I think phones that support DT2W have to have hardware support for sensing the taps while off like most LG and HTC phones have. I'm using Glimpse notifications to get the screen wake for notifications like every phone should already have stock Yes, even though it's not AMOLED, it's got a 5150 mah battery FFS! 5 seconds of screen on a few times a day won't cost anything noticeable. And it hasn't either for 2 weeks I've been using it.
I too wonder if they'll ever get any kind of theming going though. That would sure be nice!
Umidigi f1 PLAY
Download SwiftKey keyboard. it allows u to move the keyboard up. basically fixing the sloppy slippery .

Question Change Default apps including Launcher

Nubia hides the default apps deep inside settings. I even saw multiple reviewers saying it couldn't be done.
1. Download your 3rd party app/launcher
2. Settings>Applications>App Info>Tap on the three dots on the top right>Tap Default App Settings>Desktop (on the top)>select the launcher on the top.
I can finally get nova7 running as default
{
"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"
}
hey whats the lastest version of the software for u ?
Can you set nova launcher without any issue and does it run?
nzxttoby said:
hey whats the lastest version of the software for u ?
Click to expand...
Click to collapse
I have the North American version and its running v3.08
italodance said:
Can you set nova launcher without any issue and does it run?
Click to expand...
Click to collapse
yes
superrama said:
yes
Click to expand...
Click to collapse
There is no bug? I heard Nova had some problems in Red Magic OS 4 before:
Need to know these before purchasing a RedMagic phone
Hello guys I have some questions crossed my mind before getting it : How's red magic ui skin? Is it good? Any bugs? Can you set nova launcher as default launcher without any issue? totally using a launcher instead of default redmagic launcher...
forum.xda-developers.com
Yes but if you like say are in an app and you back out too much you back to the original launcher but when you click home you get sent back to the default launcher.
Click to expand...
Click to collapse
So did it fix in OS 5? I want to buy this phone but not sure about its OS 5 yet.
OS 5 has a ton of bugs, the reviewer all complained about the bugs but I've had Chinese phones before so I thought I would be ok with a few bugs/spelling errors. But Its kind of ridiculous some of the bugs I've seen in the week of ownership. It took me half a day to even setup my Google acct(In redmagic's defense, it did seem like google was having purchasing issues that day with people reporting multiple purchases and failed downloads but, I could even login in. It would refuse to connect to google servers at all and I had factory reset a few time so I don't know it was google fault or Red Magic but I didn't see any complaints about login in, just purchases when searched)
There are a ton of spelling errors, words outside of boundary boxes so you cant even read what its trying to say, nonsense names/translations for settings. Phone has the weakest vibrate for notification and calls that I often miss them and if you go to settings called "vibrations and haptic strength" there is no configuration for strength, only on or off. If you select show full notifications on lockscreen they are still hidden/collapsed If you get more than one so I have to swipe open to read the notification making it pointless. I can set the clock on lockscreen to 12hr but AOD is 24hr and there is no way to change that so far. AOD also showed no notifications so whats the point. I turned off AOD The flashlight is a joke and is dim as hell.
Yes but if you like say are in an app and you back out too much you back to the original launcher but when you click home you get sent back to the default launcher.
Click to expand...
Click to collapse
This does happen if you don't do the steps I mentioned in the original post.
superrama said:
I have the North American version and its running v3.08
Click to expand...
Click to collapse
Is there anyway that you can upload your OS in here?
Ok guys i didn't know this was a thing and gave up using 3rd party launchers. But oh boy it's really working after doing that default app setting stuff and the latest update.
i recently got an update on my red magic 5 (still android 11) and yeah now i can use nova launcher even with the nubia gestures beeing the navigation method. and even after leaving gamemode and killing all tasks in recents i still get Nova launcher.
so yeah I'll probably go with the upcoming redmagic 7 pro. being able to change the launcher is the game changer for me.
only thing I've noticed you have to slide slightly higher to open recents using the gestures otherwise it will act like the home button
I literally got rid of my Redmagic 5G because of this and right after I sold it, they released another update and tons of people were reporting using Nova hidden in settings. I'm glad it's still hidden on the newer OS.
Question though, do you think that even after it's set to the default, and going back from apps and such will restore the default launcher. If you uninstall the default launcher using ADB. Think that would stop it from restoring back or just break the entire OS?
Cause if it can't restore back, cause it doesn't exist anymore.. It "should" default to the only other launcher on the phone. Unless Nubia specifically designed the OS to have their launcher embedded as the safe mode default, rather than the system selected default.

Question Loving this phone and aodNotify, what other Apps do people use to enhance the phone experience?

Long story short, coming from a long time Huawei fanboy but now have an S23 Ultra. From a thread on here I’ve discovered aodNotify and love it. That got me thinking, what other apps do people consider essential to enhance the phone experience?
Dynamic island same dev as aod notify
spart0n said:
Dynamic island same dev as aod notify
Click to expand...
Click to collapse
Together with aodNotify?
gnasher666 said:
Together with aodNotify?
Click to expand...
Click to collapse
Yes
And hex themes for samsung and galaxy maxhz
I love Energy Ring: Universal Edition:
Energy Ring: Universal Edition - Apps on Google Play
Battery, Cam/Mic/GPS Access indicator around your punch-hole camera lens!
play.google.com
This lets you put a battery ring around the camera punch hole to make it useful. It also allows me to clear up my notification area and not have battery Icon/percentage there.
I just think it looks cleaner:
{
"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"
}
Talderon said:
I love Energy Ring: Universal Edition:
Energy Ring: Universal Edition - Apps on Google Play
Battery, Cam/Mic/GPS Access indicator around your punch-hole camera lens!
play.google.com
This lets you put a battery ring around the camera punch hole to make it useful. It also allows me to clear up my notification area and not have battery Icon/percentage there.
I just think it looks cleaner:
View attachment 5845927
Click to expand...
Click to collapse
Just tried it, can’t get it to align on my S23 Ultra
Also, in case anyone is wondering, you can remove most of the icons on the Status bar:
Install Good Lock: https://apps.samsung.com/appquery/appDetail.as?appId=com.samsung.android.goodlock
Launch Good Lock and install QuickStar
Enable Quick Star
Tap Visibility of Indicator Icons
Select the Battery Slider to disable it (as well as any others you want)
gnasher666 said:
Just tried it, can’t get it to align on my S23 Ultra
Click to expand...
Click to collapse
Force Stope app, Clear Cache and Data to reset everything.
Restart the App, be sure to ENABLE Accessibility access
You should see a screen that allows you to align it:
Talderon said:
Force Stope app, Clear Cache and Data to reset everything.
Restart the App, be sure to ENABLE Accessibility access
You should see a screen that allows you to align it:
Click to expand...
Click to collapse
The sliders seem to adjust the size and not position.
gnasher666 said:
The sliders seem to adjust the size and not position.
Click to expand...
Click to collapse
Not sure what to say here... I followed my instructions and was able to position it just fine.
One thing I can say is if you message the Dev, he's very responsive (he's even here on XDA (https://forum.xda-developers.com/m/jagan2.1884109/)) so you can message him and see if there is something he can help with.
I'll keep poking around and see if there was anything else I can think of that I did. I'll uninstall and reinstall to see if that can replicate what you are seeing and what I did to fix it.
Found the issue, my screen resolution is set to FHD+ and not WQHD+
If I change it to WQHD+ it's fine. I'll inform the dev.
Cheers.
Talderon said:
Not sure what to say here... I followed my instructions and was able to position it just fine.
One thing I can say is if you message the Dev, he's very responsive (he's even here on XDA (https://forum.xda-developers.com/m/jagan2.1884109/)) so you can message him and see if there is something he can help with.
I'll keep poking around and see if there was anything else I can think of that I did. I'll uninstall and reinstall to see if that can replicate what you are seeing and what I did to fix it.
Click to expand...
Click to collapse

Categories

Resources