[MOD]THEMERS] Change keyboard swipe/trace color - G3 Themes and Apps

Simple mod but I thought I should share.
Decompile LGEIME.apk (smali only, don't need the resources for this)
Navigate to com\lge\ime\inputview\ and open LgeTraceViewImpl.smali
Find the method:
Code:
.method private a(Landroid/content/Context;)V
Find these lines:
Code:
const-string/jumbo v2, "shape_writer_color"
const v3, -0x992c14
invoke-virtual {v1, v2, v3}, Lcom/lge/ime/keyboard/i;->e(Ljava/lang/String;I)I
move-result v1
Add this line after the "move-result v1" line, replacing the "YOUR HEX" bit with your custom smali color hex.
Code:
const v1, 0x [ YOUR HEX ]
Recompile and profit
Sample modded keyboard:
{
"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"
}

Related

[REQ]I need your Help for Laskatheme V3

After Laskartheme V1 And all versions of V2, I'm working On V3,
But I'have try to modify the size and position of clock but without success
I need your help to do it...
I Want to make something like this modified screenshot...
I shall not miss to quote the one who will bring me his help
Thanks to all!!!
{
"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"
}
I Try, I try....
I modified all values (position and size) of clock in "7c60907d_manila but no change....
I really need somebody who knows how to modify file mod9 with " mode9 editor "
try pming the author from the clock in your pic? i'm shure someone can tell you this
it's a modified screenshot by me...
It don't exist for the moment

[SCRIPT] Aroma Installer

AROMA INSTALLER​
How To Install:
Just add the two files in you ROM..
How to add your ROM's Name in the Installer
In \META-INF\com\google\android
1. Aroma Config(Open it with Notepad++)
In the line 132-136 edit whatever you want.
2. In \aroma folder.
Make the necessary changes in changelog.txt
3. and in lang folder open the english and indonesian file and make the changes you want.
And discover more by yourself....
Queries as well as suggestion are most welcomed..
You can add this to any ROM......
HOPE YOU LIKE MY WORK!!!!!!!!!!!!!!!
Download
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"
}
Great Thnx to AMARULLZ
Reserved 1

CM Orange Boot Animation

I made an "orange" boot animation for my orange S4A. It may not match the color perfectly...
{
"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"
}
Replace the bootanimation.zip in /system/media (must be rw mounted).
If you want to make your own color:
I used Imagemagick. Manual for changing Colors.
Command will change the hue in all jpgs in the current directory and all subdirectories.
Code:
for /r %%a in (*.jpg) do "d:\android\boot\ImageMagick-6.8.7-1\convert.exe" "%%a" -modulate 100,120,205 -quality 75 "%%a"
When zipping the bootanimation.zip, keep in mind that you don't use any compression (at least it did not work for me with compression level 9).

Google Messages - How to make statusbar fully transparent?

Hello,
App targeted: Google Messages
Aim : flat design with action bar color = status bar color
Easy to make it on messages lists via colors.xml.
Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="action_bar_background_color">#ff2a56c6</color>
<color name="action_bar_background_color_dark">#ff2a56c6</color>
<color name="archived_conversation_action_bar_background_color">#ff616161</color>
<color name="archived_conversation_action_bar_background_color_dark">#ff616161</color>
</resources>
I didn't find a solution to make the same in a conversation.
Each conversation could get a different color, it seems that statusbar is black with 20% alpha.
But how to make it fully transparent?
{
"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 a lot

How can I solve vendor build error!!!

Hi guys. Happy New Year~~
I'm now wanna build crDroid rom.
So I followed https://github.com/crdroidandroid/android/tree/11.0 < this readme file.
but when I type brunch "hero2lte", this error message comes out...
{
"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"
}
I know this error that comes from vendor not exits...
So I tried these things.
1. add "<project name="TheMuppets/proprietary_vendor_samsung" path="vendor/samsung" />" on the roomservice and repo sync.
> this still make error
2. extract blobs with "https://wiki.lineageos.org/extracting_blobs_from_zips.html"
> this still make error
How can I build this rom..?? Please let me know Please...........
+ Just in case, I upload roomservice.xml

Categories

Resources