Skip to content
View AntoninoScordino's full-sized avatar

Block or report AntoninoScordino

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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 158 119

  2. AndroidDumps/Firmware_extractor AndroidDumps/Firmware_extractor Public

    Extract given archive to images

    Python 288 84

  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