> ## Documentation Index
> Fetch the complete documentation index at: https://docs.reconnect-tool.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Termux Miscellaneous Tools: Android ID, GoFile & More

> Explore Reconnect Termux utilities — view account lists, change Android ID, bulk block users, download GoFile files, and configure Reconnect Boot.

The Miscellaneous menu contains six utility tools that don't belong to a single workflow. Most require no root access, so they are available even on standard devices. Use them to inspect your configuration, manage Android IDs, run bulk Roblox social actions, download files, and set up the Reconnect Boot companion app.

***

## Menu Items at a Glance

| Item                | Root Required |
| ------------------- | ------------- |
| Show List           | No            |
| Android ID Changer  | Yes           |
| Clear Configuration | No            |
| Auto Block Account  | No            |
| GoFile Downloader   | No            |
| Reconnect Boot      | No            |

***

## Show List

Show List reads your `user_data.json` file and displays it as a scrollable card list — one card per configured account and package. Use it to quickly verify that your setup looks correct before starting a rejoin session.

<Note>
  If no configuration exists yet, the client tells you to complete Auto Setup or Manual Setup first.
</Note>

***

## Android ID Changer

<Warning>
  Android ID Changer requires root access. Grant root before using this tool.
</Warning>

The Android ID Changer gives you three options for managing your device's `android_id`:

<CardGroup cols={3}>
  <Card title="Get Android ID" icon="magnifying-glass" href="/termux/miscellaneous">
    Reads and displays your current `android_id` value.
  </Card>

  <Card title="Randomise" icon="shuffle" href="/termux/miscellaneous">
    Generates a new random `android_id` and applies it to your device immediately.
  </Card>

  <Card title="Set Custom" icon="pen" href="/termux/miscellaneous">
    Lets you paste a specific `android_id` value to apply to your device.
  </Card>
</CardGroup>

***

## Clear Configuration

Clear Configuration deletes your `user_data.json` file — the saved account and game setup used by the rejoin loop. A confirmation prompt appears before anything is deleted.

<Note>
  Clearing your configuration only removes the `user_data.json` file. No other settings, credentials, or scripts are affected. You can re-run Auto Setup or Manual Setup at any time to rebuild it.
</Note>

***

## Auto Block Account

Auto Block Account runs a block or unblock action across every account on your device. The client scans installed packages for accounts and falls back to reading `cookies.txt` if needed.

Before any action runs, a summary screen shows you the selected action, the account count and data source, proxy status, and a preview of up to three accounts. Confirm to proceed.

### Available Actions

<Accordion title="Block User">
  Enter a Roblox User ID. Every detected account on your device blocks that user.
</Accordion>

<Accordion title="Unblock User">
  Enter a Roblox User ID. Every detected account on your device unblocks that user.
</Accordion>

<Accordion title="Block Each Other">
  Every detected account blocks every other detected account on your device — useful for preventing friend-request spam across clones.
</Accordion>

<Accordion title="Unblock All Blocked">
  Clears the full block list on every detected account simultaneously.
</Accordion>

<Accordion title="List Blocked Users">
  Displays the currently blocked users for each detected account.
</Accordion>

<Accordion title="Check Cookies">
  Validates that each account's `.ROBLOSECURITY` cookie is still active and working.
</Accordion>

After the action completes, the client shows a success/fail count and per-account result messages.

***

## GoFile Downloader

GoFile Downloader lets you download files from GoFile directly inside Termux — no browser or file manager needed.

<Steps>
  <Step title="Enter a GoFile link or ID">
    Paste a full URL (e.g. `https://gofile.io/d/XXXXXX`) or just the ID. If the folder is password-protected, you are prompted to enter the password.
  </Step>

  <Step title="Select files to download">
    The client lists all files in the GoFile folder. Check off which ones you want to download.
  </Step>

  <Step title="Download with live progress">
    Files download with a live percentage indicator and are saved to `/storage/emulated/0/Download/GoFile/`.
  </Step>

  <Step title="Install APK (optional)">
    If any downloaded file is an `.apk`, the client offers to install it immediately after the download finishes.
  </Step>
</Steps>

***

## Reconnect Boot

Reconnect Boot configures the companion Android app that automatically starts a rejoin method whenever your device boots — so your accounts come back online even after a restart.

<Steps>
  <Step title="Check installation">
    The client verifies whether the Reconnect Boot APK is installed on your device. If it is not found, you are directed to [reconnect-tool.com/boot](https://reconnect-tool.com/boot) to download it.
  </Step>

  <Step title="Review existing configuration">
    If a Boot configuration already exists, the client shows you the current rejoin type and executor. If that configuration belongs to a different subscription, it is overwritten when you continue.
  </Step>

  <Step title="Load or create account setup">
    The client loads your existing `user_data.json` configuration. If none exists, it runs Auto Setup first so the Boot app knows which accounts and games to use.
  </Step>

  <Step title="Choose a rejoin type">
    The same tier-gated rejoin type list from Start Auto Rejoin is shown here. Mist is available if your subscription grants it.
  </Step>

  <Step title="Pick an executor">
    Select which executor Reconnect Boot should use. This step is skipped automatically for Phantom and Phantom API types.
  </Step>

  <Step title="Save">
    The configuration is encrypted and locked to your current subscription and user ID, then handed off to the Reconnect Boot app.
  </Step>
</Steps>

<Info>
  The Reconnect Boot configuration is subscription-locked. If you switch subscriptions, re-run this setup to re-lock it to the new subscription.
</Info>
