๐Ÿ”ง TAICOS Diagnostic Tools

Get the data off the device, paste it into TAICOS, get an expert diagnosis.

โ† Open TAICOS

The Full Workflow

  1. Identify the device โ€” PC, phone, router, appliance. You'll pick this in TAICOS.
  2. Get the data โ€” run a collector script below, or grab the logs manually (both covered further down).
  3. Open TAICOS and switch the mode to Software Fault.
    Not the default Diagnose mode โ€” Software Fault is the one built for logs, crash dumps and error output.
  4. Paste the data into the message box, or attach the file with the ๐Ÿ“Š button.
  5. Add context in the same message โ€” brand, model, and what the customer reports. This sharpens the diagnosis a lot.
  6. Read the diagnosis โ€” root cause with likelihood, what to check next with expected values, and fixes in order. Ask follow-up questions in the same chat.
Software Fault mode is a PRO feature. On a FREE or LITE plan the mode shows a padlock. Everything else on this page still works โ€” you can paste logs into Diagnose mode, you just get less log-specific analysis.

PC Collector Scripts

Windows โ€” nothing to install

Download PowerShell script

Right-click the downloaded file โ†’ Run with PowerShell. If it is blocked, open PowerShell and run:

powershell -ExecutionPolicy Bypass -File taicos-pc-check.ps1
Windows will probably warn you before running a downloaded script โ€” that is normal and expected. The script is read-only: it reads system information and prints it. Nothing is installed, changed or sent anywhere.

Run it from an Administrator PowerShell window for disk health and event logs. The report is copied to your clipboard automatically โ€” just paste into TAICOS.

Windows / Linux / macOS โ€” needs Python

Download Python script
python3 taicos_pc_check.py

Optional for more detail: pip install psutil and install smartmontools. On Linux/macOS run with sudo to read disk health. Copy the printed report and paste it into TAICOS.

Both scripts are read-only. They change nothing, write nothing, and make no network calls. They do not collect hostnames, usernames, serial numbers, IP or MAC addresses.

Getting Logs Manually

๐Ÿ’ฝ Hard drive health (SMART)

The single most useful thing for a slow, freezing or non-booting PC.

A SMART verdict of PASSED can still be a failing drive. What matters is the raw counters โ€” Reallocated_Sector_Ct, Current_Pending_Sector, Offline_Uncorrectable. Paste the whole report; TAICOS reads those.

๐ŸชŸ Windows crashes / BSOD / driver errors

๐Ÿ“ฑ Android

1) On the phone: Settings โ†’ About phone โ†’ tap Build Number 7 times to unlock Developer Options, then Settings โ†’ Developer Options โ†’ turn on USB debugging. 2) On the PC: install adb if you don't have it โ€” download Platform-Tools from developer.android.com/tools/releases/platform-tools, unzip, open a command prompt in that folder. 3) Connect the phone by USB, run adb devices, and tap Allow on the phone's authorization popup (no popup or "unauthorized" = replug and check the phone screen). 4) Then:

adb logcat -d > logs.txt

Attach logs.txt, or paste the crash section. For a bootloop, capture during boot:

adb logcat -b all -d > bootlog.txt

๐ŸŽ iPhone / iPad

Settings โ†’ Privacy & Security โ†’ Analytics & Improvements โ†’ Analytics Data. Find the entry named after the app, or one starting panic-full, share it, and attach the .ips file with ๐Ÿ“Š.

๐ŸŒ Router / IoT / embedded

What To Include With Your Paste

The log tells TAICOS what failed. These tell it what to do about it:

What TAICOS Reads

Attach button (๐Ÿ“Š): .csv .txt .log .sor .ips .evtx

Or just paste โ€” any log, error code, stack trace, crash summary or scan output. Long logs are fine; TAICOS keeps the start and the failure at the end.

Got your data? Open TAICOS, pick the device, switch to Software Fault mode, and paste it in.

โ† Open TAICOS

TAICOS ยท TechnoBuilders โ€” decision support for technicians. The attending technician remains responsible for the work.