๐Ÿš€ UllrichLumina

Welcome to UllrichLumina

Learn coding, software development, web technology, and more.

ADB Install Fails With INSTALLFAILEDTESTONLY

๐Ÿ“… September 19, 2026 | ๐Ÿ“‚ Programming

I am having issues installing an apk to my device adb install ltapkgt Using the above command returns the following 5413 KBs 99747 bytes in 0017s pkg

Thumbnail for Ullrich

Add timestamp column with default NOW for new rows only

๐Ÿ“‚ Categories: Postgresql
๐Ÿท๏ธ Tags: Postgresql

I have a table that has thousands of rows Since the table wasnt constructed with createdat column initially there is no way of getting their creation timestamp

Thumbnail for Ullrich

Adding headers when using httpClientGetAsync

๐Ÿ“‚ Categories: C#

Im implementing an API made by other colleagues with Apiaryio in a Windows Store app project They show this example of a method I have to implement var

Thumbnail for Ullrich

AngularJS apprun documentation

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Angularjs

How and where is apprun used After module definition after appconfig or after appcontroller I am adopting the BreezeJS Angular Q which asks whether certain

Thumbnail for Ullrich

Archive button grayed out in Xcode

๐Ÿ“‚ Categories: Programming

Would you be able to help me understand the reason why Archive button is grayed out in Xcode I have all developers profiles downloaded Device type set to

Thumbnail for Ullrich

Backwards migration with Django South

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Django Migration Django-South

Ok so this seems like a really silly thing to ask and Im sure Im missing something somewhere How do you perform a backwards migration using South on Django So

Thumbnail for Ullrich

BigDecimal equals versus compareTo

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Equals Bigdecimal Compareto

Consider the simple test class import javamathBigDecimal author The Elite Gentleman public class Main param args public static void mainString args TODO