General :: Find XML Files Associated With UI Sound?
Jan 24, 2013where i find the XML files associated with UI sound like charger_connecting or sound camera
View 1 Replieswhere i find the XML files associated with UI sound like charger_connecting or sound camera
View 1 RepliesI have a cheap no-name 3G phone using Android 4.1.1..I want to change the sound settings. When I originally bought the phone I set the ringtone etc but now I can't remember for the life of me how I did it because I can't find a setting for sound anywhere.
BUT no sound anywhere! All the 'audio profiles' does is literally change the audio profile..I have downloaded the 'Quick settings' app but all this does is toggle silent and vibrate off and on.
My Pantech Burst has Qualcomm MSM8660 and its bricked. I want to flash it using QPST. The problem is that I can't find Qualcomm MSM8660 hex files ie. MPGR8660.hex and msm_8660.bin files.
View 1 Replies View RelatedI would like to "deploy" .apk files to a set of tablets for student use in the school. Every now and then I will be required to install new apps across a range of devices. I have sorted out the transfer of the apk files to the tablets using an app called "FolderSync" so that the files will be local on the SD Card. Hopefully this part should not be problematic. Due to the fact that the tablets will be used by students, I want to make the process of installing the apps as automated as possible. Using the command "pm install <app.apk>" command I have achieved this step also. My trouble is that I will require the script to improvise and find all apk files in a folder and install them. So far I have tried the following:
Code:
su
cd /sdcard/FolderSync/
find *.apk -exec "pm install {}" ;
However this returns "find: pm install app.apk: No such file or directory" This may be more of a Linux issue than android, or maybe even just me missing something obvious, however I have tried adjusting the syntax here and there and can't figure out how to successfully install a directory of .apk files.
I am looking for the default sound files from the Incredible. Specifically, I am looking to the "doot" sound when you press the volume slider. Does anyone have this sound file? It is not located with the alarms, notification, or ringtones. Also, as an added bonus, I am looking for the notification sound from SportsTap as well.
View 1 Replies View Relatedwhy cant i play wma sound files on my phone? i'm trying to play .wma audiobooks. i dont get it! how can i enable my phone to play wma files? can i install a codex for this?
View 3 Replies View RelatedI'm trying to make my own slimmed version of a ROM's .zip, by deleting some APKs and changing some other files (media, bootanaim, walls; minor changes to systemui and framework-res; etc)..
Until now, I've done it several times, but I think that I can do a more in-depth research to reduce junk files..Is there a way to find a list of LIBs and other files that are related to the APKs that I delete??. I've tried two ways:
1) Decompiling APKs and "explore" to find related files
2) Search all over the Web to find information
I have a Samsung Galaxy I7500 using android 1.5. I extended my phone with a 16GB microSD. I copied a big music collection (around 800 files) into a folder on this SD. Now the problem is that the music player can't find all the files.
I know that there are several threads about android not finding music. The answers are usually that the library hasn't yet been updated or that the ID3 tags are not correct.
I have checked both.
Btw. I can play the files using ASTRO.
In my opinion it seems as if android can't build up a library with too many entries. If I rename the files or put them into different folders, songs disappear and reappear quite randomly.
Do you have any solutions? Is there a music player which doesn't use the native music players index of files?
What sound files is android allowed to play?
View 2 Replies View RelatedFirst there is this:
Code:
File wave1 = new File(wavFile1);
if(!wave1.exists())
throw new Exception(wave1.getPath() + " - File Not Found");
[Code]...
but android dosen't support java.sound.sampled
there is also this:
Code:
private void merge2WavFiles(String wavFile1, String wavFile2, String newWavFilePath) {
long RECORDER_SAMPLERATE = 44100;
long RECORDER_BPP = 16;
[Code]...
but is also dosen't work.
In all cases the result sound file is empty without sound.
How can I merge two *.wav files?
My question is pretty simple. I cant find an option to attach sound in MMS.
View 1 Replies View RelatedI am new to making android applications, and I was wondering how I can find files? I want to know how I can find certain files in an application with the same extension e.g. it finds all .txt files and with each .txt it shows their names in the application.
View 1 Replies View RelatedI am currently learning app-making for Android with Eclipse. I have downloaded android SDK manager and the android plugin for Ecplipse.
The problem is:
- I'm creating an Android project
- In my current tutorial i need to find the main.xml-file in the res/layout-container.
- The tutorial says the main.xml -file automaticly will be created when a project is created.
- I can't find any file that is names main.xml, nor can I find a similar file that should contain the same code.
- If I create an Activity while I'm creating an Android-project, a xml-file with same name as the Activity will be created in the res/layout-container.
what do I have to do to find the main.xml-file?
I am new and this may be a stupid question. I cannot find files and folders on my Incredible. If I download an attachment I have no idea where it goes. I can't "see" the Droid on my computer when synced so do not know how to find the pictures to transfer to computer.
View 2 Replies View RelatedWhat program do you use to play these (MP4, WMV, MOV) files on your Evo? I can't they them to play.
View 3 Replies View RelatedWhen i download a wmv file, it plays the sound but not the video. Any suggestions?
View 1 Replies View RelatedI havent been able to find the zip or rar files my phone downloads (or at least I think it has downloaded) through the Browser app.
THe very first time I tried this it worked fine. i downloaded a zip file from filestube and it immediately showed up in the notification bar that it was downloading. When it was done i clicked the notification and i unzipped it with androzip or something like that. Worked like a charm...
But now i have tried many times, and i never get any confirmation that any download has begun in the notification bar or anything. The only thing that leads me to believe that some download is actually taking place is that, for instance, if iam downloading from megaupload, if i click the download button 2x it will take me to window saying that "this i.p address is already downloading a file".
But i cant find any evidence of this on the phone? I have looked through all the folders on the sd card, but no luck.
I sent a pdf file from my corporate email to my personal email. On my Droid email it gives me the option to save or open. It opens and I know it saves on my sd card. How do I find it and view it after that?
View 1 Replies View RelatedI think the connection between the body and screen broke. Nothing shows on the screen, and there's no touch input available. But the device is still able to power on, reboot, and is recognizable from my Windows PC. I'd made a fairly recent nandroid backup, so I'm not in an emergency phase, but there are some files and photos I'd still like to try to recover from the broken device. Basically just files on the internal SD card. I was rooted, running stock Android on the latest OTA.
I'm not very experienced with ADB, but have started to give that a shot. I've tried various ls commands, but am stuck at a point where I get an error. Using a console (Console2), I ran ADB, then used this command:
Code:
adb shell ls -R /storage/sdcard0/
I got this error:
Code:/storage/sdcard0/: opendir failed, Permission denied
I'm not sure if this error is because I didn't open shell with root access. But when doing that, I run into other trouble because I'm not familiar with the linux-style commands. Another small issue I've bumped into is that when running the ls command on large file trees, the results are cut off by the console's 9999 line buffer.pull all the data from the entire internal SD card?
hi does anyone have sound files from htc evo 4g i need them for my droid x.
View 1 Replies View RelatedI have an HTC Droid Incredible and record my video in 720p. When I copy the file to my pc Windows Media Player does not play the audio of the .MP4. The video plays fine however. (All playes fine on the phone)
I have a camcorder that also records 720 mp4 files, and it plays audio and video just fine on the same pc.
It is possible that another player might play the file fine such as VLC, but I like Windows Media Player, and prefere not to have 3-4 media players taking up resources on my pc.
I just had a warranty swap out done on my droid. As soon as I got the new droid, I hooked it up to my computer flashed back to Android 2.0.1, and used Universal AndRoot to root the phone. After that I used Rom Manager to flash ClockworkMod, and then I installed a backup that I did on my previous Droid. Everything workd great. I'm back running CM 6.0 set up just as it was on my old phone.
The problem now is that when I go into settings to change a ring tone or a notification tone all the "stock" sounds are listed twice. I don't know how to remove the duplicate.
I've deleted system/media/audio, rebooted the phone and then I only had one of everything in the menus to choose a tone. This had a negative effect as it also deleted sounds for some other actions as well. So I moved a backup copy of audio back to system/media, and the duplicates are back.
I've searched with Root Explorer for various ringtone files, and have deleted files off my SDcard thinking it was pulling files from it, but that hasn't worked.
I need to use MediaPlayer to play some sounds, as they were too large in size for the SoundPool class.
The constructor takes a single sound file. I have, potentially, around 20 files that I want to play, randomly and instantly, like sounds in a game.
Do I have to create a new MediaPlayer object for each sound? i.e...
MediaPlayer mp1 = MediaPlayer.create(context, R.raw.sound1); MediaPlayer mp2 = MediaPlayer.create(context, R.raw.sound2); MediaPlayer mp3 = MediaPlayer.create(context, R.raw.sound3); MediaPlayer mp4 = MediaPlayer.create(context, R.raw.sound4);
That seems expensive...
Where does the installation files over sync store in phone memory,after some time it has a notification low phone memory,where i can find and delete these files?
View 2 Replies View RelatedI use android 4.3 with custom ROM and my device is root. I use Google play store to install applications . where I can find apk files are downloaded by play store ,? I want find them and move them to SD card and use them later , if I want reinstall them and do not use more bandwidth of internet . I do not want use application like titanium , I want do this with file manager . Can I do this for more space , for my phone . for example I find them and move them to SD card , for more space
View 11 Replies View RelatedAny file shredder app or scrambler?
View 1 Replies View RelatedWhen I receive sms sound files my htc eros will not play.
View 3 Replies View RelatedWhere can I find a list of files that can, or shouldn't be, deleted w/ titanium backup?
View 2 Replies View RelatedI used both windows explorer and media go to copy video and photo files to my phone card. I can see them on the card but when i unmount and i search them on the phone i can't find them.
Is there a setting i'm missing?
I accidentally merged some files in astro file manager when I was trying to move some files within the file manager and now I can't find them. I tried a search but I didn't find anything.
View 2 Replies View Related