[HOW TO] Samsung Galaxy S I9070 - XLoud Engine - Galaxy S Advance I9070 General

Hello together
I tried something and it seems to work, so I share it:
I managed to manually install XLoud Engine to my rooted Galaxy S Advance (took the files for the Galaxy Y).
For me it is not possible to push files with adb, so I had to do it with root explorer.
1. Download http://www.mediafire.com/?0pn39apg27pqw2a
2. Extract the files to your sdcard
3. Backup your libaudioeffect_jni.so: (with adb or whatever)
Code:
mv /system/lib/libaudioeffect_jni.so /system/lib/libaudioeffect_jni.so.bak
4. Copy the files to the folders they belong to (with Root Explorer)
AudioEffectService.apk to /system/app
libxloudwrapper.so to /system/lib/soundfx
semc_audioeffectif.jar to to /system/framework
com.sonyericsson.audioeffectif.xml to /system/etc/permissions
libaudioeffect_jni.so to /system/lib
5. Change the owner of all these files to root.root (with adb: chown root.root filename)
6. Change the permissions of all files to rw-r--r-- (with adb: chmod 644 filename)
7. Edit your build.prop (with root explorer text editor and wifi keyboard to type the text)
Code:
# XLoud Engine
ro.semc.sound_effects_enabled=true
ro.semc.xloud.supported=true
persist.service.xloud.enable=1
8. Reboot and try it
My phone still plays music and its loud (I don't have another phone to compare but I'm pretty sure it is much louder than before)
--! I'm not responsible if you brick your phone! You are doing this at your own risk!

Will try it later, but its good to see some development for this device, really thanks!
Sent from my GT-I9070 using xda app-developers app

hallo
you could it even more detailed and step for step explain so that I know what I must do and währe with images not bad.

if you don't know how to do it with this guide you probably schouldn't do it at all. i even wrote the commands you need with adb.
I think its better for you to wait for a cwm for our phone and then for the cwm pakage for xloud.
I don't want you to brick your phone...

works great,, thank you.. phone is loud as hell..
should be some application icon in drawer?

Can one achieve the same thing by just simply installing Volume+ app?
Sent from my GT-P6800 using xda premium

@Bonez: there is no app in drawer, the app runs as service.
@titus: did not try that...

works perfectly thanks

This method also works for all phones - we use it on the HTC Sensation for ROMs that dont have it baked in but we also edit audio-effect.config in system/etc/ for libxloudwrapper

will try it..

Related

Native Camera Apk

Anyone has the native camera apk? I deleted mine being a idiot, and I know I can just use the update service and repair but truthfully that's a lot work because of restoring data, root etc when I can just install one app :-\
(I have this thread in general but I'm making it in here too because I'm not sure if general was the right place to post it and its important so I didn't want to wait for it to be moved if it ever will)
http://db.tt/o101Pz9
Hope it works!!
Sent from my rooted 026 X10i using swype via Xda
Woops just realised .odex file is there n al.. im guessing ud need that n al
http://db.tt/jOlRLno
Sent from my rooted 026 X10i using swype via Xda
thank you but it won't install. Sigh I'll just have to do it the hard way =/
You might need to push them both to /system/app/ (in root directory before sdcard) n then try instal using root explorer or similar?
Sent from my rooted 026 X10i using swype via Xda
I tried all of that but it didn't work
hi maybe you must give the apk and odex permissions
put the two files apk and odex on your sdcard
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
dd if=/sdcard/SemcCameraApplication.apk of=/system/app/SemcCameraApplication.apk
chmod 644 /system/app/SemcCameraApplication.apk
dd if=/sdcard/SemcCameraApplication.odex of=/system/app/SemcCameraApplication.odex
chmod 644 /system/app/SemcCameraApplication.odex
reboot
or copy the two files with rootexplorer (mount r/w) into sytem/app and give them with a long press on apk and odex the permissions and check
User- read and write
Group- read
Others- read
then reboot
i hope it works for you
try it with ADB on your pc and flash a new theme with a camera.apk...
that is the method of this thread http://forum.xda-developers.com/showthread.php?t=742821
i hope you understand what i mean...
and i hope that it should work for you
Could you pls post theapk directly i have problems accessing the link
Pls post the apk
here you go.
https://play.google.com/store/apps/...sMSwxLDEsImNvbS5lc3Ryb25ncy5hbmRyb2lkLnBvcCJd
this is a market link to the es file explorer app. download it press menu button- go to settings- go down to root- select it and grant permission and then mount system as writable with it right below it. then copy the camera.apk to the system/app folder and your done.(to get there press favorites then choose the second icon then go down to system)
download any rom and open it with winrar find there semccamera or something and enjoy :laugh: i did this several times when deleted something important, besids you have done root... :highfive:
Ok try this one https://www.box.com/shared/273e3286b66ffdcccca4
Sent from my X10i

[MOD] Six(6) Lockscreens & Power Menu + Clock Options for KC1 [EDT][4.22.2011]

Ok everyone. Here is the lockscreen mod, power menu AND additional clock options for KC1. This will NOT work on Krylon's stock build but ONLY my deodexed one. Since there is no cwm yet you will need to push the files manually with adb or use root explorer to drop them in. Root Explorer is the easiest method. Just be sure to set permissions on all the files to rw-r--r-- after you copy them in.
Lockscreens are Rotary (default), Puzzle, Android, Glass, Epic and Star Wars (Settings > Display > Unlock Screen)(Please be aware - Lockscreen wallpapers are not supported on any of these)
Power Menu (no header) - Reboot, Recovery, Download mode
Clock Options - Hide Clock, Hide am/pm (Settings > Date and Time)
Added "Stay Awake" option (Settings > Applications > Development)
Pretty sure I killed the "battery full" pop-up as well
DOWNLOAD <<<<< KC1 Lockscreens / Power Menu / Clock Options
If using adb here is what to do...
Place the files in the zip in your adb tools folder. Navigate to your tools folder in your cmd prompt and perform these commands
First, mount your system as r/w
Code:
adb shell
su (will need to accept root access on phone)
mount -o remount,rw /dev/block/stl9 /system
Your system is now mounted as read/write. Now remove the original files from your phone.
Code:
rm /system/framework/framework-res.apk
rm /system/framework/framework.jar
rm /system/framework/android.policy.jar
rm /system/framework/services.jar
rm /system/app/Settings.apk
exit
exit
Now push the new files into place.
framework files to framework folder
Code:
adb push framework-res.apk /system/framework
adb push framework.jar /system/framework
adb push android.policy.jar /system/framework
adb push services.jar /system/framework
Settings to app folder
Code:
adb push Settings.apk /system/app
Now the files are all in place, but you need to set the correct permission on them.
Code:
adb shell
su
chmod 644 /system/framework/framework-res.apk
chmod 644 /system/framework/framework.jar
chmod 644 /system/framework/android.policy.jar
chmod 644 /system/framework/services.jar
chmod 644 /system/app/Settings.apk
DONE. Now reboot your phone. It will take about 5 minutes to reboot.
Again, you can use Root Explorer to move these files into place manually. Just be sure to set the permissions of all of them to rw-r--r-- after you do.
Credits
~ Untermensch for ultimately being my mentor on lockscreens and for his write-up on doing the power menu
~ S0niqu3 for the hide am/pm source
~ sbrissen for the hide clock source
Used root explorer to drop them in place and reset permissions work like a charm thanks
Sent from my SGH-T959V using XDA Premium App
Android, Rotary and Star Wars unlock doesn't have unlock sounds
Sent from my SGH-T959V using XDA Premium App
Wow. That was fast. Thank you much.
Sent from my SGH-T959V using XDA Premium App
chadster214 said:
Android, Rotary and Star Wars unlock doesn't have unlock sounds
Sent from my SGH-T959V using XDA Premium App
Click to expand...
Click to collapse
Yea only not all the lockscreens support unlock sounds. Only the twiz lockscreens support the twiz music player widget as well.
if u use root explorer do i just have to replace the framework and put the new one?
crunkhead18 said:
if u use root explorer do i just have to replace the framework and put the new one?
Click to expand...
Click to collapse
yes, just overwrite the files
Can someone show me how to use this root explorer instead of adb
Sent from my SGH-T959V using XDA Premium App
rickyy00 said:
Can someone show me how to use this root explorer instead of adb
Sent from my SGH-T959V using XDA Premium App
Click to expand...
Click to collapse
I would honestly learn the basics before you try any of this.
i allready flashed stock deodexed kc1 rom onto my phone in hopes of putting on the lockscreens but i just wanted to know if the root explorer method was easier like he stated up there
I really want these....but its quite painful setting up all my sync'ed accounts again after flashing. I went from Deodexed to Krylon's Odexed Stock, to go back to Deodexed would be a painful process again to get all my accounts set back up and app's loaded + moved to SD. Also fixing the camera/mms/phone issue with the Deodexed ROM on top of that.
Anybody else have any thoughts? Just do it? Haha
mikeDCMDVA said:
I really want these....but its quite painful setting up all my sync'ed accounts again after flashing. I went from Deodexed to Krylon's Odexed Stock, to go back to Deodexed would be a painful process again to get all my accounts set back up and app's loaded + moved to SD. Also fixing the camera/mms/phone issue with the Deodexed ROM on top of that.
Anybody else have any thoughts? Just do it? Haha
Click to expand...
Click to collapse
I used ES File Explorer, go into settings, and check the two boxes in Root setting.
Then go to the directory where the zip is saved, extract and copy paste to the right directories. Once that was done I rebooted. It took 5 min or so to boot but It came up. Once done go into settings and change lockscreen.
Worked like a charm for me. Thanks!!!
rickyy00 said:
i allready flashed stock deodexed kc1 rom onto my phone in hopes of putting on the lockscreens but i just wanted to know if the root explorer method was easier like he stated up there
Click to expand...
Click to collapse
as the OP say " use root explorer to drop them in" come on dude!!! READ!!!
chadster214 said:
as the OP say " use root explorer to drop them in" come on dude!!! READ!!!
Click to expand...
Click to collapse
DUDE THAT GUY NEEDS TO BE SPOON FED ON EVERYTHING! Even though it's already straight outlined for him.
YES RICKY00.
IF THE OP SAYS IT'S THE EASIEST METHOD THEN YES IT IS THE EASIEST METHOD. I USE IT BECAUSE IT'S THE EASIEST METHOD AND WELL WORTH THE MONEY TO PAY FOR THAT APP CUZ OF HOW EASY IT IS TO USE AND SINCE I'M A LAZY ASS TO USE ADB EVEN THOUGH ADB ISN'T THAT HARD.
so to be clear...
i have to flash the deodexed rom in order to have this?
i cant push them with root explorer with only a rooted 4gs?
freaktractor said:
so to be clear...
i have to flash the deodexed rom in order to have this?
i cant push them with root explorer with only a rooted 4gs?
Click to expand...
Click to collapse
you have to flash to Deodexed KC1
Oh boy, so I was able to do this via ADB.
But thought I would also try and do it with Root Explorer. I am bored at my job today.
I copied the files to the sdcard. Then opened Root explorer, located the files, using multi- select I selected all but the settings file that goes into the system/app.
I then hit copy/ then tried to paste the four files to system/framework
I get an error that says there isn't enough space. Then I get all sorts of force closes, and have to re-odin the deodexed KC1.
What the hell am I doing wrong? I am sure I am just having a brain fart but its becoming irritating.
Bl4ckpheniX said:
Oh boy, so I was able to do this via ADB.
But thought I would also try and do it with Root Explorer. I am bored at my job today.
I copied the files to the sdcard. Then opened Root explorer, located the files, using multi- select I selected all but the settings file that goes into the system/app.
I then hit copy/ then tried to paste the four files to system/framework
I get an error that says there isn't enough space. Then I get all sorts of force closes, and have to re-odin the deodexed KC1.
What the hell am I doing wrong? I am sure I am just having a brain fart but its becoming irritating.
Click to expand...
Click to collapse
I had the same problem with another framework, and cringed when I tried this method. BUT, I used ES File explorer for this mod and everything worked like a charm. I didnt have to set permissions or anything.
Bl4ckpheniX said:
Oh boy, so I was able to do this via ADB.
But thought I would also try and do it with Root Explorer. I am bored at my job today.
I copied the files to the sdcard. Then opened Root explorer, located the files, using multi- select I selected all but the settings file that goes into the system/app.
I then hit copy/ then tried to paste the four files to system/framework
I get an error that says there isn't enough space. Then I get all sorts of force closes, and have to re-odin the deodexed KC1.
What the hell am I doing wrong? I am sure I am just having a brain fart but its becoming irritating.
Click to expand...
Click to collapse
Try using es file explorer
Sent from my SGH-T959V using XDA Premium App
fknfocused said:
I used ES File Explorer, go into settings, and check the two boxes in Root setting.
Then go to the directory where the zip is saved, extract and copy paste to the right directories. Once that was done I rebooted. It took 5 min or so to boot but It came up. Once done go into settings and change lockscreen.
Worked like a charm for me. Thanks!!!
Click to expand...
Click to collapse
I am not deodexed though.

[Q] Frustrated with theme install

Hello all,
I have a Rogers Xperia play, 2.3.3. (UK firmware, already rooted).
Locked bootloader, and sim lock, so I can't use the SE website to unlock. Hence I can't get to fastboot, and use any kind of clockwork mod recovery etc..
I made a theme in the UOT kitchen. I provided my framwork-res, and SystemUI files to the site.
How the F#$% do I install this theme? I've read some instructions on using ADB (http://forum.xda-developers.com/showthread.php?t=1065789), but last time I tried that (ADB itself works correctly and sees my phone) using a theme on the Xperia Play forum, my phone went in a reboot loop.
I'd like to avoid having to reinstall my apps again, yes I know I can get a backup application, but that's not the point of this thread
Any advice on how to install this would be appreciated.
Same here but with sim unlocked, Sony Ericsson Xperia Play Rooted 2.3.3 bootloader locked ,i tried 6 times ,3 times without changing permissions ,3 with changing permissions and no result i only managed to change the SystemUI.apk to work and not get in the bootloop and the framework-res.apk makes the phone get in the bootloop
same problem here.......Waiting for a newbie tutorial
Have to tried using root explorer to install your theme? It's really easy to do I had a hard time using adb to install my theme too I kept going into bootloop but once I used root explorer got it installed in a few minutes
Sent from my R800i using XDA App
just copy the .apk's to the platform-tools folder, fire up adb and type in
adb remount
adb push framework-res.apk /system/framework
adb push systemui.apk /system/app
adb reboot
Done
thatsupnow said:
Have to tried using root explorer to install your theme? It's really easy to do I had a hard time using adb to install my theme too I kept going into bootloop but once I used root explorer got it installed in a few minutes
Sent from my R800i using XDA App
Click to expand...
Click to collapse
I tried it aswell but I also got a boot loop.
I'm confused about these permissions :S
GetPatriotized said:
I tried it aswell but I also got a boot loop.
I'm confused about these permissions :S
Click to expand...
Click to collapse
You will get a bootloop, if the theme you are tying to install, has an incompatible framework.... You should always make sure the theme is made for your firmware version, as for the permissions, its only if you use root explorer, if you use adb the correct permissions will already be set
AndroHero said:
You will get a bootloop, if the theme you are tying to install, has an incompatible framework.... You should always make sure the theme is made for your firmware version, as for the permissions, its only if you use root explorer, if you use adb the correct permissions will already be set
Click to expand...
Click to collapse
I'm on 2.3.3 UK with Rogers Xperia Play.
I'm using root explorer because I'm lost with ADB
If that's the case the make sure you set permissions rw-r--r-- before you move them into the proper folders. Have fun dude
Sent from my R800i using XDA App
Just to ad to @thatsupnow's post, move them to /system first and then set permissions there and then move to the correct folder as he said. That should keep you out of bootloop as long as you use compatible themes or your own cooked framework/systemUI as @androhero also mentioned
Regards Dousan...
I JUST MANAGED TO INSTALL A THEME WOOhOO
now how to do it:
1.copy the SystemUi.apk,framework-res.apk etc. on you SD Card
2.Use a File Explorer that can change permissions (I used Root Explorer from market,pm me for a link if you don't have money to buy it)
3.Copy SystemUi.apk to /System not /system/app and there change the permissions to rw-r--r-- (Be carefull , i accidentaly left rw-r--r-x and it didn't work)
4.Now replace the SystemUi.apk from system/app/ with the one from /system/
5.You will need to restart the phone (i couldn't because many Force Closes so i removed the battery then placed back) and now you have the new Notification Bar
6.Now do the 2-3-4-5 steps with framework-res.apk and this time the phone will restart itself after you copy it.
Where SystemUi.apk and Framework-res.apk go:
SystemUi.apk => /system/app
Framework-res.apk => /system/framework
AndroHero said:
just copy the .apk's to the platform-tools folder, fire up adb and type in
adb remount
adb push framework-res.apk /system/framework
adb push systemui.apk /system/app
adb reboot
Done
Click to expand...
Click to collapse
On a side note to this I had a little fun with ninjamorph and changed colors on some .png's in both systemui and framework-res and ended up with nearly all my apps fc'ing. Couldn't get adb to remount and got a permissions denied error. Then did a adb shell instaed and that worked. Check link for command's:
http://forum.xda-developers.com/showpost.php?p=13984118&postcount=3
Regards Dousan...
How to I change it to rw-r--r-- ?
Like what format is that?
I'm in the pop op where it shows the 9 boxes.
Owner,group,others etc. do you have a picture or something?
GetPatriotized said:
How to I change it to rw-r--r-- ?
Like what format is that?
I'm in the pop op where it shows the 9 boxes.
Owner,group,others etc. do you have a picture or something?
Click to expand...
Click to collapse
User-Group-Others- rw-r--r--

how to add the audio in the boot animation in stock ROM???

how to add the audio in the boot animation in the stock ROM???
i did a search , there are somebody asked the sama question in other models , but non of them are answered
i saw one of them said use SGS tools , but i only find one of Galaxy S ...
so , is there anyway to add audio in the boot animation?
- -
someone, plz
Try asking brainmaster. He got bootsound on his rom he might be able to guide u on how to do it.
Sent from my Nexus S 4G using xda premium
I saw CM7 and MIUI has boot sound
I also check his ROM , in his bootanmimation file doesn't have any sound party
just this:
"480 854 29
p 1 0 part0
p 5000 0 part1
"
but it does have bootaudio file in /System/Media
so I wonder it's other file that controls sound which I can not locate...
Have you tried this tutorial? I just iterated all the steps and it looks really promising:
http://forum.xda-developers.com/showthread.php?t=1096068
Originally Posted by hockeyfamily737
0. It's recommended to do a nandroid backup first!
1. Download the "bootsnd.sh" file and put it on the root of your sd card.
2. Download the "android_audio.mp3" file and using root explorer copy it to /system/media
3. Open Terminal Emulator and type the following commands using the stock keyboard. Press enter after each line:
su
cd /sdcard
sh bootsnd.sh
reboot
4. As the device boots up you will be greeted by the "Dolby THX" test sound heard before movies. You are now free to replace the android_audio.mp3 file in /system/media with any .mp3 file you like as long as you rename it to "android_audio.mp3"
5. DO NOT ATTEMPT TO OUTSMART THESE DIRECTIONS OR YOU WILL BE RESTORING YOUR NANDROID BACKUP!
6. Enjoy
http://dl.dropbox.com/u/30200380/bootsnd.sh
http://dl.dropbox.com/u/30200380/android_audio.mp3
Click to expand...
Click to collapse
Greetz
I don't think its possible to add audio to the boot animation on a stock rom. I believe you need root access to add sounds to the /system/media/audio directory
Sent from my Nexus S using xda premium
Try boot animation changer,there u find under tools custom sound
U can get the app from android market
Sent from my Google Nexus S using xda premium
frutelaken said:
Have you tried this tutorial? I just iterated all the steps and it looks really promising:
http://forum.xda-developers.com/showthread.php?t=1096068
Greetz
Click to expand...
Click to collapse
- - i tried twice , but didn't work out
MerwinG said:
Try boot animation changer,there u find under tools custom sound
U can get the app from android market
Sent from my Google Nexus S using xda premium
Click to expand...
Click to collapse
downloaded it and installed it ...
import MP3 file and reboot...
still no good T-T
qtwrk said:
- - i tried twice , but didn't work out
Click to expand...
Click to collapse
Try again.
I just tried it and it worked, I have a custom MP3 playing during the boot animation as we speak. I'm not on the stock ROM but I'm sure that doesn't matter one bit.
What I did was follow the instructions:
Copy bootsnd.sh to the root
Copy android_audio to /system/media
Run bootsnd.sh in Terminal Emulator. Note, you need to change the permissions of this file using the following command and run it as such:
Code:
# su
# chmod 775 bootsnd.sh
# ./bootsnd.sh
Reboot and it worked. Of course you have to be root for all of these actions but I'm sure you are that.
So, try again.
Greetz
frutelaken said:
Try again.
I just tried it and it worked, I have a custom MP3 playing during the boot animation as we speak. I'm not on the stock ROM but I'm sure that doesn't matter one bit.
What I did was follow the instructions:
Copy bootsnd.sh to the root
Copy android_audio to /system/media
Run bootsnd.sh in Terminal Emulator. Note, you need to change the permissions of this file using the following command and run it as such:
Code:
# su
# chmod 775 bootsnd.sh
# ./bootsnd.sh
Reboot and it worked. Of course you have to be root for all of these actions but I'm sure you are that.
So, try again.
Greetz
Click to expand...
Click to collapse
Gosh ... still no good
i did set permission to all files , includs audio file , zip file and this sh file ,all file that may related i set permission to 777
but , don't konw why , still no audio when i reboot
And you're sure that you executed the bootsnd.sh file correctly? Ie; Terminal Emulator won't output anything but just show a new empty line after doing ./bootsnd.sh.
777 is not necessary btw, 775 is enough Not sure which zip file you mean, but it should only matter for bootsnd.sh because that has to be executed.
And you're doing all of this in the root directory of your phone yes? Just to make sure that you're not making these folders etc on your SDCard because that won't work.
Greetz
frutelaken said:
And you're sure that you executed the bootsnd.sh file correctly? Ie; Terminal Emulator won't output anything but just show a new empty line after doing ./bootsnd.sh.
777 is not necessary btw, 775 is enough Not sure which zip file you mean, but it should only matter for bootsnd.sh because that has to be executed.
And you're doing all of this in the root directory of your phone yes? Just to make sure that you're not making these folders etc on your SDCard because that won't work.
Greetz
Click to expand...
Click to collapse
i konw , but i wasn't sure which root directory you were meaning , so i put this .sh file into /system folder ,and , yes , and set 777 permission.
zip i mean bootanimation.zip , i do konw one problem that if replaced this file and NOT set permission will cause unstoppable continually reboot...
what exactly should i type?
enter terminal and
su
cd /system
sh bootsnd.sh
reboot
Click to expand...
Click to collapse
this was what i did ,something wrong?
and i also check that i DID put audio file into /system/media
man , this is making me crazy , i'm kinda losing my mind right now
If the "sh bootsnd.sh" returned no errors in the terminal, you did everything as it should.
You're sure that your audio file is called "android_audio.mp3" and nothing else?
If yes to all of those, I'm not really sure what's preventing it from working.
Greetz
U Need To click install sound binary under custom sound in the tools
Sent from my Google Nexus S using xda premium
You need to install the sound binary before you import the mp3
U see this option under custom sound just above of the import mp3
Try this link
http://forum.xda-developers.com/showthread.php?t=1285201 [HOW TO] How to make a boot up Sound for your Android device
Sent from my Google Nexus S using xda premium
frutelaken said:
If the "sh bootsnd.sh" returned no errors in the terminal, you did everything as it should.
You're sure that your audio file is called "android_audio.mp3" and nothing else?
If yes to all of those, I'm not really sure what's preventing it from working.
Greetz
Click to expand...
Click to collapse
yes it is this name , i triple check
maybe its mp3 problem?
could you provide me your working audio file amd i try with that
qtwrk said:
yes it is this name , i triple check
maybe its mp3 problem?
could you provide me your working audio file amd i try with that
Click to expand...
Click to collapse
I just used a song from my music library, nothing special about it...
Can you tell me if you get output in the terminal if you type the following command:
Code:
cat /system/etc/init.local.rc
Greetz
MerwinG said:
You need to install the sound binary before you import the mp3
U see this option under custom sound just above of the import mp3
Try this link
http://forum.xda-developers.com/showthread.php?t=1285201 [HOW TO] How to make a boot up Sound for your Android device
Sent from my Google Nexus S using xda premium
Click to expand...
Click to collapse
brother , i've done with this , it shows i have installed sound binary , although i don't even know what is it or how/when i install it ...
frutelaken said:
I just used a song from my music library, nothing special about it...
Can you tell me if you get output in the terminal if you type the following command:
Code:
cat /system/etc/init.local.rc
Greetz
Click to expand...
Click to collapse
yes, comes out lots text , about 2 screens or so ...

[Q] How to enable boot audio with CM

Sorry if this doesn't belong here, I can change audio easily with stock based roms but nothing I've found is working for CM based roms, preferably CM9 if possible. I don't know anything about this, looked up multiple threads none worked I tried the changes they said, editing lines in build.prop, init.local.rc and a way that says to run a script in Android terminal, everything is added/modified I get no audio still
Sent from my LG-P999 using Tapatalk
I believe it now works on the latest
Set of nightlies
Sent from my LG-P999 using XDA
There are no nightlies for CM9
Tried a few more things can someone help or is it not possible? Don't think I've ever had a cm based rom have on/off audio
Sent from my LG-P999 using Tapatalk
xBkKx said:
Tried a few more things can someone help or is it not possible? Don't think I've ever had a cm based rom have on/off audio
Sent from my LG-P999 using Tapatalk
Click to expand...
Click to collapse
There's an app called BAC lite, it shows an option to install boot audio binary and tells to use android_audio.mp3 in /system/media/ I haven't tried it with an MP3 or even a properly named ogg but I'd say to give it a shot for a possible quick, easy fix.
Did it work?
Sent from my LG-P999 using xda app-developers app
jefdumais said:
Did it work?
Sent from my LG-P999 using xda app-developers app
Click to expand...
Click to collapse
I couldn't get it to work, app changed boot animation fine but when I tried audio it said it installed the file but still heard nothing during boot
Can't remember where I found this procedure but it does work for me using CM7. I would guess it would work for CM9 and above as well.
_______________
Another user asked for this, and I helped him through it, so I decided to post it here so everyone can have access to it. I didn't create the file, just came across it one day being bored..I digress.
Credit to barnacles10 and lithid-cm
*NOTE: Anything in brackets is either description of what is happening or an action you need to perform; don't type in anything in brackets*
What you need to do to get a boot sound on CM7/AOSP is the following.
1. http://dl.dropbox.com/u/19699565/bootsnd.sh Apparently some people had issues with the first link, so I uploaded it again. Download that file, place on your sdcard.
2. Take whatever sound you want and rename it to: android_audio.mp3 [needs to be mp3 format] and save it to the system/media folder using a file manager that lets you access system directories. I use Root Browser Lite (you can get from Play Store).
3. On your phone, open terminal emulator, and type in the following:
su [enter]
cd /sdcard [enter] *you can store the bootsnd.sh file to any folder on your SD card, so use this command to navigate to it*
ls [to list all files, you should see bootsnd.sh]
sh bootsnd.sh [enter]
You won't see a confirmation, or message, it just runs, and returns you to a # sign.
Reboot, and enjoy your boot sound.
*NOTE*
If you flash / change roms, you'll have to re-run the process to enable the boot sound again. If you get tired of it / don't want it, you can use root explorer and delete the file.
If your having trouble getting sounds to play this should fix the problem.
Quote:
Here is how to fix it.
Make sure you are mounting in R/W mode on each of these steps.
Quote:
Originally Posted by deaver_92 on XDA
To start go to
/system/etc/init.local.rc
and open it in the text editor. Delete everything from
###Bootsound - Safe to Delete: Start###
to
###Bootsound - Safe to Delete: Stop###
Delete any instances of it.
Using a app like root explorer, goto /system/bin and delete the file bootsound.
Back out to /system now open build.prop in text editor mode, look for this text.
Code:
ro.config.play.bootsound=1
Delete it from the build.prop and save and exit.
This is optional but recommened.
Reboot phone.
Verify no sound is playing.
Now run the script again and reboot.
You should have a boot sound again.

Categories

Resources