Skip to content

Instantly share code, notes, and snippets.

View lolmam's full-sized avatar
🎀
thinking...

lol.mam lolmam

🎀
thinking...
  • 03:03 (UTC +03:00)
View GitHub Profile
@glibg10b
glibg10b / .md
Created December 15, 2023 11:48
Access hidden Huawei router settings

Huawei reuses the same interface for many of their routers, but chooses to hide some features. Some of these may not be supported by the hardware, but others may work fine.

The features are hidden using the HTML hidden attribute. To turn this attribute off for all elements on a page, open your browser's dev tools and type $('#*').show() into the console.

On my B315, this allows me to change the DNS server addresses sent via DHCP:

image

@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
@philippelatulippe
philippelatulippe / android-multi-boot.md
Last active March 17, 2024 02:32
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.

@benbalter
benbalter / Example--text.txt
Created October 18, 2012 19:37
Markdown Example
Markdown Example
===============
This is the raw markdown used to generate the below web content.
Bulleted List
-------------
* Foo
* Bar