Skip to content
View gitclone-url's full-sized avatar
:shipit:
Noob but learning
:shipit:
Noob but learning
  • Bengal
  • 15:02 - 5h30m ahead

Block or report gitclone-url

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
gitclone-url/README.md

𝙰 𝚜𝚎𝚕𝚏-𝚝𝚊𝚞𝚐𝚑𝚝 𝚌𝚘𝚍𝚎𝚛 𝚙𝚊𝚜𝚜𝚒𝚘𝚗𝚊𝚝𝚎 𝚊𝚋𝚘𝚞𝚝 𝚘𝚙𝚎𝚗 𝚜𝚘𝚞𝚛𝚌𝚎, 𝚋𝚞𝚒𝚕𝚍𝚒𝚗𝚐 𝚜𝚖𝚊𝚕𝚕 𝚙𝚛𝚘𝚓𝚎𝚌𝚝𝚜 𝚏𝚘𝚛 𝚏𝚞𝚗 𝚒𝚗 𝚏𝚛𝚎𝚎 𝚝𝚒𝚖𝚎.

About Me

I'm a tech enthusiast with a deep love for cutting-edge technologies and am always eager to explore the latest innovations. 🌟

I have a dream of traveling to every part of the world and experiencing diverse cultures. ✈️

Nature is my escape, and I find solace in the beauty of the natural world. 🌿

You can call me an Android Enthusiast 😁. I enjoy tweaking Android phones and exploring the full potential of mobile devices. 📱

In my free time, I love playing games, immersing myself in virtual worlds, and taking on new gaming challenges. 🎮

My interests also extend to Android OS and Linux/Unix-like operating systems, where I enjoy delving into their intricacies. 💻

Currently, I'm immersing myself in learning web development, aiming to craft dynamic and responsive websites. 🌐

While I may not be a professional developer, I'm passionately dedicated to coding and love exploring various programming languages to broaden my expertise. 💡


𝗠𝘆 𝘁𝗲𝗰𝗵 𝘀𝘁𝗮𝗰𝗸 👇


My GitHub Stats


Code of Life▼

#include <life.h>

bool alive = true;

void dailyRoutine() {
    while (alive) {
          if (isWorkingDay()) {
             wakeUp();
               breakfast();
             code();
               lunchBreak();
                  relax();
                  spendTimewithFriends();
                 dinner();
                 codeMore();
             sleep();
          } else {
                  learnNewSkills();
                   exploreSideProjects();
                     contributeToOpenSource();
            haveFun();
           }

        if (isWeekend()) {
            weekendActivities();
            takeABreak();
        }
    }
}

int main() {
    dailyRoutine();
    return 0;
}

Contact me on Telegram Aussie Parrot GIF

Pinned Loading

  1. Boot-img-flasher Public

    A standalone tool for flashing boot/init_boot images on any android devices.

    Shell 36 5

  2. Boot-image-Extractor Public

    A Python script to extract boot image from any Android devices with root access.

    Python 32 2

  3. PBRP-Recovery-Builder Public template

    Use Github Actions to build PBRP recovery for your android devices

    3 19

  4. android_device_motorola_devon Public

    Recovery tree for motorola moto G32 for building orangefox recovery

    C++ 1

  5. android_device_micromax_E7544 Public

    Forked from Shas45558/android_device_micromax_E7544

    EOL!☠️ Use : https://github.com/Praveenganisetti/android_device_micromax_E7544

    Makefile 1

  6. Guide on how to extract boot image f...
    1
    <h2 align="center">Boot Image Extraction Guide</h2>
    2
    <h6 align="center">Guide on how to extract a boot image from any Android phone without needing to root using Magisk and without a custom recovery.</h6>
    3
    
                  
    4
    Most Android users face hurdles when attempting to root their phones because they require a boot image for patching, and custom recoveries specifically designed for their devices are often unavailable. Additionally, finding the phone firmware online can be challenging. As a result, rooting such phones becomes a daunting task. In this guide, I'll provide a comprehensive solution for users who want to extract the boot image from their phone without the need to root it first, download firmware from the internet, or rely on custom recoveries.
    5
    
                  

62 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Loading A graph representing gitclone-url's contributions from March 17, 2024 to March 20, 2025. The contributions are 96% commits, 2% pull requests, 2% issues, 0% code review.

Contribution activity

March 2025

Created 1 repository

Created an issue in libc0607/rtl8188fu-20230217 that received 4 comments

Question: RTL8188FTV Monitor mode works but packet injection fails

Hi 👋, I'm running Linux Mint in VirtualBox on my Windows computer. I bought an Alfa Net (model W115) adapter (which has a Realtek RTL8188FTV chipse…

4 comments
Loading