Can someone do me a favor? Need to verify file name. - Motorola Droid 3

Can someone go into system/media/audio/ui and post the exact filename of the camera_click.ogg file?
I renamed it into camera_click.ogg and I'd like to know what was the original filename, cause my camera click doesn't work anymore.

Which ROM? I can do it for ICS but I don't know if it would match up.
Sent from my XT862 using XDA

camera_click.ogg
Mavrom 4.0
Sent from my XT860 using xda premium

Thanks guys.

Is it possible that the permissions on the file changed? (did you replace it with something else or simply rename the original?). If you replaced it with a different file (and then gave that the same filename), you may have to set the correct permission on it.
I can see on mine (gingerbread, liberty rom) it is rw-r--r-- , which is 644 I believe. Hope this helps.

I didn't replace it with a different file. Before the 906 update, I accidentally renamed the file and forgot the original name. I also renamed it to camera_click.ogg.bak so the shutter sound is disabled. It worked, but after the update the camera_click.ogg doesn't play.

Related

sound in boot animations?

ok so i read on XDA that you can get sound on your boot animations. i have put together a droid x boot animation and with your help i got it to "install". now, i was told to edit the "desc" text document to read:
"320 480 22"
p 1 0 android
p 1 0 part0
p 0 0 part1
so i did that. then they said to name the mp3 file "Anroid_Audio.mp3" so i did. then they said to put the file into the "bootanimation.zip" where the desc txt document and the part0 and part 1 files are. then they said to copy that and go into data, then local, then paste it. so i did. then they said to reboot the phone and it would work. so i rebooted the phone. and all that happened was a blank screen for a little while and then it went to the homescreen.
anyone have any idea on how to get this to work?
anyone? i really would like to have sound..
Lol. I would like but don't know how to make it work.
seems like no one knows
Use WinRAR to compress your bootanimation.zip, and set the compression to "Store."
saturnine_sweet said:
Use WinRAR to compress your bootanimation.zip, and set the compression to "Store."
Click to expand...
Click to collapse
tried that but then when i opened up Root Explorer on my phone i pasted it into data/local and it said it pasted but it still showed the old bootanimation. tried same with system/media. no luck :/
Hmm idk about installing it that way. Using an update.zip or pushing from ADB might be more effective.
You spelled "Android" wrong in the file name of the mp3. Maybe that's the problem.
I've never added sound to my boots, but I do have a custom boot picture and custom animation. It seems to me that the title in your txt file should refer to the mp3 by the exact file name.
Let me know if you get this working. I'd love to change mine.
Sent from my FroyoEris using XDA App
why don't you browse through the original rom seeking for bootanimation.zip ?
btw by my own experience changing the original bootanimation.zip through a recovery script (aka update.zip) simply doesn't work so if its your case just do it manually with root explorer.
Hope it helps
joshw0000 said:
You spelled "Android" wrong in the file name of the mp3. Maybe that's the problem.
I've never added sound to my boots, but I do have a custom boot picture and custom animation. It seems to me that the title in your txt file should refer to the mp3 by the exact file name.
Let me know if you get this working. I'd love to change mine.
Sent from my FroyoEris using XDA App
Click to expand...
Click to collapse
lol sorry about that. i spelled it right on the file, just a mispelling on the post
Mister-Tea said:
why don't you browse through the original rom seeking for bootanimation.zip ?
btw by my own experience changing the original bootanimation.zip through a recovery script (aka update.zip) simply doesn't work so if its your case just do it manually with root explorer.
Hope it helps
Click to expand...
Click to collapse
I've changed the boot anim a number of times using a zip through recovery. However in these instances I was not the one that compiled the zip so I'm unsure about the exact process.
I belive your boot anim has to be a anim GIF along with a XML file.
Sent from my FroyoEris using XDA App
Have you tried putting the android_audio.mp3 file into /system/customize/resource/ and not inside the .zip?
That works for me.
5noc said:
Have you tried putting the android_audio.mp3 file into /system/customize/resource/ and not inside the .zip?
That works for me.
Click to expand...
Click to collapse
no i havent tried that but thanks for the tip, ill try it a little later
edit: i didnt see a folder named customize..?
roblikeschocolatecake said:
no i havent tried that but thanks for the tip, ill try it a little later
edit: i didnt see a folder named customize..?
Click to expand...
Click to collapse
On my Android 2.2 (froyo) device, the path to the bootanimation and sound file is:
/system/media/bootanimation.zip
/system/media/android_audio.mp3
Both are at the same folder level. Also, each 'frame' of the animation is a separate .png file in two directories. One directory has the opening part of the animation, the second directory contains just the looping part.
dklockshine said:
On my Android 2.2 (froyo) device, the path to the bootanimation and sound file is:
/system/media/bootanimation.zip
/system/media/android_audio.mp3
Both are at the same folder level. Also, each 'frame' of the animation is a separate .png file in two directories. One directory has the opening part of the animation, the second directory contains just the looping part.
Click to expand...
Click to collapse
i have a cliq with a 2.1 rom on it. inside the bootanimation.zip is a part0 and part1 folder. part0 contains the png's for the opening part of the bootanimation and part1 has the png's for the looping part. now, do i add a line into the txt file saying "android_audio.mp3" ? and then put the android_audio.mp3 into /system/media/ ?
roblikeschocolatecake said:
i have a cliq with a 2.1 rom on it. inside the bootanimation.zip is a part0 and part1 folder. part0 contains the png's for the opening part of the bootanimation and part1 has the png's for the looping part. now, do i add a line into the txt file saying "android_audio.mp3" ? and then put the android_audio.mp3 into /system/media/ ?
Click to expand...
Click to collapse
In my bootanimation.zip, my 'part0' folder is named 'android' (the opening part of the animation). There is no entry in the 'desc.txt' file for the audio file, it just sits in the media folder along side the .zip file, not inside it.
I just had an idea that the name of the audio file needs to match the name of the folder that has the first part of the animation. For example, my folder is named android and the audio file is 'android_audio.mp3'. If you're still having problems getting the audio to play, try naming the audio file 'part0_audio.mp3' and see if that works for you.
dklockshine said:
In my bootanimation.zip, my 'part0' folder is named 'android' (the opening part of the animation). There is no entry in the 'desc.txt' file for the audio file, it just sits in the media folder along side the .zip file, not inside it.
I just had an idea that the name of the audio file needs to match the name of the folder that has the first part of the animation. For example, my folder is named android and the audio file is 'android_audio.mp3'. If you're still having problems getting the audio to play, try naming the audio file 'part0_audio.mp3' and see if that works for you.
Click to expand...
Click to collapse
im not even gonna bother messing with it now. i mean the hd2 is a windows mobile phone yet it can run an android 2.2 rom. im jealous of my dad... and im sitting here with a cliq that still has android 1.5 and yet again moto has delayed the update. im ready to give up on the cliq. its got nothing out there. i mean, ive got it rooted and have a 2.1 rom on it but i just cant handle not having any development for it. but the thing is i just got my cliq from tmobile around april so im not sure if i qualify for an upgrade yet. should i maybe complain to tmoblile about moto being horrible with there updates and im not satisfied with the phone to try and get them to give me a new phone for free?
Im fairly certain you leave the sound file OUT of the bootanimation.zip. Just place it in there, and make sure the desc has the part0 sound thingy...
Didn't the older Android versions have sound in the boot animations?....Just for a brief moment. You could probably download a 1.5 rom, extract the boot animation from it, change the mp3 (and maybe something in the text file) and put it in data/local or system/media (or both) of your current rom.
Sent from my Droid Eris using XDA App

[XT860] - Replaced Bootanimation.zip with Droid RAZR

Hey Everyone,
Just wanted to let everybody know that replacing the bootanimation.zip file with the DROID RAZR in the /system/media folder works with the XT860. I know it's a minor thing, but I thought it was cool.
For updatability (and because we don't have an SBF for the XT860) I recommend to rename the original bootanimation.zip to bootanimation.zip.orig and then copy a new bootanimation.zip in there.
if you dump the new animation to data/local it will boot up and you can leave system/media alone. either way. at least you renamed it instead of deleting. just an fyi
It would be even better if you can upload it for us
Even though I backed my original boot ani I somehow still lost it. Would someone be so kind as to upload it so I can have it just in case. Thanks
Sent from my rooted xt860
perhaps a good idea will be to upload here both animations...
As requested...
both animations!
The file should only be named bootanimation.zip and has the permissions of 644 (but it doesn't matter really) and the owner/group is 0/0 (root/root).
I know how to change permissions but what's the command for.changing owners
Sent from my rooted xt860
Change owner is chown, or it's the 2nd last option in root explorer's long click.
Sent from my XT860 using XDA App
So chown 00 or chown 11 etc
Sent from my rooted xt860
works perfectly. is it too much to ask to add here the Official Nexus Prime boot animation...in the same file format..in order to collect all working options?
bogdan_wrc said:
works perfectly. is it too much to ask to add here the Official Nexus Prime boot animation...in the same file format..in order to collect all working options?
Click to expand...
Click to collapse
I can't find a Galaxy Nexus system dump, they seem to all be removed. If you have one PM me with a link and I'll see what I can do.
do these have the boot sound as well?
I have the Galaxy Nexus boot animation, and I'll post it a little later today. If anyone is losing original boot animations, use Root Explorer, go into System Media, and rename the existing boot animation to something like "d3bootanimation.zip" (that's exactly what I did). If you're simply renaming old animations as "bootanimation.bak" or something similar, you'll end up overwriting a few from time to time, depending on how many boot animations you have on your SD. Just use a more specific label for backups, and you should be fine.
Sent from my A500 using xda premium
Just downloaded the razr bootanimation and put it in data/local. I shut my phone off and started and didn't get it to work
Sent from my DROID3 using XDA App
Put it in the system/media folder. Be sure to rename the boot animation that's already there.
Sent from my DROID3 using xda premium
jjhiza said:
I have the Galaxy Nexus boot animation, and I'll post it a little later today. If anyone is losing original boot animations, use Root Explorer, go into System Media, and rename the existing boot animation to something like "d3bootanimation.zip" (that's exactly what I did). If you're simply renaming old animations as "bootanimation.bak" or something similar, you'll end up overwriting a few from time to time, depending on how many boot animations you have on your SD. Just use a more specific label for backups, and you should be fine.
Sent from my A500 using xda premium
Click to expand...
Click to collapse
Here's the boot animation for Galaxy Nexus. Rename this file to bootanimation.zip and place it in /data/local OR /system/media (if placing the file into /system/media, rename the original bootanimation.zip file to something different so you can restore if required).
for the ones who want smth different, here is a link to a blue bootanimation.
(c) http://www.droidforums.net/forum/droid-razr-themes/217089-cyan-razr-diamond-boot-animation.html
bogdan_wrc said:
for the ones who want smth different, here is a link to a blue bootanimation.
Click to expand...
Click to collapse
That link no longer works. I found the the blue animation deeper in that thread, and have attached it to this post. The blue animation is working fine on my XT862 / XT883.

XT883 ON VW DROID 3 - no vsuite (voice commands)

HI GUYS,
I tested SafeStrap on my VW D3 flashed to XT883, in order to be able to install vsuite (voice commands) with a .zip package ported from a froyo device at http://forum.xda-developers.com/showthread.php?t=943688... To be sincere even knowing the incompatibility issue I tried to install it but obviously it didn't work at all.
E:Error in /emmc/signed-voice.zip
(status 7)
Installation aborted
I think it was caused for the reason above.
I was thinking if somebody could interested in ported this app from the xt862 rom, and packing these files into a .zip recovery update.
or at leat tell me how.
It could be a great apport since this XT883 rom seems to be very useful. I really miss the voice commands app from the XT862 ROM.
Thanks,
[B][/B].ZIp Udate created, but still not working on xt883 rom
Hi guys, I just built a .zip update package, but still not working, VSuiteApp (voice commands) closes inmediately.I was wondering if somebody have this app working on his Droid 3 running XT883 ROM.
I have ported the "required" and files from a full XT862 ROM Dump.
Plese help me!
WABONI said:
Hi guys, I just built a .zip update package, but still not working, VSuiteApp (voice commands) closes inmediately.I was wondering if somebody have this app working on his Droid 3 running XT883 ROM.
I have ported the "required" and files from a full XT862 ROM Dump.
Plese help me!
Click to expand...
Click to collapse
Are you sure you copy the correct files to your /system/apps folder obviously vsuite and if your on an odexed rom the odex file for it. Then set the proper permissions. first column all three checked, 2nd column 1st one checked, all remaining unchecked, then reboot.
gkitab said:
Are you sure you copy the correct files to your /system/apps folder obviously vsuite and if your on an odexed rom the odex file for it. Then set the proper permissions. first column all three checked, 2nd column 1st one checked, all remaining unchecked, then reboot.
Click to expand...
Click to collapse
Hi, I just copied the VSuiteApp.apk file, as appears on the XT862 ROM no odex present, I also copied the permission file from etc/permissions/com.motorola.atcmd_library to the XT883.
WABONI said:
Hi, I just copied the VSuiteApp.apk file, as appears on the XT862 ROM no odex present, I also copied the permission file from etc/permissions/com.motorola.atcmd_library to the XT883.
Click to expand...
Click to collapse
You are correct it has no odex file. You shouldn't need to copy over permission files. Rather, using an app like root explorer or root browser, press and hold vsuiteapp.apk and you should get an option to set permissions. Then set then how I described. Back out, then reboot.

need (my files) app on captivate

does anyone know if there is a .tar file or something so i could flash the my files app on my cappy that usually comes on the cappy with the official firmwares? i just need some kind of file to do that because i dont like astro and es file manager, etc. even a link to somewere where this has been done before would help, thanks.
Why use that when the others have a **** ton more functionality? Like root file exploration.
Do you have any .tar stock firmware package? Open that archive with 7zip and go to /system/app and drag it out...then use a root file explorer (lolz oh the irony) to drop it in /system/app
Or use adb to push it there
Or get a theme cwm zip package and delete all the files out of the folders (not touching the meta-inf folder) and drop it in /system/app and flash that.
studacris said:
then use a root file explorer (lolz oh the irony)...
Click to expand...
Click to collapse
I did indeed LOL
hmm...i think im gonna get the cwm package and just do that, do you have any link on one of those, if not then how can i get or look one of those up?
any theme zip will do, just not a ROM zip that has a kernel and modem in it you don't need top flash the theme zips ate just system apk files you can delete out and add your apk in. Make sure only that apk is in it though.
Hold on...I'll hey you a link where i posted a test zip you can use.
Edit: http://forum.xda-developers.com/showpost.php?p=22271929&postcount=1403
In that post is a cwm zip, open that archive with 7zip go to /system/app delete what's there and drop that apk in. Then flash that in recovery.
ya well it didnt work..
Ya well you give more detail we can help.... "It didn't work" isn't very helpful for trouble shooting...
it said that the installation was aborted
What version of cwm do you have?
Or are you on an aosp ROM?
Just use a root explorer, go in and unzip any file that has it in it, then go to the extracted folder, long press on it and hit COPY, then back out until your at SYSTEM and paste it, then look for the file in SYSTEM and long press on it and choose permissions, then change it so it matches the SAME PERMISSIONS in SYSTEM/APP, then once you have the permissions correct long press on it and move it into SYSTEM/APP and hit PASTE. them REBOOT the phone and it will be in there and working. NO NEED to try flashing it in cwm. This MAY sound like a lot of work but it is VERY EASY AND FOOL PROOF.
Sent from MY SPH-P100 running ICS
OI File Manager. Looks almost exactly like my files.
Ok rockratt...first of all...when i tried putting the file in system...
It said failed, and also what do you mean to fix the permisions?
Sent from my SGH-I897 using XDA App
It failed because you need to mount that partition r/w instead of the default r/o...should be an option for that on the root file explorer you used.
juggalo4life760 said:
Ok rockratt...first of all...when i tried putting the file in system...
It said failed, and also what do you mean to fix the permisions?
Sent from my SGH-I897 using XDA App
Click to expand...
Click to collapse
As studacris said make sure to set it to read/write. When using ROOT EXPLORER you will see a button towards the top the probably says MOUNT R/W click on it and then paste it to SYSTEM( the reason I say to paste it to SYSTEM first so you can change the apparently permissions before moving it into SYSTEM/APP since it will ask to overwrite a version of itself if it is already there. To change the permissions just long press, choose permissions, then click the appropriate boxes to make it have the correct permissions before placing it in.
Sent from My KickAss CM7 Captivate
Pasting to /system and Changing permissions shouldn't be needed.
And if it is..boot into recovery, go to advanced, and fix permissions

[Q]Boot animation

i edited a bootanimation based from here: http://www.semaphore.gr/downloads/boot-animations
the files are 138 images, which before it was 178(edited) but it doesn't work after moving the bootanimation zip folder to the system/media.
after the semaphore ics boot image, it just go black screen and the bootanimation didn't work. not even the android default boot didn't.
here's my file. i hope you could help me out for it to work. i think the desc.txt is the problem. the code contains it.
http://www.mediafire.com/?scoqsxo88vzph8z
thanks in advance.
Maybe a stupid suggestion but did you make sure it had the correct permissions and changed the name of the old bootanimation.zip (or took it out of the folder..)
Talon26 said:
Maybe a stupid suggestion but did you make sure it had the correct permissions and changed the name of the old bootanimation.zip (or took it out of the folder..)
Click to expand...
Click to collapse
The permissions are same as of the working bootanimation. Yes, it was renamed to be bootanimation.zip i make sure of that. Lol
Sent from my GT-I9000 using xda premium

Categories

Resources