Trying to get some notification files to work after updating my N7 to 4.4.2.
I initially had the files in /system/media/audio and they worked fine but caused me issues when trying to update ota.
I was hoping to save alarms, notifications and ringtones in the corresponding /sdcard folder but they aren't populating.
Has anyone gotten them to work in these folder?
Related
Am I missing something or are there no ringtones in the HTC Haykuro 5.0.2 H build? I didnt see any for my phone notifications or for event notifications such as email or text.
Yeha i download the 5.0.1G zip and copy all the ogg files into my G1 under 5.0.2H and all is good now
rhwd2003 said:
Am I missing something or are there no ringtones in the HTC Haykuro 5.0.2 H build? I didnt see any for my phone notifications or for event notifications such as email or text.
Click to expand...
Click to collapse
download the resource.zip file extract to sd and then try again
http://code.google.com/p/sapphire-port-dream/downloads/list
Choose the "resources" link.
Thanks so much, this worked perfect!!! I am loving the new build... the soft keyboard and the new UI updates makes this really kick ass!
solomon711 said:
download the resource.zip file extract to sd and then try again
Click to expand...
Click to collapse
will extracting it to the sd card cause the sounds to display under music?
what i did was adb push c:\android\resource\audio\alarms\file.mp3 /system/media/audio/alarms/
and the same went for c:\....\notifications\file.mp3 /system/media/audio/notifications/
ive successfully pushed all the files from the resource.zip to the phones respective folders and this takes more time, but it works alot better than just putting it on the sd card, although it takes up space on the phone
now who knows how to delete files that are on the phone? for example if i pushed a file to the phone, but dont want that specific file on the phone anymore?
hye i have a infuse 4g, and i recently downloaded root explorer after rooting my phone and i installed the systemUI.apk from the system/app folder and it took the status bar away and i thought it was cool for a bit but i noticed i have no notifications at all not even for calls, and so i deleted the systemUI. but it did not help, can someone please help me, email me at [email protected]
Extract it from the ROM you flashed, and copy back to /system/app folder, and reboot.
Next time on, when playing with system files, rename them to .bak, instead of deleting.
And if you did this on stock, you should just flash back to stock with a one-click.
any rom you do this with just re flash the same some to fix it
Ok well I don't like the default Asus buttons so I decided to get this http://forum.xda-developers.com/showthread.php?t=1120014
That was on the stock rom. I just flashed the Revolver rom however and noticed the icons were back to normal so I went through the process in the link like before however this time my wallpaper disappeared along with the navbar. I looked in Root Explorer and SystemUI was only a couple of kbs in size so obviously it got corrupted. I kept trying this method with the same result.
How else could I go about getting those buttons? Do I have to mod the SystemUI file manually and put them in, if so, how?
EDIT: Solved it. For anyone else experiencing issues with Metamorph, check out ZipThemer.
I manually add them from the linux command line. You have to use the update command to add them to the zip/apk. Don't sign the new apk after adding them.
unzip -l SystemUI.apk - look in the res folders
zip -ur SystemUI.apk res/blah/blah
for that last line, I just have a res/ directory with all the files that I want to replace in the proper subdirectories.
Good luck! use zip --help or unzip --help if you get stuck.
During the install of CROMi, I chose whatever option it was to NOT disable the notifications for the dock and external storage. Now I wish I had! What's the best way to get rid of those notifications now? Is there an option setting somewhere I'm not finding?
They are small code edits inside the apk file so the only way is reflash the ROM with no wipes. You won't lose anything
I was also in the same situation and got rid of the notifications by copying the 4 files located inside "tweak/nosd" folder inside the ROM zip to system/app. I added a number of tweaks after installing Cromi and didn't want to risk messing up the tweaks. Hopefully manually copying these files won't cause any problems.
Hi all !
I'd like to delete the notification sound.
My ROM is CM11 snapshot.
I found the sound files in Nfc.apk package located in the folder \system\app
So I tried to replace these by empty files with same name. (used "apkmultitools")
But it doesn't work, the NFC bug ...
Did you have any solution?