Click here to Skip to main content
15,884,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am starting a project that will require an android device to turn on by itself when there is enough charge, how can i accomplish this, is there any way to access some sort of bios inside the device that will force the device to run when there is enough power???

Thank you any help that you may be able to provide.
Posted
Updated 13-Aug-14 9:35am
v2
Comments
Kornfeld Eliyahu Peter 13-Aug-14 15:40pm    
Are you going to build that device?
PIEBALDconsult 13-Aug-14 15:42pm    
When it's turned off?
And let's think about it a little bit. You say "when there is enough charge" --
So if you turn it off while it has "enough charge" it will just turn right back on?
The only way for the charge to increase is when it's plugged in to power -- why not turn it on as soon as you plug it in?

And are we talking about your own phone? Or someone else's? I doubt someone wants your app to turn their phone on unexpectedly, unless that's the whole purpose of the app, in which it's too bad it won't work.
Sergey Alexandrovich Kryukov 13-Aug-14 15:58pm    
Believe or not, but I provided a detailed answer; hope it's interesting enough. :-)
—SA
Member 10790172 14-Aug-14 7:28am    
Thank you, it was awesome.
Sergey Alexandrovich Kryukov 14-Aug-14 7:33am    
You are very welcome. :-)
—SA

1 solution

There is an anecdote about this:

A KGB (FIS) officer calls some citizen who has been under investigation for a while, asking him:
— Excuse me, you don't know me, but I really need to talk to you on some very important matter; could you spend a few minutes?
— Ah! Well, hello, KGB officer!
— How can you know that I am a KGB officer?
— Oh, simply. You managed to reach me on the mobile phone which was turned off (!).

As to the energy needed to power your device, these days it's not a problem anymore, as you can always get power over IP: please see my April's CodeProject article: Power Over IP: Testing of the First Experimental Facility[^] :-).

Good luck,
—SA
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900