libactivator icon indicating copy to clipboard operation
libactivator copied to clipboard

Acrivator does not open in the app

Open FlashBitCode opened this issue 11 years ago • 7 comments

I used the same code above to open acrivator in my application or tweak but it does not work! I would like to open directly into the tweak ... Mr. Petrich wants to tell us how to do it please?

FlashBitCode avatar Sep 23 '13 08:09 FlashBitCode

I'm not sure what you're asking.

rpetrich avatar Sep 26 '13 07:09 rpetrich

how do I open the settings of the activator tweak?

Inviato da @uGuer

ミ●﹏☉ミ

Il giorno 26/set/2013, alle ore 09:36, Ryan Petrich [email protected] ha scritto:

I'm not sure what you're asking.

— Reply to this email directly or view it on GitHub.

FlashBitCode avatar Sep 26 '13 09:09 FlashBitCode

Which settings specifically?

rpetrich avatar Sep 26 '13 17:09 rpetrich

LAListenerSettingsViewController tweak the settings of a specific!

Inviato da @uGuer

ミ●﹏☉ミ

Il giorno 26/set/2013, alle ore 19:22, Ryan Petrich [email protected] ha scritto:

Which settings specifically?

FlashBitCode avatar Sep 26 '13 17:09 FlashBitCode

Yes, you can just use that in your app.

rpetrich avatar Sep 26 '13 17:09 rpetrich

I would like to open it from you tweak but does not work well!

LAListenerSettingsViewController *vc = [[[LAListenerSettingsViewController alloc] init] autorelease]; vc.listenerName = @"com.your.packageid"; [myNavigationController pushViewController:vc animated:YES];

Inviato da @uGuer

ミ●﹏☉ミ

Il giorno 26/set/2013, alle ore 19:30, Ryan Petrich [email protected] ha scritto:

Yes, you can just use that in your app

FlashBitCode avatar Sep 27 '13 08:09 FlashBitCode

does not work! how can I open activator from my tweak?

FlashBitCode avatar Sep 30 '13 15:09 FlashBitCode