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

Root Anyone Have an Alcatel Avalon V?

Just saw this phone on Verizon's lineup now as a budget level smartphone. Honestly, besides its terrible screen resolution and iffy battery, the chipset itself isn't that bad, it's what I had in my old Moto E4 and it was pretty snappy on AOSP.

If anyone has one of these, let me know how it performs for you. Granted, I'm not expecting miracles, but perhaps the OS isn't as bloated as I'm thinking it is. Either way though, perhaps we can try some methods to get the bootloader unlocked and get root privileges. I know it's a Verizon phone and the chances are low, but it's worth a shot considering the Orbic Wonder worked...

Does Google still charge a fee if your app isn't hosted on the Play Store?

If you host the apk yourself you will have to convince your users (and walk them through how) to set up their phone for installing external apps...which may be different for each phone, and their phone may warn them against. Amazon does it for installing their app store on any android device though. You can check out how they handle it here...
https://www.amazon.com/androidapp

Need to no if wife hacking my phone

Turn on 2 factor authentication for your Gmail account and disallow any device that you don't want to have access. Then even if someone knows your password it will ask you (on your phone) for permission before granting access. Change your password as well. And periodically check whether other devices have been given access (possible if someone has access to your phone).

If you really think there may be spyware involved you should reset your phone as well (as long as it isn't rooted or really old, pre 6.0, in which case that might not be enough). Be careful not to change password and then reset though: that can look like the phone has been stolen and get you locked out for a few days.

But you've really not explained why you think this, at least not in a way I can understand. So all of this may be overkill.

Can't comment on odd noises on BT headphones - could just be a connection issue for all we can tell.

Does anyone recognize this Android application icon?

It's a message app, either SMS or some Internet messaging service (probably not WhatsApp as that appears to be open in the screenshot).

Very hard to be more specific as there are dozens of them and the icons are all very similar. But does it matter which? The person who sent that screenshot had received a message of some sort from someone, that's all it will tell you no matter which app it is.

Internet automatically opens when unlocking phone.

Every so often when i unlock my phone the internet pops open even though i closed all apps before locking.
I think we may have a terminology issue here! :)

'The Internet' is a global network of millions of computers communicating with each other. I don't see how that could pop up on your phone. :eek: :D

Do you perhaps mean an Internet browser, such as Chrome or Firefox? Or maybe an Internet app that's on your phone?

Or could you be referring to the icon that appears when your phone connects to a Wi-Fi network? Or data network...?

If you can be a little more specific, we'll be better able to help. A screenshot would be great.

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: 295

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.

Filter

Back
Top Bottom