I have a bunch of different notifications and ringtones I'd like to use, but I cant insert them into the default directory along with the other ringtones. Is there anyway to do this?
Are you rooted? If so, you can use root explorer or es file explorer to mount /system as writable (I assume you are rooted if you know where to put the files) then copy your files.
Sent from my LG-P999 using xda premium
Волк said:
Are you rooted? If so, you can use root explorer or es file explorer to mount /system as writable (I assume you are rooted if you know where to put the files) then copy your files.
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
So through Clockwork, I know how to mount /system, but then what? Do i start the phone as normal to get to the OS, and do my file swapping from there?
Or do I need to do something else?
**** i didnt see the part about Root Explorer. I'm download ES right now.
Why do you want to put it in your system folder and not on your SD card? Every time you flash a new nightly or release you'll have to put them there again.
No one ever uses ADB anymore for some reason, but if you're running windows you can create a batch file to delete the stuff you don't want and the push your files to the media folder. I have a batch file I run after every nightly to remove a lot of junk, here is the commands I use for the sounds. I don't push any sounds to the media folder b/c they are all on my sd card.
Code:
adb shell rm -f /system/media/audio/ui/camera_click.ogg
adb shell rm -f /system/media/audio/ringtones/*.ogg
adb shell rm -f /system/media/audio/notifications/*.ogg
stevew84 said:
I have a bunch of different notifications and ringtones I'd like to use, but I cant insert them into the default directory along with the other ringtones. Is there anyway to do this?
Click to expand...
Click to collapse
You can put them on your External SD in Folders named ringtones and notifications. The rom should read it from there, or mine does. I am using Xborders GB 1.0.
Cant delete an audio file !!
I installed an audio app from the market. It gave options to "Set as ringtone" for its sounds. I set a tone. But now i cant remove it from my system/media/audio/ringtones !!. Its so irritating. I have a rooted xperia mini ( ROM - Jelly Vanilla Ex 2.1) ... I even flashed the stock firmware, wiped data and everything, but every time i set a new ringtone, it is present in the SOUND PICKER !. Can anyone please help me in this ??? Is this a virus or anythin >???? :crying:
Related
When I try and use the file explorer in DDMS for my device it just comes up as blank. I am am running JF ADP1.5 on the device and the 1.5SDK on Mac OS X.
Can someone please confirm that DDMS file explorer works for JF ADP1.5 (preferably on Mac).
Anyone have any other suggestions?
it never worked on 1.5 for me...
This is because you are using a modified firmware.
You have to replace the busybox ls file with the toolbox ls file.
but my ls is linked to toolbox ?
just had another go, it appears you have to close the file explorer and open it again
Ah ok thanks. I didn't know that. What is the easiest way for me to get a file out of an application directory then. I want to get the sqlite database from an app I am writing off the phone.
I'm using apps2sd so I thought the application data should reside in /system/sd/app but if I navigate there in linda or astro it is blank. /data/app is also blank.
BGH80 said:
I'm using apps2sd so I thought the application data should reside in /system/sd/app but if I navigate there in linda or astro it is blank. /data/app is also blank.
Click to expand...
Click to collapse
/data/data
jashsu said:
/data/data
Click to expand...
Click to collapse
/data is also empty
Have you tried opening it with Term Emu or adb instead of a file manager?
Well I'm a bit stuck now.
I got thinking my apps 2 sd wasn't working so I just decided to switch to the unionfs method.
Now my phone is looping. I don't want to do a wipe and I don't have access to ADB here at work so I can't copy a new update.zip ROM to my phone.
So I can't check anything until I get home and can reflash my phone which will hopefully fix the problem.
Ah what a nightmare. The unionfs apps2sd didn't work on the first attempt so I ended up having to reformat, wipe, reinstall etc. I'm back up and running now and was able to get the file I wanted via adb pull.
How come file managers don't show the contents of folders such as /data/data/ ?
BGH80 said:
Ah what a nightmare.
Click to expand...
Click to collapse
Welcome to A2SD.
Hi all, I am one of the people having the "random changed" ringtones and alerts.
So I converted them to ogg format and put them into /system/media/sounds ecc. ecc.
Now, when I browse for Ringtones, I do not see their real name (e.g. myRinger), I see something like: e32f45ab352d905 etc. etc.
Anybody with the same problem?
Ideas?
TIA
Can't say that i have seen that problem....
Perhaps it's the software conferteer. I used an online one. What did u use to convert from mp3 to ogg?
Using another software worked like a charm.
Sent from my Nexus S using Tapatalk
What did you use to move the file to the /system/media/audio/whatever directory? I've tried ghost commander and adb but can't figure either one of them out. Did manage to push it with adb to SD card but I need to mount it somehow I guess? And ghost commander isn't all that user friendly.
Maybe a term and mount the /system directory?
I used "super manager". Note that you must have root enabled.
Luca
It's a shame es file explorer doesn't do root. I know it does sort of but not on mine.
Atomic
Okay Super Manager worked great. One question though... When it mounts /system as rw does it mount it back to ro after a time or do you have to manually do that? The icons don't have names and it's a little confusing.
Also lol at me doing this the night before (maybe) the next release that's supposed to fix this issue comes out.
It mount it back to R/O as far as I know.
In fact the second time u access the folder you're asked again for mounting in R/W
Waiting for OTA with you
So I flashed the MikShift ROM onto my phone a few days ago, but I noticed that sprint tv, and also sprint navigator are missing. I found the .apk files in the mikshift folder, but when I try to install them, it says application not installed. I also tried installing it using the android sdk with no luck.
My next thought, which I am afraid to try (unless its right) is to unzip the rom on my comp, copy the sprint tv and navigator .apks into the system folder, re-compress is, then try flashing that rom. (I can't copy the files with it compressed)
What is the correct way to do this? I know it can be done, or the .apk wouldn't still be in the file, right?
Please help a noob out.
7zip will allow you to move files into the archive without extracting. Not 100%, but on my moment files needed to be zipped in a special way. If you absolutely have to extract it then I'm pretty sure you have to change compression settings to no compression. I'm also fairly sure that if you mess up CWM won't let you flash it.
Mount your /system as rw
Download terminal emulator and type
Su
Mount -o rw,remount -t ext3 /dev/block/mmcblk3p26 /system
Then install
Sent from my PG06100 using XDA App
i believe i did everything as instructed, but the file still didn't install.
I can't get the files moved with 7zip either. I'm pretty sure thats not the correct way of doing it anyway.
Follow the remount command above, then copy it to system, don't install
cp /sdcard/whateverFolder/blah.apk /system/app/
Sent from my PG06100 using XDA App
IT LIVES!!! Thank you very much.
I understand the the copy command that I did through terminal emulator, but what is the first command? I can at least figure out that i'm telling the emulator to mount the phone as r/w, then remounting it for edit i think, but i'm not sure what the "ext3 /dev/block/mmcblk3p26 /system" part means. Could someone explain that? I really want to get more involved in my phone, so i'm trying to learn all I can.
I'll walk you through it.
mount = the base command
-o = with options
rw, remount = add the read/write option, and remount
-t = using file system type
ext3 = the file system type
/dev/block/mmcblk0p26 = the absolute path to the special device file that points to that partition
/system = when you mount that partition call it /system (which it already was, hence the remount option earlier)
Sent from my PG06100 using XDA App
Awesome, thank you very much.
Where did you find the mikshift folder you are talking about on here? I would like to install Sprint TV as well. Thanks.
J_Mod45 said:
So I flashed the MikShift ROM onto my phone a few days ago, but I noticed that sprint tv, and also sprint navigator are missing. I found the .apk files in the mikshift folder, but when I try to install them, it says application not installed. I also tried installing it using the android sdk with no luck.
My next thought, which I am afraid to try (unless its right) is to unzip the rom on my comp, copy the sprint tv and navigator .apks into the system folder, re-compress is, then try flashing that rom. (I can't copy the files with it compressed)
What is the correct way to do this? I know it can be done, or the .apk wouldn't still be in the file, right?
Please help a noob out.
Click to expand...
Click to collapse
Sorry about that wished I'd seen this post earlier. Was busy most of the morning . But if your on MikShifted and want the Stock Sprint apps, go HERE. The thread should have the ones your looking for .
InstigatorX said:
Originally Posted by Chouie
Im in v3...i donto have Google talk either
U can just use Samsung's social hub for gchat
Sent from my SGH-I727R
Click to expand...
Click to collapse
Attached Google Talk files that worked for me (from TouchWiz 1.0.2 ROM). Put the lib file into /system/lib and the apk into /system/app. Change perms to 744.
Click to expand...
Click to collapse
I am trying to follow these instructions however I can not find the /system/lib and /system/app folders. The Google Talk stock app vanished when I flashed TCP's rom on the phone, so I am trying to reinstall it this way, since it is not on the market.
Where are these files usually located? Do I need to format my files differently or something?
/system/app
/system/lib
ANYTHING that is not /mnt/sdcard (/sdcard) or /ext-sd requires ROOT access and an app that will look at ROOT
ES File explorer or root explorer
you WILL NOT see these folders by just plugging into your computer, nor will you see it with basic file managers
Pirateghost said:
/system/app
/system/lib
ANYTHING that is not /mnt/sdcard (/sdcard) or /ext-sd requires ROOT access and an app that will look at ROOT
ES File explorer or root explorer
you WILL NOT see these folders by just plugging into your computer, nor will you see it with basic file managers
Click to expand...
Click to collapse
Thanks for the help,
Ok i downloaded ASTRO file manager, but when i try to paste into the app folder it gives me an error message that I have a read only file system...
Make sure you have r/o where it says r/o or r/w. this way you can paste it.
LazyMike said:
Thanks for the help,
Ok i downloaded ASTRO file manager, but when i try to paste into the app folder it gives me an error message that I have a read only file system...
Click to expand...
Click to collapse
Pirateghost said:
/system/app
/system/lib
ANYTHING that is not /mnt/sdcard (/sdcard) or /ext-sd requires ROOT access and an app that will look at ROOT
ES File explorer or root explorer
you WILL NOT see these folders by just plugging into your computer, nor will you see it with basic file managers
Click to expand...
Click to collapse
I know I'm VERY! late with this answer, but I have to correct you. With zArchiver (file-explorer and zip/7-zip app) you can access androids system folders. On a S III mini I can copy the ringtones/notification-sounds or the start sound( on the micro-SD-card for example). It is possible to copy other files too, but that didn't make any sense for me. btw: phone is not rooted.
P.S. Also worked on a non-rooted Huawei Y 625 @ Android 4.4.2 . Of course I can not copy files INTO the system folder(s) but read-acces is definitely possible without root permissions.
Greetz HiddenAssassin2306
Access to /data is forbidden in Android unless you have root access.
/system is read only, and limited.
My quote from above did say you wouldn't see any of these from a computer. And the OP was trying to place files in /system, which is read only.
Is there some reason you felt the need to bring up a 3 year old thread to say I'm wrong, when in this thread, regarding the original post, I am 100% correct?
I have hellfire phoenix v1.9 running on my g2x. I wanted to add a ringtone from my computer into the g2x.
I have installed the android platform driver and then when I connect, I see drives E and F, but cannot explore them.
I searched and found a suggestion to turn on usb storage--but I find no options on the hellfire phoenix v1.9 to do this.
Also, toggling the usb debugging mode does not change anything.
All I am trying to do is to find the native ringtone folder and add my ringtone which I made in a .ogg format.
Please help
The simplest way for you to do this is put the file on your SD card and using either root explorer or ES file manager. You'll want to mount system as writeable via the settings and go to System\media\audio\ringtones\
Note you don't have to make the .ogg files it will still work with MP3's except alarms for some reason. You will also need to reboot before it shows up in your list.
Sorry, but I cannot understand when you say,
--You'll want to mount system as writeable via the settings and go to System\media\audio\ringtones\---
Is there a way to move this .ogg or .mp3 file into the ringtones folder (which exists in System\media\audio\ringtones. I can see all the ringtones once I use file explorer.
Even if I copy the file into a external sd, since it is not as intuitive as cut/copy and paste into the folder--how is this done.
What I was hoping was to be able to open this folder thru the computer when connected thru USB and just drag and drop it into the folder of ringtones. If this is not possible assuming the ringtone I want moved is called vintage.ogg , can this be done with ADB commands? Please help
sksriniv said:
Sorry, but I cannot understand when you say,
--You'll want to mount system as writeable via the settings and go to System\media\audio\ringtones\---
Is there a way to move this .ogg or .mp3 file into the ringtones folder (which exists in System\media\audio\ringtones. I can see all the ringtones once I use file explorer.
Even if I copy the file into a external sd, since it is not as intuitive as cut/copy and paste into the folder--how is this done.
What I was hoping was to be able to open this folder thru the computer when connected thru USB and just drag and drop it into the folder of ringtones. If this is not possible assuming the ringtone I want moved is called vintage.ogg , can this be done with ADB commands? Please help
Click to expand...
Click to collapse
Normally it's read only, as in you can look but you can't touch. Writable means you write to it, you can alter or otherwise put information/files there.
And, yes it's as simple as copy and paste, unless you don't know what you're doing in the first place.
Using ES file explorer is the simplest method. Even if you use ADB you still would have to give it the command to mount the system as writable. If you Droid explorer you still need to have the system mounted as writable.
I don't know if it works on all roms, but Gingerbread based roms if you make a directory named ringtones in the Root of the SD card the phone should read it from there, or it does on mine.
Yes, I did everything--thought it was going to work, but it failed.
Steps I took--
Copied a sound.ogg file into the ext sdcard
Installed ES file explorer and under preferences set permissions to write (because I am rooted)
Copied the file from edt sd card
then switched to the systems\media\audio\ringtones folder, was able to see all the ringtones currently present.
Pasted my sound.ogg file---it said "multiple operations completed, but failed to paste sound.ogg Unclear why..
Should I have rebooted after setting permissions to write, before executing the copy and paste operation?
Thanks for the prior help--but need some more..
Use an app called software data cable......works like a charm.....remember u need to be on the same network......it uses FTP service.
Sent from my LG-P999 using xda premium
I use a really useful app called Airdroid which you can find on the Google market. It allows you to establish a Wifi connection through your computer's web browser to your phone. I then transfer whatever music, files, shows or anything I want through it.
Thanks everybody
Just followed my previous steps as outlined. Being a noob, I had to do things gingerly, not to screw up. As I guessed, I have to reboot, before the ability to write takes effect (on es file explorer). Then it is just a matter of copy and paste.
Thanks all