enable xloud, clear phase, S-Force Front Surround settings for your xperia devices - Sony Xperia X Themes, Apps, and Mods

link https://forum.xda-developers.com/cr.../enable-xloud-phase-s-force-surround-t3683875

Isn't necessary:
You could use SoundEnhancement.apk from Xperia Z5/XZ Premium (from Lollipop/Nougat).
*Here is the app* (Works on Sony's Concept too).
(SuperSU/Magisk, Root Explorer, replace in /system/app/SoundEnhancedment, put 644 *Inverse L* permissions and reboot).
Or use Pexorom: *This isn't Spam*.

There is no need to open a thread just to link to another thread on XDA
thread closed

Related

[CM7] Tweaks Guide and Transparent Theme

Hi there,
Edit (2012-May-17): added flashable zips for TouchWiz style Calendar and semi-trans MMS.apk-no smiley. Details here: Calendar, MMS - please read before flashing.
- - -
I had some free time during the past holidays and I've put together the following. It's no dev work here and it is simply and basically -zipper's work like Epsylon3 would call it - and something to remind myself -and to share with you all- on what are most of my current tweaks on the December 13th Defy+ nightly that I'm currently using.
I was also surprised to see oldtimers here on XDA still asking the same old questions regarding how to replace system files and how to set their files permissions. So I figured, why not use what I've put together and make this a good practice session for that and to get people familiarized with all this? The more people in the know; the better it is for everyone -right?
So here's what I hope could be called a 'CM7 tweak guide' and as an added bonus, I've also included a (transparent) theme that I've spent quite some time modding.
Heads up warnings:
- The transparent statusbar tweak and the ICS screen animations are nightly specific and won't work on any other CM7 builds.
-> I've used post #2 below to make a guide on how to do this on any CM7 build... And see the aknowlegments section for the ICS screen animation patcher from DaxInfinty to get the transitions on other CM7 builds.
- Furthermore: the Dec13th Defy+ nightly is mainly FOR RED LENS/DEFY+ USE ONLY as the camera will not work for green lens phones.
- I've chosen this specific Defy+ nightly because there are still problems with all the newer ones (up to cm72-120109.2049-NIGHTLY-Defy+.zip here) regarding inverted picture in camera that cannot be fixed; so use this one and not newer ones for now.
But the other tweaks and my modded theme can also just be installed on any CM7 build and by green lens owners as well (you just won't get the transparent statusbar unless you follow post#2 below).
So here's my gift for you guys, I hope you enjoy!
/AL
If you follow this, here's what you'll get:
[*] A pretty damn good CM7-Defy+ build for red lens with:
[*] ICS' screen transition animations [before/after clip here];
[*] Latest update for security certificates;
[*] Properly working Camera/Videocam/zoom [again: for red lens Defy only];
[*] Proper libs to play GTA3 [I will not help you here on getting that game - but you might like to read this post];
[*] Proper libs for Voice Search and Google Translate;
[*] Script to zip align at boot;
[*] T9-style Dialer;
[*] Tap-to-snooze/swipe-to-dismiss [or stock] alarm style;
[*] Transparent statusbar and my MSGingerBlur-based theme with >150+ modded/replaced UI icons;
[*] Properly charging battery for Defy+ owners.
To get started, here's what you'll need download -as needed:
- 7-zip
- RootExplorer (RE) here on the Android Market;
- CM7 F.A.Q.: for 2ndinit, SuperoneClick, etc.
- CM7 and CM9 signed Kernels;
- Dec 13th CM7-Defy+ nightly ;
- Latest GingerBread Gapps .
Once that's done, extract my attached zip files to and place all the content (10 files plus my theme's apk) in a folder on your computer's desktop.
To begin, the following tweaks can be done directly to the nightly zip before the installation BECAUSE we are just replacing files with the same names here; this alleviate the need to further set files' permissions and Ownerships on the phone.
But first, play it safe: charge up your phone and make a nand backup of your current build [and of this nightly zip] and then Open [do not extract] the cm72-111213.0943-NIGHTLY-Defy+.zip archive with 7-Zip: by right-clicking on it and then 'Open archive'.
Navigate to the proper folder and replace these files with the ones from my AL's Pack zip by "drag-and-drop" (press "ok" on the replace file warning):
- DeskClock.apk in /system/app
- cacerts.bks in /system/etc/security
- Camera.apk in /system/app (!red lenses only!)
- Contacts.apk in /system/app
- libstagefright.so in /system/lib
- overlay.omap3.so in /system/lib/hw (!red lenses only!)
I just added a 2nd tweaks pack zip (to extract do not flash in recovery)...
- battd in system/bin <-- this is to fix the battery charging problem for Defy+ owners only!
Close the nightly zip archive, move it to your phone [along with all the remaining files extracted from my zip and the optional downloaded signed Kernels and gapps] and go in custom recovery to install (flash) the usual way [Select ZIP from SD card option] the following:
- this modded nightly;
- the "Init-Speed-091711.zip";
- the "update-capez-ICS-mod-ac-patch.zip"; !nightly specific: DO NOT install on another builds!
and if needed:
- the CM9_Kernel-signed.zip IF you're moving to CM7-Defy+ from a Froyo-based rom.
- the latest CM7 Gapps;
--> Wipe cache and Dalvik cache and reboot your phone.
Once booted up..
Now here's the hard one...: we have to replace the SystemUI.apk files onto your phone and set its proper permissions and ownerships.
Like for all the other tweaks involving file replacement, play it safe again and make a backup copy of the original files by renaming their file extensions (for example: to Whatever.bak or as whatever.apk_vo).
The thing is that this file cannot be deleted before pasting another one to replace it. If it is deleted or renamed, it can render your system unusable; so you've been warned!
That can be done using adb, but I prefer to just do this on the phone itself using Terminal Emulator and RootExplorer as explained here.
So 1st, place my modded SystemUI.apk on the root of your sd card [/sdcard/].
Open up Teminal Emulator from the app drawer and type the following:
Code:
su
cd /sdcard/
mount -o remount,rw /system/
cp -f SystemUI.apk /system/app
Again this SystemUI replacement for transparent statusbar will work on this nightly ONLY.
*** and be careful here ***: once you do this last step, the launcher might crash or you might even get into an "error loop"; if you do, long press the power button and try to reboot between 2 errors popups OR just pull the battery out and reboot.
If you did not get into an error loop or if you've already rebooted, your status bar might be gone now; don't freak out!
--> Go set the permissions/ownership of the new SystemUI.apk in /system/app/
WITH Teminal Emulator again:
Code:
su
cd /system/app
mount -o remount,rw /system/
chmod 644 SystemUI.apk
chown 0.0 SystemUI.apk
OR
Using RootExplorer, navigate to: /system/app, make the folder writable by clicking the top-right corner buton "Mount R/W" and long press on the SystemUI.apk to select "Permissions" and (scroll down for) "Change owner" entries to set all of their options exactly like the other files in that folder.
Exit RootExplorer or Terminal
- Install my theme: AL_Theme_v18.apk (you will need to allow non-market app installation) and switch to it with CM7 ThemeChooser.
- Go in the phone settings ADWLauncher_System Preferences and UNCHECK Wallpaper Hack
-->> the transparent statusbar will work on the default ADW Laucher; with GO Launcher, you'll have to check the "High Quality Drawing" in its Advanced settings [thanks matchung]; for other launchers you might need to use a live wallpaper or other specific tweaks for this to work and it is up to you to search for it..
- Reboot and Voilà!: you should now have a transparent statusbar with my theme!!
For VoiceSearch:
- Extract and manually add/replace the 2 files from the VoiceSearch.zip:
- VoiceSearch.apk in /system/app
- libvoicesearch.so in /system/lib
--> Set the files' respective permissions and ownerships (you should know how by now...) and reboot.
[sorry for this: the VoiceSearch.zip only contains the 2 files; I thought that I had a cwm recovery update zip for it but I don't...I might create one later]
- Install Google Translate from the Market.
- Run Clock from your app drawer and press Menu Button-->Settings-->Alarm Screen--> select: Moto Blur.
- Enjoy!!
If you don't; wipe all in custom recovery and restore your nand backup and don't forget to also flash the CM7_Kernel-signed.zip if you go back to vanilla CM7 or other Froyo-based ROMs.
Notes:
- Again: the ICS transitions animations and the transparent statusbar tweaks are nightly dependent and will work only on the specified cm72-111213.0943-NIGHTLY-Defy+.zip - DO NOT install the update-capez-ICS-mod-ac-patch.zip or the new SystemUI.apk on other builds; it just won't work!
- These mods are all either optional, already in newer builds or might eventually get merged or trashed; this "guide" just was to share most of my current tweaks on that CM7-Defy+ build at this time (Jan 16th);
- I might add more tweaks later;
- I will not maintain this thread religiously and it is definitely NOT meant to be a helpdesk for all the problems you might have with CM7;
- I will not edit your SystemUI.apk (to have the transparent statusbar) or create the ICS transition patch for your specific build (see the link for a guide in the aknowlegments section for the ICS screen animation patcher from DaxInfinty and check post #2 for a guide on transparent statusbar);
- Commments, additional tweak recommendations and bugs RELATED to everything above are welcomed; otherwise, keep this thread clean please and don't spam or full-quote for no reason.
Tweaks that did not make it:
- Bravia Engine: no proof that it actual works and most likely missing libs and service from Sony to work - read this post
- GB 3D performance update; tried but Benchmarks showed no statistically relevant proof of improvement - read this post
Aknowledgements:
A 1000 Thanks go to:
Quarx, Epsylon3 and Maniac103 for all their hard and excellent work for our Defy phones: we really owe you guys.
twa_priv for his trick about the camera lib;
capez and especially DaxINFINITY for for ICS screen animation patcher;
Walter79 for tall his work on the MS2Ginger rom; where I discovered the zipalign tweak and the security certificate update;
kevin2516 for his excellent GingerBlurB theme;
Kurd_medico for his help on the statusbar transparency tweak ;
Fritolay for originally posting the kernel update zips;
duguschi for the Blur type Deskclock.apk;
Antony.ps for his excellent CM7's FAQs/guide;
jfl0wers for the zip align at boot script;
SpawNyK for posting a CM7 working version of VoiceSearch lib and app;
RockStar for their 10 years old -and still awesome- GTAIII;
Santa;
And Motorola for making the incredible Defy phones and for their [hopefully soon to be gone] locked boot loader: you guys saved us 100's of hard bricked Defy over the last year or so [mine would most probably be one of those] and tons of RIP Defy post s here on xda
and who ever else I might have forgotten.
Since I've mentioned it...here it is!:
HOW TO modify the SystemUI.apk to get TRANSPARENT STATUS BAR on any CM7-Jordan build [and other cm7 builds for different phones].
* This has been verified to work at least with ADW Launcher, ADW-EX Launcher, GO Launcher and FTL launcher BUT READ the Notes at the very bottom of the post.
What you need:
- From the OP, you should now have 7-zip and RootExplorer installed; otherwise download from here and here;
- Download smali/baksmali files from here and put the 4 files in a new folder (for example: c:\smali) [which I will use in this guide];
- Download and install Notepad++ from here: - this is just an awesome text editor ;
Now let's do this:
0- Make a backup copy of your system and/or of the original SystemUI.apk file [from the /system/app directory].
1- With 7-zip installed, right-click on the zip of your current nightly and choose "7-Zip --> Open archive" [DO NOT extract it, just "Open Archive"] and navigate to: system/app and click and drag SystemUI.apk to your computer's desktop;
2- Repeat step 1 with the SystemUI.apk on your desktop and to find the file: classes.dex in the root folder of the apk. Select it and drag it (to make a copy of it) into your c:\smali directory (you can leave SystemUI.apk archive opened as we'll replace that file back in later on);
3- Open a CMD prompt (click Start and type: CMD) and type following 2 commands to decompile the classes.dex file:
Code:
cd c:\smali
java -jar baksmali-1.2.8.jar -o classout/ classes.dex
[*** --> Replace the "1.2.8" part by what ever file version you've downloaded]
** Do not close the CMD window just yet.
4- Go in the classout directory that was just created in c:\smali, and find the file named: StatusBarService.smali [in: c:\smali\classout\com\android\systemui\statusbar\] and open it with Notepad++;
5- Search for the line containing:
Code:
invoke-direct/range {v0 .. v5}, Landroid/view/WindowManager$LayoutParams;-><init>(IIIII)V
just above it, you will see: const/4 v5, 0×2 --> change that to: const/4 v5, -0×3
--> that line should be around line# 2223 for recent Defy and Defy+ cm7 nightly builds
6- Save the file and exit Notepad++;
7- Go back to your CMD prompt and enter this command to recompile the classes.dex file:
Code:
java -jar smali-1.2.8.jar classout -o classes.dex
[*** --> Don't forget to replace the "1.2.8" part by what ever file version you've downloaded]
8- Close your cmd window and slide the new classes.dex file back over your SystemUI.apk opened archive (drag and drop) and then close it.
Now the rest is just like in the OP:
To replace the SystemUI.apk on your phone:
So 1st, place the modded SystemUI.apk on the root of your sd card.
Open up Teminal Emulator from the app drawer and type the following:
Code:
su
cd /sdcard/ #(<-- modify this accordingly if you've placed your new systemUI.apk else where)
mount -o remount,rw /system/
cp -f SystemUI.apk /system/app
*** be careful here ***: once you do this last step, the launcher might crash or you might even get into an "error loop"; if you do, long press the power button and try to reboot between 2 errors popups OR just pull the battery out and reboot.
If you did not get into an error loop or if you've already rebooted, your status bar might be gone now; don't freak out!
--> Go set the permissions/ownership of the new SystemUI.apk in /system/app/
WITH Teminal Emulator again:
Code:
su
cd /system/app
mount -o remount,rw /system/
chmod 644 SystemUI.apk
chown 0.0 SystemUI.apk
OR
Using RootExplorer, navigate to: /system/app and long press on the SystemUI.apk to select "Permissions" and (scroll down for) "Change owner" entries to set all of their options exactly like the other files in that folder.
Exit RootExplorer or Terminal
Make sure to disable (UNCHECK) "Wallpaper Hack" in the phone settings ADWLauncher_System Preferences or "use High Quality Pictures" option if you use GO Launcher.
Reboot and enjoy!
Notes:
- Some of your widgets might need to be removed from your phone's screen and re-installed to display properly.
- Do not try to edit the systemUI.apk and incorporate it in the nightly zip before install; it won't work - it HAS TO be done on the phone after the nightly install has fully booted at least once.
- This will allow my theme or other transparent-enabled themes to work; I will add how to do this on the CM7 default themes (or any other) later maybe...
So for now, that's it!! - It wasn't too hard to do wasn't it?
ah!.. might as well finish this... :
This should probably have been at the beginning of the post but...
If you want the transparency on any theme (CM7 default themes at least), you might want to try the following:
Note: This will work at least on ADW Launcher, GO Launcher and FTL launcher [thanks lurkerPL ] - but keep reading as some launcher settings might be required.
All you need is to modify a few png images in the SystemUI.apk before replacing it onto the phone steps.
1- go to \SystemUI.apk\res\drawable-hdpi\ folder and drag this file out to your desktop:
statusbar_background.9.png
Optionally, do it for these 3 files also (which are for the notification pane pulldown background):
status_bar_background.9.png
shade_bg.png
status_bar_close_on.9.png
2- Open the PNG files in Paint.Net (nice and free: get it here ), [Gimp, Photoshop, or whatever your favorite image/picture editor capable of png transparency] and delete their background for fully transparent statusbar OR if you want semi-transparency; do that instead. in Paint.net, this is done by selecting: Layers_Layer properties..._Opacity value: 0-255.
--> I believe that I previously used something like 10% layer transparency for the first 2 files and 25% for the last 2 but you'll have to find what king of semi-transparency you prefer.
3- Go on and replace those modified PNG files back into the SystemUI.apk [\SystemUI.apk\res\drawable-hdpi\ folder Opened archive] by just dragging them over their original folder [7-zip again].
Go on with the SystemUI.apk replacement and reboot.
Notes:
- you might have to play around and switch theme with the ThemeChoser.
- again: don't forget to disable Wallpaper Hack in ADWLauncher settings_System preferences or "use High Quality Pictures" option with GO Launcher.
Nice!!!!
Sent from my MB526 using xda premium
I have a green lensed Defy.
If I install the nightly from this post and then flash the greenbreadmod, will I have all features back? Or it is incompatible? Thanks
woonaval said:
I have a green lensed Defy.
If I install the nightly from this post and then flash the greenbreadmod, will I have all features back? Or it is incompatible? Thanks
Click to expand...
Click to collapse
Just from memory, I believe that Walter79 has already confirmed that this wouldn't work for the green lens Defy on CM7 Defy+ ; you'd still have no camera.
But you can try other tweaks from the package and my theme...
Nice that you've taken the time to do this! Great Work!
I, kind sir, salute you!
EDIT: Hey AL, there's no voicesearch.zip in your pack, so i just included the files in the GAPPS.zip.
BTW, loved the icon for device settings... but the theme is to BLUR-ish for my taste...
nice thread Al. one little question.. your tweak with overlay.omap3.so and camera.apk not work in newest build than 13. december, right? i thing i try this change, and it didn't work..
nogoodusername said:
Nice!!!!
Click to expand...
Click to collapse
Thanks! and thanks to you for not using full-quote
Otto.BR said:
Nice that you've taken the time to do this! Great Work!
I, kind sir, salute you!
EDIT: Hey AL, there's no voicesearch.zip in your pack, so i just included the files in the GAPPS.zip.
BTW, loved the icon for device settings... but the theme is to BLUR-ish for my taste...
Click to expand...
Click to collapse
Oupsy! I knew I would have screwed up somewhere.. Fixed now with a new tweaks zip. Thanks for pointing that out - nice move to over come it Now there is a zip with the 2 required files for VoiceSearch but it is NOT a CWM recovery update... so this have to be manually added or done with your gapps zip trick.
You mean the icon for CyanogenMod settings? Blurrish yes (It's based on GingerBlur afterall) but I do like the big -changing color- icons for the notification power widgets..
mikrom.cz said:
nice thread Al. one little question.. your tweak with overlay.omap3.so and camera.apk not work in newest build than 13. december, right? i thing i try this change, and it didn't work..
Click to expand...
Click to collapse
Thanks also. You are correct: Dec15th, Dec23rd and Jan9th Defy+ nightly builds all have problems with camera even with the tweak. So that's why I did all this with that nightly.
I've just edited post #2 for a how to on getting a transparent statusbar on any CM7 nightly build and theme (hopefully).
I've just added a second tweaks pack including the battery charging fix for Defy+ owners (and for possible future tweaks).
Like I've expected and mentioned on the OP, the latest CM7 nightly by Epsylon3 is now including the ICS screen transition animations AND the screen rotation animations [which is awesome].
It's a very good build for both green and red lens owners and have a few other improvements as described here.
One problem remains though: the camera zoom doesn't work once the video recording has started and that can be fixed by replacing the Camera.apk from my first tweak pack only - no need to replace the overlay.omap3.so.
Finally, I'm attaching the tweaked SystemUI.apk for transparent statusbar for THAT specific nightly below - just follow the instructions on the OP to replace that file [that should work with my theme and with CM7 default themes as well].
I tried your methods from the second post. Works great. Have a Zte Blade running CM7 and Adw Ex.
Thanks a lot.
Sent from my Blade using XDA app
karthiknr said:
I tried your methods from the second post. Works great. Have a Zte Blade running CM7 and Adw Ex.
Thanks a lot.
Click to expand...
Click to collapse
Thanks for reporting and I'm glad that it was useful for you.
It ain't that hard as it looks isn't?
My gf also has a zte blade on which I installed cm7 a couple weeks ago... I might have a question or two about that eventually...
[] AL [] said:
Thanks for reporting and I'm glad that it was useful for you.
It ain't that hard as it looks isn't?
My gf also has a zte blade on which I installed cm7 a couple weeks ago... I might have a question or two about that eventually...
Click to expand...
Click to collapse
Would be glad to help. Will hit thanks after i get to my pc.
Sent from my Blade using XDA app
Please delete.
Anyone know if I could work in Launcher Pro (LP)
RAD1XS said:
Anyone know if I could work in Launcher Pro (LP)
Click to expand...
Click to collapse
I've never used Launcher Pro myself, but from what I've read on this -and as strange as it sounds- it requires the use of a live wallpaper for the transparency to work.
People have suggested to use something like the Live Walpaper Creator app and to make a one-slide-only live wallpaper (thus making it a static picture and minimizing the battery use/system sluggishness) to allow the transparent statusbar.
I just enjoy ADW Launcher's customizable swipe gestures too much to try LP. Swype up on any homescreen to switch off the display is really great...
Just added to the OP: flashable zips for TouchWiz style Calendar and semi-transparent MMS.apk-no smileys.
Details here: Calendar.apk, MMS.apk - please read before flashing.
And bonus!..why not!? here's a link for the very nice looking [sec pic] semi-transparent PlayStore from Pendo - that I've modded so that it stays at v3.4.7: Pendo's v3.4.7 semi-trans Vending.apk - no auto-update
Cheers!
A few reminders:
I post all this for my own recollection and easy access mainly [and your enjoyment hopefully ]. I make no guarranties and take no liability for any side effects if you chose to try tany of those mods: that being monetary, physical, software/hardware-wise or any other...
So make your backups first - you've been warned !!
Be a respectful xda forum member and follow up the links that I gave (and will always try to give) to the original modder/poster's thread and go give thanks there - don't just be a leech .

[S3 - ICS] Google Play Music 4.3.615.481147 and SRS effects [Stock ROM]

I just thought of sharing my personal favourite Google Play Music + SRS for ICS.
I'm running ICS 4.0.4 at the moment but I am downloading JellyBean update and will give this mod a try too...
It has Equalizer but shows SRS Panel. Great sound quality that does not restrict you to use on any A2DP capable bluetooth headsets unlike the official Samsung music player that came with the stock version PLUS SRS TrueBass and SRS WOW stays enabled even without a headset inserted!!! (see screenshots).
I got the copy of this SRS effects from someone and just modified to choose the only files really needed. I'm sorry if I can't remember the link I got it from but kudos to whoever you are as this is working great!
Hope you'll like it.
Before installation:
1. Phone must be rooted. Search Google for how to!
2. Download the zip file
3. Safety first! backup the affected files (simply renaming to .bak is good enough) in case you encounter issues:
/system/app/MusicFX.apk
/system/etc/audio_effects.conf
Installation Steps (manual installations only. Feel free to create a script flashable via CWM for this as I have not had time to do so):
1. unzip the file
2. copy the unzipped files to your SDCARD
3. Copy the files to their designated location and set permission to rw-r-r and owner/group to root:root
- app/SRSPanel.apk to /system/app/
- etc/audio_effects.conf to /system/etc/
- etc/SRSAudioFilter.csv to /system/etc/
- lib/soundfx/libsrsfx.so to /system/lib/soundfx/
- lib/soundfx/libsrstb.so to /system/lib/soundfx/
4. Install the Google_Play_Music_4.3.615.481147 file like you normally do.
5. Restart your phone
I have tried this MOD to JB and I needed to change/add a couple of things. I am running DXDLI5 (XXDLJ1) firmware on my GT-I9300 and I just want to share this.
Install manually and make sure you backup the system files that will be replaced by this mod.
Download the zip file here and unzip then copy to your SDCARD/extSdCard and do the manual installation.
http://dl.dropbox.com/u/75563869/SRS GT-I9300/S3srsaudiofx_JB.zip
What has Changed from the ICS version?
- modified "audio_effects.conf" to contain the downmix library
- added an "audio_effects.conf" file for /vendor/etc/ and included the config for "LVVE" libraries
- added the stock copy of the "LVVE" libraries from XXDLJ1 (you can skip copying this if you already have those libraries present)
Again before replacing the files, rename it to ".bak" or backup it somewhere else. I am not reliable and I don't provide warranty to this MOD.

Guide/Method of Installing Viper 4 Android in cm11 beta 1

I know that Xperia users love the sound quality of Sony,
That’s why I tried Viper 4 Android in CM11
Below is the guide about how to install it
Credits to original developers, I am just sharing method of installation which worked for me and most probably for u also
1) Download Viper 4 Android from given link http://forum.xda-developers.com/showthread.php?t=2191223
2) Modify following lines using build prop editor(available in play store)
Ipa.decode=true to lpa.decode=false
lpa.use-stagefright=true to lpa.use-stagefright=false
3) install V 4 Android (from zip downloaded) as user app
4) Run it! Give SU permission and choose Sound driver (In My case “High Quality”)
5) reboot, and disable dfx manager from apps settings
6) enjoy all the effects… tested with Apollo player & Walkman:good:
Brother ,i would be very pleased, if you could provide the screenshots for the proces
i would be pleased.
Kushan.modi said:
I know that Xperia users love the sound quality of Sony,
That’s why I tried Viper 4 Android in CM11
Below is the guide about how to install it
Credits to original developers, I am just sharing method of installation which worked for me and most probably for u also
1) Download Viper 4 Android from given link http://forum.xda-developers.com/showthread.php?t=2191223
2) Modify following lines using build prop editor(available in play store)
Ipa.decode=true to lpa.decode=false
lpa.use-stagefright=true to lpa.use-stagefright=false
3) install V 4 Android (from zip downloaded) as user app
4) Run it! Give SU permission and choose Sound driver (In My case “High Quality”)
5) reboot, and disable dfx manager from apps settings
6) enjoy all the effects… tested with Apollo player & Walkman:good:
Click to expand...
Click to collapse

[MOD][XMD] Super User Mod (For New Honami Stuff)

So i have created this mod for Xperia M Dual 4.2.2 (Due to growing amount of requests) to use for Honami or new Sony apps.
Method:
1. Download services.jar (see attachments)
2. Backup and replace your services.jar (in System/Framework/)
3. Set file permissions (rw-r--r--) and reboot.
4. Enjoy!
Press Thanks if i have Helped.

CLOSED | Moto E System Dump - Apps & More

MOTO E SYSTEM DUMP - APPS & MORE​
Moto E Camera - Working with no glitches - Add sd card support
Code:
System > priv-app
Moto E Gallery
Code:
System > priv-app
Moto E Bootanimation
Code:
System > media
Moto E System Sounds
Code:
System > media > [I]corresponding folders[/I]
Moto E Launcher2 - TransBars
Code:
System > priv-app
Storage Optimizer - Allows you to move Pics, Videos, etc... to external SD Card
Code:
System > priv-app
ExternalStorageProvider - Gives rw permissions to sdcard/external media
Code:
System > priv-app
-------------------------------------------------------------
Permissions for all = 0644 [rw-r-r]
- DOWNLOAD
- DOWNLOAD > Moto E System Dump
-------------------------------------------------------------
UPDATE
Added a couple of handy apps....
Camera has been working for me so far
Yep camera has been working great for me as well slo motion kills the camera but I'm never gonna use that and it happens on all the cameras I've tried so it may just be me... About to try to modify the launcher and flash it...
We cannot teach people anything; we can only help them discover it within themselves.
Here's a full Moto camera & gallery port. It includes all necessary apps, permissions & libs, and is Play Store update-able.
I also included libmotcameracalibration.so from the Droid Maxx 4.4.4 update. Whether it does anything... IDK.
- DOWNLOAD
Very nice. Thank you
ATTACK said:
Here's a full Moto camera & gallery port. It includes all necessary apps, permissions & libs, and is Play Store update-able.
I also included libmotcameracalibration.so from the Droid Maxx 4.4.4 update. Whether it does anything... IDK.
- DOWNLOAD
Click to expand...
Click to collapse
Hi ATTACK, thanks for all these apps! Just one thing: the "full Moto camera & gallery" link seems dead, could you please reupload it? I'm trying to port the Moto Camera of our stock KK M on CM11: which permission and libs do you take to make this camera work?
Correction: I think the files are online in your repository, seems like the problem was mine! Sorry to bother you!
Thanks again!
I'm probably a little late to the party but if you take the email apk/odex and set permissions you'll have the option to delete it from the pull down. Does anyone know if MMS needs any additional files to run?
Sent from my XT907 using Tapatalk 2
ATTACK said:
Here's a full Moto camera & gallery port. It includes all necessary apps, permissions & libs, and is Play Store update-able.
I also included libmotcameracalibration.so from the Droid Maxx 4.4.4 update. Whether it does anything... IDK.
- DOWNLOAD
Click to expand...
Click to collapse
may be in future you can port 4.x version of moto camera? it could be installed from apkmirror, but it crashes on start.
(updated gallery with material is working okay).

Categories

Resources