Jump to content

45GTR

Senior Member
  • Posts

    443
  • Joined

  • Last visited

Everything posted by 45GTR

  1. how do u use the VPN to get more apps?Are there any alternative methods for free gift cards?
  2. Could someone please find me a link to an app called 'meet the tweet'? can't find it anywhere
  3. no, all chargers do it
  4. Hey guys, for about a month now, my charger doesn't fully enter the port in my 4S, it charges but one side of the charger always sticks out. How do i fix this?
  5. is there a way to use the twitter app without an account? if not is there a tweak/app? i already know about Flipboard
  6. Is there a app/tweak which allows you to use twitter without an account?

    1. Rook
    2. Gh0stByte

      Gh0stByte

      I doubt it. Twitter it's self needs an account to post stuff. I bet you can make a tweak to view stuff without an account though.

    3. 45GTR

      45GTR

      is there an existing one??

  7. thanks you! it can be used for paid tweaks to prevent piracy too, right?
  8. Can you please make a tut?
  9. No, so if I had a tweak and I only wanted for it to be enabled if wifi was on, how would I do That
  10. this may sound like a noob question, but how can you make your project so that it is only active if say the alarm is on?
  11. Congratulations Matty! You're gonna have a handful
  12. there's something wrong somewhere else in the proj.
  13. ARCHS: armv7 arm64 include theos/makefiles/common.mk TWEAK_NAME = doodlejumpdcherosmultiack doodlejumpdcherosmultiack_FILES = Tweak.xm include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard" replace what's in your make file with that^
  14. Yeh, that's cool, for Windows, Cyberduck, WinScp works well too! Putty too
  15. Make sure you are using the correct IP and are using the Port: 22 Also, the default username and password is root and alpine
  16. Oh no I meant I didn't know that there was You guys have any ideas for a name?
  17. I've checked, and no HATER I'll go with free
  18. I'll just go with a donation button, can you setup a PayPal account without a card associated with it and still receive donations? Thanks for the replies Have you guys got a name for it? I've got LockDelete or childlock
  19. What do u mean by free? Like using insanelyi to get it for free? Only other thing is a free tweak with a donation button
  20. Hey guys I've finished making a tweak which prevents the apps on the springboard from being deleted. It's fully functional with a preference bundle. It can be especially useful in situations when you give your phone to a child and you don't want them to mess around with your phone. Question is: would you guys pay 99 cents for this?
  21. it disappeared from the messages Mind sending again?
  22. Here's my code for my .plist, the result is blank <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com...yList-1.0.dtd"> <plist version="1.0"> <dict> <key>entry</key> <dict> <key>cell</key> <string>PSLinkCell</string> <key>icon</key> <string>icon.png</string> <key>label</key> <string>LockDelete</string> </dict> <key>items</key> <array> <dict> <key>cell</key> <string>PSGroupCell</string> <key>label</key> <string>Prevent Apps From Being Deleted</string></dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>com.AsD.pref</string> <key>key</key> <string>kUninstall</string> <key>label</key> <string>Enable LockDelete</string> </dict> </dict> <key>cell</key> <string>PSButtonCell</string> <key>label</key> <string>Respring</string> <key>action</key> <string>respring</string> </dict> </array> <key>title</key> <string>LockDelete</string> </dict> </plist
×
  • 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