Skip to content

fix: Close adb when app closes#153

Merged
prateek-who merged 1 commit into
devfrom
adb-fixes
May 25, 2026
Merged

fix: Close adb when app closes#153
prateek-who merged 1 commit into
devfrom
adb-fixes

Conversation

@prateek-who
Copy link
Copy Markdown
Contributor

The gui now properly closes the adb server when it's being closed, if it started it. Won't touch it if other process started it.

@prateek-who prateek-who linked an issue May 23, 2026 that may be closed by this pull request
2 tasks
@LisoUseInAIKyrios LisoUseInAIKyrios changed the title feat: adb server fixes feat: Close adb when app closes May 24, 2026
@LisoUseInAIKyrios LisoUseInAIKyrios changed the title feat: Close adb when app closes fix: Close adb when app closes May 24, 2026
@prateek-who prateek-who merged commit a43de5a into dev May 25, 2026
3 checks passed
@prateek-who prateek-who deleted the adb-fixes branch May 25, 2026 07:52
github-actions Bot pushed a commit that referenced this pull request May 25, 2026
# [1.9.0-dev.3](v1.9.0-dev.2...v1.9.0-dev.3) (2026-05-25)

### Bug Fixes

* Close adb when app closes ([#153](#153)) ([a43de5a](a43de5a))
github-actions Bot pushed a commit to ddCeka/morphe-cli that referenced this pull request May 26, 2026
# [1.8.0-dev.1](v1.7.0...v1.8.0-dev.1) (2026-05-26)

### Bug Fixes

* ARSCLib libraries are excluded during minimization ([2714ab5](2714ab5))
* ARSCLib libraries are not included in minimized fat jar ([5dce038](5dce038))
* Close adb when app closes ([MorpheApp#153](https://github.com/ddCeka/morphe-cli/issues/153)) ([a43de5a](a43de5a))
* continue-on-error fix + force windows to `FULL` ([MorpheApp#120](https://github.com/ddCeka/morphe-cli/issues/120)) ([036faba](036faba))
* Include Notice and License files in shadow jar release ([MorpheApp#113](https://github.com/ddCeka/morphe-cli/issues/113)) ([a9a2402](a9a2402))
* Re-enable strip libs feature ([MorpheApp#117](https://github.com/ddCeka/morphe-cli/issues/117)) ([6d2bb94](6d2bb94))
* Update to latest patcher ([a0bea3d](a0bea3d))
* Update to latest patcher ([efd0cf1](efd0cf1))
* Update to patcher 1.5.1 ([d7c5036](d7c5036))

### Features

* Add in-app dependency license viewer ([MorpheApp#114](https://github.com/ddCeka/morphe-cli/issues/114)) ([77a1dde](77a1dde))
* Add search function to license viewer ([MorpheApp#124](https://github.com/ddCeka/morphe-cli/issues/124)) ([d3d9feb](d3d9feb))
* Add setting menu to save patched app crash logs to file ([MorpheApp#143](https://github.com/ddCeka/morphe-cli/issues/143)) ([90836b5](90836b5))
* Apply patches from multiple patch bundles, add GUI patch source selector  ([MorpheApp#145](https://github.com/ddCeka/morphe-cli/issues/145)) ([44ed6c6](44ed6c6))
* Custom output path + better GUI scrollbars ([MorpheApp#127](https://github.com/ddCeka/morphe-cli/issues/127)) ([70e2721](70e2721))
* Faster dex rebuilding + reduced memory requirements  ([MorpheApp#108](https://github.com/ddCeka/morphe-cli/issues/108)) ([ed8918e](ed8918e))
* Support GitHub repo urls with `--patches` argument ([MorpheApp#71](https://github.com/ddCeka/morphe-cli/issues/71)) ([2cc09a9](2cc09a9))
* UI improvements and fixes ([MorpheApp#128](https://github.com/ddCeka/morphe-cli/issues/128)) ([980ebac](980ebac))
github-actions Bot pushed a commit that referenced this pull request May 29, 2026
# [1.9.0](v1.8.1...v1.9.0) (2026-05-29)

### Bug Fixes

* Close adb when app closes ([#153](#153)) ([a43de5a](a43de5a))
* Multi patch source minor network times out ([#155](#155)) ([06e5788](06e5788))

### Features

* Add setting menu to save patched app crash logs to file ([#143](#143)) ([90836b5](90836b5))
* Apply patches from multiple patch bundles, add GUI patch source selector  ([#145](#145)) ([44ed6c6](44ed6c6))
AzyrRuthless pushed a commit to AzyrRuthless/morphe-cli that referenced this pull request May 30, 2026
The gui now properly closes the adb server when it's being closed, if it
started it. Won't touch it if other process started it.
github-actions Bot pushed a commit to AzyrRuthless/morphe-cli that referenced this pull request May 30, 2026
# [1.7.0-dev.1](v1.6.1...v1.7.0-dev.1) (2026-05-30)

### Bug Fixes

* Close adb when app closes ([MorpheApp#153](https://github.com/AzyrRuthless/morphe-cli/issues/153)) ([569253b](569253b))
* Multi patch source minor network times out ([MorpheApp#155](https://github.com/AzyrRuthless/morphe-cli/issues/155)) ([8a62b73](8a62b73))

### Features

* Apply patches from multiple patch bundles, add GUI patch source selector  ([MorpheApp#145](https://github.com/AzyrRuthless/morphe-cli/issues/145)) ([d904c88](d904c88))
github-actions Bot pushed a commit to AzyrRuthless/morphe-cli that referenced this pull request May 30, 2026
# [1.7.0](v1.6.1...v1.7.0) (2026-05-30)

### Bug Fixes

* Close adb when app closes ([MorpheApp#153](https://github.com/AzyrRuthless/morphe-cli/issues/153)) ([569253b](569253b))
* Multi patch source minor network times out ([MorpheApp#155](https://github.com/AzyrRuthless/morphe-cli/issues/155)) ([8a62b73](8a62b73))

### Features

* Apply patches from multiple patch bundles, add GUI patch source selector  ([MorpheApp#145](https://github.com/AzyrRuthless/morphe-cli/issues/145)) ([d904c88](d904c88))
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.

feat: Option to not start ADB server

1 participant