ability to set a token to use #22
	
		Labels
		
	
	
	
	
	
		No milestone
		
			
		
	
	No project
	
		
	
	
	
	
		No assignees
		
	
	
		
			
		
	
	
	
		2 participants
	
	
	
		
	
	
	Due date
No due date set.
	
		Dependencies
		
		
	
	
	No dependencies set.
		Reference: distok/cutthecord#22
		
	
		Loading…
	
	Add table
		Add a link
		
	
		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?
Useful for microg or no gapps users!
First off, get your token from your PC.
Versions with "tokenlogin" : (all versions after 9.0.3)
On login screen, set email to anything that starts with
tokenlogin, such astokenlogin@example.com. Set password to token, press login. Nothing will seem to happen, this is normal. Completely close (through app switcher) and reopen the app, and you'll automatically get logged in with that token.Versions with debuggability (all versions after 8.9.6), requires computer and adb:
Then use the following commands on your computer with adb installed and your device plugged in with USB debugging enabled, replace [branch] with your branch, and [token] with actual token:
then simply restart the app.
If you're going to use the adb method to sign in, you can do the following command while your phone's connected to the computer, to figure out what the app string, which is
com.cutthecord.BRANCH, is for the CTC Branch that you're using.adb shell 'pm list packages -f' | sed -e 's/.*=//' | sort | grep -i cutthecord