Binary Expressions

2010-7-27

How To – Resolve iTunes App Update Notification

Filed under: — Adam @ 1:45 pm

Background Knowledge


The Apple’s iTunes software shows notifications of updates available for apps (applications) for iPhones, iPad and iPod Touch by placing a small numeric value in a box beside “Apps” under “Library” within iTunes. As time goes by it appears this numeric value becomes inaccurate as it reports that there is updates yet when you click on “Updates Available” under “Apps” (bottom right corner) there is no updates or only a few updates that does not add up to what it is reporting is available. It should be noted that though this maybe anonying to some it is not in any way harmful to iTunes or the device.

Solution – One


This issue occurs when one or more apps are purchased using more then one iTunes account. Login to each iTunes account and check for app updates. If there are any then allow the updates to be downloaded and installed. One other option would be to delete the app in iTunes and on the device and then download and install under the preferred iTunes account. In most cases this will resolve the problem.

Solution – Two


Be warned this this step is only necessary if the above does not work. Also be aware the steps below will delete all apps (applications) in your iTunes library. Make sure to have the applications backed up before proceeding.

  1. If the first solution didn’t work try going in iTunes under “Library” -> “Apps”.
  2. Highligh one random application and then select all applications by pressing CTRL-A or click on the menu “Edit” -> “Select All”.
  3. Right mouse click on the an application and click on “Delete” or click on the menu “Edit” -> “Delete”.
  4. Click on the device under “Devices” on the left hand side and then click on “Sync” at the bottom right hand corner.

When the sync is completed all the applications installed on the device will be back in the iTunes Library and the Apps update notification should now be corrected.

iTunes – Apps Won’t Download

Filed under: — Adam @ 12:03 pm

Background Knowledge


When trying to download apps (applications) for an iPhone or iPad using iTunes a message appears stating the following.

There was a problem downloading “App Name Here”. The file seems to be corrupted. To redownload the file, choose “Check for Available Downloads” from the Store menu.

It appears that some apps will download fine yet others will not.

Solution


I unfortunately can not give exact steps on how to resolve this issue. However based on my recent experience I can strongly advise that majority of the time this issue is related to a firewall, anti-virius and/or spyware/malware protection software/hardware configuration. These services weather software or hardware are blocking some or all of your app downloads. Refer to your software or hardware logs and configuration so that you can allow this specific traffic through. Once this is done there will no longer be an issue downloading iPhone or iPad apps.

2010-7-15

TaskFreak! v0.6.2 – Alter Search Plugin

Filed under: — Adam @ 1:27 pm

Background Knowledge


The Search Plugin for TaskFreak! created by DaDaemon and xdu v0.0.1 (March 26, 2007) was designed to create a simple, quick search capability of the tasks title and description. As well it only searched through he current task view (tasks visible at the time) and tasks that are not completed. For some this was not what was desired and would rather have the Search Plugin search through all tasks weather completed or not and as well search through the comments of tasks along with the title and description. I’ll show you how this is done using Searcher, bchristie and davidlmansfield instructions posted on the TaskFreak! Forums.

(more…)

2010-7-14

TaskFreak! v0.6.2 – Add Unique Ticket/Task Number

Filed under: — Adam @ 9:20 am

Background Knowledge


TaskFreak! does not show within the interface a unique ticket/task number. Depending on the use of TaskFreak! having such a value can have it’s benefits. Since this unique value does already exist in the back end, it will be fairly trivial to render this value within the task list and task details panel. I will show you how this is done using Searcher’s solution posted in the TaskFreak! Forum. There has been some modifications but not much.

Solution


  1. Edit index.php in the root of TaskFreak!. Add the table header column just below line # 248 as follows.
    2
    
    <th width="3%" onclick="freak_sort('itemId')" class="sortable" >< ?php echo $langForm['id']; ?></th>
  2. Next add the table data just below line # 302 as follows.
    2
    
    <td style="text-align:right;">< ?php echo $objItem->id; ?>&nbsp;</td>
  3. Edit /include/html/xajax_panel_view.php just below line # 5 just before the priority column as follows.
    6
    7
    8
    9
    10
    
    <div id="fid">
            	<div class="flabel">< ?php echo $GLOBALS['langForm']['id']; ?></div>
            	<div class="vid">< ?php echo $objTask->id; ?></div>
            < /div>
    </div>
  4. Edit /include/language/en/freak.php just below line # 46 as follows.

    Note: Each interface language file will be required to be edited if you desire to use them. If you do not do so, you will receive error messages and it may cripple TaskFreak!

    2
    
    'id' => 'ID',
  5. Edit applicable skins’ CSS in this example /skins/redfreak/css/freak.css just below line # 550.
    9
    10
    11
    12
    13
    14
    15
    16
    
    #fid 
    {
    	float: left;
    	width: 80px;
    	height:32px;
    	margin-left: 3px;
    	font-weight: bold;
    }
  6. Edit applicable skins’ CSS in this example /skins/redfreak/css/freak.css ID #fpro and remove “margin-left: 3px;”.

Source: Unique Ticket/ToDo Follow Number – Further prioritizing

Take back your mailbox - CAUCE.org

Powered By Wordpress PHP: Hypertext Preprocessor MySQL Powered Download Juice, the cross-platform podcast receiver
Proud To Be Canadian Get Firefox Valid XHTML Valid CSS
<NO>OOXML Logo


18 queries. 1.835 seconds.
Copyright © 2004 - 2005 by Adam Douglas