Showing posts with label recent. Show all posts
Showing posts with label recent. Show all posts
Thursday, 7 September 2017
GUIDE Add Samsung Task Manager to Recent App
GUIDE Add Samsung Task Manager to Recent App
Assalamualaikum wr wb
Hi buddy? Amatnewbe will share tutor [GUIDE] Add Samsung Task Manager to Recent App. This task manager will be able to see the homescreen to see how much ram is used so that we can control the usage of the non-excessive ram which can lead to overhead. Well for this guide my friend can listen to below:

Requirement: Understand DC & RC
Level: medium
Material :
[DOWNLOAD]
[Budayakan backup]
Steps:
1. Decompile systemUI.apk
2. Enter the script below in the bottom row, above it
</com.android.systemui.recent.RecentsPanelView> ke dalam status_bar_recent_panel.xml yang ada di res/layout port dan layout land :
<Button android_background="#ff000000" android_gravity="center" android_layout_gravity="bottom" android_layout_width="fill_parent" android_layout_height="wrap_content" android_text="Task Manager" android_onClick="TaskManager" />
--- then the result would be like this:
<Button android_background="#ff000000" android_gravity="center" android_layout_gravity="bottom" android_layout_width="fill_parent" android_layout_height="wrap_content" android_text="Task Manager" android_onClick="TaskManager" />
</com.android.systemui.recent.RecentsPanelView>
3. Go to smali / com / android / systemui / SystemUIService.smali
Copy the script below just below #Virtual method (above it .method protected dump, but put it under exactly #Virtual method):
.method public TaskManager(Landroid/view/View;)V
.locals 3
.parameter "v"
.prologue
.line 2431
new-instance v0, Landroid/content/Intent;
invoke-direct {v0}, Landroid/content/Intent;-><init>()V
.line 2432
const-string v1, "com.sec.android.app.controlpanel"
const-string v2, "com.sec.android.app.controlpanel.activity.JobManagerActivity"
invoke-virtual {v0, v1, v2}, Landroid/content/Intent;->setClassName(Ljava/lang/String;Ljava/lang/String;)Landroid/content/Intent;
const/high16 v2, 0x1000
invoke-virtual {v0, v2}, Landroid/content/Intent;->setFlags(I)Landroid/content/Intent;
move-result-object v0
.line 2433
invoke-virtual {p0, v0}, Landroid/content/Context;->startActivity(Landroid/content/Intent;)V
const-string v1, "statusbar"
invoke-virtual {p0, v1}, Landroid/content/Context;->getSystemService(Ljava/lang/String;)Ljava/lang/Object;
move-result-object v0
check-cast v0, Landroid/app/StatusBarManager;
invoke-virtual {v0}, Landroid/app/StatusBarManager;->collapse()V
.line 1720
return-void
.end method
-------Maka hasil jadi nya akan seperti ini :
# virtual methods
.method public TaskManager(Landroid/view/View;)V
.locals 3
.parameter "v"
.prologue
.line 2431
new-instance v0, Landroid/content/Intent;
invoke-direct {v0}, Landroid/content/Intent;-><init>()V
.line 2432
const-string v1, "com.sec.android.app.controlpanel"
const-string v2, "com.sec.android.app.controlpanel.activity.JobManagerActivity"
invoke-virtual {v0, v1, v2}, Landroid/content/Intent;->setClassName(Ljava/lang/String;Ljava/lang/String;)Landroid/content/Intent;
const/high16 v2, 0x1000
invoke-virtual {v0, v2}, Landroid/content/Intent;->setFlags(I)Landroid/content/Intent;
move-result-object v0
.line 2433
invoke-virtual {p0, v0}, Landroid/content/Context;->startActivity(Landroid/content/Intent;)V
const-string v1, "statusbar"
invoke-virtual {p0, v1}, Landroid/content/Context;->getSystemService(Ljava/lang/String;)Ljava/lang/Object;
move-result-object v0
check-cast v0, Landroid/app/StatusBarManager;
invoke-virtual {v0}, Landroid/app/StatusBarManager;->collapse()V
.line 1720
return-void
.end method
4. Recompile sign push to system
5. Push its TaskManager.apk to system-app as well
6. Reboot. Done.
Thanks.
Tutorial written and tested by:
Bang Bagger
Lenovo A390 mt6577 ics 4.0.4
Originally thread by Spacecaker:
Http://forum.xda-developers.com/showthread.php?t=2016829
Wassalamualaikum wr wb
download file now
Monday, 14 August 2017
iPhone 6 Renderings Based on Case leaks and Recent Rumors
iPhone 6 Renderings Based on Case leaks and Recent Rumors

Internet download manager is intelligent software which gives fastest speed for file downloading. IDM latest version included with flexible high speed tools. Internet download manager can easily accelerate the speed efficiently and gives your required files with in seconds. IDM latest version has lots of integrated helpful tools for fastest working for windows. User can download any file format with IDM downloder from web and save in specific or customized folder.
Internet download manager has wide range of internal friendly features with classic simple interface. User can simply download and install the IDM and enjoy the best file downloading services provided by the developers. Internet Download Manager is mind blowing computer windows software for all categories of web content. User just click on the specific downloading button of IDM and it will be executed with in no second.
IDM can also boost up and accelerate the existing downloading speed with intelligent features freely. Internet Download Manager IDM is integrated with smart file downloading technology for web users. In past years web speed is not so much faster than these days but now IDM makes more easy the downloading of any file size. User can now check the downloading speed and set the limit easily for multiple files so its a one more fabulous feature.
IDM latest version is most smart and perceptive windows software and works with all windows versions. IDM gives more ease with its helpful toolbars and user can manage their downloading files and easily save in folders. Internet Download Manager PC, laptop software can support the wide range of international languages. Every thing is shown with try icons and user can access the specific path by single click.
- 321 Classic Media Player Download
Application Detail:
Size: 4.29 MB
License: Shareware
Platform: Windows
Version: 6.15
Developer: Internet Download Manager
download file now
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
Level: medium
material
[ DOWNLOAD]
[ DOWNLOAD]
To keep backup the following files:
[Framework-res.apk, framework.jar, systemUI.apk]
<dimen name="thumbnail_height">160.0dip</dimen>[Framework-res.apk, framework.jar, systemUI.apk]
- Decompile framework-res.apk
Open red / value / dimens.XML
Change so:
<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
Subscribe to:
Posts (Atom)