I cannot install any apps and the installed apps have your data cache as 0kb at settings. When I try to install an app, the "adb logcat" return this:
ActivityManager: Unable to start service Intent < cmp=com.android.defcontainer/.DefaultContainerService > U=0: not found PackageManager: Failed to bind to media container service InstallAppProgress: Installtion error code: 1
None of the solutions at Error creating imagefile (Read-only file system) have success. It's as the internal storage of 4Gb of the device is recognized, and the few files of the internal storage is mounted at /sdcard, but dont have any sdcard plugged in it.
"adb shell sm list-disks" return none;
"adb shell sm list-volumes all" return:
private mounted null emulated mounted null
"adb shell sm-get-primary-storage-uuid" return "null"
What is the problem here?