QUOTE(saerdryl @ Sep 11 2014, 12:02 PM)
hi dudes

i m french and i use this forum because it s a great to have a lot of good intel.
But i dont understand the meaning of this (line in red only) :
Local Prop:
This setting needs to be changed at /data/cust/prop/local.prop
Change the file properties from -rw-r--r-- (644) to -rwxrwxrwx (777) otherwise you can't save changes.
When saving, the charset needs to be set to GBK otherwise you will brick your phone.???????????????
After saving, revert the properties to -rw-r--r--
#ro.config.ShowNavigationBar=true <=add "#" to comment out the original line, then add the 2 lines below. ?????????????????????
ro.config.hw_shownavisettings=true
ro.config.hw_navigationbar=true
some explications will be welcome
thx all
With regards to Uncle benny and Joytest;
1- GBK is a Chinese language encoding and system default definition for prop setting ,like Build.prop & Local.prop & ...
You need to use open with function of your phone file manager (i use Solid explorer) text editor and after editing ,save it in the same location.
2- Comment is text that the compiler ignores but that is useful for programmers. '#' character change the inline characters to comment. you can delete entire line and add 2 new lines, instead.