Showing posts with label panel. Show all posts
Showing posts with label panel. Show all posts

Friday, 18 August 2017

ASUS Zenfone 5 6 Speaker Lineout Volume Increase Mod 45 Volume Panel Steps ROOT

ASUS Zenfone 5 6 Speaker Lineout Volume Increase Mod 45 Volume Panel Steps ROOT



*NEW*CHECK OUT THIS APP FOR INCREASING VOLUME - http://zenfone-five.blogspot.com/2015/09/new-zenbox-toolbox-for-zenfones-root.html

Today,I Just Tracked out the Configuration file which is responsible for Volume Control..

and That Lies inside the /system/etc/parameter-framework/Settings/Audio Folder..

Unfortunately, Zenfone 4 users wont get benefit from this Mod...! So Zenfone 4 Users Dont try this

FOR UNROOTED USERS,TEMPORARILY ROOT YOUR PHONE..APPLY THIS PATCH AND UNROOT YOUR PHONE...! EVEN AFTER THAT THE MOD WILL WORK FOR SURE.....!!!

Prerequisites:
-> Asus Zenfone 5/6 Supported Models - a500cg,a501cg,a502cg,a600cg
-> Proper ADB Setup
-> Rooted Lollipop or Rooted KitKat Firmware - TW/CHT/WW
-> DOWNLOAD THIS FILE - Zenfone 5/6 Sound Mod
->DOWNLOAD THIS FILE - Add More Volume Steps from 15 to 45 for Better Control(Only for Zenfone 5 Lollipop Dont flash for Kitkat)


Installation and Un-installation
If You dont have Root..Check the Root Tutorial Posts in this Blog..


Installation is Simple via Installer...



Extract The Downloaded rar file using the Password : zenfone-five.blogspot.com

Now Plugin Your Phone to the PC via USB

Find Installer.exe inside the Extracted folder...It is Completely Virus Free..I Guarantee..As You have downloaded from the Internet Your Anti-virus may Give you the Warning to execute.If yes,Just Ignore or Add to Whitelist .. 





Run Installer.exe and Give your Model Choice and After that You will have both Install and Uninstall Options..



Press x to Quit and Reboot...!



Thats all...Your phone will have the Increased Speaker Volume Output....!

For MORE Volume Steps

Extract More Volume Steps rar File using the Password : zenfone-five.blogspot.com

Find Installer.exe and run it..it will flash and it will boot into recovery..There Clear cache and reboot into system...!!

Thank you...

CHECK OUT MY APP FOR ZENFONES- http://zenfone-five.blogspot.com/2015/09/new-zenbox-toolbox-for-zenfones-root.html

Hit +1 and Share if you like my Post..!



~SatySatsZ B


download file now

Read more »

Tuesday, 1 August 2017

Guide Custom Recent Panel Style

Guide Custom Recent Panel Style

Assalamualaikum wr wb.

ABOUT ZENFONE - Guide Custom Recent Panel Style, Hi buddy? Amatnewbe will share tutoiral Guide Custom Recent Panel Style what the heck is a recent panel? Recent panel is a view where we can see the applications that we previously open so that we are not easily bored with the appearance of the usual mediocre so it needs a little modif from the hands of creators. Nah for this guide can see pal under:


Condition: DC & RC Understanding
Level: medium

material
[ DOWNLOAD]

To keep backup the following files:
[Framework-res.apk, framework.jar, systemUI.apk]

- Decompile framework-res.apk
   Open red / value / dimens.XML
   Change so:

    <dimen name="thumbnail_height">160.0dip</dimen>
    <dimen name="thumbnail_width">240.0dip</dimen>

- recompile
- sign in

-------------------------

- Decompile framework.jar
- input the material into place, if there is pass

- Recompile
- Sign in
- push framework-res.apk & framewok.jar to system
- reboot
- If successful (gk bootlop) go


- Decomple systemUI.apk compere first bahanya yg d systemUi_src / res / layout-land same layout-port & make sure all id same dg id yg d recent stock ente, the heart "different 1 id aja UI ente will lost by earth,
- open res / value / strings.xml
    Add:

    <string name="service_background_processes">%1$s free</string>
    <string name="service_foreground_processes">%1$s used</string>

Above </ Reseorces>

- open res / value / colors.xml
    Add:

    <color name="green">#ff00ff32</color>

  Above </ Reseorces>

- open res / value / bools.XML

   Change:

    <bool name="config_recents_thumbnail_image_fits_to_xy">true</bool> ----> false jadi true

- if yaqin recompile then decompile egen
- open systemUI src_src / smali / com / android / systemUI / statusbar / phonestatusbar.smali
- search this line:

.method protected updateRecentsPanel()V
    .locals 2

- change .locals 2 to .locals 5

- still d same method:

.method protected updateRecentsPanel()V
    .locals 5

    .prologue
    .line 988
    sget-boolean v0, Lcom/android/systemui/statusbar/phone/PhoneStatusBar;->useTouchWizGUI:Z

    if-eqz v0, :cond_3

    .line 989
    const v0, 0x7f03007d
    
- ubah jd kayak gini :

.method protected updateRecentsPanel()V
    .locals 5

    .prologue
    .line 988
    sget-boolean v0, Lcom/android/systemui/statusbar/phone/PhoneStatusBar;->useTouchWizGUI:Z

    if-eqz v0, :cond_3

    .line 989
    iget-object v2, p0, Lcom/android/systemui/statusbar/phone/PhoneStatusBar;->mContext:Landroid/content/Context;

    invoke-virtual {v2}, Landroid/content/Context;->getContentResolver()Landroid/content/ContentResolver;

    move-result-object v2

    const-string v3, "recent_style"

    const/4 v4, 0x0

    invoke-static {v2, v3, v4}, Landroid/provider/Settings$System;->getInt(Landroid/content/ContentResolver;Ljava/lang/String;I)I

    move-result v2

    const v3, 0x0

    if-eq v2, v3, :cond_0

    const v3, 0x1

    if-eq v2, v3, :cond_1

    const v3, 0x2

    if-eq v2, v3, :cond_2

    :cond_0
    const v0, 0x7f03003d # layout stok ente

    goto :goto_0

    :cond_1
    const v0, 0x7f03007d #<public type="layout" name="wood_status_bar_recent_panel" id="0x7f03007d" />

    goto :goto_0

    :cond_2
    const v0, 0x7f030080 #<public type="layout" name="buble_status_bar_recent_panel" id="0x7f03007d" />

    goto :goto_0

    :goto_0

- create another device d adjust it: D
- if its save
- recomple / sign

- Go ahead Decomple settings.apk
- merge all the language
- open secsettings_src / res / xml / display_settings.xml
- add this:

    <PreferenceScreen android_title="Custom Recent Panel" android_key="recent_style" android_fragment="com.android.settings.recent.RecentPreference" />
 
- open secsettings_src / res / values / array & add this:

    <string-array name="recent_entries">
        <item>Recent Stock</item>
        <item>Recent Wood Style</item>
        <item>Recent Buble Bunny</item>
    </string-array>
    <string-array name="recent_values">
        <item>0</item>
        <item>1</item>
        <item>2</item>
    </string-array>
 
- recomple & decomple egen
- there is one id d smali / com / android / settings / recent / RecentPreferences.smali
- replace his id dg recent_preference.xml d id public ente

- save / recomple / sign / push
- Recent will change after reboot / restart UI use apk om adefikry or existing guide maaadr d




CREDIT:
- Denz anarchyninetenine
- Pete Heaven of the World
- XDA DEVELOVER
- MAAAD.R
- BUNY & BUBBLE THEME
- PANIC XPERINCE
- Samsung Galaxy chat GT-B5330 (Official)
- Wa group Galaxy cHat Mlehoy
- Bang Banger

thanks.

Wassalamualaikum wr wb.

download file now

Read more »