wishie

Results 54 comments of wishie

I think its so frustrating that you need to enable "Remote Start" on the front panel of the dryer every time.. why cant it default to on, or at least...

I also get the following message when trying to change anything in relation to the A/C unit.. Error calling additional poll methods. Error ('0011', '등록되지 않은 모델입니다.') It translates to...

I have not had this issue in a long time. It only happens if I have the LG app open at the same time.

I get this issue all the time, on macOS. It happens at random, not always after locking/unlocking the screen.

I also get Caused by java.lang.NullPointerException Attempt to invoke virtual method 'int android.graphics.Bitmap.getWidth()' on a null object reference But only on a real device. The code works fine in the...

I have noticed that bp.loadOwnedPurchasesFromGoogle() will return false, and therefore the rest of the code is not run.. I can't believe its so hard to get an accurate answer on...

Here is my logic, and I get strange results.. So in MainActivity.java, I check the subscription status via the following (I also use the same code block in the AppWidgetProvider.java...

I think I have tracked down the issue... I use the following in MainActivity.java: ``` boolean purchaseResult = bp.loadOwnedPurchasesFromGoogle(); if(purchaseResult){ TransactionDetails subscriptionTransactionDetails = bp.getSubscriptionTransactionDetails("widget_subscription"); if(subscriptionTransactionDetails!=null) { //User is still subscribed...

Looking at what loadOwnedPurchasesFromGoogle actually calls (not at a PC now so can't remember function names) it ultimately uses getContext().getPackageName() which may very well not return the name of the...