Closed
Bug 997644
Opened 11 years ago
Closed 9 years ago
After Fennec update to a version with Synthetic APKs, the updated apps can not be launched from about:apps
Categories
(Firefox for Android Graveyard :: Web Apps (PWAs), defect, P2)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: CristinaM, Unassigned)
Details
Environment:
Builds: update Nightly version 28 to Nightly (2014-04-16)
Device: Asus Transformer (Android 4.2.1) and Nexus 4 (Android 4.4.2)
Steps to reproduce:
1. Install a version of Fennec without Synthetic APKs.
2. Install some apps.
3. Update Fennec to a version with Synthetic APKs.
3. In about:apps tap on "Check for Updates".
4. Download and install the update.
5. Launch the app via its icon from about:apps page.
Expected result:
The app launches and runs.
Actual result:
Nothing happens.
Notes: This is reproducible also after the browser is restarted. After the app is launched from Home Screen, it can be launch from about:apps too.
Comment 1•11 years ago
|
||
Can you attach a log-cat capturing your attempt to launch an application?
Reporter | ||
Comment 2•11 years ago
|
||
This exception is thrown after the apps are updated and the "Done" button is tapped:
04-17 18:21:36.615: E/GeckoWebappEventListener(26213): error unregistering install receiver:
04-17 18:21:36.615: E/GeckoWebappEventListener(26213): java.lang.IllegalArgumentException: Receiver not registered: org.mozilla.gecko.webapp.InstallListener@4253a5e0
04-17 18:21:36.615: E/GeckoWebappEventListener(26213): at android.app.LoadedApk.forgetReceiverDispatcher(LoadedApk.java:657)
04-17 18:21:36.615: E/GeckoWebappEventListener(26213): at android.app.ContextImpl.unregisterReceiver(ContextImpl.java:1348)
04-17 18:21:36.615: E/GeckoWebappEventListener(26213): at android.content.ContextWrapper.unregisterReceiver(ContextWrapper.java:445)
04-17 18:21:36.615: E/GeckoWebappEventListener(26213): at org.mozilla.gecko.webapp.EventListener$2.onActivityResult(EventListener.java:243)
04-17 18:21:36.615: E/GeckoWebappEventListener(26213): at org.mozilla.gecko.ActivityHandlerHelper.handleActivityResult(ActivityHandlerHelper.java:33)
04-17 18:21:36.615: E/GeckoWebappEventListener(26213): at org.mozilla.gecko.GeckoApp.onActivityResult(GeckoApp.java:2401)
04-17 18:21:36.615: E/GeckoWebappEventListener(26213): at android.app.Activity.dispatchActivityResult(Activity.java:5293)
04-17 18:21:36.615: E/GeckoWebappEventListener(26213): at android.app.ActivityThread.deliverResults(ActivityThread.java:3315)
04-17 18:21:36.615: E/GeckoWebappEventListener(26213): at android.app.ActivityThread.handleSendResult(ActivityThread.java:3362)
04-17 18:21:36.615: E/GeckoWebappEventListener(26213): at android.app.ActivityThread.access$1100(ActivityThread.java:141)
04-17 18:21:36.615: E/GeckoWebappEventListener(26213): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1282)
04-17 18:21:36.615: E/GeckoWebappEventListener(26213): at android.os.Handler.dispatchMessage(Handler.java:99)
04-17 18:21:36.615: E/GeckoWebappEventListener(26213): at android.os.Looper.loop(Looper.java:137)
04-17 18:21:36.615: E/GeckoWebappEventListener(26213): at android.app.ActivityThread.main(ActivityThread.java:5039)
04-17 18:21:36.615: E/GeckoWebappEventListener(26213): at java.lang.reflect.Method.invokeNative(Native Method)
04-17 18:21:36.615: E/GeckoWebappEventListener(26213): at java.lang.reflect.Method.invoke(Method.java:511)
04-17 18:21:36.615: E/GeckoWebappEventListener(26213): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
04-17 18:21:36.615: E/GeckoWebappEventListener(26213): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
04-17 18:21:36.615: E/GeckoWebappEventListener(26213): at dalvik.system.NativeStart.main(Native Method)
Comment 3•11 years ago
|
||
Duplicate of bug 974578?
Updated•11 years ago
|
Priority: -- → P2
Comment 4•9 years ago
|
||
Per bug 1235869, we're going to disable the Android web runtime, so we won't fix this bug in it.
(This is part of a bulk resolution of bugs in the Firefox for Android::Web Apps component, from which I attempted to exclude bugs that are not specific to the runtime, but it's possible that I included one accidentally. If so, I'm sorry, and please reopen the bug!)
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•