Skip to content

Use the tablet's fixed adb port 5555 - #6

Merged
andrewchen5678 merged 1 commit into
mainfrom
fixed-device-port
Aug 21, 2026
Merged

andrewchen5678 merged 1 commit into
mainfrom
fixed-device-port

Conversation

@andrewchen5678

Copy link
Copy Markdown
Contributor

Summary

  • The Nexus 7 now has persist.adb.tcp.port=5555 set as root, so adbd listens on a stable 10.22.38.204:5555 after every reboot; 51035 was a random Wireless-debugging port that changed on each toggle/reboot.
  • Default RELEASE_DEVICE_SERIAL in scripts/install-release-apk.sh and scripts/run-device.sh, plus CLAUDE.md / README.md, updated; README notes how the fixed port was set up.

Test plan

  • Tablet rebooted; adb connect 10.22.38.204:5555 → device, prop intact
  • scripts/install-release-apk.sh --launch with the new default installed the signed 0.0.42 APK (Success)

🤖 Generated with Claude Code

https://claude.ai/code/session_01QedowxAkQAV7HoeJu8ZYZC

The Nexus 7 now has persist.adb.tcp.port=5555 set (as root), so adbd comes
up on a stable 10.22.38.204:5555 after every reboot instead of the random
Wireless-debugging port that 51035 was. Update the default
RELEASE_DEVICE_SERIAL in both scripts and the docs, and note how the fixed
port was set up.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QedowxAkQAV7HoeJu8ZYZC
@andrewchen5678
andrewchen5678 merged commit f488ed1 into main Aug 21, 2026
1 check passed
@andrewchen5678
andrewchen5678 deleted the fixed-device-port branch August 21, 2026 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant