Title: MY_SKIN folder Post by: ahmed on May 29, 2009, 02:22:04 am HI to every one..lately i have faced a bug concerning about keypad sound that after some time of using E2 the sound of keypad disappear and i found a solution by deleting my_skin sd installed folder (i do not know why though it is empty) and the sound come back again..but the skin folder appears again automatically and the problem persists again IS THERE ANY WAY TO PERMANENT DELETE MY_SKIN FOLDER? thanks :)
Title: Re: MY_SKIN folder Post by: solidsnake on May 29, 2009, 04:10:33 am AFAIK there is no way to delete it.
oh yes, there is a way, flash again with a FW that didn't support skin on MMC. Title: Re: MY_SKIN folder Post by: ahmed on May 29, 2009, 04:38:00 am AFAIK there is no way to delete it. sorry but i can not sacrifice black storm one(my best one)..even Zero Tyrano mp oh yes, there is a way, flash again with a FW that didn't support skin on MMC. which is the best in most of your opinions has my_skin sd folder.... Title: Re: MY_SKIN folder Post by: keaglez on May 29, 2009, 09:40:17 am I think they automatically create the folder using autorun... If it placed in rewriteable place, then it will be easy to remove the command... But if it is not, then, you can add command to delete the folder in autorun, so when it creates the folder, it is later automatically removed, ugly though, but it might work...
Title: Re: MY_SKIN folder Post by: ahmed on May 29, 2009, 10:28:57 am I think they automatically create the folder using autorun... If it placed in rewriteable place, then it will be easy to remove the command... But if it is not, then, you can add command to delete the folder in autorun, so when it creates the folder, it is later automatically removed, ugly though, but it might work... no not bad idea 8)..thanks for your concerning... :)could u give me the the deleting command ? Title: Re: MY_SKIN folder Post by: keaglez on May 29, 2009, 11:24:05 am Code: rm -rf /mmc/mmca1/My_SKIN Title: Re: MY_SKIN folder Post by: ahmed on May 29, 2009, 01:18:22 pm Code: rm -rf /mmc/mmca1/My_SKIN |