trying to move files to system folders with terminal can't chmod 777 write protected

drezliok

Well-known member
Mar 12, 2011
451
54
0
Visit site
I want to add chocobowark.mp3 file to my notification sounds insided the system.

I installed a terminal app but I can't find the folder they would be. Oh and I have been su command and ls to poke around with out doing anything to the file system.
 
Last edited:

lift3d

Active member
Mar 25, 2011
34
3
0
Visit site
should be able to use chmod

chmod 777 /path/to/folder

at least that is how its works in linux

just google chmod if your stumped
 

no1home

Member
Feb 28, 2011
9
1
0
Visit site
/system is mounted read-only by default. You can enter the commands to remount it read-write, but a better option is to just put your notification tones in /media/audio/notifications on your sd card. That way you don't lose your tones every time you flash a new rom.
 
  • Like
Reactions: drezliok

asadullah

Well-known member
Oct 23, 2010
480
182
0
Visit site
If your using a custom rom type this into adb shell
Code:
adb remount
adb push chocobowark.mp3 /system/media/audio/notifications
 

Trending Posts

Forum statistics

Threads
942,409
Messages
6,913,952
Members
3,158,399
Latest member
pauloxcavalcante