Light Flow Android

Hello forum. I'm looking to mirror the Light Flow notification lights from my Android phone with the FLORA RGB neo pixels below.

I'm hoping to accomplish this over a bluetooth connection, but have no clue as to how i would obtain the information the app is generating and how i would translate it to the neo pixels. Anyone care to help a newb out?

The plan is to use a HC-05 bluetooth module w/the arduino pro micro and a few of the FLORA neo pixels.

well it isn't in the lightflow app, but i was told android notifications can be read here:

frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar

Great project idea! Keep us posted!

x-out:
well it isn't in the lightflow app, but i was told android notifications can be read here:

frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar

Yep, the lightflow app will only make things more complicated.

fungus:

x-out:
well it isn't in the lightflow app, but i was told android notifications can be read here:

frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar

Yep, the lightflow app will only make things more complicated.

i figured it would be easier to send RGB commands to the lights if i could mirror or monitor the lightflow app. seems like taking the notifications straight from android might be easier.