My old HP Stream 7 can now run around the clock on external power, once I figured out I needed to disable its battery drivers. Doing so silenced the module that foiled my previous effort. (It would raise an alert: “the tablet has run far longer than the battery capacity could support” and shut things down.) Ignoring that problematic module, remaining drivers in the same large Intel chipset driver package allowed the machine to step down its power consumption. From ten watts to under two watts, even with the screen on. (Though at minimum brightness.) Quite acceptable and I’m quite certain I’ll repurpose this tablet for a project in the future. In the meantime, I wanted to jot down some notes on this hardware as reference.
The magic incantation to get into boot select menu (getting into BIOS, reinstalling operating system, and other tools) is to first shut down the tablet. While holding [Volume Down], hold [Power] until the HP logo is visible. Release power immediately or else it might trigger the “hold power for four seconds to shut off” behavior. (This is very annoying.) The boot select menu should then be visible along with on-screen touch input to navigate without a keyboard.
There are many drivers on the HP driver downloads site. Critical for optimized power consumption — and majority of onboard hardware — is the “Intel Chipset, Graphics, Camera and Audio Driver Pack”. I also installed the “”Goodix Touch Controller Driver” so the touchscreen would work, but be warned: this installer has a mix of case-sensitive and case-insensitive code which would fail with a “File Not Found” error if the directory names got mixed up. (/SWSetup/
vs /swsetup/
)
The available drivers are for Windows 8 32-bit (what the machine came with) and Windows 10 32-bit (what it is successfully running now.) The machine is not able to run 64-bit operating system despite the fact its Intel Atom Z3735G CPU is 64-bit capable. I don’t know exactly what the problem is, but when I try to boot into 64-bit operating system installer (true for both Windows 10 and Ubuntu) I get the error screen
The selected boot device failed. Press <Enter> to Continue.
[Ok]
Which reminds me of another fun fact: this machine has only a single USB micro-B port. In order to use USB peripherals, we need a USB OTG adapter. Which is good enough for a bootable USB drive for operating system installation… but then I need to press [Ok] to continue! The usual answer here is to use an USB hub so I could connect both the bootable OS installer and a keyboard. There’s actually no guarantee this would work: it’s not unusual for low-level hardware boot USB to support only root-level devices and not hubs. Fortunately, this tablet supported a hub to connect multiple USB devices allowing bootable USB flash driver for operating system installation to coexist with USB input devices to navigate a setup program.
I’ll probably need some or all of these pointers the next time I dig this tablet out of my pile of hardware. For now, I return it to the pile… where I noticed an unpleasant surprise.
Hey, I am trying to use the Stream 8, basically the same as the Stream 7 as an octoprint server. The problem is that it needs to stay on for long periods of time and the battery wont cut it. I’m running xUbuntu on it. Will your idea of soldering the JST connector to the battery leads work for me based on your use of Debian? Or was the ultimate solution comprised of needing windows on it? Thanks!
LikeLike
I think applying power to the battery leads, keeping it at 3.7V, would allow the machine to act as an always-on Octoprint server. Or at least I don’t know of any reason why it wouldn’t work. If you try it please let me know how it turns out!
LikeLike
In case you decide to come back to your stream 7 at some point. Take a look at this:
https://www.instructables.com/Run-HP-Stream-7-Tablet-Without-a-Battery/
This method I think works because he keeps the battery electronics in place to fool the system into thinking the battery is fine and fully charged since it has a continuous 5V input. For me I have a device that lets me charge while still being able to use OTG so it will work for my octoprint server for now. In the future I may do the above MOD.
LikeLike
That 5V input also gives more buffer during power draw spikes, which causes the sagging voltage issue I encountered in my direct-soldering experiment. But 5V is far higher than the maximums safe LiPo battery maximum of 4.2V, so I was afraid of damage over long term usage. I decided against it for my own device.
LikeLike