Related
I'm trying to get sound to play on boot up animation. I'm using kings gb3 neon.. I got a custom animation to play but can't get sound to work.. Where exactly do I need to put the mp3? And do I bed to set any thing else?
Sent from my PC36100 using XDA Premium App
cmurray77 said:
I'm trying to get sound to play on boot up animation. I'm using kings gb3 neon.. I got a custom animation to play but can't get sound to work.. Where exactly do I need to put the mp3? And do I bed to set any thing else?
Sent from my PC36100 using XDA Premium App
Click to expand...
Click to collapse
It should be named SPC_animation_final.mp3, and it goes in the /system/customize/resource folder. Put it in that folder, set permissions, and reboot. It should work.
Sent from my PC36100 using XDA App
k2buckley said:
It should be named SPC_animation_final.mp3, and it goes in the /system/customize/resource folder. Put it in that folder, set permissions, and reboot. It should work.
Awesome thanks.. Will any mp3 work of it is named that exactly?
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Sent from my PC36100 using XDA Premium App
I don't have I customize folder
Sent from my PC36100 using XDA Premium App
Sorry I'm a noob to some of this.. I'm on an asop rom if that makes a difference
Sent from my PC36100 using XDA Premium App
cmurray77 said:
Sorry I'm a noob to some of this.. I'm on an asop rom if that makes a difference
Sent from my PC36100 using XDA Premium App
Click to expand...
Click to collapse
Oh I apologize. Yea, for some reason when I saw you were on Kings, I thought sense. You wont have the folder I mentioned. I never use a sound for my boot animation, so I'm not positive where it goes on an AOSP rom.. perhaps the same folder as the boot animation, which is /system/media. Sorry I'm not more helpful with this topic.
Sent from my PC36100 using XDA App
k2buckley said:
Oh I apologize. Yea, for some reason when I saw you were on Kings, I thought sense. You wont have the folder I mentioned. I never use a sound for my boot animation, so I'm not positive where it goes on an AOSP rom.. perhaps the same folder as the boot animation, which is /system/media. Sorry I'm not more helpful with this topic.
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Ya I have tried it in there renamed it tried lots of things.. Also tried b4 on another asop rom with no luck.. Oh well..ill keep tryin
Sent from my PC36100 using XDA Premium App
cmurray77 said:
Ya I have tried it in there renamed it tried lots of things.. Also tried b4 on another asop rom with no luck.. Oh well..ill keep tryin
Sent from my PC36100 using XDA Premium App
Click to expand...
Click to collapse
If I figure anything out, ill let u know. Ill ask a buddy right now for ya.
Sent from my PC36100 using XDA App
k2buckley said:
If I figure anything out, ill let u know. Ill ask a buddy right now for ya.
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Thanks man
cmurray77 said:
Thanks man
Click to expand...
Click to collapse
Howdy. I'm the buddy referenced by senor k2buckley.
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 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 then place in your adb tools folder.
3. On your phone, open terminal emulator, and type in the following:
su [enter]
cd /sdcard [enter]
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.
From your computer, adb push the android_audio.mp3 to the /system/media folder, reboot, and you'll have a sound.
http://forum.xda-developers.com/archive/index.php/t-904350.html
From what I'm seeing in that thread, it looks as though you can't enable sound for the boot animation on aosp. Just read a little ways down. I found something on android forums, saying that it works on some roms, and would go on the /system/media folder. It would be named android_audio.mp3. I tried that (I'm on aosp), and it did not work. Sorry dude.
EDIT : disregard, LOL. I didn't dig.deep enough I guess. I only scratched the surface!
Thanks teh roxx
Sent from my PC36100 using XDA App
k2buckley said:
http://forum.xda-developers.com/archive/index.php/t-904350.html
From what I'm seeing in that thread, it looks as though you can't enable sound for the boot animation on aosp. Just read a little ways down. I found something on android forums, saying that it works on some roms, and would go on the /system/media folder. It would be named android_audio.mp3. I tried that (I'm on aosp), and it did not work. Sorry dude.
EDIT : disregard, LOL. I didn't dig.deep enough I guess. I only scratched the surface!
Thanks teh roxx
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Never a problem. Always have a trick or two...lol
I also sent you the file and instructions via pm.
teh roxxorz said:
Howdy. I'm the buddy referenced by senor k2buckley.
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 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 then place in your adb tools folder.
3. On your phone, open terminal emulator, and type in the following:
su [enter]
cd /sdcard [enter]
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.
From your computer, adb push the android_audio.mp3 to the /system/media folder, reboot, and you'll have a sound.
Click to expand...
Click to collapse
Awesome thanks.. Will give it a try when I get home.. Not used adb yet. I guess it intimidates me .. Time to get over that I guess.. Thanks man you both have helped me tons in the past.. I may pm you later if I get stuck. Any idea where I can get a transformers animation sound?
Sent from my PC36100 using XDA Premium App
cmurray77 said:
Awesome thanks.. Will give it a try when I get home.. Not used adb yet. I guess it intimidates me .. Time to get over that I guess.. Thanks man you both have helped me tons in the past.. I may pm you later if I get stuck. Any idea where I can get a transformers animation sound?
Sent from my PC36100 using XDA Premium App
Click to expand...
Click to collapse
If you're not comfortable with adb, you can use root explorer to place the android_audio.mp3 in the /system/media folder. And feel free too.
teh roxxorz said:
If you're not comfortable with adb, you can use root explorer to place the android_audio.mp3 in the /system/media folder. And feel free too.
Click to expand...
Click to collapse
Oh.. Ok I will try... Thanks. I really should learn adb..
Edit: do I still use terminal emulator and the first file you told met to download? Our just rename in root explorer and put in proper place and set permissions
Sent from my PC36100 using XDA Premium App
cmurray77 said:
Oh.. Ok I will try... Thanks. I really should learn adb..
Edit: do I still use terminal emulator and the first file you told met to download? Our just rename in root explorer and put in proper place and set permissions
Sent from my PC36100 using XDA Premium App
Click to expand...
Click to collapse
If you can use command prompt, you can use adb.
teh roxxorz said:
If you can use command prompt, you can use adb.
Click to expand...
Click to collapse
Haven't used it either
Sent from my PC36100 using XDA Premium App
Dude..just not my day.. got home went to start comp cord is fried 3rd one in two months.. So will root explorer do it alone?
Sent from my PC36100 using XDA Premium App
cmurray77 said:
Dude..just not my day.. got home went to start comp cord is fried 3rd one in two months.. So will root explorer do it alone?
Sent from my PC36100 using XDA Premium App
Click to expand...
Click to collapse
That does suck, but yea, root explorer will be just fine.
teh roxxorz said:
That does suck, but yea, root explorer will be just fine.
Click to expand...
Click to collapse
Idk what I'm doing wrong but no go.. I rename it.move it to system/media (same place boot animation zip is) set permissions reboot no sound animation plays fine but no sound do I need to zip it?
Sent from my PC36100 using XDA Premium App
Hey all..
I finally got it working...
See this link..
http://forum.xda-developers.com/showpost.php?p=27127137&postcount=13
File and instructions attached to that post...
N3M3515
Sweeeeeeet. Thanks!!
Sent from my SPH-D700 using XDA
Will try it out when I get back to my Xoom...but...I love you.
I get "problem parsing the package".
Sent from my PantechP4100 using xda premium
kennyglass123 said:
I get "problem parsing the package".
Sent from my PantechP4100 using xda premium
Click to expand...
Click to collapse
Installed just fine for me maybe open in browser and download the attatchment.
Sent From My Sprint Galaxy Nexus via XDA Premium
kennyglass123 said:
I get "problem parsing the package".
Sent from my PantechP4100 using xda premium
Click to expand...
Click to collapse
Are you running ICS?
The program is an ICS only app.
N3m3515
Thanks
Works great on my rooted Kindle Fire, Thank You
n3m35155 said:
Are you running ICS?
The program is an ICS only app.
N3m3515
Click to expand...
Click to collapse
Ah! Missed that part. Thanks.
Sent from my SPH-D700 using xda premium
Used it on the Xoom, works perfectly. Thank you so much!
So this won't work on Honeycomb either?
Sent from my SPH-D700 using xda premium
Installed on my rooted TF101 and so far so good. Brighthouse can go shove it with their anti-rooted bull ****.
Thanks to XDA and all of their supporters, together we can Stop the ROOTISM!!!!
Sent from my Transformer TF101 using XDA Premium HD app
Here's a request - can you get rid of the HDMI check too? I believe they did that on the TWC app.
Where do I find build.prop?
tonyperez0 said:
Where do I find build.prop?
Click to expand...
Click to collapse
In /system directory... use an app like root explorer...
I have edited the build.prop by using copying it and editing it on my PC. Then I tried to paste the edited one back into the System folder. But I cannot because its a read-only system file. How can I edit this file and save successfully or paste this file sucessfully.
Or how did you do it?
Thanks.
P.S. Is there anything in there that we can edit to make the app ignore the network? Being that it only allows you to use your "Home Network".
tonyperez0 said:
I have edited the build.prop by using copying it and editing it on my PC. Then I tried to paste the edited one back into the System folder. But I cannot because its a read-only system file. How can I edit this file and save successfully or paste this file sucessfully.
Or how did you do it?
Thanks.
P.S. Is there anything in there that we can edit to make the app ignore the network? Being that it only allows you to use your "Home Network".
Click to expand...
Click to collapse
This is waaaay easier to edit build props
https://play.google.com/store/apps/details?id=org.nathan.jf.build.prop.editor
Sent from my Photon 4G via Tapatalk 2
Edited the build.prop successfully. Thanks xopher.hunter. Now, once opened no matter what channel I choose I get "We are unable to present channel 'G4HD' (example) at this time. Please try a different channel or try again later.
Any thoughts?
kennyglass123 said:
So this won't work on Honeycomb either?
Sent from my SPH-D700 using xda premium
Click to expand...
Click to collapse
great job thanks, is there a way to get this app to work outside the home's wifi network?
vftg said:
Works great on my rooted Kindle Fire, Thank You
Click to expand...
Click to collapse
When I try this on my Kindle Fire I get a message "Parse error. there is a problem parsing the package". What steps did you do to install on your Kindle Fire? Thanks in adavance.
I can confirm this is working on my AT&T Galaxy Note 2.
Didn't have to do anything but install it.
Thanks OP!!!
I'm hoping someone can help me narrow down the call bug we have in aosp. Can some on a stock based ROM get me a radio log cat of making an out going call?
Start this then make your call, you can hang up after it starts ringing.
Code:
adb logcat -b radio > logcat-radio-stock-call.txt
Thanks!
Sent from my LG-LS970 using xda app-developers app
If you still need this, and can tell me how do do it all on my phone, ill help. No computer access.
Sent from my LG-LS970 using xda premium
engine95 said:
If you still need this, and can tell me how do do it all on my phone, ill help. No computer access.
Sent from my LG-LS970 using xda premium
Click to expand...
Click to collapse
There are some log cat apps on the market that you might be able to get radio log cats from. Or you can turn on USB debugging and then enable adbd over network, something the adb WiFi toggle from the market will work. After which in a terminal you can do "adb connect localhost" and then use the adb logcat from the terminal emulator.
Sent from my LG-LS970 using xda app-developers app
logcat
hey shel here's my logcat in case you still need it.
https://www.dropbox.com/s/qkpq3f1xmz9pvdb/Terminal Saved Output.txt
I've officially drove myseld mad here....I've searched and searched and I cannot find a clear cut method way or place to install the drivers for this phone.
If someone wouldn't mind helping me out, I'd appreciate it.
Thanks
Sent from my Galaxy Nexus using xda app-developers app
The problem its giving me is when I try to adb devices or something like that, the phone keeps showing "offline" its listed and has a serial number but won't do anything and says offline.
Sent from my Galaxy Nexus using xda app-developers app
Adb kill-server
Sent from my Galaxy Nexus
Pirateghost said:
Adb kill-server
Sent from my Galaxy Nexus
Click to expand...
Click to collapse
I've tried that...it persistently says offline.
Sent from my Galaxy Nexus using xda app-developers app
joho5 said:
I've tried that...it persistently says offline.
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
Have you accepted the connection on your phone? Is debug activated on the phone?
Sent from my Galaxy Nexus
Herman76 said:
Have you accepted the connection on your phone? Is debug activated on the phone?
Sent from my Galaxy Nexus
Click to expand...
Click to collapse
Yes and yes.
Sent from my Galaxy Nexus using xda app-developers app
joho5 said:
Yes and yes.
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
got an update...ive found that its just adb that isnt working.
If I manually button boot into bootloader, I can run all fastboot commands, but when I do adb commands, the phone reads "offline" or "waiting on device"
any idea on what the problem might be...is it a bad adb driver?
thanks
adb doesnt work in the bootloader....
only in custom recoveries and in android itself.
Zepius said:
adb doesnt work in the bootloader....
only in custom recoveries and in android itself.
Click to expand...
Click to collapse
I understand that, but when I am booted into android os, and I run adb devices...it gives me the number of the device and out to the right it says offline.
So from booted into android, I cant type adb reboot bootloader...it does nothing,,,,waiting on device.
Now, I have an HTC One also, and it works perfectly fine, thats why I was thinking it may be a driver issue.
Its aggravating because I have one of the most developed device and I can get adb to work,,,ha
thanks for the response though
Try updating the sdk tools?
Try a different cable?
Was having problems with adb in the past but now all is working. Could never get root access with adb shell but now that's fine.
My problem is when I get to the point in firewater instructions /data/local/tmp/firewater and from the countless of threads videos it seems that firewater just goes straight to the point saying explaining firewater can be dangerous....... please type Yes.
Here is my session on cmd
C:\Users\Bernard\Desktop\android-sdk-windows\platform-tools>adb devices
List of devices attached
C:\Users\Bernard\Desktop\android-sdk-windows\platform-tools>adb devices
List of devices attached
SH43NWM12565 device
C:\Users\Bernard\Desktop\android-sdk-windows\platform-tools>adb reboot
C:\Users\Bernard\Desktop\android-sdk-windows\platform-tools>adb wait-for-device push firewater /
data/local/tmp
4093 KB/s (4519496 bytes in 1.078s)
C:\Users\Bernard\Desktop\android-sdk-windows\platform-tools>adb shell
[email protected]_m8:/ $ su
su
[email protected]_m8:/ # chmod 755 /data/local/tmp/firewater
chmod 755 /data/local/tmp/firewater
[email protected]_m8:/ # /data/local/tmp/firewater
/data/local/tmp/firewater
[email protected]_m8:/ #
Now everytime I hit enter after /data/local/tmp/firewater it just goes to [email protected]_m8:/ # and will sit there well a long time
what the hell is up or am I doing something wrong
Please anybody help me
Are you connected to the internet
Sent from my HTC One_M8 using XDA Premium 4 mobile app
Yeah through WiFi. Was typing this thread out while trying it again but nothing
The cpu was on WiFi not the device right
Sent from my HTC One_M8 using XDA Premium 4 mobile app
Yeah computer was on WiFi
Widows 7
Sent from my HTC One_M8 using XDA Premium 4 mobile app
Android The Greek said:
Widows 7
Sent from my HTC One_M8 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
This could be the problem Windows 8.1 but some says it works others sai it doesn't
Re download firewater. No lock screen security. Unlock phone before running command. Let me know
Sent from my HTC One_M8 using XDA Premium 4 mobile app
an0ther said:
Re download firewater. No lock screen security. Unlock phone before running command. Let me know
Sent from my HTC One_M8 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Think I have downloaded Firewater 10times now just to be sure. But will try that and see if not then maybe it's windows 8.1 on my laptop causing the problem.
snwman said:
Think I have downloaded Firewater 10times now just to be sure. But will try that and see if not then maybe it's windows 8.1 on my laptop causing the problem.
Click to expand...
Click to collapse
Could be. I would see if someone has a Mac or windows 7 machine you could use. Or virtual machine. I've done over 20 m8s and haven't ran into a problem yet on my Mac.
Sent from my HTC One_M8 using XDA Premium 4 mobile app
---------- Post added at 08:58 PM ---------- Previous post was at 08:53 PM ----------
I could try to adb over inet if you want to try. I never have tried it but I'm game if you want me to try it for you.
Sent from my HTC One_M8 using XDA Premium 4 mobile app
an0ther said:
Could be. I would see if someone has a Mac or windows 7 machine you could use. Or virtual machine. I've done over 20 m8s and haven't ran into a problem yet on my Mac.
Sent from my HTC One_M8 using XDA Premium 4 mobile app
---------- Post added at 08:58 PM ---------- Previous post was at 08:53 PM ----------
I could try to adb over inet if you want to try. I never have tried it but I'm game if you want me to try it for you.
Sent from my HTC One_M8 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
don't know anyone with mac. Can try on Windows 7 later when I get to parents house. Will give it a try and see. Cheers for the offer though just bugs me has to be something simple. If I can get that far on it
Windows 8.1 worked for me first try. Make sure the device is rooted with weak sauce and has the message popup saying it has root after adb reboot. Maybe go into super su and forget adb and then grant it again.
Let me clarify on the first one. Weak sauce roots up to a minute after each boot so make sure you give it enough time after the adb reboot command to activate root before continuing
Sent from my HTC6525LVW using Tapatalk
If it works on win7 you owe me a nickel
Sent from my HTC One_M8 using XDA Premium 4 mobile app
Phone is already unlocked by HTC dev and rooted with supersu. I get root access to adb from supersu so nothing wrong in that aspect and already tried to forget adb in supersu and let it grant access again to same problem. I'm at work parents house today doing work so will try and get it to work. Will try on my laptop again if not will try Windows 7 pc here
God F~cking damn it I got the whelp message. Tried three time just to be sure. And kept getting 1st bottle opening chugging then whelping message after that. Nothing to day that the device can not be s off just shows two lines of the whelping message then cmd goes back to the start as if just opeing up waiting for a command...
Guess I cant get s off :crying:
Just wait and you shall receive. Eventually got s off lads thanks very much for the help. Just kept trying and done a tip that was on another thread. When first bottle was chugging I copied a decent size file and copied it to any folder on internal memory of phone and low and behold it worked. Now s off
All you can do is just wait for the developers to fix this they are working hard on this exploit.I have herd that htc has patched firewater in their last updates.You should wait for fix to come.Also I have herd of Towelroot by geohot maybe give a try at it.
snwman said:
Just wait and you shall receive. Eventually got s off lads thanks very much for the help. Just kept trying and done a tip that was on another thread. When first bottle was chugging I copied a decent size file and copied it to any folder on internal memory of phone and low and behold it worked. Now s off
Click to expand...
Click to collapse
I had some similar issues when running firewater on Win7, so I used Mint 17 with no issues...
No lads I have s off now
snwman said:
No lads I have s off now
Click to expand...
Click to collapse
Your going to make me keep trying. I've got the welp message about 30 times on 2 different phones. I just updated to 13 today and I'm gonna try it again tomorrow. I was waiting to see if anyone has gotten it after they received that message.
Sent from my 831C using Tapatalk