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

Doesn't refresh when installing a new matching app #21

Open
danielesegato opened this issue May 30, 2013 · 5 comments
Open

Doesn't refresh when installing a new matching app #21

danielesegato opened this issue May 30, 2013 · 5 comments

Comments

@danielesegato
Copy link

Step to reproduce:

  1. configure the DevDrawer with your package (com.example.*)
  2. add the widget your home
  3. install an application with the com.example. ... package from Eclipse or with ADB anyway
  4. look at the widget: it stay empty

For me the widget is updated only after a long time the app has been installed (dunno if that happen when Android decide to kill the widget and thus it is re-created or not).

Tested on a Samsung Nexus S.

@intrications
Copy link

This is working for me on a Nexus 4. The widget refreshes after a second or two.

Check the logcat as you install the new app. Are you getting something like

D/DevDrawer-AppInstalledReceiver(24365): Doesn't Match Filter

or

D/DevDrawer-AppInstalledReceiver(29304): Matches Filter

?

Are you using the stock launcher?

@danielesegato
Copy link
Author

Hi @intrications

Yes I didn't changed the stock launcher.

I execute the app from eclipse attaching the device with the USB Cable.

I still have to look in the log for those messages, I'll get back when I try (sorry had some issue with my work laptop lately)

@tunitowen
Copy link
Owner

@Mastro The widget should update as soon as the app is installed. As long as the filter picks up the app. If you could let us know what the logcat says that would be great

@danielesegato
Copy link
Author

@tunitowen This is odd I can't reproduce anymore.

It must have been my phone.

Sorry for making you waste time!

Thanks again for your app ;) --- would be totally perfect If I could choose from the widget if executing the app or an activity of my choice! -- Maybe I'll look into it myself to contribute if I found the time to do so ;)

Bye!

@xMikeTx
Copy link

xMikeTx commented Apr 6, 2017

Hi there, just wanted to let you know that I had this issue as well with a XIAOMI phone. The reason was that the DevDrawer app did not have the autostart permission

/BroadcastQueueInjector: Unable to launch app com.owentech.DevDrawer/10133 for broadcast Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.facebook.katana flg=0x4000010 (has extras) }: process is not permitted to autostart

As soon as I added the DevDrawer to the autostart in the permission settings of the XIAOMI phone, everything worked fine.

Thanks for the nice app.

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

4 participants