Just trying to figure out how to enable CRT animation in framework-res.apk? All the typical guides state to change /res/values/bools.xml from:
Code:
<bool name="config_animateScreenLights">true</bool>
to
Code:
<bool name="config_animateScreenLights">false</bool>
but it's already set to false and no CRT animation. Thoughts?
bananacakes has it built into his/her rom and it works perfectly. maybe you could ask for some guidance?
You also need to decompile services.jar!specific,You may ask bananacakes!
Has anyone been able to make a flashable version of this or could anyone maybe explain how to enable this?
HTC Vivid
s-off
DarkRaider 1.5.5
KozmikKernel Beta 13
I'm assuming this means the quick animation that plays when you go into standby that looks like an old CRT turning off? My girlfriend's Atrix did this, but I'd love to see it on the Raider! I hope someone does have/will make a flashable version!
I'd love to see this!
Jirv311 said:
Just trying to figure out how to enable CRT animation in framework-res.apk? All the typical guides state to change /res/values/bools.xml from:
Code:
<bool name="config_animateScreenLights">true</bool>
to
Code:
<bool name="config_animateScreenLights">false</bool>
but it's already set to false and no CRT animation. Thoughts?
Click to expand...
Click to collapse
i decompiled framework-res and changed it to true, but it didnt work.. i just now figured out that thier's some setting in services.jar i have to change, not in framework-res.. so yeah im working on it xP
XxSHaDoWxSLaYeRxX said:
i decompiled framework-res and changed it to true, but it didnt work.. i just now figured out that thier's some setting in services.jar i have to change, not in framework-res.. so yeah im working on it xP
Click to expand...
Click to collapse
cant figure it out on sense roms but got it in a aosp one...
Dudes, the problem isn't with configuration, or something you can easily change. It's within the core HTC libs. That's why it works on Roma that do not have sense. It is not only crippled, but removed from the sense libs.
You'd have to either use a compatible lib from a different phone like the Sensation or something, or fix in source and build your own.
You will not make this work by changing xml values in framework apks.
With that said, I might spend my time trying to decompile the senseless libs, find the goods, then decompile the sense libs and shoehorn it in.
For that matter I might look into that myself.
Sent from my HTC PH39100 using xda app-developers app
ess.boyer said:
Dudes, the problem isn't with configuration, or something you can easily change. It's within the core HTC libs. That's why it works on Roma that do not have sense. It is not only crippled, but removed from the sense libs.
You'd have to either use a compatible lib from a different phone like the Sensation or something, or fix in source and build your own.
You will not make this work by changing xml values in framework apks.
With that said, I might spend my time trying to decompile the senseless libs, find the goods, then decompile the sense libs and shoehorn it in.
For that matter I might look into that myself.
Sent from my HTC PH39100 using xda app-developers app
Click to expand...
Click to collapse
Sensation libs have it disabled as well so that wont help you
in build.prop try changing this line : debug.sf.hw=1 to #debug.sf.hw=1 after making changes in the framework....
Related
so of you have notice and have been asking about this. i decided i would open up my vault and let the secret out for all.
this is brought to you by myself and the rest of ACS.
Me and dreamsforgoten figured this one out together.
Disclaimer: do not decompile a custom framework and expect it to recompile as it will not work and you'll end up with a list of errors. You can not hold me our anyone at ACS for bricking your phone or any damage that may have occurred by doing this
this how-to is written as if you have a half a brain and know what your doing. if you dont know what your doing please read the themeing how to's written by dreamsforgotten.
1. decompile framework-res.apk
2. open up the values folder
3. locate strings.xml and open with notepad++
4. ctrl+f and search for Sprint. it should be under zz_roamingguard_1 or something simliar. make sure just to edit the roaming guard_1 only
5. rename to w/e you would like. this changes the pull down branding, the aosp lock screen branding, and the network in settings
6.recompile apk. if your building a theme make your other xml edits while decompiled
If you use this mod in your custom themes or roms please give me credit
if you feel as you have benefited from this in anyway please buy me a beer in my signature to keep me motivated on finding more tricks, hacks and themes
Not sure if this will work on other phones or carries.
Thanks for posting this. Is there a way to tell if a framework-res is modded already? Or, more specifically, if trying this on dk28, where's the best place to get a "pure" framework to start with?
also, do you use a specific level of compression when compiling your edited framework?
Thk u.
Sent from the future.
decalex said:
Thanks for posting this. Is there a way to tell if a framework-res is modded already? Or, more specifically, if trying this on dk28, where's the best place to get a "pure" framework to start with?
also, do you use a specific level of compression when compiling your edited framework?
Thk u.
Sent from the future.
Click to expand...
Click to collapse
When I mean a modded framework-res.apk it's one that comes from a theme. They don't compile nicely with the new images added.
I'm personally using the dk28 release from ACS as my framework to modify.
A good way to test is as soon as you de compile the framework re compile it. If it re compiles with no errors you then you can go ahead and use that framework.
I haven't changed my compression when compiling any of my work
Sent from my SPH-D700 using Tapatalk
I know in apk manager 4.9 it saves the file as unsigned_filename.apk but when you chose yes to carry over the signature, it is carried over into the new file in tact. You can skip the last step of resigning the apk after compiling if you choose yes as a system file when you compile. it throws you off being named unsigned but if you open it the meta inf folder is in there.
Sent from my SPH-D700 using Tapatalk
Ok
Maybe i am in wrong thread but here goes.
I installed acs dk28 fro-yo version when it was first released
I have an app i use called privacy star,it no longer will let me use the app
I called privacy star they say my carrier is iroot the original branding acs used for the ROM since iroot isn't a phone company i cannot pay for the app at all.
tell me why, and any suggestions how i can change my carrier back to sprint branding, i have a build prop if anyone can help me.
about phone says sprint as my carrier and i didnt see anything odd in buildprop
http://pastebin.com/92hCixde
humdrum2009 said:
Maybe i am in wrong thread but here goes.
I installed acs dk28 fro-yo version when it was first released
I have an app i use called privacy star,it no longer will let me use the app
I called privacy star they say my carrier is iroot the original branding acs used for the ROM since iroot isn't a phone company i cannot pay for the app at all.
tell me why, and any suggestions how i can change my carrier back to sprint branding, i have a build prop if anyone can help me.
about phone says sprint as my carrier and i didnt see anything odd in buildprop
http://pastebin.com/92hCixde
Click to expand...
Click to collapse
you may basically have to reverse the instructions in the OP. do you understand the instructions? browse the how to theme guides by dreams, you wouldnt be doing all the editing of pngs and compiling in eclipse, but you will need apk manager. basically decompile your framework-res.apk, go to values/strings.xml and change iroot back to Sprint in Notepad++, recompile. you could either drop it in /system/framework with root explorer or replace in the ROM zip and reflash.
Ill get on it right now thanks
Nice post.
Hmm.. I'm curious If that works for you, since you're decompiling and recompiling a "modified" framework.
Sent from the future.
decalex said:
Hmm.. I'm curious If that works for you, since you're decompiling and recompiling a "modified" framework.
Sent from the future.
Click to expand...
Click to collapse
Unfortunadamente, it won't. You can however, take a stock framework-res.apk and copy over the drawable-hdpi folder. But you will lose the battery % mod as well, so make sure to change the battery images back to stock before you copy it.
Sent from my Xtremely Syndicated and Emotionless Epic 4G
Thread cleaned. If something like this happens again, infractions will be handed out to everyone involved.
If you have a member that is trolling/flamming, just ignore them and report the post. I will take care of it.
By saying something to them you are going to get yourself in trouble and start a large fight in a thread that does not need it.
decalex said:
Hmm.. I'm curious If that works for you, since you're decompiling and recompiling a "modified" framework.
Sent from the future.
Click to expand...
Click to collapse
you can reverse the order but there will be extra steps involved. when your ready ro re compile you would have to add in all the stock .9.pngs when re compiling.
Sent from my SPH-D700 using Tapatalk
Thx for your help guys I'll edit this post with results.
Cool-- using both of your recommendations (starting with orig ACS DK28 rom's framework-res.apk, I was able to edit the xml(s), recompile, (delete resources.arsc in the created keep folder), then signed, then dropped in drawable pngs. When you want to do the png edits, do you overwrite All of the folders in your signed framework's res folder? (wouldn't that overwrite the xml edit made)? or just the drawable folders
decalex said:
Cool-- using both of your recommendations (starting with orig ACS DK28 rom's framework-res.apk, I was able to edit the xml(s), recompile, (delete resources.arsc in the created keep folder), then signed, then dropped in drawable pngs. When you want to do the png edits, do you overwrite All of the folders in your signed framework's res folder? (wouldn't that overwrite the xml edit made)? or just the drawable folders
Click to expand...
Click to collapse
you will only loose your xml edits if you replace the xmls
Sent from my SPH-D700 using XDA App
hehe.. come on man. gimme a little more credit than that
in compiled state, the strings.xml (for example) is contained in the resources.arsc file (?). Because, decompiled, obviously, the folder structure is different.
so, I could basically just replace the whole res folder, since the resources.arsc is *not* in that folder? I'll play around with it, but I think I'm getting the gist.
decalex said:
hehe.. come on man. gimme a little more credit than that
in compiled state, the strings.xml (for example) is contained in the resources.arsc file (?). Because, decompiled, obviously, the folder structure is different.
so, I could basically just replace the whole res folder, since the resources.arsc is *not* in that folder? I'll play around with it, but I think I'm getting the gist.
Click to expand...
Click to collapse
When editing xmls you delete the xmls you edited in the keep folder. The hidden xmls like strings.xml is not seen when being built. I delete the resources.arcs when ever I edit a xml even if it is a visable xml. You cannot replace the hole res folder cause of the xmls inside. Some xmls makes changes in the public.xml when compiled. The public.xml is also hidden.
Just decompile the custom framework you wanna edit. Make your changes. Replace all the modified .9 images with the stock ones. Recompile the framework. In the keep folder delete resources.arcs and any xml you can see in the build that you edited. Delete the .9s from the keep folder since you replaced them. Once the file is compiled sign it. Open up the old custom framework with 7zip and your newly created framework with 7zip. Drag and drop the .9s.from the custom framework into your framework
Sent from my SPH-D700 using XDA App
Is there any way to change the status bar color in ICS on the NS4G from blue to whatever color u want? if so can some one kindly point me in the right direction? Thanks
Of course, this is Android.
You are only limited by your skills to do so.
Its in the framework. Just edit them. Then blah blah. Easy.
Sent from my Galaxy Nexus Sep using Tapatalk
^im sure that makes as much sense to the OP as much as its "easy" for u... -__-
ns4g via xda app
bearsblack said:
^im sure that makes as much sense to the OP as much as its "easy" for u... -__-
ns4g via xda app
Click to expand...
Click to collapse
If he knew how, he'd explain it, but the truth is that he's some 12yo kid who can't create/open a zip file yet claims to be a "developer".
I'll hook you up when I'm @ my computer. And it's not in framework-res, it's in SystemUI.apk
EDIT: What did you mean by statusbar color? Are you referring to the clock/date? If so, decompile your SystemUI.apk and go to /res/values/styles.xml
For the clock, look for this line
Code:
TextAppearance.StatusBar.Clock
For the date, look for this line
Code:
TextAppearance.StatusBar.Date
If you change your clock color your carrier color will change to the same
You want to change this line in both
Code:
android:textColor
Change it to whatever hex value you want. Must be proceeded by "ff" if you want the full value or if you want transparency you can put something like enter a value from 0-99, 0 being fully transparent
If your ROM has the power widget then you have to change the png's in SystemUI>res>drawable-hdpi>
Then after you make your changes recompile and if you use apktool to do that you need to sign it. I use an old version of apkmanager to sign it.
fergie716 said:
I'll hook you up when I'm @ my computer. And it's not in framework-res, it's in SystemUI.apk
EDIT: What did you mean by statusbar color? Are you referring to the clock/date? If so, decompile your SystemUI.apk and go to /res/values/styles.xml
For the clock, look for this line
Code:
TextAppearance.StatusBar.Clock
For the date, look for this line
Code:
TextAppearance.StatusBar.Date
If you change your clock color your carrier color will change to the same
You want to change this line in both
Code:
android:textColor
Change it to whatever hex value you want. Must be proceeded by "ff" if you want the full value or if you want transparency you can put something like enter a value from 0-99, 0 being fully transparent
If your ROM has the power widget then you have to change the png's in SystemUI>res>drawable-hdpi>
Then after you make your changes recompile and if you use apktool to do that you need to sign it. I use an old version of apkmanager to sign it.
Click to expand...
Click to collapse
Thanks for the insight Fergie but houston we have a problem... i cant read it.. Im using Aosp v43 if it helps lol
JG96EVO said:
Thanks for the insight Fergie but houston we have a problem... i cant read it.. Im using Aosp v43 if it helps lol
Click to expand...
Click to collapse
Did you decompile it or extract it? You need to use apktool or something similar to decompile. I have a guide on how to get apktool ready for ICS but you need to set up apktool 1st. There's plenty of guides out there for that, just Google it up
Sent from my Nexus S 4G using Tapatalk
fergie716 said:
Did you decompile it or extract it? You need to use apktool or something similar to decompile. I have a guide on how to get apktool ready for ICS but you need to set up apktool 1st. There's plenty of guides out there for that, just Google it up
Sent from my Nexus S 4G using Tapatalk
Click to expand...
Click to collapse
I googled how to decompile the systemui.apk but maybe im not understanding it clearly because i keep getting error messages.. do i use the computer and a command prompt? or terminal emulator? sorry for the questions.. im just kinda new to all this..
You need to use a computer to decompile the apk. As fergie said there are plenty if guides here on XDA and other places to learn how to use apktool or apk manager.
Sent from my Nexus S 4G using Tapatalk
And you must have SDK set up somewhere on you computer with the resources set up for android 4.0.3 at c:/user/apktool/framework
I'll attach what I'm using there. You can extract this into your user folder on you PC.
Hi I have an issue with the rosie.apk for sense 3.5.
I'm using apk multi tool, latest version.
i'm decompiling with dependencies using com.htc.resource.apk.
(i'm not trying to edit any m10 or smali)
I'm changing colors.xml. and some png's.
all goes through without any errors.
I then use adb to push to my htc raider.
and no images have changed and the new high light color has not changed.
is this an issue editing rosie from sense 3.5?
as I have edited rosie before and had no issue's, but it was a rosie from sense 3.0
Thanks for any guidance.
hackit said:
Hi I have an issue with the rosie.apk for sense 3.5.
I'm using apk multi tool, latest version.
i'm decompiling with dependencies using com.htc.resource.apk.
(i'm not trying to edit any m10 or smali)
I'm changing colors.xml. and some png's.
all goes through without any errors.
I then use adb to push to my htc raider.
and no images have changed and the new high light color has not changed.
is this an issue editing rosie from sense 3.5?
as I have edited rosie before and had no issue's, but it was a rosie from sense 3.0
Thanks for any guidance.
Click to expand...
Click to collapse
Did you clear dalvik and cache after installing?
No trying that now.
Thanks
you have probably seen this before but if you havent:
http://forum.xda-developers.com/showthread.php?t=1210143
Sense 3 Dock
This is the frustrating part in Sense 3.0 - you edit the usual suspects - and nothing happens after the flash. The reason is, that large parts of button press effects and other details are now controlled by fusion.apk. This replaces a lot of the button presses from com.htc.resources.apk and parts of Rosie like the complet dock.
1. You need to decompile fusion.apk with m.10 editor (How-To`s are all over the place), make sure you tick the "decode images" box. You will then find all pngs ether in the editor (which is a pain, if you edit fusion.apk with plenty of pngs) or in c://user/yourname/appdata/roaming/m10editor
2. You need to identify the pngs by sight, since the decompile does not give the correct png names to the pics. Note that all pngs are turned by 180 degrees after the compile.
3. Edit the pngs and zip Rosie in m.10 editor
That`s it - makes it tougher, but at least the devs behind m.10 editor like flemmard or diamondback offered us the option to theme Sense 3.0
Click to expand...
Click to collapse
Hey Jirv311,
Do you have any ideas why i'm unable to pull the HTC_IME.apk from the zip download, the one for sense 3.5 and edit it.
Then adb push to my raider, then i have no keyboard, no keyboard under settings either.
But i can adb push the HTC_IME.apk that i have edited (the one in the rom folder) no problem.
It's killing me not being able to use the new keyboard with arrows and have it modded the way i want.
Pirateghost said:
you have probably seen this before but if you havent:
http://forum.xda-developers.com/showthread.php?t=1210143
Click to expand...
Click to collapse
Yes I did come across that and saw it is for sense 3.0, would it work on sense 3.5?
editing the m10 is what i mean.
Thanks Pirateghost
Jirv311 said:
Thanks for any guidance.
Did you clear dalvik and cache after installing?
Click to expand...
Click to collapse
Thanks for the suggestion and the time responding to my query, but no luck.
Just spent some time trying to decode fusion.apk to no avail. I believe the problem is this:
Code:
Got an unhandled image: Size=40:40 File=0x00011639.dat type=14
Type 14, I "think", is the same that Sense 3.5 uses (I'm on Sense 3.0) and as far as I've found, there is no way to decode them yet.
As for the keyboard, are you signing it after you make your edits? If so, you shouldn't.
Jirv311 said:
Just spent some time trying to decode fusion.apk to no avail. I believe the problem is this:
Code:
Got an unhandled image: Size=40:40 File=0x00011639.dat type=14
Type 14, I "think", is the same that Sense 3.5 uses (I'm on Sense 3.0) and as far as I've found, there is no way to decode them yet.
As for the keyboard, are you signing it after you make your edits? If so, you shouldn't.
Click to expand...
Click to collapse
Thanks foir the reply, no i'm not signing the HTC_IME.apk, i decompliled it with dependencies so i added com.htcresource.apk.
.maybe i should try option 9 just decompile it
I have been searching and searching and it appears we are unable to edit sense 3.5 and m10 files yet.
If I find anything new I'll post it here.
hackit said:
Thanks foir the reply, no i'm not signing the HTC_IME.apk, i decompliled it with dependencies so i added com.htcresource.apk.
.maybe i should try option 9 just decompile it
I have been searching and searching and it appears we are unable to edit sense 3.5 and m10 files yet.
If I find anything new I'll post it here.
Click to expand...
Click to collapse
Yup, that's what I've found too, unfortunately.
Can we still mod com.htc.resources.apk?
I have a modded one but am lery of installing as i'm afraid it will mess something up, plus maybe there's not much to be changed with just the com.htc.resources.apk.
any ideas?
hackit said:
Can we still mod com.htc.resources.apk?
I have a modded one but am lery of installing as i'm afraid it will mess something up, plus maybe there's not much to be changed with just the com.htc.resources.apk.
any ideas?
Click to expand...
Click to collapse
FYI, i just adb the com.htc.resources.apk to my raider and no issue's, so as soon as i figure out how to zip my theme for easy install i will post it...
Please if you know of a good guide for zipping a theme for the raider let me know. I'm thinking because of the internal sd card it needs to be different. otherwise i would just use a theme zip from another device and add my apk's.
hackit said:
FYI, i just adb the com.htc.resources.apk to my raider and no issue's, so as soon as i figure out how to zip my theme for easy install i will post it...
Please if you know of a good guide for zipping a theme for the raider let me know. I'm thinking because of the internal sd card it needs to be different. otherwise i would just use a theme zip from another device and add my apk's.
Click to expand...
Click to collapse
thats all you need to do. you need to make sure the updater-script mounts the system properly.
just use my CWM_ROOT script, VER2, as it has the proper binary included as well.
Pirateghost said:
thats all you need to do. you need to make sure the updater-script mounts the system properly.
just use my CWM_ROOT script, VER2, as it has the proper binary included as well.
Click to expand...
Click to collapse
Thanks Pirateghost, can you post a link to your CWM_ROOT script, VER2?
I just want to make sure i use the right one.
Thanks
hackit said:
Thanks Pirateghost, can you post a link to your CWM_ROOT script, VER2?
I just want to make sure i use the right one.
Thanks
Click to expand...
Click to collapse
http://forum.xda-developers.com/attachment.php?attachmentid=837000&d=1325354373
Hi
I had played with Virtuous Ten Studio and i was trying to learn from scrats.
in the insanly cool sense there is an bad translation to danish in systemUI, in english the automatic brightness translated to automatisk lydstyrker, also automatic sound, in decompiled systemUI with VTS and edited the xml file for danish and then compiled the apk file again and pushed it to the device and checked for permission and edited them as they shoud in the file and rebooted.
i also tryed recompiled the apk and copyed it over on sd card, set permission and copy into system/app folder again and then reboots with same result
results was:
NO STATUSBAR i tryied everything but the only way i could fix it was using the orignial apk file again ?
what did i do wrong?
anders3408 said:
Hi
I had played with Virtuous Ten Studio and i was trying to learn from scrats.
in the insanly cool sense there is an bad translation to danish in systemUI, in english the automatic brightness translated to automatisk lydstyrker, also automatic sound, in decompiled systemUI with VTS and edited the xml file for danish and then compiled the apk file again and pushed it to the device and checked for permission and edited them as they shoud in the file and rebooted.
i also tryed recompiled the apk and copyed it over on sd card, set permission and copy into system/app folder again and then reboots with same result
results was:
NO STATUSBAR i tryied everything but the only way i could fix it was using the orignial apk file again ?
what did i do wrong?
Click to expand...
Click to collapse
Your ROM is deodexed?
and then i cant edit systemUI? :s
claudenegm said:
Your ROM is deodexed?
Click to expand...
Click to collapse
i got the same issue with a deodexed file... tried Vten, apktool but same issue..
but it must be pousible on some how, because the systemUI.apk file in the insanly cool sense 3.6 is not standart, it is modded. but how do we do it ? what are we doing wrong?
anders3408 said:
but it must be pousible on some how, because the systemUI.apk file in the insanly cool sense 3.6 is not standart, it is modded. but how do we do it ? what are we doing wrong?
Click to expand...
Click to collapse
not sure.. didn't find any guide on theming / modding Sense esp 3.6.. u have anything on it?
as i understands it, VTI can maby do it, it supports sense 3 and up, i have maby some link at my home laptop but not here at work
http://forum.xda-developers.com/showthread.php?t=1473293
http://forum.xda-developers.com/showthread.php?t=1645650
there is a start maby
Edit:
after reading the link about modding battery icon it makes sense :
Sense 4.0/3.6 (ICS)
1. Pull /system/app/SystemUI.apk from your phone
2. Rename SystemUI.apk to SystemUI.apk.zip
3. Using WinRAR copy attached "res" folder (in zip) directly into the root of SystemUI.apk.zip
4. Leave the settings and just hit OK.
5. Rename back to SystemUI.apk and push to device
*This method may work for Sense 3.6 ROMs as well. If not, see below.
i had read a place that the systemUI.apk is signed, and only works if it is signed, but when you decompile it and compile it again the sign disapper. therefore as i understands it you may not decompile the original systemUI.apk file, you just push the files that you edited in the file, as it say i point 3. i had not tried it out yet but i do to night and i may think it will work
anders3408 said:
as i understands it, VTI can maby do it, it supports sense 3 and up, i have maby some link at my home laptop but not here at work
http://forum.xda-developers.com/showthread.php?t=1473293
http://forum.xda-developers.com/showthread.php?t=1645650
there is a start maby
Edit:
after reading the link about modding battery icon it makes sense :
Sense 4.0/3.6 (ICS)
1. Pull /system/app/SystemUI.apk from your phone
2. Rename SystemUI.apk to SystemUI.apk.zip
3. Using WinRAR copy attached "res" folder (in zip) directly into the root of SystemUI.apk.zip
4. Leave the settings and just hit OK.
5. Rename back to SystemUI.apk and push to device
*This method may work for Sense 3.6 ROMs as well. If not, see below.
i had read a place that the systemUI.apk is signed, and only works if it is signed, but when you decompile it and compile it again the sign disapper. therefore as i understands it you may not decompile the original systemUI.apk file, you just push the files that you edited in the file, as it say i point 3. i had not tried it out yet but i do to night and i may think it will work
Click to expand...
Click to collapse
I always use the last method that you describe here when modding frameworks and SystemUI's, and had no problem so far with any ROM i modded/themed, not too many to be honest, i modified Sense v3.6's Battery only, but that change was in framework-res.apk not in the SystemUi.apk.
Don't know if this can help you in any way, but i believe feedback is always welcomed
Thanks for sharing guys, but i think i reached a point where i m successful in some thing atleast.. i'll play more & will update u how n what i did
fshami said:
Thanks for sharing guys, but i think i reached a point where i m successful in some thing atleast.. i'll play more & will update u how n what i did
Click to expand...
Click to collapse
Share the goodies with us
Lexmazter said:
Share the goodies with us
Click to expand...
Click to collapse
Sure, will give the exact details in a while
Sent from my HTC Sensation XL with Beats Audio X315e using xda premium
Finally i managed to change font colors .. still digging things
Sent from my HTC Sensation XL with Beats Audio X315e using xda premium
keep up the good works
What do themers use to decompile/recompile sense 5? I've used apktool, autoapktool and none of them seem to successfully decompile and/or recompile systemui.apk, etc
F4M0U569 said:
What do themers use to decompile/recompile sense 5? I've used apktool, autoapktool and none of them seem to successfully decompile and/or recompile systemui.apk, etc
Click to expand...
Click to collapse
I'd like to know this as well, I tried Virtous 10 Studio and it also gives errors and won't decompile properly...
I used this one and check out this post I only had problems with com.htc.resources
http://www.mediafire.com/download.php?3y34cge7kcpr76e
http://forum.xda-developers.com/showthread.php?t=2229230
HTC is still using m10 to encrypt their graphics? as far as I see in the One apks like prism, graphics are open, like normal png in an apk file! anyone knows if some graphics are encrypted or not?
Tabtoub said:
HTC is still using m10 to encrypt their graphics? as far as I see in the One apks like prism, graphics are open, like normal png in an apk file! anyone knows if some graphics are encrypted or not?
Click to expand...
Click to collapse
You can easily change pngs will no problem. The reason for apktool is to decode an apk file back to its original form and then rebuilds it after modifcations have been made to smali code or xmls.
benny3 said:
I used this one and check out this post I only had problems with com.htc.resources
http://www.mediafire.com/download.php?3y34cge7kcpr76e
http://forum.xda-developers.com/showthread.php?t=2229230
Click to expand...
Click to collapse
VERY COOL, this should really help! THANKS!
Tabtoub said:
HTC is still using m10 to encrypt their graphics? as far as I see in the One apks like prism, graphics are open, like normal png in an apk file! anyone knows if some graphics are encrypted or not?
Click to expand...
Click to collapse
I use VTS for M10 it works real well