The ModMyTM Family of Sites:
ModMyMotoModMyiModMyGphone




 
 
Register or Connect with Facebook

Discuss AppStore Apps | Browse / Search Cydia | MMi Cydia Stats




  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > Design and Media For the iPhone / iPod Touch > Skinning / Themes Discussion
Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 12-29-2007, 01:17 AM
1Mike's Avatar
Green Apple
 
Join Date: Dec 2007
Location: Florida
Posts: 38
Thanks: 4
Thanked 71 Times in 15 Posts
Custom lock screen

If anyone could please answer these questions I would greatly appreciate it =/


1st Does anyone know how to remove the reflection on the bottom doc images? (image shown below)

Click the image to open in full size.




2nd Also how to make this top info bar transparent so the background image shows through it. (image shown below)

Click the image to open in full size.



3rd Now the hard stuff... Basically I'm trying to customize my ipod touch lock screen. I have looked everywhere and can't figure it out. I have my ipod set up through my ftp, I just cant find the images to overwrite.


Here is an example of what I'm trying to do, but I'll be using my own images, and design of coarse.

Click the image to open in full size.

^^ example of what I'm trying to do on my lock screen.


I figured how to change the slide button, also removed the slider text, and add a background. What I cant figure out, is how to change the following: (image shown below):

Click the image to open in full size.



Sorry if this isn't posted in the correct spot, or if this has already been answered. =/
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to 1Mike For This Useful Post:
xx_drum_xx (03-12-2008)
  #2  
Old 12-29-2007, 01:38 PM
LeathaFace's Avatar
My iPhone is a Part of Me
 
Join Date: Sep 2007
Posts: 616
Thanks: 42
Thanked 151 Times in 119 Posts
Send a message via AIM to LeathaFace

I'll do my best..Im sure if something is wrong I'll be quickly corrected.
OK
1. I believe that reflection is automatically added just like the (large) battery. no matter which one u use it adds a reflection.
b.Try to d/l another dock from here and see if it adds it possibly a tranparent dock of some sort.

2. Sorry dont know. I know how to change the color maye if u alter the color u can make it transparent. The image names are FSO_BG.png & FST_BG.png (which are located at System/Library/CoreServices/Springboard.app)

3.Now the top bar (I beleive) is actually a part of his wallpaper because we here havent figured out just yet how to alter or change the image behind the time & date (or at least I havent).

The bottom is DeviceLockBottomBarBackground.png and its in the same spot^ I might be missing some things info here but im kinda rushing, but at least it can get u started.

Hope I was of some help. Good Luck!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to LeathaFace For This Useful Post:
1Mike (01-02-2008)
  #3  
Old 12-29-2007, 04:49 PM
What's Jailbreak?
 
Join Date: Dec 2007
Posts: 22
Thanks: 0
Thanked 2 Times in 2 Posts

Is that lock screen available for download somewhere?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #4  
Old 12-29-2007, 11:20 PM
1Mike's Avatar
Green Apple
 
Join Date: Dec 2007
Location: Florida
Posts: 38
Thanks: 4
Thanked 71 Times in 15 Posts

thanks for your help.. i tried to replace the DeviceLockBottomBarBackground.png image without any success.. im stumped.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #5  
Old 12-29-2007, 11:20 PM
gaz gaz is offline
What's Jailbreak?
 
Join Date: Nov 2007
Posts: 23
Thanks: 2
Thanked 2 Times in 1 Post

Quote:
Originally Posted by blink922 View Post
Is that lock screen available for download somewhere?
i think he's trying to make it
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #6  
Old 12-30-2007, 04:37 AM
What's Jailbreak?
 
Join Date: Aug 2007
Posts: 4
Thanks: 0
Thanked 1 Time in 1 Post

Hello,

For the bottom image, it's easy, you only have to replace that file : bottombarbkgndlock.png (in /System/Library/Frameworks/TelephonyUI.framework/).
Like this :

Click the image to open in full size. or Click the image to open in full size.

For the Top image, I haven't find yet...I'm not sure it's possible...

Last edited by moebius80; 12-30-2007 at 04:42 AM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to moebius80 For This Useful Post:
1Mike (01-02-2008)
  #7  
Old 12-30-2007, 04:49 AM
runningwild's Avatar
iPhone? More like MyPhone
 
Join Date: Nov 2007
Device + Firmware: iTouch 1.1.4
Operating System: Windows Vista Home Premium
Posts: 177
Thanks: 4
Thanked 24 Times in 21 Posts

That face was so not necessary.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #8  
Old 12-30-2007, 08:40 AM
1Mike's Avatar
Green Apple
 
Join Date: Dec 2007
Location: Florida
Posts: 38
Thanks: 4
Thanked 71 Times in 15 Posts

Alright thnx for the help guys. I got the lock screen to work. Aside from getting that black very top bar to be transparent. If anyone has or can figure it out please let me know.

I've also seen some themes for the ipod touch that dont have reflections on the dock images. If anyone can figure out how to remove the reflection please let me know.

Thanks again for all the help. I'll be sure to post my new lock screen after I design it.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #9  
Old 12-30-2007, 09:17 AM
What's Jailbreak?
 
Join Date: Aug 2007
Posts: 4
Thanks: 0
Thanked 1 Time in 1 Post

to have a switch to remove the reflect effect :

Modify the file "General.plist" which is in /Applications/Preferences.app

Add :
<dict>
<key>cell</key>
<string>PSGroupCell</string>
</dict>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<false/>
<key>defaults</key>
<string>com.apple.springboard</string>
<key>key</key>
<string>SBUseNewDock</string>
<key>label</key>
<string>iPod Touch Dock</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>isStaticText</key>
<true/>
</dict>
<dict>
<key>cell</key>
<string>PSTitleValueCell</string>
<key>label</key>
<string>iPod Touch Dock always show icon reflections beneath their respective dock icons.

When off, dock icons will be displayed according to default setup.</string>
</dict>

And finish by :

</array>
<key>title</key>
<string>General</string>
</dict>
</plist>

Don't forget to restart the SpringBoard.

You will have a switch in general settings that allow you to have or not the reflect effect :

Click the image to open in full size.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #10  
Old 12-31-2007, 08:01 AM
1Mike's Avatar
Green Apple
 
Join Date: Dec 2007
Location: Florida
Posts: 38
Thanks: 4
Thanked 71 Times in 15 Posts

K so I got everything to work so far woooo!




Ok last question lol

if you look on this image you will see the top info bar is transparent.

Click the image to open in full size.

^^ ^^

does anyone know how to do that? I have tried all I know, and I can't even figure out how to change the color lol.

But I mainly would like to just make it transparent like shown on that above image.

Last edited by 1Mike; 12-31-2007 at 08:04 AM.. Reason: Automerged Doublepost
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #11  
Old 12-31-2007, 08:38 AM
Eurisko's Avatar
Livin the iPhone Life
 
Join Date: Aug 2007
Device + Firmware: 3G iPhone, FW3.0
Operating System: OSX Leopard
Location: Toronto, Canada
Posts: 3,312
Thanks: 11
Thanked 554 Times in 482 Posts
Send a message via Yahoo to Eurisko

Quote:
Originally Posted by 1Mike View Post
Alright thnx for the help guys. I got the lock screen to work. Aside from getting that black very top bar to be transparent. If anyone has or can figure it out please let me know.

I've also seen some themes for the ipod touch that dont have reflections on the dock images. If anyone can figure out how to remove the reflection please let me know.

Thanks again for all the help. I'll be sure to post my new lock screen after I design it.
To turn reflection off in the Dock, open up:

/var/root/Library/Preferences/com.apple.springboard.plist

And put these lines in the code:

<key>SBUseNewDock</key>
<integer>0</integer>

This will turn off reflections.

To make the top bar transparent, requires a tiny bit more effort. Make a transparent top bar PNG (you can use the existing theme one as a template) and replace the existing one. Then make sure you have "Theme Status Bar" turned ON in SMBPrefs. If you wish, I can make one, but can't do it til I get home tonight.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #12  
Old 12-31-2007, 11:15 AM
1Mike's Avatar
Green Apple
 
Join Date: Dec 2007
Location: Florida
Posts: 38
Thanks: 4
Thanked 71 Times in 15 Posts

Yeah that would be great. After you make it I just need to know where to put it.

I'll check back here tonight to see if you replied back with it.

thnx a bunch!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #13  
Old 12-31-2007, 04:04 PM
Eurisko's Avatar
Livin the iPhone Life
 
Join Date: Aug 2007
Device + Firmware: 3G iPhone, FW3.0
Operating System: OSX Leopard
Location: Toronto, Canada
Posts: 3,312
Thanks: 11
Thanked 554 Times in 482 Posts
Send a message via Yahoo to Eurisko

Quote:
Originally Posted by 1Mike View Post
Yeah that would be great. After you make it I just need to know where to put it.

I'll check back here tonight to see if you replied back with it.

thnx a bunch!
Here you go. Place the file in /var/root/Library/Summerboard/Themes/<yourthemesfolder>
Attached Thumbnails
Custom lock screen-statusbar.png  
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to Eurisko For This Useful Post:
1Mike (01-02-2008)
  #14  
Old 12-31-2007, 04:17 PM
What's Jailbreak?
 
Join Date: Dec 2007
Posts: 22
Thanks: 0
Thanked 2 Times in 2 Posts

Mike, is there anywhere I can download that radiation lock screen you posted in the first post?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #15  
Old 12-31-2007, 04:58 PM
Reako's Avatar
Livin the iPhone Life
 
Join Date: Sep 2007
Posts: 1,653
Thanks: 31
Thanked 158 Times in 121 Posts

Quote:
Originally Posted by moebius80 View Post
to have a switch to remove the reflect effect :

Modify the file "General.plist" which is in /Applications/Preferences.app

Add :
<dict>
<key>cell</key>
<string>PSGroupCell</string>
</dict>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<false/>
<key>defaults</key>
<string>com.apple.springboard</string>
<key>key</key>
<string>SBUseNewDock</string>
<key>label</key>
<string>iPod Touch Dock</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>isStaticText</key>
<true/>
</dict>
<dict>
<key>cell</key>
<string>PSTitleValueCell</string>
<key>label</key>
<string>iPod Touch Dock always show icon reflections beneath their respective dock icons.

When off, dock icons will be displayed according to default setup.</string>
</dict>

And finish by :

</array>
<key>title</key>
<string>General</string>
</dict>
</plist>

Don't forget to restart the SpringBoard.

You will have a switch in general settings that allow you to have or not the reflect effect :

Click the image to open in full size.
I am actually very interested if this actually works. Hmmm. Would be nice to be able to turn auto reflections on and off on the go.

Reako
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
Reply

  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > Design and Media For the iPhone / iPod Touch > Skinning / Themes Discussion

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Go to Top
ModMyI

All times are GMT -6. The time now is 05:13 AM. Powered by vBulletin® Version 3.8.4
If you need Dedicated Server Hosting, you should check out SingleHop. | Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 Copyright © 2007-09 by ModMy, LLC. All rights reserved.

iPhone News / iPhone Forums / Apple News / Apple Forums / RSS / Contact Us / / Privacy Statement / Top