+ Reply
Page 100 of 111 FirstFirst ... 50 909899100101102 110 ... LastLast
Results 1,981 to 2,000 of 2219

Thread: Aqwoah

  1. #1981
    What's Jailbreak?
    Join Date
    Sep 2009
    Posts
    5
    Thanks
    2
    Thanked 1 Time in 1 Post
    you can still slide up on the iacces keyboard and so far there has been no glitches...

  2. #1982
    Theme Creator armadillo's Avatar
    Join Date
    Jul 2007
    Posts
    1,298
    Thanks
    0
    Thanked 577 Times in 352 Posts

    That's awesome. Thanks for letting me know. I will then make dual function keyboard and offer it as an option just like for iAcces 3.x.
    Come visit AlohaSoft

    Feel free to email me icon requests. Make sure to include a link to the application plus the app name EXACTLY as displayed on the iPhone. No PMs please.

  3. #1983
    Green Apple
    Join Date
    Sep 2009
    Posts
    33
    Thanks
    3
    Thanked 25 Times in 10 Posts

    @armadillo
    just one question (sorry if its already answered)

    what line do I have to edit to change the colour of day and month on Aqwoah lockinfo (top right corner )?

  4. #1984
    Theme Creator armadillo's Avatar
    Join Date
    Jul 2007
    Posts
    1,298
    Thanks
    0
    Thanked 577 Times in 352 Posts

    Go to style.css and change the color here:

    Code:
    .timeClock {
    	font-size:22px;
    	font-weight:bold;
    	line-height:26px;
    	color:rgba(0, 0, 0, 0.8);
    	margin-top:5px;
    	text-shadow:none;
    	}
    Come visit AlohaSoft

    Feel free to email me icon requests. Make sure to include a link to the application plus the app name EXACTLY as displayed on the iPhone. No PMs please.

  5. #1985
    Green Apple
    Join Date
    Sep 2009
    Posts
    33
    Thanks
    3
    Thanked 25 Times in 10 Posts

    Quote Originally Posted by armadillo View Post
    Go to style.css and change the color here:

    Code:
    .timeClock {
    	font-size:22px;
    	font-weight:bold;
    	line-height:26px;
    	color:rgba(0, 0, 0, 0.8);
    	margin-top:5px;
    	text-shadow:none;
    	}
    not the coulor of the number , but coulour of the text ( Sunday January - they are white by default)

    OK found it


    .displayDate {
    font-size:13px;
    font-weight:bold;
    line-height:13px;
    color:ADDFFF;
    text-shadow:#000000 0px 1px 2px;
    }
    Last edited by pece1976; 01-03-2010 at 12:51 PM. Reason: Automerged Doublepost

  6. #1986
    Theme Creator armadillo's Avatar
    Join Date
    Jul 2007
    Posts
    1,298
    Thanks
    0
    Thanked 577 Times in 352 Posts

    Okay folks. Please do not use this thread to ask about changes to LI. While I am always trying to help out, I really prefer to keep this thread for status updates. If you have questions regarding LI, please email me (my email address is found in any of the repo packages). Thanks.
    Come visit AlohaSoft

    Feel free to email me icon requests. Make sure to include a link to the application plus the app name EXACTLY as displayed on the iPhone. No PMs please.

  7. #1987
    Green Apple
    Join Date
    Sep 2009
    Posts
    33
    Thanks
    3
    Thanked 25 Times in 10 Posts

    OK , NP with me , mods you can delete my posts

  8. #1988
    Theme Creator armadillo's Avatar
    Join Date
    Jul 2007
    Posts
    1,298
    Thanks
    0
    Thanked 577 Times in 352 Posts

    Just updated SBSettings with 4 new toggles (Tether, TVOut2, SMS Alert, SnapTap):



    Also made a brand new battery called Cityscape (building lights and moon phase change with charge status):

    -

    Available in the AlohaSoft repo now (click on the link in my sig if don't know about this repo).
    Come visit AlohaSoft

    Feel free to email me icon requests. Make sure to include a link to the application plus the app name EXACTLY as displayed on the iPhone. No PMs please.

  9. #1989
    iPhone? More like MyPhone flrdotcom's Avatar
    Join Date
    Jan 2008
    Location
    phoenix
    Posts
    233
    Thanks
    43
    Thanked 14 Times in 11 Posts

    hey armadillo, i just got around to installing the lockinfo 3, beautiful i must say but i have 1 issues. i cannot get the grey status bar to go away? even when im on the springboard.



    any suggestions?

  10. #1990
    Theme Creator armadillo's Avatar
    Join Date
    Jul 2007
    Posts
    1,298
    Thanks
    0
    Thanked 577 Times in 352 Posts

    I cannot stress enough to check the Read Me. It points to another Read Me inside the theme that explains the various folder contents. Check the com.apple.springboard folder in the Bundles folder (FSO_BG and FST_BG). Remove those or remove the entire springboard skinning if you prefer the Apple style.
    Come visit AlohaSoft

    Feel free to email me icon requests. Make sure to include a link to the application plus the app name EXACTLY as displayed on the iPhone. No PMs please.

  11. #1991
    Green Apple
    Join Date
    Aug 2007
    Posts
    52
    Thanks
    9
    Thanked 9 Times in 6 Posts

    Dude !!!

    That new Cityscape battery is crazy wicked !!!

    You do amazing work !!!

    Wish I had half your mad skills ... I just threw ya a couple bucks again to show my appreciation for all your hard work.

  12. #1992
    iPhone? More like MyPhone
    Join Date
    Jun 2008
    Posts
    228
    Thanks
    20
    Thanked 33 Times in 23 Posts

    Installed a new app yesterday called Nightstand Alarm, Weather, Clock, and Photos. It's really a great app.

    However, it shows the exact same Aquoah icon as the stock Clock.app.

    Looking a bit into the folder directory that got installed, the name of the app folder is Clock.app.

    Never encountered this before, so forgive me if this is a easy fix. Tried searching this thread but it's way too long to go page by page, and my searches were coming up empty.

    Is there a way to fix it to a different icon (even one already made)? No problem editing plist files and all that, just don't know what/where to start.

    Thanks in advance!

  13. #1993
    Theme Creator armadillo's Avatar
    Join Date
    Jul 2007
    Posts
    1,298
    Thanks
    0
    Thanked 577 Times in 352 Posts

    This problem can only be resolved by using the CFBundleIdentifier for that app. Since I don't have the app, you will have to get it yourself by opening the info.plist in the application. So rename the ipa file to zip and unzip the package. Then navigate to unzipped_appfolder/Payload/appname.app/Info.plist

    Open that file and look for the name of CFBundleIdentifier. It should be something like com.whatever.clock and rename the icon to that name.
    Come visit AlohaSoft

    Feel free to email me icon requests. Make sure to include a link to the application plus the app name EXACTLY as displayed on the iPhone. No PMs please.

  14. #1994
    iPhone? More like MyPhone dogdaysunrise's Avatar
    Join Date
    Jul 2008
    Posts
    124
    Thanks
    19
    Thanked 12 Times in 8 Posts

    I don't know if you still do this considering the amount of apps these days and time involved....if you do, I'd like the following:

    iTreadmill
    uHear
    pzizz relax

    Thank you!

  15. #1995
    My iPhone is a Part of Me tsatryan's Avatar
    Join Date
    Aug 2007
    Location
    Wilmington, Delaware, United States
    Posts
    695
    Thanks
    83
    Thanked 121 Times in 70 Posts

    Quote Originally Posted by dogdaysunrise View Post
    I don't know if you still do this considering the amount of apps these days and time involved....if you do, I'd like the following:

    iTreadmill
    uHear
    pzizz relax

    Thank you!
    just look directly above your post, and read the signature line in armadillo's post...

  16. The Following User Says Thank You to tsatryan For This Useful Post:

    dogdaysunrise (01-15-2010)

  17. #1996
    iPhone? More like MyPhone dogdaysunrise's Avatar
    Join Date
    Jul 2008
    Posts
    124
    Thanks
    19
    Thanked 12 Times in 8 Posts

    Thanked and done!

  18. #1997
    What's Jailbreak?
    Join Date
    Sep 2007
    Posts
    14
    Thanks
    3
    Thanked 4 Times in 4 Posts

    Default Need help theme icons

    It looks great, but I need to make it complete. If you find time, could I get icons for these apps?

  19. #1998
    Green Apple
    Join Date
    Jun 2007
    Posts
    46
    Thanks
    11
    Thanked 1 Time in 1 Post
    I'd like to purchase access to the Cityscape battery meter... what's the best way to go about that.

    Didn't see it at your Alohasoft site... thx

  20. #1999
    Theme Creator armadillo's Avatar
    Join Date
    Jul 2007
    Posts
    1,298
    Thanks
    0
    Thanked 577 Times in 352 Posts

    I have not updated the website. The cityscape battery is in the repo, just like Aqwoah LockInfo along with the rest of the themes. Donations will get you the entire repo with everything and every other theme I add to the repo plus all updates.
    Come visit AlohaSoft

    Feel free to email me icon requests. Make sure to include a link to the application plus the app name EXACTLY as displayed on the iPhone. No PMs please.

  21. #2000
    Green Apple
    Join Date
    Aug 2008
    Posts
    60
    Thanks
    4
    Thanked 18 Times in 6 Posts

    Hello Armadillo
    Have you planned to do an update to LOCKINFO Aqwoah 3 compared to the last day of LOCKINFO David Ashman.
    That is to say, adding the push notification, and ability to delete emails, SMS and push directly from the lockscreen?
    You who did an excellent job? ;o)
    Thank you

Posting Permissions

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