How to broadcast BATTERY_CHANGED intent with extras through ADB shell?

162 views
Skip to first unread message

Valyo

unread,
Jul 18, 2013, 5:09:17 AM7/18/13
to android-...@googlegroups.com

I am trying to send BATTERY_CHANGED intent through the ADB shell. So far I only managed to send the intent with no information:

am broadcast -a android.intent.action.BATTERY_CHANGED

I created an app witch listens for this intent and here is what the system sends every few seconds:

#Intent;action=android.intent.action.BATTERY_CHANGED;launchFlags=0x60000010;i.icon-small=17302838;B.present=true;i.scale=100;i.level=100;S.technology=Li-ion;i.status=5;i.voltage=4155;i.invalid_charger=0;i.plugged=2;i.health=2;i.temperature=280;end


When I broadcast the intent my app shows this:

#Intent;action=android.intent.action.BATTERY_CHANGED;launchFlags=0x10;end

My question is how can I broadcast the intent through the ADB shell with some of these properties/flags (like scale, status, plugged, etc.)?

Reply all
Reply to author
Forward
0 new messages