[4.4.2] AOSP mods - Moto G Themes and Apps

Hello,
I want to share my Moto G mods with you.
AOSP status bar - big ugly 3G icon removed and replaced with Nexus-like one
Replace /system/priv-app/SystemUI.apk with this one, and set 644 chmod
4.4 style icon for dialer
Replace /system/priv-app/Dialer.apk with this one, and set 644 chmod
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"
}
Have fun!

wow i remember you when you colaborate in development on Galaxy Mini ( you for Galaxy Ace and Gio ) and Maclaw hehe, i will wait your develpment in Moto G threads

Nice job Are you going to develop for Moto G? That would be awesome, I admire the work you have done with Galaxy Ace and Gio.
Keep up the good work Marcin!

I liked the phone icon fix, but didn't really like the new icon as the signal bars look too tiny for the screen.
By any chance do any of you guys have the default system ui apk? Posted a thread in help but I doubt I'm going to get a response any time soon.

SamsungAdmire said:
I liked the phone icon fix, but didn't really like the new icon as the signal bars look too tiny for the screen.
By any chance do any of you guys have the default system ui apk? Posted a thread in help but I doubt I'm going to get a response any time soon.
Click to expand...
Click to collapse
Here it is https://drive.google.com/file/d/0B8ZOxrfcW5ZGUlN1RjBQNnBQUE0/edit?usp=sharing
Sorry :3 Now the original SystemUI.apk is Public
Enviado desde mi XT1032 mediante Tapatalk

By the way.
On 4.4.2 US there is only 3g icon in status bar even if it's h or h+
I solved problem this way:
SystemUI/res/values/bools.xml change false to true:
Code:
<bool name="config_hspa_data_distinguishable">true</bool>
<bool name="config_hspap_data_distinguishable">true</bool>
And it works perfectly.
But I also want to have lock orientation tile. I saw that all resources exist. But I changed this lines:
Code:
<bool name="config_showRotationLock">true</bool>
<bool name="quick_settings_show_rotation_lock">true</bool>
and nothing happend
I know that I can use gravitybox for this but I don't want to

S0bes said:
By the way.
On 4.4.2 US there is only 3g icon in status bar even if it's h or h+
I solved problem this way:
SystemUI/res/values/bools.xml change false to true:
Code:
<bool name="config_hspa_data_distinguishable">true</bool>
<bool name="config_hspap_data_distinguishable">true</bool>
And it works perfectly.
But I also want to have lock orientation tile. I saw that all resources exist. But I changed this lines:
Code:
<bool name="config_showRotationLock">true</bool>
<bool name="quick_settings_show_rotation_lock">true</bool>
and nothing happend
I know that I can use gravitybox for this but I don't want to
Click to expand...
Click to collapse
how did u deodexed 4.4? I can't like I could on 4.3-

Hahaha, I was sure you won't recognize me here guys, that means I'm pretty popular xD
Yes, Moto G is my next phone after Galaxy Gio, and S3 Mini. For now I'm amazed by stock ROM performance, however...
I will probably develop "something" (like for ex. CM11) for Moto G as well. Are you guys interested?

I'm definitely interested in a cm11 rom for my moto g
Sent from my XT1032 using xda app-developers app

marcin1147 said:
Hahaha, I was sure you won't recognize me here guys, that means I'm pretty popular xD
Yes, Moto G is my next phone after Galaxy Gio, and S3 Mini. For now I'm amazed by stock ROM performance, however...
I will probably develop "something" (like for ex. CM11) for Moto G as well. Are you guys interested?
Click to expand...
Click to collapse
Yes, interested!

Interested in privacy rom
Yes I am very interested in a rom that will by default disable google spy glasses

S0bes said:
By the way.
On 4.4.2 US there is only 3g icon in status bar even if it's h or h+
I solved problem this way:
SystemUI/res/values/bools.xml change false to true:
Code:
true
true
And it works perfectly.
But I also want to have lock orientation tile. I saw that all resources exist. But I changed this lines:
Code:
true
true
and nothing happend
I know that I can use gravitybox for this but I don't want to
Click to expand...
Click to collapse
If you are already rooted, why don't you want to us gravity box xD if thanks for the 3G/H fix
I can't seem to find it though... I went to the SystemUI.apk found in the location from OP, then opened the apk as a zip using X-Plore File Manager. I opened the res folder, but didn't find a value folder inside...
Edit: I found a flashable mod: http://www.modaco.com/topic/367402-...lobal-gsm-442-rom-to-your-unlocked-uk-device/
Sent from my XT1034 using Tapatalk

Cooptx said:
If you are already rooted, why don't you want to us gravity box xD if thanks for the 3G/H fix
I can't seem to find it though... I went to the SystemUI.apk found in the location from OP, then opened the apk as a zip using X-Plore File Manager. I opened the res folder, but didn't find a value folder inside...
Edit: I found a flashable mod: http://www.modaco.com/topic/367402-...lobal-gsm-442-rom-to-your-unlocked-uk-device/
Sent from my XT1034 using Tapatalk
Click to expand...
Click to collapse
You should decompile it first

ilovetorresmo said:
You should decompile it first
Click to expand...
Click to collapse
Duh. Sorry for my moment of stupidness.

ilovetorresmo said:
how did u deodexed 4.4? I can't like I could on 4.3-
Click to expand...
Click to collapse
ahm... For changing bool.xml you don't need to deodex systemUi.apk. But if you need to see .smali files there are few ways to do it.
1st - you can use app called "mobile apktool" or something like that. I don't remember right name. But you can decompile and compile with odexing or deodexbng without PC. Just right on your phone. I can give you a link only on russian forum for this: http://4pda.ru/forum/index.php?showtopic=482809&st=0
But it's kinda uncomfortable for me do this things on a small screen
so, there is 2-nd way: use the latest version of xUltimate 2.4.2 . But there is some problem...
I tried deodex full 4.4.2 us firmware (meens all files in folders app,framework and priv-app) and I get errors while deodexing framework folder(some core.jar error).
But I can deodex all files from app and priv-app folders. That's enough for me
p.s
for compiling/decompiling apk I'm using ApkTools2.0.0b7

could you upload your 4.4.2 US modded SystemUI.apk (no matter if it's odexed or deodexed, just let me know) with H and H+ icons enabled please? I'm having trouble with apktool 2 beta. Maybe because it's not my computer...

ilovetorresmo said:
could you upload your 4.4.2 US modded SystemUI.apk (no matter if it's odexed or deodexed, just let me know) with H and H+ icons enabled please? I'm having trouble with apktool 2 beta. Maybe because it's not my computer...
Click to expand...
Click to collapse
+1. Would be nice if it would differentiate between H and H+. I also tried apktool, and while it decompiles fine, I cannot for the life of me get it to recompile the apk.

I recon you from Defy forums! Yay marcin!

Just figured out how to do it work, thx

any chance of a port to 4.4.3?

Related

Status bar mod/theme

The status bar will look like this.
If you want to change the arch linux logo, then go here
http://forum.xda-developers.com/showthread.php?t=1281339
and follow the instructions in the second post.
{
"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 just compiled this and didn't have time to check it on my phone. So who ever wants to be brave can test it out first. It wont bootloop your phone or anything, but still.
Anyways make sure you make a backup before doing this. I didn't make a flashable zip for this so just do this using root explorer:
1. Go to /system/apps
2. Copy Systemui.apk and paste it on your sd card as systemui.apk.backup
3. Put the new systemui.apk on your sd card.
4. Copy the new systemui.apk to /system/apps
5. Press okay to overwrite the old one
6. reboot phone
Also make sure you mount r/w using root explorer before you paste or it won't allow you to.
Probably worth mentioning this is for deodexed ROMs only.
idk about that. Works fine for my phone and its odexed.
but this is for stock roms, as mine is stock. idk about custom roms.
Really? I'm new to things, so I'm genuinely curious, how were you able to make the change? I thought if you're odexed you have to deodex > decompile > make changes > recompile > odex in order to mod stuff.
If you're only changing xmls are you able to skip steps? You still have to decompile and recompile to regenerate resources.arsc, right?
Sorry, just learning where I can.
Sycobob said:
Really? I'm new to things, so I'm genuinely curious, how were you able to make the change? I thought if you're odexed you have to deodex > decompile > make changes > recompile > odex in order to mod stuff.
If you're only changing xmls are you able to skip steps? You still have to decompile and recompile to regenerate resources.arsc, right?
Sorry, just learning where I can.
Click to expand...
Click to collapse
yea I wasn't sure about it either, but I just went and grabbed systemui from my phone, decompiled it, edited status_bar.xml, added images to hdpi folder, and recompiled it. Then used root explorer to replace the original systemui.
And ya you have to delete the original resources.arsc when recompiling. I'm learning as well and was asked to share this so I did. I'm not 100% sure if it will work for others but technically it should if it worked for me.
That's great to know. I've been deodexing and odexing every time I changed something. Now I only have to do it when actual code changes are involved. You just cut my work in half lol.
yea i think you only need to deodex when you modify the actual jar files.
I tried this mod but after adb push it my status bar was gone swipe down and nothing, tried root explorer and the same thing, I had to push back the original one.
I'm using this by the way, http://forum.xda-developers.com/showthread.php?t=1282415
By the way I just read this:
I just compiled this and didn't have time to check it on my phone. So who ever wants to be brave can test it out first. It wont bootloop your phone or anything, but still. at 9:42 PM
Then in an other post few minutes later:
idk about that. Works fine for my phone and its odexed.
but this is for stock roms, as mine is stock. idk about custom roms. at 9:48 PM
So which one is it have you try it or no, just curious..
lokko21 said:
So which one is it have you try it or no, just curious..
Click to expand...
Click to collapse
Tried it and it doesn't work, it won't make your phone bootloop but it will leave you without a status bar
Sent from my SPH-D710 using xda premium
this looks like an interesting mod, i love the icons used and the time being in the center would be a nice change. i think i'll give this a shot & let everyone know of any success & my config
the screenshot in the OP, is that really your phone?
i'm really interested in the Arch Linux logo tooooooo, like really interested lol
time to read
___________________________________________________
edit:
attempted this using Root Explorer, rebooted and its missing a status bar/notification menu completely(even swipe down doesn't work). i noticed the permissions were wrong, so i fixed that & rebooted. still no luck. re-applied the old file for now. curious if this is working for anyone & what their config is?
I'm currently using PhantomHacker's Starburst v1.4 fwiw
drdrewdown said:
this looks like an interesting mod, i love the icons used and the time being in the center would be a nice change. i think i'll give this a shot & let everyone know of any success & my config
the screenshot in the OP, is that really your phone?
i'm really interested in the Arch Linux logo tooooooo, like really interested lol
time to read
___________________________________________________
edit:
attempted this using Root Explorer, rebooted and its missing a status bar/notification menu completely(even swipe down doesn't work). i noticed the permissions were wrong, so i fixed that & rebooted. still no luck. re-applied the old file for now. curious if this is working for anyone & what their config is?
I'm currently using PhantomHacker's Starburst v1.4 fwiw
Click to expand...
Click to collapse
I uploaded my file now. The one that I have tested and works. The one I use. Meaning it will have the arch linux logo in the left hand corner.
If anyone that wants to change the logo to something else, follow the tutorial link in the original post. all you will have to do is decompile it and replace the logo with something else in hdpi folder and then recompile.
and yes that is my screen atm.
Still not working.
Sent from my Super Amoled Epic Touch....
I dont see why it wouldn't work, considering thats the exact same file thats running on my phone
comeatmebro said:
I dont see why it wouldn't work, considering thats the exact same file thats running on my phone
Click to expand...
Click to collapse
Probably I'm too dumb, hopefully someone else besides you get it to work.
Sent from my Super Amoled Epic Touch....
for those thatt are running the lockscreen/taskbar/overscroll mod...will flashing this taskbar break everything else? Id love to have this instead of the taskbar included in that mod, but with all of the other tweaks.
What is the process to just add this to a theme? I dont want my status bar to change from the theme I am using. I just want the clock in the middle. Anyone wanna let me know what the process is to do this by myself rather than using OPs SystemUI file.
Im running starburst rom v1.5
will all the status bar mods be lost if push this system ui? My noob thoughts are yes but not sure.
thanks in advance

[MOD/GUIDE] 4.1 JB's 3-way Lockscreen on 4.2 JB [JOP40D] - Location service fixed

{
"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"
}
Another very simple mod. It looks like there are some users who want this thing...
Download for Stock/AOSP JOP40D: http://www.mediafire.com/?59ypr69c7qdqlw8
[JAN 03 : Location service issue fixed. Sorry!! ]
This mod won't disable lockscreen widget feature itself. just remove default camera widget only and change GlowPadView to 3 targets like 4.1 JB.
If you want to remove lockscreen widget feature, use Lockscreen Policy app instead.
*Wallpaper : download
(from LG Optimus G)
--------------------------------------------------------------------------------
*Guide for other rom users :
1) frameworks/base/core/res/res/layout/keyguard_glow_pad_view.xml
Code:
android:orientation="horizontal"
android:gravity="@integer/kg_selector_gravity"
android:contentDescription="@string/keyguard_accessibility_slide_area"
prvandroid:targetDrawables="[COLOR="Blue"]@array/lockscreen_targets_with_camera[/COLOR]"
prvandroid:targetDescriptions="[COLOR="blue"]@array/lockscreen_target_descriptions_with_camera[/COLOR]"
prvandroid:directionDescriptions="@*android:array/lockscreen_direction_descriptions"
prvandroid:handleDrawable="@*android:drawable/ic_lockscreen_handle"
prvandroid:outerRingDrawable="@*android:drawable/ic_lockscreen_outerring"
2) frameworks/base/core/res/res/values/bools.xml
Code:
<resources>
<bool name="kg_enable_camera_default_widget">[COLOR="blue"]false[/COLOR]</bool>
<bool name="kg_center_small_widgets_vertically">false</bool>
<bool name="kg_top_align_page_shrink_on_bouncer_visible">true</bool>
3) frameworks/base/core/res/res/values/config.xml
Code:
that matches the signature of at least one package on this list.
-->
<string-array name="config_locationProviderPackageNames" translatable="false">
[COLOR="Blue"]+ <item>com.google.android.location</item>[/COLOR]
<!-- The standard AOSP fused location provider -->
<item>com.android.location.fused</item>
</string-array>
--------------------------------------------------------------------------------
Flashed and confirmed it's working. Thanks!
EDIT: Compared my GNex using this 4.1 MOD to my Nexus 4 using 4.2 lockscreen and camera actually loads faster with this 4.1 MOD.
Google Now cannot use location settings with this mod enabled. Weather and traffic do not work.
Tried this on Purity ROM and got bootloop. Not sure what I did wrong.
Had to pull battery and re-flash ROM.
This is THE MOD I've been waiting for! Hope that bugs get ironed out...will be checking back frequently.
Thanks!
asawoszc said:
Google Now cannot use location settings with this mod enabled. Weather and traffic do not work.
Click to expand...
Click to collapse
Sorry but that doesn't happen on my phone...
cyhamada said:
Tried this on Purity ROM and got bootloop. Not sure what I did wrong.
Had to pull battery and re-flash ROM.
This is THE MOD I've been waiting for! Hope that bugs get ironed out...will be checking back frequently.
Thanks!
Click to expand...
Click to collapse
Sorry, flashable zip in OP is for stock or pure AOSP rom users. It will not work properly on other custom roms..
But making this mod is not difficult at all. I added guide in OP so you can easily make same mod for your rom.. .
evilisto said:
Sorry but that doesn't happen on my phone...
Sorry, flashable zip in OP is for stock or pure AOSP rom users. It will not work properly on other custom roms..
But making this mod is not difficult at all. I added guide in OP so you can easily make same mod for your rom.. .
Click to expand...
Click to collapse
Thanks for the guide I was about to ask if you could post it up.
Sent from my Galaxy Nexus using Tapatalk 2
can we get a version for verizon Nexus?
thanks
Thanks for this, MOD Master! :good:
BTW, your screenshot shows transparent statusbar, how about the guide on Stock 4.2?
I know I can just reflash my rom I'm using (running mROM 3.2), is there an easy way to revert back to the stock lockscreen?
Can someone make this for the LTE version of the Nexus?
Is it possible to add phone and messages app to the ring?
Sent from my Galaxy Nexus using xda premium
Using a pretty stock ROM (AOSP R7 4.2.1 by udK) and I don't have a base subfolder in the framework folder (in system, I presume, as I haven't found a framework folder anywhere else).
Applying the zip leads to a bootloop.
JohnSteveDoe said:
Using a pretty stock ROM (AOSP R7 4.2.1 by udK) and I don't have a base subfolder in the framework folder (in system, I presume, as I haven't found a framework folder anywhere else).
Applying the zip leads to a bootloop.
Click to expand...
Click to collapse
That's because he applied the mod on raw source directory then built manually. If using apktool to decompile its /res/layout/ and /res/values/
Pretty straight forward
Sent from my Galaxy Nexus using Tapatalk 2
Hi. Great work. I was looking for this for a long time. This is the original stock lock right? Ich tried to flash it, but the installation was aborted for some reason (see the pic with the poor quality). I have stock rooted rom.
Thanks a lot
Sent from my Nexus 4 using xda premium
I have stock 4.2.1 and if I applied this mod I will have bootloop.
evilisto said:
Another very simple mod. It looks like there are some users who want this thing...
[
--------------------------------------------------------------------------------
Click to expand...
Click to collapse
Any idea?
Location service issue fixed
Alexander.p.t. said:
Any idea?
Click to expand...
Click to collapse
I think that is because of your device is not gsm galaxy nexus(maguro)...
You'd better to compile your own for your Nexus 4.. see my guide in OP. Making this mod is not difficult at all.
asawoszc said:
Google Now cannot use location settings with this mod enabled. Weather and traffic do not work.
Click to expand...
Click to collapse
OMG sorry. that issue didn't occur on my phone at that time but during making another mod, I have same problem on mine too. So I (probably) fixed now...
Here is fixed version : http://www.mediafire.com/?59ypr69c7qdqlw8
I also get a bootloop after flashing this mod. Is there a sollution? Or maybe an app or so that clashes with the mod (Lockscreen Policy?).
I run OTA 4.2.1 (JOP40D) with root, CWM 6.0.2.3 on my Gnex.
What a clock widget on lockscreen?
dark-termit said:
What a clock widget on lockscreen?
Click to expand...
Click to collapse
Second. Its very cool.

[Flashable Zip] [N7 Wifi only] [KRT16S] Translucent lockscreen bars for 4.4

Hi!
I noticed that the N7 2012 doesn't have the new translucent status & bottom bar on the lock screen.
Nobody seems to have created a zip for the N7, though the N4 has had some love.
I have it working for me, so I thought I'd share.
Please don't use this zip on the N7 3G.
KRT16S Version (Latest)
Code:
Flash this from recovery for your translucent bars:
[url]https://db.tt/DtUygIHb[/url]
Flash this to restore to original in case of bootloops:
[url]https://db.tt/TxfTykJj[/url]
KRT16O Version (old)
Code:
Flash this from recovery for your translucent bars:
[url]https://db.tt/lon9dKd3[/url]
Flash this to restore to original in case of bootloops:
[url]https://db.tt/vClhQlsx[/url]
If Dropbox kills the links for some reason, please drop me a pm.
You shouldn't need to clear cache, but try it if you get a bootloop.
Credits
Hardly any of this is my work, I merely unpacked, edited and packed again.
Thank you to Floydfire for creating this for the N4, and heavily inspiring even my thread title: http://forum.xda-developers.com/showthread.php?t=2527525
Thanks very much to Quinny899 for an extremely useful guide that got me most of the way: http://forum.xda-developers.com/showthread.php?t=2510410
Thanks to Flextrick for making Android Multitool: http://forum.xda-developers.com/showthread.php?t=2326604
And last but not least, the devs of apktool.
Cheers, and hope you are enjoying KitKat!
Bro I think there's something wrong with the 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"
}
The "framework" folder should be inside a "system" folder, while it's not. I'll try editing the zip and see if it works, but flashing it like this might be dangerous..
EDIT:I just looked at the updater-script, now I understand.. BTW, does it need a deodexed ROM?
Inviato dal mio Nexus 7 con Tapatalk HD
Works great on stock rooted rom installed via flashable zip from the general section!
Sent from my Nexus 7 using Tapatalk
works great, thanks for sharing
Thanks a lot, I tried to follow Quinny's guide as well but always got caught in bootloops (I have plenty of errors when compiling again, probably has sth to do with apktool).
Got a little frustrated when I saw your zip worked though
Thanks again
Thanks for sharing your work.
FYI if you install Googlehome.apk you'll get transparent status and navbar, as well as the new folder and wallpapers.
Sent from my Nexus 7 using XDA Premium 4 mobile app
Bert98 said:
Bro I think there's something wrong with the zip..
The "framework" folder should be inside a "system" folder, while it's not. I'll try editing the zip and see if it works, but flashing it like this might be dangerous..
EDIT:I just looked at the updater-script, now I understand.. BTW, does it need a deodexed ROM?
Inviato dal mio Nexus 7 con Tapatalk HD
Click to expand...
Click to collapse
I'd just recently used the N7 4.4 factory image and tested with that, so just stock is fine.
TheTenth said:
Thanks a lot, I tried to follow Quinny's guide as well but always got caught in bootloops (I have plenty of errors when compiling again, probably has sth to do with apktool).
Got a little frustrated when I saw your zip worked though
Thanks again
Click to expand...
Click to collapse
I had a frustrating half hour sorting this, during which I could see that the transparency had worked, but it started to bootloop within a minute of hitting the lock screen.
If you want to have another go, try Android Multitool (linked in OP), but don't sign it in that, or with zipsigner. Copy the meta-inf and manifest back from the original apk, instead of signing.
Doing it manually, you may need to place the apk in /system/, then set permissions (0644), then move to /system/framework/
gopin said:
Thanks for sharing your work.
FYI if you install Googlehome.apk you'll get transparent status and navbar, as well as the new folder and wallpapers.
Sent from my Nexus 7 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yup, that or the current Nova Launcher Beta (my personal preference).
Glad it is working for everyone and you are all welcome!
I wanted transparent navi and notification bars so bad but the stock and GEL wont do it (people say it does but it wont) so i installed nova launcher beta and it worked without any mod now i just flashed this mod. nova still working stock still black bars and dont have GEL to check it but i think it will work
Thank you.
Factory image rooted works fine.
PhoenixTank said:
I'd just recently used the N7 4.4 factory image and tested with that, so just stock is fine.
Click to expand...
Click to collapse
Yay man, it worked on stock OTA! Thanks a lot :thumbup:
Inviato dal mio Nexus 7 con Tapatalk HD
i have edited mine @ 24dpi and using gel, its only translucent in home screen and launcher but im apps and setting its not.. i want all my apps to be using translucent nav and notif.
Sent from my Nexus 7 using XDA Premium 4 mobile app
Thank you for this. It works great.
microchip88 said:
i have edited mine @ 24dpi and using gel, its only translucent in home screen and launcher but im apps and setting its not.. i want all my apps to be using translucent nav and notif.
Sent from my Nexus 7 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Care to share this?
it works! thanks!
before the next OTA update, do we have to flash the original framework-res back?
arty said:
it works! thanks!
before the next OTA update, do we have to flash the original framework-res back?
Click to expand...
Click to collapse
Yeap, afraid so - maybe keep the original on your device for easy flashing?
I'll be looking forward to Xposed being updating for 4.4 to avoid this in the future
Can you do for 3g version please?
misterjoji said:
Can you do for 3g version please?
Click to expand...
Click to collapse
I did one. There you go:
[MOD][4.4][KRT160] Transparent Lockscreen Mod
wejgomi said:
I did one. There you go:
[MOD][4.4][KRT160] Transparent Lockscreen Mod
Click to expand...
Click to collapse
Thanks! it works awesome! :highfive:
Any chance we can get a flashable zip for the new KRT16S ?
TIA
PhoenixTank said:
I had a frustrating half hour sorting this, during which I could see that the transparency had worked, but it started to bootloop within a minute of hitting the lock screen.
If you want to have another go, try Android Multitool (linked in OP), but don't sign it in that, or with zipsigner. Copy the meta-inf and manifest back from the original apk, instead of signing.
Doing it manually, you may need to place the apk in /system/, then set permissions (0644), then move to /system/framework/
Click to expand...
Click to collapse
Thanks for the tip, I just tried your way with new KRT16S build, and it worked (even though MultiTool gave me some aapt warnings). :good:

[MOD][CM11] MinimalKat!

MinimalKat Statusbar
Still In Progress!​
Code:
#include
/*
* I am not responsible for bricked devices,bricked mind,bricked wife(?)
*
*
* if you find some glitch please tell me
*
*/
Include
[GUIDE] [MOD] [CM11] [HDPI] MinimalKat Status bar! by me
Same as with Ace 2
-Without Speed Meter
-With Carrier Provider
-More MNML!​
TextAppearance.QuickSettings
-TextSize: 11.0dip
-AllCaps: False
TextAppearance.StatusBar.Expanded.Date
-TextSize: 13.0dip
-AllCaps: False
TextAppearance.StatusBar.Clock
-TextSize: 14.0dip
Left Service Provide
Right Notification Icon
CM11 for S3 Mini by Maclaw build 2/04/2014
Mobile data type like in iOS
Status bar format from left:
-Signal Dots
-Service Provider
-Mobile data type
-Wifi
-Clock
-Notif Icon
-Notif System Icon
Req Open..... Still on development!
ScreenShoot
MinimalKat
{
"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"
}
​
Future Update
1.Not Yet!​
Installation
Download my mod in download section
Rename to SystemUI.apk
Push to System/Priv-app
DONE! Perfect Installation
Download
Version 1 Redesign! Attachment
Thank For
Allah SWT
@Ticklefish -for tool
S3 Mini Group on facebook
Google for iOS 7 icon :laugh:
Ace 2 Group on facebook
@Nieon. - for some .png file
​
Good job brada ! Awesome !
Nice minimal status bar ! :good:
Will ya do it for stock ROM android 4.1.2 ?
limyuyang said:
Good job brada ! Awesome !
Nice minimal status bar ! :good:
Will ya do it for stock ROM android 4.1.2 ?
Click to expand...
Click to collapse
i think i can't do it without partner can you move clock to center in samsung rom?
MR.Volkf said:
i think i can't do it without partner can you move clock to center in samsung rom?
Click to expand...
Click to collapse
I guess I can't center the clock, because I used XBlastTools to center my clock in sammy ROM. :laugh:
And, why there's a CM logo on your left side status bar ? How did you do that ?!
limyuyang said:
I guess I can't center the clock, because I used XBlastTools to center my clock in sammy ROM. :laugh:
And, why there's a CM logo on your left side status bar ? How did you do that ?!
Click to expand...
Click to collapse
CM logo is USB Debug icon brada
MR.Volkf said:
CM logo is USB Debug icon brada
Click to expand...
Click to collapse
I see. Hehe.....:laugh:
May be nice work but what is the mod, which changes have you done exactly? Only replace 2 icons in systemui and thats all? It would be better without Xposed&GB.
~Tapatalk 4 * SIII Mini~
ronin790 said:
May be nice work but what is the mod, which changes have you done exactly? Only replace 2 icons in systemui and thats all? It would be better without Xposed&GB.
~Tapatalk 4 * SIII Mini~
Click to expand...
Click to collapse
Check this bro [GUIDE] [MOD] [CM11] [HDPI] MinimalKat Status bar! and for all i will upload latest change stay tuned
Uploaded Version 1+
Ok, nice work bro, keep it up :thumbup:
~Tapatalk 4 * SIII Mini~
Good job it's possible Mobile icon data 3G
Sent from my GT-I8190 using xda app-developers app
Great work!
Works like a charm and my device is not even S3Mini! :laugh:
I'm using Samsung Galaxy Ace 2 though but this works great! Thanks! :good::victory:
Update to version 1.1 :silly:
MR.Volkf said:
Update to version 1.1 :silly:
Click to expand...
Click to collapse
Can you mod my CM11 systemUI? It works well from this CM11 S3M version, but some icons are not showing (such as: alarm, vibrate, and some other icons too). Also, can you tell me how to move the signal bar or the battery percentage to the right?
I'm trying to mod the systemUI but it all ends with brut oh, and I'm using SGA2, thanks before
Nieon. said:
Can you mod my CM11 systemUI? It works well from this CM11 S3M version, but some icons are not showing (such as: alarm, vibrate, and some other icons too). Also, can you tell me how to move the signal bar or the battery percentage to the right?
I'm trying to mod the systemUI but it all ends with brut oh, and I'm using SGA2, thanks before
Click to expand...
Click to collapse
yeah that's why this project named Minimalkat i think alarm icon is showing :/ for battery i don't know but in status_bar.xml i was set it on right :| give me your SystemUI.apk and i will make it and i was on your forum on facebook bro
MR.Volkf said:
yeah that's why this project named Minimalkat i think alarm icon is showing :/ for battery i don't know but in status_bar.xml i was set it on right :| give me your SystemUI.apk and i will make it and i was on your forum on facebook bro
Click to expand...
Click to collapse
it is? I think I havent set on the alarm I heard that we still can't change the battery in CM11 but I dunno.. I just cant find the batteries png files in drawable-hdpi folder (the should be tw_stat_battery or something like that, right?)
Haha yeah, saw you commenting on my post it surprised me tho ~
Nieon. said:
it is? I think I havent set on the alarm I heard that we still can't change the battery in CM11 but I dunno.. I just cant find the batteries png files in drawable-hdpi folder (the should be tw_stat_battery or something like that, right?)
Haha yeah, saw you commenting on my post it surprised me tho ~
Click to expand...
Click to collapse
yeah see in drawable-hdpi yeah because battery located in java file,and i dunno where's the java file,bro can you reupload it?
MR.Volkf said:
yeah see in drawable-hdpi yeah because battery located in java file,and i dunno where's the java file,bro can you reupload it?
Click to expand...
Click to collapse
Yeah, think I'll mod everything later on when CM11 final released
Done. Re-uploaded. Check the attachment bro
Nieon. said:
Yeah, think I'll mod everything later on when CM11 final released
Done. Re-uploaded. Check the attachment bro
Click to expand...
Click to collapse
eror 404 bro,can you upload to another host?
MR.Volkf said:
eror 404 bro,can you upload to another host?
Click to expand...
Click to collapse
Done 8)
DROPBOX

[Tut][Mod] How to remove album as default from Camera and Photos/video widget

Hello guys
sorry that i had no time to mode the camera ui you sent me
so i will provide a simple tut with modified files
Requirements:-
Apktool
framework should be installed
some knowledge to decompile and compile
your stock SemcCameraUI.apk and PhotoWidget-release.apk
i will write it very simply..... try to understand
STEPS:-
First SemcCameraUI
Decompile your SemcCameraUI.apk
open this smali file using Notepad++( SemcCameraUI\smali\com\sonyericsson\cameracommon\launcher\AlbumLauncher.smali )
Search this code "com.sonymobile.album.action.VIEW"
Now Replace this Red code "com.sonymobile.album.action.VIEW" to This blue code "com.android.camera.action.REVIEW"
Recompile the apk and sign it ( sign it only if you had superusermod else copy METAINF from stock apk to new mod apk by winrar)
and push to the priv-app and reboot
STEPS:-
Now PhotoWidget-release.apk
Decompile your PhotoWidget-release.apk ( you need to work on 2 diferent smali codes )
open this smali file using Notepad++( PhotoWidget-release.apk\smali\com\sonyericsson\advancedwidget\photo\provider\ImageThumbnailInfo.smali )
Search this code "com.sonyericsson.album"
Now Replace this Red code "com.sonymobile.album.action.VIEW" to This blue code "com.android.camera.action.REVIEW"
open this smali file using Notepad++( PhotoWidget-release.apk\smali\com\sonyericsson\advancedwidget\photo\provider\IVideoThumbnailInfo.smali )
Search this code com.sonyericsson.video"
Now Replace this Red code "com.sonymobile.album.action.VIEW" to This blue code "com.android.camera.action.REVIEW"
Recompile the apk and sign it ( sign it only if you had superusermod else copy METAINF from stock apk to new mod apk by winrar)
and push to the app and reboot
The result will be like this for camera and for photos and video widget
{
"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"
}
Finally you did it
have fun
Dont forget to add credits if you used my mods/work
Best regards,
VK
if once you did it for your device just send me your modded app with model you use
so that i will attach in this thread ( i will add credit to you ) so that all other users can use this mod
http://forum.xda-developers.com/cro...es-apps/mod-camera-album-default-app-t3139667
Hi venkat kamesh,
first of all, many thanks for this tutorial! I followed it and successfully modded the camera of the latest stock rom for my Z1 Compact. It was really easy, decompile, replace the smali files with yours, recompile.
The real reason why I want to thank you is, that this was the trigger for me to make my first steps in reverse engineering of android APKs. I found it fascinating that I could edit smali files to introduce changes in closed source apps. Makes you feel mighty somehow
But it was not enough for me. I learned how to get real java code out of this APK, and having this, I thought why not try to make an Xposed module out of this? That's what I did, and now I'm proud to have published my first Xposed module. Here ist the XDA thread:
click
It does what your modification does and fixes one supplementary annoyance of the Xperia camera, which is the unintentional switching off of the Geo-Tags option under some circumstances.
Really, many thanks, without this tiny tutorial I would never have begun doing such things!
I added credits for you on the XDA thread, in the module description and the README in the sources.
tryptophane said:
Hi venkat kamesh,
first of all, many thanks for this tutorial! I followed it and successfully modded the camera of the latest stock rom for my Z1 Compact. It was really easy, decompile, replace the smali files with yours, recompile.
The real reason why I want to thank you is, that this was the trigger for me to make my first steps in reverse engineering of android APKs. I found it fascinating that I could edit smali files to introduce changes in closed source apps. Makes you feel mighty somehow
But it was not enough for me. I learned how to get real java code out of this APK, and having this, I thought why not try to make an Xposed module out of this? That's what I did, and now I'm proud to have published my first Xposed module. Here ist the XDA thread:
click
It does what your modification does and fixes one supplementary annoyance of the Xperia camera, which is the unintentional switching off of the Geo-Tags option under some circumstances.
Really, many thanks, without this tiny tutorial I would never have begun doing such things!
I added credits for you on the XDA thread, in the module description and the README in the sources.
Click to expand...
Click to collapse
great to hear you learnt
just give a minute i will simplify the guide
hope that helps you
btw great work buddy
venkat kamesh said:
great to hear you learnt
just give a minute i will simplify the guide
hope that helps you
btw great work buddy
Click to expand...
Click to collapse
what is this PhotoWidget-release.apk for? Is it for a widget? I don't see this widget, maybe because I use Nova Launcher instead of the stock launcher...
edit: ok, I saw you changed the title of the thread. It's for a widget. Doesn't interest me, as I can't use it in Nova. Most Sony widgets are only available in the Sony launcher... Would be something for a new Xposed module
thanks mate @venkat kamesh
does this tutorial work in kk also? because I decompiled SemcCameraUI from kk, but can't find the path you mention "\SemcCameraUI\smali\com\sonyericsson\cameracommon\l auncher\AlbumLauncher.smali"
when decompiled SemcCameraUI, I can only see:
original
res
unknown
AndrodiManifest.xml
apktool.yml
apktoolversion.tma
??
thanks in advance!
moly82 said:
thanks mate @venkat kamesh
does this tutorial work in kk also? because I decompiled SemcCameraUI from kk, but can't find the path you mention "\SemcCameraUI\smali\com\sonyericsson\cameracommon\l auncher\AlbumLauncher.smali"
when decompiled SemcCameraUI, I can only see:
original
res
unknown
AndrodiManifest.xml
apktool.yml
apktoolversion.tma
??
thanks in advance!
Click to expand...
Click to collapse
first deodex that app bro
good luck
and this is same from kk
venkat kamesh said:
first deodex that app bro
good luck
and this is same from kk
Click to expand...
Click to collapse
thank you mate, so will have to understand how to deodex it first...
Bro great tutorial, worked perfect ??
Sent from my D6653 using Tapatalk
I have a Sony Xperia Z1 rootl 5.1.1. stok Why not installed / bootload unlock
Someone did this for the 6.0.1 Camera (e.g. Sony Z3?)
What I dont get is:
Why do I have to decompile the gallery app? In my case Quickpic? And if so, why? I only want to choose the gallery app in the camera app...
What do you mean with "superusermod"?
Device is Z3c, SLIMM 3.8, Cyberian camera, Elite Kernel. Tried this with APK Studio, after that camera is not existent and doesnt start.
Thank you for your help!
There's an easy way to do it, just hibernate the sony gallery app with titanium backup
ryu111 said:
There's an easy way to do it, just hibernate the sony gallery app with titanium backup
Click to expand...
Click to collapse
If you do this pictures will not be opened with the thumbnail in my case. And this thread would not exist
Works for me, btw my device is Z3 6.0.1

Categories

Resources