суббота 05 январяadmin

Generally yum doesn't have options to ignore a single package from the dependencies. Option --skip-broken ignores all unresolved dependences. You can try yum --exclude=packagename but it excludes a specific package by name or glob from updates on all repositories, not.

Please read the, sidebar and before submitting a post. Want your device type and iOS version next to your username? We also offer custom flairs to development teams, tool creators, or people who have contributed to the community in a substantial way (at the moderators’ discretion) so feel free to send a modmail if you'd like one. Quick Links Latest Jailbreaks iOS 12.0-12.1.2 beta jailbreak: • (All Pre A12 Devices ) iOS 12.0-12.1.2 developer jailbreak: • (A7-A11 only ) (This is a developer jailbreak. NOT a full jailbreak. Use at your own risk. Sun ) iOS 11.0-11.4.1 jailbreaks: • • iOS 10.x jailbreaks for 64-bit devices: • • • (A7-A9 only ) iOS 10.x jailbreak for 32-bit devices: • (This jailbreak is in BETA.

) tvOS Jailbreaks • • iOS 12.1.3 and later do not have a jailbreak. For a full list of firmwares and jailbreak tools. Help and Answers • Got a confusing Cydia error message?. • Jailbreaking question? First try and sorting by 'new'.

Also please read the. • Curious about learning how to develop tweaks? Check out the (and its IRC channels), including. • Curious about how jailbreaks work? • What to install? Unofficial Cydia search sites:,. • Jailbreak News and Reviews News: • • Rules 1.

Does not allow piracy tools, sources, or websites. No pirated tweaks, apps, etc. Please also do not post or advertise products, mirrors or services that are in violation of the trademarks of others.

Please do not name, share or discuss unauthorized signing services on. As of right now, the only approved signing service is. Many signing services host pirated App Store apps, apps rehosted without the permission of the developer, or maliciously modified apps. Will not support developers who malpractice licenses, tweaks and etc. Themes (and theme-related questions or news), setup showcases, and all questions regarding aesthetic-oriented tweaks should be posted in.

No misleading/all-caps titles, and titles must contain at least three words (excluding tags). Use detailed titles for both news and questions. Also, link to the source of news, such as the developer who made the announcement, instead of linking to blogspam. Posts without tags will be automatically removed by AutoModerator.

Tags let readers automatically hide posts using and sort through topics that interest them. No exceptionally low-effort posts. No memes, image macros, DAE posts, karma-farming, or shitposts.

Similar low-quality/low-effort posts will be removed. Please read for clarification. No posts or comments about removing passcodes from locked devices, bypassing Activation Lock or removing IMEI lock.

History has shown that these situations usually involve a stolen device, and the mods are not able to verify individual cases. Do not buy/sell devices or ask for money here. If you wish to buy/sell a jailbroken device, visit. Be civil and friendly. No insulting/rude, sexist, racist, homophobic, transphobic, etc. Comments or posts.

Additionally, do not be rude or unhelpful when responding to posts tagged [Question]. Topic must be jailbreak-related. Posts must be directly related to jailbreaking (with ). Read the FAQ and search before posting. Posts that ask the most frequently asked questions will be removed by moderators, as they are either answered in our or on the sidebar. Visit the wiki for a Subreddits We Like • • • • • • Subreddits for specific tweaks: • • • • • • • • • • About Subreddit Subreddit banner by If you'd like to know more about the moderators, you can take a look at.

You can take a look at for some projects we've open sourced. Hello all, Long ago I made a hawk sms tone package that was hosted on cydia. In the older iOS it was required to use winter board to activate a ringtone.

Without

I have since updated my package so it works with newer ios. However the package dependencies are still there; winter board, which is no longer required. I cannot for the life of me figure out how to remove the winter board dependency from my package. If anyone has any insight on how to do this that would be super helpful. Forcing a winter board download when downloading my ringtone seems like a waste.

Thanks in advance. You can extract the DEB file using 'dpkg-ex', just copy the deb into your device and CD to the folder with Terminal, type 'dpkg tweakname.deb' - It will extract the whole tweak to folders.

Then you can open the control.ini with a text editor and remove the dependency. I've done this with a couple of packages. After you are done editing the file, you can re-create the deb using dpkg-ex again, just move the original deb file somewhere else, and type 'dpkg-ex tweakfolder' dpkg-ex is in reddit community repo, To make it easier, I rename the deb package to something short, then rename the Deb file back to the original name after it is recreated.