Jump to content

NeverBeing

Senior Member
  • Posts

    160
  • Joined

  • Last visited

Everything posted by NeverBeing

  1. Semi-restoring my iPhone :(

  2. My first tweak now live in Cydia, called 'Kepo' :D

    1. Rook
    2. NeverBeing
    3. Klepto
    4. AnotherLurker

      AnotherLurker

      Congrats! :D Have u posted about it in General Chat

  3. I got " Your Instagram version is outdate" while login. How to fix it?
  4. Happy Ramadan to all muslim.

    1. Arberlicous

      Arberlicous

      Im currently fasting

    2. NeverBeing

      NeverBeing

      Alhamdulillah

    3. NitroxicDemon

      NitroxicDemon

      :) hope this month brings us closer to Allah and guides us
    4. Klepto

      Klepto

      Kickass.to gave me a purple achievement for this event. .-.

    5. NeverBeing
  5. Just make a new Group then you will be an Admin. You can add new member. You can kick a member. No need a tweak or patch.
  6. I remember when use DroidSheep 2 years ago on Galaxy S4 Nice tool!
  7. What? iFile doesn't show names? You must be kidding Just press setting icon (Preference) on iFile, then go to File Manager, switch on Application Names. Thats it!
  8. I try to put that code on my Tweak.xm, like this %hook BBMPingLimitHelper -(bool) isLimitReached { if(GetPrefBool(@"kPing")) { return false; } return %orig; } %end %hook AppDelegate -(bool) application:(id) fp8 didFinishLaunchingWithOption:(id) fp12 { UIAlertView *alert = [[UIAlertView alloc ] initWithTitle:@"Hallo" message:@"This is test alert" delegate:nil cancelButtonTitle:@"Thanks" otherButtonTitles:nil]; [alert show]; [alert release]; return %orig; } %end But I have no luck, am I missing something or wrong?
×
  • 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