Code Monkey home page Code Monkey logo

readme's Introduction

Huawei LTE modems and routers modifications

This group of git repositories (or "organization", as Github calls it) contains Huawei LTE portable routers' modified (custom) firmware and web interface source code, with software packages and scripts included in the firmware.

These custom firmwares contain features not found in original official device firmware. Here are some of them:

  • Support for IPv6 in mobile networks
  • Root ADB & Telnet access
  • Full-featured versions of busybox and iptables
  • Full access to AT commands
  • Change IMEI
  • IPv4 Time to Live and IPv6 Hop Limit mangling
  • Autonomous censorship circumvention for Deep Packet Inspection systems (with zapret)
  • DNS over TLS support (with stubby)
  • DNS-level advertisement blocker (with dnsmasq + shakal lists)
  • Extended menu on OLED screen
  • TUN/TAP support (for OpenVPN and other VPN programs)
  • OpenVPN, curl and other software
  • Entware application repository support
  • EXT4 kernel module and swap support
  • Multilingual web interface with GSM/UMTS/LTE band selection menu

Many features are created by @ValdikSS, while others are done by @rust3028, @ilya-fedin, and others.

The packages are built with:

The following CFLAGS are used:

# Balong Hi6921 V7R11 (E3372h, E5770, E5577, E5573, E8372, E8378, etc) and Hi6930 V7R2 (E3372s, E5373, E5377, E5786, etc)
# softfp, vfpv3-d16 FPU

CFLAGS="-march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -mthumb -O2 -s"


# Balong Hi6920 V7R1 (E3272, E3276, E5372, etc)
# soft, novfp

CFLAGS="-march=armv7-a -mfloat-abi=soft -mthumb -O2 -s"

Some notes:

  • Most repositories contain build.sh script which is used to build the package/firmware for Huawei devices.
  • Most software is linked against static libraries if they are small or not used anywhere except this software. For example, openssl is built as a dynamic library, curl utility links with static libcurl and zlib and dynamic openssl, stubby links with dynamic openssl and static getdns and libyaml, etc. To make static linking easier, statially linked libraries are built as static-only (.a files).

readme's People

Contributors

3pt142 avatar valdikss avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.