Build.prop-Editor icon indicating copy to clipboard operation
Build.prop-Editor copied to clipboard

File not found in 4.4

Open valerio-bozzolan opened this issue 11 years ago • 3 comments

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 :)

valerio-bozzolan avatar May 08 '14 11:05 valerio-bozzolan

Interesting. Apparently the app can't get the SD Card directory to save the temp backup file.

Was the SD Card inserted?

nathanpc avatar May 08 '14 11:05 nathanpc

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 :)

valerio-bozzolan avatar May 08 '14 15:05 valerio-bozzolan

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.

valerio-bozzolan avatar May 08 '14 15:05 valerio-bozzolan