CLOSED | [XT907][4.4.2] Stock Launcher - Trans Bars Mod - Droid RAZR M Themes and Apps

{
"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"
}
- THREAD CLOSED
STOCK KITKAT LAUNCHER (DEODEXED)
+V4.4.2-10
+TRANSLUCENT STATUS AND NAVIGATION BARS
+WITH OR WITHOUT DOCK TEXT
INSTALL
+DOWNLOAD
+PLACE ON SDCARD
+FLASH THROUGH RECOVERY
+WIPE CACHE/DALVIK
+REBOOT
--------------------------------------------------------------------------
+DOWNLOAD - With Dock Text
+DOWNLOAD - Without Dock Text
--------------------------------------------------------------------------
+KITKAT ROM DEODEXER: LINK
--------------------------------------------------------------------------
FOR THE GEEKS!
TRANSLUCENT BARS:
Code:
res/values/styles = line 142
Code:
<style name="Theme" parent="@android:style/Theme.Holo.Wallpaper.NoTitleBar"[COLOR="Red"]>[/COLOR]
[COLOR="Red"] <item name="android:windowTranslucentStatus">true</item>
<item name="android:windowTranslucentNavigation">true</item>
<item name="android:fitsSystemWindows">true</item>
</style>[/COLOR]
Click to expand...
Click to collapse
NO DOCK TEXT:
RAZR M:
Code:
res/values-hdpi/dimens
RAZR HD:
Code:
res/values-xhdpi/dimens
Code:
<dimen name="hotseat_cell_height">[COLOR="Red"]64.0dip[/COLOR]</dimen>
<dimen name="hotseat_width_gap">[COLOR="Red"]-1.0dip[/COLOR]</dimen>
<dimen name="hotseat_height_gap">[COLOR="red"]-1.0dip[/COLOR]</dimen
Click to expand...
Click to collapse

Awesome Job....thanks.
Sent from my XT907 using Tapatalk 2

ATTACK said:
FOR THE GEEKS!
TRANSLUCENT BARS:
Click to expand...
Click to collapse
Hi Attack, is there any way to do this through something like the build.prop? Not quite geeky enough, but I'd like to learn! At the moment I'm using GravityBox to handle the transparency for the status/nav bars, but was wondering if I could do it more... holistically.

dareiflash said:
Hi Attack, is there any way to do this through something like the build.prop? Not quite geeky enough, but I'd like to learn! At the moment I'm using GravityBox to handle the transparency for the status/nav bars, but was wondering if I could do it more... holistically.
Click to expand...
Click to collapse
Nope - you'll need to decompile Homescreen.apk, navigate to the xmls I listed above and add the code.
> https://ibotpeaches.github.io/Apktool/
> http://notepad-plus-plus.org/

Damn, gotta get my hands dirty for this then, haha. I have the XT905/Aus model, I'm assuming that the changes needed will be similar to the XT907? Thanks heaps for pointing me in the right direction!

dareiflash said:
Damn, gotta get my hands dirty for this then, haha. I have the XT905/Aus model, I'm assuming that the changes needed will be similar to the XT907? Thanks heaps for pointing me in the right direction!
Click to expand...
Click to collapse
Is the 905 on KitKat or jellybean?
Sent from my xt1031

ATTACK said:
Is the 905 on KitKat or jellybean?
Sent from my xt1031
Click to expand...
Click to collapse
It's on rooted/unlocked BL Jellybean 4.1.2

dareiflash said:
It's on rooted/unlocked BL Jellybean 4.1.2
Click to expand...
Click to collapse
Unfortunately, this wont work on Jellybean. To enable translucently on Jellybean you'll need to make some smali edits. I did that for the Galaxy Nexus on AOSP but I dont know if it will work on the Razr M. But if you want to try here's the guide.

Related

PSX Softbuttons Mod

hi!
i just got my gnex!
first thing i did was root it and flashed a custom rom
i flashed aokp a great rom!
so i decided to make a litte on-screen buttons mod for it
i took the images from here http://forum.xda-developers.com/showthread.php?t=1413582
The download is in the Attachments( For Aokp 27) flash with ADB (adb push *file location* /system/app/
a screenshot is in the Attachments
(you can change the color of the buttons)
enjoy
This has been done before sir
In color too
http://forum.xda-developers.com/showthread.php?t=1519556&highlight=playstation
locomain said:
hi!
i just got my gnex!
first thing i did was root it and flashed a custom rom
i flashed aokp a great rom!
so i decided to make a litte on-screen buttons mod for it
i took the images from here http://forum.xda-developers.com/showthread.php?t=1413582
The download is in the Attachments( For Aokp 27) flash with ADB (adb push *file location* /system/app/
a screenshot is in the Attachments
(you can change the color of the buttons)
enjoy
Click to expand...
Click to collapse
Very cool, I like!
Oo i didnt know.. but because of the layer on the buttons
In the aokp rom it isnt possible to have different colors on
Each button
locomain said:
Oo i didnt know.. but because of the layer on the buttons
In the aokp rom it isnt possible to have different colors on
Each button
Click to expand...
Click to collapse
I beg to differ.
{
"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"
}
tristan202 said:
I beg to differ.
Click to expand...
Click to collapse
huh how did you did that?
i decompiled the systemui en put the images in the right place
but i only get 1 single colour(the images are original all different of colour)
thnx
Edit
sorry
i found it
i had to reset default settings
locomain said:
huh how did you did that?
i decompiled the systemui en put the images in the right place
but i only get 1 single colour(the images are original all different of colour)
thnx
Edit
sorry
i found it
i had to reset default settings
Click to expand...
Click to collapse
No need to reset to default. You could just set alpha to zero in nav bar color. I.e., if your color was set to pure white it would be like so: #ffffffff. The first two letters determine transparency, so to get your icons original color to sore just set transparency to zero like so: #00ffffff.

[Guide] How to add banner in "About Phone" | Noob friendly

Hello folks .... I’ve backed to xda after a looong time because exams
My new TUT for adding logo in "About Phone" .
Inspired by this THREAD
Credits :
@gravtec for inspiring big thanks for you bro .
What you need ? :
Latest APKTOOL package .
A brain .
PC .
Knowledge in decompiling and recompiling .
Lets start the GUIDE !
Resources
APKTOOL here .
Image Resolution : 700*215 .
Guide​
First Part​
Decompile Settings
Go to res/Layout folder
Download this file
paste it in Layout folder
Second Part​
Copy the image to res/drawable folder
Rename it to logo and it must be "PNG" !
EX: logo.png
Click to expand...
Click to collapse
Third Part​
Go to res/xml
open device_info_settings.xml
Add this
<PreferenceScreen android:layout="@layout/logo" android:key="od_logo" />
Click to expand...
Click to collapse
after this line
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
Click to expand...
Click to collapse
EX :
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<PreferenceScreen android:layout="@layout/logo" android:key="od_logo" />
Click to expand...
Click to collapse
SAMPLE
{
"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"
}
Reserved for future
More things will add for this feature
awesome
Good bro
Sent from my LT26ii using XDA Premium 4 mobile app
Nice guide thanks
sent from my lt26i running android 4.4 by RaymanFX
great tutorial mate! hoping to finish ur rom soon
guidance mod Setting White Balance + Staminamode is better.
trinhvanan12 said:
guidance mod Setting White Balance + Staminamode is better.
Click to expand...
Click to collapse
Those things are not as simple as adding a few lines in Settings.
They have to be ported, I.e. Some files have to be modified too.
Sent from my brain using my Xperia S1

[ICONS] Xperia™ Glitter Icon v1.0 [Uploading 17/03/15]

I think you like it, I will update icon
Guide
http://forum.xda-developers.com/cro...uide-xperia-home-launcher-icon-packs-t3046892
{
"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"
}
Next version add icons
Thank @serajr
Like It
looks cool.but i think somehow it is against XDA rules to open a thread just for showing future works.i maybe wrong though.
Sorry bro but I don't like it at all
17/03/15
Uploading v1.0
Xperiaviet252 said:
I think you like it, I will update icon
Guide
http://forum.xda-developers.com/cro...uide-xperia-home-launcher-icon-packs-t3046892
Next version add icons
Thank @serajr
Click to expand...
Click to collapse
partner is very good so I'll add my favorite icons, thank you very much for your effort.
I have a question for used, how to got those icons of the status bar and put them on the left might be possible to support me to do so?
4.4.4 xperia ZL existenz v3.5.
chalofito said:
partner is very good so I'll add my favorite icons, thank you very much for your effort.
I have a question for used, how to got those icons of the status bar and put them on the left might be possible to support me to do so?
4.4.4 xperia ZL existenz v3.5.
Click to expand...
Click to collapse
I use flat module Style indicator
Install apk and use?
Xperiaviet252 said:
I use flat module Style indicator
Click to expand...
Click to collapse
thanks for your support:highfive:
kiet13 said:
Install apk and use?
Click to expand...
Click to collapse
http://forum.xda-developers.com/cro...uide-xperia-home-launcher-icon-packs-t3046892
Xperiaviet252 said:
I think you like it, I will update icon
Guide
http://forum.xda-developers.com/cro...uide-xperia-home-launcher-icon-packs-t3046892
Next version add icons
Thank @serajr
Click to expand...
Click to collapse
Hey bro how do u get that battery icon and xperiaviet on status bar
Xperiaviet252 said:
I think you like it, I will update icon
Guide
http://forum.xda-developers.com/cro...uide-xperia-home-launcher-icon-packs-t3046892
Next version add icons
Thank @serajr
Click to expand...
Click to collapse
How to install?

[SystemUI][BOD7] TOOLBOX / NO SF-QC / 6 TOGGLES - SystemUI MOD -> TEKHDway,...!*!

LOLLIPOP BOD7 (STOCK T-Mobile ODEX) SystemUI -> Toolbox / No S Finder & Quick Connect / Toggles in Rows of 6 / White Toggles / Toggles Expansion - Flashable ZIP
{
"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"
}
Toolbox Enabled
Download here:
https://www.androidfilehost.com/?fid=23991606952597389
Hey TEKHD, Thank you! but... Are you crazy? Those are too many toggles!!!...
No Problem...
1. Download SQLite Editor from the PlayStore or any other SQL Editor for Android...
2. Go to the FILES TAB on top, and Navigate to:
/data/data/com.android.providers.settings/databases/settings.db/system/
and look for:
notification_panel_active_app_list
Press and hold notification_panel_active_app_list and select EDIT RECORD... (notification_panel_active_app_list is like 3/4 to the bottom on my phone)
Remove the Toggles that you don't want... Exit APP, Reboot... Done.
> > > I just ask for a simple . . .
Will this work on note edge n915F please confirm
rockykv2 said:
Will this work on note edge n915F please confirm
Click to expand...
Click to collapse
No, just T-Mobile N915T...
Thanks for tinkering and sharing!!!:thumbup:
Sent from my SM-N915T
So, i flashed on sprint... however the toggles appears to be cropped when there are no notifications in the drop down... lol.. thanks for the work brother.. wish it worked for us too.. XD
Has anyone tried on Deodexed?
sshafranko said:
Has anyone tried on Deodexed?
Click to expand...
Click to collapse
Yup. Ran it on Loco's stock ROM yesterday. Works perfect.
I have it install on My n915f it work great.
Awsome work.
Can you make it with 3mint mod Please.
Thank you and sorry for My bad English
rockykv2 said:
Will this work on note edge n915F please confirm
Click to expand...
Click to collapse
woks perfect on my SM-N915FY. JUST FOLLOW THE STEPS IN THE TUTORIAL!
THANKS MAN!!!!! KUDOS
cristian_codrin said:
woks perfect on my SM-N915FY. JUST FOLLOW THE STEPS IN THE TUTORIAL!
THANKS MAN!!!!! KUDOS
Click to expand...
Click to collapse
Hi Cristian,
I want to test [Multi CSC]Micky387_LolliFamous_V2.3_BOD5 rom and this add-on seems to be compatible.
Can you explain what is needed and how you did it (main steps)?
What about language in the buttons?
PD: I own a SM-N915FY too (PHE spanish)
Thanks in advance for your(s) answer(s)

[v2] Potato Shortcut (Custom Application shortcut in expanded view or anywhere)

What is this?
This will let you add custom application shortcuts in expanded view
Screenshots
{
"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"
}
Changelog
Disappearing shortcut icon fixed
Icons are centered by default
Add icons in HorizontalScrollView if the icons reach the 6 button threshold
How to use?
Decompile your SystemUI (Must be Deodex)
Download the attached file
Please download and install PotatoShortcuts.apk attached below (You don't need to install pkg.apk anymore)
Extract the attached file
You now have 2 files , pkg.apk and SystemUISmali.zip
Install pkg.apk (Normal install)
Extract SystemUISmali.zip
You now have the smali files, paste it in the smali folder of your decompiled SystemUI
Go to res/layout/status_bar_tracking.xml
You will see this line
Code:
<com.android.systemui.statusbar.CloseDragHandle
android:id="@+id/close"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
Paste this code after that line
Code:
<HorizontalScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content">
<com.android.systemui.statusbar.potato.shortcuts.ShortcutView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal" />
</HorizontalScrollView>
NOTE. You can put the code everywhere you like, I just put it in the close drag handle just to be just LOL.
Tested in Galaxy and KitKat ROM by Vanya (Dunno his XDA name)
Known bug
Nothing in v2 I guess
Permission
You can use this mod to your awesome ROM but don't change the smali names and the app name PLEASE , fixing bugs is harder than moving on (HUGOT!).
Credits
The PotatoInc (mariozawa)​
Nice guide sir. btw. is there a tutorial here on how to make dynamic tint bars?
Jedz77 said:
Nice guide sir. btw. is there a tutorial here on how to make dynamic tint bars?
Click to expand...
Click to collapse
I don't know if there is existing guide for it for GB, btw I will make guide for DSB (the one that PotatoCM is using) maybe after my thesis since I need to modify some of it components to be able to work in stock ROMS just what I did in this mod.
mariozawa said:
I don't know if there is existing guide for it for GB, btw I will make guide for DSB (the one that PotatoCM is using) maybe after my thesis since I need to modify some of it components to be able to work in stock ROMS just what I did in this mod.
Click to expand...
Click to collapse
OMG cant wait for that! some people in lenox evo group in fb already did that but they wont share any tutorials. thank you in advance!
Awesome mod btw! thumbs up! :good::good::good:
sir i have a simple question
#offtopic
Sir I created a Am/pm guide and want to add a app support to control ig via app So that user can toggle show /hide am pm but i have no idea to do it can u help me?
The stable version is finally out
can't fine version 2 of potato shortcut
the apk in the attachment is version 1.0 sir jc ?

Categories

Resources