linux - Android init.rc: unable to Create Symbolic Links -


i'm beginner of android.

i'm trying make symlink modifying init.rc file. when insert below code, see result in adb shell. can't find need.

symlink /data/.hidden /.hiddenlink 

i had success generating /data/.hidden directory. failed make hidden symbolic link directory.

i think there no syntax error in above command in init.rc file. don't know why happened.

could give me solution?

i think can try this

symlink /data/.hidden /.hidden 

somehow of android paths need give same name soft link of target file/folder name. worked me doing trick.


Comments

Popular posts from this blog

gcc - MinGW's ld cannot perform PE operations on non PE output file -

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

c# - Search and Add Comment with OpenXML for Word -