[APP][Automate] Eye comfort mode between sunset and sunrise - Honor View 10 Themes, Apps, and Mods

I got annoyed that the eye-comfort mode could only be scheduled on fixed times and I had to constantly change them during spring and autumn.
So I made this simple flow for the Automate app - it is probably something like Tasker but it is free for a task with a few blocks - ideal for cheapskates like me.
I used this flow by Sándor Illés to calculate sunset and sunrise times.
The flow
It gets current location, calculates the times and then sets them up as schedule times (eye_comfort_starttime and eye_comfort_endtime system variables).
Then it waits for 1:00 (am) and starts over again.
I just tested it for 3 days and it runs ok on my View 10 with EMUI 9.1. No idea whether it works on older and newer versions or not. //edit: Works okay after EMUI 10 update too.
How to?
Basically, you install Automate, go to the settings and enable resuming flows after system startup.
Extract and install this flow, start it and it should daily update the schedule times.
You obviously also have to have eye-comfort schedule enabled.
On a related note: Stronger eye-comfort filter
I always felt that the blue light filter using eye-comfort is quite weak. During my search for correct variables to modify, I discovered that the highest value for filter you can select using the slider in the eye-comfort settings is 20, but you can dial the filter up to 50 and it gets slightly stronger then!
It is user_set_warm system variable.
Funnily enough, there are also eye_comfort_lesswarm and eye_comfort_morewarm variables which change the range of the slider in the settings.
You can set the eye_comfort_morewarm to 50 and then the slider in the settings will let you set the filter stronger. Higher values than 50 turn the filter off though.
The system variables can be modified using the "system settings set" block in the Automate or simply using SetEdit app. They can probably be changed using ADB too, but I didn't try that. Sadly these settings reset after reboot.
No root required for any of that.

Great stuff! Looking for the same feature on my Huawei phone but unfortunately, the file that you have attached has been removed. Could you upload it again? Thanks

Samuel Grande said:
Great stuff! Looking for the same feature on my Huawei phone but unfortunately, the file that you have attached has been removed. Could you upload it again? Thanks
Click to expand...
Click to collapse
What, they just deleted all the user uploaded stuff when changing the boards? Now that's a shame.
Anyway, I reuploaded the file.

Related

[UPDATED 28-04-2009] TorchButton v1.5, using camera LED for flashlight

TorchButton v2.x supports the Leo as well as Raphael and moved to a new thread! Click this link!
On my previous devices (Wizard, Hermes) I found it very useful to have the camera LED function as flashlight. However, all those tools that were previously available to enable the LED didn't seem to work on the Raphael.
I've just spent some time debugging and testing and got it to work on my Raphael. The cab to install is attached to this post. It'll create a shortcut in your programs menu.
Usage is currently twofold. When you start the app, the flashlight turns on. When you don't do anything for 60 secs it will turn off automatically to prevent your led from burning (heard it happen before on other devices). If you start the program again within the 60 seconds, it will manually turn the flashlight off.
I've only tested this on my Raphael so far. Please let me know if it works for everyone.
---------------
Supported modes:
TorchButton has 5 modes so far. Each one explained in short:
Normal
Simply enable the flashlight until the application is started again or the configurable timeout occurs (60 seconds by default). This mode can be used for a prolonged period. I have only tested it up to 5 minutes though.
Bright
The Bright mode is exactly the same as the Normal mode, with the only difference being that the LED is more bright. This mode is equal to the short moment when you make a photo with flashlight on. Note that this mode does stress the LED and should not be used for prolonged periods. I have used this up to a minute without problems.
Blink
The Blink mode turns the LED on and off in specific intervals that you can configure in the registry. An example of usage is the bike light.
SOS
This is extensive mode that supports sending custom morse code. The text to be sent via morse code signals can be configured in the registry. This defaults to "sos ", thus the SOS name for this mode. NOTE that the flashlight timeout does NOT interrupt a text. It checks if the timeout occurred when it starts over again and quits when it reached the timeout.
PTT
The Push-To-Torch mode. When your device has a key you can map to 'hold', you can use this feature to keep the light on as long as the key is pressed. The AT&T Fuze is one of those devices with a PTT button.
---------------
UPDATE 01-09-2008 v1.1:
TorchButton v1.1 now includes the ability to override the default timeout from 30 seconds to anywhere between 0 and 300 (= 5 minutes) seconds. The regkey is HKLM\Software\TorchButton\FlashlightTimeout (DWORD). When the application installs or when it starts for the first time it will create the registry setting if it doesn't exist yet.
UPDATE 09-11-2008 v1.2:
Finally a new version of TorchButton.
* Enlarged maximum timeout override from 300 seconds to 86400 seconds (a day).
* Added 'bright' feature. Note that the light may flicker almost unnoticeable every 750ms. Can't prevent that.
* For Devs: attached source code of TorchButton to this post.
* For Devs: I've created a C# library for easy control of the camera led. Also attached to this post. The .zip contains a readme which has examples on how to use it.
UPDATE 14-11-2008 v1.3:
* Added 'blink' feature. Registry configuration options:
- blinkTimeOnInMs (DWORD), default 500. Configures the time the LED is on.
- blinkTimeOffInMs (DWORD), default 500. Configures the time the LED is off.
* Added 'SOS' feature. More like a 'morse code' feature though. You can set any morse code to be signalled in the registry. Options:
- sosCode (SZ), default " ...---...". Configures the morse code to signal.
- sosDotTimeoutInMs (DWORD), default 200. Configures 200ms LED on, and 200ms LED off for ".".
- sosDashTimeoutInMs (DWORD), default 400. Configures 400ms LED on, and 400ms LED off for "-".
- sosSpaceTimeoutInMs (DWORD), default 1000. Configures 1000ms pause when processing space " ".
* New shortcuts are added for those features.
* Shortcuts are moved to a TorchButton folder within the Programs, for grouping purposes (in case you're wondering where TorchButton went!).
UPDATE 29-11-2008 v1.4:
* Fixed 'sos' mode. It now properly uses a single configurable unit time to calculateother intervals.
* Updated 'sos' mode. You can now configure a text to be sent via morse code in the registry. Check configuration part of the readme for more info.
* Removed old 'sos' registry settings and replaced them with new ones.
- Check out the new configuration settings in the readme.txt (attached to this post).
* Increased default flashlight timeout from 30 to 60 seconds.
* Changed default 'blink' time to 250ms for both on and off.
UPDATE 28-04-2009 v1.5:
* Added Push-To-Torch (PTT) mode. Probably only useful for devices that have the PTT button, such as the AT&T Fuze.
* Added brightResetTimeInMs registry setting for owners of the Alltel Touch Pro. They need to set this value to 100 for bright mode to work properly.
---------------
TODO's:
* Change LCD brightness to minimum when application starts, and restore when exists.
* Prevent standby mode while active
---------------
Developers:
The source code has been attached as well. The app has been written in C/CPP using VS2008. The code doesn't deserve a beauty-price, but it does its job. The 'TorchButtonBright' project is just a wrapper that calls TorchButton.exe with the /bright parameter. This is a workaround to be able to deploy two shortcuts with different icons and a parameter. If anyone decides to use this code, please rename the project. I've also written a C# library that allows easy access to the normal and bright flashlight modes. Attached as well.
---------------
TorchButton v2.x supports the Leo as well as Raphael and moved to a new thread! Click this link!
Works beautifully with stock HTC ROM provided with Raphael released in Europe. One small request: can you provide also an option to change the timeout? For starters - in registry. Some people would like it to work only for 10s, others: for 60s. Others might have the fun of burning it out [anyway you can limit it to max 2 minutes just to protect those less-aware.]
Tnx
Tnx for your effort. It works great.
Works like a charm! Thnx!
I second the request for a change in time out. I need to make it from the front door to my bed without waking my gf, and i don't make it in 30 seconds
works great! Nice job! This will become a standard application on all custom roms
)
Thank you NetRipper. This is a 5 Star utility!!!
HALLELUJAH !
thank you a million times !
make that trillion
Thanks for all the great responses and I'm glad it works for everyone. I'll add that feature to change the hardcoded 30 seconds timeout tomorrow or the day after.
the flashlight has a normal condition and a very bright condition. would it be possible to make a dimmer on the flashlight so that for example one can attach it to the volume buttons on the side ?
Thank you . I have it as part of favourite programs in TF3D . Works great.
da_jojo said:
the flashlight has a normal condition and a very bright condition. would it be possible to make a dimmer on the flashlight so that for example one can attach it to the volume buttons on the side ?
Click to expand...
Click to collapse
The flash indeed has two modes. However, the very bright mode is automatically disabled after 1 or 2 seconds by the camera driver. It's possible to make it sleep for that amount of time and re-set the bright mode, but I can't imagine it being very good for the LED to burn for a longer period of time at that mode. It would also flicker every 1 or 2 seconds.
I think the normal LED is bright enough, so unless the demand for the extra bright setting is overwhelming, I'll keep it like this.
mm that sucks.
its not a great idea to have a flashing flashlight unless one wants to drive anyone crazy or likes discolights ... maybe an idea lol... a stroboscope.. or some sort of signaling light..
it wouldnt hurt to have the LED on for a longer period. since the lifespan is over 50000 hours and it is running on lower power then intended .. only thing, is that it takes toll on the battery. i wouldnt care to much for the LED as it will last longer then the phone's display.
Looks good to me, but you could always play on words and rename it TorchPro. :-D
yesterday I wrote for myself something just like yours. but i prefered fullscreen button which would change color to black while LED switches on (useful in dark places - eyes are not blinded by bright screen).
it is possible to change timeout (setting written in registry) using track bar or up-down, left-right keys.
enter key switches LED on and off. just like big on screeen button.
have fun.
Great stuff, works really well.
steveoidm said:
Great stuff, works really well.
Click to expand...
Click to collapse
+1
Just what i was looking for,
Nadavi
Thank you guys. You,re perfect. I was very sad,when I found out,that VJCandela doesn't work.
new feature request.
Using the Gsensor let it keep the led on as long as the device senses motion, put it down and it turns the led of in 10 seconds.
Doable?
Thanks
Jules
Now thats an excellent suggestion.
Are we 100% sure that leaving the LED on for prolonged periods at the low level is not going to have any adverse effect on it.
Any chance of a version for the LG KS20 ?

[App] Tile World Clock, Now Supports Wide Tile, more customizations available

Since the keyboard disappearing issue has been resolved with the new ROM, it may be a good time to share the Tile World Clock Tool.
Features:
1. Pin the clock for any timezone you choose to your desktop
2. Clock will be updated every minute.
3. 8 different clock types to choose from.
4. Dynamic updated tile according to your theme.
Disclaimer: The clock on the tile may not be correct for various reasons. Please use the system clock for important times.
1. When background updating is working, the clock may delay for 1 minute.
2. When backgrond updating is not working for various reasions, for example, battery saving mode. The clock on the tile will stop.
2012.01.11: Update to 2.2. Minor update. The clock will be slightly more accurate (Delay within 5 seconds in my test)
2012.01.31: Update to 2.3. Supporting Wide Tile as requested. Require InterOp Unlock. This version may not be very stable at this moment. Is this the first Home Brew that supports dynamic wide tile?
Help Needed: Is there any good code who can save PNG file with low footprint and high quality?
2012.02.29: Found a really memory efficient PNG encoder. Now it is time to continue my development.
2012.03.14: Update to 2.5. More customization options available. You can even choose a picture from your library as background.
2012.03.22: Added a slightly updated new 2.5 XAP. Changed a few background images. Fixed a bug so that two line style Time/Date is correctly displayed at center.
For me it took around 5-6 (sometimes around 10) minutes to update the tile, with background tasks running. Nothing can be done i guess.
But an awesome app, nonetheless.
Thanks
Very Nice App. I had no issues in time update with background update turned on. We also did a video review on wpxbox http://www.youtube.com/watch?v=YBoreopVpuk
I will suggest you to give user option to how often they want to which can be anything between one minute to 30 minutes.
A bit more but you can think of combining reminders with each tile so it triggers them in that time zone.
Thanks.....Good application works properly on my Omnia 7
wpxbox said:
Very Nice App. I had no issues in time update with background update turned on. We also did a video review on wpxbox http://www.youtube.com/watch?v=YBoreopVpuk
I will suggest you to give user option to how often they want to which can be anything between one minute to 30 minutes.
A bit more but you can think of combining reminders with each tile so it triggers them in that time zone.
Click to expand...
Click to collapse
Thanks for the review.
Is there anyone interested in a clock that can delay upto 30 minutes?
As for the reminder, I think counting down and time ellapsed/stop watch could be good ideas.
could you make this app luks more offficial? Obiviously you used the wired font fron the default OS tile font, it need tweaks
xyhchina said:
could you make this app luks more offficial? Obiviously you used the wired font fron the default OS tile font, it need tweaks
Click to expand...
Click to collapse
That's good suggestions that I should take. Unfortunately, I am not so good at UI designing. If you have more specific suggestions, pleaes let me know.
Delay till 30 minutes can be only suitable for one set of time, When I get to sleep. Saves Battery. Please do correct me if I am wrong.
If you could make the tile look the the HTC sense flip clock this would get a gazillion downloads especially if it does update properly every minute
Sent from my PI39100 using XDA Windows Phone 7 App
wpxbox said:
Delay till 30 minutes can be only suitable for one set of time, When I get to sleep. Saves Battery. Please do correct me if I am wrong.
Click to expand...
Click to collapse
In my app, this won't happen. I mentioned this in response to your suggestion to allow user to select how frequent they could update the clock.
Aaron McCarthy said:
If you could make the tile look the the HTC sense flip clock this would get a gazillion downloads especially if it does update properly every minute
Sent from my PI39100 using XDA Windows Phone 7 App
Click to expand...
Click to collapse
The clock images can change but no animation is possible. But my intention is to match the tile format since art is not my specialty. If anybody interested in making it more beautiful, please let me know.
Clock Name bug
I discovered a bug when entering a Clock Name that uses a space such as "New York". After using a space I am unable to enter any more characters - the keys no longer worked. But, I could get around this by exiting the app and starting it again and continuing the "York" part of the clock name.
Other people that only include cities without a space in the name would not encounter this bug.
So far, a good & practical app otherwise as I have only used it for 20 mins.
Well done!
Another cool app after the office/pdf uploader. I really like it !
Could you allow to add a custom background (.jpg) image for the live tile ?
Greetz
contable
devassist said:
I discovered a bug when entering a Clock Name that uses a space such as "New York". After using a space I am unable to enter any more characters - the keys no longer worked. But, I could get around this by exiting the app and starting it again and continuing the "York" part of the clock name.
Other people that only include cities without a space in the name would not encounter this bug.
So far, a good & practical app otherwise as I have only used it for 20 mins.
Well done!
Click to expand...
Click to collapse
Can't find any code in this page that will lead to this behavior. And the same issue did not appear in my test. However, your symptom looks very similiar to the keyboard disappearing bug of Mango. You may want to upgrade to 8107 or disable background task to verify.
contable said:
Another cool app after the office/pdf uploader. I really like it !
Could you allow to add a custom background (.jpg) image for the live tile ?
Greetz
contable
Click to expand...
Click to collapse
Any specifics for this request? Select a picture from the phone library? If so, that will involve quite a bit of image resizing work.
Thunder_ said:
Can't find any code in this page that will lead to this behavior. And the same issue did not appear in my test. However, your symptom looks very similiar to the keyboard disappearing bug of Mango. You may want to upgrade to 8107 or disable background task to verify.
Click to expand...
Click to collapse
Yes, you are right. It was a problem at my end. Thanks!
Thunder_ said:
Disclaimer: The clock on the tile may not be correct for various reasons. Please use the system clock for important times.
Click to expand...
Click to collapse
Actually this problem happen on my mozart with mango 8107 rom. The time just stop at battery save on and close screen. Sometimes need repin clock tile then work again. Hope next version fix that issue.
anyway , this is awesome project. Thank you!
eric1204 said:
Actually this problem happen on my mozart with mango 8107 rom. The time just stop at battery save on and close screen. Sometimes need repin clock tile then work again. Hope next version fix that issue.
anyway , this is awesome project. Thank you!
Click to expand...
Click to collapse
This is a limitation of WP7. I have no idea how to fix it at this moment.
Thunder_ said:
Any specifics for this request? Select a picture from the phone library? If so, that will involve quite a bit of image resizing work.
Click to expand...
Click to collapse
Selecting a picture from the picture hub only allows to use .jpg files.
I would prefer to choose a picture from the isolated storage of your app so it´s possible to use .jpg or .png files. The files can be copied easyly to the isolated storage with Windows Phone Power Tools. Just a suggestion...
Anyway it´s great. I have tested it over the night and the tile didn´t stop to work.
The difference to the system time is max. 1 minute....
contable said:
Selecting a picture from the picture hub only allows to use .jpg files.
I would prefer to choose a picture from the isolated storage of your app so it´s possible to use .jpg or .png files. The files can be copied easyly to the isolated storage with Windows Phone Power Tools. Just a suggestion...
Anyway it´s great. I have tested it over the night and the tile didn´t stop to work.
The difference to the system time is max. 1 minute....
Click to expand...
Click to collapse
Understand your point. Don't think this a common request but I will try when I got time.
As for the time difference, my application currently runs every 60 seconds. That's where the difference comes from. But I recently found a way to reduce the difference to, let's say, five seconds. I upload the new verion when I complete it.

[Android 2.1+] Total Screen Filter (updated on 19 October)

*** WATCH VIDEO DEMO !!! ***
This is the easiest and coolest way to apply a screen shade to your phone screen !
Applies a shade that acts as a dimmer to ensure your eyes don't hurt, beyond lowest brightness settings. Great for low light gaming, web browsing, and eBook reading. Saves battery life for AMOLED displays!
Control the filter level with a customizable bar that can be accessed from any application you're in.
Allow to set individual settings for each application in part.
Set custom picture, tiles and more.
Available on Market:
https://market.android.com/details?id=alex.munteanu.tsf
Log changes:
19/10/2012 - Version 1.4
Added the option to move the filter bar up or down from the center position.
Minor bug fixes.
20/04/2012 - Version 1.3
New option to allow the Screen Filter value reach 100%. Use this option carefully !
26/02/2012 - Version 1.2
Added Tasker/Locale plugin !
28/01/2012 - Version 1.1
NEW FEATURE : Softkeys backlight control !
Turn off softkeys when screen filter value reach a configurable preset value
2 methods for turning off softkeys, if doesn't work on your device try the other one, and if both doesn't work please contact me.
Wow. I love the concept.
I didn't have a chance to check out the whole video (youtube was acting up), but does this have the ability to automatically dim the screen to a specified level based on what application I have open? For example, could I set it to automatically dim my screen to the lowest setting when I have my bank app open?
That would probably make this worthwhile.
mfitz8530 said:
Wow. I love the concept.
I didn't have a chance to check out the whole video (youtube was acting up), but does this have the ability to automatically dim the screen to a specified level based on what application I have open? For example, could I set it to automatically dim my screen to the lowest setting when I have my bank app open?
That would probably make this worthwhile.
Click to expand...
Click to collapse
Yes, you can set the level independently for each application, the color, the choice to show/hide the bar.
awesome thank you for advertisment of this app
Version 1.1 is out :
NEW FEATURE : Softkeys backlight control !
Turn off softkeys when screen filter value reach a configurable preset value
2 methods for turning off softkeys, if doesn't work on your device try the other one, and if both doesn't work please contact me.
muntos said:
*** WATCH VIDEO DEMO !!! ***
This is the easiest and coolest way to apply a screen shade to your phone screen !
Applies a shade that acts as a dimmer to ensure your eyes don't hurt, beyond lowest brightness settings. Great for low light gaming, web browsing, and eBook reading. Saves battery life for AMOLED displays!
Control the filter level with a customizable bar that can be accessed from any application you're in.
Allow to set individual settings for each application in part.
Set custom picture, tiles and more.
Available on Market:
https://market.android.com/details?id=alex.munteanu.tsf
Log changes:
28/01/2012 - Version 1.1
NEW FEATURE : Softkeys backlight control !
Turn off softkeys when screen filter value reach a configurable preset value
2 methods for turning off softkeys, if doesn't work on your device try the other one, and if both doesn't work please contact me.
Click to expand...
Click to collapse
Purchased! Thanks..Just waiting for Goog to send it to my phone
Thank you also, if you like it please rate the application on the market.
Sent from my GT-I9100 using Tapatalk
youtube.com said:
Unfortunately, this video is not available in Germany because it may contain music for which GEMA has not granted the respective music rights.
Click to expand...
Click to collapse
could you upload the vid with another soundtrack?
The trial version is expired. Could you update it?
Trial of what... ? Total Screen Filter doesn't have a trial version , only Total Screen Control
Sorry, I did mean Control, posted in a wrong thread.
crimper said:
Sorry, I did mean Control, posted in a wrong thread.
Click to expand...
Click to collapse
I thought so...
There is a Trial of Total Screen on the Market, you can try that one also
muntos said:
I thought so...
There is a Trial of Total Screen on the Market, you can try that one also
Click to expand...
Click to collapse
I looked again and can't find it. There are only two other apps by you - Filter and Network Monitor. Unless it's not available for ICS devices.
crimper said:
I looked again and can't find it. There are only two other apps by you - Filter and Network Monitor. Unless it's not available for ICS devices.
Click to expand...
Click to collapse
The trial is published under a different account, just search in the market for "Total Screen Control" and you'll find also the trial version.
this is nice.,thanks ^_^ i will purchased this..
wow great idea, you are the best
Version 1.2 is out:
Added Tasker/Locale plugin !
thanks alot for posting, keep it up, you're doing great!
I just purchased the app. I like it, especially for the Tasker integration.
I was using the other 'Screen Filter' app for a while but it was
having full brightness flicker issues when I would have Tasker change
the filter % from one value to another. This was incredibly annoying.
I do have a MAJOR request though that I believe would help me truly
appreciate my purchase. The primary reason I use these filters is to
attempt to black out my AMOLED screen.....unfortunately, your Total
Screen Filter app maxes the filter at 94.12%. This is a huge problem
for me. Furthermore, your competitor (Screen Filter by haxor industry)
allows for dimming the screen even further then your app (they allow
for 2% filter....which is what you call 98% in your app....almost
pitch black).
I'm an optical engineer and work in extreme dark rooms alot. Sometimes NO VISIBLE LIGHT can be on in these rooms
while experiments are running...sometimes a very small amount is
acceptable.
So my DESPERATE plea for a feature request:
Allow for users to push the filter further beyond 94.12%....ideally a
full 100% black out. Because honestly, 94.12% is not enough at all for
my purposes. At least allow for a 98% filter so you can be equivalent
to your competitor's capabilities (which is a free app I might add).
I can understand your concerns with allowing this ability (people
unknowingly blacking out their screens). So maybe making it a
non-default ability would work perfectly. I use these filters with
Tasker and have it setup so I can easily remove the screen blackout
under particular conditions. Please help me out here. This ability
would really make me happy.
zhdenny said:
I just purchased the app. I like it, especially for the Tasker integration.
I was using the other 'Screen Filter' app for a while but it was
having full brightness flicker issues when I would have Tasker change
the filter % from one value to another. This was incredibly annoying.
I do have a MAJOR request though that I believe would help me truly
appreciate my purchase. The primary reason I use these filters is to
attempt to black out my AMOLED screen.....unfortunately, your Total
Screen Filter app maxes the filter at 94.12%. This is a huge problem
for me. Furthermore, your competitor (Screen Filter by haxor industry)
allows for dimming the screen even further then your app (they allow
for 2% filter....which is what you call 98% in your app....almost
pitch black).
I'm an optical engineer and work in extreme dark rooms alot. Sometimes NO VISIBLE LIGHT can be on in these rooms
while experiments are running...sometimes a very small amount is
acceptable.
So my DESPERATE plea for a feature request:
Allow for users to push the filter further beyond 94.12%....ideally a
full 100% black out. Because honestly, 94.12% is not enough at all for
my purposes. At least allow for a 98% filter so you can be equivalent
to your competitor's capabilities (which is a free app I might add).
I can understand your concerns with allowing this ability (people
unknowingly blacking out their screens). So maybe making it a
non-default ability would work perfectly. I use these filters with
Tasker and have it setup so I can easily remove the screen blackout
under particular conditions. Please help me out here. This ability
would really make me happy.
Click to expand...
Click to collapse
Hi, it will be implemented in the next version
Regards,
Alex

[APP][5.0+]OBD2 Plugin for Android Auto - Use Torque with AndroidAuto

Update 30.11.2022
End of life and open source.
Due to lots of changes both in Android and in my life, I do not have the possibility to maintain / update the code any further, therefore I've decided to open source.
Code is accessible: https://github.com/borconi/obd2aa
I will like to thank all of those who supported this project.
App Requirement
Torque Pro
OBD2 Reader
Android Auto compatible headunit or at least a copy of the Headunit Reloaded App (see signature).
This app will have limited functionality if you are using Android Auto on a your phone, the only functions you will be able to use is to see are notification about the speed cameras and street card!
Gauges and torque data will NOT work!
Previous XDA purchases can be reclaimed here: https://www.b3itlabs.com/download.php
How to purchase:
Visit: https://www.b3itlabs.com/prod.php?id=2
Instructions on how to get it running:
Option 1 - Will work on any phone & car/headunit combination, however the following features won't: - AutoPlay Music, 6 Tap limit remover, DPI change
After installing the app from XDA Labs, sign up for beta testing here: https://play.google.com/apps/testing/uk.co.boconi.emil.obd2aa and update the app
Once app is updated, make sure you disable auto-update in PlayStore then please uninstall it and reinstall it from XDA Labs.
With your screen unlocked, plug in the phone to the car, when prompted which app to use make sure you select "Android Auto"
Option 2 - Might NOT work on some device combination (for sure it won't work on Xiaomi phones), but if this method works all functions of the app are available
Install
Make sure you do not have any other 3rd party app Android Auto app installed.
Open the app and hopefully it will be quite self explanatory on how to set it up (choose colours, set gauge number, etc)
Open Android Auto (on the phone), go to About, tap the "About Android Auto" header 10 times, once you are a developer from the 3 dotted right corner menu select "Start Headunit Server" (ROOT users can skip this step!)
Close Android Auto
MAKE SURE YOUR SCREEN IS UNLOCKED and connect to the car, when prompted which app to use select "OBD2AA" and always (this needs to be done one time only) - If you are a HUR user select Android Auto and always! (If you do not see the prompt to chose, please go to settings -> apps -> all apps -> Google Play Services -> Clear Defaults and then try again)
Select the last tab on the right, by pressing it again you should see an app selector and choose OBD2AA
Give it a bit of time to start pulling the data from Torque.
Change log
Version 3.2 and 3.3 released 04/11/2018
Fix "drunk" map effect on Sync 3 units
Fixed rooted devices not being able to start headunit server.
Added option to change DPI for your screen!
Added option to auto play music on start
Added option to select default start screen.
Version 3.1 releases 26/08/2018
Compatibility fix for Pie devices.
Tap limit remover now working on all device
Tap limit remover allows Maps to be searchable even when driving.
Can be used for those who have problem with the parking brake wire.
Freeze issues fixes.
Important notes
Version 3.0 releases 05/07/2018
Compatibility fix for AA 3.0 and above.
Added option for overriding 6 tap limits
Added option for Bluetooth Audio output.
Important notes
Thanks to @slash_m_a_x for the support offered on this.
- Some users have reported choppy audio when using the app, this will mainly be due to the speed of the phone, the buffer on the car/headunit and other factors which are out of my control, if that is the case and you cannot use the app please feel free to contact me for a refund.
- Bluetooth Audio output might not work on all devices, it does depend how the car/headunit handles the Bluetooth. There will be devices which completely disable A2DP/Bluetooth capabilities of the car when Android Auto is running. In this case all the sound will be heard from the phone speaker rather then the car speakers.
- Tap limit will be disabled only for cars/headunits which are equipped with a GPS.
- In rare cases it can happen that after unplugging the phone from the headunit you will see a message which says that you are still connected to Android Auto, simply Force Stop the Google Play Services.
- You always need to make sure that Headunit Server is running on the phone (unless you have root), if the icon bothers you simply hide it.
Change log
Version 2.0 releases 17/01/2018
Added new layout option
Added styled gauged
Option for custom background on each gauge.
Option for custom needle on each gauge
Removed integration for CamSam/Blitzer.de (fully integrated now)
Possibility to change needle color
Possibility to adjust arch (indent, position, length) when using custom bg
Separated speed camera settings
Option to only download speed cam db over Wifi
Fixes for min/max value
Speed camera warnings over car speaker (Thanks @martoreto for the how-to)
Street info card
Added French translation (Credit to @fbike for doing the translation)
Added Danish (Credit to @Gunde for doing the translation)
Added Finnish (Credit to @Pyrres for doing the translation)
Added Spanish (Credit to @madabase for doing the translation)
Added Italian (Credit to @ilgaspa for doing the translation)
Version 1.6a - releases 03/10/2017
Fixed negative input for min/max values
Code cleanup
Added Greek language (credit to @sosimple for translating)
Version 1.6 - releases 29/09/2017
Fixes for custom PIDS
Fixes on Graphics rendering.
Fixed overlapping text
Fixed PSI/BAR conversion
Enhanced the gauge style.
Different approach for torque data pulling.
Moved to service should start work automatically when connected to the car
Added Supports PID alarms from Torque.
Added Toggle/Collapse layout for Pid settings.
Added Preview button with random data
Added Option to toggle units display
Added notification cleanup on exit
Added translation for DE,HU,RO (Credit to @FormelLMS for DE)
Added import/export setting option
Added option for colored text
Added TPMS option/screen
Added option to override car's headlights based on day/night
Added warning screen if nothing is configured to prevent black screen with no information.
Added more settings and move them to separate Settings options.
Added customizable background
Added search for PIDs
Added Support for Heads-Up notification
Added Speed camera warnings (powered by CamSam Plus)
Supported settings/Features:
3 x Colors for each gauge
Text color
Toggle needle, arch,units,scale,decimal and text for each gauge.
Variable number or gauges ( 1 - 15 )
Set warning limit for each gauge (percentage). This will be calculated relative to the given PID max value which is retrieved from Torque at runtime.
Possibility to set gauge in reverse mode. (example fuel tank)
Units will be converted automatically based on your Preferences in Torque
TPMS Screen (if you have PID's for TPMS data)
Possibility to use custom background/needle for each gauge
Low Fuel warning
Warm Engine warning
Speed Camera Heads Up Warning
Option to Overwrite Headlights state based on calculated sunset/sunrise
How to use it?
Open app and select each PID you want to display on your screen, adjust the number or gauges you want to see adjust the preference for each PID. If you want to use custom background/needle and interested on how to, please read HERE
Locking Pid values
On some PID's Torque reports wrong min/max values, by default if while using the application a reported value is higher/lower than the initially reported range, the app will adjust the range to the new values. However in some cases this is not desired and you will like to specify manually what is the min and max value for the give PID. In this case, simple edit the minimum/maximum for the pid and they will become locked, meaning the app won't make any adjustments.
By editing, it means you have to change the min or max value, the lock is triggered by the first keypress on this input fields.
The lock will be automatically removed when you select a different PID for the same gauge.
Preferences menu
Alternative pulling - Only enable this option if you have difficulties getting gauges updated, it uses an old deprecated method of obtaining data so should not really be used.
Enable debugging - Only enable it if you have problems with the app and I requested you to collect a bug report, otherwise it will spam the logs for no reason.
Automatically start Torque on Android Auto - Nothing to explain here
Launch FartKontrol on start - launches a Danish Speed Camera app (useless outside Denmark)
Custom Background (any background you will like to use instead of the black color)
Demo - When enabled random data is generated for the PID's just to see how things will look (in case you do not have an OBD2 adapter), so don't enable it.
Pid Alarms section. You can set up a low level fuel warning (displayed as a heads up notification) and a notification when the engine is warmed up. There a several PID options for both of this, pretty self explanatory.
TPMS Settings
- You set up the 4 PID's for TPMS, this will be used to display the tyre pressure values on the TPMS screen inside Android Auto
Speed Camera
Show current street card - Displays information about current street (name and speed limit if know). This information is updated once in 5 seconds and at a minimum distance of 200 meters so it's not 100% accurate it's more for general information.
Enable speed camera warnings - This will enable the app to display speed camera warning when driving, like any app which does this it relies on a database, which means it does NOT guarantee that it will warn you of all the cameras, and it might also produce false warnings. All options are pretty self explanatory.
Export & Import
- Allows you to export your current app configuration file which can later be imported (grate way of saving time of re-doing everything) after a clean install or so. The format use for Export & Import is JSON so if you want you can manually edit/adjust the values. Please see following post for more details about the sturcture/value/meanings
Permissions
Read notification permission - Only required so the app can read the notifications from CamSam and display them on AA scren
Locations - Only required if you want the app to overwrite the day/night theme based on sunset/sunrise
Storage - Only needed if you want to use your personal image as a background and/or planning to import/export settings
Can I create my own layout for the gauges?
- Yes, see instructions below:
Here is an example of the XML structure required, once you created the XML please send it over by email to [email protected] and I will include it in the next build.
Code:
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:tag="wrapper_layout">
<!-- Left column -->
<View
android:layout_width="226dp"
android:layout_height="226dp"
android:layout_gravity="center_vertical|start"
android:tag="gauge_2"
/>
<!-- Middle column -->
<View
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
android:tag="gauge_1" />
<!-- right column -->
<View
android:layout_width="226dp"
android:layout_height="226dp"
android:layout_gravity="center_vertical|end"
android:tag="gauge_3" />
</FrameLayout>
Important
Each view must contain a tag, which is formated like in the example, where the number corresponds to the Gauge number from the setting screen.
The layout which wraps everything together must have a tag called: wrapper_layout
You are free to use any Layout you want, except ScrollView.
How to produce bug report?
Step 1 you need to enabled debugging in OBD2AA app, then follow this instruction set:
2. Enabling Developer Mode
Open Settings > About phone.
Scroll down to the Build number.
Tap the Build number 7 times in quick succession until "You're now a developer" appears.
Return to the Settings menu and select Developer options.
At the top of the screen, make sure 'Developer options' is set to On (green).
Scroll down to Debugging and enable both USB debugging and Bug Report Shortcut on (green).
Tab on Logger buffer sizes: Default setting is 256K. Select 16M to help capture more information for debugging. Of note, it can affect the apps performance especially with lower spec phone, so change it back after you have finished submitting bug reports.
3. Capturing a Bug Report
It's very important to do this right after you experience the issue again, so your device can log at least one occurrence of the issue.
Hold the Power button down until the menu appears.
Select Take bug report. and wait for the device to capture the bug report.
Tap the 'Bug report captured' notification when it appears.
Share the bug report. (I recommend to email it to yourself.)
Download the bug report to your computer.
Send the bug report by email to [email protected]
I have decided to open up my software, meaning I have made the source code available on GitHub, but it's only available for personal use, and you are not allowed (under any form) to redistribute your own version of the app. You can download and compile it yourself if you wish to do so, and you can implement your own changes for your own personal use, but you cannot create clones of the software which you redistribute under your own name. Source can be found here: https://github.com/borconi/obd2aa.
Due to the fact that there are some irresponsible developers out there, who created video apps for moving cars, which was one of the main reasons Google blocked 3rd party apps, I won't be updating the code on github any more, to try to prevent those developers to use my technique to overcome the limits. If you are developing a 3rd party app and you will like to know more about how I have done this, you are always welcome to contact me. If your project is something useful, I will be more then happy to share things with you.
This does not mean it is now a free app and apk can be freely shared!
Amazing work Emil, this along with your (and ofcourse @mikereidis) Headunit Reloaded app is perfect for Android Auto on the cheap ,
Gotta subscribe to this thread! The possibility of custom PIDs would be of huge interest to me.
Seems like its stuck without any option to change on Kmph rather than mph for speed etc, its set to mph in torque
fma965 said:
Seems like its stuck without any option to change on Kmph rather than mph for speed etc, its set to mph in torque
Click to expand...
Click to collapse
Yeap a few things to iron out....
Just to tired to work on it tonight.... it was a long one yesterday to get the alpha done for today but planning to work on it this weekend....
Emil Borconi said:
Yeap a few things to iron out....
Just to tired to work on it tonight.... it was a long one yesterday to get the alpha done for today but planning to work on it this weekend....
Click to expand...
Click to collapse
No worries, i wrote that quickly... other than that seems good, still figuring out what my car supports though. thinking about selling my tablet setup and buying the same car thing as me
fma965 said:
No worries, i wrote that quickly... other than that seems good, still figuring out what my car supports though. thinking about selling my tablet setup and buying the same car thing as me
Click to expand...
Click to collapse
Well I love my setup but I HATE my handsfree, have to come up with some solution for that because it's cr...
Emil Borconi said:
Well I love my setup but I HATE my handsfree, have to come up with some solution for that because it's cr...
Click to expand...
Click to collapse
does it not support external microphones?
fma965 said:
does it not support external microphones?
Click to expand...
Click to collapse
No. I have to try with a USB soundcard (which I use with my Odroid) but haven't got the chance yet, or I might just hook my himbox to the AUX in and use it that way. The built in mic is almost unusable especially over 30 MPH.
And first version of the app is live!
Bought, installed and looking good.
I've got the Prius PIDs plugin installed in Torque so I can see the data on my Prius C.
Only about half those PIDs are available to be selected, it looks like it's hitting the maximum number of allowed items in the "Select PID" list.
Great, could you please tell me, where I can find it?
FormelLMS said:
Great, could you please tell me, where I can find it?
Click to expand...
Click to collapse
The XDALabs app was a pain, I had to:
Install the XDA app from the Play Store
Log in
Install the XDALabs app it prompted me to install
Log in again
Then open Emil's link from the first post in the XDALabs app.
Ok, thank you. Any chance to have this in play store?
Hi.
Sorry for the pain caused by XDA labs, unfortunately Google play rejected the app submission so I cannot make it available trough that channel.
As for custom PIDs yes intending to support them in the future. Currently torque doesn't provide a method to expose them to 3rd parties so I need to speak with Torque developer if that is possible, alternatively I will need to fallback to manual PID configuration.
I will see if I can build a quick webpage to host/sell the app could potentially make it easier to get the app, but it will make it more difficult to keep it updated.
Emil Borconi said:
Sorry for the pain caused by XDA labs, unfortunately Google play rejected the app submission so I cannot make it available trough that channel.
Click to expand...
Click to collapse
Understood, I had a feeling Google wasn't going to allow it.
One of the issues with XDA is that you can get there via the web but it's not obvious at all how to buy it from there.
Then you have to jump through hoops to get the right app.
Emil Borconi said:
As for custom PIDs yes intending to support them in the future. Currently torque doesn't provide a method to expose them to 3rd parties so I need to speak with Torque developer if that is possible, alternatively I will need to fallback to manual PID configuration.
Click to expand...
Click to collapse
It's already showing around half of the Prius custom PIDs, it's like the list just runs out of space for more items.
edit:
Screenshot link
leonkernan said:
Understood, I had a feeling Google wasn't going to allow it.
One of the issues with XDA is that you can get there via the web but it's not obvious at all how to buy it from there.
Then you have to jump through hoops to get the right app.
It's already showing around half of the Prius custom PIDs, it's like the list just runs out of space for more items.
Click to expand...
Click to collapse
I'll send you a logging version at some point this weekend just to see if how much data Torque actually send over. For example it doesn't show any of my custom PIDs for KIA.
Thanks for this, it is awesome..
A magnificent add to the current great app.
Here is photo of my test
too low ISO 320.
My Observation:
1: I added in Gauge 2 : Volts(CM), then put "13.5" in W.Level 1, and 12 in W.Level 2, when I switch to ODB2AA it wont open and switch back to the current tab.
then I changed W.Level 1 to "13" and it works, so looks like it wont accept a decimal value!, don't know if its a bug or error from my side.
2: Each time I switch to the OBD2AA tab it takes 13s for the data to be pulled.
3: Just once "no data pulling", I had to unplug/plug usb to work.
suggestion:
* It would be good if there is a timeout option for the data pulling to stop, so no 13s delay when switch back and forth in that time, I don't know if it is applicable in AA.
Great job Emil.
MAJED.y said:
A magnificent add to the current great app.
Here is photo of my test
My Observation:
1: I added in Gauge 2 : Volts(CM), then put "13.5" in W.Level 1, and 12 in W.Level 2, when I switch to ODB2AA it wont open and switch back to the current tab.
then I changed W.Level 1 to "13" and it works, so looks like it wont accept a decimal value!, don't know if its a bug or error from my side.
2: Each time I switch to the OBD2AA tab it takes 13s for the data to be pulled.
3: Just once "no data pulling", I had to unplug/plug usb to work.
suggestion:
* It would be good if there is a timeout option for the data pulling to stop, so no 13s delay when switch back and forth in that time.
Great job Emil.
Click to expand...
Click to collapse
Check your email The version you are mentioning is the Beta, the release version has all those sorted
Sorry I'm moving too fast

[GUIDE] Device Settings Menu | Part II - Sounds and vibrations, Notifications, Themes

Device Settings Menu Guide, Tips & Discussions
Part 2 - Sounds and vibration, Notifications, Wallpaper and themes​
If you're new to this series or want to see the index, please read the Introductory Post first.​
Sound and vibration
Vibrate while ringing: I have enabled it as in environments where ringtone is not loud enough, vibrations in my pocket helps me.
Ringtone: Set Ringtone for each of your SIMs. Tap Add to add music from your storage. Select 'Highlights only' to play only a specified part of the track and not necessarily from the beginning. This way you can make ringtones from the music track itself but anyways here are the best ringtones sites. The existing catalog in the device has few nature-inspired tones - I've set it to 'Friday'.
Vibration Pattern: Specifies vibration pattern for your Calls. Choose it to something by which you can easily differentiate your calls from a standard notification from the initial vibration itself. I've set it to 'Off-beat'.
Notification sounds: You can set customized notification for each app in app's settings itself so set this one as a default notification - something short that won't annoy you. My choice is 'Twinkle'.
Volume: Play with them to find what suits you. In my case, System (touch sounds, back button sounds, etc.) is zero while notifications on the lowest side. You can still control them by pressing volume rocker and then expanding the pop-up.
Vibration Intensity: If you get annoyed, like I do, by vibrations for every notification, set it to zero or alternatively set it to a lower level while tweaking individual app notification settings to allow/disallow vibrations. 'Touch interaction' is for on-screen touches while 'Hard press home button' is for the hard home button in Note9.
Use Volume keys for media: I never wanted to control ringtone with volume rockers. Must be enabled!
System sounds and vibration: Touch sounds; Screen lock sounds; Charging sounds; Vibration feedback; Dialling keypad tones; Keyboard sounds; Keyboard vibration; Touch vibration: I've set it off; on; on; on; off; off; off (I use SwiftKey); on.
Advanced sound settings > Sound quality and effects, Separate app sound:
Dolby Atmos: Read about it here. I've set it to Auto. You can easily toggle modes from the notification bar itself (move it to first page).
Equaliser: Play with it to decide what's best for you. Here is an Equaliser guide for you so that you can play with the Advanced mode as well.
UHQ upscaler: Bit-upscaling works best for me. Read a pro analysis on UHQ upscaling modes here.
Tube Amp Pro; Concert hall: They are disabled when using Dolby Atmos. I prefer Dolby Atmos over either of them.
Adapt Sound: Do try it! Add trying a new profile for each of your earphones or audio device and personalise sound. You can try existing profiles and toggling Clear or Soft sound preference.
Seperate app sound: Useful in cases where you don't want an app's sound to play on your default audio device. I have set 'App' to Chome/Facebook and Audio device to 'Phone' so that they don't accidently play on the connected device in case Bluetooth is left on.
Notifications
App icon badges: Useful though I use similar feature 'Notification badges' in Nova Launcher.
Do not disturb: You can schedule it though I recommend Tasker or IFTTT for scheduling stuff. Do explore Allow exception > Custom to enable 'Repeat callers', allowing calls/messages from specific group, allowing event/task/reminders. Customize DND so that your 3rd-party (scheduling) apps when enabling it enables your customized settings. Review 'App rules' when set by them. Allow or disallow LED or visual notifications when DND is enabled.
Status bar: Since I usually get a lot of notifications, I've disabled 'Show recent notifications only'. It's not a bad idea to get the actual percentage of battery level so enable 'Show battery percentage'.
LED indicator: Enable and then try apps like LightFlow (Pro) to define pro LED settings.
App Notifications: You can customize each App's notification here itself or can do this simply in that App's settings. I prefer customizing App settings when they arrive in the notification bar by holding the notification and tapping settings. This way, in some time, you'll make your app notifications fully customized for all of those that bother you. With Pie, you have now greater control of each app's notification. You can even customize notification subcategories of a particular app. Do check 'silent and minimized' mode that doesn't create a mess in your notification panel as well as minimizes the content by default with no sound. Do you need a separate guide to master this? Do tell. You can also refer to a good article here.
Advanced:
Allow or disallow lock screen notifications, DND exception and Importance. As above, I prefer doing this via app settings when needed.
Menu: 'Show system apps' for customizing notifications of the bloatware. 'Reset preference' in case you believe you have messed up with all your notifications or you need a fresh start.
Wallpaper and themes
It will route you to Samsung Themes. I use seperate icon and theme packs for Nova Launcher. I do use AOD packs from the Themes. Do explore this section on XDA itself. I'm going to develop some themes (preferably AOD skins) soon and will let you know. Learn how to develop yours here.
-- Reserved for FAQs --
Is it just me, or am I completely missing the point of this? You've gone to all the trouble of explaining in great detail, a series of self explanatory settings.
It reads more as a long list just of what you have all your settings on haha.
beta546 said:
Is it just me, or am I completely missing the point of this? You've gone to all the trouble of explaining in great detail, a series of self explanatory settings.
It reads more as a long list just of what you have all your settings on haha.
Click to expand...
Click to collapse
Assuming that you have read the Introductory Post, I'm really sorry if it didn't work for you. I had tried to make sure that I don't iterate self-explanatory things that's why I haven't copy-pasted the descriptions that comes with the device. While exploring all the settings, I had to google many of them - maybe not a pro user like you. That's the reason I decided to compile this.
No worries if this series fails for everyone (though I believe there would be a group of users that I'd be able to help in anyway - maybe non-XDA users). Even if it's a no-go, moderators are free to close this thread. I always wanted to document the settings and this will at least help me in the future.
Peace.
Paras Lehana said:
Assuming that you have read the Introductory Post, I'm really sorry if it didn't work for you. I had tried to make sure that I don't iterate self-explanatory things that's why I haven't copy-pasted the descriptions that comes with the device. While exploring all the settings, I had to google many of them - maybe not a pro user like you. That's the reason I decided to compile this.
No worries if this series fails for everyone (though I believe there would be a group of users that I'd be able to help in anyway - maybe non-XDA users). Even if it's a no-go, moderators are free to close this thread. I always wanted to document the settings and this will at least help me in the future.
Peace.
Click to expand...
Click to collapse
Keep up the good work, please, finish the entire series. :good:
This is a great idea, if one feels they don't need it, they can simply move on to the rest of the device forum.
If nothing else it's a more detailed/user-friendly version of the OEM User guide.
Sent from my SM-N960U using XDA Labs
KOLIOSIS said:
Keep up the good work, please, finish the entire series. :good:
This is a great idea, if one feels they don't need it, they can simply move on to the rest of the device forum.
If nothing else it's a more detailed/user-friendly version of the OEM User guide.
Sent from my SM-N960U using XDA Labs
Click to expand...
Click to collapse
Really gives me motivation, sir. I had already compiled the full series before moving to XDA. Three of total five parts are already posted. I was bit demotivated that's why was hesitating to immediately post the remaining two. They'll be posted within an hour now.
Thanks.
Paras Lehana said:
Really gives me motivation, sir. I had already compiled the full series before moving to XDA. Three of total five parts are already posted. I was bit demotivated that's why was hesitating to immediately post the remaining two. They'll be posted within an hour now.
Thanks.
Click to expand...
Click to collapse
This is something I think should be a part of every device forum,especially the more popular devices.
Perhaps approach the powers that be @ XDA with the idea,to have this sort of breakdown of the phone,in its own sub-section of a device forum,to go along with the 5-6 existing sub-sections.
Such a section would address a lot of questions people have regarding their devices.
Maybe XDA will offer you (& others) a position on their staff to take this up................... :good:
KOLIOSIS said:
This is something I think should be a part of every device forum,especially the more popular devices.
Perhaps approach the powers that be @ XDA with the idea,to have this sort of breakdown of the phone,in its own sub-section of a device forum,to go along with the 5-6 existing sub-sections.
Such a section would address a lot of questions people have regarding their devices.
Maybe XDA will offer you (& others) a position on their staff to take this up................... :good:
Click to expand...
Click to collapse
Thanks for identifying the long-term goal of mine. I always wanted a single discussion space for similar kind of queries. While exploring every other unfamiliar setting on the device, when I googled them, I saw a lot of similar threads even in same website like XDA. Thanks for the suggestion, I'll surely try.
I'm now done with all the five parts (here is the index). I surely need more criticism to improve but I'm sure this is the way to go. I have been a pro mobile user since 2012 and I can bet on that most of the users have never explored even the basic settings in their devices. Even if I help a dozen of them, this is my success.
Thanks for supporting. Let's see how this works.
Why are you posting this ?
There's a very good "USER MANUAL" on the "Samsung"-site available:
User Manual Samsung Galaxy Note9
Why am I posting this?
henklbr said:
Why are you posting this ?
There's a very good "USER MANUAL" on the "Samsung"-site available:
User Manual Samsung Galaxy Note9
Click to expand...
Click to collapse
I'm really sorry for disappointing you. It would be nicer if you could tell me how to improve the content. Coming to your 'Why' part, I think I have already explained it in the Introductory Post as well as included the message in top of every part.
I had already gone through the User Manual before I decided to compile this. User Manual has over 300 pages and it's too descriptive. It's feasible for a step-by-step process of a specific feature with even describing every button click and combination. I've summarized every single one of them in 5 parts. No one is going to read the manual in one go but I was able to fresh start my device in few minutes by going through my documentation. This may be a bad idea but as @KOLIOSIS says, I also think that this should be a basic part of each device's forum.
If manual could answer everything, why are there multiple QAs on XDA with similar queries like these:
samsung pay fingerprint section greyed out
wifi power saving mode
phone visibility
bluetooth low energy
seperate app sound
These are only few ones which I have just find out by going through first 2 parts and picking up any settings randomly. And I have filtered out results from XDA only. You'll see hundred of similar posts over many forums. This is a new idea and I will be happy to admit even if it fails. I get no worries for trying something new.

Categories

Resources