Skip to content
View gitclone-url's full-sized avatar
:shipit:
Noob but learning
:shipit:
Noob but learning
  • Bengal
  • 05:57 (UTC +05:30)

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 Boot-img-flasher Public

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

    Shell 38 5

  2. Boot-image-Extractor Boot-image-Extractor Public

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

    Python 35 3

  3. PBRP-Recovery-Builder PBRP-Recovery-Builder Public template

    Use Github Actions to build PBRP recovery for your android devices

    3 19

  4. android_device_motorola_devon android_device_motorola_devon Public

    Recovery tree for motorola moto G32 for building orangefox recovery

    C++ 1

  5. android_device_micromax_E7544 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... Guide on how to extract boot image from any android phone without needing to root using magisk and without custom recovery.
    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