Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"App not installed" error #6

Closed
OverPaw opened this issue Jan 26, 2021 · 5 comments
Closed

"App not installed" error #6

OverPaw opened this issue Jan 26, 2021 · 5 comments

Comments

@OverPaw
Copy link

OverPaw commented Jan 26, 2021

CameraFileCopy is failed to install, but system requirements seem to match.
My phone with Snapdragon 439 processor has 4+4 Cortex-A53 cores operating under Android 9.

@sz3
Copy link
Owner

sz3 commented Jan 26, 2021

Is there an error message?

I feel like that should work (it's arm64-v8, as far as I know). But android can be a bit mysterious...

@OverPaw
Copy link
Author

OverPaw commented Jan 27, 2021

It is "App not installed" error. I've read through the topic at stackoverflow on it and tried to disable Google Play Protect, but it didn't help. Probably the problem is related with building of apk or with its signature.

@OverPaw OverPaw changed the title Snapdragon 439 "App not installed" error Jan 27, 2021
@sz3
Copy link
Owner

sz3 commented Feb 1, 2021

Unfortunately, I don't have a good answer for this. At best, I can enumerate some things that might explain the issue:

  1. play protect can stop the install. You mentioned turning it off, so this probably isn't your issue. Airplane mode may also be useful for this?
  2. apk file is on SD card instead of internal storage -- I don't know why this should matter, but it does sometimes?
  3. inadequate storage space -- this is a long shot, but apparently running out of space results in the generic error
  4. apps from unknown sources are disabled -- do other apks install (not via google play) on the phone? There may be a setting under "Lock screen and security" that helps.
  5. I think I've seen app permissions cause this before? The app you're trying to install the apk from (I use the Files app) needs permissions to install apps -- but usually if this is the problem, you'll get a helpful error message instead of the generic "app not installed".

I'll update this issue if I learn anything new.

@OverPaw
Copy link
Author

OverPaw commented Jul 4, 2021

It turns out that, despite arm64-v8a processor, my phone has armeabi-v7a operating system. See the screenshot. There are no problems with installing and running CFC on other phones with true AArch64 instruction set support. I think minor corrections to system requirements can be made.
deviceinfohw

@OverPaw OverPaw closed this as completed Jul 4, 2021
@sz3
Copy link
Owner

sz3 commented Jul 4, 2021

Interesting! 🤔

Thanks for the update, I appreciate it. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants