wyndwarrior / DreamBoard

Powerful iOS theming platform. Interactive widgets, dynamic layouts, script parser
GNU General Public License v3.0
23 stars 6 forks source link

System Apps to be Hidden on iOS 7 #9

Closed thefinga closed 10 years ago

thefinga commented 10 years ago

Apps that really need to be removed from the all apps grid AND the app selection list (when in edit mode)

AACredentialRecoveryDialog BundleID: com.apple.appleaccount.AACredentialRecoveryDialog

AccountAuthenticationDialog BundleID: com.apple.AccountAuthenticationDialog

CompassCalibrationViewService BundleID: com.apple.CompassCalibrationViewService

Copilot BundleID: com.apple.Copilot

DDActionsService BundleID: com.apple.datadetectors.DDActionsService

FacebookAccountMigrationDialog BundleID: com.apple.FacebookAccountMigrationDialog

FieldTest BundleID: com.apple.fieldtest

Game Center UI Service BundleID: com.apple.gamecenter.GameCenterUIService

iAdOptOut BundleID: com.apple.iad.iAdOptOut

iTunes BundleID: com.apple.ios.StoreKitUIService

MailCompositionService BundleID: com.apple.MailCompositionService

MessagesViewService BundleID: com.apple.mobilesms.compose

MusicUIService BundleID: com.apple.MusicUIService

quicklookd BundleID: com.apple.quicklook.quicklookd

PassbookUIService BundleID: com.apple.PassbookUIService

Setup BundleID: com.apple.purplebuddy

Siri BundleID: com.apple.SiriViewService

SocialUIService BundleID: com.apple.social.remoteui.SocialUIService

WebContentAnalysisUI BundleID: com.apple.WebContentFilter.remoteUI.WebContentAnalysisUI

WebViewService BundleID: com.apple.WebViewService

Sharky1981 commented 10 years ago

You can hide these by creating a hidden.plist and placing it in var/mobile/Library/Libhide then respring. I've created one for all the iOS 7 systems apps. I can just send it to you if you like.

thefinga commented 10 years ago

Thanks man!!

On Jan 28, 2014, at 11:15 AM, Sharky1981 notifications@github.com wrote:

Save this text as a .plist and place it in var/mobile/Library/LibHide then respring, You can add other apps to this plist that you want hidden in Dreamboard

<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

Hidden

com.apple.AccountAuthenticationDialog com.apple.appleaccount.AACredentialRecoveryDialog com.apple.CompassCalibrationViewService com.apple.Copilot com.apple.datadetectors.DDActionsService com.apple.FacebookAccountMigrationDialog com.apple.fieldtest com.apple.gamecenter.GameCenterUIService com.apple.iad.iAdOptOut com.apple.ios.StoreKitUIService com.apple.MailCompositionService com.apple.mobilesms.compose com.apple.MusicUIService com.apple.nike com.apple.PassbookUIService com.apple.purplebuddy com.apple.uikit.PrintStatus com.apple.quicklook.quicklookd com.apple.SiriViewService com.apple.social.remoteui.SocialUIService com.apple.WebContentFilter.remoteUI.WebContentAnalysisUI com.apple.WebViewService

— Reply to this email directly or view it on GitHub.

Sharky1981 commented 10 years ago

The html tags were cut out when I posted that script. I'm not sure how to post the plist or the content of the plist here without the tags getting cut out when posted. I can email the actual plist file if anyone wants it.

thefinga commented 10 years ago

No prob. I realized that right when I looked it. All good!

On Jan 28, 2014, at 1:44 PM, Sharky1981 notifications@github.com wrote:

The html tags were cut out when I posted that script. I'm not sure how to post the plist or the content of the plist here without the tags getting cut out when posted.

— Reply to this email directly or view it on GitHub.

thefinga commented 10 years ago

Have to make sure the folder is exactly LibHide (not Libhide)

wyndwarrior commented 10 years ago

Resolved in 2.0.2