[GUIDE][FW] Ripple Effects on Button - Galaxy Y GT-S5360 General

Hi guys, it's been a long time. Now i'm back with this ripple animation. It will change the Button.smali and included one xml. You can get my progress on this project here
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Required:
apktool
framework.jar
framework-res.apk
required file
Click to expand...
Click to collapse
Steps:
framework-res.apk
Decompile the apk (duh)
Extract res/ folder from the zip and put it in
Recompile the apk (duh)
Click to expand...
Click to collapse
framework.jar
Decompile the jar (duh)
Open up android/widget/Button.smali
[GB]Find '.line 104' and remember the hex value below it
[KK]Find '.line 111' and remember the hex value below it
Click to expand...
Click to collapse
Extract smali/ folder from the zip and put it in
[KK]Extract smali/ folder from ripple_auliayf.zip, and replace android/widget/Button.smali from thr ripple_kk_auliayf.zip
Open up android/widget/Button.smali
[GB]Replace '0x1010048' with the first id
[KK]Replace '0x12d687' with the first id
Save the file (duh)
Recompile the jar (duh)
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Push to device (duh)
Click to expand...
Click to collapse
Screenshot? You should check the provided link above.
FAQs:
Q: I got bootloop
A: Logcat
Q: What happened to the xml? Don't we need them?
A: Of course we need that, I use getIdentifier() method to get the id by filename and package name, so don't rename the xml
Q: I got error while compiling!
A: Please give the the screenshot, i didn't want to create any tutorial for this one, so maybe i forget some of the steps required.
Q: Not working on jb/kk/lp?
A: Still beta
Click to expand...
Click to collapse
Click to expand...
Click to collapse

Credits
Ozodrukh for this
Jake Wharton for this
Lanchon for his amazing tool called DexPatcher

Help
Hey dudu I am have xolo q1010i running on kk
I followed your guide on kitkat it works i get that effect but after 10 sec I got FC of systemui
Do you have any solution...... Plz help....I really want that effect

AATRONIX said:
Hey dudu I am have xolo q1010i running on kk
I followed your guide on kitkat it works i get that effect but after 10 sec I got FC of systemui
Do you have any solution...... Plz help....I really want that effect
Click to expand...
Click to collapse
it won't work on jb/kk/lp. it has different sources. please restore you previous framework.jar

OK
AuliaYF said:
it won't work on jb/kk/lp. it has different sources. please restore you previous framework.jar
Click to expand...
Click to collapse
do you have any other guide which will help me to get that effect in kitkat

AATRONIX said:
do you have any other guide which will help me to get that effect in kitkat
Click to expand...
Click to collapse
i'll do my best.

PLZ DUDE
AuliaYF said:
i'll do my best.
Click to expand...
Click to collapse
IF YOU CAME ACROSS ANY GUIDE FOR KITKAT PLZ TELL ME OR PIN ME PLZ DUDE :crying: :fingers-crossed:

AATRONIX said:
IF YOU CAME ACROSS ANY GUIDE FOR KITKAT PLZ TELL ME OR PIN ME PLZ DUDE :crying: :fingers-crossed:
Click to expand...
Click to collapse
compiling. just be patient

AuliaYF said:
compiling. just be patient
Click to expand...
Click to collapse
Compiling in kitkat????
Thanks Dude

AATRONIX said:
Compiling in kitkat????
Thanks Dude
Click to expand...
Click to collapse
go check the first post, if you encountered any problem, just tell me.

AuliaYF said:
go check the first post, if you encountered any problem, just tell me.
Click to expand...
Click to collapse
I faced force close problem of systemUI
I have not even edit systemUI :crying:

AATRONIX said:
I faced force close problem of systemUI
I have not even edit systemUI :crying:
Click to expand...
Click to collapse
logcat?

AuliaYF said:
logcat?
Click to expand...
Click to collapse
I don't know how to do it

AATRONIX said:
I don't know how to do it
Click to expand...
Click to collapse
adb logcat > log.txt
send me the txt

Here it is
AuliaYF said:
adb logcat > log.txt
send me the txt
Click to expand...
Click to collapse
plz help dude https://drive.google.com/file/d/0BzQj0qRR89SERngyTS1QamM2Smc/view?usp=sharing

AATRONIX said:
plz help dude https://drive.google.com/file/d/0BzQj0qRR89SERngyTS1QamM2Smc/view?usp=sharing
Click to expand...
Click to collapse
i found the error, but i don't have the ability to fix this. It's in the core framework, and i've never seen those kind of things.
Code:
E/AndroidRuntime( 3280): FATAL EXCEPTION: main
E/AndroidRuntime( 3280): Process: com.android.systemui, PID: 3280
E/AndroidRuntime( 3280): java.lang.IllegalAccessError: tried to access field com.android.keyguard.EmergencyButton.mContext from class com.android.keyguard.EmergencyButton
E/AndroidRuntime( 3280): at com.android.keyguard.EmergencyButton.onFinishInflate(EmergencyButton.java:116)
Click to expand...
Click to collapse

Can You Solve it
AuliaYF said:
i found the error, but i don't have the ability to fix this. It's in the core framework, and i've never seen those kind of things.
Click to expand...
Click to collapse
Can you solve the problem

AATRONIX said:
Can you solve the problem
Click to expand...
Click to collapse
can't you read?
AuliaYF said:
i don't have the ability to fix this
Click to expand...
Click to collapse

AuliaYF said:
can't you read?
Click to expand...
Click to collapse
OK

Deleted
Sent from my GT-S5360 using Tapatalk 2

Related

[guide] how to add extra options in the about phone section of the settings

Most of the new devs... Such as myself.. Have struggled a lot to figure it out.. How to add those things in there ?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
NOTE == IF THE IMAGE DOSENT SHOWS UP, RIGHT CLICK IT AND OPEN IT IN NEW TAB
Click to expand...
Click to collapse
HOW TO DO THAT ?
HOW TO START ?
DECOMPILE SETTINGS.APK ( DUH ! )
NOW NAVIGATE TO /RES/XML/**HERE**
OPEN DEVICE_INFO_SETTINGS.XML WITH NOTEPAD ++
HARD PART
AFTER OPENING THE FILE, YOU WILL GET SOMETHING LIKE THIS IN THE END BEFORE </PREFERENCESCREEN>
Code:
< Preference android:title="@string/build_number" android:summary="@strings/device_info_default" style="?android:preferenceinformationStyle />
NOW, HERE,
android:title="@string/build_number"
android:title="xxxxx"
xxxx = title of the extra option you want to give !
THAT MEANS IF I EDIT IN THIS WAY
android:title="ROM Name"
I WILL GET THE TITLE AS "ROM Name"
android:summary="@strings/device_info_default"
HERE,
android:summary="xxxxx"
xxxxx = Summary of the title you gave !
THAT MEANS IF I GIVE THE TITLE AS "ROM Name" I SHOULD SPECIFY THE ROM's NAME IN THE SUMMARY SECTION SO, IF I EDIT IT IN THIS WAY
android:summary="Pulse ROM"
I WILL GET THE SUMMARY AS "Pulse ROM"
NOW WE ARE DONE WITH THE HARD PART
NOW COMES THE EASY PART
AFTER EDITING THE WAY YOU WANT, SAVE YOUR WORK
COMPILE YOUR SETTINGS.APK AND PUSH IT BACK TO
/SYSTEM/APP/
Click to expand...
Click to collapse
NOTE ---->
THIS IS APPLICABLE TO ANY ANDROID PHONE WHICH IS ROOTED AND HAS BOOTLOADER UNLOCKED
​
HERE IS A VIDEO BY ME. IT SHOWS HOW TO DO IT IN DETAIL
IF YOU STILL HAVE ANY DOUBTS JUST PM ME
I AM ALWAYS THERE FOR HELP :good:
How To Add Extra Options in Settings.mp4
Click to expand...
Click to collapse
U should make a TUT by text n video to better.
Tutorial with text pls
Sent from my GT-S5360 using xda premium
in text please...u surely not want any of us to report it to text version do u? if we do that i'm sure this thread will be abandon lol
.
.
Spoiler
LESSON 1: dont ask for ETA's, the mod-wanna-be-guy will report it
....
when i click on link ...
YouTube shows that"This video is unavailable."......
sudgai said:
when i click on link ...
YouTube shows that"This video is unavailable."......
Click to expand...
Click to collapse
same here, maybe its not compatible in mobile or op want to keep his secret
.
.
Spoiler
LESSON 1: dont ask for ETA's, the mod-wanna-be-guy will report it
UPDATED
encik_racun said:
same here, maybe its not compatible in mobile or op want to keep his secret
.
.
Spoiler
LESSON 1: dont ask for ETA's, the mod-wanna-be-guy will report it
Click to expand...
Click to collapse
sudgai said:
when i click on link ...
YouTube shows that"This video is unavailable."......
Click to expand...
Click to collapse
encik_racun said:
in text please...u surely not want any of us to report it to text version do u? if we do that i'm sure this thread will be abandon lol
.
.
Spoiler
LESSON 1: dont ask for ETA's, the mod-wanna-be-guy will report it
Click to expand...
Click to collapse
d3cka said:
Tutorial with text pls
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
shocklads said:
U should make a TUT by text n video to better.
Click to expand...
Click to collapse
UPDATED GUYS..... I WAS GONNA POST THE TUTORIAL WITH TEXT. BUT I HAD NO TIME YESTERDAY SO I JUST MADE A VIDEO. AND NOW WE HAVE A TUTORIAL WITH TEXT AND VIDEO IF YA'LL NEED SOMETHING ELSE, JUST POST IT HERE :fingers-crossed: :cyclops: :crying: :angel: :victory: :silly: :laugh: :highfive: :good:
Ok will try. But provide ss pls
Sent from my GT-S5360 using xda premium
d3cka said:
Ok will try. But provide ss pls
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
done sir
you saved my day bro :good::laugh:
The Droid Master said:
you saved my day bro :good::laugh:
Click to expand...
Click to collapse
lol thanx :angel:
Updated the video
Hi can you add an tutorial on putting image in the about phone?
Thanks bro
mariozawa said:
Hi can you add an tutorial on putting image in the about phone?
Thanks bro
Click to expand...
Click to collapse
LOL ... i am also struggling with that... sorry bro...
Hi how did u make the backgroung of settings transparent?????
help I need it badly
Please press thanx if I am useful to you
Bidyadhar said:
Hi how did u make the backgroung of settings transparent?????
help I need it badly
Please press thanx if I am useful to you
Click to expand...
Click to collapse
You will find a guide here....
Cyb3r5p4c3 said:
Will this work on jellyblastv3?
Sent from my Galaxy y with Jellyblast v3!!!!
Click to expand...
Click to collapse
yes. it will work on any thing. even cm7
Sent from my GT-S5360 using xda app-developers app
收件人: [guide] how to add extra options in the about phone section of the settings
thx man
Sent from my HTC X515d using xda premium
Why do I keep getting "unknown" under the additional options I made.. More at the Screenshots attached...
Sami Kabir said:
Why do I keep getting "unknown" under the additional options I made.. More at the Screenshots attached...
Click to expand...
Click to collapse
It is the same reason as the build number.
Reason: the key you have provided is not appropriate
Remedy: change the value at android:key="build_number"
Sent from my GT-S5360 using xda app-developers app

[MOD][GUIDE]Blurred StatusBarExpanded

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hi guys, i have a new mod right here It's called Blurred StatusBarExpanded, what is it? see description below.
Description
Since PineappleOwl posted a guide for blurred lockscreen, i found out that we can put FLAG_BLUR_BEHIND for a window. Since TrackingView is a window, so we can put that flag .
Click to expand...
Click to collapse
Screenshots
Click to expand...
Click to collapse
​
How to do this?
Decompile SystemUI
Open up StatusBarService.smali
Find this method
Code:
.method onBarViewAttached()V
Find this inside that method
Code:
const v4, 0x20300
Replace that one with this
Code:
const v4, 0x20304
Last step, compile SystemUI and push!
Click to expand...
Click to collapse
Issues:
Maybe this one, i don't know why, if you rotate your device 90 degrees, and then open PowerDialog(host power button), you can see this one too.
Click to expand...
Click to collapse
Credits:
Google
Stackoverflow
PineappleOwl
Click to expand...
Click to collapse
Now not only the JB can boast there SystemUI (Y)
another epic things as always, will try on my fayel.
PineappleOwl said:
Now not only the JB can boast there SystemUI (Y)
Click to expand...
Click to collapse
yeah! we have many awesome developer/themer right here!
zhalx said:
another epic things as always, will try on my fayel.
Click to expand...
Click to collapse
if you have any problem just ask
AuliaYF said:
if you have any problem just ask
Click to expand...
Click to collapse
Thanx again, it works on my moto fayel xt530 :good:
zhalx said:
Thanx again, it works on my moto fayel xt530 :good:
Click to expand...
Click to collapse
as long as it's GB version.
thank you sir but a problem a bit laggy but still manageable xD
Work with stock bottom SystemUI sir
Worked on cm7?
WinKarbik said:
Worked on cm7?
Click to expand...
Click to collapse
i think so.
How about ICS?
Is there any guide for 4.0.4 Ice Cream Sandwich?
nope
aivenson11 said:
Is there any guide for 4.0.4 Ice Cream Sandwich?
Click to expand...
Click to collapse
"The field WindowManager.LayoutParams.FLAG_BLUR_BEHIND is deprecated".
cooooooolllllll
its totally cool....
i will give my systemui deadly blurred look...
will this guide work on jb?
btw,nice guide
Will these work on JB 4.1.2 ?? please rply i really like this guide!!
harsh455 said:
Will these work on JB 4.1.2 ?? please rply i really like this guide!!
Click to expand...
Click to collapse
"The field WindowManager.LayoutParams.FLAG_BLUR_BEHIND is deprecated".
AuliaYF said:
"The field WindowManager.LayoutParams.FLAG_BLUR_BEHIND is deprecated".
Click to expand...
Click to collapse
i didnt get that bro
harsh455 said:
i didnt get that bro
Click to expand...
Click to collapse
it means that the required code won't work on ics/jb/kk/l i think.
AuliaYF said:
it means that the required code won't work on ics/jb/kk/l i think.
Click to expand...
Click to collapse
okey thank u bro
sir can you help me? i tried it and it work on my lenovo a269i. however, when i reboot my device my statusbar disappeared without any systemUI force close error. i tried to capture the error in logcat but its not showing any results. can you help me?

[Q] [JB 4.3][PORT]Xperia Z2 SystemUI & FullScreen Home

Hi
Requirement :
"Rooted
"SuperUserMOD
"Deodexed or (Delete SystemUI.Odex)
Before installing
Add build.prop
Code:
dalvik.vm.verify-bytecode=false
dalvik.vm.dexopt-flags=v=n,o=v,m=y
How to install :
"Extract the zip
"Copy all files to system
"Set permissions 644 (rw-r--r--)
"Move to system/app
"Reboot :good:
Screenshot:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
----------------------------------------------------------------------------------------------------------------------------------------------
Thanks......
Working good
Sent from my C1905 using XDA Free mobile app
can make this system ul for xperia m dual?
saeidinia said:
can make this system ul for xperia m dual?
Click to expand...
Click to collapse
The systemUI I sent also works for it
Does it work xmd
Or any other system ui like this
Sent from my C2004 using XDA Premium 4 mobile app
It is not displaying the NFC icon when its active, can you help me fix this issue?
Motwera said:
It is not displaying the NFC icon when its active, can you help me fix this issue?
Click to expand...
Click to collapse
It Works
I advice to install it again:good:
Screenshot:
akshatmassy said:
Does it work xmd
Or any other system ui like this
Thank You For Information.but necessary to working I advice to install it again
Click to expand...
Click to collapse
-OverClock- said:
It Works
I advice to install it again:good:
Screenshot:
Click to expand...
Click to collapse
Not on the quick settings panel, I said that it did not appear on the status bar when activated
i'm sorry but i 'm noob. can u tell me exactlly where we can add these lines in build prop? (sorry for my bad english)
saeidinia said:
i'm sorry but i 'm noob. can u tell me exactlly where we can add these lines in build prop? (sorry for my bad english)
Click to expand...
Click to collapse
Google Play install es file manager or Root Explorer .System/build.prop, open with text editor
Thanks...
Motwera said:
Not on the quick settings panel, I said that it did not appear on the status bar when activated
Click to expand...
Click to collapse
I don't understand.
Show me Screenshot
This systemUI transparent in everywhere?
osa_misuari said:
This systemUI transparent in everywhere?
Click to expand...
Click to collapse
Yes
but home.apk is different.....
-OverClock- said:
I don't understand.
Show me Screenshot
Click to expand...
Click to collapse
-OverClock- said:
Google Play install es file manager or Root Explorer .System/build.prop, open with text editor
Thanks...
Click to expand...
Click to collapse
ty but i means that dosen't matter where u add these lies you said in build prop ( i means first of build prop or last of build prop) . can you show in screenshot :crying:
Motwera said:
Click to expand...
Click to collapse
I don't have idea.
It is always to possible encounter a problem.
I advice you see that link.
http://talk.sonymobile.com/t5/Xperia-Z1-Compact/NFC-Icon-in-not-displayed-in-status-bar/td-p/584693
http://talk.sonymobile.com/t5/Xperia-Z-ZL-ZR/NFC-icon-not-displayed-in-status-bar-of-ZL-c6502/td-p/567343
http://talk.sonymobile.com/t5/Xperia-SP/NFC-problem-nfc-is-turn-on-but-not-show-on-status-bar/td-p/373203
I'm not developer.I collect and provide.:good:
saeidinia said:
ty but i means that dosen't matter where u add these lies you said in build prop ( i means first of build prop or last of build prop) . can you show in screenshot :crying:
Click to expand...
Click to collapse
I don't understand.
but is working
-OverClock- said:
I don't understand.
but is working
Click to expand...
Click to collapse
sorry for my bad english. i know how can open build prop and editing but don't know where in build prop i should add these lines u said (dalvik.vm.verify-bytecode=false dalvik.vm.dexopt-flags=v=n,o=v,m=y) i means i installed root explorer and i open build prop in text editor but don't know where add these lines
[/IMG]
saeidinia said:
i'm sorry but i 'm noob. can u tell me exactlly where we can add these lines in build prop? (sorry for my bad english)
Click to expand...
Click to collapse
Using Root Explorer
/Device/System
Sent from my C1905 using XDA Free mobile app

[APP][PORT][4.3+] AR Fun Camera Apps

Did you know i test on my redmi 1s, it's work ...:victory::victory:
Screenshot
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Install normally..now enjoy for best ar camera app...so fun
You can add throwing bomb and fruit, draw using pen and more effect adds.
Who has get fc, download this lib and move to system/lib with correct permission
http://d-h.st/0CX
Flashable:
http://d-h.st/HF3
thanks a lot my friend. .will try this on Z2
Doesn't work on Z2 deodexed eXzistenz rom. Force Stop...
Mazellat said:
Force Stop...
Click to expand...
Click to collapse
+1 Xperia SP 4.3 eXistenZ Ultra 4.0.0
Doesn't work on deodexed stock 4.4.4 Z1 rom
Xperia Z1 got fc
Androidians said:
thanks a lot my friend. .will try this on Z2
Click to expand...
Click to collapse
Mazellat said:
Doesn't work on Z2 deodexed eXzistenz rom. Force Stop...
Click to expand...
Click to collapse
Skej13 said:
+1 Xperia SP 4.3 eXistenZ Ultra 4.0.0
Click to expand...
Click to collapse
jamesbdx said:
Doesn't work on deodexed stock 4.4.4 Z1 rom
Click to expand...
Click to collapse
pemith said:
Xperia Z1 got fc
Click to expand...
Click to collapse
See op again..
I am was waiting for this thanks
shehabskull said:
I am was waiting for this thanks
Click to expand...
Click to collapse
is it work on Z2 and what do i do wil the lib.ip please help
iRimas said:
is it work on Z2 and what do i do wil the lib.ip please help
Click to expand...
Click to collapse
extract all and move to system/lib with correct permission (rw-- r-- r--)
or wait flashable zip
Does it work with smart social camera on 4.2.2?
rethinkk said:
Does it work with smart social camera on 4.2.2?
Click to expand...
Click to collapse
you can try it
Levered said:
Who has get fc, download this lib and move to system/lib with correct permission
http://d-h.st/0CX
Click to expand...
Click to collapse
It´s safe to install those libs? I meen, aren´t those gonna replace anything needed?
Levered said:
extract all and move to system/lib with correct permission (rw-- r-- r--)
or wait flashable zip
Click to expand...
Click to collapse
thanks are you going to upload the flashable zip thanks
Levered said:
you can try it
Click to expand...
Click to collapse
it worked with libs, thanks bro
kahnysh said:
It´s safe to install those libs? I meen, aren´t those gonna replace anything needed?
Click to expand...
Click to collapse
yup safe
But video recording not working :/
Levered said:
yup safe
Click to expand...
Click to collapse
how do i set the permision for all lib files . or just copy without setting the permission thanks
rethinkk said:
But video recording not working :/
Click to expand...
Click to collapse
it's works mate..
iRimas said:
how do i set the permision for all lib files . or just copy without setting the permission thanks
Click to expand...
Click to collapse
wait i uploading flashable zip

Xperia Home Material Drawer !

Hi folks Today I will share my new Themed launcher with you I have changed the side drawer so that it looks like material design
Download it and find out if it works on your device and write in the comments below
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Many thanks to @dstrikersZ1 , @Sahaab
Changelog :
1 - Initial release
2- Fix update .
3- Added a version with small icons
Please use the Thanks button if you like it
-XperiaMan- said:
Hi folks Today I will share my new Themed launcher with you I have changed the side drawer so that it looks like material design
Download it and find out if it works on your device and write in the comments below
Click to expand...
Click to collapse
holly****
it worked on t2 ultra 4.4.3 stock deodexed
thanks
chauhanjayc said:
holly****
it worked on t2 ultra 4.4.3 stock deodexed
thanks
Click to expand...
Click to collapse
I'm glad you like it . Please , try rebooting and check if it is the same again . I had a little bug and I want to be sure if it doesnt need any fix
-XperiaMan- said:
I'm glad you like it . Please , try rebooting and check if it is the same again . I had a little bug and I want to be sure if it doesnt need any fix
Click to expand...
Click to collapse
sorry to say my friend but after reboot lossing clock widget + apps on sd :crying:
plz fix and thanks again
chauhanjayc said:
sorry to say my friend but after reboot lossing clock widget + apps on sd :crying:
plz fix and thanks again
Click to expand...
Click to collapse
I think I found solution . You must move to system/app and set permissions Try it
-XperiaMan- said:
I think I found solution . You must move to system/app and set permissions Try it
Click to expand...
Click to collapse
still no success
chauhanjayc said:
still no success
Click to expand...
Click to collapse
Did you replace stock launcher ? ( ALWAYS backup )
-XperiaMan- said:
Did you replace stock launcher ? ( ALWAYS backup )
Click to expand...
Click to collapse
yes i replaced it
can u also mod stock lollipop home 8.0.A.0.7??
cotrec said:
can u also mod stock lollipop home 8.0.A.0.7??
Click to expand...
Click to collapse
Not for now . Maybe in some days
chauhanjayc said:
yes i replaced it
Click to expand...
Click to collapse
And you get the problem again ????
-XperiaMan- said:
And you get the problem again ????
Click to expand...
Click to collapse
yes
no clock widget support
no sd apps after reboot
chauhanjayc said:
yes
no clock widget support
no sd apps after reboot
Click to expand...
Click to collapse
OK thanks for the report . I will try to fix it
-XperiaMan- said:
OK thanks for the report . I will try to fix it
Click to expand...
Click to collapse
Did the last update fix it ?
-XperiaMan- said:
Did the last update fix it ?
Click to expand...
Click to collapse
What version and size of the icons?
-XperiaMan- said:
Not for now . Maybe in some days
Click to expand...
Click to collapse
Are the icons huge or normal?
natibongo said:
Are the icons huge or normal?
Click to expand...
Click to collapse
Huge . If you want I'll make a version with small ones
-XperiaMan- said:
Huge . If you want I'll make a version with small ones
Click to expand...
Click to collapse
Will really appreciate
Thanks
natibongo said:
Will really appreciate
Thanks
Click to expand...
Click to collapse
Small icon version is ready Test it
-XperiaMan- said:
Small icon version is ready Test it
Click to expand...
Click to collapse
where can i download it?

Categories

Resources