Google systemui.apk beta v.1.38 - Samsung Galaxy Star

Here i am back with new version of Google Systemui.apk
FEATURES :
1}Changes are Network Signal .
2}Notification panel setting icon changed.
3}Internet icon converted to 3g icon.
4}Changed battery icon into percents
5}Toggle icons
changed.
6} Dual sim fixed.
7} Transparent statusbar added.
And many changes on notification panel.
INSTALLATION :
PROCESS 1 :
!) Delete default systemui.odex.
!!) Download zip file from below link.
!!!) Flash via cwm.
PROCESS 2:
Download zip file from below.
Download root explorer
Now open root explorer.
in root go to the system/app/ here find
the systemui.apk n rename it to
asystemui.apk (before renaming
check you have given read write
permission)
now click on other tab and copy that
downloaded systemui.apk and paste
here (before pasting check you have
given read write permission)
now move asystemui.apk from
system/app/here and paste in ext sd
for backup
restart your phone...
Note:- Before flashing ensure you
have root access and delete default systemui.odex
DOWNLOAD LINK : https://www.dropbox.com/s/syufw6s4l413uf2/GOOGLE_SYSTEMUI_BETA_V1.138-signed.zip
VERSION INFORMATION
Status : stable
Requirements : A rooted S5282(galaxy star)
Version : V.1.38 BETA
CREATED BY:AMIT KARMAKAR @amit9734
JUST GIVE ME A THANKS

Screenshots
JUST GIVE ME A THANKS

Thanks Buddy

thanks
thanks

Thanks

Related

[TUT] Xperia Z Lockscreen - change unlock screen tips/unlock times before remove tips

Hi everyone, I'm here to teach you guys on how to change the text "Swipe up or down to unlock" on Xperia Z lock screen. Since I saw some request on it.
Preparation:
*Framework Toolkit by Themike10452 http://forum.xda-developers.com/showthread.php?p=36085941 (at B section, only the toolkit) (from now on will call toolkit)
*Notepad++ http://notepad-plus-plus.org/ (under download tab)
*Java Development Kit http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html (choose the one compatible with your os) (install it before you open toolkit)
*Latest apktool (both apktool and and it's dependencies) http://code.google.com/p/android-apktool/downloads/list (use dependencies for windows if you are on windows)
*7zip File Manager http://www.7-zip.org/
{ above all software are essentials for one to mod any apk files and frameworks. }
*UxpNxtLockScreen.apk (extract from ROM either from phone memory using root file explorer or from flashable ROM zip (at system/app)
*A thinking Brain
**Framework Toolkit by Themike10452 http://d-h.st/Pkb (this is the version that I'm using to mod apk and framework (it mean it is working, for me), use it if your toolkit is not working, only for windows os only) (I have no idea am I allowed to share this tool or not, since i didn't get permission from Themike10452 yet, request sent but no reply at all at the moment, I will put this down if Themike10452 request so)
Click to expand...
Click to collapse
Instructions/Guide:
§ 1st, extract Framework Toolkit by Themike10452 and put it aside on any where of your comp (preferable desktop).
§ 2nd, extract apktool files with 7 zip. Yes, open the bz2 files you had download just now, you will see a tar file within, open it again, then you will see a folder, for apktool, you will see a file jar file ; for dependencies, you will see 2 files exe and bat each, copy them and replace the same file in toolkit folder (inside the "other" folder", just override the old files).
§ place UxpNxtLockScreen.apk in "place-apk-here-for-modding" within toolkit folder.
§ run "Apk-Multi-Tool.bat" as admin. Press any keys to continue after the "Multi Tool Screen" appear. It will lead you to a screen with multiple options shown with numbers in front of them.
§ check: at top right corner, "Current-App" should follow with "UxpNxtLockScreen.apk"(if no, please recheck whether if the file you put is in correct place or not and you shouldn't have more than 1 apk in that folder to start modding or theming), then press "9" and enter to decompile apk. Once it's done, minimize the toolkit, you will use it later, now go to root folder of toolkit, within projects folder you will see a folder named "UxpNxtLockScreen.apk".
(from 1st instruction until here is the general decompiling apk process, it should works on all apks unless the apk have extraordinary resources that can't be decoded by apktool by other toolkit, maybe? and the following instructions will be called "modding" *yes, you are now starting to mod a/an apk file now )
§ navigate to /projects/UxpNxtLockScreen.apk/res/values/ and you will see 11 xml files. Open strings.xml with Notepad++.
§ find the line with this name "lockscreen_unlock_hint", use Ctrl + F if you can't find them.
eg:<string name="lockscreen_unlock_hint">Swipe up or down to unlock</string>
§ change the sentence after " > " and before " </string> " with the sentence you desire and save the file (Ctrl + S)
§ Back to Apk Multi Tool, press " 21 " > enter > " 0 " > enter. ( This is to set compression level to 0. I'm not sure if it works with Compression level at 9) then " 11 " and enter to recompile the apk. A while later. screen will pause and show a message end with < y / n >:
2 options here:
# To be safe, press " y " and enter then wait for it to extract source from original apk, navigate to keep folder, delete a file named "resources.arsc" and back to apk multi tool and press any buttons to continues. (this is to keep the original sources at new modified apk to reduce error and maintain its compatibilities to the ROM.)
# Another is " n ", just press n and enter, and done. (i wont give 100% working in this way, do it on your own risk)
§ You will then get a file named "System_UxpNxtLockScreen.apk", move or copy it into your SD, rename to "UxpNxtLockScreen.apk", and replace it with correct permission ( R W - R - - R - - ).
Click to expand...
Click to collapse
# To change the number of times unlock to remove the unlock tips (unlock untill a certain times to remove the unlock tips), navigate to /projects/UxpNxtLockScreen.apk/res/values/ and open intergers.xml with note++, and find the following lines "unlocks_before_hint_removal"
eg: <integer name="unlocks_before_hint_removal">100</integer>
change the number value to number of times you desire and save the file, then recompile the apk.
Click to expand...
Click to collapse
Extra
You may use the apktool provided by stanlin salu from his tutorial of decompile/recompile apk. About decompile and recompile apk, follow his tutorial, just edit those files according to my instructions/guide. This thread is actually only providing the information about which file and which line to be edited to change the unlock tips and unlock times before remove tips.
{stanlin salu's apk decompile and recompile tutorial and apktool download------------> http://forum.xda-developers.com/showthread.php?t=2011337
CAUTION!
§ Please check both of your apk file by opening them with 7 zip file manager, compare both apk for their content(should be total of 3 files and 2 folders), all the files and folders within should have the same size except "resource.arsc" *unless you modified some other pictures, then check the number of files contained in the folder, the number of files must be the same. If "META-INF" is different, please copy the folder from original apk to modded apk and override them. None of those files (classes.dex, AndroidManifest.xml, META-INF...) can be 0kb (I think only odexed framework will get 0kb, deodexed framework will not get 0kb)
§ If you replaced any picture in drawable folders, please make sure that the picture have same file name with the original picture. And during recompile process, please delete the same picture file of the same name that you modified at keep folder if you choose < y > at the pause.
Miscellaneous:
§ If you seriously having problem to recompile or modding, you may upload UxpNxtLockScreen.apk or yours to me for modding and I will upload to you once I get it done.
§ Please give me some time to mod for you since I'm just a Pre-University Student who studied 12 hours a day and also spending my time with my family and friends as well. I'm doing all these as a part of my interest and my own free will. :angel:
Credits:
Themike10452 for the apk multi tool and his great tutorial there.
stanlin salu for his apk decompile and recompile tutorial (even though i didn't learnt to decompile apk from his tutorial, but something extra from his tutorial)
*I will take no responsibilities if your phone is bricked because of using any mod from this thread. Everything is done on your own risk. So please don't point your finger at me if anything goes wrong, or I will LMAO. You should have know the forum's rules, you are the one who chose to use this mod at your own decision, I do not use a gun point at you to use it
Please click the "Thanks" button if this mod helped you and of course those who are in credits for their effort
I´ll try and try but don´t works for me, I follow the steps. maybe i´ts a pc or sofware problem.
Re: [TUT] How to change "swipe up or down to unlock" for Xperia Z lockscreen
I think this should go in Theming section maybe if I'm not mistaken
But still nice work
Sent from my Xperia Neo V using xda premium
Ghostfreak NB said:
I think this should go in Theming section maybe if I'm not mistaken
But still nice work
Sent from my Xperia Neo V using xda premium
Click to expand...
Click to collapse
sorry about that, maybe i should request moderator to move this thread later
Re: [TUT] How to change "swipe up or down to unlock" for Xperia Z lockscreen
jordiluna said:
I´ll try and try but don´t works for me, I follow the steps. maybe i´ts a pc or sofware problem.
Click to expand...
Click to collapse
What kind of problem is it? Can you give more detailed info for me to sort it out? Best with screen shot of the toolkit.
Sent from my MT15i using xda app-developers app
Re: [TUT] How to change "swipe up or down to unlock" for Xperia Z lockscreen
xange said:
Hi everyone, I'm here to teach you guys on how to change the text "Swipe up or down to unlock" on Xperia Z lock screen. Since I saw some request on it.
Preparation:
*Framework Toolkit by Themike10452 http://forum.xda-developers.com/showthread.php?p=36085941 (at B section, only the toolkit) (from now on will call toolkit)
*Notepad++ http://notepad-plus-plus.org/ (under download tab)
*Java Development Kit http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html (choose the one compatible with your os) (install it before you open toolkit)
*Latest apktool (both apktool and and it's dependencies) http://code.google.com/p/android-apktool/downloads/list (use dependencies for windows if you are on windows)
*7zip File Manager http://www.7-zip.org/
{ above all software are essentials for one to mod any apk files and frameworks. }
*UxpNxtLockScreen.apk (extract from ROM either from phone memory using root file explorer or from flashable ROM zip (at system/app)
*A thinking Brain
§ 1st, extract Framework Toolkit by Themike10452 and put it aside on anyway of your comp (preferable desktop).
§ 2nd, extract apktool files with 7 zip. Yes, open the bz2 files you had download just now, you will see a tar file within, open it again, then you will see a folder, for apktool, you will see a file jar file ; for dependencies, you will see 2 files exe and bat each, copy them and replace the same file in toolkit folder (inside the "other" folder", just override the old files).
§ place UxpNxtLockScreen.apk in "place-apk-here-for-modding" within toolkit folder.
§ run "Apk-Multi-Tool.bat" as admin. Press any keys to continue after the "Multi Tool Screen" appear. It will lead you to a screen with multiple options shown with numbers in front of them.
§ press "9" and enter to decompile apk. Once its done, go to root folder of toolkit, within projects folder you will see a folder named "UxpNxtLockScreen.apk". and minimize the window, you will use it later.
§ navigate to /projects/UxpNxtLockScreen.apk/res/values/ and you will see 11 xml files. Open strings.xml with Notepad++.
§ find the line with this name "lockscreen_unlock_hint", use Ctrl + F if you can't find them.
eg:<string name="lockscreen_unlock_hint">Swipe up or down to unlock</string>
§ change the sentence after " > " and before " </string> " with the sentence you desire and save the file (Ctrl + S)
§ Back to Apk Multi Tool, press " 21 " > enter > " 0 " > enter. ( This is to set compression level to 0. I'm not sure if it works with Compression level at 9) then " 11 " and enter to recompile the apk. A while later. screen will pause and show a message end with < y / n >:
2 options here:
# To be safe, press " y " and enter then wait for it to extract source from original apk, navigate to keep folder, delete a file named "resources.arsc" and back to apk multi tool and press any buttons to continues. (this is to keep the original sources at new modified apk to reduce error and maintain its compatibilities to the ROM.)
# Another is " n ", just press n and enter, and done. (i wont give 100% working in this way, do it on your own risk)
§ You will then get a file named "System_UxpNxtLockScreen.apk", move or copy it into your SD, rename to "UxpNxtLockScreen.apk", and replace it with correct permission ( R W - R - - R - - ).
Credits:
Themike10452 for the apk multi tool and his great tutorial there.
Click to expand...
Click to collapse
Nice explanation for new learners...
I knew this but I thanked you because there was no post like this when I started theming.....
Cheers
---------- Post added at 04:30 PM ---------- Previous post was at 04:24 PM ----------
jordiluna said:
I´ll try and try but don´t works for me, I follow the steps. maybe i´ts a pc or sofware problem.
Click to expand...
Click to collapse
U should tell at which step u were struck whether it compiled and decompiled without errors
Sorry for the delay, I always compiled with errors, with this programe and with other versions of apktool. So I say it is software problem, something missing in my computer, I never could decompiled and compiled any apk.Whit this tutorial and others. This tutorial is great, and no doubt it will work.:good:
jordiluna said:
Sorry for the delay, I always compiled with errors, with this programe and with other versions of apktool. So I say it is software problem, something missing in my computer, I never could decompiled and compiled any apk.Whit this tutorial and others. This tutorial is great, and no doubt it will work.:good:
Click to expand...
Click to collapse
did you install the Java and restart your comp? the apktool require Java Development Environment(JDE) to run it. JDE download is on 1st post. and you must choose the correct version, for instance like me, i'm using windows 7 ultimate x64, so i installed windows x64 bits version. since you said u tried different version of apktool and its not working, you must have either java problem, or you did not running it as administrator.
Re: (Moderator plz move this to theme section) [TUT] Xperia Z change unlock screen ti
I download the java file, and restart, but run as administrator......., I'll try
send from my mind, without phone.
Re: [Tutorial] Xperia Z Lockscreen - change unlock screen tips
jordiluna said:
I download the java file, and restart, but run as administrator......., I'll try
send from my mind, without phone.
Click to expand...
Click to collapse
Try it friend and tell here...
If it still does nor work for u I will upload my apktool which I think will work 100%
I´ll try, ..... this is the apk, some png´s are modified by me. But something´s strange, classes.dex 0 kb, androidmanifest 0kb.In meta inf all three files 0 kb View attachment System_UxpNxtLockScreen2neon.apk
Is this normal?
And a lot of thanks for your time...:good:
jordiluna said:
I´ll try, ..... this is the apk, some png´s are modified by me. But something´s strange, classes.dex 0 kb, androidmanifest 0kb.In meta inf all three files 0 kb View attachment 1760764
Is this normal?
And a lot of thanks for your time...:good:
Click to expand...
Click to collapse
it souldn't be 0kb.... that dex file is what dalvik cache used to store. i upload mine apktool, you try and see if is it still the same or not......, you are running which os by the way?
would you mind to send me your original file as well?
Re: [Tutorial] Xperia Z Lockscreen - change unlock screen tips
I'm on windows vista. I'll send the original file this afternoon. Thanks
send from my mind, without phone.
Re: [Tutorial] Xperia Z Lockscreen - change unlock screen tips
jordiluna said:
I'm on windows vista. I'll send the original file this afternoon. Thanks
send from my mind, without phone.
Click to expand...
Click to collapse
I have a exam tomorrow after that I will surely solve it problem and by that time u will upload the original file
And till then just tell are u installing framework via apktool as uxpnxt is a framework dependent files
The original file......View attachment UxpNxtLockScreen4elements.apk
salsreloded said:
I have a exam tomorrow after that I will surely solve it problem and by that time u will upload the original file
And till then just tell are u installing framework via apktool as uxpnxt is a framework dependent files
Click to expand...
Click to collapse
I already uploaded a working version that i'm using......
jordiluna, you try it see if it works or not. and, after recompile, please recompare the modded apk and original apk, the 3 files must have same file size, choose < y > during recompile, just delete the resources.arsc only. leave other untouched files and pictures there to be rewrite to the new modded apk.
I downloaded apktool and I put the original file and.......recompile without errors!!! all files are well. but :crying: The word that I edit in strings, I put just UNLOCK, don´t shows in the lockscreen. I redownloaded notepad too, and nothing.:silly::silly::silly:
Please mod this file for me. I just only need this word- UNLOCK. And thanks for your time, a lot of thanks.
View attachment UxpNxtLockScreen.apk
Re: [Tutorial] Xperia Z Lockscreen - change unlock screen tips
jordiluna said:
I downloaded apktool and I put the original file and.......recompile without errors!!! all files are well. but :crying: The word that I edit in strings, I put just UNLOCK, don´t shows in the lockscreen. I redownloaded notepad too, and nothing.:silly::silly::silly:
Please mod this file for me. I just only need this word- UNLOCK. And thanks for your time, a lot of thanks.
View attachment 1765456
Click to expand...
Click to collapse
Apk is downloaded to my phone now, I will mod it and post to you once I done it tomorrow afternoon (+8 here) after I back from school.
Sent from my MT15i using xda app-developers app
Take your time, don´t hurry. And thanks.
jordiluna said:
Take your time, don´t hurry. And thanks.
Click to expand...
Click to collapse
Well, I gave you 2 versions. one is tips with "Unlock" as you requested, another one is "jordiluna @ XDA-Developers".
just rename anyone of those to UxpNxtLockScreen.apk and replace the old one with correct permission ( R W - R - - R - - ). correct permission 1st before replace. and reboot. hope you will like it

u8655-51 Transparent Status Bar + Tansparent notification background

u8655-51 Transparent Status Bar + Tansparent notification background
Only For Huawei u8655-51, Deodexed but work in odexed ROM just delete the odex file (Make a backup of both files apk and odex before )
You need a rooted device, do it at your own risk
1 - Download the SystemUI.apk
2 - Copy To SD
3 - Use any file manager like root browser or root explorer
4 - Copy the apk to /system/apps (You will get a error message after overwrite the file)
5 - Reboot Phone (status bar wont appear)
6 - With the file manager change permission to SystemUI.apk in /system/apps like this rw-r-r.
7 - Reboot once again.
Enjoy.​
Good work :good:

NotificationCenter Collection [Vibe 4.3][Post Your HomeScreen]**BE APPROPRIATE**

NOTE FROM THE MODERATOR:
PLEASE BE CONSIDERATE ABOUT THE VARIETY OF AUDIENCES AND POST ONLY APPROPRIATE IMAGES
I think UI from original not enought good , So i always looking for some design for mod UI & now i combine from concept credit : @Zdune Apent thanks & i mod again new icon for ui , toggles icon mod by my self & got inspiration from Themes CyanCobalt Cyanogen.
& now we can share to this thread together if you find any new design or modding NotificationCenter the others
Anyways, here are mine:
- New Icon UI
- New Widget Toggles
- Transparent Panel Background
[ All I Combine to 1pack UI ]
installation manual [use root explore or the other root file manager] :
download the file from here
http://www.4shared.com/zip/eVLuvP9oce/NC_NewDesignUI_NovaNFernando.html
Extract files put to your sdcard then copy or move to system/media & rename it to NotificationCenter.apk & framework-res.apk set permission to rw-r-r , after that cut/move :
*system>>app for NotificationCenter.apk.
( After replace you can delete NotificationCenter.odex >> REMEMBER TO BACK UP THE FILES TO YOUR SDCARD FIRST )
*system>>framework for framework-res.apk
Reboot & Enjoy :good:
Notification Center with true icon Mod
Now New UI with true icon mod Lenovo K900 for Vibe 4.3
Sent from my Lenovo K900 using xda premium
nicholas88 said:
View attachment 2720106
Sent from my Lenovo K900 using xda premium
Click to expand...
Click to collapse
Great UI, can you share it with us?
Thanks.
Sent from my Lenovo K900 using XDA Premium 4 mobile app
u can download from here
for framework
https://mega.co.nz/#!Q1xiHTyI!l8ELkg8Pq-EmqZUan0FrQb9j0UJg6_8eN0rLlZLUKvk
for nc ui
https://mega.co.nz/#!ohwHFKYR!nilNSGTXPEl9ZA8TztmJwX0QQ88Jvzk_AZpyC2_SeCQ
how to install
use root explore manualy
first rename file to fremework-res.apk n NotificationCenter.apk then copy two files to system/media set permision rw-r-r then cut first NotificationCenter.apk to system/app (delete odex file NotificationCenter) n cut fremework-res.apk to system/framework --- reboot
remember always backup your file before replacing.
Thanks
Sent from my Lenovo K900_ROW using xda premium
nicholas88 said:
NOTE FROM THE MODERATOR:
PLEASE BE CONSIDERATE ABOUT THE VARIETY OF AUDIENCES AND POST ONLY APPROPRIATE IMAGES
I think UI from original not enought good , So i always looking for some design for mod UI & now i combine from concept credit : @Zdune Apent thanks & i mod again new icon for ui , toggles icon mod by my self & got inspiration from Themes CyanCobalt Cyanogen.
& now we can share to this thread together if you find any new design or modding NotificationCenter the others
Anyways, here are mine:
- New Icon UI
- New Widget Toggles
- Transparent Panel Background
[ All I Combine to 1pack UI ]
installation manual [use root explore or the other root file manager] :
download the file from here
http://www.4shared.com/zip/eVLuvP9oce/NC_NewDesignUI_NovaNFernando.html
Extract files put to your sdcard then copy or move to system/media & rename it to NotificationCenter.apk & framework-res.apk set permission to rw-r-r , after that cut/move :
*system>>app for NotificationCenter.apk.
( After replace you can delete NotificationCenter.odex >> REMEMBER TO BACK UP THE FILES TO YOUR SDCARD FIRST )
*system>>framework for framework-res.apk
Reboot & Enjoy :good:
Click to expand...
Click to collapse
Good 5*
Great job!!!!!
So is it compatible with v8 qubex rom?
This link dead.....???? :crying:
How to downlad bro your link download for farmwork... But i not find your files...and for notification center is work....:good:, know i needed for farmewrok...please help

[THEME][MOD][NABI2] 3Minit Battery Mod for Stock v3.0.13 Rom [KK]

3Minit Battery Mod for Stock Nabi2 Rom v3.0.13 ( KitKat)
( De-Odexed )
Well I performed the Mod for myself but am sharing it with you all Nabi2 Owners that would like this mod for yourselves. At the moment I do not have a flashable. It is a De-Odexed
SystemUI.apk. I do not know if just removing the original with the Odex version and pasting this one will work. You will have to try it for yourself. As always and I suggest this to many before
attempting any mods, please please please perform a backup of your entire Nabi2 or just the file in question before attempting the mod.
What's Needed / Recommended:
Rooted Device ( to extract the needed files Manually for backup )
File Explorer ( with Root Access )
Custom Recovery ( TWRP for Flashing the ZIP and/or using the File Manager or a Custom Aroma File Manager)
If you can do it via ADB Commands then all power to you.....​
I provided BOTH the stock and modded NABI2 SystemUI.apk. I will make a flashable zip ( coming soon ) below​
[FONT=&quot]What To Do:[/FONT]
[FONT=&quot]First off, go to the link provided at the bottom of this post to download the 3Minit Battery App. Install this before installing the SystemUI.apk. Then you have two choices on installing the SystemUI.apk file. You can either Flash the ZIP in TWRP ( which at the moment is not available ) or manually copy & paste or push the .apk file to system/priv-app/. If you decide to do this manually, you will then need to set the file permissions to the modified SystemUI.apk file to 0644. Before manually pasting the file in the priv-app folder, you can rename the stock SystemUI.apk file with " .bak " ( ex. SystemUI.apk.bak ) at the end so you don't have to delete it from the priv-app folder if you so choose. Now this can be done with a file explorer with root capabilities or by going through TWRP you can either use the built in File Manager and set permissions via the terminal with chmod commands or Install/Flash the Aroma File Manager in recovery to use like a simple File manager where you can hold down on the file to get a popup window to copy/paste or set permissions manually.[/FONT]
Example of permissions to set to file:
​
Thanks and credits go out to :
@gharrington
@pas2001
Original XDA Thread : http://forum.xda-developers.com/showthread.php?t=2799958
3Minit Development Site to Download the 3Minit Battery App: http://www.3minit.com/#three

COCKTAIL SystemUI FOR SAMSUNG GALAXY STAR PRO GT-S7262

Hello guys this is my first SystemUI.hope you like it.
Download the file given below.
Copy it your extsdcard.
Open root explorer and push the file to system/app and set permissions to rw-r--r--.
Reboot the device and enjoy the UI.
Features:
New toggles
Sim handler icons changed.
Screenshots:Given in attached thumnails.

Categories

Resources