All Lockscreen effect on G3
Decompile LGLockScreenSettings.apk
Open res/values/arrays.xml with Notepad++
1. Find
Code:
<string-array name="effect_names">
...............
</string-array>
Replace with
Code:
<string-array name="effect_names">
<item>@string/lockscreen_effect_basic</item>
<item>@string/lockscreen_effect_spreadingink</item>
<item>@string/lockscreen_effect_hula_hoops</item>
<item>@string/lockscreen_effect_particle</item>
<item>@string/lockscreen_effect_dewdrop</item>
<item>@string/lockscreen_effect_crystal</item>
<item>@string/lockscreen_effect_ripple</item>
<item>@string/lockscreen_effect_white_hole_alias</item>
<item>@string/lockscreen_effect_ocean</item>
<item>@string/lockscreen_effect_vector_circle</item>
<item>@string/lockscreen_effect_mosaic</item>
<item>@string/lockscreen_effect_light_particle</item>
<item>@string/lockscreen_effect_soda</item>
</string-array>
2. find next
Code:
<string-array name="effect_values">
....
</string-array>
Replace with
Code:
<string-array name="effect_values">
<item>@string/effect_index_swipe_basic</item>
<item>@string/effect_index_swipe_spreadingink</item>
<item>@string/effect_index_swipe_hula_hoops</item>
<item>@string/effect_index_swipe_particle</item>
<item>@string/effect_index_swipe_dewdrop</item>
<item>@string/effect_index_swipe_crystal</item>
<item>@string/effect_index_swipe_ripple</item>
<item>@string/effect_index_swipe_white_hole</item>
<item>@string/effect_index_swipe_ocean</item>
<item>@string/effect_index_swipe_vector_circle</item>
<item>@string/effect_index_swipe_mosaic</item>
<item>@string/effect_index_swipe_light_particle</item>
<item>@string/effect_index_swipe_soda</item>
</string-array>
3. Find
Code:
<string-array name="secondary_effect_names">
..............
</string-array>
Replace with
Code:
<string-array name="secondary_effect_names">
<item>@string/lockscreen_effect_basic</item>
<item>@string/lockscreen_effect_spreadingink</item>
<item>@string/lockscreen_effect_hula_hoops</item>
<item>@string/lockscreen_effect_particle</item>
<item>@string/lockscreen_effect_dewdrop</item>
<item>@string/lockscreen_effect_crystal</item>
<item>@string/lockscreen_effect_ripple</item>
<item>@string/lockscreen_effect_white_hole_alias</item>
<item>@string/lockscreen_effect_ocean</item>
<item>@string/lockscreen_effect_vector_circle</item>
<item>@string/lockscreen_effect_mosaic</item>
<item>@string/lockscreen_effect_light_particle</item>
<item>@string/lockscreen_effect_soda</item>
</string-array>
4. Find
Code:
<string-array name="secondary_effect_values">
......
</string-array>
Replace with
Code:
<string-array name="secondary_effect_values">
<item>@string/effect_index_swipe_basic</item>
<item>@string/effect_index_swipe_spreadingink</item>
<item>@string/effect_index_swipe_hula_hoops</item>
<item>@string/effect_index_swipe_particle</item>
<item>@string/effect_index_swipe_dewdrop</item>
<item>@string/effect_index_swipe_crystal</item>
<item>@string/effect_index_swipe_ripple</item>
<item>@string/effect_index_swipe_white_hole</item>
<item>@string/effect_index_swipe_ocean</item>
<item>@string/effect_index_swipe_vector_circle</item>
<item>@string/effect_index_swipe_mosaic</item>
<item>@string/effect_index_swipe_light_particle</item>
<item>@string/effect_index_swipe_soda</item>
</string-array>
Compile LGLockScreenSettings.apk, Replace to system/app/ and give permission 644. Reboot.
My other mods:
[GUIDE] All weather effect on LockScreen - G3
[GUIDE] All LockScreen Effect on G3
If you like my work, click here to buy me a beer.
Source: http://lgviet.com/forum/threads/26145/
Awesome, can someone post the modified apk? Not gonna see my computer for a while
Sent from my LG-D850 using Tapatalk 2
Thank you for sharing~!
Are you sure that it belongs to system/priv-app? I think it is in system/app.
Kickoff said:
Are you sure that it belongs to system/priv-app? I think it is in system/app.
Click to expand...
Click to collapse
Sorry for my mistake
hoangnova said:
Sorry for my mistake
Click to expand...
Click to collapse
made it for sw version .10i for D855
here
thanks @hoangnova for his great work
wolfgart said:
prepared for sw version .10i for D855
here
thanks @hoangnova for his great work
Click to expand...
Click to collapse
Link for 10i not working. Too many redirected links error.
qum said:
Link for 10i not working. Too many redirected links error.
Click to expand...
Click to collapse
Mhh. For me download link is perfect working. Tried now
Google Drive not accessible.
Kickoff said:
Google Drive not accessible.
Click to expand...
Click to collapse
changed my url link...
check
Works, fine. Thx
wolfgart said:
made it for sw version .10i for D855
here
thanks @hoangnova for his great work
Click to expand...
Click to collapse
Works on my d850 thanks!
Sent from my LG-D850 using Tapatalk 2
screwyluie said:
Works on my d850 thanks!
Sent from my LG-D850 using Tapatalk 2
Click to expand...
Click to collapse
Perfect
Does it work with .10g?
Yprh said:
Does it work with .10g?
Click to expand...
Click to collapse
Make backup of original files and try. It should works fine too
wolfgart said:
Make backup of original files and try. It should works fine too
Click to expand...
Click to collapse
Ok I'll give try later and see if its working
wolfgart said:
made it for sw version .10i for D855
here
thanks @hoangnova for his great work
Click to expand...
Click to collapse
I can confirm it worked perfect on the Verizon Version. I used root Explorer and just replaced the apk with yours. Thank you.
wolfgart said:
made it for sw version .10i for D855
here
thanks @hoangnova for his great work
Click to expand...
Click to collapse
it also works with 10f :good:
Regards Baltasar0303
Does not work with the quickcircle and changing background gives fc
I want this i d0nt know how to decompile apks at all
Related
Anyone know any good free XML editing software?
Try this one it is ok
http://www.syntext.com/products/serna-free/
Notepad++ its free, open source
Sent from my SGH-T959V using Tapatalk
iwillkillyou said:
Notepad++ its free, open source
Sent from my SGH-T959V using Tapatalk
Click to expand...
Click to collapse
+1, notepad++ is the easiest
birgertime said:
+1, notepad++ is the easiest
Click to expand...
Click to collapse
I tried it last night, and when i went to look in it, it said nul all day
Master&Slave™ said:
I tried it last night, and when i went to look in it, it said nul all day
Click to expand...
Click to collapse
ahh. that's because the XMLs you are trying to edit are in binary format. to edit XML files in APK files you need to first decompile them.
Go look into apk manager
iwillkillyou said:
Notepad++ its free, open source
Sent from my SGH-T959V using Tapatalk
Click to expand...
Click to collapse
birgertime said:
+1, notepad++ is the easiest
Click to expand...
Click to collapse
^ This is what I use as well.
Whitehawkx said:
^ This is what I use as well.
Click to expand...
Click to collapse
birgertime said:
ahh. that's because the XMLs you are trying to edit are in binary format. to edit XML files in APK files you need to first decompile them.
Go look into apk manager
Click to expand...
Click to collapse
Thanks guys...i really feel like a noob now lol
Anyone has a Phone.apk compatible with Samsung Galaxy Y that is similar to this?
http://www.darkyrom.com/index.php?threads/mod-modded-sliders-of-call-reject-for-10-2-2ee.5737/
p.s. i was looking for this kind of Phone.apk for a very long time... any help would be appreciated.
If you could give me your phone.apk file...I'll help
cat_Thirst said:
Anyone has a Phone.apk compatible with Samsung Galaxy Y that is similar to this?
http://www.darkyrom.com/index.php?threads/mod-modded-sliders-of-call-reject-for-10-2-2ee.5737/
p.s. i was looking for this kind of Phone.apk for a very long time... any help would be appreciated.
Click to expand...
Click to collapse
Hey wait a sec...
Similar phone mod was shared by yash some time back... go through the threads created by him...
The thread name was something like "aosp style phone app" or something..just go through his threads ... I'm sure u will find it
=========HOLO-UBUNTU========theme
Phone.apk
sasuke150 said:
If you could give me your phone.apk file...I'll help
Click to expand...
Click to collapse
Here's my Phone.apk
sanny5 said:
Hey wait a sec...
Similar phone mod was shared by yash some time back... go through the threads created by him...
The thread name was something like "aosp style phone app" or something..just go through his threads ... I'm sure u will find it
=========HOLO-UBUNTU========theme
Click to expand...
Click to collapse
I couldn't find any thread started by yash (Yash98, right?) that has anything that can help me finding the modded Phone.apk.
I might found the wrong one, please help me find the correct profile.
cat_Thirst said:
Here's my Phone.apk
Click to expand...
Click to collapse
Try this...Did it my self
sasuke150 said:
Try this...Did it my self
Click to expand...
Click to collapse
Wow thanks!
could you please upload it to dropbox or anything because i can't download files that are assigned as attachments in xda...
cat_Thirst said:
Wow thanks!
could you please upload it to dropbox or anything because i can't download files that are assigned as attachments in xda...
Click to expand...
Click to collapse
Here https://www.dropbox.com/s/apstqop29lix38w/Phone.apk
sasuke150 said:
Here https://www.dropbox.com/s/apstqop29lix38w/Phone.apk
Click to expand...
Click to collapse
Give ss pleez I want to try it but is 2mb on 2g right now...
So pleez post ss
=========HOLO-UBUNTU========theme
Click to expand...
Click to collapse
Image broken dude...
Tag doesn't work for dropbox images... use ingur or something..
=========HOLO-UBUNTU========theme
sanny5 said:
Image broken dude...
Tag doesn't work for dropbox images... use ingur or something..
=========HOLO-UBUNTU========theme
Click to expand...
Click to collapse
sasuke150 said:
Here https://www.dropbox.com/s/apstqop29lix38w/Phone.apk
Click to expand...
Click to collapse
The background has changed and it looks nice, but what about the sliders? (The answer/reject sliders)? I would like to see sliders like the image i have included in my first question... aosp sliders.
Please help...
cat_Thirst said:
The background has changed and it looks nice, but what about the sliders? (The answer/reject sliders)? I would like to see sliders like the image i have included in my first question... aosp sliders.
Please help...
Click to expand...
Click to collapse
The sliders in galaxy y's older firmware have the aosp sliders..if you could get me the phone.apk from older firmwares ill do it for you
sasuke150 said:
The sliders in galaxy y's older firmware have the aosp sliders..if you could get me the phone.apk from older firmwares ill do it for you
Click to expand...
Click to collapse
You're right, I have a Phone.apk from an old Galaxy Y firmware, which of course doesn't work in my Galaxy Y.
I would be so glad if it worked for me
Here it is
cat_Thirst said:
You're right, I have a Phone.apk from an old Galaxy Y firmware, which of course doesn't work in my Galaxy Y.
I would be so glad if it worked for me
Here it is
Click to expand...
Click to collapse
Ya i will mod it now and give you..but why does it not work in galaxy y..is'nt your rom deodexed??
Here is the phone.apk which looks = to the one you wanted..try using system app installer
sasuke150 said:
Here is the phone.apk which looks = to the one you wanted..try using system app installer
Click to expand...
Click to collapse
Ss pleez :screwy:
=========HOLO-UBUNTU========theme
sasuke150 said:
Ya i will mod it now and give you..but why does it not work in galaxy y..is'nt your rom deodexed??
Click to expand...
Click to collapse
sasuke150 said:
Here is the phone.apk which looks = to the one you wanted..try using system app installer
Click to expand...
Click to collapse
Yeah, my rom is deodexed (running creed rom 3.5 if that matters)
the previous Phone.apk is from a non-rooted galaxy y running an old firmware, i guess that's why it didn't work 4 me.
I will test your modded apk and i hope it works, i will provide feedback ASAP.
Didn't work
sasuke150 said:
Here is the phone.apk which looks = to the one you wanted..try using system app installer
Click to expand...
Click to collapse
The Phone.apk didn't work at all, network coverage went zero
I did everything correctly, I replaced the apk in /system/app and set the permissions to rw-r--r-- (using root explorer) and rebooted my device.
Did I miss something?
__________________________________
here is my phone's details: (if it may help)
Baseband version:
S5360XXLC1
Kernel version: 2.6.35.7
[email protected] 161 #1
Build number:
GINGERBREAD.DDLC3
Android version: 2.3.6
Hey!
I'm using a mod to make the statusbar look like IOS but the creator of the mod have chosen to disable the volume slider. Does anybody have a IOS 7 statusbar mod where the volume slider isn't removed? or can someone help me edit the lgsystemui.apk and re-enable the volume slider?
Hope to hear from someone...thanks!!
Post the systemui.apk here and I'll modify it for you.
NRGZ28 said:
Post the systemui.apk here and I'll modify it for you.
Click to expand...
Click to collapse
Excuse me , for jumping in , but would like to have the same as the OP
Would you be so kind to help us
Here is the info you need
http://forum.xda-developers.com/showpost.php?p=47377341&postcount=1
D802 in my case
Thanks
NRGZ28 said:
Post the systemui.apk here and I'll modify it for you.
Click to expand...
Click to collapse
You are awesome!! :good:
Here's the modded lgsystemui.apk: https://mega.co.nz/#!9YkAQL7Z!Kt2uf1Pl_dSD0-r8m-Hzrg5k1lUNlqA4hANdSIOPKqo
Will this work for d800? Anyone have a way to make it work
Sent from my LG-D800 using xda app-developers app
peter_dk said:
You are awesome!! :good:
Here's the modded lgsystemui.apk: https://mega.co.nz/#!9YkAQL7Z!Kt2uf1Pl_dSD0-r8m-Hzrg5k1lUNlqA4hANdSIOPKqo
Click to expand...
Click to collapse
Here it is....
https://dl.dropboxusercontent.com/u/4365416/LGSystemUI.apk
pvillasuso said:
Excuse me , for jumping in , but would like to have the same as the OP
Would you be so kind to help us
Here is the info you need
http://forum.xda-developers.com/showpost.php?p=47377341&postcount=1
D802 in my case
Thanks
Click to expand...
Click to collapse
I would help but I'm not sure exactly what you want me to do. Supply me with the file and what you want done and I'll do it...
NRGZ28 said:
Here it is....
https://dl.dropboxusercontent.com/u/4365416/LGSystemUI.apk
Click to expand...
Click to collapse
Working perfectly - thank you very much for your help!
No problem man... it was easy..
NRGZ28 said:
Here it is....
https://dl.dropboxusercontent.com/u/4365416/LGSystemUI.apk
Click to expand...
Click to collapse
just copy this file in system/app..???
NRGZ28 said:
Post the systemui.apk here and I'll modify it for you.
Click to expand...
Click to collapse
Could you add for me also pls?
And will i put the apk file into the system/app folder? There is no flash?
http://yadi.sk/d/k7pL5wnLEA8eN
LG-D802 cihazımdan Tapatalk kullanılarak gönderildi
hori79 said:
just copy this file in system/app..???
Click to expand...
Click to collapse
I replaced the apk in "system/app" in this zip (http://forum.xda-developers.com/showthread.php?t=2523551) with the file and flashed through CWM afterwards.
You can download my copy if you want from here: https://mega.co.nz/#!cUUmDSxJ!C_7b4Rb5_ffc61-OX0oeySIIK91kQ5tPxluBQnCZIsw and flash
All credit for this goes to the original modder tangjun269 and NRGZ28
/Peter
NRGZ28 said:
Post the systemui.apk here and I'll modify it for you.
Click to expand...
Click to collapse
Dear @NRGZ28
Please may I request you to make a ios style statusbar mod with following:
Keep Battery Percentage(i like it.)
Keep am pm (like it too)
I will deeply appreciate your assistance and help. Let me know if you require my files, same is given below
I am on stock 4.2.2 rom version 10c on the Indian g2-802 (rooted)
Link to my files:
SystemUI apk https://mega.co.nz/#!ndwE3bjB!38WirkDagDsIl3nZcqcrRHNR8VlX2v1t4vYr7tNGtgI
SystemUI odex https://mega.co.nz/#!qRJGiZBI!yUJnhBo5aI3Utlif7D3v4KPTjwCYE858N2JJbgipm-4
Framework-res apkhttps://mega.co.nz/#!CNYl3TwZ!68tLcZ6LCTLXN4lKtJzTMPNd4xISgYS7mXXHnNN7sXs
NRGZ28 said:
Post the systemui.apk here and I'll modify it for you.
Click to expand...
Click to collapse
Can you make this also for cloudy proII ROM? I miss the IO7 status bar!!
good job
hey guys , can anyone port g3 keyboard for android 5 ?
the previous port is not compatible with android 5
thanks
Pishtaz said:
hey guys , can anyone port g3 keyboard for android 5 ?
the previous port is not compatible with android 5
thanks
Click to expand...
Click to collapse
make sure you do a nandroid first to be safe.....
try this apk here...should be ok with just that file......you will be stuck with the white theme unless you install others
Also might need to add this to your build.prop
#LG
ime_extend_row_keyboard=true
ime_onehand_keyboard=true
ime_split_keyboard=true
ime_theme=true
ime_keyboard_layout=ko=QWERTY
ime_vibration_pattern=0:20
dude6595 said:
make sure you do a nandroid first to be safe.....
try this apk here...should be ok with just that file......you will be stuck with the white theme unless you install others
Also might need to add this to your build.prop
#LG
ime_extend_row_keyboard=true
ime_onehand_keyboard=true
ime_split_keyboard=true
ime_theme=true
ime_keyboard_layout=ko=QWERTY
ime_vibration_pattern=0:20
Click to expand...
Click to collapse
Thanks for this, tried and working with LG G2 D802 with Liquid Smooth 4.0 Lollipop
@dude6595
hey , thank you for help
but i have a problem with keyboard height . maximum height is too short and is not enough
i can't increase anymore from screenshot . any idea ?
Same for me.... Don't know why but the only thing I can think of is our screens and dpi are smaller
dude6595 said:
Same for me.... Don't know why but the only thing I can think of is our screens and dpi are smaller
Click to expand...
Click to collapse
Maybe , but in previous version i didn't had this problem (here)
could we fix it ?
dude6595 said:
make sure you do a nandroid first to be safe.....
try this apk here...should be ok with just that file......you will be stuck with the white theme unless you install others
Also might need to add this to your build.prop
#LG
ime_extend_row_keyboard=true
ime_onehand_keyboard=true
ime_split_keyboard=true
ime_theme=true
ime_keyboard_layout=ko=QWERTY
ime_vibration_pattern=0:20
Click to expand...
Click to collapse
Sent from my SM-N900W8 using XDA Free mobile app
Hey I tried this but it didn't work. When I select the lg keyboard, it keeps crashing on me. I'm on temasek cm 12 version 6.5 on a note 3
app lga.
are there apk lg can I install?
thanks
dude6595 said:
make sure you do a nandroid first to be safe.....
try this apk here...should be ok with just that file......you will be stuck with the white theme unless you install others
Also might need to add this to your build.prop
#LG
ime_extend_row_keyboard=true
ime_onehand_keyboard=true
ime_split_keyboard=true
ime_theme=true
ime_keyboard_layout=ko=QWERTY
ime_vibration_pattern=0:20
Click to expand...
Click to collapse
I can't download the file. It always gets stuck when I click on the link. Any help?
Darkslyxz said:
I can't download the file. It always gets stuck when I click on the link. Any help?
Click to expand...
Click to collapse
Not working on LG G3 CM12.1 Unofficial. Installs fine but shows a blank overlay where the keyboard should be.
Works great on xTrasmooth based on stock Rom :good:
JimFoon said:
Not working on LG G3 CM12.1 Unofficial. Installs fine but shows a blank overlay where the keyboard should be.
Click to expand...
Click to collapse
I'm having the same results. I'd try to rip it myself but as it stands there is no root method for Stock G3 5.x with ZV8 modem. I'm also running CM 12.1 UNOFFICIAL with the ZV8 Modem. Maybe someone can extract from the .tot files?
dude6595 said:
make sure you do a nandroid first to be safe.....
try this apk here...should be ok with just that file......you will be stuck with the white theme unless you install others
Also might need to add this to your build.prop
#LG
ime_extend_row_keyboard=true
ime_onehand_keyboard=true
ime_split_keyboard=true
ime_theme=true
ime_keyboard_layout=ko=QWERTY
ime_vibration_pattern=0:20
Click to expand...
Click to collapse
Can someone please just pm me the file? I still can't download it. Once I click on the dl link it just trys to connect then it says it has failed. Please can someone just pm it to me? Thanks in advance.
Pishtaz said:
hey guys , can anyone port g3 keyboard for android 5 ?
the previous port is not compatible with android 5
thanks
Click to expand...
Click to collapse
http://forum.xda-developers.com/android/apps-games/app-lg-g3-keyboard-aosp-lollipop-5-1-1-t3113842
---------- Post added at 11:31 AM ---------- Previous post was at 11:30 AM ----------
JimFoon said:
I'm having the same results. I'd try to rip it myself but as it stands there is no root method for Stock G3 5.x with ZV8 modem. I'm also running CM 12.1 UNOFFICIAL with the ZV8 Modem. Maybe someone can extract from the .tot files?
Click to expand...
Click to collapse
Darkslyxz said:
Can someone please just pm me the file? I still can't download it. Once I click on the dl link it just trys to connect then it says it has failed. Please can someone just pm it to me? Thanks in advance.
Click to expand...
Click to collapse
try this http://forum.xda-developers.com/android/apps-games/app-lg-g3-keyboard-aosp-lollipop-5-1-1-t3113842
Deodex patch for z5 latest build 32.4.A.1.54
I do that for my z5 E6633, but now I want to share it with all z5 users. It should be work on single sim and other models(E6683-E6603-E6653) too.
Just replace your "build.prop" from system folder on my zip.
I tested it there aren't any problems on it.
Installation
You just reboot to twrp recovery and flash deodex.zip and wip cache and dalvik cache
At the end reboot to system.
Download
Link:https://drive.google.com/file/d/0B3vimlUwf547M2lmajVaa2ZBQVU/view?usp=drivesdk
if you want to rstore deleted apps flash this zip through twrp
download
https://drive.google.com/open?id=0B3vimlUwf547NXh0d0pEVklLbVU
I removed some system apps if you need them put them on system "app" or "priv-app" folders.
removed apps from (app folder)
talkback
com.sonymobile.xperialounge.services
com.sonymobile.support
com.sonymobile.deqp
com.sonyericsson.xhs
com.facebook.appmanager
Music2
Hangouts
photos
SomcMovieCreatorRmm-release
SomcPOBox
SomcXperiaServices
StyleBlue-release
StyleBubble-release
StylePaint-release
StyleRed-release
StyleStar-release
StyleSunshine-release
StyleSuntan-release
Theme001-008
videos
WeatherWidget-release
-----------------------------------
_from (priv-app)
SmallApp-Calculator-release
SmallApp-Timer-release
com.facebook.system
textinput-chn-xxhdpi-release
-----------------------------------
Click to expand...
Click to collapse
I AM NOT RESPONSIBLE FOR ANY BRICKED OR ANY DAMAGE IN YOUR DEVICE!!! PLEASE DO A BACKUP FIRST.
Thanks
anjelz2012 said:
Thanks
Click to expand...
Click to collapse
Your welcome. If you like my work just press thanks button.
Thanks for your work and effort :fingers-crossed: @s.hossein which tool did you used?
@whalesplaho look that thread..
I used Fulmics Deodexer from @xpirt.
sceryavuz said:
Thanks for your work and effort :fingers-crossed: @s.hossein which tool did you used?
@whalesplaho look that thread..
Click to expand...
Click to collapse
s.hossein said:
I used Fulmics Deodexer from @xpirt.
Click to expand...
Click to collapse
Thanks... Will try that tool!
Did yhu try to mod systemui.apk?
I decompile and recompile without modding and push to fone but gimme fc.
whalesplaho said:
Thanks... Will try that tool!
Did yhu try to mod systemui.apk?
I decompile and recompile without modding and push to fone but gimme fc.
Click to expand...
Click to collapse
No I didn't try to edit systemui.apk I think we first need supersuser mod. You can use overlay to mod systemui.apk.
My systemui now!
s.hossein said:
My systemui now!
Click to expand...
Click to collapse
Wow perfect
@s.hossein
If a system app updated, it deodex automatically or should i do it manually?
The updated apps automatically deodexed.
s.hossein said:
No I didn't try to edit systemui.apk I think we first need supersuser mod. You can use overlay to mod systemui.apk.
Click to expand...
Click to collapse
Overlay is working but cant mod xml files in overlay!
please port superuser services '!
s.hossein said:
My systemui now!
Click to expand...
Click to collapse
which app do you use to change the color? great job (downloading...) :good:
I don't use any app just use overlay
can this use on E6653 and E6853 ??
s.hossein said:
I don't use any app just use overlay
Click to expand...
Click to collapse
Can you share that overlay? Thanks
Zaisesl said:
Can you share that overlay? Thanks
Click to expand...
Click to collapse
Yea of course.
s.hossein said:
Yea of course.
Click to expand...
Click to collapse
So we think any app can be overlayed with theme options if deodexed? Can you make a guide for overlay?
sceryavuz said:
So we think any app can be overlayed with theme options if deodexed? Can you make a guide for overlay?
Click to expand...
Click to collapse
I just edit color with apk editor on this overlay.
Did yhu tryy font selector by IgorEisberg... Not working here, phone reboots when i click on fonts in settings-dipslay