Here is
what the program does.
It allows you to search for iTunes Previews, and use them as ringtones.
It also searches through Seeqpod's full mp3 database, and crops them successfully.
The problem is:
I cannot move the m4r files from /private/var/mobile/Library/Downloads/ into /Library/*Ringtones/ (*=symlink) because the user "mobile" doesn't have permission to do this. The only way to do this now is to ssh in, and that would defeat the purpose of having a native iPhone app to crop & download the ringtones for you.
What I need:
Someone who can write a (python script/java app/any app) that has proper permissions.
BigBoss said:
Quote:
|
I think [python scripts] could [move ringtones] if they are run with +a attributes. In otherwords, when your python app gets launched, that's the python interpretter. That would get root permissions with +s attributes and it should be good. You can male nice GUI apps put of python.
|
What I was thinking:
Maybe a second copy of ssh can be installed with a password only BigBoss or somebody knows. My program can gain root permissions using this (is there a sudo alternative?) and move all m4r files to /Library/*Ringtones/
If you can help me please send me a PM, or a PM Asking for my e-mail address (if you can't use google).