machinateur / android-chrome-tab-transfer

A tool to transfer google chrome tabs from your android phone to your computer using `adb`.
MIT License
91 stars 10 forks source link

Tabs reopen in random order #28

Open JonathanLennox opened 6 months ago

JonathanLennox commented 6 months ago

When I reopened my tabs, the tabs opened on my new phone were in an apparently random order compared to the tabs on my old phone.

Chrome 120 in both cases; transferring from a Pixel 3a running Android 12 to a Pixel 8 running Android 14.

Workaround: I can manually edit the tabs-reopen.sh file to fix this.

machinateur commented 2 months ago

This is probably an issue with the underlying Chrome HTTP API endpoint, which is used to collect the open tabs.

This tool doesn't transform the received data in any way, except for iterating over the entries in order. If they're already coming back in a seemingly random order, I don't think anything can be done about it.

I will re-check with my own device(s) regardless. Thanks for reporting!