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

(Front) When click 'cancel' on the "Do you want to install this app?" modal #539

Closed
ximenabb opened this issue Apr 9, 2021 · 5 comments
Closed
Assignees

Comments

@ximenabb
Copy link

ximenabb commented Apr 9, 2021

Description :
Investigate possible react bug when hitting 'cancel' on the "Do you want to install this app?" modal

Acceptance Criteria :
TO ADD

Technical Notes:
TO ADD

Points:
3pts

@luandro
Copy link
Contributor

luandro commented Apr 29, 2021

I was finally able to track down the error with: adb logcat | grep -A 10 -B 10 PackageInstaller

04-29 09:44:05.582 25581 25581 W asset   : Asset path /data/user/0/com.mapeo.debug/files/upgrades/78ad74cecb99d1023206bf2f7d9b11b28767fbb9369daa0afa5e4d062c7ce041 is neither a directory nor file (type=0).
04-29 09:44:05.582 25581 25581 W PackageInstaller: Parse error when parsing manifest. Discontinuing installation

Other logs that might not be relevant:

04-29 09:32:32.122 17951 18819 E NODEJS-MOBILE:     filename: '/data/app/com.mapeo.debug-2/base.apk',
04-29 09:32:32.122 17951 18819 E NODEJS-MOBILE:     filename: '/data/user/0/com.mapeo.debug/files/upgrades/78ad74cecb99d1023206bf2f7d9b11b28767fbb9369daa0afa5e4d062c7ce041',
04-29 09:32:32.131 17951 18819 E NODEJS-MOBILE:     filename: '/data/app/com.mapeo.debug-2/base.apk',
04-29 09:32:32.131 17951 18819 E NODEJS-MOBILE:     filename: '/data/user/0/com.mapeo.debug/files/upgrades/78ad74cecb99d1023206bf2f7d9b11b28767fbb9369daa0afa5e4d062c7ce041',

@hackergrrl
Copy link
Contributor

Glad you tested this -- I wonder if it's a phone thing? What phone are you using @luandro?

@luandro
Copy link
Contributor

luandro commented May 5, 2021

Me and @gregor did some digging and you're right Kira, it's related to phone version, in my case Android 6.

Opened a new issue #582 to investigate it.

@luandro
Copy link
Contributor

luandro commented May 10, 2021

#582 has been solved, so finally able to get started on this

Yet, I have no problem when clicking on "cancel".

@noffle you reported the bug right? Let's wait for #586 to be merged and and try to reproduce the bug.

@luandro
Copy link
Contributor

luandro commented May 11, 2021

#586 has been merged. Please report back in case the bug still happens. If it does, might be related do Android versions again.

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

No branches or pull requests

3 participants