Jump to content

Abhinavj966

Member
  • Posts

    21
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone 13 Mini

Recent Profile Visitors

538 profile views

Abhinavj966's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. To make the hack work you need to upload pref.prop file too
  2. App crashes as soon as opened
  3. Throws data corrupted error Lock this topic
  4. I causes data is corrupted error
  5. can you make .deb version of the hack
  6. i can't find achievement.xml
  7. Your tweak, "5 in 1 Pnwer" (com.zahirsher.pwner, version 1.0) is missing a filter file. Without a filter file, your tweak will be loaded into *every* process controlled by launchd, not only apps but daemons as well. This can lead to crashing and other issues. Even if you absolutely require that your tweak be loaded into all processes, please do so via an appropriately-constructed filter file. Note that even if your tweak operates properly when loaded into daemons, it may cause other tweaks to also be loaded, and those other tweaks may *not* be designed to work with daemons. This is especially a problem if your tweak links to UIKit. If your tweak uses UIKit, be sure to either avoid targetting non-apps (e.g. daemons), or avoid directly linking to UIKit (use dlopen() instead, making sure to do so outside of the tweak's constructor). /* Generated by CrashReporter - cydia://package/crash-reporter */ Sent from my iPad
×
  • 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