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

Android Default Camera

I assume you have no access to WiFi, since otherwise that would address the "no data left" issue.

As Moody says, when you click "install" on the Play Store website that will initiate a remote install to the phone via the phone's internet connection. If the phone is not connected to the internet nothing will happen, and connecting the phone to the PC via USB will not connect the phone to the internet.

But have you checked the settings of your phone's camera app (which BTW will probably be the default Alcatel camera app rather than a default Android camera app). I find it really unlikely that anyone would design a camera app that always has a countdown (especially the main camera, but probably not even the selfie camera - I've certainly never met such a thing), so I'd guess that there is something in that app's settings that would change this behaviour.

How and where my device store fingerprint results and matches with my next attempt ?

One can surely see there can be a option of loop hole where fingerprint match asks for system stored ,Is'nt it?
I'm not quite sure what you're asking. The fingerprint data only exists within that TEE, and it can't be accessed externally - by the OS, an application, or the user. Nothing on the phone knows anything about the fingerprint data except the TEE.

When you scan a fingerprint to log in, that data goes straight to the TEE to compare against the recorded known-good values. If it matches, the TEE returns 'true'; if not, it returns 'false'. The OS/app/user doesn't know anything beyond that boolean response.

Help Icon showing Over YouTube Videos

@lunatic59 It shows up on all videos, I posted this on Reddit as well and someone there mentioned to turn off quick gestures (motion sense) to "Skip Song" and this has so far fixed the issue for me.

@dontpanicbobby that was just a random YouTube video I pulled up to show the issue in the top right where when the video is in fullscreen all icons on the top bar fade away as normal except for the battery icon. It would persist over the video and become an eye sore.

Apple logo appearing n restarting.

huh? that's weird. did you give the phone to someone? maybe a prank? did you download any apps recently? is that the only time you see the logo? can you post a picture of it?
Yesterday I restarted my phone to take the logo's photo it wasn't showing the logo and and below the Mi logo it was written android then I powered off and powered on it wasn't showing android below the mi logo and apple logo was appearing.

Attachments

  • IMG-20191028-WA0001.jpg
    IMG-20191028-WA0001.jpg
    35.6 KB · Views: 265

Exception in plugin Android Support

Hi

I'm developing an native android app, using c/c++.
I use cmake to construct my project for android studio.
But when I try to open the project with Android Studio,
It immediately outputs an error like this

```
java.util.UnknownFormatConversionException: Conversion = 'L'
at java.util.Formatter$FormatSpecifier.conversion(Formatter.java:2691)
at java.util.Formatter$FormatSpecifier.<init>(Formatter.java:2720)
at java.util.Formatter.parse(Formatter.java:2560)
at java.util.Formatter.format(Formatter.java:2501)
at java.util.Formatter.format(Formatter.java:2455)
at java.lang.String.format(String.java:2940)
at com.android.tools.idea.log.LogWrapper.warning(LogWrapper.java:82)
at com.android.tools.idea.stats.AnonymizerUtil.anonymizeUtf8(AnonymizerUtil.java:39)
at com.android.tools.idea.stats.UsageTrackerUtils.withProjectId(extensions.kt:59)
at com.android.tools.idea.gradle.project.sync.GradleSyncState.generateSyncEvent(GradleSyncState.java:653)
at com.android.tools.idea.gradle.project.sync.GradleSyncState.logSyncEvent(GradleSyncState.java:626)
at com.android.tools.idea.gradle.project.sync.GradleSyncState.syncStarted(GradleSyncState.java:258)
at com.android.tools.idea.gradle.project.sync.GradleSyncState.syncStarted(GradleSyncState.java:224)
at com.android.tools.idea.gradle.project.sync.GradleSyncInvoker.sync(GradleSyncInvoker.java:238)
at com.android.tools.idea.gradle.project.sync.GradleSyncInvoker.lambda$requestProjectSync$0(GradleSyncInvoker.java:149)
at com.intellij.openapi.application.TransactionGuardImpl.runSyncTransaction(TransactionGuardImpl.java:88)
at com.intellij.openapi.application.TransactionGuardImpl.lambda$submitTransaction$1(TransactionGuardImpl.java:111)
at com.intellij.openapi.application.TransactionGuardImpl.submitTransaction(TransactionGuardImpl.java:120)
at com.intellij.openapi.application.TransactionGuardImpl.lambda$submitTransactionLater$4(TransactionGuardImpl.java:271)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.doRun(LaterInvocator.java:435)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.runNextEvent(LaterInvocator.java:419)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:403)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:764)
at java.awt.EventQueue.access$500(EventQueue.java:98)
at java.awt.EventQueue$3.run(EventQueue.java:715)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:734)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:757)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:706)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:375)
at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:814)
at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:210)
at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:196)
at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:609)
at com.intellij.openapi.progress.impl.CoreProgressManager.runProcessWithProgressSynchronously(CoreProgressManager.java:454)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:109)
at com.intellij.openapi.progress.impl.CoreProgressManager.runProcessWithProgressSynchronously(CoreProgressManager.java:251)
at com.intellij.openapi.progress.impl.CoreProgressManager.runProcessWithProgressSynchronously(CoreProgressManager.java:205)
at com.intellij.openapi.project.impl.ProjectManagerImpl.loadProjectUnderProgress(ProjectManagerImpl.java:450)
at com.intellij.openapi.project.impl.ProjectManagerImpl.openProject(ProjectManagerImpl.java:425)
at com.intellij.platform.PlatformProjectOpenProcessor.doOpenProject(PlatformProjectOpenProcessor.java:260)
at com.intellij.ide.RecentProjectsManagerBase.doOpenProject(RecentProjectsManagerBase.java:512)
at com.intellij.ide.RecentProjectsManagerBase.doReopenLastProject(RecentProjectsManagerBase.java:634)
at com.intellij.ide.RecentProjectsManagerBase$MyAppLifecycleListener.appStarting(RecentProjectsManagerBase.java:692)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.intellij.util.messages.impl.MessageBusConnectionImpl.deliverMessage(MessageBusConnectionImpl.java:114)
at com.intellij.util.messages.impl.MessageBusImpl.doPumpMessages(MessageBusImpl.java:393)
at com.intellij.util.messages.impl.MessageBusImpl.pumpWaitingBuses(MessageBusImpl.java:354)
at com.intellij.util.messages.impl.MessageBusImpl.pumpMessages(MessageBusImpl.java:343)
at com.intellij.util.messages.impl.MessageBusImpl.sendMessage(MessageBusImpl.java:320)
at com.intellij.util.messages.impl.MessageBusImpl.access$100(MessageBusImpl.java:29)
at com.intellij.util.messages.impl.MessageBusImpl$1.invoke(MessageBusImpl.java:192)
at com.sun.proxy.$Proxy61.appStarting(Unknown Source)
at com.intellij.idea.IdeaApplication$IdeStarter.lambda$main$1(IdeaApplication.java:388)
at com.intellij.openapi.application.TransactionGuardImpl.runSyncTransaction(TransactionGuardImpl.java:88)
at com.intellij.openapi.application.TransactionGuardImpl.lambda$submitTransaction$1(TransactionGuardImpl.java:111)
at com.intellij.openapi.application.TransactionGuardImpl.submitTransaction(TransactionGuardImpl.java:120)
at com.intellij.openapi.application.TransactionGuard.submitTransaction(TransactionGuard.java:121)
at com.intellij.idea.IdeaApplication$IdeStarter.main(IdeaApplication.java:386)
at com.intellij.idea.IdeaApplication.lambda$run$1(IdeaApplication.java:220)
at com.intellij.openapi.application.TransactionGuardImpl.performUserActivity(TransactionGuardImpl.java:195)
at com.intellij.idea.IdeaApplication.run(IdeaApplication.java:220)
at com.intellij.idea.IdeaApplication.lambda$initApplication$0(IdeaApplication.java:77)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:764)
at java.awt.EventQueue.access$500(EventQueue.java:98)
at java.awt.EventQueue$3.run(EventQueue.java:715)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:734)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:349)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
```

I tried to do lots of things to fix this one, such as reinstalling Android Studio, rebuilding project, Invalidate Cache and Restart, and so on.

Sometimes, I managed to made it work. But after a few of days from that, It's made an error like above again.

Can Anybody know how to fix, or how to trace this bug on IDE?

Thanks in advance.

Shoot video on an Android Phone but I need a "bigger screen"

Hi, I need to shoot video on the Android Phone (Samsung S10) but I need a "bigger screen" whilst shooting the video, is there a workaround for this?

Can I use my Fire Kindle HD8 (7th) as a second screen to my phone whilst shooting the video? How can I do that?

Or will a Samsung Tab S6 tablet / Other Tablet will do that?

Thanks in advance.
this is the best i can come up with: Screen Share it is an app that you can remote control other android devices. not sure how well it works as i just googled it and this is the first one the came up.

Help Please Help Me With My LG G8 ThinkQ!!!

I chose this phone over Samsung this time because of the the incredible memory that it comes with, but it has features that are really frustrating me and I just can't figure them out or change things. Here is a run-down:


Date and Time:

I can't keep the time on the 24 hour clock. Every time I turn my phone off, it reverts the settings back to the 12 hour clock.

I can't find a way to have the date read DD/MM/YY(YY)


Keyboard Functions:

The predictive text is a joke compared to Samsung's. They give you only 3 words and most of the time the words suggested are a joke and you're pretty much forced to type in each individual word, along with adding a space after each word. The predictive text also doesn't complete words for you if you type a partial word and hit the space bar. Not to mention that a lot of the predictive text doesn't make any sense when typing words. You try typing one word and it gives you a completely different set of word suggestions completely irrelevant to what I'm needing.

Also, each key doesn't provide you with symbols and foreign language letter, it's simply symbols. While it's nice to have the symbols, it's frustrating that the foreign language letters are not provided.

Emojis. What gives? The Emojis on the Galaxy, at least my old Galaxy A5, that FB translates to their own are so much better than what the LG G8 ThinQ has. On the same token, the Emojis for general for the G8 ThinQ for chatting online and within texting are equally as bad.

Is there any way to change all the above to make it feel, look, and function like my beloved features that
my Samsung Galaxy A5 provided?


General Functionality:

I don't understand what the notch at the top is for, but when I try to change it so that it doesn't exist anymore, it keeps reverting to showing the notch again each time I turn my phone off or restart it. How can I get it to function like my Galaxy?


Camera and Gallery:

The gallery is so difficult to use and it keeps sending me to my photo editing apps to do the quick touch-ups that I'd normally do in my Samsung Galaxy gallery such as filters and resizing. How can I make this like the Galaxy?


I'm sure that there will be more that crops up, but this is all for now.

Thank you!!!!
date/time:
-clear cache for clock
-not sure how to get the date in that format. maybe look for another clock widget

keyboard:
maybe try another keyboard app

emoji's:
there are plenty emoji's apps on the play store that may work for you

general functionality:
do not know, i do not have your phone.

camera and gallery:
for me i use google photos for everything. i love it cuz it backs my photos to the cloud so that i do not have to worry about backing it up or worrying about losing my photos.

WiFi Messaging

Consumer Cellular says they support WiFi calling on some phones, which means they might also support SMS over WiFi, but I couldn't find a definite answer.

If your phone doesn't support WiFi calling with them I'd guess WiFi SMS also wouldn't work.

I believe it's actually called Generic Access Network(GAN). Which means if your carrier and phone supports WiFi Calling, then you should have SMS/MMS over WiFi service as well.

It's not something I've had experience with myself, as GAN isn't provided in this country(China) AFAiK.

Filter

Back
Top Bottom