[D855] LGSystemUI.apk decompiled - G3 Themes and Apps

Here are the files from LGSystemUI.apk decomplied from the D85510A_00.kdz.
https://www.dropbox.com/sh/jz56s8i763wkjh8/AADf3PkCFGTHoDSZsy3gsvzHa
If you check the xxhdpi folder this version is much cleaner than the others I have seen so far. No G2 icons.
Now, I will start to work on my HTC Notification Panel mod. My phone is expected to arrive on the 8th July. :laugh:
Press thanks if it helped you, thanks.
K.

Kickoff said:
Here are the files from LGSystemUI.apk decomplied from the D85510A_00.kdz.
https://www.dropbox.com/sh/jz56s8i763wkjh8/AADf3PkCFGTHoDSZsy3gsvzHa
If you check the xxhdpi folder this version is much cleaner than the others I have seen so far. No G2 icons.
Now, I will start to work on my HTC Notification Panel mod. My phone is expected to arrive on the 8th July. :laugh:
Press thanks if it helped you, thanks.
K.
Click to expand...
Click to collapse
Hi what did you use to decompile?
Im getting errors with apk multitool im using APK-Multi-Tool-WIP-2.0

megtanael said:
Hi what did you use to decompile?
Im getting errors with apk multitool im using APK-Multi-Tool-WIP-2.0
Click to expand...
Click to collapse
Tickle My Android
Works very well.

Kickoff said:
Tickle My Android
Works very well.
Click to expand...
Click to collapse
Awesome! Thanks!!

d855 group messaging
Do you notice the stock messaging app on the d855 has no group messaging? Has anyone figured out a way to fix this? And yes, I checked my MMS settings, there was no box to tick off for group messages. Thanks in advance!

@Kickoff
you have a pm from me

Related

[MOD]270/360 Rotation mod 2.1 (Now fixed and 100% working)

Full up to 360 rotation on 2.1 roms!!
Simply apply MCR3.1 360 Rotation Mod.zip like any other update.zip
This mod was made for MoDaCo Custom ROM r3.1 and it changes framework so it will most likely only work on this rom but it can easily be made for any rom.
Enjoy!!
Ok now its fully working, finally fixed the settings.apk!!
Thanks goes out to optedoblivion for the original 360 rotation mod, FloHimself for helping me out and keeping my head held high ;-) and mikkle for editing the new settings.apk and getting it working for us :-D
thanks for the sharing Dude
Can you explain what you did and how?
So if we have some modded framework we can modify it ad libitum!
Nice thanx
Nice work! Hope you can resolve that bug...
BlackLine7 said:
Can you explain what you did and how?
So if we have some modded framework we can modify it ad libitum!
Click to expand...
Click to collapse
I used smali to decompile framework.jar and replaced
classout/android/view/WindowOrientationListener.smali
classout/android/view/WindowOrientationListener$SensorEventListenerImpl.smali
classout/android/provider/Settings.smali
all "classout/android/provider/Settings$" files
With the ones from cyanogenmods desire rom
also the setting apk from cyanogens mod and that is why currently settings is bugged but im working on it now for a stable release!
FloHimself said:
Nice work! Hope you can resolve that bug...
Click to expand...
Click to collapse
Should hopefully be a matter of half hour work, I hope lol
liamstears said:
I used smali to decompile framework.jar and replaced
classout/android/view/WindowOrientationListener.smali
classout/android/view/WindowOrientationListener$SensorEventListenerImpl.smali
classout/android/provider/Settings.smali
all "classout/android/provider/Settings$" files
With the ones from cyanogenmods desire rom
also the setting apk from cyanogens mod and that is why currently settings is bugged but im working on it now for a stable release!
Click to expand...
Click to collapse
Ok nice!
Thanks for the info
Can anyone with the know how of editing apk's or smali or building from source please please please contact me via pm
http://forum.xda-developers.com/showthread.php?p=6959455#post6959455
Isn't working.installed it on mcr 3.1. Now i can't go in to settings .
starchildx said:
Isn't working.installed it on mcr 3.1. Now i can't go in to settings .
Click to expand...
Click to collapse
weird, defo is working!
And I have found a way around probs with wifi not working but its annoying and long winded, really need a proper fix
First post updated, settings now fully working!!
liamstears said:
First post updated, settings now fully working!!
Click to expand...
Click to collapse
mhh not a sooo nice fix so you want to extract only the needed changes for rotation from settings.smali from CM with the htc settings.smali? Is that right?
FloHimself said:
mhh not a sooo nice fix so you want to extract only the needed changes for rotation from settings.smali from CM with the htc settings.smali? Is that right?
Click to expand...
Click to collapse
Exactly!
But im not exactly good at this, still learning, i come from modding I8910 S60V5!! lol
FloHimself said:
mhh not a sooo nice fix so you want to extract only the needed changes for rotation from settings.smali from CM with the htc settings.smali? Is that right?
Click to expand...
Click to collapse
Can you help? Also I sent you a pm
liamstears said:
Exactly!
But im not exactly good at this, still learning, i come from modding I8910 S60V5!! lol
Click to expand...
Click to collapse
Ok. It may be time consuming with porting low level smali parts from one to another dissably file (maybe with all htc modded stuff in it).
If I'm right the "WindowOrientationListener" just works? So you could just write your own simple application for these rotation settings...
Seen your PM. I'm not at my box right now. I'll add you to msn when I'm back! Maybe we'll find a solution.
FloHimself said:
Ok. It may be time consuming with porting low level smali parts from one to another dissably file (maybe with all htc modded stuff in it).
If I'm right the "WindowOrientationListener" just works? So you could just write your own simple application for these rotation settings...
Seen your PM. I'm not at my box right now. I'll add you to msn when I'm back! Maybe we'll find a solution.
Click to expand...
Click to collapse
I dont think I quite have the knowlege to create my own app to do it but sounds like a solution maybe someone could come up with?
Would be nicer to have the settings in settings though
It worked when I flashed the first file, but stopped working after I applied the fix. My phone is now back to how it was
/Edit: I lie! It works fine
@liamstears
could you please post your disassembled stuff as zip?

Do not enter.

Mod is down: The new thread: HERE
Moderators, feel free to delete this post.
Good Start Man, Hope someone will advise very soon.
Thanks for your effort.:good:
Only de- and recompiling will not really lead to anything.
You have to solve each error here step by step. And as you can see there are many entries missing when recompiling against a framework from a different device and/or Android version.
This means that resolving the missing entries (like simply deleting them in each file) won't help because even if the recompile succeeds it will never run because of errors in the dependencies of the apk etc..
you should specify where you've changed
Tried almost everything but i cant get it working. Also tried VRTheme ZIP but it doesnt work too, it doesn't recognize the 9.png files and show the UI stretched... This is not my work, its for Not-i, Majdinj, Zai89 and other amazing themers for this amazing device (sorry if i forgot other users). I've seen it in S2 forums (Themes and Themed roms too) with the TW2013 UI for 4.1.2 so i dont think it will be very hard to an experienced themer. Thanks for the support. Good Luck to everyone!
You are compiling a a 4.2.2-based apk file with 4.1.2 installed framework, if you see in another thread they must have same version or it is themed apk file.
Can just use X-plore open apk as zip file n copy all the themes but not xml to another apk open as zip file.
not much changes wif just a framework.res.apk n options is alittle too small to fit it..
so no point to make a mod just framework.res.apk
@galaxynote2
The pictures in the attachment aren't useful!
If you want to change the png's, then take them from the original apk out!
Don't decompile it!
So, never use 9.png's from decompiled apk!
Try it again with the 9.png's from the original apk. Just copy them from the apk to your new one. Don't decompile it.
If you try to add some 9.png (from decompiled source), then they looks ugly with the vrtheme system...
(and can't build it with apktool too...)
@tkari4 thank you for the answer! I will try again now..
galaxynote2 said:
@tkari4 thank you for the answer! I will try again now..
Click to expand...
Click to collapse
@galaxynote2
Not working, sorry never made something like that.
The solution for your problem:
Install the 4.2 framework-res.apk (command in the CMD window: apktool if c:/framework-res.apk)
Now decompile your 4.2 framework-res.apk
From the decompiled folders you can add the 9.png's to your 4.1 farmework-res.apk
Install the 4.1 framework-res.apk again
Build your apk and so must work...
tkari4 said:
@galaxynote2
Not working, sorry never made something like that.
The solution for your problem:
Install the 4.2 framework-res.apk (command in the CMD window: apktool if c:/framework-res.apk)
Now decompile your 4.2 framework-res.apk
From the decompiled folders you can add the 9.png's to your 4.1 farmework-res.apk
Install the 4.1 framework-res.apk again
Build your apk and so must work...
Click to expand...
Click to collapse
@tkari4 some progress (attached files). That is my result putting the non-decompiled images in a vr-theme:
Popups are still bugged, 9.png resizing doesnt worked.
Action bars themes (Holo Light and Holo Dark) are now working!
Almost all buttons, checks and ticks are now converted and working.
What to do:
Fix the bugged popups
Convert Text fields (wich are 9.png too so its the same as the popups problems...)
__________________________________________________________________________________________
Can you provide me an S4 framework? Im using the Touchwiz 2013 theme for 4.2.2 Galaxy S3 flasheable zip for converting. I cant find the S4 framework-res to download.
galaxynote2 said:
@tkari4
Can you provide me an S4 framework? Im using the Touchwiz 2013 theme for 4.2.2 Galaxy S3 flasheable zip for converting. I cant find the S4 framework-res to download.
Click to expand...
Click to collapse
Yeah, must have the original apk and decompile it with the 4.2 framework.
You can find it here: http://forum.xda-developers.com/showthread.php?t=2272392
tkari4 said:
Yeah, must have the original apk and decompile it with the 4.2 framework.
You can find it here: http://forum.xda-developers.com/showthread.php?t=2272392
Click to expand...
Click to collapse
@tkari4 Ok, downloaded... (Slow connection).
So, first i need to install the recently downloaded framework in apktool and then decompile my 4.1.2 Note Framework?
Nevermind! Recompiled without problems! I've modified some pngs to se if it works and worked, so now im porting the fully theme. Thank you!
galaxynote2 said:
After all S4 mods for our Note, this is the last touch to have the new Touchwiz Interface in this amazing device.
Click to expand...
Click to collapse
You are gonna be rocked,,
Waiting for download link, As I understand without TW interface out grear Note is useless.
Thanks for your effort and share.:good:
mjrifath said:
You are gonna be rocked,,
Waiting for download link, As I stand without TW interface out grear Note is useless.
Thanks for your effort and share.:good:
Click to expand...
Click to collapse
Could you don't quote the whole thread next time please? Just click the reply button thats all
Juhan Jufri said:
Could you don't quote the whole thread next time please? Just click the reply button thats all
Click to expand...
Click to collapse
Thanks for the info mate. Post edited:laugh:
When you realese this mod?
____________
YES WE SCAN!!!
This thread has to be closed since no updates from OP or there is no any valid MOD
mjrifath said:
This thread has to be closed since no updates from OP or there is no any valid MOD
Click to expand...
Click to collapse
for people who can't wait , you can try flashing this one
http://forum.xda-developers.com/showthread.php?t=2297906
el5arsawi said:
for people who can't wait , you can try flashing this one
http://forum.xda-developers.com/showthread.php?t=2297906
Click to expand...
Click to collapse
Thats for 4.2.2
Please op just provide the s4 style launcher
Sent from my GT-I9100 using xda app-developers app

[GUIDE][MOD] How to enable CRT-off animation on MTK devices(BUG-FREE)

Hello!
I love CRT OFF animation but it so happened that there was a bug in it.. the phone started to soft reboot after a while so i was looking up on XDA and came across a guide and I have tested it so far there are no bugs in it..:victory::victory:
I have uploaded CRT off animation for the stock v2 of mmx a89 so People who want CRT off effect on stock v2 can do so by downloading CRT_OFF_FOR_A89.zip from the attachments and directly flashing it via recovery:cyclops:
for people who do not want it on stock rom can do so by following the GUIDE BELOW:
Instructions:
*Assuming that you know how to decompile apks*
1)pull framework-res.apk from your phone which can be found in /system/framework
2)decompile it
3)navigate to res/values
4)open bools.xml
5)look for
<bool name="config_animateScreenLights">true</bool>
6)change true to false
7)recompile and push or flash
8)download crt-off.zip from the attachments
9)flash it
10)enjoy!!
Click to expand...
Click to collapse
No Harm in pressing thanks if i have helped you
GOOD TUT BRO :good:
BUT HARD TO READ THE INTRO. PLEASE MAKE IT SHORT AND CLEAR SO EVERYONE CAN ENJOY READING
noobpremium said:
GOOD TUT BRO :good:
BUT HARD TO READ THE INTRO. PLEASE MAKE IT SHORT AND CLEAR SO EVERYONE CAN ENJOY READING
Click to expand...
Click to collapse
yea sure dude where did u feel uncomfortable?
shashanksetty said:
yea sure dude where did u feel uncomfortable?
Click to expand...
Click to collapse
The introduction of post bro,.. make some sentences seperate that will make it look clean.
noobpremium said:
The introduction of post bro,.. make some sentences seperate that will make it look clean.
Click to expand...
Click to collapse
how about now?
shashanksetty said:
how about now?
Click to expand...
Click to collapse
:good: looking clean and good. keep it up
I use this effect with gravity box.
And question; where can i find custom rom for mtk phones? (Mtk 6572 s4)
leyneli said:
I use this effect with gravity box.
And question; where can i find custom rom for mtk phones? (Mtk 6572 s4)
Click to expand...
Click to collapse
Here You Go:
NeedRom - MTK6572
Follow this Guide To port:
XDA Developers - MTK65xx Porting Tutorial
İ didnt find there
GT-1317 cihazımdan Tapatalk kullanılarak gönderildi
thanks broo
shevchovski said:
thanks broo
Click to expand...
Click to collapse
there is a button for it
Okeeyy
im lost at step 3. i cant find res/values. can someone help me ?
hurvee12 said:
im lost at step 3. i cant find res/values. can someone help me ?
Click to expand...
Click to collapse
Hello mate!
Every framework should contain a res folder and a values folder! If you can't find it, check if you have decompiled the framework correctly, try using the search option.
If you're still having trouble, try using xposed tweakbox (xposed module) for the CRT off effect.
thanks for the quick reply. hmm xposed tweakbox ? does that have crt animation ? unfortunately im having problems understanding recompiling/decompiling apps
i tried to do it now but i just got stucked to bootloop. lol. lucky i haved backup.
i have gravity box right now. but it does not support crt animation off. any modules have crt animation off sir for easy not doing this recompiling thing
sorry for bad english
hurvee12 said:
thanks for the quick reply. hmm xposed tweakbox ? does that have crt animation ? unfortunately im having problems understanding recompiling/decompiling apps
i tried to do it now but i just got stucked to bootloop. lol. lucky i haved backup.
i have gravity box right now. but it does not support crt animation off. any modules have crt animation off sir for easy not doing this recompiling thing
sorry for bad english
Click to expand...
Click to collapse
Which phone do you use? If it doesn't have a mtk(mediaTek) chipset you don't have to include the lib file, just the books.xml would be sufficient, and do tryout xposed tweakbox.
shashanksetty said:
Which phone do you use? If it doesn't have a mtk(mediaTek) chipset you don't have to include the lib file, just the books.xml would be sufficient, and do tryout xposed tweakbox.
Click to expand...
Click to collapse
i have a micromax a110. hmm i give up on this recompiling. installed lockscreen tweaks. it works. but when i locked my screen it reboots. help ?
hurvee12 said:
i have a micromax a110. hmm i give up on this recompiling. installed lockscreen tweaks. it works. but when i locked my screen it reboots. help ?
Click to expand...
Click to collapse
You can't be sure what is causing that unless you look at a log!
It's most probably because it isn't compatable for the android version you are running or it might me for a different rom, and I have modded the stock framework for a friend he had a canvas 2 too, there were no problems at all! I think you haven't decompiled the framework-res.apk
Try using tickle my android for decompiling and recompiling its very easy to use!
shashanksetty said:
You can't be sure what is causing that unless you look at a log!
It's most probably because it isn't compatable for the android version you are running or it might me for a different rom, and I have modded the stock framework for a friend he had a canvas 2 too, there were no problems at all! I think you haven't decompiled the framework-res.apk
Try using tickle my android for decompiling and recompiling its very easy to use!
Click to expand...
Click to collapse
tweakbox is not working for me
well to be frankly i think i have done recompile/decompiling. i watched a youtube video on how to do it.
but im lost at push or flash step. i have the new framework.res apk. how to do it sir. tweakbox is not working for me
does flash means i have to zip the framwork.res apk ? then flash it ?
hurvee12 said:
tweakbox is not working for me
well to be frankly i think i have done recompile/decompiling. i watched a youtube video on how to do it.
but im lost at push or flash step. i have the new framework.res apk. how to do it sir. tweakbox is not working for me
Click to expand...
Click to collapse
You need an empty zip file to flash. download the CRT_OFF_FOR_A89.zip that I have attached to this post and replace the existing framework-res.apk with your framework-res.apk using 7-zip or winrar just delete the existing one and drag and drop your framework to the same directory
Put the zip in your sdcard and go to recovery select install zip from SD card and then select the zip. Then reboot

[Q] I need the help to make SystemUI transparent 100% at lock screen and home screen

Hi guys. I have a problem with transparent the SystemUI.apk 4.1.2 JB rom. I have tried any guide but it not work. I replaced other SystemUI.apk file was work perfect, but i dont want to use that file. plz help me make this one transparent 100%, i edited drawables.xml,tw_status_bar.xml, PhoneStatusBar.smali, TabletStatusBar.smali but it still not work. plz help me. Thank guys so much.
This is the Framework and SystemUI files : http://www.4shared.com/rar/bgE6zY7Gba/framework-SystemUI.html
I forgot, i'm using N7000. thanks again!
bbanana said:
Hi guys. I have a problem with transparent the SystemUI.apk 4.1.2 JB rom. I have tried any guide but it not work. I replaced other SystemUI.apk file was work perfect, but i dont want to use that file. plz help me make this one transparent 100%, i edited drawables.xml,tw_status_bar.xml, PhoneStatusBar.smali, TabletStatusBar.smali but it still not work. plz help me. Thank guys so much.
This is the Framework and SystemUI files : http://www.4shared.com/rar/bgE6zY7Gba/framework-SystemUI.html
I forgot, i'm using N7000. thanks again!
Click to expand...
Click to collapse
Have you installed xposed framework? Get it from here --> xposed 2.41
Once installed you can download the module "tinted statusbar" within the xposed installer.
LS.xD said:
Have you installed xposed framework? Get it from here --> xposed 2.41
Once installed you can download the module "tinted statusbar" within the xposed installer.
Click to expand...
Click to collapse
Thanks, but i dont want to use the app running which not be system apps.
Any good reason for your decision???
Sent from my loved HTC One S using buggy Tapatalk 0.o
LS.xD said:
Any good reason for your decision???
Sent from my loved HTC One S using buggy Tapatalk 0.o
Click to expand...
Click to collapse
yeah, because this one i cant make it transparent with any guide. i cant sleep if cant do something
bbanana said:
yeah, because this one i cant make it transparent with any guide. i cant sleep if cant do something
Click to expand...
Click to collapse
Using xposed will provide the trnsparent system ui + all chages are reversible easily, because none of you apps will be changed. Just try it
bbanana said:
Hi guys. I have a problem with transparent the SystemUI.apk 4.1.2 JB rom. I have tried any guide but it not work. I replaced other SystemUI.apk file was work perfect, but i dont want to use that file. plz help me make this one transparent 100%, i edited drawables.xml,tw_status_bar.xml, PhoneStatusBar.smali, TabletStatusBar.smali but it still not work. plz help me. Thank guys so much.
This is the Framework and SystemUI files : http://www.4shared.com/rar/bgE6zY7Gba/framework-SystemUI.html
I forgot, i'm using N7000. thanks again!
Click to expand...
Click to collapse
Decomplie framework-res.apk then open framwork-res_src>values> edit colors.xml and style.xml using notepad++

Themed KK apks

I've taken the time to theme some KK apks (contacts.apk, teleservices, systemui, settings, framework, dialer). I only have a few pngs that I haven't themed but it's pretty complete. If anyone is interested, I will provide the pngs. This only for xhdpi (320) and AOSP roms.
interested
dandydon414 said:
I've taken the time to theme some KK apks (contacts.apk, teleservices, systemui, settings, framework, dialer). I only have a few pngs that I haven't themed but it's pretty complete. If anyone is interested, I will provide the pngs. This only for xhdpi (320) and AOSP roms.
Click to expand...
Click to collapse
Look great but i am not a developer. I am interested to see the .apk and install them on my s3.
Zenia said:
Look great but i am not a developer. I am interested to see the .apk and install them on my s3.
Click to expand...
Click to collapse
what rom are you running?
dandydon414 said:
what rom are you running?
Click to expand...
Click to collapse
beanstalk-4.4.275-20140325-d2lte.
its 4.4.2 with baseband version i535vrlf2
thank you for quick respond
Zenia said:
beanstalk-4.4.275-20140325-d2lte.
its 4.4.2 with baseband version i535vrlf2
thank you for quick respond[/QUOTE
which phone uses that basedband? verizon, att, tmobile?
Click to expand...
Click to collapse
Yardie_Style said:
interested
Click to expand...
Click to collapse
here you go
contacts: https://drive.google.com/file/d/0Bx1c6k1NlKGkZ2xuWHo0czVYM28/edit?usp=sharing
dialer: https://drive.google.com/file/d/0Bx1c6k1NlKGkTUhTc1VKSW90M0U/edit?usp=sharing
framework: https://drive.google.com/file/d/0Bx1c6k1NlKGkZ2VSRC1PaXNRdW8/edit?usp=sharing
settings: https://drive.google.com/file/d/0Bx1c6k1NlKGkNUl3TUpnS04xTWM/edit?usp=sharing
systemui: https://drive.google.com/file/d/0Bx1c6k1NlKGkZ2szUl84eTFuZjQ/edit?usp=sharing
teleservices: https://drive.google.com/file/d/0Bx1c6k1NlKGkYS14X2tIU3BDNTg/edit?usp=sharing
all these pngs need to be copied to the drawable-xhdpi of each apk. for systemui you can't modify the apk and just copy it back to the priv-app folder. you'll get FC on systemui. I usually open up the rom zip with 7-zip, extract the apks (system/priv-app folder system/framework for framework.apk), look for the drawable-xhdpi folder then drag the pngs into that folder. after you do this for each apk copy them all, except framework.apk, to the system/priv-app folder. framework.apk goes into the system/framework folder. copy the rom back to your sd card, go into recovery and reflash the rom without doing any wiping. if you have xposed you might have to re-enable it and reboot
I know it sounds like alot of work. I usually modify the rom before I flash it. This process should work with any aosp kk rom. I've flashed several and always theme the apks before I flash it. these not flashable zip files.
DO THIS AT YOUR OWN RISK
ALWAYS NANDROID FIRST
THIS IS ONLY FOR THE S3
NOT RESPONSIBLE IF YOU MESS SOMETHING UP
I've installed plenty of roms and always do this and have not had any problems.
Zenia said:
beanstalk-4.4.275-20140325-d2lte.
its 4.4.2 with baseband version i535vrlf2
thank you for quick respond
Click to expand...
Click to collapse
looks like beanstalk is up to version Build 4.4.285
dandydon414 said:
looks like beanstalk is up to version Build 4.4.285
Click to expand...
Click to collapse
yes but 275 more stable in my opinion and i am on verizon
Zenia said:
yes but 275 more stable in my opinion and i am on verizon
Click to expand...
Click to collapse
have you tried c-rom. by the same developer. I've had zero issues so far
dandydon414 said:
have you tried c-rom. by the same developer. I've had zero issues so far
Click to expand...
Click to collapse
well i am happy with that one no problem at all.dirty unicorn was my favorite one but no updates at all
Zenia said:
well i am happy with that one no problem at all.dirty unicorn was my favorite one but no updates at all
Click to expand...
Click to collapse
yeah dirty was nice. still waiting for a kk version like you

Categories

Resources