+ Reply
Page 11 of 11 FirstFirst ... 91011
Results 201 to 209 of 209

Thread: HTC Hero Theme

  1. #201
    What's Jailbreak?
    Join Date
    Feb 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Dock help

    I've been trying to fix the HTC Hero theme. My dock is a few inches below where it should be, and because of that I only barely see the phone, winterboard, and contacts...how can i get thte dock back to where it should be?

  2. #202
    What's Jailbreak?
    Join Date
    Feb 2010
    Posts
    20
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Quote Originally Posted by Johnnyboi View Post
    I've been trying to fix the HTC Hero theme. My dock is a few inches below where it should be, and because of that I only barely see the phone, winterboard, and contacts...how can i get thte dock back to where it should be?
    your image cannot be opened it requires a password, reupload the pic onto this thread.

  3. #203
    What's Jailbreak?
    Join Date
    Feb 2010
    Posts
    20
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default few changes take a look

    i some how figured it out :P
    Attached Thumbnails Attached Thumbnails HTC Hero Theme-img_0135.png  
    Last edited by zilverhawk; 02-26-2010 at 11:17 AM.

  4. #204
    What's Jailbreak?
    Join Date
    Mar 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Quote Originally Posted by rich1976 View Post
    If you like this variation. I've added the rar files below

    I have 11 banks on my front screen 4 on top row and second.
    On the 3rd row i have the weather icon then 3 blanks.
    So when i tap on Leeds it takes me into the yahoo weather.

    The clock widget is in 24hrs and i've also turned the time in the status bar to black so that you can't see it on the screen unless your in say messages or other apps.

    Can u also explain how to use these three rar files to install ur theme....

  5. #205
    What's Jailbreak?
    Join Date
    May 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    any body know how to change the local city weather text color, please help

  6. #206
    What's Jailbreak?
    Join Date
    Aug 2010
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    I am new to all of this and have quickly started to learn how to read the code to edit. But I am struggling with this a bit. What I would like to do is add the date in the 2nd widget to the first widget. Also then I would have to delete the date & box in the 1st widget and also extend the black background down in the 1st widget.

    I am not sure how to do this...any help would be appreciated.




  7. #207
    What's Jailbreak?
    Join Date
    Sep 2010
    Location
    Texas
    Posts
    7
    Thanks
    2
    Thanked 1 Time in 1 Post
    i can't get the weather widget to work to save my life. help?

  8. #208
    What's Jailbreak?
    Join Date
    Oct 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Hy

    Can anybody help me please ???

    I would like to have a 24h Clock but

    Here is my Widget.html ... Archiv.to free secure webarchive - kostenloser sicherer Hoster für Deine Files.

    I have edit this ...
    Code:
    function updateClock ( )
    {
      var currentTime = new Date ( );
    
      var currentHours = currentTime.getHours ( );
      var currentMinutes = currentTime.getMinutes ( );
      var currentSeconds = currentTime.getSeconds ( );
    
      // Pad the minutes and seconds with leading zeros, if required
      currentMinutes = ( currentMinutes < 10 ? "0" : "" ) + currentMinutes;
      currentSeconds = ( currentSeconds < 10 ? "0" : "" ) + currentSeconds;
    
      // Choose either "AM" or "PM" as appropriate
      //var timeOfDay = ( currentHours < 12 ) ? "AM" : "PM";
    
      // Convert the hours component to 12-hour format if needed
      // Convert an hours component of "0" to "12"
     
    
      // Compose the string for display
      var currentTimeString = currentHours + ":" + currentMinutes;
    
      // Update the time display
      document.getElementById("clock").firstChild.nodeValue = currentTimeString;
    }
    
    function init2 ( )
    {
      timeDisplay = document.createTextNode ( "" );
      document.getElementById("ampm").appendChild ( timeDisplay );
    }
    
    //function amPm ( )
    //{
    //  var currentTime = new Date ( );
    
    //  var currentHours = currentTime.getHours ( );
    
      // Choose either "AM" or "PM" as appropriate
    //  var timeOfDay = ( currentHours < 12 ) ? "AM" : "PM";
    
      
    
      // Compose the string for display
    //  var currentTimeString = timeOfDay;
    
      // Update the time display
    //  document.getElementById("ampm").firstChild.nodeValue = currentTimeString;
    //}
    
    ....
    
    function dotime(){ 
    theTime=setTimeout('dotime()',1000);
    d = new Date();
    hr= d.getHours()+100;
    mn= d.getMinutes()+100;
    se= d.getSeconds()+100;
    
    tot=''+hr+mn+se;
    But now it shows ...



    Where is the 1 to make it 16:27 ??

    Please HELP ME

    THANKS ALL !!!

    Greetings from Germany
    Last edited by Bo Dennwelle; 12-22-2010 at 09:40 AM.

  9. #209
    What's Jailbreak?
    Join Date
    Oct 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Please help me

+ Reply
Page 11 of 11 FirstFirst ... 91011

Posting Permissions

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