Token login not working #120
Labels
No milestone
No project
No assignees
4 participants
Due date
No due date set.
Dependencies
No dependencies set.
Reference: distok/cutthecord#120
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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.