Token login not working #120

Open
opened 2021-05-21 11:38:26 +00:00 by basik · 3 comments

When i try to do a token login (via the app), i do everything correctly, and on the 2nd launch, for a second it seems like it worked, but then it takes me back to the login screen.

I also tried to do it via ADB, but that did not help. Using ADB i got an error saying that "com.cutthecord.themed is not debuggable"

When i try to do a token login (via the app), i do everything correctly, and on the 2nd launch, for a second it seems like it worked, but then it takes me back to the login screen. I also tried to do it via ADB, but that did not help. Using ADB i got an error saying that "com.cutthecord.themed is not debuggable"

Can also confirm, having the same issue, seems to be independent of which build I tried. I also went ahead and changed one of the apks to be debuggable using apktool to try the ADB method, but it still had no effect.

Can also confirm, having the same issue, seems to be independent of which build I tried. I also went ahead and changed one of the apks to be debuggable using apktool to try the ADB method, but it still had no effect.

Add me to the chain, as I am also experiencing the exact same issue.

Add me to the chain, as I am also experiencing the exact same issue.

I had the same issue, and figured out how to fix the apk:

To fix this, decompile the apk with apktool, add android:debuggable="true" to the <application line, and recompile/sign the apk as per BUILDING.md - then the adb steps will work.

I had the same issue, and figured out how to fix the apk: To fix this, decompile the apk with apktool, add `android:debuggable="true"` to the `<application` line, and recompile/sign the apk as per BUILDING.md - then the adb steps will work.
This repo is archived. You cannot comment on issues.
No Milestone
No Assignees
4 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: distok/cutthecord#120
No description provided.