Hello I have Make Header Like Jelly Bean but it is with Advanced Features
View
1. LayoutView
2. Time
3. Day
4. Moar (Month and Year)
Features
1. Show or Hide Header
2. Changeable Background of Header
3. Show or Hide Time
4. Changeable Time Text Color
5. Show or Hide Day
6. Changeable Day Text Color
7. Show or Hide Moar
8. Changeable Moar Text Color
Required
1. AndroidFire App
2. Decompile and Recompile Tool Recommended AF-APK
3. SytstemUI.apk
Credit
1. SpaceCaker
2. b16h22
3. Margaritov Colorpicker
4. City Light Song
5. AndroidFire
Instruction
1. Downloads AndroidFire App and File_AF_Header.zip
2. Decompile SystemUI.apk
3. Open layout/status_bar_expanded.xml
4. Add This Where You want to Load Header
Code:
<com.androidfire.HeaderView android:layout_width="wrap_content" android:layout_height="wrap_content" />
5. Recompile SystemUI.apk
6. Install AndroidFire as Normal App
7. Control Header using This App
Tested On
Android 4.4
Android 2.3.6
Android 4.1
It Should work with Other Android
SS
Not Uploaded Yet Will Upload Soon
Source
GitHub AF-Header
Downloads
At the Attachment
Its dont work for me (4.1) Can you help me?
Screenshot please.
AndroidFire said:
Hello I have Make Header Like Jelly Bean but it is with Advanced Features
View
1. LayoutView
2. Time
3. Day
4. Moar (Month and Year)
Features
1. Show or Hide Header
2. Changeable Background of Header
3. Show or Hide Time
4. Changeable Time Text Color
5. Show or Hide Day
6. Changeable Day Text Color
7. Show or Hide Moar
8. Changeable Moar Text Color
Required
1. AndroidFire App
2. Decompile and Recompile Tool Recommended AF-APK
3. SytstemUI.apk
Credit
1. SpaceCaker
2. b16h22
3. Margaritov Colorpicker
4. City Light Song
5. AndroidFire
Instruction
1. Downloads AndroidFire App and File_AF_Header.zip
2. Decompile SystemUI.apk
3. Open layout/status_bar_expanded.xml
4. Add This Where You want to Load Header
Code:
<com.androidfire.HeaderView android:layout_width="wrap_content" android:layout_height="wrap_content" />
5. Recompile SystemUI.apk
6. Install AndroidFire as Normal App
7. Control Header using This App
Tested On
Android 4.4
Android 2.3.6
Android 4.1
It Should work with Other Android
SS
Not Uploaded Yet Will Upload Soon
Source
GitHub AF-Header
Downloads
At the Attachment
Click to expand...
Click to collapse
dude post ss or no1 will try much
Hoh here is the ss
{
"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
Hello Xperia friends ...
Me again :laugh: just have a little time to fix this apps from Z3 for Jelly Bean 4.3 ONLY
I know this apps is simply ported to Kitkat 4.4, but on Jelly Bean 4.3 is not working, so i made a fix for you all
List of Apps :
1. Calculator version 4.4.4-1 (fix FC on options)
2. DualShockManager version 1.0 (fix FC)
3. SemcClock version 15.0.A.1.9 (fix FC set Alarm)
4. UpdateCenter version 2.3.0.A.0.7(fix FC when refresh update)
5. WirelessControllerManagerService version 1.0 (fix FC)
6. Conversations version 28.0.C.1.1 is already ported by @kongaz2 so thanks to him (WORKING ON STOCK JELLY BEAN 4.3 ALL XPERIA DEVICES) visit this thread to download http://forum.xda-developers.com/xperia-t-v/themes-apps/port-conversations-4-4-4-xperia-z3-t2868641
Requirement :
- Rooted
- SuperUser MOD (Patched service.jar) installed
Download Pack version 1.0 : http://d-h.st/Nu9
How to Install :
Just flash via Recovery don't forget to wipe dalvik cache!!!
Credits :
Thanks to @LaguCool for Xperia Firmware Downloader
Guide how to add DUALSHOCK3/4 Playstations in Settings
Step 1 :
Decompile Settings.apk
Go to res/xml and open xperia_connectivity.xml
Add this line or replace current line in your settings that related to WirelessControllerManagerService with this
Code:
<com.sonymobile.settings.preference.IntentPreference android:key="playstation_connectivity" settings:dependOnIsValidIntent="true" settings:hasMetaData="true">
<intent android:targetPackage="com.sonymobile.dualshockmanager" android:targetClass="com.sonymobile.dualshockmanager.wizard.DualshockWizardActivity" />
</com.sonymobile.settings.preference.IntentPreference>
save and exit
Step 2 :
Recompile
Sign And Zipalign
push to system/app
done
{
"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"
}
App port xperia z3 fc problem
Dear Rizal,
Calculator App is working. Thank You. But SemcClock & UpdateCenter not working. (FC Error)
Screenshots Here.
Screenshot from my devices, redmi 1s
Thanks dear
I needed a lot
SemcClock still FC when i starting Timer.
Dualshock still not show option to choose Dualshock 3 / Dualshock 4
Rizal Lovins said:
Guide how to add DUALSHOCK3/4 Playstations in Settings
Step 1 :
Decompile Settings.apk
Go to res/xml and open xperia_connectivity.xml
Add this line or replace current line in your settings that related to WirelessControllerManagerService with this
Code:
<com.sonymobile.settings.preference.IntentPreference android:key="playstation_connectivity" settings:dependOnIsValidIntent="true" settings:hasMetaData="true">
<intent android:targetPackage="com.sonymobile.dualshockmanager" android:targetClass="com.sonymobile.dualshockmanager.wizard.DualshockWizardActivity" />
</com.sonymobile.settings.preference.IntentPreference>
save and exit
Step 2 :
Recompile
Sign And Zipalign
push to system/app
done
Click to expand...
Click to collapse
@ Rizal, I've been trying to do this yesterday for for than 10 hours to no avail.
I know I'm late to the party, but could you PLEASE describe the method / tools you used to decompile and recompile Settings.apk for Xperia?
I'm on Z1C and have added Dualshock4+Dualshock3 support with your tool pack, it works perfectly (the phone originally comes with DS3 support only), but I cannot for the life of me rebuild the Settings.apk to show the updated DS3/DS4 entry in the Settings.
I use apktool with the 2 frameworks framework-res.apk and SemcGenericUxpRes.apk. I tried with apktool windows version, apktool android version, all the java versions I could try JRE7, JRE8, this is just feaking impossible: I'm unable to rebuild the decompiled Settings folder at all, apktool always craps out.
Thanks much for any help, I'm going a bit nuts with this.
24 Toggle Almas Toggle
{
"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"
}
AlmasToggle
I am Bored with lidroid quickpanel and my friend spacecaker toggles because no methods to switch between gridview or horizontal view and some other stuff. I make This toggle from Scratch no fork of cm11 or any other toggle source it is totally open source everyone can fork and anything but just give credit to me This toggle take 4-5 day to complete because me soo busy these day . If You need any help regarding to this post here BUT NO PM there one app where some window are located if you don't install that force close when clicking on window based toggle. Also There almas-res.apk Where the resource are located you need to put almas-res.apk to system/framework the java of the toggle will load to app to give output of images and etc. If You want to have kitkat Status_Bar_Close just open status_bar_tracking find <ImageView and replace with com.almas.systemui.BottomBar after replacing you need remove android:src="blabla" from the tag. AlmasToggle contain 24 Toggle Now and can be switch grid view and horizontal view . We talk so much let's start ?
Required
1. almas-res.apk
2.AlmasToggle.apk
3.Toggle_Smali
Instruction
1st
1. Put almas-res.apk to /system/app or /system/framework and set Permission R - W - RR (Recommended to in /system/app)
2.Install AlmasToggle to Your Phone
2nd
1.Decompile Your SystemUI.apk
2.Open smali folder Merged Toggle_Smali
3.Open /res/layout/**** any layout where you want load
4.Add These Lines
Code:
<com.almas.toggles.ToggleGridView android:layout_width="match_parent" android:layout_height="wrap_content" />
<com.almas.toggles.ToggleHorizontalView android:layout_width="wrap_content" android:layout_height="wrap_content" />
Tips
How to change Profile name and photo
Click on the Toggle
SS
Credits
AndroidFire
PxL for Toggle Images
tentenponce
AKOP
SpaceCaker
Source
Go Here
Change logs
v1
-Initial released
v2
-Added Wifi Hotspot Toggle
-Bug Fixed
-Added Toggle Order
-Many More
Features
Two Policy.
AutoUpdate
Toggle Order
Extended Toggle
more
This post is all about how i managed to themed my STOCK JB SystemUI.apk and changed my TouchWiz ICON. on my Galaxy Fame GT-S6812 [STOCK][JB][ROM]
I like customizing my phone and i almost tried every Launcher available on Android Market, Launcher is a Good way of changing the look of your device but launcher's do eat lots of RAM and being a Low end Device owner i know how much "LOW RAM" issue bothers me. So i decided to customize my default TouchWiz Launcher "ICON" and the status bar without compromising precious RAM. After achieving my Goal i thought of sharing my experience with other "GALAXY FAME" user too and this is only reason behind this post
SO lets Get Started
Requirement:
1) Rooted Device
2) Make a Nandroid Backup before trying to play with system file
3) Deodexed ROM or Deodexed SystemUI.apk (If you dont have both than download my [MOD] SystemUI.apk from the attachment )
4) Wiziconizer.apk (Cool app to change default ICON to Custom ICON)
5) RomTool Box .apk (Premium)
6) Root Explorer or ESFile Explorer with root access even you can use root browser from RomTool Box app
General Information :
NOTE: Before proceeding i recommend you all to take a look on following post as this post explain the procedure of DEODEX-ing you ROM
Deodex Stock Rom
ORIF you dont want any hassle you can simply download my MODED systemui.apk file from attachment.
Step:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Theme StatusBar<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
1) Make a backup of SystemUI.apk & SystemUI.odex file on to you SDCARD from /system/app folder
2) Rename SystemUI.apk (default one) to SystemUI.apk.bak and delete SystemUI.odex after doing this you may Get an error message that
Unfortunately, SystemUI has stopped working (Dont panic be patient and do the 2nd step)
3) Copy MOD SystemUI.apk to /system/app folder {if yor are using my MOD SytemUI than you can see the change after you reboot your device or if you are using stock deodex SystemUI.apk than do step 4 to customize you statusbar }
4) Open RomTool Box and navigate to Interface Tab and select Statubar Icons
5) Choose any desire theme and apply to theme status bar
{
"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"
}
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Theme TouchWIz Icons<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Step:
1) Download any Icon Packs { I used MIUI icon Pack }
2) Open Wiziconizer.apk
3) You will see the Icon Pack icon there ,
4)Long press on it and select apply
5) If prompt For Root Access than Grant Permission
6) Reboot
and enjoy the new look your Device
HIT THANKS IF YOU LIKE THE POST
FINAL LOOK OF MY DEVICE
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 ?
XperiaANIME
NAVIGATION:-
1st post About mod and the developers behind this
2nd post video and screen shots
3rd post download and bugs
INTRODUCTION:- hey guys I m PANKAJ RAI(real name).
its been a while now I have’nt post any of my development on xda,The reason behind this is that I don’t have any android device back then.
but now I have Xperia T2 ULTRA (D5322).so that’s why I started development again, this year I made many mods for this device.
So just check all the mods and give your review /feedback.
If you want to stay updated with my latest mods and roms/kernel/guides etc. then follow me on social networks.
ABOUT THIS MOD:-
This mod that I named XpriaANIME is a just simple mod.(only for build 19.1.1.C.0.56)
That I created when saw SeraJR SWipping Toggles v2, He is king of smali. No one can read and create smali mods in stock UI better than @serajr
My friend said why don’t you use FLYME mod. You have such big screen to use that mod.
Then I added FLYME mod in SystemUI.
I also added MUSIC VISUALIZER on navbar thanks to ADI aristeru.(I like visualizer on nvabar)
That’s all, that’s how I created this mod.
FEATURES:-SeraJR swiping toggles v2.
In this mod all toggles change tile color according to theme.
This mod has cool tile animations, you can see in video I posted in second post. This mod comes with custom interface, you can rearrange any toggle you want , show hide them , reoder them,show hide titles etc.
FLYME UI MOD:-
In this mod I created three parts of statusbar and divided all icons in three part. also added analog clock
MINI PROFILE LIKE BLAMONTH ROM:-
in the notification panel I added mini profile from blamonth rom.
its has mini calendar with unique font.
it also has set photo option and set name option, so easily you can add your photo and name on notification panel.
VISUALIZER 8 STYLE:-
this mod comes with 8 visualizer styles,
its changeable you can set any one of 8
or choose random to change visualizer randomly
also you can turn of this mod by deselecting the visualizer option.
I added this mod nav bar
this mod originally created by @Adi Aisiteru Reborn and moded by @maaadgroupmember
INSTALLATION:-Download my Flashable zip file from the 2nd
Post. Put that file in your SDCARD or INTERNAL STORAGE, reboot to recovery.
Now select that flashable file and flash, reboot the device and enjoy.
If you like my work press thanks
Downloads
Downloads
XperiaANime V1
download
XperiANime v2
download
Screenshots and videos
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"
}
VIDEO
THANKS @serajr
I wnt to flash deodexed rom on my t2 ultra dual... dont knw how to do... Plz help.... Thnx in advance
Wait for sometime I'll upload stock kk deodex rom
Sent from my D5322 using XDA Premium 4 mobile app