Skip to main content

Telkom.KE Resurrects - But in What Shape?

Telkom.KE Resurrects - But in What Shape?

Orange is a nice colour but Orange.KE the phone company wasn't nice. They lived in their own cocoon far away in Andromeda Galaxy where they spoke a language called ^^^~~~'''''''````
Don't try to pronounce it. You need a rectangular beak to do that.

Now that Telko.KE is back, hopefully they will return to the Milky Way and to Planet Earth. Further, hopefully they will adopt one of .KE's official languages. 

They have a very full IN Tray. Take this issue for example: How on Planet Earth do you disable a daily Internet bundle subscription in Telkom's network? You innocently subscribe to a tariff(?) called Horror and true enough, its been a horrible saga ever since. You buy 100/- worth of credit. The Horror creature eats 49/- and the X-monster eats 49/-. You are left with 2 bob airtime!  What on EARTH is this?

Is is a new form of BATIKA betting game? Gory! as the English say. What Horror is this? Is their marketing guy/girl from Central where they have lamdadism? So Holla and Horror are considered equivalent?

Take me to Earth pronto. This Andromeda galaxy is creepy.

So how do you UNSUBSCRIBE?

Believe it or not, it's actually possible. After trying email, Twirer, Teregram, Whazap and all the others for a whole week, I finally managed to extract the following very valuable information (at 98/- per day, the loss to your personal wealth works out to be close to 2 million bob over your working life not taking into account down time, ISIL and other galaxial effects):

1. Dial *544# on your Telkom.KE line (formerly known as Orange)
2. Select Option 3 (data bundles)
3. Select Option 5 (XL Offers) - don't make the financially fatal error of selecting Option 1
4. Select Option 1 (XL Daily 400...) - apparently the other options do not self-renew
5. Select  Option 2 (Unsubscribe) then confirm (1) and you are done

Horror Story

For Holla (Horror?), it goes as follows:
1. *544#
2. Option 5 (Horror!)
3. Option 5 (unsubscribe)
4. Option 1, 2, and 3 in sequence if you can't remember which Horror Story you subscribed to else chose 1 OR 2 OR 3 to unsubscribe.


Beyond the humour (humus?) and above everything, the Messiah is coming soon. Prepare well



Comments

Popular posts from this blog

How to Install Visual Basic 2017 Offline

This page offers a way to avoid the long and error-prone online installation of Visual Studio which is a massive package. Our interest is limited to Visual Basic and ASP.Net. One can, later, add other tools such as C# and C++. In this page, "VS" refers to Visual Studio. Installing Visual Basic 2017 Offline is not a simple process because Visual Basic 2017 is a part of Visual Studio 2017 that comes as one huge package (up to 35GB) in three versions: Community Edition (Free) Professional Edition (intended for a few people) Enterprise (intended for larger software teams)  Visual Studio by default uses a web-based install process that starts by downloading one of three the bootstrapper package from the VS download page . When you run the bootstraper, it will initiate download of the Visual Studio components that may be up to 35GB in size and takes a very long time to complete. The purpose of this page is to explain how to avoid the headache of this long and tedious

How to Install Packet Tracer 6.0.1 for Linux

This article is intended to help me remember the installation process for Cisco Packet Tracer 6 details of which seems to be hard to come by on the web. 1. Log in in to your Cisco Netspace account. Yes, you need to be logged in. 2. The " Download PT 6.0.1 " link on is on the NetSpace home page. 3. Click this " Cisco Packet Tracer " link shown below the folder icon as shown in the figure below: 4. Select  Cisco Packet Tracer 6.0.1 5. Select download location. 6. After completion of download, use your file manager to open that folder and rename the file to something such as "CPT6". It is a shell script so no file extension is required. 7. Change the file permissions to executable using command: sudo chmod 777 CPT6 from a terminal window opened in the download directory. This assumes your downloaded file is renamed CPT6 8. Launch the file with command: ./CPT6 from the terminal window. You will get the message: Self extracting archive... We

Android Applications with Intellij IDEA - 1

This article applies to Android applications in Windows using IntelliJ IDEA development tools. Windows 7 was used in this example but the explanation will work for other recent versions of Windows. It is quite a task learning how to use mobile application development tools. This page describes how to digitally sign your .apk file which is the  Android application package file. In short, your Android program file. Once you have created an APK file to launch it, simply copy to your device and use the Android file manager to install it. The picture below shows the digital signature keystore file, the unsigned APK file and the signed APK file. The procedure of signing the APK file is quite straighforward but first you must ensure your Java JDK is properly installed and that the Java tools are accessible on your commandline (Windows command console - what used to be called the DOS window). Most important is that your PATH environmental variable (In Windows 7 find this at: Control