Skip to main content

5 posts tagged with "TIL"

Today I Learnt

View All Tags

TIL Accessing App Data using ADB

· One min read
Shubh A Chudasama
Your neighborhood geek

While working on an Android app, I had some issues with the SQLite database and wanted to delete it. This db is stored in the app's internal data directory (/data/data/com.cshubh.myapp), which is inaccessible using file managers on the device.

TIL Typo Tolerance in Passwords

· 2 min read
Shubh A Chudasama
Your neighborhood geek

TIL that some companies allow typo tolerance in passwords. Instead of simply rejecting a login attempt with small mistakes, they accept some common typos like an accidental uppercase or an extra character.