webOS Nation Forums >  Homebrew >  webOS themes > Customize "Enter PIN" screen
Customize "Enter PIN" screen

  Reply
 
LinkBack Thread Tools Display Modes
Old 03/07/2011, 06:27 AM   #1 (permalink)
Member
 
Join Date: Jan 2011
Posts: 538
Likes Received: 24
Thanks: 176
Thanked 23 Times in 17 Posts
Default Customize "Enter PIN" screen

Since WebOS 2.1 upgrade, the "enter PIN" screen looks ugly IMHO: You can see it's barely readable, with that strange light grey background with white letters. Can I twaek some HTML page to change it a bit ? Where is it?
Attached Images
File Type: png phoneprefs_2011-07-03_132223.png (27.7 KB, 103 views) Email Attachment
jcmarcos is offline   Reply With Quote
Old 03/07/2011, 11:02 AM   #2 (permalink)
Member
 
Kujila's Avatar
 
Join Date: Dec 2009
Location: Overland Park
Posts: 400
Likes Received: 37
Thanks: 32
Thanked 37 Times in 31 Posts
Default

My PIN-screen is a picture of clouds on 1.4.5/2.x - Did your screen used to look like this?
Attached Images
File Type: png screenlock_2011-07-03_105152.png (145.9 KB, 73 views) Email Attachment
__________________
Kujila is offline   Reply With Quote
Thanked By: jcmarcos
Old 03/07/2011, 02:52 PM   #3 (permalink)
Member
 
michote's Avatar
 
Join Date: Dec 2009
Location: Germany
Posts: 121
Likes Received: 6
Thanks: 18
Thanked 50 Times in 22 Posts
Default

same ugly grey here
seems to be a known bug on 2.1.0
mentionend here and here.
Digged around in the code but did't foud a solution.
@Kujila are you on 2.1.0. Your background is the firstuse-background. on 1.4.5 I had the green phone-background on the pincard too
michote is offline   Reply With Quote
Thanked By: jcmarcos
Old 03/08/2011, 04:44 AM   #4 (permalink)
Member
 
Join Date: Jan 2011
Posts: 538
Likes Received: 24
Thanks: 176
Thanked 23 Times in 17 Posts
Default

Quote:
Originally Posted by Kujila View Post
My PIN-screen is a picture of clouds on 1.4.5/2.x
Oh, so perhaps what happens is that the background picture file is missing, or named differently.

Quote:
Did your screen used to look like this?
Frankly, I just remember it was green...

Quote:
Originally Posted by michote
same ugly grey here
Aha.

Quote:
seems to be a known bug on 2.1.0, mentionend here and here. Digged around in the code but did't find a solution.
Pity. Thanks for the information. I thought it was a matter of editing some HTML source code somewhere. You've mentioned "firstuse-background". Is that the name of a file?
jcmarcos is offline   Reply With Quote
Old 03/08/2011, 07:01 AM   #5 (permalink)
Member
 
Kujila's Avatar
 
Join Date: Dec 2009
Location: Overland Park
Posts: 400
Likes Received: 37
Thanks: 32
Thanked 37 Times in 31 Posts
Default

Yes I am on 2.1

The clouds have always been my PIN, since 1.4.5, after multiple doctors. 2.0.1 and 2.1.

Weird! Is it carrier-specific? I'm on Sprint.
__________________
Kujila is offline   Reply With Quote
Old 03/08/2011, 08:21 AM   #6 (permalink)
GHT
Member
 
GHT's Avatar
 
Join Date: Apr 2010
Location: Cincinnati, OH
Posts: 763
Likes Received: 37
Thanks: 78
Thanked 117 Times in 86 Posts
Default

Quote:
Originally Posted by Kujila View Post
Yes I am on 2.1

The clouds have always been my PIN, since 1.4.5, after multiple doctors. 2.0.1 and 2.1.

Weird! Is it carrier-specific? I'm on Sprint.
I've always had clouds/blue sky on my pin screen (1.4.x and now 2.1.0). The phone app had a green background in 1.4.x, but has a blue background in 2.x.x. I'm on Verizon.
GHT is offline   Reply With Quote
Old 03/08/2011, 11:26 AM   #7 (permalink)
Member
 
NickVTPre's Avatar
 
Join Date: Nov 2010
Posts: 1,008
Likes Received: 9
Thanks: 149
Thanked 113 Times in 95 Posts
Default

Quote:
Originally Posted by GHT View Post
I've always had clouds/blue sky on my pin screen (1.4.x and now 2.1.0). The phone app had a green background in 1.4.x, but has a blue background in 2.x.x. I'm on Verizon.
I'm still running 1.4.5, but have the blue clouds background as well. Verizon is my carrier with a Pre+.

This would be a nice customization. Any thoughts on how to change it?
NickVTPre is offline   Reply With Quote
Old 03/08/2011, 03:37 PM   #8 (permalink)
Member
 
CptOx's Avatar
 
Join Date: Jul 2009
Location: Valencia, Spain
Posts: 137
Likes Received: 6
Thanks: 113
Thanked 54 Times in 34 Posts
Default

I have a legacy pre- european (Spanish Movistar) GSM webOS 2.1.0 (carrier: ROW) with same problem that jcmarcos.
I can only offer some of my research, but without success. I write here in case anyone can use.
In the directory:
Code:
\usr\palm\applications\com.palm.app.phoneprefs\stylesheets\
there are two files:
Code:
phoneprefs.css
pincode.css
The only difference between the file phoneprefs.css in versions 1.4.5 and 2.1.0 are the last 4 lines that are only in 2.1.0 (my PIN scene in 1.4.5 showed fine). These lines are:
Code:
#networknamerow {
	border: 0 !important;
	background: none !important;
}
Kujila may be right and the problem may be carrier-specific. The comments are really strange (!important !important).
I tried to edit the file (phoneprefs.css) with Internalz and comment or remove the lines and restart (luna and device) the phone without success.

@NickVTPre. In pincode.css in line 29:
Code:
.appclass {
	background: #000 url(/usr/palm/applications/com.palm.app.firstuse/images/background.png) 0 0 fixed no-repeat;
}
it seems that is the path and file of PIN background.
__________________
Spanish translator of Outline Tracker, UberCalendar, sconix's advanced patches, and other MIA webOS apps. HP Pre 3 (Español_España, es_es)
CptOx is offline   Reply With Quote
Old 03/09/2011, 04:35 AM   #9 (permalink)
Member
 
michote's Avatar
 
Join Date: Dec 2009
Location: Germany
Posts: 121
Likes Received: 6
Thanks: 18
Thanked 50 Times in 22 Posts
Default

Quote:
Originally Posted by CptOx View Post
In pincode.css in line 29:
Code:
.appclass {
	background: #000 url(/usr/palm/applications/com.palm.app.firstuse/images/background.png) 0 0 fixed no-repeat;
}
it seems that is the path and file of PIN background.
This line was also modified from 1.4.5 to 2.x.x. (was the green backdrop-phone file in 1.4.5 and points to the bluesky one now.) Changing it back for me didn't worked (ugly grey starting situation).
Maybe it will work for the ones having the sky-background to change the url to "../images/pincode/backdrop-phone.png" (the file is know darkblue like in the phoneapp).
I found a quick and dirty solution for the ugly grey and will post the patch, when I had time to test it later today ...
__________________
Touchpad and Veer | my Dark Glass Theme | »The guy who makes MeOrg! pretty«
michote is offline   Reply With Quote
Old 03/09/2011, 05:38 AM   #10 (permalink)
Member
 
michote's Avatar
 
Join Date: Dec 2009
Location: Germany
Posts: 121
Likes Received: 6
Thanks: 18
Thanked 50 Times in 22 Posts
Default

Here's my patch.
The background should be darkblue (the png changed from green to darkblue) instead of grey now.



I don't know if this is the correct wa to patch it, but I didn't found any sideeffects yet. If you find oe plese tell me ...

If you want to theme the pin-screen now, you have to change "/usr/palm/applications/com.palm.app.phoneprefs/images/pincode/backdrop-phone.png"
Attached Images
File Type: png phoneprefs_2011-09-03_122932.png (41.1 KB, 355 views) Email Attachment
Attached Files
File Type: patch fix-pin-scrim.patch (324 Bytes, 76 views) Email Attachment
__________________
Touchpad and Veer | my Dark Glass Theme | »The guy who makes MeOrg! pretty«
michote is offline   Reply With Quote
Old 03/09/2011, 06:24 AM   #11 (permalink)
Member
 
Join Date: Jan 2011
Posts: 538
Likes Received: 24
Thanks: 176
Thanked 23 Times in 17 Posts
Default

Quote:
Originally Posted by michote View Post
Here's my patch.
Works exactly as advertised in my Movistar Pre- with webOS 2.1.0! Thankyou very much!
jcmarcos is offline   Reply With Quote
Old 03/09/2011, 08:06 AM   #12 (permalink)
Homebrew Developer
 
Join Date: May 2010
Location: Germany
Posts: 519
Likes Received: 22
Thanks: 44
Thanked 130 Times in 76 Posts
Default

@michote: This patch works perfectly! Thank you!
Please submit it to the patches portal.
pcworld is offline   Reply With Quote
Old 03/09/2011, 08:11 AM   #13 (permalink)
Member
 
CptOx's Avatar
 
Join Date: Jul 2009
Location: Valencia, Spain
Posts: 137
Likes Received: 6
Thanks: 113
Thanked 54 Times in 34 Posts
Default

Edited /usr/palm/applications/com.palm.app.phoneprefs/stylesheets/pincode.css directly with Internalz and work perfect. Thanks!
I hope that you or something can upload this fantastic patch to Preware.
__________________
Spanish translator of Outline Tracker, UberCalendar, sconix's advanced patches, and other MIA webOS apps. HP Pre 3 (Español_España, es_es)
CptOx is offline   Reply With Quote
Thanked By: lluisinho
Old 03/09/2011, 09:23 AM   #14 (permalink)
Member
 
Join Date: Feb 2010
Location: Barcelona
Posts: 22
Likes Received: 0
Thanks: 21
Thanked 0 Times in 0 Posts
Default

I modified the file and it works perfectly.
Thank you all!
Apasiau,
Lluisinho
lluisinho is offline   Reply With Quote
Old 03/09/2011, 10:13 AM   #15 (permalink)
Member
 
michote's Avatar
 
Join Date: Dec 2009
Location: Germany
Posts: 121
Likes Received: 6
Thanks: 18
Thanked 50 Times in 22 Posts
Default

Quote:
Originally Posted by pcworld View Post
@michote: This patch works perfectly! Thank you!
Please submit it to the patches portal.
Patch submitted, waiting for approval ...
__________________
Touchpad and Veer | my Dark Glass Theme | »The guy who makes MeOrg! pretty«
michote is offline   Reply With Quote
Old 03/09/2011, 11:14 AM   #16 (permalink)
Member
 
Join Date: Nov 2009
Posts: 321
Likes Received: 1
Thanks: 2
Thanked 61 Times in 29 Posts
Default

Thanks for tip, edited the css directly with internalz cause i was to lazy to connect the pre to the pc
Great work!!!
Sonic-NKT is offline   Reply With Quote
Old 03/10/2011, 07:19 AM   #17 (permalink)
Member
 
michote's Avatar
 
Join Date: Dec 2009
Location: Germany
Posts: 121
Likes Received: 6
Thanks: 18
Thanked 50 Times in 22 Posts
Default

The Patch is now in Preware and is called "Fix Pin Screen Background".
Go get it ...
__________________
Touchpad and Veer | my Dark Glass Theme | »The guy who makes MeOrg! pretty«
michote is offline   Reply With Quote
Thanked By: gizmo21
Old 07/26/2011, 03:33 AM   #18 (permalink)
Member
 
Join Date: Jun 2009
Posts: 951
Likes Received: 33
Thanks: 128
Thanked 131 Times in 104 Posts
Default

thought it was the fault of one of my patches - thanx for it
__________________
Palm Pre 3 webOS 2.2.4 3175 EU UMTS
Palm Pre 2 webOS 2.2.4 160 EU UMTS
Palm Pre - webOS 1.4.5 EU UMTS

Found a bug or miss a feature in webOS, just use this form: Feedback & Feature Requests | Palm USA
-- Oops, sorry HP does not offer a Feedback form anymore send feature request to CEO
gizmo21 is offline   Reply With Quote
Old 11/03/2011, 11:25 AM   #19 (permalink)
Member
 
gerzhwin's Avatar
 
Join Date: Jan 2011
Location: Berlin, Germany
Posts: 244
Likes Received: 17
Thanks: 41
Thanked 15 Times in 15 Posts
Unhappy Patch won’t install on 2.1.1

Quote:
Originally Posted by michote View Post
The Patch is now in Preware and is called "Fix Pin Screen Background".
Go get it ...
Thanks for the patch, but it won’t install on my Veer with 2.1.1 (Legacy – O2 Germany).

I also edited the pincode.css manually and still …

If it helps or is a known issue: I just doctored my phone yesterday, because Adv Sys Prefs Framework wouldn’t update, which works now, but there is still an error installing Adv Sys Menus Device Menu

Any helpful advice please?
gerzhwin is offline   Reply With Quote
Old 11/03/2011, 04:00 PM   #20 (permalink)
Homebrew Developer
 
Join Date: May 2010
Location: Germany
Posts: 519
Likes Received: 22
Thanks: 44
Thanked 130 Times in 76 Posts
Default

If you edit something manually you won't be able to install the patch anymore.
And btw, you have to do a Luna restart or a full reboot for the change to take effect.
__________________
Apps: QuickChat for Facebook - real-time Facebook chat on your TouchPad and webOS phones
Archive Manager - a great app for extracting and creating archives (zip, rar, 7z etc.)
FTPit! - full-featured FTP client for webOS
Twitter: @pcworldSoftware
pcworld is offline   Reply With Quote
Reply

 

Tags
enter pin custom

Thread Tools
Display Modes



 


Content Relevant URLs by vBSEO 3.6.0