PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Touch Pro (http://forum.ppcgeeks.com/forumdisplay.php?f=63)
-   -   [NSFW] Post Your Touch Pro Today Screens (http://forum.ppcgeeks.com/showthread.php?t=41350)

nursemm05 01-06-2009 05:59 PM

Re: Post Your Touch Pro Today Screens
 
after Christmas today and S2U2
http://i198.photobucket.com/albums/a...s/sshot000.jpg

http://i198.photobucket.com/albums/a...s/sshot001.jpg

Insatiable 01-06-2009 07:07 PM

Re: Post Your Touch Pro Today Screens
 
Quote:

Originally Posted by nursemm05 (Post 621564)
very nice! I need to visit xda more! where did you get your wallpaper?


I got the wallpaper from one of the zip files off of 1800pocketpc.com.
I got all the instructions on what to do with the files and how to work the xda software here http://http://forum.ppcgeeks.com/showthread.php?t=44689.

Here is where I got the icons from:
I found the prettiest icons on xda called Blossom Blue:
http://forum.xda-developers.com/show...13&postcount=1


And for Siflan, it does work well. The first version I had the cards were a bit smaller, this one the cards are bigger but works the same and gives more options on the game, like what score you play to, etc. Got it also from 1800pocketpc.com

2brian0 01-06-2009 08:15 PM

Re: Post Your Touch Pro Today Screens
 
I am an absolute noob to the smartphone world (the tp is my first) and this is my first post here. Through trial and error last night (and finding the right .cab files) I was able to get my screen to this:
http://i238.photobucket.com/albums/f...0/Screen01.pnghttp://i238.photobucket.com/albums/f...0/Screen02.png

My problem is my font color. I like dark wallpapers but the font (while easy to read on the screenshot) is difficult to read. Through searching I found a .cab file to change all the font to black but this will obviously make things worse. Any one know of (or can make) a .cab file (not familiar with nor comfortable with registry edits) to change the font to a light grey or white? I think I got pretty far on my own but now am completely stuck and would prefer not to have to stray away from the dark theme...thanks for any help

eenieMINI 01-06-2009 08:59 PM

Re: Post Your Touch Pro Today Screens
 
Quote:

Originally Posted by nursemm05 (Post 621564)
very nice! I need to visit xda more! where did you get your wallpaper?

Here's a good wallpaper site. You can choose the correct format/size with this site.
http://www.portablethemes.com/wallpa...emes/desc/20/0

Gearhead01 01-06-2009 09:03 PM

Re: Post Your Touch Pro Today Screens
 
1 Attachment(s)
Here is my current Today screen. Still a work in progress. Simple, with a touch of heat.

Tech Addiction 01-06-2009 11:51 PM

Re: Post Your Touch Pro Today Screens
 
If you want to edit the file yourself use notepad and open the manila file up the original code looks like this:
Code:

<?xml version="1.0" encoding="utf-16"?>
<xliff version="1.0" lang="en-us">
  <file datatype="plaintext" original="Home">
    <header />
    <body>
      <trans-unit id="IDS_HOMETITLE">
        <source>Home</source>
      </trans-unit>
      <trans-unit id="IDS_DATEFORMAT">
        <source>MMM d, yyyy</source>
      </trans-unit>
      <trans-unit id="IDS_APPOINTMENTS">
        <source>Appointments</source>
      </trans-unit>
      <trans-unit id="IDS_MAINVIEW">
        <source>Main View</source>
      </trans-unit>
      <trans-unit id="IDS_MISSEDCALLCOUNT">
        <source>%d Missed Call</source>
      </trans-unit>
      <trans-unit id="IDS_MISSEDCALLSCOUNT">
        <source>%d Missed Calls</source>
      </trans-unit>
      <trans-unit id="IDS_NOMISSEDCALL">
        <source>Call History</source>
      </trans-unit>
      <trans-unit id="IDS_NEWVOICEMAIL">
        <source>New Voicemail</source>
      </trans-unit>
      <trans-unit id="IDS_NEWVOICEMAILSCOUNT">
        <source>%d New Voicemails</source>
      </trans-unit>
      <trans-unit id="IDS_NOAPPOINTMENTS">
        <source>Calendar</source>
      </trans-unit>
      <trans-unit id="IDS_PHONE">
        <source>Phone</source>
      </trans-unit>
      <trans-unit id="IDS_PROGRAMS">
        <source>Programs</source>
      </trans-unit>
      <trans-unit id="IDS_ALLDAY">
        <source>All Day</source>
      </trans-unit>
      <trans-unit id="IDS_ALARMOFF">
        <source>Alarm Off</source>
      </trans-unit>
      <trans-unit id="IDS_CALENDAR">
        <source>Calendar</source>
      </trans-unit>
      <trans-unit id="IDS_CONTACTS">
        <source>Contacts</source>
      </trans-unit>
      <trans-unit id="IDS_HOMEZONE">
        <source>HomeZone</source>
      </trans-unit>
      <trans-unit id="IDS_CITYZONE">
        <source>CityZone</source>
      </trans-unit>
      <trans-unit id="IDS_NEWVOICEMAILCOUNT">
        <source>%d New Voicemail</source>
      </trans-unit>
    </body>
  </file>
</xliff>

So whatever you don't want you just have to delete the text between the <source></source>

attached is my manila file that gives you the date and the cab that removes the call history icons and dotted lines. The functions are still there you just don't see them.[/quote]

You wouldn't happen to know which manila file is used for the email tab would you? I have been trying to find someone on here that can heklp me fix the missing link to VZW sync email. I'm sure if we find the right file it could be edited to pick up the Sync account. I got rid of Sprint Picture Mail but the envelop is stil on the TF3D tab so it should be easy to find in the code if I knew which file to edit.

darren.wlsn1 01-07-2009 08:11 AM

Re: Post Your Touch Pro Today Screens
 
Quote:

Originally Posted by Gearhead01 (Post 622831)
^ Thanks. Definitely interested in the landscape flame theme! Post a link if you get a chance (and if xda ever comes back up).

xda is back up, here ya go. http://forum.xda-developers.com/showthread.php?t=437941

Tech Addiction 01-07-2009 08:41 AM

Re: Post Your Touch Pro Today Screens
 
Quote:

Originally Posted by Tech Addiction (Post 623151)
If you want to edit the file yourself use notepad and open the manila file up the original code looks like this:
Code:

<?xml version="1.0" encoding="utf-16"?>
<xliff version="1.0" lang="en-us">
  <file datatype="plaintext" original="Home">
    <header />
    <body>
      <trans-unit id="IDS_HOMETITLE">
        <source>Home</source>
      </trans-unit>
      <trans-unit id="IDS_DATEFORMAT">
        <source>MMM d, yyyy</source>
      </trans-unit>
      <trans-unit id="IDS_APPOINTMENTS">
        <source>Appointments</source>
      </trans-unit>
      <trans-unit id="IDS_MAINVIEW">
        <source>Main View</source>
      </trans-unit>
      <trans-unit id="IDS_MISSEDCALLCOUNT">
        <source>%d Missed Call</source>
      </trans-unit>
      <trans-unit id="IDS_MISSEDCALLSCOUNT">
        <source>%d Missed Calls</source>
      </trans-unit>
      <trans-unit id="IDS_NOMISSEDCALL">
        <source>Call History</source>
      </trans-unit>
      <trans-unit id="IDS_NEWVOICEMAIL">
        <source>New Voicemail</source>
      </trans-unit>
      <trans-unit id="IDS_NEWVOICEMAILSCOUNT">
        <source>%d New Voicemails</source>
      </trans-unit>
      <trans-unit id="IDS_NOAPPOINTMENTS">
        <source>Calendar</source>
      </trans-unit>
      <trans-unit id="IDS_PHONE">
        <source>Phone</source>
      </trans-unit>
      <trans-unit id="IDS_PROGRAMS">
        <source>Programs</source>
      </trans-unit>
      <trans-unit id="IDS_ALLDAY">
        <source>All Day</source>
      </trans-unit>
      <trans-unit id="IDS_ALARMOFF">
        <source>Alarm Off</source>
      </trans-unit>
      <trans-unit id="IDS_CALENDAR">
        <source>Calendar</source>
      </trans-unit>
      <trans-unit id="IDS_CONTACTS">
        <source>Contacts</source>
      </trans-unit>
      <trans-unit id="IDS_HOMEZONE">
        <source>HomeZone</source>
      </trans-unit>
      <trans-unit id="IDS_CITYZONE">
        <source>CityZone</source>
      </trans-unit>
      <trans-unit id="IDS_NEWVOICEMAILCOUNT">
        <source>%d New Voicemail</source>
      </trans-unit>
    </body>
  </file>
</xliff>

So whatever you don't want you just have to delete the text between the <source></source>

attached is my manila file that gives you the date and the cab that removes the call history icons and dotted lines. The functions are still there you just don't see them.

You wouldn't happen to know which manila file is used for the email tab would you? I have been trying to find someone on here that can heklp me fix the missing link to VZW sync email. I'm sure if we find the right file it could be edited to pick up the Sync account. I got rid of Sprint Picture Mail but the envelop is stil on the TF3D tab so it should be easy to find in the code if I knew which file to edit.

rell0202 01-07-2009 09:31 AM

Re: Post Your Touch Pro Today Screens
 
Check me out!
http://i42.tinypic.com/14tmoi9.jpg

jmorton10 01-07-2009 09:41 AM

Re: Post Your Touch Pro Today Screens
 
I have always liked clean black/white themes so I came up with this yesterday:

http://i361.photobucket.com/albums/o...blackclock.png

I will run this until I get sick of it. All my highlights (including the sliders in comm manager etc) are a deep cherry red.

~John


All times are GMT -4. The time now is 11:01 AM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0