Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
f_padia
Old
#161  
Senior Member
Thanks Meter 32
Posts: 599
Join Date: Jul 2010
Quote:
Originally Posted by ChronoWerX View Post
Can someone help me?

framework-res.apk & SystemUI.apk as attachment ... com.htc.resources.apk here:

http://www.chronowerx-online.de/com.htc.resources.apk


Thanks
try to push this to /system/app (dont forget to restart afterwards)
Attached Files
File Type: apk SystemUI.apk - [Click for QR Code] (1.51 MB, 9 views)
j4n87 Old
#162  
Guest
Thanks Meter
Posts: n/a
Using an 3D Evo and for me it works when I modify this line:

Code:
sput-boolean v0, Lcom/android/systemui/statusbar/StatusBarFlag;->HTC_RECENT_APP:Z
to

Code:
sput-boolean v2, Lcom/android/systemui/statusbar/StatusBarFlag;->HTC_RECENT_APP:Z

from StatusBarFlag.smali
 
henk2484
Old
#163  
Account currently disabled
Thanks Meter 268
Posts: 1,329
Join Date: Aug 2008
Location: Arnhem

 
DONATE TO ME
Quote:
Originally Posted by j4n87 View Post
Using an 3D Evo and for me it works when I modify this line:

Code:
sput-boolean v0, Lcom/android/systemui/statusbar/StatusBarFlag;->HTC_RECENT_APP:Z
to

Code:
sput-boolean v2, Lcom/android/systemui/statusbar/StatusBarFlag;->HTC_RECENT_APP:Z

from StatusBarFlag.smali
Is this the only thing you changed, or did you delete the stuff mentioned in the first post as well?
 
ChronoWerX
Old
#164  
ChronoWerX's Avatar
Senior Member
Thanks Meter 3
Posts: 152
Join Date: Oct 2007
Can someone help me again?

framework-res.apk & SystemUI.apk as attachment ... com.htc.resources.apk here:

http://www.chronowerx-online.de/com.htc.resources.apk


Thanks
Attached Files
File Type: apk framework-res.apk - [Click for QR Code] (6.53 MB, 4 views)
File Type: apk SystemUI.apk - [Click for QR Code] (2.05 MB, 4 views)


Device: HTC One
Current ROM: Stock
Kernel: Stock
Radio: Stock

Device: HTC Sensation
Current ROM: Android Revolution HD 6.8.0
Kernel: SebastianFM kernel 1.5.2
Radio: 11.76A.3504.00P_11.24A.3504.31_M

Device: Samsung Galaxy Tab 10.1 (P7500)
Current ROM: JellyBeanRom ICS v7
Kernel: A1 Kernel V2.2.2


Andorid Devices: HTC Desire -> HTC Desire HD -> HTC EVO 3D GSM -> HTC One X -> HTC One & HTC Sensation & Samsung Galaxy Tab 10.1 (P7500)
 
seto_613
Old
(Last edited by seto_613; 30th September 2011 at 06:18 PM.) Reason: Solved...
#165  
seto_613's Avatar
Senior Member
Thanks Meter 2
Posts: 171
Join Date: Mar 2008
Location: Hong Kong
Solved. Thank you.
Mobile: HTC One (M7)
Sim: HK Smartone
Recovery: CWM Recovery latest version
ROM: Android Revolution HD™ latest version with my mod

Google+(CHT/ENG/JPN): http://goo.gl/b4OER - Main
Twitter(CHT/ENG/JPN): http://twitter.com/seto613 - Copy only
Blog(CHT): http://parsue.blogspot.com/
 
99DROID
Old
(Last edited by 99DROID; 16th March 2012 at 01:40 PM.)
#166  
Junior Member
Thanks Meter 1
Posts: 16
Join Date: Nov 2011
Quote:
Originally Posted by monx® View Post
Ok so here is the idea. I like HTC based rom but I dont like RECENT APPS in notification bar pulldown. Its wasting notification space as we can hold home touch button to get recent apps list.



So after many trial n errors, here is the way :

(If others hv easier method pls share. tq)

*Im using Desire HD rom frm 2.31 base with GB2.3.3 but i believe it will work on all rom which has quicksettings tab on notification pulldown bar.

So we need SystemUI.apk , apktool & winRAR

Here is the step :

1- Unpack apk using apktool

2- Browse to \SystemUI\smali\com\android\systemui\statusbar\ & delete this files :

RecentApps$1.smali
RecentApps$2.smali
RecentApps.smali
RecentAppsPage$1.smali
RecentAppsPage.smali
RecentAppsTaskManager$1.smali
RecentAppsTaskManager.smali
UpdateShortcutReceiver$1.smali
UpdateShortcutReceiver.smali


3. We hv to edit 3 files

StatusBarFlag.smali
DELETE THIS LINES
Code:
 
.field public static final HTC_RECENT_APP:Z

.field public static final HTC_RECENT_APP_PAGE:Z

.field public static final HTC_RECENT_APP_TASK_MANAGER:Z
StatusBarService$1.smali
DELETE ALL CODES IN THIS LINES
Code:
 
.line 440

.line 441

.line 442

.line 443


StatusBarService.smali
DELETE THIS LINES
Code:
.field private mRecentApps:Lcom/android/systemui/statusbar/RecentApps;

.field private mRecentAppsPage:Lcom/android/systemui/statusbar/RecentApps;

.field private mRecentAppsTaskManager:Lcom/android/systemui/statusbar/RecentApps;

.method static synthetic access$100(Lcom/android/systemui/statusbar/StatusBarService;)Lcom/android/systemui/statusbar/RecentApps;
    .locals 1
    .parameter "x0"

    .prologue
    .line 98
    iget-object v0, p0, Lcom/android/systemui/statusbar/StatusBarService;->mRecentApps:Lcom/android/systemui/statusbar/RecentApps;

    return-object v0
.end method

.method static synthetic access$102(Lcom/android/systemui/statusbar/StatusBarService;Lcom/android/systemui/statusbar/RecentApps;)Lcom/android/systemui/statusbar/RecentApps;
    .locals 0
    .parameter "x0"
    .parameter "x1"

    .prologue
    .line 98
    iput-object p1, p0, Lcom/android/systemui/statusbar/StatusBarService;->mRecentApps:Lcom/android/systemui/statusbar/RecentApps;

    return-object p1
.end method

.method static synthetic access$102(Lcom/android/systemui/statusbar/StatusBarService;Lcom/android/systemui/statusbar/RecentApps;)Lcom/android/systemui/statusbar/RecentApps;
    .locals 0
    .parameter "x0"
    .parameter "x1"

    .prologue
    .line 98
    iput-object p1, p0, Lcom/android/systemui/statusbar/StatusBarService;->mRecentApps:Lcom/android/systemui/statusbar/RecentApps;

    return-object p1
.end method

DELETE ALL CODES IN THIS LINES
Code:

.line 1036

.line 1037

.line 1786

.line 1787
4- Rebuild using apktool

5
- Open original SystemUI.apk using winRAR & drag n drop classes.dex from modded SystemUI\build\apk folder

6- Push SystemUI.apk using adb to \System\app

7- Done

Hi, this is what I was looking for.can I apply this mod on my desire z? Thx
Sent from my HTC Vision using XDA
 
Ins90
Old
#167  
Member
Thanks Meter 4
Posts: 44
Join Date: Apr 2010
Anyone help me?? I tried to use Apktool but I'm not so good

I'm a Htc Evo 3d... thanks a lot !!!

It's my SystemUi file:
Attached Files
File Type: apk SystemUI.apk - [Click for QR Code] (1.66 MB, 2 views)

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...