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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -