Related
Hello XDAs,
today I want to share my new Galaxy S8 Watch Face for Watchmaker with you!
The Watch Face Features:
- S8 Design ( On / Ambient Mode)
- Steps / Heart rate
- Weather Today + Three Day Forecast
- Watch / Mobil Battery (Always and Auto < 40%)
- Stop Watch
- World Time
- Settings for (Steps, Screens, Battery, ...)
- Customization
- and much more
Under actual Development is,
- Tasker Integration
- More Design Settings for Main-Screen
- Netatmo Integration
- more (on Request)
A Video in Action can be found here:
Galaxy S8 Watch Face on Gear S3
Everything is tested on Gear S3 (Tizen OS) and Huawei Watch (Android Wear)!
For the XDA Forum there is also a small Giveaway starting with five Premium Google play Codes:
M8QPEE3L05UB6RGG8VHG9WE
3QA9HQXYWZN477HVR6K6XN5
P3J3GN04TPN21AKUM8CKU2M
1D2F1VGNHS390Z6NP970F4E
9ETD06RW8KNAAYESBTLAQQ9
You can find my Watch Face here:
Premium:
https://play.google.com/store/apps/details?id=de.bangeldev.s8watchfacepremium
Free:
https://play.google.com/store/apps/details?id=de.bangeldev.s8watchfacefree
I'm excited to get some feedback from you and what you think,.....
Greetings
BAngel
Hello there,
I am happy with the purchase of my AMAZFIT BIP. It has an excellent quality / price ratio.
I could operate all its functions (notifications, etc., etc.) The only thing that does not work is to see the track record in the MI FIT application, on a map. After running, I have a very complete activity report with the speed, heart rate, but the initial screen where the traced figure should appear is in white on a light blue color .
APP version for iOS 3.5.9 - Algorithm 1.1.14
I really appreciate your help.
Thank you.
Carlos from Argentina.
This app is an open source interval timer app for amazfit devices to do interval trainings with HR monitoring
Features
Automatic reps counter for gym!
TCX Exports! Can be uploaded to strava
Workouts will be saved to a DB with its HR, kcal and some more data, you can see that data on settings
Heart Rate monitoring which can be enabled or disabled
You can save your presets and restore them later
Reps mode: If you enable it, work wont be timed, just rest so you can do reps workout
Workout mode: In this mode you'll have to end sets manually
Experimental feature: Get data directly from PPG sensor. This might be more or less accurate than stock method depending on your device
Compatibility
It's compatible with all amazfit devices running android (Amazfit Pace, stratos 2/3 and verge)
HW Buttons integration
AmazTimer supports HW buttons integration!
Pace/Verge/S2 with new layout: Single click to end set, long click to start/stop timer. Center button on S2
Stratos with old key layout: lower button to start, center button for settings and upper button to end sets
Stratos 3: Upper button to start activity, middle upper button to end sets and middle lower button to open settings
You can invert start/finish set keys by enabling invert keys preference
Installation
Code:
adb install -r AmazTimer-x.x.apk
Or if you have AmazMod installed you can install it through your phone.
Note: you can't open it if you don't have app list enabled or amazmod installed
Uninstallation
Code:
adb shell pm uninstall me.micrusa.amaztimer
Downloads
Latest release: https://github.com/micrusa/AmazTimer/releases/latest
Latest edgy: https://github.com/micrusa/AmazTimer/releases/tag/edgy. Edgy builds can be unstable
Sources: https://github.com/micrusa/AmazTimer
Changelogs
Code:
v8.1:
Improved for better design on verge and Stratos 3
Fixed a bug that allowed selecting multiple modes
Fixed a memory leak when sound was enabled
Done some changes for future support of non-amazfit devices
Some other minor improvements and performance optimizations
v8.0:
Added a reps counter mode with automatic reps counting using accelerometer
All workouts will be saved and you can see them on app settings - saved workouts
Support sounds on devices without speaker when BT Headset connected (Enabled by default)
Added a feature to start listening to hr when app starts, so there won't be some secs without HR when activity starts (Enabled by default)
Removed latest training feature
Make experimental sensor a bit slower and more accurate
Moved to MIT license
Some other minor bug fixes and improvements
v7.2:
Fixed FC in settings
Fixed wrong age when no value is set
Fixed a bug where timer would run in background
Now screen will be kept on in main screen too
Improved vibrations
Save TCX asynchronously for more responsiveness
Some more improvements and fixes
v7.1:
Added some haptic vibrations to improve user experience
Added a preference to adjust vibrations
Added a experimental preference to add a offset to TCX times due to problems with timezones (Don't use it if your tcx time is correct)
Added Brazilian Portuguese by (github) aportetecnologia
Improved max hr calculation and hr zones
Many fixes and improvements
v7.0:
Added hw button support for S3
Added an option to invert keys
New layouts with a lot of improvements
Added current hour to the layout
Added optional real time HR zone indicator
Added total elapsed time to the layout
Added experimental option to get data directly from PPG sensor (Avoid huami ****ty processing that breaks interval trainings HR)
Using apple mint as font
Dropped useless modes and preferences
Finish set button always enabled now
Added new prepare screen working on all modes (Previously only worked on default mode)
Some tcx improvements
Run all heavy tasks and hr listener on another Thread to avoid UI lags
Huge code optimization
v6.2: Added button integration for Stratos, check xda thread or readme for instructions
v6.1: Hotfix for stratos 2/3's crash when opening any activity
v6.0:
Added hardware buttons integration for Pace and Verge, soon for Stratos too (Read xda thread or readme for more info)
Remove widget
Fix time in different timezones for tcx exports
Added Czech by mari8b on xda
Reduced file size by ~55% by enabling minify and removing unused icon dpi
Added optional sound in verge
Minor memory and performance improvement
Some other improvements and fixes
v5.3:
HUGE improvement in kcal measurements
Fix latest lap not added to tcx file
Added chrono to workout timer
Big memory improvements
Some other improvements and fixes
v5.2:
Improved all layouts
Added round layout for Stratos 3
Added Hebrew by 1immortal
Added Russian and Ukranian by Osmat
Keep screen on in workout/reps timers
Show a toast if there was any problem saving tcx file
Some other minor fixes and improvements
Added installer, thanks to 1immortal
v5.1:
HOTFIX: Settings activity FC if age wasn't set on older releases
HOTFIX: Create folder AmazTimer if it didn't exist
v5.0:
Added TCX exports. They are saved on Internal Storage/AmazTimer and can be uploaded to strava
Added workout mode. In this mode you have to end sets manually. Useful for weight trainings
Added chrono mode. In this mode it will vibrate by intervals but instead of countdown, screen will show a chrono
Long clicks now increase time by 1m and sets by 5, this will make putting high times faster
Added an option to disable prepare countdown
Improved accuracy checks on heart rate measurements
Big improvement in timer's responsiveness
Some other minor improvements and fixes
v4.3:
Ask for year of birth instead of age
Added heart rate accuracy checks from health app
Improve battery saving mode
Other minor improvements
v4.2:
Added app info tab in settings
Replaced weight and age's seekbar with a list
Increased long vibration time to 700ms
Fixed a lot of possible FCs
Optimized code a lot
Some other minor fixes and improvements
v4.1:
Added heart rate zone to latest training information
Show -- instead of "Reps" in main screen's work text when reps mode enabled
v4.0:
Added reps mode, in this mode work wont have any timer, just rest
Allow timer to run in background (Now timer can run during activities)
Some minor layout fixes
Fixed FC when cancelled timer and there isn't any hr value
v3.0:
Added gender, age and weight (just kg for now) settings, you have to set them if you want accurate kcal measurements
Added avg, min, max hr and kcal measurement, watch them on settings - latest training
Fixed a minor bug (If you cancelled timer from prepare screen it would keep going)
Added an option to extend preparing time to 1 minute, this way you can start timer and then start an activity, so activity will be recorded and you'll have interval timer
v2.0.1:
Updated Italian translation by fcaronte
v2.0:
New icon by fcaronte
Now you can use app with widget disabled (Thanks @fcaronte )
New option to save trainings in settings
Now all activities are full screen
Optimized code
Fixed all bugs from betas
v1.4:
Added Croatian (Thanks MASVA)
Added Italian (Thanks fcaronte)
Organised code
Started working on an option to save workouts (WIP)
New heartbeat icon
v1.3:
Added language to settings
Added english and spanish languages
v1.2:
Added an option to disable heart rate monitoring
Now settings are written in a different file to avoid conflicts
Improved a bit timer's layout
v1.1:
New settings menu
Added battery saving option that disables time screen
Migrated code to AndroidX
v1.0:
Initial release, changes from last beta:
Fixed short click toast
Fixed HR listener disabled when you use cancel button
Increased HR sensor rate to fastest
Bugs and suggestions
If you find any bug or have any suggestion, please open an issue in github or answer to this thread.
Thanks to
AmazMod team
All contributors
All translators
Supported languages
English - default language
Spanish
Italian by @fcaronte
Croatian by MASVA
Hebrew by @1immortal
Russian by Osmat
Ukranian by Osmat
Czech by @mari8b
If you want this app to support your language, translate strings here to your language and it will be added soon. Remember to send it through xda, through an issue or open a pull request
Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Note: If you liked my work you can help me keeping it up by donating here, also if you liked it you can star the project on github or click thanks button
Let's see if I can do some test soon.
Seem working good, I try only few second and seem ok. Too feature will be the standby mode work but probably is not easy to work on splt mode. Suggest to put name APK on git instead of general app-release, and miss a good icon but yes is a good starting point
fcaronte said:
Seem working good, I try only few second and seem ok. Too feature will be the standby mode work but probably is not easy to work on splt mode. Suggest to put name APK on git instead of general app-release, and miss a good icon but yes is a good starting point
Click to expand...
Click to collapse
Thanks for your suggestions, I added a name to the files.
I just released v1.2
Great job on the app and thanks for sharing the source code.
Would you have time to add a way to save in the app different profiles of interval trainings? meaning the number of sets and the duration with a possibility in the future to load it?
PS: it was requested many times in this app thread as well.
Adi59 said:
Great job on the app and thanks for sharing the source code.
Would you have time to add a way to save in the app different profiles of interval trainings? meaning the number of sets and the duration with a possibility in the future to load it?
PS: it was requested many times in this app thread as well.
Click to expand...
Click to collapse
That's a great idea, I'll try to add it when I have time
Here to you Italian translation file
fcaronte said:
Here to you Italian translation file
Click to expand...
Click to collapse
Thanks for the translations, will be added in next release
New release! Stable v2.0
Changelog:
New icon by @fcaronte
Now you can use app without enabling widget, thanks @fcaronte
New option to save and restore your presets in settings
Now all activities are full screen (No titles in the app)
Full changelog here
Download it here
Guys, is it possible somehow to start this or other application, but in backgound have launched sport activity?
For example I'd like to do sth like this:
1. start normally "indoor fitness"
2. launch somehow AmazTimer v2.0 and make interval training
3. back to "indoor fitness", save and sync to amazfit app
but I don't know how to minimize sport app to have it in background and also how to call it back on top.
kabo9 said:
Guys, is it possible somehow to start this or other application, but in backgound have launched sport activity?
For example I'd like to do sth like this:
1. start normally "indoor fitness"
2. launch somehow AmazTimer v2.0 and make interval training
3. back to "indoor fitness", save and sync to amazfit app
but I don't know how to minimize sport app to have it in background and also how to call it back on top.
Click to expand...
Click to collapse
I think it's not possible without modifying sports system app
micrusa said:
I think it's not possible without modifying sports system app
Click to expand...
Click to collapse
Pity. Once I did it by coincidence . So, maybe it would be hint for developers . When I plug charger during training I saw watch face. I thought I lost training stats, but when I tried to open other sport my lost training came back to the top .
kabo9 said:
Pity. Once I did it by coincidence . So, maybe it would be hint for developers . When I plug charger during training I saw watch face. I thought I lost training stats, but when I tried to open other sport my lost training came back to the top .
Click to expand...
Click to collapse
There may be an easy way by replacing the custom button long press action (stratos has that with limited options but you can actually call any app)
GreatApo said:
There may be an easy way by replacing the custom button long press action (stratos has that with limited options but you can actually call any app)
Click to expand...
Click to collapse
I think I know how to do that, I'll try to do it later
would be great to have such option
micrusa said:
I think I know how to do that, I'll try to do it later
Click to expand...
Click to collapse
Code:
adb shell "settings put system long_key_settings '#Intent;launchFlags=0x10000000;component=me.micrusa.amaztimer/me.micrusa.amaztimer.AmazTimer;end'"
Works on Stratos.
GreatApo said:
Code:
adb shell "settings put system long_key_settings '#Intent;launchFlags=0x10000000;component=me.micrusa.amaztimer/me.micrusa.amaztimer.AmazTimer;end'"
Works on Stratos.
Click to expand...
Click to collapse
Thanks, I think I'll add that method for stratos and for pace I'll add an option to wait 1 minute before starting timer
micrusa said:
Thanks, I think I'll add that method for stratos and for pace I'll add an option to wait 1 minute before starting timer
Click to expand...
Click to collapse
I have almost finished adding it for your app in amazmod too. Test it before you start codding because you may be able to launch an app only from main screen.
GreatApo said:
I have almost finished adding it for your app in amazmod too. Test it before you start codding because you may be able to launch an app only from main screen.
Click to expand...
Click to collapse
I can't test it, I just have a pace in hybrid rom and long_key_settings is null
micrusa said:
I can't test it, I just have a pace in hybrid rom and long_key_settings is null
Click to expand...
Click to collapse
I just tested entering in an activity and it quick app launch doesn't work.
Introduction
Google's Wear OS lacks many things from competitors... One of these is a Barometer-Altimeter application. So why not building one by getting the inspiration from the best one out in the market?
Read the instructions before installation!
Demonstration
App Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Tile Screenshot
Tour of the app (gif)
Features
Barometer:
● Real-time pressure display digital
● Real-time pressure red hand indicator
● Graph for the past 6 hours
● Pressure trend over the past 6 hours
● Background collecting of pressure
● Notification for possible storms
Altimeter:
● Real-time altitude display digital
● Real-time altitude red hand indicator
● Graph for the past 6 hours
● Auto calibration of altitude based on weather data
● Manual calibration
TILE:
● Thanks to the Unofficial Tile API: Tile showing pressure and altitude!
Settings:
● Enable / disable storm alert
● Enable / disable automatic calibration of altitude
● Set manual altitude
● Metric / imperial units
● Advanced settings
Installation instructions
● Only supports Wear OS, not standard Android
● Android version must be 8.0+
0 - If any previous version in installed, go to "Settings" > "Apps & Notifications" > "App info" > "Alti-Barometer" > "App Info" > "Clear data" > Confirm
1 - Download the latest .apk file
2 - Install the .apk with adb (tutorial on the third post)
3 - Start the app
4 - Grant the Location permission (optional but recommended, if you want the automatic calibration)
Done!
Update instructions
If you want to update this app to a newer version, uninstall the old version and then install the latest using ADB!
Detailed info about the app
Every 5 minutes a the app will get the pressure from the sensor and store the data.
The weather notification is sent if 4 hPa are dropped in the past three hours.
The trend seen in the barometer is calculated in the past 6 hours.
For the first 6 hours the trend is going to be inaccurate because it doesn't have real data to compare.
Altitude is measured using the barometric formula, considering standard the pressure of 1013.25 hPa.
Issues
Automatic calibration not working on Samsung watches. I don't have a watch to test and I can't fix this bug unfortunally.
Download
Changelog
1.11
● Changed the app UI to make it different from the original app
● Added "Advanced Settings"...
... and that's a secret
1.14
● Added manual calibration
● Fixed a bug involving calibration
1.15
● Added fully customisable units
Auto calibration of altitude - explanation of the physics
I think this is cool to share
Air pressure depends on your altitude, but since air pressure changes normally, the readings are not accurate if the instrument is not correctly calibrated.
Manual calibration can be done... but it's just not practical! Automatic calibration is instead much better.
Let's start with the barometric formula:
Ph = P0 × e^(-α × h)
with constant α = (M × g) / (R × T)
The app gets your location, then finds thanks to the weather API the pressure P0 at sea level.
Once found P0, I can substitute it in the same formula to finally find the actual calibrated altitude
h = ln(Ph / P0) / - α
Ph is now the reading from the sensor and h is the current altitude
The calibration of the altitude highly depends on how accurate are the weather forecast provided...
From my testing I had a +- 10 m which is considerably good, but it depends from place to place.
ADB Tutorial
1) You will need to install ADB drivers to your computer. Suggested tutorial --> [OFFICIAL][TOOL][WINDOWS] ADB, Fastboot and Drivers - 15 seconds ADB Installer v1.4.3 | XDA Developers Forums (xda-developers.com)
Assuming you are using Windows, you should find a folder named "adb" inside the C drive with some files in it.
2) Place inside this folder the apk you want to install.
3) Enable "USB Debugging" on the device you want to install the apk on. This setting is hidden inside the "Developer Settings", that you can enable by pressing 7 times on the "Build Number" under "Device Info". There are many videos that show this.
4) Open the command prompt inside the "adb" folder. To do so using Windows, just press Shift + Right Click of the mouse and then select "Open PowerShell Window".
5) Connect your smartwatch to the PC with the usb cable.
6) On the PowerShell type "adb devices" without quotes and confirm with enter. Make sure the android device shows a message.
7) On the device press "Allow always" (or something like that).
8) On the PowerShell type "adb install Alti-Barometer1.15.apk" without quotes and confirm with enter.
DONE!
Suunto 7 ( Display resolution 454 x 454)
First install not test but Thanks for now. ( beautiful UI )
tom.android said:
Suunto 7 ( Display resolution 454 x 454)
First install not test but Thanks for now. ( beautiful UI )
Click to expand...
Click to collapse
Thank you so much! I'd appreciate a little review here in the comments after you test it so I know if there are some areas that can be improved
Especially the thing i'm most concerned is battery life so if you find problems you know what to do!
New update
● Fixed a minor bug involving a predefined value where for the first three hours of app running, no notification would display
● The altitude graph only displays rounded integers numbers, now is much clearer (no more spikes)
● Fixed a bug involving calibration
To update it is recommended to follow the procedure described in the original post
calugj said:
● Added tile! But for now it's just a static image representing how it will look like when finished....
Click to expand...
Click to collapse
Can shows get lococation access icon (status) and beep sound in Altimeter and Tile page ?
Thanks
tom.android said:
Can shows get lococation access icon (status) and beep sound in Altimeter and Tile page ?
Thanks
Click to expand...
Click to collapse
This project's purpose is to replicate almost identically both in terms of UI and functionality the Samsung Alti-barometer app, which is preinstalled on Samsung smartwatches.
This is the app I'm talking about -> https://galaxystore.samsung.com/geardetail/com.samsung.alti-barometer
I don't understand what you mean by beep sound (what's the beep for?) and location icon (you mean that the app should display an icon when it gets the location?), especially because I don't think the original app has these features.
Final Update
The latest update features a new UI for the tile.
calugj said:
The latest update features a new UI for the tile.
Click to expand...
Click to collapse
Thanks for your work, Can we access the app from tile and the full app can keep alive (not close itself till we close it.)
from my Suunto 7
and the last quest why altitude num from tile not the same as app itself. (from my picture --3m & --1m)
tom.android said:
Thanks for your work, Can we access the app from tile and the full app can keep alive (not close itself till we close it.)
from my Suunto 7
and the last quest why altitude num from tile not the same as app itself. (from my picture --3m & --1m)
Click to expand...
Click to collapse
1) Click on tile added
2) I managed to fix that.
NOTE: Your issue might also be related to always on. If you have always on disabled, after some seconds the display will lock. With this fix, if you turn your wrist (or click a button, or touch the screen), the app will return visible instead of showing the clock.
If you have always on enabled... No issues either because always on is supported and the app will keep open.
3) That's because the tile does not show real time data, while the app does.
This app collects data in the background every five minutes. This data serves for: pressure trend, notification alert and graphs. The value you see in the altimeter and barometer page are instead real time data, polled and computed instantly.
The tile shows the last collected data from the background service so what you see in the tile is at worst five minutes old.
It's not beneficial for battery life to have high refresh rate tiles... and for that there's the application!
Why v1.7 is not calibrated? please help. (After installed 24 hrs.) THANKS
tom.android said:
Why v1.7 is not calibrated? please help. (After installed 24 hrs.) THANKS
Click to expand...
Click to collapse
This is strange cause I didn't change anything on the background service from last update.
If you followed the installation instructions from original post I'll suggest try checking again these things:
1) Go to "Settings" > "Apps & Notifications" > "App info" > "Alti-Barometer" > "Permissions" and make sure that "Location" is enabled
2) watch has to be connected to the internet, it doesn't matter if through WiFi, through 4G or trough your phone's bluetooth (so no airplane mode)
3) watch's location can depend on phone's location. Try checking if both are active in the settings (but I assume they both are because it worked for you yesterday)
4) as a last step I'll suggest to reboot... Most of the times that solves any issues
Keep in mind calibration is set every 4 hours so if one of these actually solved your problem you'll notice it after some time!
If it still doesn't work let me know because it is strange
Storm Warning Notification is OK.
we have 7 day Weather Forecast, During 3 – 5 Aug, people in the whole country should beware of severe conditions and stay tuned for the weather update. All ships should proceed with caution and should keep ashore including keeping away from thundershower bra bra bra...
and I 've trid to clean new installation hope auto calibration work again.
Altitude is not calibrated, does not calibrate at all, location permission is on, maps work, but altimeter says calibrated never.
Ticwatch Pro LTE
LaurisLT said:
Altitude is not calibrated, does not calibrate at all, location permission is on, maps work, but altimeter says calibrated never.
Ticwatch Pro LTE
Click to expand...
Click to collapse
I'll definitely have to check what's going on... However one thing that bothers me is that from the weather provider portal I can see that today were made 2 API requests... So somebody has this feature working. I'll dig more and update you if I find something. Also the fact that currently I don't have a phisical watch to test it apart from the emulator doesn't help
finally calibrated by V1.7 , after 4 hrs of Clean install . But don't known why minus altitude value.
tom.android said:
finally calibrated by V1.7 , after 4 hrs of Clean install . But don't known why minus altitude value.
Click to expand...
Click to collapse
Last calibrated was at 18:10 and the altitude +8 m should be more or less correct I guess. What happened in your case is that air pressure in your location increased as happens naturally during the day, tricking the altimeter to think that you went lower on altitude. Probably what's going to happen at 22:10 is a new calibration that should show accurate altitude. From my side I can't do anything about this, It has to do on how accurate the weather API are in your location and on how the pressure changes throughout the day. In days where air pressure is pretty stationary you won't notice it
Consider the altimeter value with a precision of 10 meters on raw value. Delta value (like if you want to measure how tall a building is) are precise instead!
News on the automatic calibration bug
I tested the app with the emulator and managed to fix that issue.
I'll try to explain what the problem was.
This app doesn't use real time GPS for location, it uses instead the so called "coarse location", that is based on cellular towers. The reasons are simple: the app doesn't need the metric precision given by the GPS, and "coarse location" is much less energy consuming.
Right after every reboot, the system location is a "null" value, meaning it is not usable for my app. At this stage the app couldn't calibrate the altimeter.
Then after approximately half an hour, the system location started giving usable values for the app and after that moment the calibration worked every single time.
So in conclusion, after a reboot, the app wants to calibrate the altimeter, but until the system location is not "null", it won't and there's no guarantee that the system will update it soon.
Solving this issue was pretty easy: I had to manually refresh the location right when needed.
Now it should work as expected.
By the way I moved the download link directly to xda attachments
At the time of the edit of this post I just reuploaded ver 1.8... I forgot to replace one thing I used on the debugging phase
I have found another bug. If the location takes a lot of time to be collected (which might happen), the background service will lock, showing a constant notification that is impossible to dismiss... This is not a normal behaviour and I will make a fix hoping that it will be the last.
EDIT: Updated
The official version of RealmeUI 3.0 based on android 12 has finally been officially released, it is in the process of implementation and it is expected that in about 15 days everyone will have received it.
Update log:
【brand new design】
The new three-dimensional spatial design makes the experience simple, relaxing and burden-free
• Newly added smart assistant card, providing smart and efficient application card, key information is clear at a glance, and key functions can be reached with one touch
• Newly restructured the page layout, noise reduction and white space, and distinguished primary and secondary information by color, the core information is more focused
• Newly added a three-dimensional icon design, introduce new materials, unify light and shadow and levels, and experience the joy of color
• Optimization Quantum Animation Engine 3.0, centered on "quality", simulates real physical motion, optimizes animation details 300+, and brings a more natural interactive experience
• Optimized and richer screen styles, support for AOD and portrait painting, making self-expression more unique and unique
【Convenient and efficient】
• Added a note graffiti tool, personalized record of life
• Optimize the smart sidebar
-Support intelligent recommendation related functions in video, shopping and other scenarios
-Added shorthand for small window, click to enter the floating window of notes, and complete the record quickly
-Added smart subtitles, supports recognition of conference and call voices, real-time generation of subtitles, and supports translation between Chinese and English
-Added recognition of background music, quickly recognize the background music in short videos, and find music without asking for help
-Added article reading aloud, support one-click reading of WeChat official accounts, today’s headlines and other information content
-Added product price comparison, when using shopping software, one-click display of the same good products at low prices
• Optimized Shinda window upgraded to free floating window
-Added quick switching of floating window status, making interaction more convenient
-Added file management and album support to drag and drop files or photos to the floating window application by long pressing
• Optimized Xiaobu suggestions, new schedule assistant, intelligent integration of schedule information, one-stop viewing and management
• Optimize recording, improve the speed and accuracy of voice-to-text, and reduce waiting time
• Optimized. The text bubble on the SMS conversation page can be double-clicked to enlarge the display, making it more convenient to extract the content of the SMS
【Security and Privacy】
• Added support for erasing location information and shooting data for sharing photos or videos
• Optimization After the phone is lost, it can be locked through the cloud and cannot be shut down or used, reducing the risk of data loss
• Optimized mobile phone manager to integrate more security and privacy functions such as privacy doubles, codebooks, emergency calls, etc.
• Optimized when the app calls sensitive permissions such as camera, recording, positioning, etc., the status bar icon prompts are more eye-catching
• Optimize the medical emergency card, support the automatic transmission of the preset medical emergency card information to the emergency center when dialing 120
• Optimize earthquake early warning, new function preview page, new earthquake banner notification reminder of estimated intensity 2.0 and below, earthquake information at all times
• Optimize harassment interception, add MMS interception capability, reduce the interruption of spam
[Performance optimization]
• Newly added intelligent prediction of frequently used applications and load them in advance, so that applications can be opened faster
• Added a graph to display power consumption records to quickly understand the details of battery consumption
• Optimized when switching WLAN, Bluetooth, airplane mode, NFC, the response speed is faster
• Optimization The loading speed of high-frequency scenes in third-party applications has been improved, making it easier to scan Weibo and watch videos
【game】
• Added: When the game resource pack is updated, the game can be switched to the background to update (only some games are supported)
• Added pop-up game skills and game resumption during the game to help you quickly master the gameplay (only some games are supported)
• Optimization. In high-load scenarios such as team battles, the game frame rate performance is more stable
• Optimization Heterogeneous computing reduces the average load of the processor, and the game power consumption is lower
【camera】
• Added custom camera mode order, convenient to quickly switch to commonly used camera modes
• Optimized inertial zoom, rear video shooting mode, drag the slide bar to zoom at a constant speed
【system】
• Optimize the automatic brightness adjustment algorithm, optimize the intelligent scene detection, and browse the screen more comfortably
【Accessibility】
• Optimized accessibility mode
-Added a visual introduction, and added an image introduction to the function page
-Optimize function classification, display according to visual/auditory/interactive/general classification
-TalkBack adapts to more system applications such as albums, calls, emails, calendars, etc.
Forum official post here:
realme真我社区
随时了解realme的最新资讯与动态,可以提出关于realme的产品建议与意见, 可以分享你关于玩机的经验和创意,以及结交和你一样具有“敢越级”精神的潮酷达人。
www.realmebbs.com