MiCode / miui_recovery

The miui recovery source code
81 stars 116 forks source link

[BUG] Internal SD card do not work on HUAWEI P1 #9

Open harrysummer opened 11 years ago

harrysummer commented 11 years ago

Seems that symlink function invoked by src/roots.c: setup_data_media() do not work. When choosing upgrade zip file, it won't show the files in internal sd card (i.e. /data/share). I think there's a conflict between symlink and the file operation mechanism.