• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Locking icons on homepage

Hi All

I have a Metro PCS Moto G phone and been trying to find out how to LOCK my icons on my screen as I accidentally removed a folder earlier and had to re-put all my icons back into the folder.

I know on my wife's Samsung tablet we can lock her icons but could not find a setting like that on my Moto G. Where can I find this is is there a free app that will just simple let me lock my icons onto the home page so I don't accidentally remove the icon?

Thanks

Help PUK code

My wife has an Oppo A54s, if it were to run out of power completely or she switches it off, when it is re-started, the phone, it asks her to change the PUK code, she has to do this before she can use the phone again This has happened from day one, so not sure if a setting needs changing. Also not very secure as anyone could pick up the phone, power it off, re-start, change the PUK and start using it.
Any help would be appreciated.

how to disable whatsapp for a while on android .

WhatsApp is the most used social media platform in India. Everyone nowadays wants to go Invisible On WhatsApp. As we know, in terms of numbers, about 340 million people from India use WhatsApp, which is way more than any other country. As a matter of fact, this social media platform has become an inseparable part of the majority of people living in India. Now, if you want to fall off the radar without actually deleting the app, there are ways to achieve ‘How to disable WhatsApp’.



  • 1. Turning OFF Notification sounds for Whatsapp
  • 2. Disable notifications for WhatsApp to go Invisible On WhatsApp
  • 3. Disabling Notification lights for WhatsApp notifications to go Invisible On WhatsApp
  • 4. Invisible On WhatsApp – Force Closing WhatsApp
  • 5. Disable background data for WhatsApp to go Invisible On WhatsApp


faqchat.ru

Apps Running Qt C++ files in Android Studio

Hi, I am trying to create an app for local machine translation. I have a GUI for it. I need to embed a QT desktop project as a library in order to use some functionalities of that project.

For now I just have one Qt C++ file in order to check if running Qt files in Android Studio is even possible but I keep getting errors. I was wondering if anyone could help me with this. Thanks!
I'm pasting the build output of the most recent error that I got:

Executing tasks: [:app:assembleDebug] in project C:\UNI\4th_Year\Thesis\translateLocally for Android

> Task :app:createDebugVariantModel UP-TO-DATE
> Task :app:preBuild UP-TO-DATE
> Task :app:preDebugBuild UP-TO-DATE
> Task :app:mergeDebugNativeDebugMetadata NO-SOURCE
> Task :app:compileDebugAidl NO-SOURCE
> Task :app:compileDebugRenderscript NO-SOURCE
> Task :app:dataBindingMergeDependencyArtifactsDebug UP-TO-DATE
> Task :app:generateDebugResValues UP-TO-DATE
> Task :app:generateDebugResources UP-TO-DATE
> Task :app:mergeDebugResources UP-TO-DATE
> Task :app:packageDebugResources UP-TO-DATE
> Task :app:parseDebugLocalResources UP-TO-DATE
> Task :app:dataBindingGenBaseClassesDebug UP-TO-DATE
> Task :app:generateDebugBuildConfig UP-TO-DATE
> Task :app:javaPreCompileDebug UP-TO-DATE
> Task :app:checkDebugAarMetadata UP-TO-DATE
> Task :app:mapDebugSourceSetPaths UP-TO-DATE
> Task :app:createDebugCompatibleScreenManifests UP-TO-DATE
> Task :app:extractDeepLinksDebug UP-TO-DATE
> Task :app:processDebugMainManifest UP-TO-DATE
> Task :app:processDebugManifest UP-TO-DATE
> Task :app:processDebugManifestForPackage UP-TO-DATE
> Task :app:processDebugResources UP-TO-DATE
> Task :app:compileDebugJavaWithJavac UP-TO-DATE
> Task :app:mergeDebugShaders UP-TO-DATE
> Task :app:compileDebugShaders NO-SOURCE
> Task :app:generateDebugAssets UP-TO-DATE
> Task :app:mergeDebugAssets UP-TO-DATE
> Task :app:compressDebugAssets UP-TO-DATE
> Task :app:processDebugJavaRes NO-SOURCE
> Task :app:mergeDebugJavaResource UP-TO-DATE
> Task :app:checkDebugDuplicateClasses UP-TO-DATE
> Task :app:desugarDebugFileDependencies UP-TO-DATE
> Task :app:mergeExtDexDebug UP-TO-DATE
> Task :app:mergeLibDexDebug UP-TO-DATE
> Task :app:dexBuilderDebug UP-TO-DATE
> Task :app:mergeProjectDexDebug UP-TO-DATE
> Task :app:configureCMakeDebug[arm64-v8a]

> Task :app:buildCMakeDebug[arm64-v8a] FAILED
C/C++: ninja: fatal: CreateProcess: Access is denied.

> Task :app:configureCMakeDebug[armeabi-v7a]

> Task :app:buildCMakeDebug[armeabi-v7a] FAILED
C/C++: ninja: fatal: CreateProcess: Access is denied.

> Task :app:configureCMakeDebug[x86]

> Task :app:buildCMakeDebug[x86] FAILED
C/C++: ninja: fatal: CreateProcess: Access is denied.

> Task :app:configureCMakeDebug[x86_64]

> Task :app:buildCMakeDebug[x86_64] FAILED
C/C++: ninja: fatal: CreateProcess: Access is denied.

> Task :app:mergeDebugJniLibFolders UP-TO-DATE
> Task :app:validateSigningDebug UP-TO-DATE
> Task :app:writeDebugAppMetadata UP-TO-DATE
> Task :app:writeDebugSigningConfigVersions UP-TO-DATE

FAILURE: Build completed with 4 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:buildCMakeDebug[arm64-v8a]'.
> com.android.ide.common.process.ProcessException: ninja: Entering directory `C:\UNI\4th_Year\Thesis\translateLocally for Android\app\.cxx\Debug\z595a5g4\arm64-v8a'

C++ build system [build] failed while executing:
@echo off
"C:\\Users\\karma\\AppData\\Local\\Android\\Sdk\\cmake\\3.18.1\\bin\\ninja.exe" ^
-C ^
"C:\\UNI\\4th_Year\\Thesis\\translateLocally for Android\\app\\.cxx\\Debug\\z595a5g4\\arm64-v8a" ^
translatelocally
from C:\UNI\4th_Year\Thesis\translateLocally for Android\app
ninja: fatal: CreateProcess: Access is denied.


* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:buildCMakeDebug[armeabi-v7a]'.
> com.android.ide.common.process.ProcessException: ninja: Entering directory `C:\UNI\4th_Year\Thesis\translateLocally for Android\app\.cxx\Debug\z595a5g4\armeabi-v7a'

C++ build system [build] failed while executing:
@echo off
"C:\\Users\\karma\\AppData\\Local\\Android\\Sdk\\cmake\\3.18.1\\bin\\ninja.exe" ^
-C ^
"C:\\UNI\\4th_Year\\Thesis\\translateLocally for Android\\app\\.cxx\\Debug\\z595a5g4\\armeabi-v7a" ^
translatelocally
from C:\UNI\4th_Year\Thesis\translateLocally for Android\app
ninja: fatal: CreateProcess: Access is denied.


* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:buildCMakeDebug[x86]'.
> com.android.ide.common.process.ProcessException: ninja: Entering directory `C:\UNI\4th_Year\Thesis\translateLocally for Android\app\.cxx\Debug\z595a5g4\x86'

C++ build system [build] failed while executing:
@echo off
"C:\\Users\\karma\\AppData\\Local\\Android\\Sdk\\cmake\\3.18.1\\bin\\ninja.exe" ^
-C ^
"C:\\UNI\\4th_Year\\Thesis\\translateLocally for Android\\app\\.cxx\\Debug\\z595a5g4\\x86" ^
translatelocally
from C:\UNI\4th_Year\Thesis\translateLocally for Android\app
ninja: fatal: CreateProcess: Access is denied.


* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:buildCMakeDebug[x86_64]'.
> com.android.ide.common.process.ProcessException: ninja: Entering directory `C:\UNI\4th_Year\Thesis\translateLocally for Android\app\.cxx\Debug\z595a5g4\x86_64'

C++ build system [build] failed while executing:
@echo off
"C:\\Users\\karma\\AppData\\Local\\Android\\Sdk\\cmake\\3.18.1\\bin\\ninja.exe" ^
-C ^
"C:\\UNI\\4th_Year\\Thesis\\translateLocally for Android\\app\\.cxx\\Debug\\z595a5g4\\x86_64" ^
translatelocally
from C:\UNI\4th_Year\Thesis\translateLocally for Android\app
ninja: fatal: CreateProcess: Access is denied.


* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

BUILD FAILED in 12s
40 actionable tasks: 8 executed, 32 up-to-date

Help Pixel 5a Full/Image Backup Options

Hey all. I've been getting bothered by my Pixel 5a to upgrade to Android 13 for a while now and am getting sick of it. I understand it's for security and bugs, but i know from experience that updates always cause phones to run slower, if not cause more problems with apps or features.

I'm willing to try to upgrade to it, but i'd like to make a full/complete backup with a service/application that can preferably take a full image backup that can be restored if needed.

I'm looking for something similar to Clonezilla for laptops/desktops that can take a full image backup that can be restored fully as if nothing changed.

Does anybody know any options for full android image backups, or at least the next closest thing to that to restore the phone from a backup?

Need SMS/MMS app recommendation with Group options

Hello,
I'm looking for an SMS/MMS app that would allow me to somehow group about 20 contacts and then assign every single one of those contacts the same notification sound without having to change each contacts notification sound every single time I'm on-call.

Scenario: We have about 15 servers at work (and I have 5 coworkers on my team) that will send a message to [phone number]@[carrier].com when something breaks. At the end of my on-call period, I want to be able to either silence or change the notification sound on all of those contacts (or possibly the group....if that's possible to assign to a group) in one fell swoop without having to go into every single contact record and making 20 different changes.

I'm not referring to a group message....our pages/texts don't work like that. Each server is configured to send a text/page to our company Outlook group which sends it to 7 addresses everyone in our group all the time. When I'm not on call, I'd like to silence the pages from those 20 servers (or at least change the notification sound to something that isn't loud and annoying). I'm referring to assigning each contact to a group so that I can change the notification once. When I get a page from one server, it comes from [server name]@[organization domain]. I might not have a server page me for a full year whereas another server might page/text me a few times a week.

Are there any SMS/MMS apps out there that allows me to change a notification on a group of contacts all at once? I use a Galaxy S22+ and the standard Messages app doesn't allow me to set it up this way as far as I can tell. I'm even willing to pay a few bucks for an app that will allow me to put contacts into a group and manage notifications on the group all at once.

Thanks,
John

Help Voice typing no longer active?

I'm hoping that someone can help me recover voice typing, which seems to have disappeared from my Pixel 6. Hacker's Keyboard was previously recommended and I've become accustomed to it, but that also is non-functional. 2 screenshots are attached, one of which shows the active keyboard during text messaging.

Please help?

Attachments

  • Screenshot_20230116-131745.png
    Screenshot_20230116-131745.png
    262.3 KB · Views: 137
  • Screenshot_20230116-131617.png
    Screenshot_20230116-131617.png
    398.3 KB · Views: 105

Unknown app messing up my MotoG screen

Hello,
I want to delete an unknown app that is permanently active on my MotoG screen. It seems to some kind of drawing app because when I touch the screen with my finger a blue crosshair appears, and when I move my finger around the screen it leaves a thin red line behind. Also at the top of the screen is a row of numbers which keep changing as my finger moves about.
It’s been driving me nuts for weeks now I just want rid of it, if anyone can help I will be really grateful,
regards from Ron

Browser recommendation

Can anyone recommend an Android browser with a light footprint that also allows you to disable/filter ads using a plugin/extension? I did a Google search and I installed a couple of recommended browsers that allow for ad blocking - Firefox Focus and Kiwi. However, FF doesn't seem to have any ability to block and although I can go through the motions using AdGuard AdBlocker in Kiwi it doesn't actually filter the ads. So, useless.

If there is such an animal, could you please also let me know which extensions you recommend to block ads?

TIA

Help Downgrade back to older firmware

Hi sorry I don't be on here any unless I have a need an answer for something anyway I'm thinking about getting an Galaxy S7 to replace my S6. But the S7 I'm thinking about getting is running 7.0 I need to downgrade it to 6.0.1 so I can continue to use foxfi my s6 keeps eating batteries so want newest phone I can use and still use foxfi. How hard is it to downgrade from 7.0 to 6.0 on the S7? TIA!

Sd emergency

It was working fine last night. This morning when I (maybe) transferred files, it didn't show the separate folders the way it usually does. I was just about to send some more files but decided to check storage first. When I did it said that there was no sd card. I have since rebooted three times, all with the same result. The A02s was acting up.last night in terms of charging. Could this have something to do with it? This morning it was at 93% after being plugged up before 11:00 pm, but later made it to 100. Now it's at 90.

Apps Newbie: I have doubt about notifications!

Hi all.

I want to send notifications for all devices that are my app instaled. For example if I want to send a new information or promotions. So everyone that have my app installed shound be receive this push in Android.

What is the workflow to do it? I need to create a windows program to send it? Or another app that only the administrator will have? Or if have a login area, so the administration can acess inside the same app an area to send notifications?

My doubt is because I see some tutorials where only the app installed send notification. Like click in this button and send a pushup. But I want to send for everyone that have my app.
Thank you

Google assistant

I got a Samsung A70 with Android 11. I have switched on Google assist to work when the phone is locked and although Google assist does respond to 'hey google' or 'okay google' when the phone is locked I have to physically touch the on-off button to wake the phone up. Google assist is not working when the phone is in standby mode (black screen but still switched on) which defeats the object of having the hands-free hey Google in lock mode. I still have to press the on-off switch, but if just on the active lock screen where it asks for my pin it will work.

Any idea how to fix it and make it work in standby mode?

Android Security Question

Hello. I have a question for those with experience in cybersecurity. I have selected and ordered a factory refurbished Samsung S21 Ultra phone, but at this time, I am still using my Samsung S9+ that I purchased in 2018. I enjoy the conveniences of technology, and I do well over 90% of my banking and financial transactions with my phone using various banking and credit card apps, including Samsung Pay. I never connect to public wifi because I never have any cellular data problems. If I DID need to connect to public wifi, I have free Proton Mail VPN installed and ready to use.

So, I just learned yesterday, (by accident, actually), that Samsung stopped supporting the S9. I checked my phone's update history, and sure enough, I haven't received a security update in almost a year.

I know that this is not a good thing, and you now have an idea as to how I use my phone. Is this something I should be seriously concerned about, or is it not that big of a deal?

The main reason why I ask is because the S21 Ultra is Samsung's 2021 model (I know you knew that!). It's factory restored, but that doesn't change the fact that the model is going on two years old now. I'm wondering that if Samsung stopped updating the S9 after about four years, will they stop updating the S21 in around two years? I want a nicer phone for the premium features, but at the prices they cost, I REALLY want to be comfortable using it longer than two or three years, like I have done with my S9+.

Thank you for your advice.

Help with unbreaking and then rooting UMX U683CL

I've been getting help on this over at Hovatek, but it's extremely slow going; I first posted there on December 11 and it's still not resolved. This phone is a former Lifeline phone, and I've been trying to get it rooted so that I can use the Tello SIM I obtained. The problem the phone was having is that it refused to do any updates, so Tello's troubleshooting as to why it wasn't detecting the SIM was completely halted.

I did finally get to the point of rooting it. The major problem I have now is that it will only boot to fastboot mode. I can get it into recovery mode, but I get the dead android with "no connection" under it, and I've tried everything the internet has suggested to get past that, and it won't. Additionally, any fastboot command (apart from "fastboot devices") I try in ADB returns "FAILED (remote: 'unknown command'). I don't know how to get it into EDL mode from fastboot. I've tried every button combo possible, and the only one that does anything different is power + volume up, which changes it to a bright white screen. At this point I just want to do a hard reset so I can take another go at the rooting process, but the phone doesn't seem to want to allow me to. I would appreciate any help with this; I don't have a working phone at the moment because of these issues.

Filter

Back
Top Bottom