Skip to content

Instantly share code, notes, and snippets.

View lolmam's full-sized avatar

lol.mam lolmam

View GitHub Profile

Hacking HY300 Pro+ Projector (720p)

Hello manufacturer. Good device. But software we want to customize. If you allow, we will buy more.

Despite being advertised as "4K 1080P", it really downscales those to 720P.

But for 28.50 EUR from Amazon Warehuose Germany in 2025, one can't exactly complain. https://www.amazon.de/dp/B0DSP74YQW

Chengdu Hotack Technology Co., Ltd. is the OEM?

@caarmen
caarmen / legacy-android-emulator.md
Last active January 4, 2026 10:01
Run Android 1.5 Cupcake emulator on MacOS Intel (MacOS 15), in 2025

How To Unlock Huawei B612s-25d Router

December 30, 2021 admin Computer 0

This article aims to explain how to Unlock Huawei B612s-25d Router in a simple and efficient way. To succeed in the Unlocking procedure, be sure to carefully follow the instructions listed here and on the video below.

Huawei B612s-25d Router is a new 4G Wireless Gateway that integrates LTE access and High-Speed Ethernet uplink, which provides users with flexible and diverse data access and voice services. Huawei B612s-25d Smart Hub connects up to 32 Wi-Fi-enabled devices without sacrificing connection quality or speed. With LTE Category 6 support, Huawei B612s-25d Smart Hub is advanced-enabled by LTE, with download speeds of up to 300 Mbps and upload speeds of up to 50 Mbps – making it the smart hub. perfect for any workplace. The Huawei B612s-25d Smart Hub also supports up to 4 wired connections such as desktops, laptops, tablets, smart TV and other devices through an Ethernet connection.

To Unlock Huawei B612s-25d Router:

D

@binarymako
binarymako / tinyos.md
Last active June 12, 2025 18:56
Tiny Windows OSes..

Tiny OS (Windows Lite OSes):

  • Tiny OS - 8.1 Pro (x64 Bit)
  • Tiny OS - 10 Pro (x64 Bit)
  • Tiny OS - 11 Pro (x64 Bit)

Mega Upload (SAS - Net):

@nker150
nker150 / howto.md
Created February 3, 2023 05:10
How to archive YouTube channels

How to archive YouTube channels

This guide will show you how to download entire YouTube channels. I'm going to try to keep this as simple and straightforward as possible, and I'll also try to explain some of the why's here as well so that you can better understand how to modify this guide for your own personal use.

The first thing you're going to need is yt-dlp. Once upon a time we would have used youtube-dl, however the developer there didn't seem to keen on bypassing YouTube's throttling. yt-dlp is a fork of youtube-dl that performs far better on YouTube.

How you will get yt-dlp depends on which operating system you're using.

Installing on Windows:

@michaeljymsgutierrez
michaeljymsgutierrez / Fastboot_cmd.txt
Created October 5, 2017 01:14
Fastboot command lines for android
1. Flashing the recovery image:
fastboot flash recovery recovery.img
2. Flash the kernel and bootloader:
fastboot flash boot boot.img
3. Erase a partition:
fastboot erase cache
@amolofos
amolofos / modern.ie.vms.json
Last active April 15, 2026 11:09
modern.ie json dataset
<script>
var edgePortal = window.edgePortal || {};
edgePortal.vms = {
"id":"20150817",
"releaseNotes":"http://az792536.vo.msecnd.net/vms/release_notes_license_terms_8_1_15.pdf",
"osList":[{
"osName":"Windows",
"softwareList":[{
"softwareName":"HyperV_2008R2",
"browsers":[{
@philippelatulippe
philippelatulippe / android-multi-boot.md
Last active April 26, 2026 18:35
Android dual-boot / multi-boot

I'm experimenting with sharing my notes for dead-end projects like these. Maybe they'll be useful for someone who stumbles on them.

I have a Nexus 4, I'm hoping to run CM and Firefox OS. I want CM auto-updates to work, I'd rather not build my own kernel. It needs to be completely open source, with no dubious binaries to download.

  • Ubuntu Phone has a tool for dual-booting with android. The details make it sound quite simple.
  • The state of the art seems to be MultiRom which uses kexec.

MultiRom

Interrupts boot process with an OS picker, then uses kexec to run the other OS.