add-repo with no URL (or an invalid argument) prints an error, so the ;kpm search-bar hook is working.
add-repo with any URL does nothing: the device returns to the home screen immediately, with no log on screen and no success/error message.
This is not specific to a third-party repo. It also happens with the official manifest:
;kpm add-repo https://raw.githubusercontent.com/KindleModding/repo/refs/heads/main/manifest.v2.json
Steps to reproduce
- On a jailbroken Kindle with KPM installed, open the home-screen search bar.
- Run
;kpm add-repo or ;kpm add-repo 123 — an error is shown (expected).
- Run
;kpm add-repo https://raw.githubusercontent.com/KindleModding/repo/refs/heads/main/manifest.v2.json.
Expected
A log line such as Added repository '…' or an explicit fetch/parse error.
Actual
No output. The UI returns to the home screen.
The same silent return happens with other URLs. Adding --fbink does not change this when a URL is present.
Notes
- Wi-Fi is on.
- Commands that do not fetch a URL (for example
add-repo with a missing/invalid argument) still show errors, so this looks like a crash or early exit during the HTTPS GET, not a broken search-bar integration.
add-repowith no URL (or an invalid argument) prints an error, so the;kpmsearch-bar hook is working.add-repowith any URL does nothing: the device returns to the home screen immediately, with no log on screen and no success/error message.This is not specific to a third-party repo. It also happens with the official manifest:
Steps to reproduce
;kpm add-repoor;kpm add-repo 123— an error is shown (expected).;kpm add-repo https://raw.githubusercontent.com/KindleModding/repo/refs/heads/main/manifest.v2.json.Expected
A log line such as
Added repository '…'or an explicit fetch/parse error.Actual
No output. The UI returns to the home screen.
The same silent return happens with other URLs. Adding
--fbinkdoes not change this when a URL is present.Notes
add-repowith a missing/invalid argument) still show errors, so this looks like a crash or early exit during the HTTPS GET, not a broken search-bar integration.