Saturday, February 2, 2019

Online checking for Huawei smartphone warranty period expiry and applicable country

If you have bought a new Huawei product such as a smartphone / tablet / laptop and have registered for its warranty, whereby the registration was done by your dealer or by yourself, you can actually check for its warranty information in Huawei Consumer Products website by using the serial number of your product.

You can, of course, make use of the same webpage to check whether:

  • Your product has already been registered for warranty or not.
  • Your product is a new set or used/refurbished set. Used or refurbished set will have warranty expiry shorter than the full warranty period.
  • Your product is an original local set or non-local set.
  • Your product is genuine Huawei product or counterfeit product with invalid serial number.

You just need 2 steps to perform this warranty checking.

Firstly, you need to know the serial number of your product, which is printed on the label at the packaging box.

For Huawei smartphone, the easiest way to find out your phone's serial number is by dialing *#06# which will display its serial number and IMEI number(s) on the screen. You can then long tap on the displayed serial number to copy it into your clipboard.

Another way to view the smartphone's serial number is by going to Settings > System > About Phone > Status.

Once you obtained the product serial number, open your web browser and visit to this webpage: https://consumer.huawei.com/my/support/warranty-query/


Paste or key-in your device serial number, and also enter the 4-characters captcha as verification code, then press the Search button.

For Huawei smartphone, the product warranty information page will show out:
  • The product name and model number
  • The product serial number
  • Expected warranty expiration date
  • Applicable scope
  • Screen damage warranty expiration date
  • Premium service expiration date


In addition, the device warranty expiration information is also available in the HiCare mobile app most probably pre-installed in the Huawei smartphone. Just open the app in the phone, tap on Me option, you'll be able to find the warranty expiration date and applicable country under the Device Benefits section.


Just tap into the Warranty and/or Screen Insurance image link to view the detail information.

Furthermore, you can continue to check whether your device is genuine local original set with SIRIM MCMC Label registration.

Tuesday, January 29, 2019

PTPTN announced 2018 dividend for SSPN-i and SSPN-i Plus

The Malaysia National Higher Education Fund (Perbadanan Tabung Pendidikan Tinggi Nasional, PTPTN) has just announced dividend for year 2018 for the education savings schemes SSPN (Skim Simpanan Pendidikan Nasional, consists of SSPN-i and SSPN-i Plus) on 29 January 2019.

The 2018 SSPN dividend payout rate is 4%, amounting to RM114.55 million. This rate is the same as previous payout for 2015-2017.

On top of that, SSPN-i account holders may also receive an extra 0.5% on top of the annual dividend of 4% that is deposited into their accounts under the newly launched SSPN-i Loyalty Rewards scheme.

The eligibility to receive this SSPN-i Loyalty Rewards extra 0.5% dividend is:

  • Account has been opened before year 2016.
  • Consistent new deposit has been made during year 2016, 2017 and 2018.
  • No withdrawal has been made during year 2016, 2017 and 2018.
  • Minimum balance in account is at least RM1,000 by 31 December 2018.
  • Accumulate at least RM500 new deposit into the account during 1 January 2019 until 30 April 2019.
  • The 0.5% dividend is given for the amount of new deposit during 1 January 2019 until 30 April 2019.
  • Maximum amount to be given would be RM8,000 per account.

In 2018, the amount of deposits in  SSPN was RM1.13 billion, with 678,829 new accounts opened by depositors.

According to PTPTN, the number of SSPN accounts opened to date is 3.91 million, with deposits amounting to about RM4.5 billion.

Historical SSPN-i dividend payout rate is as below:
  • 2018: 4.00%
  • 2017: 4.00%
  • 2016: 4.00%
  • 2015: 4.00%
  • 2014: 4.25%
  • 2013: 4.25%
  • 2012: 4.25%
  • 2011: 3.75%
  • 2010: 3.25%
  • 2009: 2.50%
  • 2008: 4.00%
  • 2007: 4.00%
  • 2006: 4.00%
  • 2005: 4.00%
  • 2004: 3.00%

You can proceed to the Online SSPN-i Statement of Account website for checking of the transactions and amount of savings in your kid's SSPN account.

Thursday, January 17, 2019

Fixed MySQL Workbench installation problem with missing Visual C++ Redistributable package (2015)

MySQL Workbench is a very useful unified visual tool for database architects, developers, and DBAs working on MySQL and/or MariaDB. It provides data modeling, SQL development, and comprehensive administration tools for server configuration, user administration, backup, etc.

MySQL Workbench Community Edition is free for use, which you can download from MySQL website. It is available for MS Windows, Ubuntu Linux, Red Hat Enterprise Linux, Oracle Linux Fedora and macOS X.

MySQL Workbench is a very good companion to work together with Laragon. In fact, it is among the few (if not the only) free MySQL database administration tools that is able to let user design database with EER diagram and also able to reverse engineer the tables of existing database into EER diagram. This feature is normally available only in the commercial version of other database administration tools.


If you are using Windows 10 and trying to install MySQL Workbench version 8, you might hit with a error during installation saying that Visual C++ Redistributable package (2015) is missing, and you need to install that before you're able to proceed to install MySQL Workbench.

Unfortunately, this problem cannot be simply resolved by installing Microsoft Visual C++ Redistributable package (2015), because the installer program will tell you that it has already been installed.

In fact, this problem is caused by the newer Microsoft Visual C++ Redistributable package (2017) already installed in your Windows system. Its installation might have deleted some registry keys used by the Visual C++ 2015 Redistributable.

The solution is to repair the installed Microsoft Visual C++ 2017 Redistributable (note: not to install or repair the 2015 redistributable, but the 2017 one). It is advisable to repair both the x64 and x86 versions of Microsoft Visual C++ 2017 Redistributable.

To do so, go to Windows System > Control Panel > Uninstall a program and locate for Microsoft Visual C++ 2017 Redistributable (x64). Right click on it and select Change (note: is Change, not Uninstall). Then click the Repair button to start the repair process.


You might be required to reboot your Windows at the end of the process.

When it is done, continue to do the same for Microsoft Visual C++ 2017 Redistributable (x86).


After this, try to install MySQL Workbench again. The installation process should be OK now.

Hint: Click on the "Older Posts" link to continue reading, or click here for a listing of all my past 3 months articles.