[MOD][IOS-STYLE] Stock Lollipop 5.0.2 Brazil

Search This thread

tux-kid's

Senior Member
Oct 27, 2011
336
383
Makassar
Hai i just wanna share again what i mod on my moto G xt1033 Lollipop 5.0.2 Brazil ....

and i'm do not accept any request ..
if you wanna do more or other do it by your self :silly:

Do With Your Own Risk
10923240_10202141238092182_545458559963693063_n.jpg

What you need ?
  • Brain
  • Internet connection to download mod
  • terminal emulator or ADB installed on your pc
  • ROOT ACCESS

What i mod ?

SystemUI :
  • Center Clock
  • Signal on left and SystemIcon on Right (IOS Style)
  • Dark UI
  • Change icon navbar with mickey hand (because different it's uniqe)
  • Hidden Second sim on status bar
  • Remove sim label on statusbar
  • Mod data icon for better UI (only work on Active data and Idle data, it's to much image to mod if you wanna all)
  • Change space value between system icon(Wifi, network,etc)
  • Mod keyguard and add image to hide notification on lockscreen (i think it's ugly if lockscreen showing double notification)

Framework :
  • Change navigation bar size
  • Resize icon and statusbar size
  • Dark UI for system color
  • Change value autobrightness (Compare with gpe version)

Contacts and Dialer :
  • Change color to Dark UI

Settings :
  • Dark UI
  • Add new array for Extra Small font size

How to ?

Using Terminal Emulator / Adb Shell
  • mount -o remount rw /system/
  • cp /storage/emulated/legacy/priv-app/Dialer.apk /system/priv-app/Dialer
  • cp /storage/emulated/legacy/priv-app/Contacts.apk /system/priv-app/Contacts
  • cp /storage/emulated/legacy/priv-app/Settings.apk /system/priv-app/Settings/
  • cp /storage/emulated/legacy/priv-app/SystemUI.apk /system/priv-app/SystemUI/
  • cp /storage/emulated/legacy/framework/framework-res.apk /system/framework
  • reboot

Thanks to :
  • Thanks to Allah SWT to give me knowledge and life
  • Xda-Developer member
  • Motorola for Lollipop update
  • And You

Stop Thinking as END USER, i'm afraid your smart phone better smart than you​

if you need other mod as i do, just ask and i will try to help you ....
but before you ask, please read THIS
 

Attachments

  • Screenshot_2015-01-16-14-41-12.jpg
    Screenshot_2015-01-16-14-41-12.jpg
    90.6 KB · Views: 5,666
  • Screenshot_2015-01-16-14-41-25.png
    Screenshot_2015-01-16-14-41-25.png
    127.9 KB · Views: 5,670
  • Screenshot_2015-01-16-14-41-44.jpg
    Screenshot_2015-01-16-14-41-44.jpg
    77.6 KB · Views: 5,506
  • Screenshot_2015-01-16-14-42-01.png
    Screenshot_2015-01-16-14-42-01.png
    48.2 KB · Views: 5,387
  • Screenshot_2015-01-16-14-42-10.png
    Screenshot_2015-01-16-14-42-10.png
    68.9 KB · Views: 5,199
  • Screenshot_2015-01-16-14-42-20.png
    Screenshot_2015-01-16-14-42-20.png
    55.7 KB · Views: 5,102
  • Screenshot_2015-01-16-14-42-24.png
    Screenshot_2015-01-16-14-42-24.png
    97.8 KB · Views: 5,029
  • Screenshot_2015-01-16-14-44-19.jpg
    Screenshot_2015-01-16-14-44-19.jpg
    132.5 KB · Views: 5,024

ronin790

Senior Member
May 7, 2012
616
1,057
Sweet nice work [emoji106]
Keep it up, only dialer and contacts looks a bit ugly. On search bar would be better to use lighter color also floating button looks better with dark color on dark themed dialer.


◾◼ Tapatalk ♦ Moto G ◼◾
 

Attachments

  • uploadfromtaptalk1421402140820.png
    uploadfromtaptalk1421402140820.png
    94.8 KB · Views: 1,326

S0bes

Senior Member
Jan 1, 2012
870
969
Mod keyguard and add image to hide notification on lockscreen (i think it's ugly if lockscreen showing double notification)
@tux-kid's this is just my opinion but red colored image looks ugly as well. May be not ugly. but still... I don't like it :)
I even do not use your mod (btw dark looks cool) cause I'm on 1032 and just want to point on kind of solution for centered clock
http://xdaforums.com/showpost.php?p=57815380&postcount=96
I just thought may be you're gonna like it more than big red image in the top right corner
 

tux-kid's

Senior Member
Oct 27, 2011
336
383
Makassar
@tux-kid's this is just my opinion but red colored image looks ugly as well. May be not ugly. but still... I don't like it :)
I even do not use your mod (btw dark looks cool) cause I'm on 1032 and just want to point on kind of solution for centered clock
http://xdaforums.com/showpost.php?p=57815380&postcount=96
I just thought may be you're gonna like it more than big red image in the top right corner

Thanks for your suggestion ...
i put that image for hide notificiation/on going image on statusbar ..
it's annoying if you see double notification in same place :p

i'm still search another solution to hide it :D
 

S0bes

Senior Member
Jan 1, 2012
870
969
Thanks for your suggestion ...
i put that image for hide notificiation/on going image on statusbar ..
it's annoying if you see double notification in same place :p

i'm still search another solution to hide it :D
if you try what I described then you're theme will look complete cause of 2 things:
1. No more need for red image cause there're no more notifications in status bar on lockscreen
2. system icons on lockscreen will repeat status bar position - battery and alarm in the right and all other stuff in the left.
that is in case you will hide all elements from keyguard_status_bar.xml and do center clock in status_bar.xml using @id/system_icon_area instead of @id/notification_icon_area_inner (is it the id you're using?)
Code:
<LinearLayout android:gravity="center" android:orientation="horizontal" android:id="[B]@id/system_icon_area[/B]" android:layout_width="fill_parent" android:layout_height="fill_parent">
        <com.android.systemui.statusbar.policy.Clock android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="center" android:id="@id/clock" android:paddingLeft="0.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
    </LinearLayout>
 

tux-kid's

Senior Member
Oct 27, 2011
336
383
Makassar
if you try what I described then you're theme will look complete cause of 2 things:
1. No more need for red image cause there're no more notifications in status bar on lockscreen
2. system icons on lockscreen will repeat status bar position - battery and alarm in the right and all other stuff in the left.
that is in case you will hide all elements from keyguard_status_bar.xml and do center clock in status_bar.xml using @id/system_icon_area instead of @id/notification_icon_area_inner (is it the id you're using?)
Code:
<LinearLayout android:gravity="center" android:orientation="horizontal" android:id="[B]@id/system_icon_area[/B]" android:layout_width="fill_parent" android:layout_height="fill_parent">
        <com.android.systemui.statusbar.policy.Clock android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="center" android:id="@id/clock" android:paddingLeft="0.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
    </LinearLayout>

yup, im using notifcation_icon_area_inner .
i was check your xml for keyguard_statusbar , i see you set 0.0 dip for width and height battery level and user switch ..
and i was try to using system_icon_area and my signal and notification still double showing on statusbar
 

tux-kid's

Senior Member
Oct 27, 2011
336
383
Makassar

S0bes

Senior Member
Jan 1, 2012
870
969
Hahaha ok om :D

i was make deodex SystemUI from a week ago, but that no problem if just SystemUI deodex and other still odex ?
or i should make SystemUI odex again ?
If your apk file contains classes.dex inside it means that apk is deodexed and you can delete odex file
Other apk could be odexed or deodexed
 

Top Liked Posts

  • There are no posts matching your filters.
  • 4
    Hai i just wanna share again what i mod on my moto G xt1033 Lollipop 5.0.2 Brazil ....

    and i'm do not accept any request ..
    if you wanna do more or other do it by your self :silly:

    Do With Your Own Risk
    10923240_10202141238092182_545458559963693063_n.jpg

    What you need ?
    • Brain
    • Internet connection to download mod
    • terminal emulator or ADB installed on your pc
    • ROOT ACCESS

    What i mod ?

    SystemUI :
    • Center Clock
    • Signal on left and SystemIcon on Right (IOS Style)
    • Dark UI
    • Change icon navbar with mickey hand (because different it's uniqe)
    • Hidden Second sim on status bar
    • Remove sim label on statusbar
    • Mod data icon for better UI (only work on Active data and Idle data, it's to much image to mod if you wanna all)
    • Change space value between system icon(Wifi, network,etc)
    • Mod keyguard and add image to hide notification on lockscreen (i think it's ugly if lockscreen showing double notification)

    Framework :
    • Change navigation bar size
    • Resize icon and statusbar size
    • Dark UI for system color
    • Change value autobrightness (Compare with gpe version)

    Contacts and Dialer :
    • Change color to Dark UI

    Settings :
    • Dark UI
    • Add new array for Extra Small font size

    How to ?

    Using Terminal Emulator / Adb Shell
    • mount -o remount rw /system/
    • cp /storage/emulated/legacy/priv-app/Dialer.apk /system/priv-app/Dialer
    • cp /storage/emulated/legacy/priv-app/Contacts.apk /system/priv-app/Contacts
    • cp /storage/emulated/legacy/priv-app/Settings.apk /system/priv-app/Settings/
    • cp /storage/emulated/legacy/priv-app/SystemUI.apk /system/priv-app/SystemUI/
    • cp /storage/emulated/legacy/framework/framework-res.apk /system/framework
    • reboot

    Thanks to :
    • Thanks to Allah SWT to give me knowledge and life
    • Xda-Developer member
    • Motorola for Lollipop update
    • And You

    Stop Thinking as END USER, i'm afraid your smart phone better smart than you​

    if you need other mod as i do, just ask and i will try to help you ....
    but before you ask, please read THIS
    1
    Can you make a light version. It will be cool

    what color you want ?
    i just make mod with what i think it's good looking for me :silly:

    not tested ..
    maybe you can test it, and give me feedback
    but DWYOR and don't forget to backup before try this mod :good:
    1
    hello gan tux-kids galaxy gio user and moto g user. =))

    thanks gan, downloading now =))
    1
    waiting for battery percentage text mod

    like attachments file ?