

That’s why I posted it. So people can decide for themselves. Doesn’t seem that bad to me, but then I’m a dev, so it’s really hard to judge what a non dev would be comfortable with
Reddit -> kbin.social -> kbin.run -> kbin.earth -> piefed.social
5th times the charm, right?
That’s why I posted it. So people can decide for themselves. Doesn’t seem that bad to me, but then I’m a dev, so it’s really hard to judge what a non dev would be comfortable with
Depends on your comfort with CLI tools. Here’s the process (assumes Windows):
set PATH=%PATH%;C:\your\path\here\
<- Temporary, just for the current sessionsetx /M path "%path%;C:\your\path\here\"
<- PermanentOn your device, go to Settings -> About
and look for Build Number
it can sometimes be buried in Software Information
Tap Build Number
repeatedly until a message appears You are now a developer
You should now have a new Developer options
menu item somewhere in your settings. Sometimes it’s top level, sometimes it’s buried under Additional Settings
or Advanced Settings
or the like
Make sure USB Debugging
is turned on
Connect the device over USB
Back on WIndows type:
adb devices
adb devices
again. You should see your device listedadb install C:/path/to/app.apk
<- if adb devices
only returns one deviceadb -s <device_id> install C:/path/to/app.apk
<- specific deviceYou can install updates the same way, just download the updated APK and add the -r
flag
adb install -r C:/path/to/app.apk
If you break the social contract then you are not covered by it