Post Reply 
Removing HP 50g battery warning box?
01-08-2017, 01:31 PM
Post: #9
RE: Removing HP 50g battery warning box?
Hello,

(01-08-2017 02:15 AM)TravisE Wrote:  I don't know of a way to disable the warning (other than hacking the system ROM or perhaps with SysRPL/ASM code).

the only way to remove the "HP 50g battery warning box" is by modifying the internal TurnOff code, as this is the place where the batteries are checked.
As you can not modify this code, it is most likely impossible from the outside.

A partial solution would be to use a customized/modified SOL.
For this you need to take control over the keyboard via an exchanged SOL so that you can control [RS] [OFF] (and the other shifted possibilities to turn off the machine) and you need to take control over the timeout routine which turns off the machine. The timeout routine is also called from the SOL.

Note however, that this has no effect on the programmable command OFF or other areas in the ROM that call the TurnOff code (e.g. Kermit server, POLs that call TurnOff) as in this cases you won’t have control over it.

HTH,
Andreas

http://www.software49g.gmxhome.de
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Removing HP 50g battery warning box? - Software49g - 01-08-2017 01:31 PM



User(s) browsing this thread: 1 Guest(s)