Vrtheme and updater script - Galaxy S 4 Q&A, Help & Troubleshooting

I need a lilttle help on this. I have had Aroma on my rom for awhile. But on the next update (Im working on now) i want to include new things like Nexus 7 animations. But they use vrtheme.
I have tried to get the mods that have vrtheme to flash but its a no go. I know that I must have vrtheme in my rom which I do (attatched) but I dont know the right way to write my script to extract it in my updater script.
Thats where I need help. Can anyone point me in the right direction? I have enclosed my updater script, aroma config, and my folder which contains all aroma mods.
Thanks
Edit....its not letting my upload my files. I will try again later

alloycowboy said:
I need a lilttle help on this. I have had Aroma on my rom for awhile. But on the next update (Im working on now) i want to include new things like Nexus 7 animations. But they use vrtheme.
I have tried to get the mods that have vrtheme to flash but its a no go. I know that I must have vrtheme in my rom which I do (attatched) but I dont know the right way to write my script to extract it in my updater script.
Thats where I need help. Can anyone point me in the right direction? I have enclosed my updater script, aroma config, and my folder which contains all aroma mods.
Thanks
Edit....its not letting my upload my files. I will try again later
Click to expand...
Click to collapse
Download the Aroma VrTheme (installer is first in my signature)
you can probably figure it out from there.

JohnMcW said:
Download the Aroma VrTheme (installer is first in my signature)
you can probably figure it out from there.
Click to expand...
Click to collapse
Thanks bro....took a fast look before work. Saw the updater script. I will look into it tonight. Thanks again
Sent from a Insane S4
SICK MADE DEVELOPMENT

I ran into a problem. At the very end of aroma I got this: package_extract_ dir () expects 2 args, got 3.
My rom flashed except for any vrtheme related mod.
I have enclosed the log, updater script, and aroma config. Will someone take a peek at this and see what I missed?
https://db.tt/SDPpgs0M
https://db.tt/bUANfGNo
https://db.tt/ExrBn3Mi
Sent from my SGH-M919 using XDA Premium 4 mobile app

alloycowboy said:
I ran into a problem. At the very end of aroma I got this: package_extract_ dir () expects 2 args, got 3.
My rom flashed except for any vrtheme related mod.
I have enclosed the log, updater script, and aroma config. Will someone take a peek at this and see what I missed?
https://db.tt/SDPpgs0M
https://db.tt/bUANfGNo
https://db.tt/ExrBn3Mi
Sent from my SGH-M919 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
There should only be 2 parms, you have 3
the first is the source directory, the second is where to put it
you have:
package_extract_dir("alloy/Lock/Shock", "/vrtheme", "/sdcard/vrtheme");
You gota get rid of one of them, more than likely "/vrtheme"
based on your other lines that worked you probably should have coded it like this:
package_extract_dir("alloy/Lock/Shock/vrtheme", "/sdcard/vrtheme");

JohnMcW said:
There should only be 2 parms, you have 3
the first is the source directory, the second is where to put it
you have:
package_extract_dir("alloy/Lock/Shock", "/vrtheme", "/sdcard/vrtheme");
You gota get rid of one of them, more than likely "/vrtheme"
based on your other lines that worked you probably should have coded it like this:
package_extract_dir("alloy/Lock/Shock/vrtheme", "/sdcard/vrtheme");
Click to expand...
Click to collapse
Ok, thanks. I overlooked that. I will see if that fixes the problem. Thanks again.

Got it working. Thanks JohnMcW
Sent from my SGH-M919 using XDA Premium 4 mobile app

Does anyone know of any good documentation or forms for building a aroma?
Sent from my SAMSUNG-SGH-I337 using Tapatalk
---------- Post added at 02:51 PM ---------- Previous post was at 02:49 PM ----------
I'm building a aroma and have it done but the problem is it will start to extract vrtheme but then stops instillation and ends. Try to find something that will help me learn. Can't find much.
Sent from my SAMSUNG-SGH-I337 using Tapatalk

parkerj7uc said:
Does anyone know of any good documentation or forms for building a aroma?
Sent from my SAMSUNG-SGH-I337 using Tapatalk
---------- Post added at 02:51 PM ---------- Previous post was at 02:49 PM ----------
I'm building a aroma and have it done but the problem is it will start to extract vrtheme but then stops instillation and ends. Try to find something that will help me learn. Can't find much.
Sent from my SAMSUNG-SGH-I337 using Tapatalk
Click to expand...
Click to collapse
Theres an aroma q&a in the android section, covers everything including code help

Related

[Q] Can someone mod a rom for me? please :)

can anyone mod a ACS rom for me so it can say "Stevie" in the lock screen and notification bar? instead of acs
http://forum.xda-developers.com/showthread.php?t=976194
bump.......
there's a couple problems with this. What theme are you using. If your using a theme your gonna have to contact that dev and ask him. If your just using the rom I'm the man to talk to.
if I do this for you then others are going to want it done then it will be time consuming. And I won't be able to work in my other projects. However I wrote a how-to on changing the sprint branding. You can always follow those instructions.
If I have some free time I may try to fit this in.
Sent from my SPH-D700 using Tapatalk
steviee7 said:
bump.......
Click to expand...
Click to collapse
you need to give the thread some time so people can see it. If no response in 24 hours then bump it. Not in the same time or in a matter of minutes. We don't live on the internet
Sent from my SPH-D700 using Tapatalk
sorry bout that... yes im just running the rom itself no theme or anything
steviee7 said:
sorry bout that... yes im just running the rom itself no theme or anything
Click to expand...
Click to collapse
I either suggest trying it your self or wait to see if I have time to do it
Sent from my SPH-D700 using Tapatalk
i tried it the other day but i messed up and i think i would rather wait for whenever you have time to mod it im in no rush i just thought it would be cool
just keep trying until you get it to work, you will feel awesome and you may learn a thing or two about android. there are a pretty limited number of ways to mess up such a small change so just do a little reading and you'll figure it out.
amirite said:
just keep trying until you get it to work, you will feel awesome and you may learn a thing or two about android. there are a pretty limited number of ways to mess up such a small change so just do a little reading and you'll figure it out.
Click to expand...
Click to collapse
+1 to this. I recently started using a theme that I wanted tweaked in one little way. I posted something in the thread and got no response and so started screwing around with it myself. It took a while (and multiple screw ups) but I eventually got it to do what I wanted. However, I learned a ton in the process that made me come up with new and improved ways I might screw up... I mean improve... my phone.
By the way, I think the key to doing this with confidence is doing a full "nandroid" backup (i.e. a backup in clockwork). As long as you do this before messing with anything on the phone, you can pretty much always restore the backup and be right where you were. I got myself stuck a couple times and this saved me.
dr_gibberish said:
+1 to this. I recently started using a theme that I wanted tweaked in one little way. I posted something in the thread and got no response and so started screwing around with it myself. It took a while (and multiple screw ups) but I eventually got it to do what I wanted. However, I learned a ton in the process that made me come up with new and improved ways I might screw up... I mean improve... my phone.
By the way, I think the key to doing this with confidence is doing a full "nandroid" backup (i.e. a backup in clockwork). As long as you do this before messing with anything on the phone, you can pretty much always restore the backup and be right where you were. I got myself stuck a couple times and this saved me.
Click to expand...
Click to collapse
When I'm working on mods I zip up the files I edited so I can flash and test the mod. I also create a 2nd zip with the same files but un modified. So if the modified zip breaks things I flash the un modified zip
Sent from my SPH-D700 using Tapatalk
MysteryEmotionz said:
However I wrote a how-to on changing the sprint branding. You can always follow those instructions.
Sent from my SPH-D700 using Tapatalk
Click to expand...
Click to collapse
Where is this located?
BWFBezerk said:
Where is this located?
Click to expand...
Click to collapse
Strings.xml after you decompile framework-res.apk zz_roaming text you'll see it probably says acs already. Pull the framework res.apk decompile in apk manager, then navigate to projects/framework-res.apk/res/values/strings.xml. Scroll down towards the bottom and search for zz_roaming_. Note in apk manager when you recompile and it asks is this a system app choose y. Then it asks to preserve signature as well as files choose yes thenin apk manager you'll now have a keep folder. Delete the file named resources.arsc and then goto place here for modding folder. You'll see unsigned-framework-res.apk in there rename that to framework-res.
Sent from my SPH-D700 using Tapatalk
dreamsforgotten said:
Strings.xml after you decompile framework-res.apk zz_roaming text you'll see it probably says acs already. Pull the framework res.apk decompile in apk manager, then navigate to projects/framework-res.apk/res/values/strings.xml. Scroll down towards the bottom and search for zz_roaming_. Note in apk manager when you recompile and it asks is this a system app choose y. Then it asks to preserve signature as well as files choose yes thenin apk manager you'll now have a keep folder. Delete the file named resources.arsc and then goto place here for modding folder. You'll see unsigned-framework-res.apk in there rename that to framework-res.
Sent from my SPH-D700 using Tapatalk
Click to expand...
Click to collapse
should have just linked him to my thread. Give me a minute and I'll dig it up
Sent from my SPH-D700 using Tapatalk
http://forum.xda-developers.com/showthread.php?t=872222
Sent from my SPH-D700 using Tapatalk
MysteryEmotionz said:
http://forum.xda-developers.com/showthread.php?t=872222
Sent from my SPH-D700 using Tapatalk
Click to expand...
Click to collapse
You right forgot all about it!
Lmao miss read that question thought he asked where the name was located seems he wanted the thread
Sent from my SPH-D700 using Tapatalk
well i tried to do it myself again... using your guide and when i try to install the new rom it says installation aborted!
Just push the framework-res.apk file... installation aborted is a problem with your updater-script
Sent from my SPH-D700 using XDA App
chris41g said:
Just push the framework-res.apk file... installation aborted is a problem with your updater-script
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Either push it using adb or root explorer. Or use update script from another theme but leaving the file structure the same
Sent from my SPH-D700 using Tapatalk
chris41g said:
Just push the framework-res.apk file... installation aborted is a problem with your updater-script
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
yeah... i dont know how to do that...
steviee7 said:
yeah... i dont know how to do that...
Click to expand...
Click to collapse
Turn usb debugging on in settings applications development. Hook your usb cable open a command prompt and in the terminal cd to the directory with the modded framework and type adb push framework-res.apk system/framework/ and then hit enter. This requires you have the android sdk installed and the tools in your path if u you have trouble with that then get a theme that works on your rom open the theme with a zip program and delete everything inside the system folder except the folder framework. Next open the framework folder and delete both framework-res.apk and twframework.apk. Next drag and drop your framework-res.apk into that framework folder close the zip and flash
Sent from my SPH-D700 using Tapatalk

Jellybean Porting Thread

This thread is to assist porting of Android 4.1 (Jellybean) to ICS devices
A good base ROM for porting: http://forum.xda-developers.com/showthread.php?t=1737849
Ramdisk diff
This is a diff file for the Jellybean ramdisk from ICS. This is from the galaxy nexus and will have to be changed for your specific device. Some notes that are not shown in the diff are that /sbin/adbd and init changed -- These are both binaries so they need to be manually taken from the jb ramdisk.
http://pastebin.com/xwCLRrT0
Files changed in /system/
This is a list of files that have changed in JB... Please check /vendor/{device vendor}/{device name}/ and[/SIZE][/SIZE] /device/{device vendor}/{device name}/ in the CM source to make sure they don't overlap... If any do, just keep your cm9 versions.
/system/app/ - Basically every apk, don't even bother copying individual changed files
/system/bin/
adb.p dumpsys.p mksh.p sdptool.p
applypatch.p fsck_msdos.p mtpd.p sensorservice.p
app_process.p gzip.p ndc.p servicemanager.p
bluetoothd.p hciattach.p netcfg.p service.p
bootanimation.p hostapd.p netd.p setup_fs.p
brcm_patchram_plus.p installd.p pand.p smc_pa_ctrl.p
bugreport.p ip6tables.p ping.p surfaceflinger.p
dalvikvm.p ip.p pppd.p system_server.p
dbus-daemon.p iptables.p racoon.p tc.p
debuggerd.p keystore.p rild.p tf_daemon.p
dexopt.p linker.p run-as.p toolbox.p
dhcpcd.p logcat.p schedtest.p vdc.p
dnsmasq.p logwrapper.p screencap.p vold.p
drmserver.p make_ext4fs.p screenshot.p wpa_supplicant.p
dumpstate.p mediaserver.p sdcard.p
NEW
atrace content e2fsck mdnsd requestsync uiautomator
/system/xbin/
dexdump.p/system/etc/apns-conf.xml.p fallback_fonts.xml.p permissions
audio_effects.conf.p gps.conf.p ppp
dhcpcd media_profiles.xml.p security
event-log-tags.p NOTICE.html.gz.p system_fonts.xml.p
NEW
audio_policy.conf media_codecs.xml security
fallback_fonts-ja.xml preferred-apps
/system/media/ & /system/fonts/ - Just take it all from jb as pretty much none is device specific.
/system/framework/ - Everything
Very cool, and answers a few problems I was having. Great work man, really helpful
Sent from my Incredible S using xda premium
I think I might just start from scratch again and use this to make a new first version.I hope this can help me get a booting version for the Sensation, but I make no promises. What I have so far is just bootlooping. Thanks for your work and the post......
Edited: Nvm I got it. I'm dumb.
T-Macgnolia said:
I think I might just start from scratch again and use this to make a new first version.I hope this can help me get a booting version for the Sensation, but I make no promises. What I have so far is just bootlooping. Thanks for your work and the post......
Click to expand...
Click to collapse
Do you have gtalk? I might want some help porting to my device.
Sent from my SPH-D700 using Tapatalk 2
MДЯCЦSДИT said:
Do you have gtalk? I might want some help porting to my device.
Sent from my SPH-D700 using Tapatalk 2
Click to expand...
Click to collapse
Yeah I got it now lol, my user name is tmacgnolia on gtalk.
Edit: My mistake man it is Tony Roach.
anyone else having pastebin issues? site seems like its down D:
Same here! Lots of answers solved.
Anyone having any luck? Im porting it to the Droid Incredible and im getting the same errors in my logcats no matter what i do.
Albinoman said:
Anyone having any luck? Im porting it to the Droid Incredible and im getting the same errors in my logcats no matter what i do.
Click to expand...
Click to collapse
Have you edited the ramdisk?
Sent from my SPH-D700 using Tapatalk 2
MДЯCЦSДИT said:
Have you edited the ramdisk?
Sent from my SPH-D700 using Tapatalk 2
Click to expand...
Click to collapse
Thats what my friends doing right now.
What exactly do we edit in the ramdisk?
Can somebody explain a bit more?
Sent from my LG-E739 using Tapatalk 2
medicjunKie said:
What exactly do we edit in the ramdisk?
Can somebody explain a bit more?
Sent from my LG-E739 using Tapatalk 2
Click to expand...
Click to collapse
Extract the boot.img using a kitchen on linux
Sent from my SPH-D700 using Tapatalk 2
MДЯCЦSДИT said:
Extract the boot.img using a kitchen on linux
Sent from my SPH-D700 using Tapatalk 2
Click to expand...
Click to collapse
I hate feeling like a Noob, and Having to ask, but once its extracted, and we have the kernel and the Ramdisk, what do we actually edit?
medicjunKie said:
What exactly do we edit in the ramdisk?
Can somebody explain a bit more?
Sent from my LG-E739 using Tapatalk 2
Click to expand...
Click to collapse
budm said:
I hate feeling like a Noob, and Having to ask, but once its extracted, and we have the kernel and the Ramdisk, what do we actually edit?
Click to expand...
Click to collapse
The main thing you have to edit is the init.rc, but you may need to edit other things as well. I still have not found the right combinations of edits for my port to boot, Anyway use something like WinMerge to compare the files from the ramdisk of your base ROM with the ramdisk of the SDK. You can also edit the files while you have them in WinMerge.
Thank you so much, I will definitely try using that tool, and that gives me a direction to try towards.
cheers!
Ok guys i feel like im getting closer. The exact error im getting is,
Could not find method com.android.providers.settings.DatabaseHelper.setWriteAheadLoggingEnabled, referenced from method com.android.providers.settings.DatabaseHelper.<init>
Anyone have any ideas? I know that settings is crashing but i don't know what to do about it. Here is the full logcat http://paste.ubuntu.com/1065069/
Is the whole pastebin is to replace everything in init.rc? Or some of it?
DaXmax said:
Is the whole pastebin is to replace everything in init.rc? Or some of it?
Click to expand...
Click to collapse
It is a diff
Sent from my SPH-D700 using Tapatalk 2
Albinoman said:
Ok guys i feel like im getting closer. The exact error im getting is,
Could not find method com.android.providers.settings.DatabaseHelper.setWriteAheadLoggingEnabled, referenced from method com.android.providers.settings.DatabaseHelper.<init>
Anyone have any ideas? I know that settings is crashing but i don't know what to do about it. Here is the full logcat http://paste.ubuntu.com/1065069/
Click to expand...
Click to collapse
That means that it can not find com.android.providers.settings.DatabaseHelper.setWriteAheadLoggingEnabled that is referenced in the init of the ramdisk. So you need to look at the init of the ramdisk and see where it is looking for that file and then place that file where it is suppose to be.
Also I finally got my port booting but it does not get passed the bootanimation and I got the adb working, yay.

ROM problems thread

Hi everyone, I'm making this so that any problems with ROMS can be discussed here, and any associated fixes. This way we don't clutter the actual ROM threads and all the problems/fixes are in one place. :good:
I'll start it off.
I just ported over a 4.1.2 ROM but the soft keyboard FC's literally every 5 seconds. Any ideas? I tried pulling a logcat from the computer and it says "Unable to open log device '/dev/log/main': No such file or directory
Attached is a screenshot.
I'm gonna try to install a different keyboard from the playstore and see if that one works.
CNexus said:
Hi everyone, I'm making this so that any problems with ROMS can be discussed here, and any associated fixes. This way we don't clutter the actual ROM threads and all the problems/fixes are in one place. :good:
I'll start it off.
I just ported over a 4.1.2 ROM but the soft keyboard FC's literally every 5 seconds. Any ideas? I tried pulling a logcat from the computer and it says "Unable to open log device '/dev/log/main': No such file or directory
Attached is a screenshot.
I'm gonna try to install a different keyboard from the playstore and see if that one works.
Click to expand...
Click to collapse
I had that same problem on one of my first ICS ports, just sub it out for any of the working ones on the Shift. Don't forget to switch out the lib too.
I would say the same thing as ryan, as far as the keyboard is concerned.
And as far as the logcat problem, the only time i have ever had that error was when it was a bad flash. Googling the error gives you a bunch of different reasons this error could happen. I doubt it is a kernel problem, as some sites suggests, because I'm guessing you are using one of the kernels we already have and none of the other roms have the same problem. So I would look into one of the other suggestions that pop up when googling.
Yeah, I'll look into it when I get home today. And i know it cant be a bad flash because i wiped 10 times before flashing it.
Sent from my PG06100
Well i think I found the error. I found a post on stackoverflow that led me to the etc/init.d folder...and in one of the files there I found this
Code:
rm /dev/log/main
Now why that was in there, i have no idea. Hopefully that fixes that part and then I'll just swap out the soft keyboard and Latin_ime.so to fix the AOSP keyboard and all should be good....so if all goes well, expect a new port in the dev section :good:
Sent from my PG06100
I just fresh flashed a cm build with the wrong gapps and this force close happened every few seconds.
Sent from my myTouch_4G_Slide using Tapatalk 2
strapped365 said:
I just fresh flashed a cm build with the wrong gapps and this force close happened every few seconds.
Sent from my myTouch_4G_Slide using Tapatalk 2
Click to expand...
Click to collapse
Yeah 4.2 GApps really screw stuff up on 4.1. I went like three days trying to get JBv6 to work right and was getting really pissed when I realized I was using the wrong GApps.:banghead:
strapped365 said:
I just fresh flashed a cm build with the wrong gapps and this force close happened every few seconds.
Sent from my myTouch_4G_Slide using Tapatalk 2
Click to expand...
Click to collapse
Hmm, I flashed the gapps that the original dev linked to
I'll try flashing just the rom and see if thats the problem
Sent from my PG06100
well to update you guys on this, it seems like its the LatinIME itself, the keyboard kept FCing even after a x10 wipe with no gapps flashed
bilgerryan (or anyone else who knows), can you go into more detail about how I can replace it? sorry, but this is still my first port
CNexus said:
well to update you guys on this, it seems like its the LatinIME itself, the keyboard kept FCing even after a x10 wipe with no gapps flashed
bilgerryan (or anyone else who knows), can you go into more detail about how I can replace it? sorry, but this is still my first port
Click to expand...
Click to collapse
Really easy, replace the apk with one that you know works... For this example we'll use the 4.2 keyboard from my ROM. Delete both the apk and the libjniLatin_IME.so from system/lib. Replace with the working apk and the corresponding lib (libjniLatin_IMEgoogle.so or something close to that) and rezip. If that doesn't work see if you can get a flashable like the Xperia T keyboard to work after boot. If that doesn't work, there is probably a major problem.
bilgerryan said:
Really easy, replace the apk with one that you know works... For this example we'll use the 4.2 keyboard from my ROM. Delete both the apk and the libjniLatin_IME.so from system/lib. Replace with the working apk and the corresponding lib (libjniLatin_IMEgoogle.so or something close to that) and rezip. If that doesn't work see if you can get a flashable like the Xperia T keyboard to work after boot. If that doesn't work, there is probably a major problem.
Click to expand...
Click to collapse
I stumbled on an IME modding thread to quit that force close once, so I'm sure ill find it again. Let me go see my best friend Google and see if I can stumble there again.
Sent from my myTouch_4G_Slide using Tapatalk 2
bilgerryan said:
Really easy, replace the apk with one that you know works... For this example we'll use the 4.2 keyboard from my ROM. Delete both the apk and the libjniLatin_IME.so from system/lib. Replace with the working apk and the corresponding lib (libjniLatin_IMEgoogle.so or something close to that) and rezip. If that doesn't work see if you can get a flashable like the Xperia T keyboard to work after boot. If that doesn't work, there is probably a major problem.
Click to expand...
Click to collapse
Awesome, just wanted to make sure that I wasn't fooling myself and it really is that easy. Thanks :cyclops:
strapped365 said:
I stumbled on an IME modding thread to quit that force close once, so I'm sure ill find it again. Let me go see my best friend Google and see if I can stumble there again.
Sent from my myTouch_4G_Slide using Tapatalk 2
Click to expand...
Click to collapse
That would be great if you could
Thanks for both of your replies, bilgerryan and strapped! :laugh:
CNexus said:
Awesome, just wanted to make sure that I wasn't fooling myself and it really is that easy. Thanks :cyclops:
That would be great if you could
Thanks for both of your replies, bilgerryan and strapped! :laugh:
Click to expand...
Click to collapse
Yeah so far I haven't found it again. But I do remember one of my ports having this issue and a certain set of gapps fixed it so ill look for all that too
Sent from my myTouch_4G_Slide using Tapatalk 2
Did the logcat tell you anything about the error? Most times it will mention the lib missing. Even if you see it there it may be the wrong version, and you would need to grab it from the port.
BigSplit said:
Did the logcat tell you anything about the error? Most times it will mention the lib missing. Even if you see it there it may be the wrong version, and you would need to grab it from the port.
Click to expand...
Click to collapse
Yeah i dont know actually....I dont think it did
But I've since then moved on to another port of a very popular rom type...been having some problems with the updater script, but one I get past those I think it will be fine
Thanks for the tip about same resolution devices btw :good:
Sent from my PG06100
Jellybelly Omega stuck
I flashed Jellybelly Omega to the Shift following the instructions to the letter (multiple times now) and it just gets stuck at the HTC screen. I have left it there for an hour or so, because I know that first boot can take a while. But it just sits there on the HTC screen.
pastorterrylee said:
I flashed Jellybelly Omega to the Shift following the instructions to the letter (multiple times now) and it just gets stuck at the HTC screen. I have left it there for an hour or so, because I know that first boot can take a while. But it just sits there on the HTC screen.
Click to expand...
Click to collapse
Are you s-on unlocked?
If you are you need to
1. Open the ROM with 7zip or winrar and move the boot.img to where fastboot is located and then run this command from fastboot
fastboot flash boot boot.img
If your not check the md5 sum with the one provided on dev-host. And redownload/transfer if needed
Your stumbling is way better than my searching
strapped365 said:
I stumbled on an IME modding thread to quit that force close once, so I'm sure ill find it again. Let me go see my best friend Google and see if I can stumble there again.
Thank you for your work and thanks for stumbling for our benefit.
---------- Post added at 12:37 AM ---------- Previous post was at 12:24 AM ----------
strapped365 said:
Are you s-on unlocked?
If you are you need to
1. Open the ROM with 7zip or winrar and move the boot.img to where fastboot is located and then run this command from fastboot
fastboot flash boot boot.img
If your not check the md5 sum with the one provided on dev-host. And redownload/transfer if needed
Click to expand...
Click to collapse
Thanks and I will give it a shot for sure
---------- Post added at 12:42 AM ---------- Previous post was at 12:37 AM ----------
strapped365 said:
Are you s-on unlocked?
If you are you need to
1. Open the ROM with 7zip or winrar and move the boot.img to where fastboot is located and then run this command from fastboot
fastboot flash boot boot.img
If your not check the md5 sum with the one provided on dev-host. And redownload/transfer if needed
Click to expand...
Click to collapse
Should I do this while it is locked on the HTC screen?
Click to expand...
Click to collapse
pastorterrylee said:
strapped365 said:
I stumbled on an IME modding thread to quit that force close once, so I'm sure ill find it again. Let me go see my best friend Google and see if I can stumble there again.
Thank you for your work and thanks for stumbling for our benefit.
---------- Post added at 12:37 AM ---------- Previous post was at 12:24 AM ----------
Thanks and I will give it a shot for sure
---------- Post added at 12:42 AM ---------- Previous post was at 12:37 AM ----------
Should I do this while it is locked on the HTC screen?
Click to expand...
Click to collapse
No you should be in bootloader then select fastboot. But that's if your s-on, you never said either way
Click to expand...
Click to collapse
I am s-off, unlocked, rooted, custom recovery
strapped365 said:
Are you s-on unlocked?
If you are you need to
1. Open the ROM with 7zip or winrar and move the boot.img to where fastboot is located and then run this command from fastboot
fastboot flash boot boot.img
If your not check the md5 sum with the one provided on dev-host. And redownload/transfer if needed
Click to expand...
Click to collapse
strapped365 said:
pastorterrylee said:
No you should be in bootloader then select fastboot. But that's if your s-on, you never said either way
Click to expand...
Click to collapse
I am S-off.
Click to expand...
Click to collapse

[Audio] V4A Flashable | AROMA installer available

V4A Recovery Flashable .zip​​​​
Hi,
I made a flashable .zip wich install V4A and the driver for our nexus.
Very usefull with the flashafterupdate folder for those who use Omni or those who want to install this great app directly after flashing his prefered rom ​
What is V4A ?​It's an app based on the DSP Manager but tweaked in order to render the best of your music.
For this you can modify a ton of Settings ! (think to use the expert mode : Menu > UI Setting Expert)
Here you will found all the settings explained.
​
Download :​V4A flashable zip
Features :
- Flashable zip
- SuperQuality driver
- Audio config with V4a support
- 24 bit 192Khz support (lg g2 files)
AROMA - V4A Installer
Features :
- Aroma
- Choose the driver you want
- Audio config v4a support
- Works on any phone.​
Original Thread :​Dont forget to hit thanks button to @zhuhang's post
http://forum.xda-developers.com/showthread.php?t=2191223​
Any Suggestions ?
you can participate to the aroma project here : https://github.com/V4Android/aroma
Thanks. We already have a thread for this.
Fyi, v4a works better in priv-app. Also your zip is missing audio_effects.conf and audio_policy.conf aswell about 9 other libs.
Have a look at our existing thread.
http://forum.xda-developers.com/showthread.php?t=2543796
Sent from my Nexus 5 using Tapatalk
rootSU said:
Thanks. We already have a thread for this.
Fyi, v4a works better in priv-app. Also your zip is missing audio_effects.conf and audio_policy.conf aswell about 9 other libs.
Have a look at our existing thread.
http://forum.xda-developers.com/showthread.php?t=2543796
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
where do I download the correct v4a?
m0bstr said:
where do I download the correct v4a?
Click to expand...
Click to collapse
Page 44 of that thread is the one we're mostly using
Sent from my Nexus 5 using Tapatalk
Oh sorry, but for those who don't read the entire thread, it's good to see it here
I followed instruction of v4a website for my .ZIP ...
FlyinGrub said:
Oh sorry, but for those who don't read the entire thread, it's good to see it here
I followed instruction of v4a website for my .ZIP ...
Click to expand...
Click to collapse
Yep...its good
The problem with the other thread is that it started out as a question and organically grew into what it is now. Really, we new to get the OP of that thread updated but the member who created it no longer has a nexus 5
Sent from my Nexus 5 using Tapatalk
rootSU said:
Yep...its good
The problem with the other thread is that it started out as a question and organically grew into what it is now. Really, we new to get the OP of that thread updated but the member who created it no longer has a nexus 5
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
You could use this one now ?
i will try to keep the first post up-to-date
FlyinGrub said:
You could use this one now ?
i will try to keep the first post up-to-date
Click to expand...
Click to collapse
Would be good but there are soo many pages already in the other...
Sent from my Nexus 5 using Tapatalk
rootSU said:
Would be good but there are soo many pages already in the other...
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
it's not a problem ?
people could use this one from now on ?
rootSU said:
Thanks. We already have a thread for this.
Fyi, v4a works better in priv-app. Also your zip is missing audio_effects.conf and audio_policy.conf aswell about 9 other libs.
Have a look at our existing thread.
http://forum.xda-developers.com/showthread.php?t=2543796
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
You'r zip don't work here :
-V4a ask me to install the driver
- the lib added are the same as in SlimKat...
rootSU said:
Thanks. We already have a thread for this.
Fyi, v4a works better in priv-app.
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Could you please elaborate??
I've been using v4a as a normal apk file from the start and it's been working perfectly... Any specific reasons as to why priv-app folder is preferred?? Thanks!!
-Flowed from an IceCold Hammerhead!
FlyinGrub said:
You'r zip don't work here :
-V4a ask me to install the driver
- the lib added are the same as in SlimKat...
Click to expand...
Click to collapse
It is not my zip
Edit > the libs are not the same as in slimkat.
Sent from my Nexus 5 using Tapatalk
---------- Post added at 12:38 PM ---------- Previous post was at 12:37 PM ----------
vin4yak said:
Could you please elaborate??
I've been using v4a as a normal apk file from the start and it's been working perfectly... Any specific reasons as to why priv-app folder is preferred?? Thanks!!
-Flowed from an IceCold Hammerhead!
Click to expand...
Click to collapse
Its all covered in the other thread.
Sent from my Nexus 5 using Tapatalk
OK lets not try to make this into a "Which zip is best" contest.
Both have their pros and cons:
Your Zip: Can't choose which driver you install (Super / Hi / Battery) but does remove steps for Installing.
Other Zip: Installs more libs but extra steps needed for drivers
What I don't care about:
Who makes the zips
What I do care about:
There is only 1 ViPER4Android thread.
The few of us decided a while ago that we would use the discussion thread for all Viper related stuff. We locked all the existing threads and kept 1 because it had lots of valuable discussion in it.
The problem with the thread is that the OP is not up to date or helpful. The solution to this is that someone takes ownership of that OP and maintains it.
I don't think having this as the main thread is a good idea as all that information is gone. Multiple threads just gets too confusing.
Here is what I think we should do....
Why don't you collaborate with the existing zip makers to make an ultimate zip? Perhaps an Aroma installer zip would be best where you can choose which driver is pre-installed? Or just 3 separate zips, one with each driver?
Then whoever owns the OP of the original thread can post it. Remember XDA is about sharing, not about "thanks" so I don't see any reason not to collaborate with them.
rootSU said:
OK lets not try to make this into a "Which zip is best" contest.
Both have their pros and cons:
Your Zip: Can't choose which driver you install (Super / Hi / Battery) but does remove steps for Installing.
Other Zip: Installs more libs but extra steps needed for drivers
What I don't care about:
Who makes the zips
What I do care about:
There is only 1 ViPER4Android thread.
The few of us decided a while ago that we would use the discussion thread for all Viper related stuff. We locked all the existing threads and kept 1 because it had lots of valuable discussion in it.
The problem with the thread is that the OP is not up to date or helpful. The solution to this is that someone takes ownership of that OP and maintains it.
I don't think having this as the main thread is a good idea as all that information is gone. Multiple threads just gets too confusing.
Here is what I think we should do....
Why don't you collaborate with the existing zip makers to make an ultimate zip? Perhaps an Aroma installer zip would be best where you can choose which driver is pre-installed? Or just 3 separate zips, one with each driver?
Then whoever owns the OP of the original thread can post it. Remember XDA is about sharing, not about "thanks" so I don't see any reason not to collaborate with them.
Click to expand...
Click to collapse
I don't know if this matter, but I can do an universal AROMA script, you only need to give me that three zips for each driver and I will do it. I can use the GitHub so will be more easy to update :good:
Best Regards,
Marco Marinho
_MarcoMarinho_ said:
I don't know if this matter, but I can do an universal AROMA script, you only need to give me that three zips for each driver and I will do it. I can use the GitHub so will be more easy to update :good:
Best Regards,
Marco Marinho
Click to expand...
Click to collapse
Thanks. That's good to know. I don't even know what changes when the driver is installed via the app at this time
Sent from my Nexus 5 using Tapatalk
No problem, use github would be really great
I will send you the three driver and could contribuate to the aroma
rootSU said:
Thanks. That's good to know. I don't even know what changes when the driver is installed via the app at this time
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
The drivers as far as I've seen only changes the sampling rates. Which can basically be thought of as like a megapixel on a camera. The higher the sampling rate, the more detailing nuances and frequencies can be brought out. Of course that really only applies if the sound source is at a higher rate as well.
rootSU said:
Thanks. That's good to know. I don't even know what changes when the driver is installed via the app at this time
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
FlyinGrub said:
No problem, use github would be really great
I will send you the three driver and could contribuate to the aroma
Click to expand...
Click to collapse
AndrasLOHF said:
The drivers as far as I've seen only changes the sampling rates. Which can basically be thought of as like a megapixel on a camera. The higher the sampling rate, the more detailing nuances and frequencies can be brought out. Of course that really only applies if the sound source is at a higher rate as well.
Click to expand...
Click to collapse
I will add you to github project, and so all can contribute for that Please send me the zips
Best Regards,
Marco Marinho
FlyinGrub said:
No problem, use github would be really great
I will send you the three driver and could contribuate to the aroma
Click to expand...
Click to collapse
What would also be good is if it could read a .conf file stored on /sdcard (like elementalx aroma) so there can be an express zip that reads .conf and flashes "favourite" driver
Although that might be more complicated.
---------- Post added at 02:36 PM ---------- Previous post was at 02:35 PM ----------
So now the question is, what are we going to do with these threads?

Removing Sfinder quick connect

I've searched about it and tried to remove using some advice from here but it didn't work. My phone is rooted and I went to file Explorer.. System.. App and deleted all quick connect files. It's greed out now but still there and I couldn't find files for s finder
You must install Xposed Framework and install G-Touchwiz module to get rid of those
?
Any option without Xposed?
TravisJeddore said:
It's greed out now but still there and I couldn't find files for s finder
Click to expand...
Click to collapse
You didn't search very hard if you didn't find the existing threads that discuss this. Nor did you link us to the thread that you talked about.
/system/priv-app/SFinder.apk
Note that you would also need to modify SystemUI.apk to totally remove Sfinder. Possibly you might be able to transplant a modified SystemUI.apk from a S5 custom ROM that has already removed Sfinder.
.
This is a good place to start modding yourself. Just decompile, find the sfinder and quick connect lines in statusbar expanded xml and add android:visibility = "gone"
Sent from my SM-G900F using Tapatalk
20:1 that he doesn't do that.
.
If he knows how, then he would. There is no need for that.
Sent from my SM-G900T using Tapatalk
---------- Post added at 08:18 AM ---------- Previous post was at 08:12 AM ----------
TravisJeddore said:
I've searched about it and tried to remove using some advice from here but it didn't work. My phone is rooted and I went to file Explorer.. System.. App and deleted all quick connect files. It's greed out now but still there and I couldn't find files for s finder
Click to expand...
Click to collapse
Just keep checking from time to time some one will post a solution on the matter. I say if you froze or removed said app then it should be fine, it's just a small eye sore shouldn't no problem right. Don't get to greedy and try anything risky you don't want a brick!
Sent from my SM-G900T using Tapatalk

Categories

Resources