[MOD] Haptic Feedback - Galaxy Y GT-S5360 Themes and Apps

hey guys, i want to share flashable haptic feedback
credits to someone in my facebook, he teach me how to edit qwerty.kl
how to install ? just flash it trought CWM

hey guys, i want to share flashable haptic feedback<br />
<br />
<br />
credits to someone in my facebook, he teach me how to edit qwerty.kl<br />
<br />
<br />
how to install ? just flash it trought CWM
Click to expand...
Click to collapse
What is this?

Related

[GUIDE]Moving Power Widget to Bottom Like MIUI[CM7]

Hello guys, on this thread i will share my guide to you all (themers, member etc)
So, here we go..​
A. Explanation :
1. You must know how to compile/decompile
2. You must know how to edit xml/smali/baksmali
3. You must know how to use apktool/apkmanager/toolAlite or something else
4. You must know how to use notepad++/Sublime
B. Explanation :
1. Pull SystemUI.apk from your ROM (i suggest you. systemui must be clean).
2. Decompile it and open status_bar_expanded.xml from /res/layout/here
3. Find this line :
Code:
<com.android.systemui.statusbar.powerwidget.PowerWidget android:id="@id/exp_power_stat" android:layout_width="fill_parent" android:layout_height="wrap_content" />
4. And change to this line :
Code:
<com.android.systemui.statusbar.powerwidget.PowerWidget android:id="@id/exp_power_stat" android:layout_width="0.0px" android:layout_height="0.0px" />
5. Save
C. Explanation :
1. Open status_bar_tracking.xml
2. Find this line :
Code:
<com.android.systemui.statusbar.CloseDragHandle android:orientation="vertical" android:id="@id/close" android:layout_width="fill_parent" android:layout_height="wrap_content">
3. Paste this line at the bottom :
Code:
<com.android.systemui.statusbar.powerwidget.PowerWidget android:id="@id/exp_power_stat" android:layout_width="fill_parent" android:layout_height="wrap_content" />
4. Save and compile it then push to /system/app
Note :
- You can paste <com.android.systemui.statusbar.powerwidget.PowerWidget line after or before this line <com.android.systemui.statusbar.CloseDragHandle
Click to expand...
Click to collapse
Happy Theming!!
petrukgrinder said:
Hello guys, on this thread i will share my guide to you all (themers, member etc)
So, here we go..​
Happy Theming!!
Click to expand...
Click to collapse
Nice Tutor....
thanks master...
... click thanks for u....:fingers-crossed:
Ariefuno Recca said:
Nice Tutor....
thanks master...
... click thanks for u....:fingers-crossed:
Click to expand...
Click to collapse
your welcome uno
Send from my fvckin fingers
petrukgrinder said:
your welcome uno
Send from my fvckin fingers
Click to expand...
Click to collapse
Wkwkwk..... I Have Hammer, Maybe u can used it to Hit u're finger...
(JUST KID MASTER) LOL:laugh:
master, i have question about ROM, I'M port ROM stock to Cusker, but still Stuck in logo kernel? why....
I tried your tut and everything seemd great (when I was compiling, etc.) and now In my status bar I have 2 power widgets xD one on the bottom and second on the top xD
What should I do ? xd
BlackLie said:
I tried your tut and everything seemd great (when I was compiling, etc.) and now In my status bar I have 2 power widgets xD one on the bottom and second on the top xD
What should I do ? xd
Click to expand...
Click to collapse
remove the power widget on top.
how to do that? you can try it :
- first u must find and sure the line is power widget on top of page layout
- on the line of power widget make a 0.0px on android:layout_width & android:layout_height
- recompile ur systemui and u done with it.
Its work but i got problem when combined with your floating statusbar guide.how to get power widget on bottom the png not overlap like this:
Sent from my GT-S5360

[TUT] How to fix big "back" button with small navigation bar

Hey guys! To developers or whoever this may concern:
As you know, the back button does not scale nice with the small DPI navbar mods. You have to patch the SystemUI.apk for that as well. Here's how:
You have to edit the SystemUI.apk as well to fix that.
0. Decompile the SystemUI.apk
1. Go to res/layout/navigation_bar.xml
2. Delete
Code:
android:scaleType="center"
from
Code:
<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/back" android:layout_width="@dimen/navigation_key_width" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_back" android:scaleType="center" android:layout_weight="0.0" android:contentDescription="@string/accessibility_back" systemui:keyCode="4" systemui:glowBackground="@drawable/ic_sysbar_highlight" />
and
Code:
<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/back" android:layout_width="fill_parent" android:layout_height="80.0dip" android:src="@drawable/ic_sysbar_back_land" android:scaleType="center" android:layout_weight="0.0" android:contentDescription="@string/accessibility_back" systemui:keyCode="4" systemui:glowBackground="@drawable/ic_sysbar_highlight_land" />
3. Recompile and push to system/app. Reboot. Done!
Thank me if this helped!
Cool work mate. Finally you found it... Great.... I have spend my whole 8 Thanks at today in Xperia S forum.. Sorry :laugh::laugh::laugh::laugh:
This should be in themes and apps forum
Sent from my C5302 using XDA Premium 4 mobile app
Thanks a lot for this! That huge back button was driving me insane.
Its very good
I needed a lot
Thanks
I can not test..
navbar lost, wp black screen,
how to let as expected in 4.4.4 rom kitkat
vandiaz_sairavinz said:
I can not test..
navbar lost, wp black screen,
how to let as expected in 4.4.4 rom kitkat
Click to expand...
Click to collapse
U need a deodexed rom
Rajeev said:
U need a deodexed rom
Click to expand...
Click to collapse
What xperianze 4.4.4 deodex rom yet?
vandiaz_sairavinz said:
What xperianze 4.4.4 deodex rom yet?
Click to expand...
Click to collapse
Then u must done something wrong..

Enable Torch Light options in Settings>Display

Hi, This mod for i9190 to enable hidden torch light options in settings > display settings menu. Flash with CWM. no wipe data or cache. or unzip secsettings.apk copy and paste system/app with file manger.
Here is XXUAMF7 Deodexed Roms. : http://www.mediafire.com/?bkw2hms8fxd82f7
Here is XXUAMF7 Odexed Roms. : http://www.mediafire.com/?jz13w3wj4h5e6lz
Is this feature really "hidden"? Never knew.
Could you please give source on what you modded so that us lte users and duos can mod it? Thanks
Here is how to
Decompile SecSettings.apk
Goto res/xml/display_settings.xml
Apply Changes Below (Red)
Code:
<PreferenceCategory android:title="@string/tts_general_section_title" android:key="general" />
<PreferenceScreen android:title="@string/wallpaper" android:key="wallpaper" android:fragment="com.android.settings.WallpaperSettings" />
<PreferenceScreen android:title="@string/led_indicator_settings" android:key="led_indicator_settings" android:fragment="com.android.settings.LedIndicatorSettings" />
[COLOR="Red"]<PreferenceScreen android:title="@string/torchlight_settings" android:key="torchlight" android:fragment="com.android.settings.torchlight.TorchlightSettings" />[/COLOR]
<PreferenceScreen android:title="@string/notification_panel_title" android:key="notification_panel_edit" android:fragment="com.android.settings.NotificationPanelMenu" />
<CheckBoxPreference android:title="@string/multi_window_title" android:key="key_multi_window" android:summary="@string/multi_window_summary" android:widgetLayout="@33751061" />
Compile SecSettings.apk !
Hello, thank you for the tip, fonctione great on my sfr rom France
Thenk you.
Spitya-Tapitalk
Thanks BRO. AWESOME WORK keep it up
Sent from my GT-I9105P using Tapatalk
Thank you very much... It worked in Turkish version...
Why is Samsung hidden this kind of tricks (or options)?
Torch also for I9195?
Hi.
Awesome.
Do I require root for this?
Did somebody already modify for I9195?
I had tried this torch using Wanam Xposed and found out that after using torch the phone never goes into deep sleep.
I am using torch from wanam exposed on gt-i9195 and I don't have any deep sleep issues.
junkyde said:
I am using torch from wanam exposed on gt-i9195 and I don't have any deep sleep issues.
Click to expand...
Click to collapse
I have had it don't know why.
I have had it with my Note 2 and S4 Mini.
Eline sağlık
RedFlagTR said:
Eline sağlık
Click to expand...
Click to collapse
An easy way to enable torch is to use the dedicated widget preinstalled named "Torch" or "Assistive light"...

[GUIDE] "HOW-TO" ADD APP SHORTCUTS TO *STATUSBAR* [EaSiEsT EvEr]

GUYS PROUDLY PRESENTING YOU
SAM16'S QUICKPANEL SHORTCUTS
WHAT DOES IT DO??
Add DIffernet APP ShortCuts TO YouR STATUSBAR.!!! (others apps also if u want too )
Which ShOrTcUtS Are InCluDeD??
12 Diffrent Shorcuts Are include.
1. Settings
2. Browser
3. Camera
4. Music
5. Gmail
6. Playstore
7. Memo
8. Search
9. Mms
10. Youtube
11. TaskManager
12. Alarm
HOW TO DO IT..??
I will show u how to add *ONLY 1 SHORTCUT that is SETTINGS*. Procedure for rest is the same. Just change the last code in xml from Settings to Browser or Camera or etc. And change the background name from Settings to Brower or Camera or etc. And add the specific image file in ur res/drawable-ldpi folder.
1. Download Both The Zips...
a) First Zip which is *drawables.zip* contains all the images for the 12 shortcuts.U dont need to add them all to your res/drawable-ldpi folder. Just add the 1 whose shortcut u want and whose code u have added in xml u can delete rest of the pngs. Eg. If u want settings shortcut then only keep the settings.png dont add others to ur drawable-ldpi folder.
b) This Zip which is *smalli.zip* contains all the smalli files needed for the 12 shortcuts. The path is yash/sam/Shortcuts/..... U dont need to keep all the files in Shortcuts folder just keep Settings.smalli and Settings$1.smalli if u want only settings shortcut and delete the rest. But these files are just in kb so i prefer if u dont delete them.
2. Decompile ur Systemui Using Apkmanager or Apktool. Search Google or Xda for #HOW TO DECOMPILE APKS# i wont be explaining that.
3. Add the image from the drawables.zip whose shortcut u want in res/drawable-ldpi folder. I Have taken Settings shortcut as example so just add settings.png in res/drawable-ldpi.
4. Add the smalli files from smalli.zip in ur smalli folder. The folder in the smalli,zip is yash. So after adding it there will be a yash named folder in ur smalli folder including all previous folders of ur systemui.
5. Go to res/layout and open statusbar_expanded.xml and add this line
Code:
<yash.sam.ShortCuts.Settings android:background="@drawable/settings" android:layout_width="wrap_content" android:layout_height="40.0dip" />
anywhere in A LinearLayout or A RelativeLayout where u want ur Settings Shortcut.
for newbies add after
Code:
<LinearLayout android:orientation="horizontal" android:background="@drawable/quickpanel_plmn_background" android:layout_width="fill_parent" android:layout_height="wrap_content" android:baselineAligned="false">
<com.android.systemui.statusbar.CarrierLabel android:textSize="17.659973dip" android:textColor="#ffffffff" android:layout_gravity="center_vertical" android:orientation="vertical" android:paddingBottom="1.0dip" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_marginLeft="5.0dip" android:layout_marginTop="1.0dip" android:layout_weight="1.0" />
this code or search carrierlabel and add my line after it.
so after adding it will look like
Code:
<LinearLayout android:orientation="horizontal" android:background="@drawable/quickpanel_plmn_background" android:layout_width="fill_parent" android:layout_height="wrap_content" android:baselineAligned="false">
<com.android.systemui.statusbar.CarrierLabel android:textSize="17.659973dip" android:textColor="#ffffffff" android:layout_gravity="center_vertical" android:orientation="vertical" android:paddingBottom="1.0dip" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_marginLeft="5.0dip" android:layout_marginTop="1.0dip" android:layout_weight="1.0" />
<yash.sam.ShortCuts.Settings android:background="@drawable/settings" android:layout_width="wrap_content" android:layout_height="40.0dip" />
<Button android:textSize="13.0sp" android:layout_gravity="center_vertical" android:id="@id/clear_all_button" android:layout_width="85.0dip" android:layout_height="wrap_content" android:layout_marginTop="5.0dip" android:layout_marginRight="6.0dip" android:layout_marginBottom="3.0dip" android:text="@string/status_bar_clear_all_button" style="?android:attr/buttonStyleSmall" />
</LinearLayout>
Now u are DONE..
JUST RECOMPILE AND ENJOY......!!!!!!!
THIS APP SHORTCUTS ARE MADE BY ME FROM JAVA AND NOT KANGED FROM ANY1...!!
CREDITS
Spacecaker (USED 2 of ur lines buddy )
TJATOER
SCREENSHOTS
In NeXt PoSt ​
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"
}
Sent from my GT-S6102 using Tapatalk 2
Great Tuts want make for CM if can
DvikzzDroid said:
Great Tuts want make for CM if can
Click to expand...
Click to collapse
Works in any Rom any fone any app..
Sent from my GT-S6102 using Tapatalk 2
samsoul16 said:
GUYS PROUDLY PRESENTING YOU
SAM16'S QUICKPANEL SHORTCUTS
WHAT DOES IT DO??
Add DIffernet APP ShortCuts TO YouR STATUSBAR.!!! (others apps also if u want too )
Which ShOrTcUtS Are InCluDeD??
12 Diffrent Shorcuts Are include.
1. Settings
2. Browser
3. Camera
4. Music
5. Gmail
6. Playstore
7. Memo
8. Search
9. Mms
10. Youtube
11. TaskManager
12. Alarm
HOW TO DO IT..??
I will show u how to add *ONLY 1 SHORTCUT that is SETTINGS*. Procedure for rest is the same. Just change the last code in xml from Settings to Browseer or Camera or etc.
1. Download Both The Zips...
a) First Zip which is *drawables.zip* contains all the images for the 12 shortcuts.U dont need to add them all to your res/drawable-ldpi folder. Just add the 1 whose shortcut u want and whose code u have added in xml u can delete rest of the pngs. Eg. If u want settings shortcut then only keep the settings.png dont add others to ur drawable-ldpi folder.
b) This Zip which is *smalli.zip* contains all the smalli files needed for the 12 shortcuts. The path is yash/sam/Shortcuts/..... U dont need to keep all the files in Shortcuts folder just keep Settings.smalli and Settings$1.smalli if u want only settings shortcut and delete the rest. But these files are just in kb so i prefer if u dont delete them.
2. Decompile ur Systemui Using Apkmanager or Apktool. Search Google or Xda for #HOW TO DECOMPILE APKS# i wont be explaining that.
3. Add the image from the drawables.zip whose shortcut u want in res/drawable-ldpi folder. I Have taken Settings shortcut as example so just add settings.png in res/drawable-ldpi.
4. Add the smalli files from smalli.zip in ur smalli folder. The folder in the smalli,zip is yash. So after adding it there will be a yash named folder in ur smalli folder including all previous folders of ur systemui.
5. Go to res/layout and open statusbar_expanded.xml and add this line
<yash.sam.ShortCuts.Settings android:background="@drawable/settings" android:layout_width="wrap_content" android:layout_height="40.0dip" />
anywhere in A LinearLayout or A RelativeLayout where u want ur Settings Shortcut.
for newbies add after
<LinearLayout androidrientation="horizontal" android:background="@drawable/quickpanel_plmn_background" android:layout_width="fill_parent" android:layout_height="wrap_content" android:baselineAligned="false">
<com.android.systemui.statusbar.CarrierLabel android:textSize="17.659973dip" android:textColor="#ffffffff" android:layout_gravity="center_vertical" androidrientation="vertical" androidaddingBottom="1.0dip" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_marginLeft="5.0dip" android:layout_marginTop="1.0dip" android:layout_weight="1.0" />
this code or search carrierlabel and add my line after it.
so after adding it will look like
Code:
<LinearLayout android:orientation="horizontal" android:background="@drawable/quickpanel_plmn_background" android:layout_width="fill_parent" android:layout_height="wrap_content" android:baselineAligned="false">
<com.android.systemui.statusbar.CarrierLabel android:textSize="17.659973dip" android:textColor="#ffffffff" android:layout_gravity="center_vertical" android:orientation="vertical" android:paddingBottom="1.0dip" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_marginLeft="5.0dip" android:layout_marginTop="1.0dip" android:layout_weight="1.0" />
<yash.sam.ShortCuts.Settings android:background="@drawable/settings" android:layout_width="wrap_content" android:layout_height="40.0dip" />
<Button android:textSize="13.0sp" android:layout_gravity="center_vertical" android:id="@id/clear_all_button" android:layout_width="85.0dip" android:layout_height="wrap_content" android:layout_marginTop="5.0dip" android:layout_marginRight="6.0dip" android:layout_marginBottom="3.0dip" android:text="@string/status_bar_clear_all_button" style="?android:attr/buttonStyleSmall" />
</LinearLayout>
Now u are DONE..
JUST RECOMPILE AND ENJOY......!!!!!!!
THIS APP SHORTCUTS ARE MADE BY ME FROM JAVA AND NOT KANGED FROM ANY1...!!
CREDITS
Spacecaker (USED 2 of ur lines buddy )
TJATOER
SCREENSHOTS
IN 2 min. COz of slow net connection ​
Click to expand...
Click to collapse
Mod Edit quote adjusted
Nice guide.. do u have ang guide regarding how to remove carier name along with png for y duos
whoa....Keep doing like this.
Sent from my GT-S5360 using Tapatalk 2
just a tip for your guide
change the layout to include code tags - this will make each section of coding easier to read
disable smileys in text - this will remove the smileys from your guide so people can easily copy and paste from your guide without having to keep adding the o
keep the colours dark - the yellow at top of the thread is too light and not readable without highlighting the text
marcussmith2626 said:
just a tip for your guide
change the layout to include code tags - this will make each section of coding easier to read
disable smileys in text - this will remove the smileys from your guide so people can easily copy and paste from your guide without having to keep adding the o
keep the colours dark - the yellow at top of the thread is too light and not readable without highlighting the text
Click to expand...
Click to collapse
Done. Color yellow was selected by mistake i wanted blue which is set now
PERFECT!!!!!
I put playstore and music in status bar header!!!!!!!!!!
The only changes is tha i changed the icons and i make it more color and smaller!!!
Thank you perfect guide!!!!!!!!!!
G.M.L.!
G.M.L said:
PERFECT!!!!!
I put playstore and music in status bar header!!!!!!!!!!
The only changes is tha i changed the icons and i make it more color and smaller!!!
Thank you perfect guide!!!!!!!!!!
G.M.L.!
Click to expand...
Click to collapse
I know it works perfect and is easy but now a days GB development is on a hold and no1 tried it much..!!
samsoul16 said:
I know it works perfect and is easy but now a days GB development is on a hold and no1 tried it much..!!
Click to expand...
Click to collapse
This its work in GB and in ICS!!!

[MOD] [GUIDE] Custom Notif Panel BG [TESTED]

Hello Guyz Long Time No mods Okay whats this guide U can Use my guide For Changing ur SystemUI(notif panel) bg to ur custom bg Sounds intrstng haha I was searching here and there Found 1guide but..Sorry to say That one not work with mine but should work with others So After some experiments I Had Done It Myself Thanks God for giving me life LoL :3
Requirements
-apktool
-notepad++
-brain.jar XD
-Decompile Ur SystemUI
-open res/layout ldpi/tw_status_bar_dual.xml
-find this line
<FrameLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginBottom="@dimen/tw_close_handle_underlap">
-now We Are going to modify this line
-Before
<FrameLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginBottom="@dimen/tw_close_handle_underlap">
-after
<FrameLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="@drawable/argha" android:layout_marginBottom="@dimen/tw_close_handle_underlap">
-What i have done here is
i just add this line
android:background="@drawable/argha"
-okay now save the line
-add a Png named argha
NOTE: U CAN USE ANY NAME FOR EXAMPLE SAMSUNG THEN ADD A PNG NAMED SAMSUNG
-it will me more good if ur noob in theming add the png in drawable folder or drawable ldpi
-recompile
-sign
-push
-reboot
Voila!!!!!! u have succesfully Changed the bg
@credits
@ShadeSK (Argha)
@Galaxy Star for inspiring me
Good tutorial
press thankks if you like my work
did u tried it??? if yes plz attach a Image So i can post on my thread
ShadeSK said:
did u tried it??? if yes plz attach a Image So i can post on my thread
Click to expand...
Click to collapse
I vl give a try tomorrow bro :good:
okay boss It will work 100%
Here's a ss from my trend?
Great
Good But
ShadeSK said:
Hello Guyz Long Time No mods Okay whats this guide U can Use my guide For Changing ur SystemUI(notif panel) bg to ur custom bg Sounds intrstng haha I was searching here and there Found 1guide but..Sorry to say That one not work with mine but should work with others So After some experiments I Had Done It Myself Thanks God for giving me life LoL :3
Requirements
-apktool
-notepad++
-brain.jar XD
-Decompile Ur SystemUI
-open res/layout ldpi/tw_status_bar_dual.xml
-find this line
<FrameLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginBottom="@dimen/tw_close_handle_underlap">
-now We Are going to modify this line
-Before
<FrameLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginBottom="@dimen/tw_close_handle_underlap">
-after
<FrameLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="@drawable/argha" android:layout_marginBottom="@dimen/tw_close_handle_underlap">
-What i have done here is
i just add this line
android:background="@drawable/argha"
-okay now save the line
-add a Png named argha
NOTE: U CAN USE ANY NAME FOR EXAMPLE SAMSUNG THEN ADD A PNG NAMED SAMSUNG
-it will me more good if ur noob in theming add the png in drawable folder or drawable ldpi
-recompile
-sign
-push
-reboot
Voila!!!!!! u have succesfully Changed the bg
@credits
@ShadeSK (Argha)
@Galaxy Star for inspiring me
Click to expand...
Click to collapse
Gravity Box Jb LAtest Version HAd THis Option.......And Also For Transperency...any How it is great....may be helpful for rom makers
Thanks Btw Its for Themers & rom makers only hehe
Haha..worked like charm for me...
bittooshubham said:
Haha..worked like charm for me...
Click to expand...
Click to collapse
Thanks for feedback
Sent from my MotoG3 using Tapatalk

Categories

Resources