Développement (FR) // Development (EN) #4
Replies: 6 comments 16 replies
-
@BEEDELLROKEJULIANLOCKHART |
Beta Was this translation helpful? Give feedback.
-
Discord: Dadoum#9690 |
Beta Was this translation helpful? Give feedback.
-
Ça avance ! |
Beta Was this translation helpful? Give feedback.
-
@Dadoum Looks like you've gone back and forth between CoreADI.dll and CoreADI for Android but settled on the Android lib since this repo is focused on the CoreADI Android implementation in Apple Music. So, tell me, how far have you got and what's your next step? PS. What version of Linux do you run? |
Beta Was this translation helpful? Give feedback.
-
I write here some of my findings: The class "AnisetteProtocolAction" contains an interesting method "_provisionWithContext"; it is a non-static function taking RequestContext - we have a RequestContext But to try this route, we need to create instance of AnisetteProtocolAction, a constructor that takes a string and a CFData. Since we don't know what is exactly the argument, we need either to make guesses (which seems to me too complex), or we see elsewhere for its creation. Here is what if found (at the bottom): //////////////////////////////////////////////// J'écris ici mes recherches: La classe "AnisetteProtocolAction" contient la méthode "_provisionWithContext" qui vu son nom pourrait nous aider: elle n'est pas statique et prend un objet RequestContext, objet que l'on sait déjà créer dans Provision. Cependant, il faut quand même créer une instance du type AnisetteProtocolAction, et cela requiert un std::string et un CFData, sans plus d'indications. Soit on essaie de déduire leur contenu (ce qui me semble compliqué), soit on voit autre chose qui pourrait potentiellement appeler cette fonction. Voici ce que j'ai trouvé: |
Beta Was this translation helpful? Give feedback.
-
Here you can talk @tkreind
Beta Was this translation helpful? Give feedback.
All reactions