Jump to content

1,131 posts in this topic

Recommended Posts

Posted (edited)

thx

 

but...

 

 

your configuration did not work for me (iPad 4, iOS 9.0.2, most recent NBA.app, newest flex 2 build, Swiss IP). The .app would freeze.

i tried adding the flex commands one by one whilst opening the .app and i found the culprit of the freeze:

Class: NBALaunchTaskDataProvider
method: -(void) setLocmanager:(id) --> NULL

it works for me just leaving this edit out.

otherwise i added the following edits, although they might be obsolete:

Unit for -(BOOL) isLiveChannelAvailableForCurrentLocation --> TRUE
Unit for -(BOOL) isLiveChannelBlockedForCurrentLocation --> FALSE

this leaves my current working flex hack as follows:

Unit for -(BOOL) isProductTypePurchased:(int) --> TRUE
Unit for -(BOOL) isVIPAccount --> TRUE
Unit for -(BOOL) getHasNBATV --> TRUE
Unit for -(BOOL) isLiveChannelSubscriptionActive: (id) --> TRUE
Unit for -(BOOL) isLiveChannelAvailableForCurrentLocation --> TRUE
Unit for -(BOOL) isLiveChannelBlockedForCurrentLocation --> FALSE

again, some of the edits might be obsolete. i just wanted to drop my config in here in case anybody else experienced a similar problem.

 

let me know, cheers guys

Updated by lacostino
Posted

thx

 

but...

 

 

your configuration did not work for me (iPad 4, iOS 9.0.2, most recent NBA.app, newest flex 2 build, Swiss IP). The .app would freeze.

i tried adding the flex commands one by one whilst opening the .app and i found the culprit of the freeze:

 

Class: NBALaunchTaskDataProvider
method: -(void) setLocmanager:(id) --> NULL
it works for me just leaving this edit out.

otherwise i added the following edits, although they might be obsolete:

Unit for -(BOOL) isLiveChannelAvailableForCurrentLocation --> TRUE
Unit for -(BOOL) isLiveChannelBlockedForCurrentLocation --> FALSE
this leaves my current working flex hack as follows:

Unit for -(BOOL) isProductTypePurchased:(int) --> TRUE
Unit for -(BOOL) isVIPAccount --> TRUE
Unit for -(BOOL) getHasNBATV --> TRUE
Unit for -(BOOL) isLiveChannelSubscriptionActive: (id) --> TRUE
Unit for -(BOOL) isLiveChannelAvailableForCurrentLocation --> TRUE
Unit for -(BOOL) isLiveChannelBlockedForCurrentLocation --> FALSE
again, some of the edits might be obsolete. i just wanted to drop my config in here in case anybody else experienced a similar problem.

 

let me know, cheers guys

Thank you soo much. This finally worked for me. I can't get Nba tv and some games are blacked out.

Guest
This topic is now closed to further replies.
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines