[REQ] Sense 3.0 skin making guide - HTC EVO 3D

Hey guys,
I'd really like to make my own skin(s), because I'm never done customizing my device (when I have a nice skin/wallpaper/whatever, I'm done with it after 3, max. 4 days already, depending on my "mood" LOL). I already have a nice 3.0 skin in mind (a Beats skin, yeah this week I'm in a music mood), but I don't know how to realize it.
First problem: I have a nice lockscreen logo and navbar, but how do I make the logo round (without the square black box around it, added pic of it, I really don't know how to get the logo/navbar ONLY, because paint can only select squares, not circles.) and how do I get the navbar transparant red? I want to use the one made by binarybulge, but transparant red (pic added for this one too) I already have a nice wallpaper, but now I also want to make the notification bar red-ish.
Final question: when (actually, IF, I'm not sure if someone makes the guide and if I will succeed) I have the skin ready, how do I make it into an installable .apk?
One last note: I have the installation file of photoshop ready on my laptop, just not yet installed. So if I need it, I DO have it.
Thanks in advance!
Quick edit: I don't think it matters a lot, but I have a GSM Evo 3d android 2.3.4

Hey man, I'll write up a quick tutorial on the basics. Honestly, it's not hard, just time consuming. I'll post that whenever I get it done.
In order to take the background out of that photo, you will need an image manipulator such as GIMP or Photoshop. Gimp, to me, is easier but you can use either. I'll send you the how-to for that as well.

Here you go,I wrote up this tutorial for another member,if you have any questions just ask,you can always pm me
http://forum.xda-developers.com/showthread.php?t=1199538

http://forum.xda-developers.com/showthread.php?t=1199538

Nice platinum! Well done!

illinois08 said:
Nice platinum! Well done!
Click to expand...
Click to collapse
Yeah no worries man,anytime.

platinumandroid said:
http://forum.xda-developers.com/showthread.php?t=1199538
Click to expand...
Click to collapse
Thank you very much exactly what I've been looking for.
Sent from my HTC EVO 3D X515m using xda premium

I get to step "5) Now run #9 to decompile.apk" and i get error
"Cant find framework resources for package of id: 2 You must install proper framework files, see project website for more info.
An Erro Occued, Please Check The Log (option 21)
press any key to continue..."

keedog said:
I get to step "5) Now run #9 to decompile.apk" and i get error
"Cant find framework resources for package of id: 2 You must install proper framework files, see project website for more info.
An Erro Occued, Please Check The Log (option 21)
press any key to continue..."
Click to expand...
Click to collapse
Did you add apkmanager to your path?

No, I didn't do anything outside of the steps.
How do i "add apkmanager" to the "path"?

This is from my Vista work box but he probably means this:
Right click My Comp,
Properties,
Advanced System Settings,
Environmental Variables,
Find "Path" in System Variables" list at the bottom,
Highlight/Edit
insert ; to seperate new path,
type path to toolkit

Skyphos said:
This is from my Vista work box but he probably means this:
Right click My Comp,
Properties,
Advanced System Settings,
Environmental Variables,
Find "Path" in System Variables" list at the bottom,
Highlight/Edit
insert ; to seperate new path,
type path to toolkit
Click to expand...
Click to collapse
By "toolkit" you do mean path it to the folder that apk manager's folders are in?
I did that and retried it, and still came up with same error.
Was i suppose to path a particular folder n the apk manager folder?

keedog said:
No, I didn't do anything outside of the steps.
How do i "add apkmanager" to the "path"?
Click to expand...
Click to collapse
Go to start menu & right click on "computer" then click "properties" the "Advanced System Settings" then "Environment Variables" under the "System Variables" tab scroll down to "path" click edit (BE CAREFUL NOT TO DELETE ANYTHING) now you need to add the path to your tools.Here's an example
;C:\apkmanager\other\;
I house all of my tools on my C:\ drive for simplicity sake.
In the "other" folder located in apkmanager is were the relevant tools are and need to be added so make sure when you add it to your path you include the "other" folder

platinumandroid said:
Go to start menu & right click on "computer" then click "properties" the "Advanced System Settings" then "Environment Variables" under the "System Variables" tab scroll down to "path" click edit (BE CAREFUL NOT TO DELETE ANYTHING) now you need to add the path to your tools.Here's an example
;C:\apkmanager\other\;
I house all of my tools on my C:\ drive for simplicity sake.
In the "other" folder located in apkmanager is were the relevant tools are and need to be added so make sure when you add it to your path you include the "other" folder
Click to expand...
Click to collapse
I added "\other" but I'm still getting that error

keedog said:
I added "\other" but I'm still getting that error
Click to expand...
Click to collapse
Do you have Java installed & added to your path???

platinumandroid said:
Do you have Java installed & added to your path???
Click to expand...
Click to collapse
I don't know if its pathed? but yes its installed
---------- Post added at 09:35 PM ---------- Previous post was at 09:31 PM ----------
platinumandroid said:
Do you have Java installed & added to your path???
Click to expand...
Click to collapse
how do i add it to my path?

keedog said:
I don't know if its pathed? but yes its installed
Click to expand...
Click to collapse
You need to have a jdk & jre installed and added to your path,the bin folder to be specific,I'm using jdk & jre 7

keedog said:
I don't know if its pathed? but yes its installed
---------- Post added at 09:35 PM ---------- Previous post was at 09:31 PM ----------
how do i add it to my path?
Click to expand...
Click to collapse
Example
;C:\Program Files\Java\jdk1.7.0\bin\;C:\Program Files\Java\jre7\bin\;

platinumandroid said:
You need to have a jdk & jre installed and added to your path,the bin folder to be specific,I'm using jdk & jre 7
Click to expand...
Click to collapse
i have them both installed JDk and jre but how do I add them to the path?
---------- Post added at 09:49 PM ---------- Previous post was at 09:46 PM ----------
I somehow deleted all the paths that were there. do u know how to get these back?
---------- Post added at 09:56 PM ---------- Previous post was at 09:49 PM ----------
this is what's pathed now:
C:\apkmanager\other;C:\Program Files\Java\jdk1.7.0\bin\;C:\Program Files\Java\jre7\bin\;
but its still giving me the cant find framework error.

keedog said:
i have them both installed JDk and jre but how do I add them to the path?
---------- Post added at 09:49 PM ---------- Previous post was at 09:46 PM ----------
I somehow deleted all the paths that were there. do u know how to get these back?
---------- Post added at 09:56 PM ---------- Previous post was at 09:49 PM ----------
this is what's pathed now:
C:\apkmanager\other;C:\Program Files\Java\jdk1.7.0\bin\;C:\Program Files\Java\jre7\bin\;
but its still giving me the cant find framework error.
Click to expand...
Click to collapse
No,that's why I was extremely specific & wrote in bold letters not to delete anything when I said this in one of the above posts
" Go to start menu & right click on "computer" then click "properties" the "Advanced System Settings" then "Environment Variables" under the "System Variables" tab scroll down to "path" click edit (BE CAREFUL NOT TO DELETE ANYTHING)"

Related

(Req)Change color of signal bars

Can someone write a short tutorial on how to do this please?
Sent from my LG-P999
what build are you running? CM7, MIUI, Sense?
macmark88 said:
what build are you running? CM7, MIUI, Sense?
Click to expand...
Click to collapse
Eaglesblood 1.9. Its pretty much CM7
Sent from my LG-P999
adb pull /system/framework/framework-res.apk
Open it up, Find the images, Then edit in your favourite editing software (If you're using Photoshop Press Ctrl+U to change the colour )
Next put the images back in the apk file and push back to the phone
---------- Post added at 07:56 PM ---------- Previous post was at 07:52 PM ----------
Also, If you want me to do it for you upload your framework-res.apk and I'll do asap btw
MacaronyMax said:
adb pull /system/framework/framework-res.apk
Open it up, Find the images, Then edit in your favourite editing software (If you're using Photoshop Press Ctrl+U to change the colour )
Next put the images back in the apk file and push back to the phone
---------- Post added at 07:56 PM ---------- Previous post was at 07:52 PM ----------
Also, If you want me to do it for you upload your framework-res.apk and I'll do asap btw
Click to expand...
Click to collapse
I finally figured out everything with a bit of time and patience. Going through a lot of photos and finding the ones that I needed to change. All I did was upload the .apk to my dropbox, download it onto my PC, rename it; framework-res.apk.zip, allowing my to open and explore the file freely. After gathering the photos that I needed, I extracted them, edited them and then placed the edited photos back where I got them from, over-writing the old ones. I then took out the .zip extension and re-uploaded the file to dropbox and downloaded it onto my phone.

[Q] rooting problem

I was follow steps from "SD_ROOT_NT16gbV4_6 " website here:http://forum.xda-developers.com/showthread.php?t=1472078 which is made by:AlbertWertz . But when I click "Win32DiskImager" and followed the steps, then click "write" it says:An error occurred when attempting to get a handle on the file, Error:123. can someone tell me how to fix that problem?
Did you extract the downloaded zip to a folder somewhere and then point the image file selection to the image file in that extracted folder?
---------- Post added at 11:53 AM ---------- Previous post was at 11:52 AM ----------
Also, be damn sure before pressing the "write" button that you have the correct drive selected. These things have a tendency to default/reset to some other drive when you aren't paying attention so its good practice to always double and triple check that its pointed at the correct drive.

[Q] How to open terminal/ADB

Hi All,
I'm a complete noob when it comes to Android and am having difficulty following instructions to apply a volume hack to my Samsung Galaxy S3 (Android 4.04).
Note: I have managed to root my phone, and have ES File explorer installed. All text in full caps is mine.
Here's the link to the full instructions http://forum.xda-developers.com/show....php?t=1722136
Summary
1) Download attatched file ('default_gain.conf' inside 'VolumeMods.zip')
2) Use a file manager or ADB to push it to "system/etc" (back up existing file first!) I'VE GOT THIS FAR
NEXT STEP IS THE ONE I HAVE PROBLEM WITH - HOW DO YOU DO THIS?
3) From ADB or the Terminal do: HOW/WHERE DO YOU OPEN TERMINAL?
Code:
killall mediaserver
Just read the link you posted. You don't have to use terminal, just you es file explorer to push the file to where he stated, change permissions then just restart your phone. The only reason he said to use the terminal was to reboot the media scanner, but rebooting your phone does exactly the same thing. Hope I could help
Sent From My Omega'd Galaxy S3 ...
xmrenegade7 said:
Just read the link you posted. You don't have to use terminal, just you es file explorer to push the file to where he stated, change permissions then just restart your phone. The only reason he said to use the terminal was to reboot the media scanner, but rebooting your phone does exactly the same thing. Hope I could help
Sent From My Omega'd Galaxy S3 ...
Click to expand...
Click to collapse
Thanks. What do you mean by change permissions?
You can long press on a file using es and I think you go to properties then change the file permissions from there, you would have to look up what the permissions need to be.
Sent From My Omega'd Galaxy S3 ...
---------- Post added 1st December 2012 at 12:37 AM ---------- Previous post was 30th November 2012 at 11:46 PM ----------
It should look something like this
XX
X
X
There will be boxes put the ticks in the same order as my x's and then restart your phone.
Sorry for the bad description.
Sent From My Omega'd Galaxy S3 ...
xmrenegade7 said:
You can long press on a file using es and I think you go to properties then change the file permissions from there, you would have to look up what the permissions need to be.
Sent From My Omega'd Galaxy S3 ...
---------- Post added 1st December 2012 at 12:37 AM ---------- Previous post was 30th November 2012 at 11:46 PM ----------
It should look something like this
XX
X
X
There will be boxes put the ticks in the same order as my x's and then restart your phone.
Sorry for the bad description.
Sent From My Omega'd Galaxy S3 ...
Click to expand...
Click to collapse
Thanks. Next problem. Using ES File Explorer under local, I can't find "system/etc" or similar. I have rooted my phone.
As soon as es loads in you have the main internal SD screen. Press your s3's back button and you will be able to find the system folder from there.
Sent From My Omega'd Galaxy S3 ...
---------- Post added at 01:36 AM ---------- Previous post was at 01:32 AM ----------
Oh and you have to enable root explorer in the settings in es.
Sent From My Omega'd Galaxy S3 ...
---------- Post added at 01:36 AM ---------- Previous post was at 01:36 AM ----------
Go to settings - root settings and tick them all.
Sent From My Omega'd Galaxy S3 ...
lime&soda said:
Thanks. Next problem. Using ES File Explorer under local, I can't find "system/etc" or similar. I have rooted my phone.
Click to expand...
Click to collapse
OK. I long press on default_gain.conf
It gives me the option to open as text.
I open using ES Note Editor.
There's a huge amount of text lines. Question, how do I scroll through the lines really fast? About 15% through file and can't find tick boxes you describe.
I have no idea how you can scroll any faster I'm afraid and when you go to properties on the file you should see a button that says change. You might not even have to do it, I'm not sure whether its just when installing an apk file.
Sent From My Omega'd Galaxy S3 ...

Bootanimation Request

Since Samsung has decided to be non standard and not use a simple bootanimation.zip and instead use their qmg files I have no clue how to change my boot animation. I really just want the stock animation from the Nexus, not a fan of the Samsung one and figured since I am rooted etc. might as well use the Nexus one. No clue if anyone here can actually make them either, just figured I would ask.
Guess it's not possible, too bad, but oh well.
Check here
This is what I used
Oh, nice! I figured it was impossible since Samsung likes to be dumb about certain things.
I was a little confused with his instructions as first but finally got it.
This is exactly what I did step by step:
Navigate to system/media & deleted both bootsamsungloop.qmg and bootsamsung.qmg. and while still in the system/media folder paste the Nexus bootanimation zip here
Next I navigated to system/bin and deleted samsungani and while still in system/bin I renamed bootanimation to samsungani.
Now I did all of this to a ROM zip using 7zip because I prefer it this way but either way will work fine
---------- Post added at 04:10 PM ---------- Previous post was at 03:54 PM ----------
Oh and if you want to get rid of the bootup and power off sounds navigate to system/media/audio/ui and delete the PowerOn.ogg and PowerOff.ogg files. There are four folders in here as well: BST, SPR,VMU & XAS and each of them contain a PowerOn.ogg file. I deleted the one in the SPR folder which removed the sound but since your on Verizon I'm not sure which one you should delete.
ThIs works on the stock/rooted ROM, but it doesnt work with beans ROM for some reason.
Oh good I couldn't get this to work on beans either I thought it was me lol
Sent from my SCH-I605 using xda app-developers app
xxxxmarkxxx said:
Oh good I couldn't get this to work on beans either I thought it was me lol
Click to expand...
Click to collapse
LOL, it's not just you.
I had a flaming skull boot ani that worked perfect until I flashed beans ROM.
Then it stopped and ABSOLUTELY NOTHING I tried would get it working again so I finally gave up.
I'm on bean's ROM and got it working just fine, now have the stock Nexus boot animation.
bose301s said:
I'm on bean's ROM and got it working just fine, now have the stock Nexus boot animation.
Click to expand...
Click to collapse
Did you do anything different than what it says here??
I ask because i follwed these instructions back when i did the root66 thing and it worked perfectly, when I tried the same thing with beans I could never get it to work.
Edit: NVM, I went back and tried all the steps again and now it works just fine.
I must have forgotten one step the second time, although I was almost positive I didn't.
journeyman73 said:
I was a little confused with his instructions as first but finally got it.
This is exactly what I did step by step:
Navigate to system/media & deleted both bootsamsungloop.qmg and bootsamsung.qmg. and while still in the system/media folder paste the Nexus bootanimation zip here
Next I navigated to system/bin and deleted samsungani and while still in system/bin I renamed bootanimation to samsungani.
Now I did all of this to a ROM zip using 7zip because I prefer it this way but either way will work fine
---------- Post added at 04:10 PM ---------- Previous post was at 03:54 PM ----------
Oh and if you want to get rid of the bootup and power off sounds navigate to system/media/audio/ui and delete the PowerOn.ogg and PowerOff.ogg files. There are four folders in here as well: BST, SPR,VMU & XAS and each of them contain a PowerOn.ogg file. I deleted the one in the SPR folder which removed the sound but since your on Verizon I'm not sure which one you should delete.
Click to expand...
Click to collapse
i wouldnt delete those files...better off renaming by adding a .bak extension.
droidstyle said:
i wouldnt delete those files...better off renaming by adding a .bak extension.
Click to expand...
Click to collapse
That is what I do.
Anyone know if removing them completely will cause any problems? Hoping it will improve boot time (not that it needs it) and battery life (a tiny bit)
Sent from my SCH-I605 using xda app-developers app
which app do you use to rename the .ogg files?
ronaldheld said:
which app do you use to rename the .ogg files?
Click to expand...
Click to collapse
Root explorer, after clicking Mount R/O at the top.
---------- Post added at 01:25 PM ---------- Previous post was at 01:23 PM ----------
sbcdave said:
Anyone know if removing them completely will cause any problems?
Click to expand...
Click to collapse
Removing them doesn't hurt a thing (except that you have to reflash if you want to restore them), but there is no advantage whatever to doing that.
jmorton10 said:
Root explorer, after clicking Mount R/O at the top.
---------- Post added at 01:25 PM ---------- Previous post was at 01:23 PM ----------
Removing them doesn't hurt a thing (except that you have to reflash if you want to restore them), but there is no advantage whatever to doing that.
Click to expand...
Click to collapse
That is the paid app?
ronaldheld said:
That is the paid app?
Click to expand...
Click to collapse
I guess so (i've used it for yesrs, i really don't remember)
Whatever it costs, it's worth every penny. I can't imagine NOT having it....

Xda folks ...Help please

Hi
since i flashed this sound mode my device sound system has been ruined
i made no backup before procceeding flashing the mod
(I'd confess the expression of the dev about a perior backup. I'd appreciate him/her efforts already...
Now sound on screen mirroring complately gone,headphones audio too low, earpiece has noise....
Please be kind enough to send me the original entire folders (containing the same files)
i just dont want to flash back to factory state .you know i'm kinda obsessive setting up my apps ,settings, xposed modules, customizations,deblaotwarings...
its the Mod's page: http://forum.xda-developers.com/z3/development/stereo-speakers-sound-mod-v3-2-z323-0-1-t3015912
My device D6633 5.1.1 ...546 rooted unlocked
sorry for my bad english
CyBoy2020 said:
Hi
since i flashed this sound mode my device sound system has been ruined
i made no backup before procceeding flashing the mod
(I'd confess the expression of the dev about a perior backup. I'd appreciate him/her efforts already...
Now sound on screen mirroring complately gone,headphones audio too low, earpiece has noise....
Please be kind enough to send me the original entire folders (containing the same files)
i just dont want to flash back to factory state .you know i'm kinda obsessive setting up my apps ,settings, xposed modules, customizations,deblaotwarings...
its the Mod's page: http://forum.xda-developers.com/z3/development/stereo-speakers-sound-mod-v3-2-z323-0-1-t3015912
My device D6633 5.1.1 ...546 rooted unlocked
sorry for my bad english
Click to expand...
Click to collapse
Try to flash dolby atmos
May be it would help to increase your volume
Link below
http://forum.xda-developers.com/devdb/project/dl/?id=13100
mdmaher said:
Try to flash dolby atmos
May be it would help to increase your volume
Link below
http://forum.xda-developers.com/devdb/project/dl/?id=13100
Click to expand...
Click to collapse
Look! I just dont want to have any sound mode flashed/installed anymore. Thats the all!
You can help my by uploading original files.
Thanks for considrations
Cyboy said:
Look! I just dont want to have any sound mode flashed/installed anymore. Thats the all!
You can help my by uploading original files.
Thanks for considrations
Click to expand...
Click to collapse
Anyway sorry. I dont have any backups
But I have installed dolby atmos on 3 devices and works perfectly. Because it boots your sound something twice or thrice for little big speakers.
If u want u can try that.
Hope u will find backups that u want.
Best of luck
CyBoy2020 said:
Hi
since i flashed this sound mode my device sound system has been ruined
i made no backup before procceeding flashing the mod
(I'd confess the expression of the dev about a perior backup. I'd appreciate him/her efforts already...
Now sound on screen mirroring complately gone,headphones audio too low, earpiece has noise....
Please be kind enough to send me the original entire folders (containing the same files)
i just dont want to flash back to factory state .you know i'm kinda obsessive setting up my apps ,settings, xposed modules, customizations,deblaotwarings...
its the Mod's page: http://forum.xda-developers.com/z3/development/stereo-speakers-sound-mod-v3-2-z323-0-1-t3015912
My device D6633 5.1.1 ...546 rooted unlocked
sorry for my bad english
Click to expand...
Click to collapse
Or you can give me the whole System partition backup...thank you in advance.
(I'm same cyboy2020)
Cyboy said:
Or you can give me the whole System partition backup...thank you in advance.
(I'm same cyboy2020)
Click to expand...
Click to collapse
Which mod did u flash the first one or the second one ?
If u still have root. Then install ES file explorer from playstore and go to this path given below:-
/system/etc
From there send me the 'mixer paths.xml' (only if its there then send)
Also 'audio effects.conf'
So that I can see if any changes are there. Just dont do anything else in those folder just copy it to sd card and then send me.
Thanks
mdmaher said:
Which mod did u flash the first one or the second one ?
If u still have root. Then install ES file explorer from playstore and go to this path given below:-
/system/etc
From there send me the 'mixer paths.xml' (only if its there then send)
Also 'audio effects.conf'
So that I can see if any changes are there. Just dont do anything else in those folder just copy it to sd card and then send me.
Thanks
Click to expand...
Click to collapse
Hi i uploaded some files on mediafire
Here it goes.
I flashed first this then this
Thank you
Noob guess..
low sound?
try volume booster pro.
Do u have custom rom?
or stock mod?
replacing files can help.
or simply flash another mod.
Arise and Dolby are d best from my opinion
Cyboy said:
Hi i uploaded some files on mediafire
Here it goes.
I flashed first this then this
Thank you
Click to expand...
Click to collapse
I saw both 1 and 2 of that mod. In second one which one did u use the loud or normal.
And when I checked them i saw a lot of changes happened in your phone of audio files, more than 13 file edited and some new files.
I just edited one of your file. Try replacing it with the one I uploaded
1. Open es file explorer
2 go to left top and tap on settings
3. Scroll down till the tab 'tools'
4. In tools tap the 'Root Explorer'
5. Give permission with superuser ( it wont come if u already have given permission). After giving permission copy the file i gave and paste it in the path below.
6. Go to the path /system/etc
7. Paste the file I uploaded and 'overwrite' the file.
8. Keep holding on that file untill tick mark appears on it(which you pasted just now)
9. Go to properties of that file. ( can be on top right)
10. Tap on change permission
11. Tick all in the first column, second column only the first one should be ticked.
12. Tap OK
13. Exit everything and restart your phone.
14. Test your audio with headsets and without them.
Link given
https://drive.google.com/folderview?id=0Bxfnl6OyqWXGdF9HWFRNOWRGekU
If u dont want the extra files created tell reply. I will say which to delete.
If still not fixed then I will give Dolby Atmos. Only way I know. It worksperfect. And I am asking are you using any other dolby. I just saw it it the file u gave.
Anyway good luck to you
BatDroid said:
Noob guess..
low sound?
try volume booster pro.
Do u have custom rom?
or stock mod?
replacing files can help.
or simply flash another mod.
Arise and Dolby are d best from my opinion
Click to expand...
Click to collapse
I'm on stock 5.1.1...546
Dont want to flash any custom roms , mods or boosts nor factory reset
Just want to revert back to original state...Z3 original sound is powerful enough
---------- Post added at 01:01 PM ---------- Previous post was at 12:50 PM ----------
mdmaher said:
I saw both 1 and 2 of that mod. In second one which one did u use the loud or normal.
And when I checked them i saw a lot of changes happened in your phone of audio files, more than 13 file edited and some new files.
I just edited one of your file. Try replacing it with the one I uploaded
1. Open es file explorer
2 go to left top and tap on settings
3. Scroll down till the tab 'tools'
4. In tools tap the 'Root Explorer'
5. Give permission with superuser ( it wont come if u already have given permission). After giving permission copy the file i gave and paste it in the path below.
6. Go to the path /system/etc
7. Paste the file I uploaded and 'overwrite' the file.
8. Keep holding on that file untill tick mark appears on it(which you pasted just now)
9. Go to properties of that file. ( can be on top right)
10. Tap on change permission
11. Tick all in the first column, second column only the first one should be ticked.
12. Tap OK
13. Exit everything and restart your phone.
14. Test your audio with headsets and without them.
Link given
https://drive.google.com/folderview?id=0Bxfnl6OyqWXGdF9HWFRNOWRGekU
If u dont want the extra files created tell reply. I will say which to delete.
If still not fixed then I will give Dolby Atmos. Only way I know. It worksperfect. And I am asking are you using any other dolby. I just saw it it the file u gave.
Anyway good luck to you
Click to expand...
Click to collapse
Thanks
I'm already a root user since GB ;P
I asked you to upload whole directory contents
Yes its sony's built in Dolby
I did flash the normal sound mod ,not the laud one
thanks again
Cyboy said:
I'm on stock 5.1.1...546
Dont want to flash any custom roms , mods or boosts nor factory reset
Just want to revert back to original state...Z3 original sound is powerful enough
---------- Post added at 01:01 PM ---------- Previous post was at 12:50 PM ----------
Thanks
I'm already a root user since GB ;P
I asked you to upload whole directory contents
Yes its sony's built in Dolby
I did flash the norml sound mod ,not the load one
thanks again
Click to expand...
Click to collapse
Try the above steps. Becuse many things was modidied in that.
mdmaher said:
Try the above steps. Becuse many things was modidied in that.
Click to expand...
Click to collapse
I did try em all, nothing fixed.
If i get the original files and over write the modded ones ,i'm damn sure it will fix the problem
Cyboy said:
I did try em all, nothing fixed.
If i get the original files and over write the modded ones ,i'm damn sure it will fix the problem
Click to expand...
Click to collapse
I will tell you the steps to delete the new files created in your device.
1. Go to path /system/app using ES file explorer
2. Delete the folder 'sound enhancement'
3. Go to path /system/etc
4. From there delete the folder 'acdbdata' and 'sony effect' and also 'tfa98xx'
5. Go to path /system/lib/soundfx
6. Delete libsonysweffect
7. Reboot your phone
mdmaher said:
I will tell you the steps to delete the new files created in your device.
1. Go to path /system/app using ES file explorer
2. Delete the folder 'sound enhancement'
3. Go to path /system/etc
4. From there delete the folder 'acdbdata' and 'sony effect' and also 'tfa98xx'
5. Go to path /system/lib/soundfx
6. Delete libsonysweffect
7. Reboot your phone
Click to expand...
Click to collapse
Sorry.not helpful at all. Why you persisting against sharing your system files? I just wanted you upload theme here
Cyboy said:
Sorry.not helpful at all. Why you persisting against sharing your system files? I just wanted you upload theme here
Click to expand...
Click to collapse
Ok. I am presently having Dolby Atmos. It never failed. Anyway I am sharing the link. But first I need to have a look at your /system/app
Only to make sure its OK.
---------- Post added at 05:50 PM ---------- Previous post was at 05:50 PM ----------
Cyboy said:
Sorry.not helpful at all. Why you persisting against sharing your system files? I just wanted you upload theme here
Click to expand...
Click to collapse
Ok. I am presently having Dolby Atmos. It never failed. Anyway I am sharing the link. But first I need to have a look at your /system/app
Only to make sure its OK.
First make sure to take backup.
Paste the file in the same path like i uploaded. Eg:- 'audioeffects.conf' i have pasted in 'etc'. So paste in the same folder of yours. Also change the permission of every thing like i told you before. Otherwise any damage can happen.
First column all,second column only first one to be ticked- permission
Permission for the folders you create - first column all, second column only first, third column all.
If the apps in your path /system/app are pasted in each folder then make folder for the apps you are pasting. Eg:- the app 'As' in the folder named 'As'
Reboot after process.
Link is here.
https://goo.gl/O7Prqu
mdmaher said:
Ok. I am presently having Dolby Atmos. It never failed. Anyway I am sharing the link. But first I need to have a look at your /system/app
Only to make sure its OK.
---------- Post added at 05:50 PM ---------- Previous post was at 05:50 PM ----------
Ok. I am presently having Dolby Atmos. It never failed. Anyway I am sharing the link. But first I need to have a look at your /system/app
Only to make sure its OK.
First make sure to take backup.
Paste the file in the same path like i uploaded. Eg:- 'audioeffects.conf' i have pasted in 'etc'. So paste in the same folder of yours. Also change the permission of every thing like i told you before. Otherwise any damage can happen.
First column all,second column only first one to be ticked- permission
Permission for the folders you create - first column all, second column only first, third column all.
If the apps in your path /system/app are pasted in each folder then make folder for the apps you are pasting. Eg:- the app 'As' in the folder named 'As'
Reboot after process.
Link is here.
https://goo.gl/O7Prqu
Click to expand...
Click to collapse
You kidding? Have u ever checked the link?
Thanx again
Cyboy said:
You kidding? Have u ever checked the link?
Thanx again
Click to expand...
Click to collapse
Sorry the link is updated here it is
https://drive.google.com/folderview?id=0Bxfnl6OyqWXGOG9qSVVqeGJzTkU

Categories

Resources