Health, last connection, and everything stored on this PC. Plug in for a USB backup, trigger one over the internet, Find My J, or copy a phone onto a new one.
This PC is the cloud for your phones. Each phone has its own folder. Plug in USB, or open the phone link on Home.
J Maps, calendar, notes, and the phone catalog live on this tab. Plug in over USB to install. J Store is USB-only once; other apps can update over Wi‑Fi.
Voice or type. Saves into J Notes on this PC so Jill and the Notes phone app can read it.
The phone app is J Maps in the catalog. Hey Jarvis here can add calendar events and send ideas to J Notes.
Each phone user has their own calendar. New events are sole (private) unless you share them. Paste dumps and Hey Jarvis live in the full app.
Shared notes for the Notes phone app, the recorder, and J Maps ideas.
Clip, Jarvis, Jill, JNotes, JCloud, J Store, J Maps, JGames, JDesk, JVault, J Calendar. Plug USB in to install.
| USB ID | Mode | What you need |
|---|---|---|
VID_18D1&PID_4E11 / 4EE1 | ADB / Android | Google USB / Android ADB Interface — adb devices |
VID_18D1&PID_D00D | Fastboot / bootloader | WinUSB with Google GUID — fastboot devices |
{F72FE0D4-CBCB-407d-8814-9ED673D0DD6B}
~/Desktop/Phones/phone-tools/fix-fastboot-guid.bat
powershell -ExecutionPolicy Bypass -File ~/Desktop/Phones/phone-tools/fix-fastboot-guid.ps1
| Symptom | Likely cause | Fix |
|---|---|---|
adb shows unauthorized |
RSA prompt not accepted | Unlock phone → Allow USB debugging (Always allow) |
adb devices empty |
Cable / driver / not in Android | Data cable, another port, enable USB debugging |
Bootloader menu but fastboot devices empty |
Missing or wrong WinUSB GUID | Device Manager → Android VID_18D1&PID_D00D → run fix-fastboot-guid |
fastboot OKAY but still locked |
On-phone confirm not done | Select Unlock bootloader / Unlock critical with Vol Up + Power |
| Keeps restarting after unlock | Wipe / first boot chaos | Force off → Vol Down+Power → stay on menu → finish unlock_critical / flash |
/usr/bin/env: bash: No such file |
Git Bash shebang | bash ./flash_FP6_factory.sh |
| Critical unlock check fails | unlock_critical not confirmed |
Repeat unlock_critical; fastboot oem device-info must show critical unlocked: true |
| Phone on welcome setup mid-process | Wipe reboot | Skip setup; get USB debugging or force bootloader — flashing will wipe again |
cd ~/Desktop/Phones/phone-tools/platform-tools .\adb.exe devices .\adb.exe reboot bootloader .\fastboot.exe devices
.\fastboot.exe flashing unlock # On phone: Unlock the bootloader → Vol Up → Power .\fastboot.exe flashing unlock_critical # On phone: confirm again .\fastboot.exe oem device-info # Need: Device unlocked: true AND Device critical unlocked: true
cd C:\Users\Chris\Desktop\JA\phone-tools Get-FileHash .\IMG-e-4.2-a16-20260815662938-official-FP6.zip -Algorithm SHA256 # Expect: 8C651B810A0280E0621C07058094ACBEF88C3524D2EA0C7FB99FD634EC03818C
cd /c/flash/fp6-eos # or: tar extract zip to that folder first export PATH="/c/flash/fp6-eos/bin-msys:$PATH" bash ./flash_FP6_factory.sh