Gclone Guide for Android

Gclone Guide for Android

Roshanconnor Yo yo

I am gonna share a guide about another tool to Bypass 750GB limit by google

That is Gclone..

Installation :-

  • Install termux from Playstore
  • Go to settings-Apps-Termux-Give Storage Permissions
  • Setup Autorclone and create service accounts - Follow this guide
  • Open Termux
  • There are 2 instances now

1) If you are someone with a ARM64 device (almost all new phones within last 2 yrs) - run the code below

pkg install python && pkg install wget && wget https://roshanisgey.roshansmirror.workers.dev/gc/gclone && mv gclone /data/data/com.termux/files/usr/bin/ && chmod 777 /data/data/com.termux/files/usr/bin/gclone && echo You did it!

2) If you are someone with a ARM device (old phones - mainly low end ones) - run the code below

pkg install python && pkg install wget && wget http://roshanisgey.roshansmirror.workers.dev/gclone && mv gclone /data/data/com.termux/files/usr/bin/ && chmod 777 /data/data/com.termux/files/usr/bin/gclone && echo You did it!

Open File Manager

  • Create a New Folder in your Internal Storage and name it as Gclone
  • Go to Autorclone Folder in your phone
  • Copy accounts folder
  • Go to newly created Gclone Folder - paste accounts folder here
  • Open accounts Folder
  • You can see many json files inside it
  • Select any one json File and rename it as 1.json
  • Download this File
  • Move it into Your Newly Created Gclone Folder
  •  Your Gclone Folder should look Like this now

Running Gclone :-

  • Open Termux and copy Paste those Codes
cd /sdcard/gclone
python gc.py
  • After this Just Follow what is in your screen

PS: Folder ID looks like above...

------------------------------------------------------------------------------------------------------------------------

Credits:

Donwa - https://github.com/donwa/gclone (I just forked His repo)

@everykenyan for the codes for installation

@krishne for the python file

Report Page