[ROM][D3rp] SuperOneK: Give Me A Break [RLS3][2/23/2014]

Search This thread

thoughtlesskyle

Inactive Recognized Developer
Nov 26, 2008
6,388
4,407
Outside of Philadelphia
Team D3rp Proudly Presents SuperOneK



Initial Release Features:
- Debloated a bit (732mb size)
- Deodex
- Minor Quick Settings Enabled
- New default wallpaper (Credit C. Roberts)
- AOSP style recent apps
- Tether Hack (Thanks -TheEdge-)
- LTE instead of 4G icon
- Removed Sprint boot ani
- SuperSU added

RLS2
- Gray Scale QS (overlay color changed so gray all over)
- White beats icon
- moved quite a few apps to data along with updating a bunch
- MTP icon hidden
- 3g to 1x showing (thanks omj)
- GPS icon removed
- MMS over wifi
- some icons changed (lockscreen open icon, all apps, home)
- probably more i usually forget stuff
- Insecure boot.img (thanks Thicklizard)
- adb enabled by default

RLS3
- New boot animation (thanks joss)
- bootdown animation is a Toast window now
- AM/PM removed from clock
- smaller quicksettings tiles
- more tiles selectable
- more tiles visible
- NFC icon removed
- APM (thanks Bad boyz team and W00dstock)
- probably more


Download RLS3

Download Initial RLS

CREDITS & THANKS:
- team d3rp - you are all amazing!
- -TheEdge- for some base apks.
- steelH - for ALL the old guides, which we still use for lots of things.
- steal25 - for almost everything I know about coding, and past/future collaborations.
- AOSP, HTC, AOKP, cyanogenMOD, superSU, apktool, and VTS for pretty things, tools, and the base for all we do.
- ALL the themers and devs we see on the site or gtalk regularily, and the whole of XDA.
- We used MANY guides and tutorials to do this stuff, if we have left your name off send a PM and we'll add you.

XDA:DevDB Information
SuperOneK, a ROM for the Sprint HTC One

Contributors
thoughtlesskyle
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
Based On: OTA 4.06.651.4

Version Information
Status: Beta
Current Beta Version: RLS3
Beta Release Date: 2014-02-03

Created 2014-02-04
Last Updated 2014-02-23
 
Last edited:

thoughtlesskyle

Inactive Recognized Developer
Nov 26, 2008
6,388
4,407
Outside of Philadelphia
Reserved

Mods and Alternate Stuff

Sms screen on (includes MMS over wifi)

Community Mods

Dark Prism
screenies
vuma3ery.jpg
 
Last edited:

THADDIUS25

Senior Member
Oct 16, 2011
870
273
SELMA
Is the the crosshairs gone in this Rom from the statusbar?

Sent from my HTCONE using XDA Premium 4 mobile app
 

thoughtlesskyle

Inactive Recognized Developer
Nov 26, 2008
6,388
4,407
Outside of Philadelphia
  • Like
Reactions: Riff76

Top Liked Posts

  • There are no posts matching your filters.
  • 19
    Team D3rp Proudly Presents SuperOneK



    Initial Release Features:
    - Debloated a bit (732mb size)
    - Deodex
    - Minor Quick Settings Enabled
    - New default wallpaper (Credit C. Roberts)
    - AOSP style recent apps
    - Tether Hack (Thanks -TheEdge-)
    - LTE instead of 4G icon
    - Removed Sprint boot ani
    - SuperSU added

    RLS2
    - Gray Scale QS (overlay color changed so gray all over)
    - White beats icon
    - moved quite a few apps to data along with updating a bunch
    - MTP icon hidden
    - 3g to 1x showing (thanks omj)
    - GPS icon removed
    - MMS over wifi
    - some icons changed (lockscreen open icon, all apps, home)
    - probably more i usually forget stuff
    - Insecure boot.img (thanks Thicklizard)
    - adb enabled by default

    RLS3
    - New boot animation (thanks joss)
    - bootdown animation is a Toast window now
    - AM/PM removed from clock
    - smaller quicksettings tiles
    - more tiles selectable
    - more tiles visible
    - NFC icon removed
    - APM (thanks Bad boyz team and W00dstock)
    - probably more


    Download RLS3

    Download Initial RLS

    CREDITS & THANKS:
    - team d3rp - you are all amazing!
    - -TheEdge- for some base apks.
    - steelH - for ALL the old guides, which we still use for lots of things.
    - steal25 - for almost everything I know about coding, and past/future collaborations.
    - AOSP, HTC, AOKP, cyanogenMOD, superSU, apktool, and VTS for pretty things, tools, and the base for all we do.
    - ALL the themers and devs we see on the site or gtalk regularily, and the whole of XDA.
    - We used MANY guides and tutorials to do this stuff, if we have left your name off send a PM and we'll add you.

    XDA:DevDB Information
    SuperOneK, a ROM for the Sprint HTC One

    Contributors
    thoughtlesskyle
    ROM OS Version: 4.4.x KitKat
    ROM Kernel: Linux 3.4.x
    Based On: OTA 4.06.651.4

    Version Information
    Status: Beta
    Current Beta Version: RLS3
    Beta Release Date: 2014-02-03

    Created 2014-02-04
    Last Updated 2014-02-23
    10
    spent a little time this evening getting rid of a bit of blue, sorry for the slow progress everyone
    I wasn't able to work on the rom almost all last week because of the power outage at my place, but i promise good things soon.

    here is a gander
    7
    @O.M.J. Can u tell me your method for that by any chance because im using a modded/themed systemui atm...Thanks.

    Sent from my HTCONE using Tapatalk

    there's a couple of ways, this is how I did it...

    Code:
    open \smali\com\android\systemui\statusbar\policy\LocationBasedServiceController.smali
    
    
    find:
    
    
    .method public static isSupported()Z
        .locals 1
    
        invoke-static {}, Lcom/android/systemui/statusbar/policy/HtcGenericNetworkController;->isSprint()Z
    
        move-result v0
    
        return v0
    .end method
    
    
    
    change to:
    
    
    .method public static isSupported()Z
        .locals 1
    
        invoke-static {}, Lcom/android/systemui/statusbar/policy/HtcGenericNetworkController;->isSprint()Z
    
        move-result v0
    	
        if-eqz v0, :cond_e
    
        :cond_e
        const/4 v0, 0x0
    
        return v0
    .end method
    7
    mostly because nobody is responding
    7
    and i just want to be asleep