Join us on Discord!
You can help CodeWalrus stay online by donating here.

Doing something interesting with a Windows RT tablet

Started by Yuki, July 22, 2018, 06:13:09 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Yuki

Well, one time a few years ago, I bought a Windows RT tablet to my grandma so she can do her stuff with Microsoft Word and go on Internet and stuff. Don't need the Pro version, I thought.

Well, guess, what, I was wrong. I have almost nothing installed on it and, with time and updates, Windows ate all of the measly 32 GB of storage installed on it. It went highly unstable, with nothing you can uninstall or delete to fix it. So my grandma sent it back to me in hopes I could fix it and do something interesting. I did a lot of stuff on it before, and they mostly all failed so far, or I didn't had time to investigate deeper. And anyway, it should have run out of support as of now. So, this is the update log thread.

Well obviously, we can do some hacks to unlock whatever feature to get a bit more control, unlock Secure Boot or something, or something of that ilk. But first, we can try to disable BitLocker, which isn't something you can do on those. It's actually required so these hacks would go smoothly without fear it would turn it into a brick.

This article suggests Microsoft patched a vulnerability disabling a backdoor into Secure Boot. And from a look of it, this update looks installed. They still provide a good command to disable BitLocker:

manage-bde -protectors C: -disable

Invalid namespace, they say. Looks like the WMI namespace got somehow deleted. Let's reinstall it.


cd C:\Windows\System32\wbem
mofcomp.exe win32_encryptablevolume.mof


Oh, it worked. Let's try the manage-bde one again... Also worked.

manage-bde -status

And it's unlocked. Next a reboot for good measure, and it should theorically be disarmed. Somehow. I'm not sure.

Next step would probably to reinstall it with the recovery partition, possibly downgrade it, unless someone have a better idea. To be continued...

On that note, thanks @gameblabla on Discord for the help!
  • Calculators owned: TI-83+ (dead?), Casio Prizm (also dead???)
  • Consoles, mobile devices and vintage computers owned: A lot
Read Zarmina!
YUKI-CHAAAANNNN
In the beginning there was walrii. In the end there will be walrii. All hail our supreme leader :walrii: --Snektron

if you wanna throw money at me and/or CodeWalrus monthly it's here

gameblabla

It seems like GRUB is as far as you gonna get...
https://forum.xda-developers.com/windows-8-rt/rt-development/wip-secure-boot-linux-surface-rt-t3653848
Never trust headlines... I really thought someone would whip up a basic Linux ARM distribution but i guess no one attempted such as thing !They did however manage to disable secure boot.
However, it would help to know the hardware behind it. I guess you could try booting an upstream kernel with grub and compile your own userspace with buildroot but that basically requires, well, doing almost everything from scratch.
There's also WinEmu (now abandonned) that allowed running x86 WIndows apps on jailbroken Windows RT devices.Point is, make sure it's Windows RT 8.0 and not 8.1.
  • Calculators owned: None (used to own an Nspire and TI-89)

Yuki

Correct me if I'm wrong, looks like no one got a kernel working yet. Once done, it's kinda easy to get any ARM distro working too.
  • Calculators owned: TI-83+ (dead?), Casio Prizm (also dead???)
  • Consoles, mobile devices and vintage computers owned: A lot
Read Zarmina!
YUKI-CHAAAANNNN
In the beginning there was walrii. In the end there will be walrii. All hail our supreme leader :walrii: --Snektron

if you wanna throw money at me and/or CodeWalrus monthly it's here

Powered by EzPortal