Skip to content
View ant14181's full-sized avatar

Block or report ant14181

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. AndroidDumps/dumpyara AndroidDumps/dumpyara Public

    Generate a dump from an archive or image(s)

    Shell 203 131

  2. AndroidDumps/Firmware_extractor AndroidDumps/Firmware_extractor Public

    Extract given archive to images

    Python 339 91

  3. Simple bash script to compile ARM64-... Simple bash script to compile ARM64-based kernels.
    1
    #!/usr/bin/env bash
    2
    # build.sh
    3
    # Simple bash script to compile ARM64-based kernels
    4
    
                  
    5
    # Edit those values according to your needs
  4. Automatically create a backup of cri... Automatically create a backup of critical MediaTek-related partitions.
    1
    #!/bin/sh
    2
    # backup.sh
    3
    # Easily backup, with 'curl', valuable partitions from your MediaTek device.
    4
    
                  
    5
    # Check if user is running as root