Jump to content

eduard816

Member
  • Posts

    19
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone 8 Plus

Recent Profile Visitors

411 profile views

eduard816's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • 2 Years In
  • 3 Years In

Recent Badges

0

Reputation

  1. I have an iPad Mini 1 with saved SHSH Blobs of iOS 5.1.1 and iOS 9.3.5. It is currently on iOS 9.3.5, and I want to downgrade it to iOS 5.1.1 inorder for me to Jailbreak it. Can you lead me the way on how to downgrade it? Thanks!
  2. I tried again on my PC but now error. Tweak.xm:218:84: error: expected ';' after expression ..._cmd, TRUE) } static id _logos_method$_ungrouped$NLSLinearChannel$bl... ^ ; 1 error generated. make[2]: *** [obj/Tweak.xm.f5944243.o] Error 1 make[1]: *** [internal-library-all_] Error 2 %hook NLSLinearChannel -(id) blackout { return nil; } %end
  3. Thanks! I will try to look into this internal error. I have completely followed how to install theos on my phone.
  4. Thank You very much guys for all of your help.... Still error 133... Don't know what's internal package errors means Thank you once again.
  5. It just came to my that I don't need my PCto try the code, all I need is my Jailbroken device. Unfortunately, still having the same error
  6. don't know what it was set as True. I just converted the Flex Patch into code. Anyways, If that's makes an issue then I will just set to FALSE. I will compile and let you know what happen tomorrow. I'm out tonight. Thanks alot for your help...
  7. Still won't recognize it. Anyways here is the updated Tweak.xm, only stuck on the %hook NLSLinear line %hook MKStoreManager -(BOOL) isProductTypePurchased:(int)arg1 { return FALSE; %orig (arg1); } -(BOOL) isProductTypePurchased:(int)arg1 gameId:(id)arg2 { return FALSE; %orig(arg1,arg2); } %end %hook NBAServiceAccessControl -(bool) canAccessRapidReplay:(id)arg1 { return TRUE; %orig(arg1); } -(bool) canAccessGameByGameItem:(id)arg1 { return TRUE; %orig(arg1); } -(bool) canAccessChannel:(id)arg1 { return TRUE; %orig(arg1); } -(bool) canAccessVaultVideos:(id)arg1 { return TRUE; %orig(arg1); } %end %hook NBAIAPAccessControl -(bool) accountAddPackage { return TRUE; } -(bool) canAccessRapidReplay:(id)arg1 { return TRUE; %orig(arg1); } -(bool) canAccessGameByGameItem:(id)arg1 { return TRUE; %orig(arg1); } -(bool) canAccessChannel:(id)arg1 { return TRUE; %orig(arg1); } -(bool) canAccessVaultVideos:(id)arg1 { return TRUE; %orig(arg1); } -(bool) isValidDate:(id)arg1 endDate:(id)arg2 containsFeature:(bool)arg3 { return TRUE; %orig(arg1,arg2,TRUE); } %end %hook NBAAppAPIManager -(BOOL) isVIPAccount { return FALSE; } -(BOOL) getHasNBATV { return FALSE; } %end %hook NBAAccessControlManager -(BOOL) isLiveChannelAvailableForCurrentLocation { return FALSE; } -(bool) canAccessRapidReplay:(id)arg1 { return TRUE; } -(bool) canAccessGameByGameItem:(id)arg1 { return TRUE; %orig(arg1); } -(bool) canAccessChannel:(id)arg1 { return TRUE; } -(bool) canAccessVaultVideos:(id)arg1 { return TRUE; %orig(arg1); } -(bool) hasAnyAccount { return TRUE; } %end %hook NLGeoManager -(void) setLocmanager:(id)arg1 { return; %orig(arg1); } %end %hook NLNBAGeoManager -(void) geoCheckRequestDone:(id)arg1 { return; %orig(arg1); } %end %hook GADAdFetcher -(id) init { return NULL; } %end %hook NBAAuthenticationInfo -(bool) canAccessChannel { return TRUE; } %end %hook ADBMediaItem -(bool) isLive { return TRUE; } %end %hook NLSProgram -(bool) isLiveEvent { return TRUE; } %end %hook NBADLGameItem -(bool) isLiveGame { return TRUE; } %end %hook NBAGameItem -(bool) isLiveGame { return TRUE; } %end %hook NBABoxScoreScorePeriodTimeItem -(bool) isLiveGame { return TRUE; } %end %hook NLChromecastParams -(void) setIsLiveStream:(bool)arg1 { return; %orig(TRUE); } -(bool) isLiveStream { return TRUE; } %end %hook NBABoxScoreItem -(bool) isLiveBoxScore { return TRUE; } %end %hook NBAVideoVCPad -(void) selectedEPG:(id)arg1 isLive:(bool)arg2 { return; %orig(arg1,TRUE); } %end %hook NBATVVC -(void) selectedEPG:(id)arg1 isLive:(bool)arg2 { return; %orig(arg1,TRUE); } %end %hook NBAVideoVC -(void) selectedEPG:(id)arg1 isLive:(bool)arg2 { return; %orig(arg1,TRUE); } %end %hook NLMediaTrackEPGParams -(bool) isLiveAtTimestamp:(id)arg1 { return TRUE; %orig(arg1); } %end %hook NBAAuthenticationInfo -(void) setCanAccessChannel:(bool)arg1 { return; %orig(TRUE) } %end %hook NLSLinearChannel -(id) blackout { %orig(TRUE); } %end %hook NLSApplyPPVCreditResponse -(bool) isSubscribedSuccess { return TRUE; } %end %hook NLSBlackoutInfo -(bool) isDeny { return TRUE; } %end %hook IMALiveStreamRequest -(bool) attemptPreroll { return TRUE; } %end %hook NBAMediaPlayerItem -(bool) needShowPreroll { return TRUE; } %end %hook AppDelegateShared -(bool) isAppGeoBlock { return TRUE; } %end %hook ANSMetadata -(bool) computeIsJailbroken { return TRUE; } %end %hook ANSMetadata -(bool) isJailbroken { return TRUE; } %end %hook GADDevice -(bool) jailbroken { return TRUE; } %end %hook NBAMediaPlayerManager -(void) handleVerifyPurchasedProductsSuccess:(id)arg1 { return; %orig(arg1); } %end %hook NLStoreManager -(void) verifyPurchasedProductsSuccess { return; } -(void) verifyPurchasedProducts { return; } -(void) verifyPurchasedProducts:(bool)arg1 { return; %orig(TRUE); } %end No rush mate... I'm going off to the City now, might now be go online for a few hours. I'm off to watch the Vivid Sydney Lights. I live in Sydney Australia. See you around later or tomorrow. Thanks for the help once again. much appreciated...
  8. On which part will I add? or replace? %orig(TRUE);
  9. Last error... There is something wrong with this ID argument it won't accept NULL... What's the difference of NILL from NULL? I placed NULL as you instructed after return. Thanks again!
  10. No apology needed. I am the one asking for help, mistakes happen. For your question how did I change the function in Flex? I used the Flex3Converter tweak to convert the Flex Tweak into code. I'll change the code now and let you know what's the progress...
  11. Sorry for that. Ok now upon fixing it what you have quoted above, plus combining the same %hook target Class (that took awhile). I have encountered just 3 errors, which 2 errors are the one you suggested me to change. Here are more accurate images for you to see. If we can fix the right argument for this 3 errors then it is good to go for the compiling of the deb file, and hopefully it will work on the App... Thanks!
  12. I just viewed your link. I will need to copy and paste them to notepad++, then combined the same %hook target.. Then I need to add those 2 items you provided. Then I will compile it. I will let you know if it works. Thanks!
  13. Thank You very much for you help! Much Appreciated!
  14. I've read the whole thread. But didn't see any instructions on how to fix the bugs. Maybe you can direct me on the page on how to fix the bugs on the FlexConverter? So that I can convert the Flex Tweak into code and have less errors when compiling it. Thanks.
  15. I got a PM from iOS-Tweaker... and I quote: hey i made an improved version of FlexConverter tool, aptly named flex3converter; fixed a couple bugs it had. I didn't finish fixing some inverted bool values (which were wrong in original tool) but i programmed an option to put if ur patch has more true or false ones so ya don't have to change as many maybe the version of the FlexConverter had too many bugs and I will try the latest version of iOS-Tweak3r of Flex3Converter. Then try to compile it and let's see if it has less errors. Thank for your help.
×
  • 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