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

jblaze10

Senior Member
Mar 23, 2012
285
108
0
Gold Canyon,Az
hey kyle got this message in recovery- philz latest-
Code:
format() expects 5 args, got 4 E:Error in /data/media/0/superonek initial.zip (Status 7) Installation aborted press any key to continue----- you have any insight. tdhite says this is happening with some roms with newer recoveries thx.
 
Last edited:

thoughtlesskyle

Inactive Recognized Developer
Nov 26, 2008
6,389
4,405
253
Outside of Philadelphia
hey kyle got this message in recovery- philz latest-
Code:
format() expects 5 args, got 4 E:Error in /data/media/0/superonek initial.zip (Status 7) Installation aborted press any key to continue you have any insight. tdhite says this is happening with some roms with newer recoveries thx.
It's likely because of the way kitkat installs, it's been working fine on twrp I recommend using that

Sent from my LG-D800 using Tapatalk
 

thoughtlesskyle

Inactive Recognized Developer
Nov 26, 2008
6,389
4,405
253
Outside of Philadelphia
  • Like
Reactions: btbamzao and Riff76

OMJ

Recognized Developer / Recognized Contributor
Jun 11, 2007
7,839
15,968
0
MN
twitter.com
@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
 

thoughtlesskyle

Inactive Recognized Developer
Nov 26, 2008
6,389
4,405
253
Outside of Philadelphia
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
Even though this is in the OneK thread already, permission to barrow? ;)
 
  • Like
Reactions: Riff76

the_mig

Senior Member
Apr 24, 2009
209
54
0
Minneapolis
"N" Icon in Status Bar?

Does anyone know what the "N" looking icon is, and how to get rid of it? I don't see it on the OP screen shots, so just curious if anyone else has it and how you get rid of it.

Disregard. Google was my friend: NFC.
 
Last edited: