Skip to content
View gitclone-url's full-sized avatar
:shipit:
Noob but learning
:shipit:
Noob but learning
  • Bengal
  • 13:59 (UTC +05:00)
Block or Report

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

Top Languages


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

  1. android_device_micromax_E7544 android_device_micromax_E7544 Public

    Forked from Shas45558/android_device_micromax_E7544

    Micromax In 2b Device Tree For Building Pitch Black Recovery

    Makefile 1

  2. android_tools android_tools Public

    Forked from ShivamKumarJha/android_tools

    Bash scripts for ROM development stuff.

    Shell 1

  3. Boot-img-flasher Boot-img-flasher Public

    A $shell script for flashing boot image onto A/B partition android devices with root access.

    Shell 5 1

  4. Boot-image-Extractor Boot-image-Extractor Public

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

    Python 12

  5. android_device_motorola_devon android_device_motorola_devon Public

    Recovery tree for motorola moto G32 for building orangefox recovery

    C++

  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