[ROM][Aug 1] TB Stock 7.5.0 / Sense 2.1 [LAST ROM]

Status
Not open for further replies.
Search This thread

ebguilbert

Senior Member
Jan 30, 2009
213
67
you have it in advanced power menu addon already :D

I know, I know, but the vibration and silent modes are already on both places :p
I just dont want to press the power button to be able to put my phone on airplane mode at night.

I'm trying to do it decompiling SystemUI.apk with apktool but Im not quite sure what has to be changed in QuickSettings.smali :(

Could you give some guidance?
 

seo

Retired Recognized Developer
Dec 15, 2005
1,508
1,050
43
Plovdiv
I know, I know, but the vibration and silent modes are already on both places :p
I just dont want to press the power button to be able to put my phone on airplane mode at night.

I'm trying to do it decompiling SystemUI.apk with apktool but Im not quite sure what has to be changed in QuickSettings.smali :(

Could you give some guidance?

so many things, not only in QuickSettings.smali. to be honest with you I prefer to not do it..
 

ebguilbert

Senior Member
Jan 30, 2009
213
67
Extra_Quicksettings with airplane mode

@seo

Is it possible to add airplane mode to the quicksettings addon?

That would be great :D

I made one by myself. I replaced the hotspot (which I never use) with the airplane mode.

I took the extraquicksettings addon as my base. Im attaching it here if anyone is interested..
 

Attachments

  • Ebguilbert_Airplane_Extra_QuickSettings.zip
    642 KB · Views: 19
  • Like
Reactions: nsv1000 and seo

seo

Retired Recognized Developer
Dec 15, 2005
1,508
1,050
43
Plovdiv
I'm understand)) Can you do it for the other rom?)

Code:
------- cut --------
diff -Nur framework.jar.stock/smali/android/net/sip/SipManager.smali framework.jar.sip3g/smali/android/net/sip/SipManager.smali
--- framework.jar.stock/smali/android/net/sip/SipManager.smali	2011-05-27 13:42:22.000000000 +0300
+++ framework.jar.sip3g/smali/android/net/sip/SipManager.smali	2011-05-27 13:41:36.000000000 +0300
@@ -220,15 +220,7 @@
 
     .prologue
     .line 147
-    invoke-virtual {p0}, Landroid/content/Context;->getResources()Landroid/content/res/Resources;
-
-    move-result-object v0
-
-    const v1, 0x10d0012
-
-    invoke-virtual {v0, v1}, Landroid/content/res/Resources;->getBoolean(I)Z
-
-    move-result v0
+    const/4 v0, 0x0
 
     return v0
 .end method
------- cut --------

#### changed: .method public static isSipWifiOnly(Landroid/content/Context;)Z

pass the above code to your rom developer :)
 

hercegyu

Senior Member
Feb 8, 2011
161
23
Belgrade
www.ivanherceg.in.rs
I installed weather + lockscreen + mms on my Stock-rooted Gingerbread (2.36.405.8). All works fine until I installed USB Interface 3.0. After that my camera app starts to blink and I can't do anything(every sec black screen and reset app). I try to add sense 3.0 camera pack, and remove USB Interface, but I still have this problem whit camera.
Do anyone of you had this? TNX
 

seo

Retired Recognized Developer
Dec 15, 2005
1,508
1,050
43
Plovdiv
I installed weather + lockscreen + mms on my Stock-rooted Gingerbread (2.36.405.8). All works fine until I installed USB Interface 3.0. After that my camera app starts to blink and I can't do anything(every sec black screen and reset app). I try to add sense 3.0 camera pack, and remove USB Interface, but I still have this problem whit camera.
Do anyone of you had this? TNX

lol are you on my "TB Stock" rom or you're on the "original" stock/odexed/rooted rom that comes with your phone ?
 

sawkdanny

Member
Jan 15, 2009
23
0
Dhaka
I rooted my phone with Buddy's one click. haven't installed any other rom yet. Can i install this rom in my Inspire? I don't mind if it show Desire HD. I really don't like the At&t preloaded stuff. Plus as a newbie pls can you tell me what should I do to install it over the rooted rom?
 

seo

Retired Recognized Developer
Dec 15, 2005
1,508
1,050
43
Plovdiv
Yes it should be fine on inspire. Install what you wish over :)

Sent from my Desire HD using XDA Premium App
 
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 16
    [size=+2]almost stock. based on official 2.50.402.5 RUU

    also check out the new TB Fusion rom[/size]

    [size=+1]Thread closed. mods please don't reopen[/size]

    88099919.png
    12406829.png


    Changelog
    • 7.5.0: New base: 2.50.402.5
    • 7.5.0: Included SIP over 3G
    Tips to increase battery life
    • Avoid using live wallpaper, especialy weather LWP
    • Disable "Tell HTC" service: Settings -> About Phone ->Tell HTC
    • Disable Software updates: Settings -> About Phone ->Software updates
    • Change Wi-Fi Sleep policy: Settings -> Wireless & networks ->Wi-Fi Settings -> Advanced -> WiFi sleep policy -> 15min
    • If you don't care about faster 3G consider switching to 2g only: Settings -> Wireless & networks -> Mobile Networks -> Network Mode -> GSM Only
    • Do not login to HTC HUB / HTC Sense account (it's a plain BS)
    • Disable Phone Finder: Settings -> Location
    • Disable weather sounds & clockwidget full screen animation
    • Increase facebook/twitter/stocks sync interval to 4hours or more
    • ....
    Download
    Old versions
    • version 7.4.0 [2.36.405.8]
      - MD5: 725da6d2e1e8a1ec084dab5f60de56bb
    Addons
    Kernels
    • look here for an updated list
    2
    -- reserved --
    2
    --- reserved ---
    2
    How I install the add ons???
    Install/ uninstall :
    I flash these with Rom manger > ClockworkMod Recovery?

    yep!

    comming from an ext4 ROM, how to install this ROM?

    wipe data in cwm, flash. the installer will detect if your /data partition is still ext4 and reformat it. no need to use wipe scripts or so. just flash :)
    2
    Extra_Quicksettings with airplane mode

    @seo

    Is it possible to add airplane mode to the quicksettings addon?

    That would be great :D

    I made one by myself. I replaced the hotspot (which I never use) with the airplane mode.

    I took the extraquicksettings addon as my base. Im attaching it here if anyone is interested..