• Home
  • Apple News
  • Jailbreak News
  • Android News
  • Wallpapers
  • Deals

iJailbreak | Jailbreak And iOS News

iJailbreak is an online resource for jailbreak and unlock iPhone, iPad, iPod Touch, Apple TV and iOS news.

  • How To Jailbreak
    • Cydia Installer: Everything You Need To Know
    • What Is Jailbreaking? Why Should I Jailbreak?
    • Untethered vs Tethered vs SemiTethered Jailbreak
  • Jailbreak Software Tools
    • PP Jailbreak
    • TaiG
    • Pangu
    • Evasi0n (Evasi0n7)
    • Absinthe
    • JailbreakMe.com
    • RedSn0w
    • GreenPois0n
    • Sn0wBreeze
    • PwnageTool
    • LimeRa1n
    • Spirit
    • BlackRa1n
    • Seas0nPass
    • Developers
  • How To Unlock
  • How To Downgrade
    • How To Save SHSH Blobs
    • TinyUmbrella
    • iFaith
    • F0recast
  • Cydia Tweaks
    • Top / Best Cydia Tweaks
    • Best Cydia Sources
    • Siri Cydia Tweaks, Hacks, Mods
    • Spire Proxy Host List
  • How To Root
    • Top / Best Custom ROMs
  • Downloads

How To: Remove Launch Daemons To Increase Speed, Battery Life And Disk Space [Part Two]

September 19, 2011 by Guest 39 Comments

After installing numerous Cydia tweaks, the space on my iPhone 4 root partition became really cramped. Thus, I thought there may be many files, which are not used by the iPhone 4, that can be removed without effecting anything. After doing my own research, I have worked out the best way to get rid of those files to increase the speed, battery life, and performance of your iPhone, iPod Touch or iPad running any firmware version.

As there are numerous methods to go about getting rid of unnecessary files on the iPhone, iPod Touch or iPad, I will be splitting up this guide into numerous parts. This How To guide is part two in the removing unnecessary files to increase battery life/performance series and is the more advanced level. Part one can be found here.

Step 1) – The first thing you have to do is Jailbreak your iPhone, iPod Touch or iPad. If you have not done this already there are many how to guides you can find around iJailbreak; I recommend going to the How To Jailbreak Section find the one that suits you.

Step 2) – Next you are going to need to install the following Cydia tweaks to your iPhone, iPod Touch or iPad:

  • OpenSSH (How to with video)
  • iFile (An alternative to iFile would be an SSH program)
  • MobileTerminal (You will need to add the iJailbreak Repo : . How to with video)

Step 3) – Once you have installed the Cydia tweaks listed above you will need to launch MobileTerminal. When open you will see a UNIX screen as depicted below containing the name of your iDevice with added: – mobile$

 

Step 4) – What you are going to do next is login as a root user.

Type:

su

and click return. 

You should see a screen like this:

After typing the su command you will need to enter a password. The default password is alpine (unless you have changed it).

Note: When typing your password no dots appear, though your letters will be typed.

Type:

alpine

and click return.

Step 5) – The next thing you are going to do is navigate to the directory where the LaunchDaemons folder is located and set the permissions of the files so you can edit them through iFile.

Type:

cd /

and click return.

Your root directory should appear.

Type:

cd System/Library/LaunchDaemons

and click return.

Note: Keep in mind that you are working in UNIX and you should type the capitals as shown above and below.

Type:

chmod 755 *.*.*.*

chmod 755 *.*.*.*.*

chmod 755 *.*.*.*.*.*

and click return after each line.

These commands ensures that you have the right rights to edit/delete these files in the LaunchDaemons folder.

Exit MobileTerminal by clicking the Home button.

Warning! Warning! Warning! Warning! Warning! Warning! Warning! Warning! Warning! Warning!

Step 6) – Before going any further please read this thoroughly.

These files are serious system files.

Make sure you read each description well.

Do not remove them when you are not sure what you are doing.

Listed below are the lists, with Safe Daemons, Conditional Daemons, Device Specific Daemons, Unknown Daemons. Don’t touch This Daemons and Jailbreak Daemons.

Safe Daemons: These can be deleted by any user, with no adverse effects on the device.

  • com.apple.DumpPanic.plist – Dumps crashes for evaluation by Apple.
  • com.apple.ReportCrash.(Different Things).plist – There are 6 of these daemons, and they collect data about what caused a crash, what programs were running at the time etc.
  • com.apple.DumpBasebandCrash.plist – Dumps baseband crashes which shouldn’t happen during normal use. iPod touch’s and iPads without 3G don’t have a baseband.
  • com.apple.CrashHouseKeeping.plist – Also deals with crashes.
  • com.apple.aslmanager.plist – This daemon manages system logs.
  • com.apple.syslogd.plist – Logs system events.
  •  com.apple.powerlog.plist – This is used to monitor any incompatibilities with 3rd party chargers.
  • com.apple.stackshot.server.plist – This daemon’s uses a stackshot server, I have no idea why this file is on a iDevice because it doesn’t relate to UNIX software, a stackshot server is an application that injects itself into a remote process and uses the Windows symbol engine to take a snap-shot of all the threads in the process. The UI presents the call stacks of each thread and the associated source code (with syntax highlighting for C/C++ files). This stuff has nothing to with iDevices, and removing it has no adverse effects on my devices.
  • com.apple.chud.chum.plist – This daemon relates to Apple’s CHUD (Computer Hardware Understanding Developer) tools. Removing this daemon will have no adverse effects on your device, unless you are a developer.
  • com.apple.chud.pilotfish.plist – This daemon relates to Apple’s CHUD tools. Removing this daemon will have no adverse effects on your device, unless you are a developer.
  • com.apple.psctl.plist – It deals with connecting external storage devices. It doesn’t do anything for anybody not using a Camera Connection Kit, so feel free to delete it. Do not remove it if you use a Camera Connection Kit.
  • com.apple.apsd.tcpdump.en0.plist – Logs push notification errors.
  • com.apple.apsd.tcpdump.pdp_ip0.plist – Also logs push notification errors.

Conditional Daemons: These daemons can be disabled by certain users who have no need for some features of their device.

  • com.apple.searchd.plist – Disables Spotlight search if removed. The Spotlight page will still be there, but nothing will show up when you start typing. Disable this daemon if you don’t use Spotlight. This seriously speeds up your device and releases a serious amount of RAM.
  • com.apple.AddressBook.plist – If removed, Contacts in the Phone and Address Book application will load slightly slower. Disable this if you don’t care about that.
  •  com.apple.accessoryd.plist – If removed, it disables accessories like FM radio transmitters, iPhone docks, and AV cables. Accessories will be able to charge your device, but that is all they will be able to do. Remove this if you don’t use any of these accessories.
  • com.apple.apsd.plist – If removed, Push Notifications will no longer work. Disable this if you don’t use Push Notifications.
  • com.apple.iapd.plist – Functions like com.apple.accessoryd.plist. This deals with accessories that also come with companion apps.
  • com.apple.dataaccess.dataaccessd.plist – If removed, contacts will no longer sync via Exchange or Google Sync. Disable this if you don’t use those services.
  • com.apple.datamigrator.plist – Used to transfer contacts from SIM card to phone. iPod touch and iPad users can delete this.
  • com.apple.racoon.plist – Used for Virtual Private Networks. Disable this daemon if you do not use any VPNs.
  • com.apple.MobileInternetSharing.plist – Used for Internet Tethering. Disable this if you have an iPod touch or iPad without 3G or if you aren’t interested in tethering.
  • com.apple.AOSNotification.plist – This daemon deals with MobileMe/iCloud syncing. If you do not use the MobileMe/iCloud service, you can disable this.
  • com.apple.AdminLite.plist – This daemon tries to return control of your device to you if it thinks that you are waiting for a lengthly process to respond. It does this by force-quitting the process, so if you’re tired of your apps crashing and you would rather wait a few seconds for them to finish what they’re doing, disable this daemon.
  • com.apple.graphicsservices.sample.plist – Thought to have something to do with displaying album artwork. I’ve deleted it on my iPhone and everything still works fine, but some people have encountered problems.
  • com.apple.UIKit.pasteboardd.plist – This daemon deals with copy/paste. If you don’t find yourself using copy/paste, you can disable this daemon.
  • com.apple.mobile.obliteration.plist – This daemon wipes the data partition of your device. (Source) This will be used if you remotely wipe your phone via Exchange, or if you use Settings > General > Reset, or if you set your device to wipe itself after a certain number of failed passcode entries. If you don’t use these features, you can delete this daemon.
  • com.apple.scrod.plist – This daemon deals with Voice Control. If you don’t use Voice Control, you can delete this daemon.

Unknown Daemons: The functions of these daemons are currently unknown. Proceed with caution.

  • com.apple.daily.plist – Nothing is currently known about this daemon, except that it is programmed to perform a certain function once a day. Removing this daemon has had no adverse effects on my devices.
  • com.apple.iqagent.plist – This daemon’s function is currently unknown, but removing it has had no adverse effects on my devices.
  • com.apple.mobile.profile_janitor.plist – This daemon’s function is currently unknown, but removing it has had no adverse effects on my devices.

Device-Specific Daemons: These daemons have different functions for different devices. Be ABSOLUTELY CERTAIN that these daemons are safe to delete from your specific device.

  • com.apple.CommCenter.plist – Deals with making and receiving phone calls. iPod touch users (on the first-to-third-gen) can delete this daemon with no adverse effects. iPhone, iPad and iPod Touch 4G users should not delete this daemon under any circumstances.
  • com.apple.awd_ice2.plist – Apparently only affects the iPhone 3G, 3GS and 4. It’s not known what its function is on those devices, so remove this daemon at your own risk.
  • com.apple.aggregated.plist – This performs some functions related to Audio-In. If you have an iPod touch and do not intend to use Audio-In, disable this.(The microphone inside an iPod Touch 4G is an audio-in device) iPhone, iPad and iPod Touch 4G users should leave this alone.

Don’t touch this Daemons: These daemons are crucial to the operation of your device and should not be modified in any way.

  • com.apple.fairplayd.plist – This checks the DRM on your legitimately-acquired music and apps.
  • com.apple.installd.plist – Deals with app installation.
  • com.apple.BTServer.plist – If this daemon is disabled, your device will become extremely slow and unresponsive.
  • com.apple.configd+pm.plist – Deals with system configuration.
  • com.apple.configd-pm.plist – Also deals with system configuration.
  • com.apple.gmmd.plist – A debugging service for your device.
  • com.apple.mDNSResponder.plist – DNS. Disable this, and your Internet is completely gone.
  • com.apple.mDNSResponderHelper.plist – Also deals with DNS.
  • com.apple.locationd.plist – Deals with GPS and location.
  • com.apple.mediaserverd.plist – Plays your music and videos.
  • com.apple.usbptpd.plist – Allows your device to connect to your computer and charge.
  • com.apple.mtmergeprops.plist – Appears to have something to do with the touchscreen. After I deleted this daemon, my screen was unresponsive. This is why you make backups!
  • com.apple.SCHelper-embedded.plist – Appears to be a part of the SystemConfiguration framework, so I don’t recommend deleting it. If some brave soul wants to try it, go ahead and report back.(On your own risk)
  • com.apple.SpringBoard.plist – This daemon ensures that SpringBoard launches when you turn your device on. Without this daemon, SpringBoard will not launch. Also, this daemon ensures that you are able to respring your device. If you disable this daemon and attempt to respring, the SpringBoard process will be killed but will not start again.
  • com.apple.mobile.lockbot.plist – This daemon’s function is currently unknown, but when I removed it, I had to restore as a result.
  • com.apple.mobile.Lockdown.plist – Deals with SIM and network authorization. iPod touch and iPad users, even though this daemon seems like it deals with iPhone-only operations, you would still need to restore your device, after deleting this daemon.
  • com.apple.itdbprep.plist – Based on the name, this has something to do with syncing music to your device.
  • com.apple.itunesstored – Messing with this daemon will cause it to use 100% of your device’s CPU periodically. Leave it alone.

Jailbreak Daemons: These are daemons installed by jailbreak applications.

  • com.apple.dynamic_pager.plist – This is what drives virtual memory (VM) mods. Delete this daemon only if you want to uninstall any VM hacks you have on your device.
  • com.bigboss.sbsettingsd.plist – Related to SBSettings. I would suggest leaving it alone.
  • com.imalc.insomnia.plist – Used to keep Insomnia running through resprings and reboots. If you don’t want it to do that, disable this.
  • com.mxweas.MxT2d.plist – The daemon that allows MxTube to download videos in the background. If disabled, the application will need to be reinstalled; however, if you don’t use MxTube and are too lazy to uninstall it, you can disable this daemon.
  • com.saurik.Cydia.Startup.plist – It’s believed that this daemon deals with the AutoInstall trick for installing .deb files. If you don’t know what that is and you don’t use it, you can disable this daemon.
  • com.saltinbas.free.mem.plist – This daemon is part of the Repeat Memory Free hack that’s been floating around lately. Disable this if you no longer want your memory to be freed automatically. 
  • org.nodomain.scrobbled.plist – The Scrobbler daemon. Disable this if you don’t want your music scrobbled anymore.
  • com.SPC.SuperCharged.plist – The SuperCharged daemon, which is a virtual memory mod from Cydia. Don’t delete this if you want to keep using SuperCharged.

NOTE! If this tutorial does not specifically mention that a certain daemon is safe to remove, leave it alone. Better safe than sorry.

After removing all of the unnecessary daemons from my device, my boot time has gone down considerably (20 seconds to reach the SpringBoard, where it was 55 seconds before I deleted the daemons) and I’ve gotten up to 176 MB of free RAM. That’s more then half of my device’s total RAM, and should be enough for several back-grounded applications.

By using less RAM your device should respond a lot faster, uses less battery, and gives you more disk space for installing your favorite Jailbreak tweaks.

If you have reliable information that one of the daemons mentioned in this tutorial is described incorrectly (e.g. I say it’s safe when it isn’t), please post in this thread and DM me immediately on Twitter (Cornerstar31) so that I can edit this post and hopefully prevent anyone from having to restore their device.

If you have read this all and still want to proceed, here is the next step.

Step 7) – Write down the files you certainly want to remove (please triple check it, so that you are very sure that the written down files are safe for removal).

Step 8 ) – Open iFile. Once opened you should see a screen like this:

 

Step 9) – With iFile open click on var in the top left corner, then click /

You are now in the root folder. 

Click System, Library, then LaunchDaemons, you are now in the LaunchDaemons folder. Pick the list you wrote down and start removing the files by swiping the file to the right, and click Delete. After deleting all the unnecessary files you’re done with deleting LaunchDaemons.

Congratulations! You have now increased the speed, battery life and disk space on your iPhone, iPod Touch or iPad. For more how to’s from iJailbreak.com, visit the How To Section. Let us know if you have any questions in the comments section below.

Comments

  1. Jahnkeanater says

    September 23, 2011 at 1:05 pm

    i think deleting the spotlight search daemon caused a searching… icon to push my wifi strength indicator out of view. :( no actual problems its just annoying.

  2. Anonymous says

    September 23, 2011 at 6:07 pm

    Never heard of that problem.
    Tried all the tweaks myself, and hadn’t any indication on that on my devices.
    Tested on iPhone 3GS and 4 both 32 Gb. iPad 1 and 2 64 Gb.
    iOS 4.0.1, 4.2.1 4.3.3 iOS 5b4 5b7

  3. Traditional Singh says

    September 29, 2011 at 4:31 pm

    hmm it on sbsettings it doesnt show any increase in ram…..do you have to reboot

  4. Singels says

    October 9, 2011 at 5:21 pm

    Great tutorials :D
    Of course i screwed up and removed the wrong one and killed my notifications :(
    Any way besides restoring to fix this ?

  5. Anonymous says

    October 18, 2011 at 11:20 am

    easy peasy…….thanks brada!!!!
    if u have no idea what is ssh or ifile and jailbreaking,DONT DO THISit worked on my iphone 4 no problem and ipad 2ps.i am only 12 yrs old

  6. polobreaka says

    October 21, 2011 at 2:59 pm

    so these are also safe for ios 5?

  7. Anonymous says

    October 21, 2011 at 4:11 pm

    Nice to hear this.
    I’ve tried to make it as simple as possible.
    Have much fun.

  8. Anonymous says

    October 21, 2011 at 4:13 pm

    Only if you made a backup. You can place the file back. Otherwise restoring is the only option.

  9. Anonymous says

    October 21, 2011 at 4:13 pm

    Yep

  10. Anonymous says

    October 21, 2011 at 4:16 pm

    Yes they are. I have applied it to all my beta’s on my testing devices.
    And on my iPhone 4 I’ve applied it to the public release.

  11. trevor says

    October 26, 2011 at 10:39 am

    Do these changes apply to 5.0 IOS as well?

  12. trevor says

    October 26, 2011 at 10:40 am

    Cornerstar31 … do these launch daemon changes apply to IOS 5.0 as well?

  13. Scouseruk1210 says

    November 8, 2011 at 4:22 pm

    ive tried doing this but when i try to open mobileterminal it jus crashes? any ideas would be appreciated :)

  14. Adam says

    November 8, 2011 at 10:55 pm

    The article says to download it from iJalbreak’s repo, because the MobileTerminal in saurik’s repo is not iOS 4+ compatible.

    Ad@m

  15. stvnjnsn says

    November 18, 2011 at 1:11 pm

    I made the same mistake. I found that ‘Trash” is enabled by default and was able to restore the file by copying it from there back to the Launch Daemons folder using iFunBox. I was able to browse to the trash with ifile but I could find no way to move the file back to the Launch Daemons folder. It would be much safer to use iFunBox for the whole procedure and save copies of the files before deleting them.

  16. Anonymous says

    November 21, 2011 at 11:14 pm

    I know this is an old article, but I just wanted to emphasize three things:
    1. BACKUP your plists before messing with them.
    2. You should NOT be deleting plists; you should be disabling them from boot by using `launchctl  unload /System/Library/LaunchDaemons/com.COMPANY.PRODUCT.plist`
    3. BEFORE unloading any plists, you should make a log of the old plists using something like `launchctl list > oldplists.log`; finally, after unloading your plists, you should make a second log of the new plists `launchctl list > currplists.log`.

    Step 3 is done so you can do a `diff` of the files and figure out exactly what you changed. If you need to revert all changes, you can use xargs, grep, and launchctl to easily do so (one line).

  17. Anonymous says

    November 21, 2011 at 11:16 pm

    You should probably revise your guide in order to prevent this by correctly unloading LaunchDaemons. See my post above

  18. Lol says

    November 30, 2011 at 6:10 pm

    What do I need to download OpenSSH for if I am only going to be using iFile and MobileTerminal?

  19. Alejandroa360 says

    January 2, 2012 at 7:34 am

    Don’t know. I installed them first. Then deleted them after I was done. No side effects so far :) much more responsive iPhone 4. iOS 5.0.1 untethered.

  20. Anonymous says

    January 12, 2012 at 10:17 am

    Yep they do

  21. Bburb2003 says

    January 28, 2012 at 6:56 am

    I get as far as the launch daemons root but when I type in the chmod entries nothing happens. Help?

  22. Jamie Wilcox says

    February 13, 2012 at 2:27 pm

    iphone4 5.0.1 untethered redsn0w 0.9.10b5
    I have backed up removed launchdaemons using ifile and moving them to a folder i created in mobile/documents/My back up files. However, after wanting some of these features back including searchd.plist and some others, I cannot re-enable them by placing the files back to launchdaemons folder and hard reboot twice. There is no indication in this guide that staes removing said launchdaemons would be permanent, should we be disabling them rather than removing? How can I get back without restoring.

  23. Oscar Arrieta says

    February 16, 2012 at 3:45 pm

    VERy NIce sir, procedure is very clearly outlined, I can already see the difference in my phone

  24. asholkiller says

    March 15, 2012 at 11:52 am

    asshole your making it harder… what a big great WUSSS

  25. Birdman310 says

    March 29, 2012 at 3:54 pm

    2,160 bytes free’d up just deleting 10 out of the 13 ” Safe Daemons ” . Very noticeble phone response and smoothness . Thanks !!     ( iphone 4  5.0.1 )

  26. Harrylev says

    April 15, 2012 at 4:47 pm

    im using an itouch 4g, i removed the adminlist daemon but apps still crash! Can i do something else to prevent apps from crashing?
    thank you

  27. David Jonas says

    June 2, 2012 at 1:29 pm

    “com.apple.iqagent.plist”

    Couldn’t this daemon have something to do carrier IQ ?, Glad we are able to remove it without any problems! :)

  28. MSchiess says

    June 29, 2012 at 8:47 pm

    I use the iPhone 1G, just got it and did a jailbreak. It was running pretty slow being a first gen, but thanks to this article it has really gotten faster! Thanks!

  29. guesttt says

    July 3, 2012 at 6:56 am

    what if i deleted the daemons first then do the terminal thingy? will it still work? if not then how?

  30. Freo says

    July 30, 2012 at 3:41 am

    Thanks for this, I’m much happier disabling these services instead of deleting! 

  31. Chris says

    August 24, 2012 at 6:23 pm

    When i look in the LaunchDaemons folder, there is nothing. Not one thing. Am I looking in the wrong place? HELP

  32. cyberwalker says

    October 3, 2012 at 4:46 am

    OK now, just a simple question. I have done everything that the first part says. Now on this second part about the deamons : if I only do delete or just disable the SAFE deamons, am I going to spot any difference?! Is it worth a try or not? Please, don’t say “it depends!”… I know it depends! Just try and give a literal answer like if your life depended on providing a real percentage! Thank you very much!

  33. xgiovio says

    October 20, 2012 at 6:25 pm

    very very useful thank you

  34. CO2 says

    May 20, 2013 at 8:21 am

    priviledge escalated?

  35. RustyRail says

    February 15, 2014 at 11:32 pm

    Feb15 /2014
    Why not install Daemon Tool.I installed and haven’t any problems.Once installed,reboot,it took awhile about 2.5 min,I would think it is cleaning out the uninstalled.The idevice reboots and is okay.

  36. Guest says

    January 18, 2015 at 2:51 pm

    I am having an iPhone 6 iOS 8.1
    From the past 2 days, the daemon named “Locationd” has been extensively consuming my battery life. Which I checked using the deailed battery usage cydia tweak. And my background usage time has fallen to “0hrs 0mins”, even if i keep the phone on airplane mode with the screen off. Still the background usage time doesn’t increase, hence consuming my battery even faster. Please help me out.

  37. Thomas Bodrey says

    January 30, 2015 at 5:11 pm

    just delete it, unless you need location services… or just shut off location services… some app could be hogging it…

  38. Josh Brookens says

    April 26, 2015 at 1:59 am

    you can just use icleaner. this app is available in cydia. after you install you can disable these safely and this way is more user friendly. just click on the left tap on the app and tap ‘launch daemons’. you can switch which ones you want off or on. this app can also do a lot more such as clean disk space

  39. Ramon Smith says

    November 20, 2016 at 7:45 am

    The StackShot you are referring to is obviously not the Apple version. You have pasted the description from some windows NT utility. Apple’s version is used for debugging.

Leave a Reply

Your email address will not be published. Required fields are marked *

Read Our Most Recent Articles

Untethered iOS 12 Jailbreak Demoed by Ali Security
Untethered iOS 12 Jailbreak Demoed by Ali Security
iOS 12 Now Available for Download: Compatible Devices
iOS 12 Now Available for Download: Compatible Devices
iPhone X Discontinued, iPhone 8 and iPhone 7 Prices Slashed
iPhone X Discontinued, iPhone 8 and iPhone 7 Prices Slashed
Apple iPhone Xs, iPhone Xs Max, and iPhone Xr Announced
Apple iPhone Xs, iPhone Xs Max, and iPhone Xr Announced
Apple Watch Series 4 Announced With Larger Display, Louder Speaker, and More
Apple Watch Series 4 Announced With Larger Display, Louder Speaker, and More

Follow Our How To Guides

How To: Downgrade From iOS 4.3.5, iOS 4.3.4 To iOS 4.3.3 Firmware Using TinyUmbrella
How To: Downgrade From iOS 4.3.5, iOS 4.3.4 To iOS 4.3.3 Firmware Using TinyUmbrella
How To: Unlock iOS 5.1.1 On iPhone 4 And iPhone 3GS Using UltraSn0w 1.2.7 [CYDIA]
How To: Unlock iOS 5.1.1 On iPhone 4 And iPhone 3GS Using UltraSn0w 1.2.7 [CYDIA]
How to Unlock your iPhone running the iOS4.1 firmware with UltraSn0w 1.1-1!
How to Unlock your iPhone running the iOS4.1 firmware with UltraSn0w 1.1-1!
How To: Quickly Send An iMessage As A Text Message When Experiencing Problems
How To: Quickly Send An iMessage As A Text Message When Experiencing Problems
How To: Install H1Siri (Full Siri Port) On iPhone 4 And iPod Touch 4G
How To: Install H1Siri (Full Siri Port) On iPhone 4 And iPod Touch 4G
About | Contact | Advertise | RSS Feed | Sitemap | TOS | Privacy Policy

© Copyright 2010 - 2021 iJailbreak. All Rights Reserved.