+ Reply
Results 1 to 5 of 5
  1. #1
    Green Apple gruntparty's Avatar
    Join Date
    Dec 2008
    Posts
    64
    Thanks
    5
    Thanked 4 Times in 3 Posts

    Default Transparency Help

    okay, i have the file that i want to use, but how can i make it so that inside ANY app, the status bar is transparent. please help =)

    im trying to create a theme, so i dont want to mess with any system files,

    im placing my files here but it messes up alot..

    Themes.XXXXXX/My.theme/Bundles/com.apple.springboard/

    is this the wrong place?
    -----------------------------------------
    GatewayFX Desktop:
    Intel Core2 Quad 9300 @ 2.5 Ghz
    Nvidia 9800 GT Factory Overclocked
    Windows XP,Windows 7 RTM, Ubuntu 9.04, Bactrack 4 Pre-Final USB

  2. #2
    plain jane vanilla (post count restored to FULL AWESOMENESS) cpjr's Avatar
    Join Date
    Jul 2007
    Location
    ATL
    Posts
    11,692
    Thanks
    181
    Thanked 1,457 Times in 1,263 Posts

    You can create a transparent status bar....it will appear that way in SOME apps, but some it wont.

    To disable the status bar in an app you have to add this to every apps info.plist file:

    <key>UIStatusBarHidden</key>
    <true/>
    I am unsure of any other way to disable it in every app.

  3. #3
    Green Apple gruntparty's Avatar
    Join Date
    Dec 2008
    Posts
    64
    Thanks
    5
    Thanked 4 Times in 3 Posts

    Quote Originally Posted by cpjr View Post
    You can create a transparent status bar....it will appear that way in SOME apps, but some it wont.

    To disable the status bar in an app you have to add this to every apps info.plist file:



    I am unsure of any other way to disable it in every app.
    so there is no way for winterboards to make that happen without causing editing system files?

    how can i create a .plist file in Windows?
    -----------------------------------------
    GatewayFX Desktop:
    Intel Core2 Quad 9300 @ 2.5 Ghz
    Nvidia 9800 GT Factory Overclocked
    Windows XP,Windows 7 RTM, Ubuntu 9.04, Bactrack 4 Pre-Final USB

  4. #4
    plain jane vanilla (post count restored to FULL AWESOMENESS) cpjr's Avatar
    Join Date
    Jul 2007
    Location
    ATL
    Posts
    11,692
    Thanks
    181
    Thanked 1,457 Times in 1,263 Posts

    Well, what your wanting to do is actually sorta theming each app. Not the OS.

    Like I said, just using a transparent status bar should work for most apps, but I know there are some like the Weather app for example that will show the top of your background image where the status bar should be.

    In those cases, you would have to edit the .plist file for that specific app. The file is located within the apps main folder, and can be edited in Wordpad in Windows.

    There may be another way, But im tired and cannot think of anything else.

  5. #5
    Green Apple gruntparty's Avatar
    Join Date
    Dec 2008
    Posts
    64
    Thanks
    5
    Thanked 4 Times in 3 Posts

    one more thing, when i add that line into the plist, does that </true> have to be in there ?
    -----------------------------------------
    GatewayFX Desktop:
    Intel Core2 Quad 9300 @ 2.5 Ghz
    Nvidia 9800 GT Factory Overclocked
    Windows XP,Windows 7 RTM, Ubuntu 9.04, Bactrack 4 Pre-Final USB

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts