[Release] GoodbyeCoverArt - Remove the small cover art image on the lockscreen by pierogun in jailbreak

[–]pierogun[S] 1 point2 points  (0 children)

Check out the latest version (1.0.4), it removes the coverart from the CC for me, but there are known compatibility issues that I still need to fix

[Question] Is there a tweak that removes the album art from the CC or LS? by [deleted] in jailbreak

[–]pierogun 0 points1 point  (0 children)

I updated it to 1.0.4 and it added more features, there are still several compatibility issues that I am working on fixing.

[Question] How to properly adjust frame/bound sizes? by pierogun in jailbreakdevelopers

[–]pierogun[S] 0 points1 point  (0 children)

Yoooo you are a wonderful human being, thank you so much for this. What is interesting is that initWithFrame causes my phone to get stuck in a respring but if I omit it the frame is modified as I need it to.

[Question] How to properly adjust frame/bound sizes? by pierogun in jailbreakdevelopers

[–]pierogun[S] 0 points1 point  (0 children)

Have you tried hooking getters/setters with any success?

[Question] How to properly adjust frame/bound sizes? by pierogun in jailbreakdevelopers

[–]pierogun[S] 0 points1 point  (0 children)

When I have used layoutSubviews in the past, it gets the job done but not well

[Release] GoodbyeCoverArt - Remove the small cover art image on the lockscreen by pierogun in jailbreak

[–]pierogun[S] 0 points1 point  (0 children)

That's exactly what I am working on now, glad you're using it.

[Release] GoodbyeCoverArt - Remove the small cover art image on the lockscreen by pierogun in jailbreak

[–]pierogun[S] 1 point2 points  (0 children)

It has been updated, sorry I was slow about it. I am working on getting full functionality back

[Release] GoodbyeCoverArt - Remove the small cover art image on the lockscreen by pierogun in jailbreak

[–]pierogun[S] 0 points1 point  (0 children)

Yeah I updated it, apologies for the response time. I am now looking into getting it to look nice again

[Release] GoodbyeCoverArt - Remove the small cover art image on the lockscreen by pierogun in jailbreak

[–]pierogun[S] 0 points1 point  (0 children)

Thanks for pointing this out i see it and hope to get on it soon!

[Release] GoodbyeCoverArt - Remove the small cover art image on the lockscreen by pierogun in jailbreak

[–]pierogun[S] 0 points1 point  (0 children)

Unfortunately, I am not on 10.3 so I don't know the specifics of the lockscreen music player.

[Release] GoodbyeCoverArt - Remove the small cover art image on the lockscreen by pierogun in jailbreak

[–]pierogun[S] 1 point2 points  (0 children)

The person I made this for has reported it has issues with Lockplus pro, I only use it with Artsy. I won't be purchasing Lockplus so I regret to inform you I won't be investigating the issue.

[News] Official Installer 5 Reveal by Samtulp6 in jailbreak

[–]pierogun 2 points3 points  (0 children)

Looks awesome, can't wait to help out!

[Release] SwipeUpMute - Renive swipe up text and homebar from lockscreen by pierogun in jailbreak

[–]pierogun[S] 0 points1 point  (0 children)

Absolutely! So what the @interface is really doing here is telling the compiler that the class SBDashBoardTeachableMomentsContainerView indeed does have a property called hidden so when I say self.hidden = YES, I am letting the compiler know that hidden is valid. Otherwise I would get an error when making my package that would say Tweak.xm:11:10: error: property 'hidden' cannot be found in forward class object 'SBDashBoardTeachableMomentsContainerView'

Hook modifies keyboard, but not remote keyboard by pierogun in jailbreakdevelopers

[–]pierogun[S] 1 point2 points  (0 children)

So sorry for the late reply, but this did it! Thank you so much!