Boot Animation w/ Audio - Samsung Galaxy Nexus

the Team BAMF's Paradigm rom has audio during the boot animation.
Is it possible to do that with any rom?

It's independent of ROM. It's simply a addon of adding in a file to load when the phone is turning on, T-Mobile phones has bootanimations with sounds on it.

a rather simple add-on indeed...
[Tutorial]
EDIT: never mind, link was not as helpful as i thought. and voting my post down

Doesn't work for me
Envoyé depuis mon Galaxy Nexus avec Tapatalk

zephiK said:
It's independent of ROM.
Click to expand...
Click to collapse
No it isn't.

adrynalyne said:
No it isn't.
Click to expand...
Click to collapse
How did you shot web--er, modify the bootanimation to include sound?

zombieflanders said:
How did you shot web--er, modify the bootanimation to include sound?
Click to expand...
Click to collapse
You have to modify the source code. We are working on getting our source public.

adrynalyne said:
You have to modify the source code. We are working on getting our source public.
Click to expand...
Click to collapse
That's the spirit of Android right there. Cool!

ecs1984 said:
a rather simple add-on indeed...
[Tutorial]
Click to expand...
Click to collapse
That doesn't work on every rom and phone

ah sorry, it had worked for me in the past (different phone, granted)... just trying to help out good luck, i'll stay tuned for updates from anyone more knowledgeable than me.

adrynalyne said:
You have to modify the source code. We are working on getting our source public.
Click to expand...
Click to collapse
any update on this?

Every from I've ever had just requires that there's a bootsound.mp3 or bootsound.wav file in the same dir as the bootanimation.zip file.

Does the format (for example the compression of mp3) Play a role?
And what about the poweron.snd file? I saw that in a tutorial some time ago.

Related

Hint: AOSP 4.1.1 source and Toro not showing as a target under 'lunch'

In case anyone is having trouble finding toro as a device target when trying to build from the list of targets from the 'lunch' command... Toro didn't show up in the list but I was able to manually specify it rather than selecting a numeric option.
Devs probably know that works, but amateurs like myself might benefit from that tidbit. Jellybean seems to be building OK for me now.
EDIT: I was asked what I did, more specifically, so I'll put that here in op:
Rather than enter a numeric choice, I entered 'full_toro-userdebug'. Apparently this was a valid response and the build proceeded.
Mind explaining how you manually selected it?
keith.mcintyre26 said:
Mind explaining how you manually selected it?
Click to expand...
Click to collapse
Not at all. Rather than selecting say, 11 or another choice, I entered: full_toro-userdebug. Apparently this was a valid response and the build proceeded.
question... not much into actual developing here but i know my way around the inside of a rom or two... once you compile. will it be a fully capable rom? as in (what the OTA will be like without VZ apps)?
spunks3 said:
question... not much into actual developing here but i know my way around the inside of a rom or two... once you compile. will it be a fully capable rom? as in (what the OTA will be like without VZ apps)?
Click to expand...
Click to collapse
It's not as 'polished'. There are no gapps, the dictionary is not complete (need a version from a factory image/rom), there are extra keyboards (Japanese?), maybe a couple other oddities as compared to a stock ROM. It will certainly be more capable that porting a gsm rom to toro, that's for sure .
mmuzzy said:
Not at all. Rather than selecting say, 11 or another choice, I entered: full_toro-userdebug. Apparently this was a valid response and the build proceeded.
Click to expand...
Click to collapse
I did that right after I asked haha. Building now. Thank you.
Sent from my Galaxy Nexus using xda premium
keith.mcintyre26 said:
I did that right after I asked haha. Building now. Thank you.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
You're very welcome. Happy flashing.
I thought you meant the whole system. I was wondering where you got the jellybean source
Sent from my Galaxy Nexus using Tapatalk 2
phydo said:
I thought you meant the whole system. I was wondering where you got the jellybean source
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Google released it into the wild today:
https://groups.google.com/forum/?fromgroups#!topic/android-building/XBYeD-bhk1o
mmuzzy said:
Google released it into the wild today:
https://groups.google.com/forum/?fromgroups#!topic/android-building/XBYeD-bhk1o
Click to expand...
Click to collapse
Haha uhh.. I did realize that about two minutes ago. Thanks.
Sent from my Galaxy Nexus using Tapatalk 2
phydo said:
Haha uhh.. I did realize that about two minutes ago. Thanks.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
I was actually trying to pull it before Google was finished so it hasn't been that long.
Hey can you help me out? Is your android version showing as 4.0.9.99.999.9999.99999? Wth?
anton2009 said:
Hey can you help me out? Is your android version showing as 4.0.9.99.999.9999.99999? Wth?
Click to expand...
Click to collapse
Lol!
Sent from my Galaxy Nexus using Tapatalk 2
phydo said:
Lol!
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Well... I figured out why it was showing like that; because I was syncing the master branch and not the 4.1.1 branch. But I'm still confused on this
Not to thread jack, but i have my rom building, but to actually personalize the rom, is there any app like eclipse or is it just editing files in the zip?
cdrshm said:
Not to thread jack, but i have my rom building, but to actually personalize the rom, is there any app like eclipse or is it just editing files in the zip?
Click to expand...
Click to collapse
You edit the source files. The goodies you want are in the res folder of most applications. /packages/apps in the source code. Here's my question, when I boot it gets to the Google screen and then a black screen. I suspect this here. When I start the build I see this:
Code:
find: 'src': No such file or directory.
PRODUCT_COPY_FILES device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml ignored.
... Many more of these Product copy ignored things...
And then it finishes compiling. What's up here, I'm pretty sure it's missing drivers and stuff!
CPCookieMan said:
You edit the source files. The goodies you want are in the res folder of most applications. /packages/apps in the source code. Here's my question, when I boot it gets to the Google screen and then a black screen. I suspect this here. When I start the build I see this:
Code:
find: 'src': No such file or directory.
PRODUCT_COPY_FILES device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml ignored.
... Many more of these Product copy ignored things...
And then it finishes compiling. What's up here, I'm pretty sure it's missing drivers and stuff!
Click to expand...
Click to collapse
Did you install the binaries for toro? There is also a script that will pull them from your phone (so a stock rom is best), which may be better because Google can't give you everything you need for a functional rom (GPS for example). I ended up copying those files from a stock image to my compiled rom.
i got my binaries from here https://developers.google.com/android/nexus/drivers#torojro03c
mwalt2 said:
Did you install the binaries for toro? There is also a script that will pull them from your phone (so a stock rom is best), which may be better because Google can't give you everything you need for a functional rom (GPS for example). I ended up copying those files from a stock image to my compiled rom.
Click to expand...
Click to collapse
cdrshm said:
i got my binaries from here https://developers.google.com/android/nexus/drivers#torojro03c
Click to expand...
Click to collapse
For future reference, what he's referring to is the extract-files.sh script included in the CM source. If you cannot find the proprietary binaries for a certain device you wanna build for, plug in the phone via usb, cd to the directory with the script and execute the command.
anton2009 said:
Well... I figured out why it was showing like that; because I was syncing the master branch and not the 4.1.1 branch. But I'm still confused on this
Click to expand...
Click to collapse
I also got version 4.0.9.99.999.9999.99999 when I synced to the master branch. Thanks for mentioning the workaround to sync with 4.1.1_r1 .
Did you figure out if it's a problem to sync 4.1.1 into a directory that's already synced with master (4.0.9.99...)?
--------------------------------
Update: I think I can answer this question based on JBQ's response:
https://groups.google.com/d/msg/android-building/rtH5ZbJC7qU/-N1lr9MqexYJ
"You can also switch in place: just run "repo init -b <new_manifest_branch>; repo sync" in your existing client."
Sounds like syncing to a new branch in the same working directory should work just fine.

[MOD][SXS][CM10] O4X Style LockScreen

Based on: This thread.
-------------------------------------------------------------------------------------------------------------------------
Screenshots:
Video from original thread, so not on Xperia S but Galaxy Nexus.
-------------------------------------------------------------------------------------------------------------------------
Tested working on FXP145 and newer. Older should probably work too, but I'm not sure about that. (CM10 and Xperia S, of course)
Please report if it works and any bug you run in to! And you might want to backup the files modded by this mod (services.jar, framework-res.apk, framework2.jar, framework.jar and android.policy.jar which are all in the system/framework/ folder) in case you want to get back to the original lockscreen.
-------------------------------------------------------------------------------------------------------------------------
Download:
Here.
Warning! Somebody reported to me the mod isn't working properly on FXP149. Somebody else reported it working though, so I guess it should be fine. You probably want to backup your files for the sake of safety though.
Install instructions:
1. Save the zip to your phone's memory.
2. Reboot into recovery.
3. Go to "Install from zip" -> "Install from sdcard" and select the zip file.
4. Follow the onscreen instructions.
5 . Reboot device and enjoy!
-------------------------------------------------------------------------------------------------------------------------
Big thanks to:
evilisto for making the patch needed for this mod!
The FXP team(Bin4ry, Defer, Kali, Jerpelea) for making this beatiful rom!
Been waiting for this and it works great. Only thing is that when you unlock it the time doesn't dissappear straight away, but this is so minor I don't really care. Thanks a lot!
---------- Post added at 02:20 PM ---------- Previous post was at 01:49 PM ----------
Also swipe in any direction doesn't always show up
Sent from my Galaxy Nexus using xda app-developers app
Will this work with Paranoid Android 2.55 ? :x
Probably will work. Back up the files and try it if you want to know, you can always restore!
markk1995 said:
Probably will work. Back up the files and try it if you want to know, you can always restore!
Click to expand...
Click to collapse
I tried, and i'm stuck at bootanimation ^^' it does'nt work :./
martinko23 said:
I tried, and i'm stuck at bootanimation ^^' it does'nt work :./
Click to expand...
Click to collapse
The framework is different. Give him the PA 2.55 framework-res.apk (and maybe a few other files, I don't remember what is used) so he can apply over it.
I am just waiting for FXP to fix the problems on their kernel which was causing problems on dual boot to update my PA to the next version, so consider it, @OP, a request for the future.
markk1995 said:
Been waiting for this and it works great. Only thing is that when you unlock it the time doesn't dissappear straight away, but this is so minor I don't really care. Thanks a lot!
---------- Post added at 02:20 PM ---------- Previous post was at 01:49 PM ----------
Also swipe in any direction doesn't always show up
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
Thanks a lot for trying it out!
Yes I know about that first one, but as you can see in the video, it's in the original mod too. So I don't think I can do anything about it. Will look into the source though.
That second thing looks interesting, because here it shows up every time, even though sometimes barely visible. Are you sure it really isn't there sometimes?
Felimenta97 said:
The framework is different. Give him the PA 2.55 framework-res.apk (and maybe a few other files, I don't remember what is used) so he can apply over it.
Click to expand...
Click to collapse
Sadly enough that won't work, because the patch (from the original mod) isn't done to the compiled (framework-res.apk, framework.jar etc...) files, but to the source code. Then I compile it and pick out the files needed, pack them up in a zip file, and deliver them to you .
Felimenta97 said:
@OP, a request for the future.
Click to expand...
Click to collapse
Yeah I was already thinking about that, but I don't know for sure if it will work. Since this patch is made for CM10, I think it might break some things specific to PA. I'll download the PA source and try it out when I have some spare time
TiesB said:
Thanks a lot for trying it out!
Yes I know about that first one, but as you can see in the video, it's in the original mod too. So I don't think I can do anything about it. Will look into the source though.
That second thing looks interesting, because here it shows up every time, even though sometimes barely visible. Are you sure it really isn't there sometimes?
Sadly enough that won't work, because the patch (from the original mod) isn't done to the compiled (framework-res.apk, framework.jar etc...) files, but to the source code. Then I compile it and pick out the files needed, pack them up in a zip file, and deliver them to you .
Yeah I was already thinking about that, but I don't know for sure if it will work. Since this patch is made for CM10, I think it might break some things specific to PA. I'll download the PA source and try it out when I have some spare time
Click to expand...
Click to collapse
It can break something at PA source, but it is based on CM10, so how knows.
"What really matters in this world, anyway?"
At second glance it is there but behind the black background so hardly visible for me
Can you make it for T989 running cm10?
Ynx ion advance.
markk1995 said:
At second glance it is there but behind the black background so hardly visible for me
Click to expand...
Click to collapse
Yeah that's kinda what I thought. I'll look into the code if I can maybe "layer it up" or something, but don't pin me down on that .
ghassir said:
Can you make it for T989 running cm10?
Ynx ion advance.
Click to expand...
Click to collapse
That should be possible for sure. That's the the T-Mo S2 right? Downloading the source code atm.
I'm sorry for the late response, I was at my grandparents' and didn't have a pc with internet over there...
Sent from my Xperia S using xda app-developers app
Doesn't boot with AOKP and the kernel from kali
googleye said:
Doesn't boot with AOKP and the kernel from kali
Click to expand...
Click to collapse
Because it's made for CM10 my friend but still thanks for trying because I now know I'll have to build a special one for PA and AOKP
Btw, a small status update: I've ran out of disk space on my wubi install so I'm waiting on my NAS to come, which should arrive somewhere next week. Then I can move all my media (movies, music etc...) to the NAS, and resize my wubi disk to a lot bigger one Then the sources I was downloading can continue
Perfect in fxp 147
TiesB said:
Because it's made for CM10 my friend but still thanks for trying because I now know I'll have to build a special one for PA and AOKP
Btw, a small status update: I've ran out of disk space on my wubi install so I'm waiting on my NAS to come, which should arrive somewhere next week. Then I can move all my media (movies, music etc...) to the NAS, and resize my wubi disk to a lot bigger one Then the sources I was downloading can continue
Click to expand...
Click to collapse
I thought it would still work, isn't AOKP based on CM or am I way out of line here? Anyways a version for AOKP would be appreciated :good:
googleye said:
I thought it would still work, isn't AOKP based on CM or am I way out of line here? Anyways a version for AOKP would be appreciated :good:
Click to expand...
Click to collapse
AOKP had its own source code.
"What really matters in this world, anyway?"
Are there more themes for lockscreen available?
does not xcream on then?
i love this loocscreen, someone test it in fxp 148?
patato800 said:
Are there more themes for lockscreen available?
Click to expand...
Click to collapse
Yes, the
guy who made this patch (evilisto), also made some other ones like the BB10 (I believe) LockScreen. If you want you can request one from his threads and I should be able to make it
fabidesca said:
does not xcream on then?
Click to expand...
Click to collapse
Nope, I'm sorry. Only works on CM10
Sent from my Xperia S using xda app-developers app

[RECOVERY] TWRP 3.1.1-0 Unofficial

I got bored, so I decided to build the latest TWRP. Big thanks to @negamann303 for his source. I only made minor, mostly theme related, tweaks to it. The only non-theme related tweak that I can remember is that I enabled the flag that enables taking advantage of NEON, so that might result in some speed increases, but I haven't done any tests to confirm that.
Q: Sweet! Does ADB backup work?
A: No. Sorry. If you know how to make it work, please let me know and I will implement it.
Q: Oh. So this is basically the same as the previous version?
A: Pretty much. I imagine it supports a whole bunch of new things that our watch isn't capable of, but who cares. It also features the nag screen that asks if you want to install the official TWRP app, which is useless in this case. You can tell it to stop though.
Q:So why should I bother with this?
A: Because you're a flashaholic that needs to have the latest and greatest thing. Duh.
SOURCE
Device: https://github.com/theSt33v/omni_twrp_device
Kernel: https://github.com/Negamann303/Huawei-W-1.5-2.0
TWRP: https://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni
Does this work with the android 2.0 on the Huewai? Also, is there an img file to flash in fastboot? Thanks.
jnewberry1 said:
Does this work with the android 2.0 on the Huewai? Also, is there an img file to flash in fastboot? Thanks.
Click to expand...
Click to collapse
It does, and - have you tried downloading the ZIP and checking what's hiding inside?
munky-head said:
It does, and - have you tried downloading the ZIP and checking what's hiding inside?
Click to expand...
Click to collapse
LOL. My bad. I just assumed it was a flashable zip. Thank you.
1st of all: Thank you soo much!!!!
How could I theme this?
(also you only build it with a local manifest or do you also have a git, which I could fork for theme testing?)
BIade said:
1st of all: Thank you soo much!!!!
How could I theme this?
(also you only build it with a local manifest or do you also have a git, which I could fork for theme testing?)
Click to expand...
Click to collapse
Sources are posted in the OP. Help yourself. I don't know much about TWRP theming, but I do know that the files you want to modify are found in device/huawei/sturgeon/watch_mdpi. This is the folder that was modified by @negamann303, and by myself to a lesser extent, to get the theme that you see in the version that I built. There is also a watch_mdpi folder in the TWRP source somewhere that contains the default watch theme. TWRP is also capable of themes that can be applied post-build so you don't have to build a new one every time you want it to look different, but I don't know anything about how to make that happen. Search XDA for flashable TWRP themes for examples, but make sure they're for 3.1.0. The theme template has changed a bit from previous versions. Hope that helps!
TheSt33v said:
Sources are posted in the OP. Help yourself. I don't know much about TWRP theming, but I do know that the files you want to modify are found in device/huawei/sturgeon/watch_mdpi. This is the folder that was modified by @negamann303, and by myself to a lesser extent, to get the theme that you see in the version that I built. There is also a watch_mdpi folder in the TWRP source somewhere that contains the default watch theme. TWRP is also capable of themes that can be applied post-build so you don't have to build a new one every time you want it to look different, but I don't know anything about how to make that happen. Search XDA for flashable TWRP themes for examples, but make sure they're for 3.1.0. The theme template has changed a bit from previous versions. Hope that helps!
Click to expand...
Click to collapse
Worked, thank you very much
Thank you, im really happy now
Cheers
Blade
P.S.: @TheSt33v I changed
Code:
%col1_x_left%
to 50 for some titles, due to the round sceen cutting some header texts in statusbar. (see last screenshot)
BIade said:
Thank you, im really happy now
Cheers
Blade
P.S.: @TheSt33v I changed
Code:
%col1_x_left%
to 50 for some titles, due to the round sceen cutting some header texts in statusbar. (see last screenshot)
Click to expand...
Click to collapse
Sexy. Maybe I'll look into making that an applyable theme for everyone if I find some time. Can you post your watch_mdpi folder?
Looks like 3.1.1 came out today. I'll have to get on that too.
TheSt33v said:
Sexy. Maybe I'll look into making that an applyable theme for everyone if I find some time. Can you post your watch_mdpi folder?
Click to expand...
Click to collapse
I already did ^^
BIade said:
I already did ^^
Click to expand...
Click to collapse
You explained what you did, but I don't see the actual folder uploaded anywhere. It would save me some time if I didn't have to reproduce what you did.
TheSt33v said:
You explained what you did, but I don't see the actual folder uploaded anywhere. It would save me some time if I didn't have to reproduce what you did.
Click to expand...
Click to collapse
Sorry, I meant, I already created a flashable theme-zip. I will share it tonight, when I arrive at home...
BIade said:
Sorry, I meant, I already created a flashable theme-zip. I will share it tonight, when I arrive at home...
Click to expand...
Click to collapse
I hate to nag you, but could you post that theme when you get a chance? I'd like to see it in person.
@TheSt33v Sorry mate, for the late response. As promised here my theme (Just a WIP, I used a template for the filestructure etc.)
This saves me time from having to do it myself, I can look into removing the nag screen if you haven't figured it out yet
Sent from my SM-G935P using Tapatalk
negamann303 said:
This saves me time from having to do it myself, I can look into removing the nag screen if you haven't figured it out yet
Sent from my SM-G935P using Tapatalk
Click to expand...
Click to collapse
I forgot it was even there, so I wasn't looking into it. Once you disable it the first time, it's gone for good unless you wipe the device. Let me know if you figure out how to get rid of it though. I'm surprised there isn't just a flag to enable.
Thx, worked as expected and the good thing is : sideload don't must be fall back to the old protocol
Sorry guys first time flash on android wear however i am familiar with android phone flash. Please tell me how to install this?
long.nguyen said:
Sorry guys first time flash on android wear however i am familiar with android phone flash. Please tell me how to install this?
Click to expand...
Click to collapse
Same as with a phone. Extract the .img file from the zip attached to the post, boot watch in bootloader mode, plug into computer, fastboot flash recovery [path to twrp image file].

Nextbit Robin BIOS Bootanimation

Well I just picked a Robin a couple of days ago and I'm liking it but, I missed the BIOS bootanimation I had on my OP2. So I decided to make one. I made this simple one following the OP2 one that I had.
UPDATE: I've added the updated version for download. I've corrected the GPU version and spelling errors. If anybody wants a ROM specific one, just PM me and let me know. It'll take a couple days depending on how busy I am.
Here is a link to a preview.
Nice work! I noticed a typo, though. It says "Deteting Flash ROM" instead of "Detecting".
frap129 said:
Nice work! I noticed a typo, though. It says "Deteting Flash ROM" instead of "Detecting".
Click to expand...
Click to collapse
Thanks, I will fix that as well as the GPU.
Looks nice! I will apply it after op fixes a typo!
I'm going to try and have this fixed by the end of the week. Work has had me pretty busy.
OP has been updated with the new version.
Anybody have a preview of what this looks like?
Jacobwitt said:
Anybody have a preview of what this looks like?
Click to expand...
Click to collapse
There is a preview in the OP
dirtsky said:
There is a preview in the OP
Click to expand...
Click to collapse
Tried on Omni and while it does work, my phone wouldn't boot. I had to reboot to recovery and delete the zip for my phone to start up.
L3R0N said:
Tried on Omni and while it does work, my phone wouldn't boot. I had to reboot to recovery and delete the zip for my phone to start up.
Click to expand...
Click to collapse
That's weird. How are you applying the boot animation?
dirtsky said:
That's weird. How are you applying the boot animation?
Click to expand...
Click to collapse
I use a root browser to copy the file to system/media then set the permissions back to rw-r-r. Should I be using another method?
L3R0N said:
I use a root browser to copy the file to system/media then set the permissions back to rw-r-r. Should I be using another method?
Click to expand...
Click to collapse
No. That's right. Wondering why it would cause your phone not to boot.
dirtsky said:
Well I just picked a Robin a couple of days ago and I'm liking it but, I missed the BIOS bootanimation I had on my OP2. So I decided to make one. I made this simple one following the OP2 one that I had.
UPDATE: I've added the updated version for download. I've corrected the GPU version and spelling errors. If anybody wants a ROM specific one, just PM me and let me know. It'll take a couple days depending on how busy I am.
Here is a link to a preview.
Click to expand...
Click to collapse
Hey man I really appreciate the boot animation you put together so I made a flash able zip to make it a little easier especially when it comes to reflashing. Anyways can you make an AICP version?
https://drive.google.com/file/d/0B46kDSOkBccjSTlfQzQ3SWNWNUE/view?usp=drivesdk
AnierinB said:
Hey man I really appreciate the boot animation you put together so I made a flash able zip to make it a little easier especially when it comes to reflashing. Anyways you can make a AICP version?
https://drive.google.com/file/d/0B46kDSOkBccjSTlfQzQ3SWNWNUE/view?usp=drivesdk
Click to expand...
Click to collapse
Thank you. I can do that, just give me a few days and I'll add it to the OP for others to download.
dirtsky said:
Thank you. I can do that, just give me a few days and I'll add it to the OP for others to download.
Click to expand...
Click to collapse
Great! Thanks a lot. P.s if you want to make them all flashable just open the zip up and replace the bootanimation.zip in system/media with the one of your choosing.
AnierinB said:
Great! Thanks a lot. P.s if you want to make them all flashable just open the zip up and replace the bootanimation.zip in system/media with the one of your choosing.
Click to expand...
Click to collapse
Awesome will do. I'll update the post with flashable zips when I make the AICP.
Just a quick update. I haven't abandoned this thread. Work has just had me really busy as of late and haven't had time to work on things. With the long weekend coming up I'm hoping to work on this a little bit as well and provide an update.
dirtsky said:
Just a quick update. I haven't abandoned this thread. Work has just had me really busy as of late and haven't had time to work on things. With the long weekend coming up I'm hoping to work on this a little bit as well and provide an update.
Click to expand...
Click to collapse
How about making a guide so other people could make their own? That way you wouldn't have to dedicate so much time to this
googleygoggles said:
How about making a guide so other people could make their own? That way you wouldn't have to dedicate so much time to this
Click to expand...
Click to collapse
Sorry for the absence from this thread. Since I've made this thread I've given my Robin to my son and I haven't been able to get it from him to play around with it. I may have some time this weekend to play around with it. Right now he is running stock firmware and I plan to update it to PA 7.3.1 as I don't want his phone running with out of date OS.
Hi guys i need that BIOS bootanimation file

How-To add LG's Equalizer to your Hifi Quad Dac Sound Section

Pretty simple process for adding a built in tuner to the LG V30 Sound Section under the Hiding Quad Dac section.
Note: Tested across a few different variants but no idea if this will work on not rooted devices or on custom roms. Let us know if you have any issues.
Step 1: Go to: https://www.apkmirror.com/apk/lgele...elease/equalizer-7-0-11-android-apk-download/
Step 2: Download and install the equalizer file.
Step 3: Reboot
Step 4: Open your settings and confirm it's been added by heading to: Settings > Sounds > Sound Quality and Effects > Equalizer
That's it. You're done. Yep it's that simple.
See attached pictures.
EDIT: I keep getting a "Network issue" error when I try and add photos. Will update from my computer in a couple mins. You should be able to handle this without the pics though. Stay tuned.
Reserved
Thanks! Here's my screenshots of Before, After, and the Equalizer settings (haven't changed anything yet -- still on default settings).
Initially, you were having problem uploading screenshots, so I made a set...
Great mod!
Im running a rooted stock rom with Magisk. EQ Working nicely! Thanks
Sent from my LG-US998 using Tapatalk
Wow another jackpot to our v30! Quad DAC + DTS + EQ settings = deadly combo! ??
Cool but not working on open EU soft (21o). Maybe we have to wait 4 next update with files needed for DTS ;/
Thanks work eu-v21o
proton252 said:
Thanks work eu-v21o
Click to expand...
Click to collapse
Lol really? On mine open EU v21o not working ;/
---------- Post added at 11:08 ---------- Previous post was at 11:00 ----------
drbveb88 said:
Im running a rooted stock rom with Magisk. EQ Working nicely! ThanksView attachment 4714564
Sent from my LG-US998 using Tapatalk
Click to expand...
Click to collapse
What theme or substratum theme you are using? This is nice!
Dizzyrul3z said:
Cool but not working on open EU soft (21o). Maybe we have to wait 4 next update with files needed for DTS ;/
Click to expand...
Click to collapse
Here the same, not working.
proton252 said:
Thanks work eu-v21o
Click to expand...
Click to collapse
H930 doesn't YET have DTS framework in firmware. You can enable the buttons but they don't do anything, for DTS. Wait for future update.
I'll submit the equalizer apk from my module to apkmirror so it's easier to get for everyone.
7.0.13 is live on apkmirror
Can we get this baked into the next "stock" ROM once it's released??
ldeveraux said:
Can we get this baked into the next "stock" ROM once it's released??
Click to expand...
Click to collapse
@JohnFawkes is planning to do this afaik
ldeveraux said:
Can we get this baked into the next "stock" ROM once it's released??
Click to expand...
Click to collapse
It's in my module if you want it that way. If John is going to bake it, it probably won't be till the next round of updates for his firmware zips.
TotallyAnxious said:
It's in my module if you want it that way. If John is going to bake it, it probably won't be till the next round of updates for his firmware zips.
Click to expand...
Click to collapse
I installed it, but if it's this common/easy/ubiquitous, should probably be in the ROM itself, rather than an addon.
ldeveraux said:
I installed it, but if it's this common/easy/ubiquitous, should probably be in the ROM itself, rather than an addon.
Click to expand...
Click to collapse
Well if it's that easy for the user. Why should a Dev focus on it rather than something that is more difficult?
TotallyAnxious said:
Well if it's that easy for the user. Why should a Dev focus on it rather than something that is more difficult?
Click to expand...
Click to collapse
Because it's as simple as replacing a package in a ROM. Why add another step for the end user, have you seen the WTF and KDZ threads? I'd rather minimize installing Magisk modules, you're promoting yours over something that could easily be innate. If John bakes this in, it benefits everyone.
ldeveraux said:
Because it's as simple as replacing a package in a ROM. Why add another step for the end user, have you seen the WTF and KDZ threads? I'd rather minimize installing Magisk modules, you're promoting yours over something that could easily be innate. If John bakes this in, it benefits everyone.
Click to expand...
Click to collapse
Well there's actually one other file you have to edit. And it's not replacing anything... And I think you'll appreciate what John is working on now over an equalizer. And he'd have to do this with every single update.
And he'd have to unpack the system.img and repack it.
By all means keep telling devs what to do. And how is this a Dev adding a step for end users? It's a non stock option you can choose not to use.
Lol promoting? Okay.
TotallyAnxious said:
Well there's actually one other file you have to edit. And it's not replacing anything... And I think you'll appreciate what John is working on now over an equalizer. And he'd have to do this with every single update.
And he'd have to unpack the system.img and repack it.
By all means keep telling devs what to do. And how is this a Dev adding a step for end users? It's a non stock option you can choose not to use.
Lol promoting? Okay.
Click to expand...
Click to collapse
Is it lonely up there on your pedestal?

Categories

Resources