What's something so insignificant but you can't live without ?
- By Steven58
- Ask a question
- 31 Replies
I probably can live without everything. It's people I can't live without.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
A soft reset worked. Thanks!It could be a firmware glitch that a soft reset would likely fix. The sad fact is, phones are not designed to last forever and the problem could be age related.
Well in general you can't, but there are occasional exceptions, e.g. there are a small number of Sony devices you can install Jolla's Sailfish OS on (which is a descendant of MeeGo rather than Android), or Ubuntu Touch which has a longer list of supported phones, but mostly older devices.
You can have a go at building such things yourself, e.g. Jolla make resources available if you want to try to build a version for another device. But there will be a learning curve before you can try this.
On Pixel 6 with latest software it does not have this option. The only thing under Backup is to turn it on or off, no folder selection sliders available.Open Photos
Upper right hand corner go to Settings
Then go to Backup
Then select Backup Device Folder
Then turn Screenshots off (I have screenshots backed up turned on - see photo below)
View attachment 167749
solution for WhatsApp Business notifications during off-hours? Currently, manually toggling the app is a workaround. Explore apps that temporarily block notifications or consider Android's "Do Not Disturb" mode with scheduled settings. This can aid in uninterrupted work-rest balance, ensuring notifications align with your work hoursI am using whatsapp business account and i want to find a way to stop the app from showing notification when i am off work. I was looking for some kind of app the will stop an app for few hours or at set times and then turn it back.
I found some apps that restrict me to open the app but they still show the app notification when someone send a message.
At the moment manually close the up and start it again when needed but i would like to find another way and will appreciate if someone can help.
Maybe in the USA, but in the rest of the world, it has long been illegal for a phone manufacturer to lock their phones to a specific MNO.In my opinion OnePlus is a sinking ship. The biggest reason is being a T-Mobile exclusive device (s) they eliminated a lot of potential clients.
OH shoot it does too! I didn't expect that on my cheap and cheerful A13 so I didn't even check - I've never even been that far into the battery settings.FWIW my Galaxy Note20 has an automatic stop charging at 85% option in the settings. Other Samsungs may have the same or similar.
Cool! I bet it is handy. I wore a watch band years ago that not only velco attached around the wrist but it had a velcro attached flap that covered the watch face. My work was so abusive to watch faces that within just a few months the crystal was so cracked and scratched there was no seeing the time. It was perfect protection though it made checking the time a two handed adventure.Yep velcro. I dig it. It's perfect for work for me.
name: deploy-apk | |
on: | |
workflow_dispatch: | |
push: | |
tags: | |
- 'v[0-9]+.[0-9]+.[0-9]+([0-9]+)' | |
env: | |
APP_CENTER_TOKEN: ${{ secrets.APP_CENTER_TOKEN_MYAPP_ANDROID_TEST }} | |
APP_NAME: ${{ 'kardas_apps/ENV_TEST' }} | |
TESTING_GROUP: ${{ 'ENV_TEST' }} | |
UPLOAD_FILE: ${{ 'android/app/build/outputs/apk/app-release.apk' }} | |
jobs: | |
build: | |
name: Build | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: set up JDK 1.8 | |
uses: actions/setup-java@v1 | |
with: | |
java-version: 1.8 | |
- name: npm init | |
run: npm init | |
- name: Install dependencies | |
run: npm install | |
- name: Build android | |
run: npm run cd android && ./gradlew assembleRelease | |
- name: Upload to App Center | |
uses: wzieba/AppCenter-Github-Action@v1 | |
with: | |
appName: ${{ env.APP_NAME }} | |
token: ${{ env.APP_CENTER_TOKEN }} | |
group: ${{ env.TESTING_GROUP }} | |
file: ${{ env.UPLOAD_FILE }} | |
notifyTesters: true | |
debug: false |
I've never seen that on a Samsung phone. Is it a carrier version phone you've got there?Every time I get a voicemail Samsung notification makes it available directly only as video voicemail. I don't want to download that Samsung app with whatever terms/conditions it has.. To listen to it as audio I have to go to the Contacts, search for Samsung voicemail phone number, and then call it. How can I set so that the notification will take me directly to audio voicemail? That's how it works on my other LG phone.