Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9221033
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T03:29:13+00:00 2026-06-18T03:29:13+00:00

Recently I’ve been developing a tweak for Cydia using an excellent framework ( Theos

  • 0

Recently I’ve been developing a tweak for Cydia using an excellent framework (Theos by the awesome Dustin Howett) and I’d like to know whether there is any way to grey out a cell in the preference bundle of the tweak. It doesn’t matter whether it will require a private API as this is for a jailbroken environment. Any help, links or references are greatly appreciated. I’m using a private framework (Preferences.framework).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T03:29:15+00:00Added an answer on June 18, 2026 at 3:29 am

    I don’t have my jailbroken phone with me, so I can’t test this, but if you look at the Preferences docs on iphonedevwiki, you’ll see that there is a flag that will gray out preference items (enabled). So, you might use a chunk of code in your preferences plist file like this:

         <dict>
            <key>cell</key>
            <string>PSSwitchCell</string>
            <key>default</key>
            <true/>
            <key>defaults</key>
            <string>com.mycompany.myapp</string>
            <key>key</key>
            <string>wifi_location</string>
            <key>label</key>
            <string>WiFi Location</string>
            <key>enabled</key>                 
            <false/>                           <!-- gray out this item -->
         </dict>
    

    If you look at the preference loader docs, you see that you also can inject code into Preferences.app, which would probably allow you to set this flag dynamically (probably needed if you’re tweaking an app that’s not yours).

    See more on this here

    I’ll try to test this later, and hopefully, update this answer.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Recently i came to know about Rx framework and seems very promising. I have
Recently our WPF/Entity Framework 4.0 application has become unstable after we began using backgroundworkers
Recently there have been a lot of move towards MVVM framework due to the
Recently I've been doing things like this: import Tkinter class C(object): def __init__(self): self.root
Recently i have been developing an application and wanted to have a collections of
Recently I'm much excited about linux. I would like to learn how to write
Recently I faced a issue when using len() in a query to find out
Recently I've been doing a lot of these enum Thing { /* etc etc
Recently I had a problem using (pipe |-) when I wanted to communicate between
Recently, I often encounter errors like this: Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.