wasdennnoch / AndroidN-ify

[Discontinued] An Xposed module to use features introduced in Android N on your LP+ Device
265 stars 93 forks source link

Unable to add broadcast tiles #1101

Closed andrehsu closed 7 years ago

andrehsu commented 8 years ago

When a broadcast tile is added, no tiles appear.

wasdennnoch commented 8 years ago

Are you actually adding the right tile spec provided by an app with custom quick settings on Marshmallow such as "Custom Quick Settings"? The tile spec is different from the tile name.

andrehsu commented 8 years ago

I added CUSTOMETILE0 for use with custom quick settings. I also tried https://play.google.com/store/apps/details?id=com.balda.quicktask and it doesn't work too.

On Tue, Oct 25, 2016, 3:31 AM MrWasdennnoch notifications@github.com wrote:

Are you actually adding the right tile spec provided by an app with custom quick settings on Marshmallow such as "Custom Quick Settings"? The tile spec is different from the tile name.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/wasdennnoch/AndroidN-ify/issues/1101#issuecomment-255841372, or mute the thread https://github.com/notifications/unsubscribe-auth/AEQ4LIE3TCepHKdnY9NDtCwKGBX3sQL0ks5q3QeTgaJpZM4Ke1ok .

  • Andre
Decimation commented 8 years ago

I tried doing this as well. I really hope it can be implemented, as this would be amazing for someone with TouchWiz which doesn't natively support adding tiles.

wasdennnoch commented 8 years ago

Broadcast Tiles are an official Marshmallow feature, nothing new the module introduced. If TouchWiz removed it - nothing I can do. If anybody is on Lollipop - nothing I can do. @andrehsu which ROM and device are you using?

Decimation commented 8 years ago

It's a Galaxy Note 5 on 6.0.1 with Good Lock. The thing is, though, Gravitybox can add tiles perfectly fine and so can N-ify (the ones you added) but Custom Quick Settings can't.

wasdennnoch commented 8 years ago

There's a difference; GB and N-ify hook into the code and inject their own tiles directly into it. Custom Quick Settings and co. can only provide them and rely on the SystemUI to actually oick up the broadcast they send (thus the name) and place the tile in the QS. If the code for those custom QS isn't there I can't change that. I have to correct myself, these QS aren't an official feature, they are rather undocumented and experimental.

andrehsu commented 8 years ago

Cyanogenmod 13.0

Decimation commented 8 years ago

Yeah, that's what I was thinking because Gravitybox can only provide so many. By saying you could add the coffee for those custom QS isn't there, does that mean you could add the SystemUI tuner for TouchWiz? If you could do that it would be amazing.