meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
howto:howto-common_issue [2026/04/10 18:29] dorepshowto:howto-common_issue [2026/05/10 18:09] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ===== Common Issues and Solutions ===== ===== Common Issues and Solutions =====
 +
 +----
 +==== Application Widgets: Not Updating ====
 +
 +If a widget (such as a Clock or Battery monitor) lags or stops updating, the issue is usually with the Android System, not the launcher. Go to the device's **Android Settings > Apps**, locate the app providing the widget and ensure that app is excluded from "Battery Optimization" or "Deep Sleep" features of the device.
  
 ---- ----
 ==== Icon Labels: horizonal black lines ==== ==== Icon Labels: horizonal black lines ====
  
-  * There may be horizontal black lines visible (intermittently) on either side of the icon whether in an App Drawer, App Drawer (Pager), or others. See an example ++here|{{:howto:howto-issue-icon-black_line.png?direct&200}}++. This is frequently caused by the ''Label'' text having more characters than the line properly handles.+  * There may be horizontal black lines visible (intermittently) on either side of the icon whether in an App Drawer, App Drawer (Pager), or others. See an example ++here|{{:howto:howto-issue-icon-black_line.webp?direct&200}}++. This is frequently caused by the ''Label'' text having more characters than the line properly handles.
  
     * **Solution**:     * **Solution**:
Line 28: Line 33:
  
   ***Launcher Action - Reset Home** - It has been suggested this can be accomplished by using ''Reset Home'' which causes the launcher to refresh, but it also resets the launcher to that "home page". <WRAP center round tip 60%>   ***Launcher Action - Reset Home** - It has been suggested this can be accomplished by using ''Reset Home'' which causes the launcher to refresh, but it also resets the launcher to that "home page". <WRAP center round tip 60%>
-This has been tested but it fails whereas the portrait/landscape switch does work. This is most likely due to Android treating User Interaction (rotating, clicking, swiping) as a high-priority than internal calls from launcher activities. Bottom line: Android limitations.+This has been tested but it fails whereas the portrait/landscape switch does work. This is most likely due to Android treating User Interaction (rotating, clicking, swiping) as a high-priority and internal calls from launcher activities now have greater restrictions. Bottom line: Android limitations. 
 +</WRAP> 
 + 
 +<WRAP center round help 60%> 
 +There are other options to display temperature or other dynamic variables by using automation apps such as Tasker or Macrodroid. An example could be demonstrated here [[ |to be inserted]]
 </WRAP> </WRAP>
  
-There are other options to display temperature or other dynamic variables by using automation apps such as Tasker or Macrodroid. An example is demonstrated here [[ |to be inserted]] 
  
 ---- ----