Thursday, April 28, 2022

Print Transaction History Receipt RHB Maybank2u 2022

Print Transaction History Receipt RHB Maybank2u 2022

Re-print the receipt from online banking is an important function. As a prove to the receipiant party a transaction has been done. You can reprint it in RHB and Maybank2u, through the old website and not the new website (yet).

Maybank2u classic

Switch to the classic website.


Maybank2u classic (old) > Account & Banking > Account Details > M2U history > [ Reprint ]

Those transactions done by mobile app, can be reprint as well.

RHB Now

Note : If your transactions are done with the mobile app or the new website, the transaction receipt can not be re-printed again. Only transactions done with RHB Now web version can be re-printed again.

RHB Now > RHB Now Transaction Records (above/besides the email button) > choose date range and type of transaction.

    Account number :[   ]
    From: [    ] dd/mm/yyyy
    To:   [    ] dd/mm/yyyy
    ---- down here has a long list of selection ----
    (I only show some of it)
    JomPay
    [ ] Favourite Biller
    [ ] Open Payment
    
    [Submit]

Conclusion

Maybank2u is easier, and more powerful.

Thursday, April 21, 2022

How To Deregister Fire HD Tablet

How To Deregister Amazon Fire HD Tablet

If you want to give away your Amazon Fire HD tablet to the others (as a gift or selling it), make sure it is deregister with you user account. This apply to other Alexa devices as well.

There are a few ways to deregister:

From the device (Fire HD)

Fire OS > Settings > My Account > [DEREGISTER]

Refer to the picture above.

From the web (need Amazon login)

For me this is easiest and powerful. Not just for deregister, but other configuration and setting as well. Remember this website https://amazon.com/mycd/:

Devices tab > (choose Fire Tablet) > (choose table or device name) > [Deregister]

You can change your device name from here as well.

From Alexa mobile app

Alexa app > Devices tab (lower right) > Echo & ALEXA > setting icon (top right) > Registered To [Deregister]

Note: This doesn't works for my Fire TV stick, and Fire HD tablet. It works for Echo Show, Echo Dot, and some other 3rd party devices.

Wednesday, April 13, 2022

Time Net Speed Monitor on Fire HD 8

Time Net Speed Monitor on Fire HD 8

Notice the speed meter on the top left corner?

Time Net Speed Monitor is an app to show network speed on the display. I want this app because I need to monitor the network speed while streaming video.

This app need "Display over other apps" permission. Some system (Fire OS/Android), doesn't allow the permission to be set, it can be fixed by ADB (Android Debug Bridge).

I try it on Fire HD 8 2020, Fire OS 7.x. Note: The OS version can be found on Settings > Device Options > System updates.

Install on Fire HD 8

Time Net Speed Monitor can be downloaded from Amazon. When you installer, it will ask user to enable "Display over other apps" permission.

Set "Display over other apps" permission

Fire OS > Apps and Notifications > Time NetSpeed Monitor > Advanced: Display over other apps [allow]

Set "Display over other apps" permission through ADB

The permission may be described as "Display over other apps", or "Drawing over other apps".

I was not able to set the permission in Amazon Fire TV Stick. So I use the ADB method. If you don't know how to adb to a Fire OS (or Android), please check how to ADB before continue.

$ adb shell appops set visnkmr.apps.timenetspeed SYSTEM_ALERT_WINDOW allow
OR
adb$ appops set visnkmr.apps.timenetspeed SYSTEM_ALERT_WINDOW allow

To turn off
adb$ appops set visnkmr.apps.timenetspeed SYSTEM_ALERT_WINDOW deny