Hacker News new | ask | show | jobs
by azzentys 982 days ago
eMMC usually has csd and ext_csd registers that tells information regarding wear level and such. It's easy to access these from Linux, but not sure how we would do it on Android.
1 comments

You can build/install mmc-utils on the device (even from Google's repo,[1] if outdated) but can't access the storage device paths without root. If you're on a custom ROM, the mmc command might even be part of it.

1: https://android.googlesource.com/platform/external/mmc-utils...