{tutorial}BRIGHTNESS SLIDER IN STATUS BAR - Galaxy Y GT-S5360 Android Development

BRIGHTNESS SLIDER IN STATUS BAR
THIS IS MY 1st Tutorial....THANKS To DEveloper of mini ROM... Adding slider to STATUS BAR
UPDATE :- flashable zip added at bottom for jbv3(ota4)
UPDATE ZIP FILES FOR JELLY BLAST ND HYPERION ADDED CHK AT THE END OF POST
GUYS THOSE WHO ARE TRYING IT AFTER COMPILNG UR APP PLZ DECOMPILE AND CHK WHETHER TAT ""in"" FOLDER IS IN SMALI FOLDER
CREDITS
Statusbargreper- kill3d/dcsms
Minirom dev - ryan febriyadi
{
"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"
}
ITS VERY SIMPLE..THOUGH TOOK ME FEW TRIES TO ADD TIS TO MY STATUS BAR...
NOTE:- PLZ CHK THE bottom of this post FOR HYPERION ND JELLYBEAN
THINGS U MAY REQUIRE
1> DECOMPILING/ COMPILING TOOL (LIKE VTS OR APKTOOL OR APKMULTITOOL OR ANY OF UR CHOICE
2>UR SYSTEMUI.APK
3>STATUSBARGREEPER( PLZ SEARCH XDA FOR ITS DOWNLOAD LINKS)
STEPS
1) DECOMPILE UR SYSTEMUI.APK
2)NAVIGATE TO res/layout/status_bar_expanded.xml
3) OPEN IT FOR EDITING
4) SEARCH FOR THE FOLLOWING CODE
<FrameLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1.0">
Click to expand...
Click to collapse
5) PLACE THE FOLLOWING CODE ABOVE CODE U SEARCHED ABOVE
HTML:
<LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:paddingTop="20.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content">
<in.jmkl.dcsms.statusbargreper.SlideBrightness android:layout_width="fill_parent" android:layout_height="wrap_content" />
</LinearLayout>
6) ADD THE FOLLOWING FOLDER IN smali/*here*
DWNLOAD HERE
View attachment in.zip
7)RECOMPILE THE THE SYSTEMUI APP ND PUSH IT........
8) RESTART UR DEVICE ND UR DONE..:
9) ND YADO INSTALL STAUSBARGREEPER APK
I HAVE MODDE HYPERION AND JB STATUS BAR WITH THE SLIDER BUT I CANT TEST IT BCZ IM NT USING NY OF THOSE ROM RIGHT NOW...... ILL ADD THE ATTACHMENTS HERE.........PLZ IF TER IS A ERROR....PLZ PROVIDE ME THE LOGCAT....SO I CN NO WER IT WENT WRONG(BEFORE USING THIS SYSTEMUI----------- PLZ TAKE A BACKUP)
{FOR JB FLASH VIA CWM
1)HYPERION----VISIT HERE ND THANK THE DEV WHO DID IT FOR HYPERION
2)JB--->>>View attachment jbstatusbar.zip
DO VISIT THIS POST TOO
http://forum.xda-developers.com/showthread.php?t=2084127

Reserved!
Great work!
Sent from my GT-S5360 using xda premium

alemad said:
Reserved!
Great work!
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
:good:

RESERVED

Rs
Try my mod...
Xperia NxT MoD v1.5 For All GB
http://forum.xda-developers.com/showthread.php?t=1967172
Sent from my GT-5360 with Xperia NxT MoD using xda-premium

Reserved for next used

Nice nice res
yes i m Flasholic

Its really nice mate.Btw dont forget to put the credits for kill3d
Sent from my GT-S5360 using xda app-developers app

b16h22 said:
Its really nice mate.Btw dont forget to put the credits for kill3d
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
buddy frankly i dnt no who he is in xda.... All i no is that the DEVELOPER of MINI ROM WAS THERE TO HELP ME OUT..............AND I HV THANKED HIM AT TOP

Statusbargreper from kill3d/dcsms
Minirom dev is ryan febriyadi
Cmiiw

d3cka said:
Statusbargreper from kill3d/dcsms
Minirom dev is ryan febriyadi
Cmiiw
Click to expand...
Click to collapse
Ya ryan febriyadi helpded me.................

testing on Jelly Blast 3.0.4 (JB)
Report later
Rmhoh,

rmhoh said:
testing on Jelly Blast 3.0.4 (JB)
Report later
Rmhoh,
Click to expand...
Click to collapse
thnks buddy...............

Report result : Status bar gone, sometimes FC's
Please fix it i want Brightness slider on status bar, hope you fix it bro
Regards,
rmhoh

rmhoh said:
Report result : Status bar gone, sometimes FC's
Please fix it i want Brightness slider on status bar, hope you fix it bro
Regards,
rmhoh
Click to expand...
Click to collapse
...
k wil c.................
use the framewrk files from ota 4 of jb nd c ??????????

npx123 said:
buddy frankly i dnt no who he is in xda.... All i no is that the DEVELOPER of MINI ROM WAS THERE TO HELP ME OUT..............AND I HV THANKED HIM AT TOP
Click to expand...
Click to collapse
Because this was the mod from kill3d which he made about 2 months ago.Anyway its good that you put his name in the credits.
Sent from my GT-S5360 using xda app-developers app

Old but gold!!!!hehe
GREETZ WITH TAP A TALKED BEATZ!!!

brightness wont accurate if we dont install statusbargrepper1.8
Sent from my Android System using Busybox Command.
My work
========================
- AndroBot SGY tweaks
- Nandroid md5 Fixer
- Ext4 to RFS Converter

rio. said:
brightness wont accurate if we dont install statusbargrepper1.8
Sent from my Android System using Busybox Command.
My work
========================
- AndroBot SGY tweaks
- Nandroid md5 Fixer
- Ext4 to RFS Converter
Click to expand...
Click to collapse
nope it wouldnt..........

UPDATE
JB FLASABLE ZIP ADDED IN 1st POST AT BOTTOM
Click to expand...
Click to collapse
PERSONNALLY TESTED ON JBv3
WILL BE UPLOADING FOR HYPERION SOON

Related

[MOD] Fix usability of swipe-to-clear feature on SGY

Whats New?
Previously, the outer ScrollView did capture the motion events when the
Y distance became too large. This caused swipe-to-clear to only work
when moving the finger in an exact horizontal line.
Fix that by redirecting all motion events to the swiped notification as
soon as its recognized as being swiped.
OLD STYLE (on another someone thread or maybe on another custom rom )
{
"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"
}
NEW STYLE
Requirements
Deodexed Stock ROM
Installation
- before this, please backup your rom via CWM
- download then copy SystemUI.apk to /system/app/ with ADB
- download then copy framework.jar to /system/framework/ with ADB
If you want to edit smali, just decompile n comparing with your file using WinMerge or other similiar program
In SystemUI.apk
- \res\anim\ slide_out_left_basic.xml (new file)
- \res\anim\ slide_out_right_basic.xml (new file)
- \res\layout\ status_bar_latest_event.xml
- \smali\com\android\systemui\statusbar\ ExpandedView.smali
- \smali\com\android\systemui\statusbar\ StatusBarService.smali
- \smali\com\android\systemui\statusbar\ LatestItemContainer.smali (new file)
- \smali\com\android\systemui\statusbar\ ItemTouchDispatcher.smali (new file)
- \smali\com\android\systemui\statusbar\ ItemTouchDispatcher$1.smali (new file)
- \smali\com\android\systemui\statusbar\ StatusBarService$7.smali (new file)
In framework.jar
- \smali\com\android\internal\statusbar\ IStatusBarService$Stub$Proxy.smali
- \smali\com\android\internal\statusbar\ IStatusBarService$Stub.smali
- \smali\com\android\internal\statusbar\ IStatusBarService.smali
References
http://epsy.ath.cx/git/?p=CyanogenDefy/defy_frameworks_base/.git&a=commit&h=b7915e0e25db6c86f000a8dbc5edf343d20d9ec5
http://epsy.ath.cx/git/?p=CyanogenDefy/defy_frameworks_base/.git&a=commit&h=0b077a18588351ef5459afb99def69357a7f07d3
SYSTEMUI.APK WITH POWERWIDGET AKA LIDROID 15 TOGGLES
SystemUI-signed.apk
SystemUI-unsigned.apk
reserved and i will work on custom or not
framework.jar work all rom?
shocklads said:
framework.jar work all rom?
Click to expand...
Click to collapse
I dont know, maybe yes
Is this a fix or a tutorial to get swipe to remove nts.?
Maybe usefull info and will try
Chobits 2.0 has this swipe feature and it's really better than previous one.. Very close to the ics one
Sent from my GT-S5360 using xda premium
hitme987 said:
Chobits 2.0 has this swipe feature and it's really better than previous one.. Very close to the ics one
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
upload your SystemUI.apk, I will edit it for you, n try it
sorry n framework.jar too
buddyisdead said:
upload your SystemUI.apk, I will edit it for you, n try it
Click to expand...
Click to collapse
Hmm..im saying chobits v2.0 has already a good swipe to remove feature which was very accurate ..I dont know this is the same tweak ...check yourself..
Code:
http://www.mediafire.com/?m470ekm84jkhmd1
Code:
http://www.mediafire.com/?e28wf8smdhljmdb
Can you edit this one for me? been trying to do this but cant seem to make it work.. here's my SystemUI and framework. thanks...
hitme987 said:
Hmm..im saying chobits v2.0 has already a good swipe to remove feature which was very accurate ..I dont know this is the same tweak ...check yourself..
Code:
http://www.mediafire.com/?m470ekm84jkhmd1
Code:
http://www.mediafire.com/?e28wf8smdhljmdb
Click to expand...
Click to collapse
sorry... i cant decompile SystemUI.apk ;p
buddyisdead said:
sorry... i cant decompile SystemUI.apk ;p
Click to expand...
Click to collapse
No problem Im happy with the swipe feature as it is now Thanks for your time.
ianczarina said:
Can you edit this one for me? been trying to do this but cant seem to make it work.. here's my SystemUI and framework. thanks...
Click to expand...
Click to collapse
I dont know whats your ROM ;p
please check http://forum.xda-developers.com/showthread.php?t=1602245 maybe this one
buddyisdead said:
I dont know whats your ROM ;p
please check http://forum.xda-developers.com/showthread.php?t=1602245 maybe this one
Click to expand...
Click to collapse
deodexed stock DXLE1 sir. tried the one in the link you gave but didnt work. stat bar lost.
ianczarina said:
deodexed stock DXLE1 sir. tried the one in the link you gave but didnt work. stat bar lost.
Click to expand...
Click to collapse
try it to reboot?
Sent from my GT-S5360 using XDA
buddyisdead said:
try it to reboot?
Sent from my GT-S5360 using XDA
Click to expand...
Click to collapse
yes i rebooted. but still stat bar is gone..
ianczarina said:
yes i rebooted. but still stat bar is gone..
Click to expand...
Click to collapse
hmmm... using lidroid? flashlight work?
Sent from my GT-S5360 using XDA
buddyisdead said:
hmmm... using lidroid? flashlight work?
Sent from my GT-S5360 using XDA
Click to expand...
Click to collapse
yes using lidroid, but flashlight not working. i didnt bother fixing it since im not using flashlight..
ianczarina said:
yes using lidroid, but flashlight not working. i didnt bother fixing it since im not using flashlight..
Click to expand...
Click to collapse
sory i cant help you
Sent from my GT-S5360 using XDA
buddyisdead said:
sory i cant help you
Sent from my GT-S5360 using XDA
Click to expand...
Click to collapse
its ok dude. thanks anyway.

[rom][updated][u.s.s.r v5] jelly beans taste[4wayBoot][EPM DXLF1]link in post #2

here u go the avengers come
ultimate super sonic rom v4
whats inside:
>DEODEXED
>DXLE1
>JELLY BEANS TASTE INSIDE
>9 LOCKSCREEN ALL PORT FROM SGS
>NEW SETTINGS.APK
>SWIPE TO REMOVE
>CUSTOM CLEAR BUTTON
>EDT TWEAK ADDED
>LIDROID PARTS
>TRANSPARENT MMS.APK
>JELLY BEANS ICON PACK
>JELLY BEANS WALLPAPER CHOOSSER
> free to modify for personal use
LINK: http://www.mediafire.com/?i206s4nyhith8zd
FOR THOSSE WHO WANT SWIPE TO REMOVE AND CUSTOM CLEAR BUTTON DOWNLOAD THIS SYSTEMUI.APK
http://www.mediafire.com/?b906ma5g3m67gc6
PUSH THRU ROOTEX MOUNT SYSTEM APP TO R/W AND SET PERMISSIONS RW--R-R
edit:appling this u will loose ur EDTTWEAK ABILITY SOO CHOOSE WHAT U WANT
THIS IS THE PROOF OF MY WORK...
ALL OF THIS CONTENT OF THIS ROM REFFERS TO ORIGINALS DEV OF SGS THREADS
THIS WORK ARE IMPOSSIBLE WITHOUT THEM
CREDITS:
ME
WHITEHAWKX (SOURCE LOCK)
LIDROID (LIDROID PARTS 15TOGGLE SOURCE)
PAULDIDDY (LOCK CODE)
BALAMU69M (ICS STYLE SETTINGS)
REPENCIS (KERNEL)
KUROTSUGI (SUGGESSTIONS)
PAWANYADAV (OFFICIAL TESTER)
NOORIE (OFFICIAL TESTER) (MIRROR)
ALL XDA MEMBER
YOU:good:
SS
Reserved for 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"
}
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Ussr v5Ultimate supersonic Rom V5:highfive::good:
]
[/U][/I][/B]
ussrv5 link http://www.mediafire.com/?p89xci8ka3ldec3
(updated and patch moved to post3)
changelog:
6ls
EPM(extended power menu)
4way boot(push power button choose restart)
jellybean statusbar
deodexed all apk
new lidroid
fast stable
many more
Jelly bean taste
creddits:
Lidroid
Kahvitahra
Zcop
untermensch
repencis
maroc_os
pawanyadav
whitehawks
balamu96m
ogy team dev :
tyul
zalz
Deppakjoshid007
Suv
Kille3d
you
If u find him/her or them pliss thanks to them i cant do it without their helps
For futher DIY question please reffers to this threads
http://forum.xda-developers.com/showpost.php?p=27969813&postcount=3
How to use and patch
Flash fresh stock rom(optional)
enter cwm recovery (googling it)
choose data wipe and cache
choose install zip from sdcard
choose ussrv4.zip
wait till succesed
dont reboot
choose advanced
reboot recovery
do data wipe and cahe in stock recovery
reboot system
FIRST BOOTING NEED TIME
done
enjoy
Fixer for ussrv4
Fixer:
For thosse who hate transparency
Apply this via cwm
http://db.tt/Vn7wDgDw
Enjoy
to fix 9ls fc use this fix but its just 6ls
http://www.mediafire.com/download.php?dpuyji2vnigxir8
open rootexplorer goto system app delete lidroidparts replace with it set permissions rwrr
------------------------------------------------------------------------------------
UPDATED FOR USSR V5 &VARIOUS MOD
------------------------------------------
For activating a2sd download this
https://m.box.com/view_shared/86fbb3dba9cdb0c1dbaf
Type su a2sd remove
After reboot
Flash dtapp2sd via cwm and reboot
Type su a2sd cachesd
updated Bravia Engine hack
Link here http://www.mediafire.com/download.php?viaer32529cf9gr
Apply via cwm
--------------------------------------------------
Notifications bar mod by killed
Link:http://www.mediafire.com/download.php?7gj8p8ncgixaac6
Ss:later
Changelog:
-added more shortcut on statusbar mod
Note:u will loose ur edt tweak ability
Fix for swipe to remove and flashlight fc
Mod by depakjoshid007
Jbtransnotif
http://www.mediafire.com/download.php?k1fx41qnh1z2f10flash via cwm
Ss:
Jbnotifblack
Link:http://www.mediafire.com/download.php?7mds3s87yt4dvydflash via cwm
Ss:
Changelog:
-added new jb view on statusbar more cute maybe
-swipe to remove
-more clean view
Transparent blue lidroid toggle
http://www.mediafire.com/?9nq94kzqr55uzm5[/QUOTE]
Use root explorer to replace it go to system framwork replace and set permissions rwrr then rebbot
------------------------------------
Uodated font pack
http://www.mediafire.com/download.php?2q1k997476z6qug
Just estract the zip package and install like normal apk this including allot of font
-----------------------------+-+----------------------------------------------------
Uodated angrybirds lockscreen
ss:
Link:http://www.mediafire.com/download.php?eh3i8veh0nv4wbt
Flash via cwm
Here modded toggle with angrybirds lockscreen made by alkesh thanks to him
https://m.box.com/view_shared/7eb872c6387da0111e3a
-----------------------------------
UPDATED new aokp jellybeans toggle
Just flash via cwm
Link here http://www.mediafire.com/?myjyjtfn58h6bt8
Now fixed
Enjoy
New updated animated pulldown menu
New changelog:
*animated pulldown menu tesseract droid effect u can see the animated tesseract on your pulldown menu as ur pulldown background menu
*new batterry icon from Jelly Bean AOKP rom
*more mod will come
Link:http://www.mediafire.com/?mep5pmmebrpz0mc
Apply via cwm
Sent from my GT-S5360 using u.s.s.r v5 modded(bravia,jbnotif,jbtoggle,tesseract)
Lol I can't believe it
More info about theming visit http://forum.xda-developers.com/showthread.php?t=1828278 depakjoshid007 threads
http://forum.xda-developers.com/showthread.php?t=1836343agmtpd threads(task switcher)
All creddits goes to original devs instead
Disclaimer
IM NOT TAKE ANY RESPONSIBLLITY IF THIS STUFF MAY DAMAGE UR PHONE OR VOIDS YOUR WARRANTY
AND PLEASE USE WITH RESPECTED ALL MY WORKS ITS FOR MAKE A COMFORTABLE ROM
ALL PROPERS CREDDITS HAS GIVEN TO ORIGINALS DEV INSTEAD
AND IF THERE SOMEONE WHO WANT POSTED IN HIS BLOG PLIZZ LINKED TO THIS THREADS ITS NOT COST ANY FEW MINUTES.BEST REGARDS [email protected]
Awesome
My noobiness back then saved me this first post...
U S S R 5 is most efficient ROM and JB notification bar makes it super awesome
Sent from my GT-S5360 using xda premium
WELCOME BACK.... For Sure I'll TRY THIS one....
-------------- Update --------------
Installed v.4... Benchmark Score Without any Tweaking. :good:
-------------- Update --------------
Installed v.5.. Benchmark Score without any tweaking... Great!!! :good:
Great bro !
Will download soon after go home from work
Sent from my GT-S5360 using Tapatalk 2
Enjoyyy
Sent from my GT-S5360 using xda premium
Hello evanlocked
Screenshots ............. ??????????
Well done sir. Will download after my class finishes
Sent from my GT-S5360 using xda app-developers app
Ussr v5 without any tweaks
where is the screenshot??
btw, good job!! :good::good::good:
"theviper" said:
Welcome back bro downloading the rom btw does it has repencis kernel?
Click to expand...
Click to collapse
yes it have
ddikodroid said:
where is the screenshot??
btw, good job!! :good::good::good:
Click to expand...
Click to collapse
post2 added ss
BTW, may I get hotfile link ?
@ my office, mediafire was blocked
aghozalish said:
BTW, may I get hotfile link ?
@ my office, mediafire was blocked
Click to expand...
Click to collapse
dropbox only sent me pm
downloading.. feedback later.
@evan I found this tut, I hope it helps you to include crt effect in your rom
rootzwiki.com/topic/2553-dev-enabling-crt-on-off-animation-in-roms-how-to/
Sent from my GT-S5360 using xda premium
aghozalish said:
BTW, may I get hotfile link ?
@ my office, mediafire was blocked
Click to expand...
Click to collapse
Dude use https instead of http, try this link
https://www.mediafire.com/?i206s4nyhith8zd
Sent from my GT-S5360 using xda premium
Installing...........
First booting.........
Oh man! Did I heard a Robotic Voice!!!!!.... Ohhh Avengers..
---------- Update--------------------
FC.. On llroid. something at first...
---------- Update--------------------
Nice Ui.... Will update more Soon
sasuketobi said:
Dude use https instead of http, try this link
https://www.mediafire.com/?i206s4nyhith8zd
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
also blocked, Bro ! :laugh:
@evanlocked, would you like to send me ur dropbox link, please !

MODS LS7

Hello xda people
This Ls7 SystemUI modded by myself
I'm glad to share
Features:
-13 toggles
-transparent statusbar whit2 buttons clickable
-some transparency
-blue themed
How to install:
Just flash it
https://www.dropbox.com/s/e4tl9kle0ropgc3/darboc_full_trans_blue_LS7.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"
}
Other versions:
Transparency , blue themed, 13 toggles:
http://db.tt/qL7HdiGQ
Stock ls7 ,extra button ,13toggles :
http://db.tt/6u8lLtHv
13 toggles
Stock themed
Transparent status bar +2 buttons
http://db.tt/gavCLkQy
13 toggles
Full green themed( (thanks raubkatze for only some greens png)
His link : http://forum.xda-developers.com/showthread.php?p=30392413 )
Transparent status bar +2 buttons
Full transparency
http://db.tt/nOdL5wk7
CENTER CLOCK MODS
WARNING :
FLASH FIRST MY TRANSPARENT MODS,
THEN THIS ONE
https://www.dropbox.com/s/n18a4kigu7dw3lx/darboc_center_clock_button_blue.zip
https://www.dropbox.com/s/uz08qjy14kkzoan/darboc_center_clock_button_green.zip
WHITOUT STATUSBAR BUTTONS
https://www.dropbox.com/s/p65tqwnuqltwbxi/darboc_center_clock_no_button_green.zip
https://www.dropbox.com/s/hx8k4f8o2gp5idc/darboc_center_clock_no_button_blue.zip
NEW BUTTONS LAYOUT 14 TOGGLES
https://www.dropbox.com/s/2l4nmbl91thsz6p/darboc_full_trans_green_newButt_14_LS7.zip
https://www.dropbox.com/s/50tqzk0vgp1sk0r/darboc_full_trans_blue_newButt_14_LS7.zip
https://www.dropbox.com/s/gui30oxijr7sc0j/darboc_transp_newbutton_stock_14_ls7.zip
Hope you'll like its
Cheers
General Credits:
Thanks to my friend and a big dev giuros77, just to be himself
Darboc is my Italian nick
thanks eybee1970 and redqi for stock SystemUi
Ciao
Hi
DEVS CORNER'S :banghead:
HOW TO MAKE STATUS BAR TRANSPARENT:
Go to :
systemUI/res/layout/ tw_super_status_bar.xml
Edit this line like this:
com.android.systemui.statusbar.phone.StatusBarWindowView android:background="#XXXXXXXX" android:focusable="true" android:fitsSystemWindows="true" android:descendantFocusability="afterDescendants"
*
SAVE AND EXIT
go to:
systemUI/res/layout/ tw_status_bar.xml
Edit this line like this:
<com.android.systemui.statusbar.phone.PhoneStatusBarView androidrientation="vertical" android:id="@id/status_bar" android:background="#XXXXXXXX" android:focusable="true" android:fitsSystemWindows="true" android:descendantFocusability="afterDescendants"
SAVE AND EXIT
recompile
push into /system/app (rw.-r-r)
reboot
ENJOY
HOW TO EDIT TOGGLES:
go to /values/arrays.xml
<string-array name="QuickSettingButtonAttribute">
<item>Wifi</item>
<item>Location</item>
<item>SilentMode</item>
<item>AutoRotate</item>
<item>Bluetooth</item>
<item>MobileData</item>
<item>AirplaneMode</item>
<item>DormantMode</item>
<item>PowerSaving</item>
<item>MultiWindow</item>
<item>DrivingMode</item>
<item>DoNotDisturb</item>
<item>SmartStay</item>
SAVE AND EXIT
recompile
push into /system/app (rw.-r-r)
reboot
ENJOY
nice 1 . before i flash, can i ask what are the 13 toggles.
Thanks for this.
Wysłane za pomocą mojego GT-N7000 with XXLS7
sharkteef said:
nice 1 . before i flash, can i ask what are the 13 toggles.
Click to expand...
Click to collapse
sure:highfive:
<string-array name="QuickSettingButtonAttribute">
<item>Wifi</item>
<item>Location</item>
<item>SilentMode</item>
<item>AutoRotate</item>
<item>Bluetooth</item>
<item>MobileData</item>
<item>AirplaneMode</item>
<item>DormantMode</item>
<item>PowerSaving</item>
<item>MultiWindow</item>
<item>DrivingMode</item>
<item>DoNotDisturb</item>
<item>SmartStay</item>
Ok. Good work. Flashed on Rom ultimate v4.
Sent from my GT-N7000 using xda premium
works it with rocket rom v 3?
bootloop
damn.. flashed it over rocket rom V3 and phone went into bootloop, even after flashing stock ui phone wont boot,. had to reflash the whole rom. btw i had ls7 14 toggles mod and i flashed this one over it. maybe that caused problem. did you flash it over stock ui
Ok. It works on my RR v3. Thank you
Sent from my GT-N7000 using XDA Premium App
---------- Post added at 07:22 PM ---------- Previous post was at 07:13 PM ----------
Marchintosh said:
works it with rocket rom v 3?
Click to expand...
Click to collapse
It works OK.
Sent from my GT-N7000 using XDA Premium App
sahil4u said:
damn.. flashed it over rocket rom V3 and phone went into bootloop, even after flashing stock ui phone wont boot,. had to reflash the whole rom. btw i had ls7 14 toggles mod and i flashed this one over it. maybe that caused problem. did you flash it over stock ui
Click to expand...
Click to collapse
Maybe yes
Maybe sometime this leaked are strange...
I'm on rocket v3 too and it work perfectly
Would you plz tell me how can I use only the locker option (tap=lock & long hold=boot options) I like to keep stock JB theme and no blue themeing!
kmokhtar79 said:
Would you plz tell me how can I use only the locker option (tap=lock & long hold=boot options) I like to keep stock JB theme and no blue themeing!
Click to expand...
Click to collapse
Does isn't possible to do that whit this version
The buttons mods are inside systemUi.apk
And isn't just change some pngs
In this days I'll make it for you
Ofeliax said:
Does isn't possible to do that whit this version
The buttons mods are inside systemUi.apk
And isn't just change some pngs
In this days I'll make it for you
Click to expand...
Click to collapse
Bro thanks for sharing this ..:good:
Ofeliax said:
Does isn't possible to do that whit this version
The buttons mods are inside systemUi.apk
And isn't just change some pngs
In this days I'll make it for you
Click to expand...
Click to collapse
It would be kind of you. Thanks!
I guess some other guys also like to stick to stock theme. Probabely they would use this mod also.
Sent from my GT-N7000 using xda app-developers app
The blue is ok ... but can it possible to mod in white only better looking on my MixTheme build
thx again for the harh work :good:
Awesome, installed on ROM Angry 1.5 Ok..
kmokhtar79 said:
Would you plz tell me how can I use only the locker option (tap=lock & long hold=boot options) I like to keep stock JB theme and no blue themeing!
Click to expand...
Click to collapse
Hi fellas
http://db.tt/6u8lLtHv
Done it
mccmjoon76 said:
Bro thanks for sharing this ..:good:
Click to expand...
Click to collapse
mccmjoon76 said:
The blue is ok ... but can it possible to mod in white only better looking on my MixTheme build
thx again for the harh work :good:
Click to expand...
Click to collapse
Yes.. it's possible, but I don't have the white toggles&icons to have a good theme
If you find out or already have this png,give to me so I can make it for you
hello,
i tested into the Team Union Rom, and your mod made bootloop.
dmg.:crying:
Ofeliax said:
Hi fellas
http://db.tt/6u8lLtHv
Done it
Click to expand...
Click to collapse
Thanks!!! Works perfect for me!!!
Enviado desde mi GT-N7000 usando Tapatalk 2
phil10 said:
hello,
i tested into the Team Union Rom, and your mod made bootloop.
dmg.:crying:
Click to expand...
Click to collapse
Try to put only my modded systemUi into /system/app whit right permission rw-r-r, then reboot
Maybe was a wrong morph...
But is team union rom a ls7 based?

[Semi - ROM][Flash Over ANY JB ROM] Project MicroFire V3.1 [PERFORMANCE + LOOKS]

Big surprise for MMXa110 users...... Most of the mmx a110 users wont know me... but i think my rom introduce me better than my self...
Its not just another Tweaked ROM... Please not even to move any icon in status bar requires lots of time and work... its not easy as it looks.... there are still lots of planes i have, you will know all my plans soon... just show me your support by hitting thanks...
Initial release :
{
"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"
}
Features :
* MicroFired Lockscreen (BB10 style)
* MicroFired Sense 3D recent apps
* MicroFired status bar
* MicroFired Settings
* 30 step volume Mod (more accurate volume)
* Added xposed Framework with dip option
* Scrolling Cache mod for faster scrolling
* Init.d Support without kernel ( not app)not for now, use any app to enable...
* optimized Governor tweaks added
* Removed auto Media scanning
* Removed ussd sound
see the ss to check how it looks...
Please follow steps carefully :
this is initial build.... i only added files which i have changed...
you have to flash this over any jb rom (reported not working with stock rom.... use custom roms).... except ported roms (lewa,miui)
i did this because to minimalism bugs.... so there is no need to worry... by seeing size its only 20 mb..
99% it will work on any rom.... Don't ask me if xyz ROM works or not... make backup and check it your self and report it here...
Steps:
* Choose any jb custom rom(not stock jb rom) and flash it
* Wipe data & factory reset
* Wipe cache
* Wipe Dalvik cahche
DOWNLOAD
First review :
BY : dgrules
JUST ONE WORD - AWESOME..!!!!
Well everything's working really cool!
1.The system ui is awesome loved the brithness slider
2.The recents app switcher was what i loved
3.And finally the lockscreen..!!!!! awesome work bro.....
NEED TO IMPROVE:-
Remove the lockscreen clock white background..it sucks!
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
[/QUOTE]
credits :
big thanks testers :
* mehul_crazybond for testing
* sreenath_2094 for testing
* XDA
* Android for AOSP
PS : You cannot use any file in the zip in your ROM without my permission
here some ss from my LAVA iris 501:
EXTRAS
To increase your performance... head to settings > battery > uncheck reduce cup...
you ll feel the difference.....
To increase speaker vol
settings > engg mod (microfire menu) > goto hardware tab > audio > loudspeaker > set max vol to 135 or 140 if it is low.... you can increase upto 165 but it is not recommended....
reserved too
last one
i have just themed the Microfire V3.1
here is some screenshots & Change log :
1) Notificatin toggle icons changed
2) Call screen changed to Samsung S3
3) Lockscreen White strip removed
4) UI Icons changed to Sony Xperia Z
5) On/Off button changed in Setting
6) Samsung S4 Launcher Added
7) and other i forgot now, flash and tell me!!
Screenshots:
Download
Credit:
Akash for creating Microfire
dev for creating Notification icon
Me :laugh:[/SIZE]
on which android version it is based ?
and by the way it looks good from the screenshots !
Deleted
mehul_crazybond said:
I am ready to test it !!
let give it a try
Click to expand...
Click to collapse
i already got one tester...tnx for your concern....
Can't wait bro please upload your ROM as soon as possible
Thanks in advanced
Sent from Micromax A110 using xda premium
akash akya said:
i already got one tester...tnx for your concern....
Click to expand...
Click to collapse
deleted..
akash akya said:
i already got one tester...tnx for your concern....
Click to expand...
Click to collapse
working perfectly!!!
:good::good::good::good::good::good:
Is this ics or jb or jb 4.1.2
Sent from my A110 using xda premium
icoolguy1995 said:
Is this ics or jb or jb 4.1.2
Sent from my A110 using xda premium
Click to expand...
Click to collapse
Its jb...4.1.1 based on both Lava firmware and stock mmx ...... everything is working... just last one... settings apk is left....
Download link
mehul_crazybond said:
I am ready to test it !!
let give it a try
Click to expand...
Click to collapse
wen will you post download link ,i am waiting since morning :crying:
proseray said:
wen will you post download link ,i am waiting since morning :crying:
Click to expand...
Click to collapse
me too
Waiting for the download link man.
Sent from my Samsung GT-S9081 using Tapatalk 2
can u provide falshable zip of recent?????
Plz download link
Sent from my JellyDream™ STAR using xda premium
proseray said:
Plz download link
Sent from my JellyDream™ STAR using xda premium
Click to expand...
Click to collapse
kk im uploading.... sorry guys for delay...
akash akya said:
kk im uploading.... sorry guys for delay...
Click to expand...
Click to collapse
Add some more screenshot of benchmarks and home screen ; setting etc plzz.
Thanx in advance dev!!!!!!
Sent from my Micromax A110 using xda premium

[MOD][Brightness Slider] 4.2 Statusbar | 12 Toggles | Updated V1.3 [NO FORCE-CLOSE]

Presenting bugless status bar mod for micromax A110... not to mention its FIRST 4.2 MOD thats fully working in 4.1 (no more FC)... no other MTK device got this features at least its not reverse engineered.... it consists of lots of layout modifications
now you can swipe status bar right side for quick toggles... and left side for notification....
-----NEW UPDATE v1.2 Rethemed-------
* Changed icons
* 4 icons in a row
-----NEW UPDATE v1.2-------
* Brightness slider is added
----- NEW UPDATE v1.1------
* 12 TOGGLES
* New Task Manger toggle (clear memory)
* changed backgroung color
* icon changed
post your screenshots here...
note : dont use this mod without my permission..
Fully tested and reported working fully in Stock ROM, BumbulBee, JMP ROM and Q-mobile.... and should work flawlessly in all stock based ROM...
as users requested i add brightness sliders too... not to mention my ROM MicroFire will have more features like this...
share here if you did any modification to it... so that other users to get benefit...
V1.2 rethemed DOWNLOAD
V1.2 DOWNLOAD
For Stock based rom :
V1.1 DOWNLOAD
For cangalaxy :
V1.1 DOWNLOAD
v1.0 DOWNLOAD
SS from my LAVA :
New rethemed:
{
"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"
}
New v1.2:
old 1.1:
Old 1.0:
Credits :
SpaceCaker for his mod
will it work on the your Microfire rom?
it works on stock JB but require little themeing and when i click on any toggles status bar doesn't close automatically and no animation while clicking on toggles
here is the screenshot
Works for me on JMP 11 Rom. Working good and smooth as same in your screenshot. But how can we customize it ????
@akash akya: Hey cool, good work.. Hope you perfect it soon..
What abt the rest of the buttons like GPS, Mobile Data etc.?
khan_frd2002 said:
it works on stock JB but require little themeing and when i click on any toggles status bar doesn't close automatically and no animation while clicking on toggles
here is the screenshot
Click to expand...
Click to collapse
im looking solution for close animation... as it need lots of smali codin... i will try...
thanks for report...
Will it work with legolce ROM? Please since baseband kernel and os are all new version here.
Sent from my LegoIce™ canvas4 using xda premium
violin.siva said:
Will it work with legolce ROM? Please since baseband kernel and os are all new version here.
Sent from my LegoIce™ canvas4 using xda premium
Click to expand...
Click to collapse
give it a try with backup... it doesn't depend on kernel and baseband....
akash akya said:
im looking solution for close animation... as it need lots of smali codin... i will try...
thanks for report...
Click to expand...
Click to collapse
and one more thing for example when we click on Bluetooth it open Bluetooth setting not Bluetooth.... take a look at this too
khan_frd2002 said:
and one more thing for example when we click on Bluetooth it open Bluetooth setting not Bluetooth.... take a look at this too
Click to expand...
Click to collapse
bro its hell difficult as gemini (toolbar).. is not in ordered manner... reverse engineering is too difficult as we dont have MTK framework source...
though i will try...
akash akya said:
bro its hell difficult as gemini (toolbar).. is not in ordered manner... reverse engineering is too difficult as we dont have MTK framework source...
though i will try...
Click to expand...
Click to collapse
i know you can do it..... take your time bro
Updated to V1.1
UPDATED TO NEW STATUS BAR....12 toggles...
i know im very fast....
NICE WORK :good: :good: :highfive:
BUDDY DOES THIS WORK ON CAN GALAXY ROM ....
Flashing instructions?
Sent from my Micromax A110 using xda app-developers app
NOw This is Bugless ?
Not working in ligolce ROM.
Sent from my LegoIce™ canvas4 using xda premium
gaurav247star said:
NICE WORK :good: :good: :highfive:
BUDDY DOES THIS WORK ON CAN GALAXY ROM ....
Click to expand...
Click to collapse
if its based on mmx firmware... it will work... if not then no...
share your systemui, i will do it if im free...
violin.siva said:
Not working in ligolce ROM.
Sent from my LegoIce™ canvas4 using xda premium
Click to expand...
Click to collapse
share your systemui.apk
AKshay_Saini said:
NOw This is Bugless ?
Click to expand...
Click to collapse
its buggless at the beginning... even now too...
himanshu_941 said:
Flashing instructions?
Sent from my Micromax A110 using xda app-developers app
Click to expand...
Click to collapse
just flash no wipe is needed... but the rom on which your flashing should based on micromax firmwere....

Categories

Resources