Build.prop-Editor
Build.prop-Editor copied to clipboard
File not found in 4.4
I have Android Paranoid 4.4 on a Samsung Galaxy Nexus and when I open the app i see a toast message with:
Error: java.io.FileNotFoundException: /storage/emulated/0/buildprop.tmp: Open failed: ENOENT (No such file or directory)
Thank you in advance :)
Interesting. Apparently the app can't get the SD Card directory to save the temp backup file.
Was the SD Card inserted?
The Galaxy Nexus has not an external SD Card, it has an emulated sdcard so it's ever inserted and its pathname is properly this: /storage/emulated/0 :)
But... Let me tell about a strange thing: In Terminal Emulator, as the default user, i can ’cd’ in /storage/emulated/0 and in /storage/emulated/legacy that they seems equals. But when I'm root, i can ’cd’ in /storage/emulated/legacy, but /storage/emulated/0 seems to does not exists! So probably is more correct /storage/emulated/legacy for reasons that I don't know.