Skip to main content

Orange Kenya Time-Based Tariff and Other Irrelevant Stuff

Orange Kenya should pay me for publicizing their tariffs. They are so bad at publicity and promotion they should get the price for the worst marketing among telcom companies in Kenya.

Strangely, they collect the emails (or should collect) of those who register SIM cards but have no clue what to do with all that data. TKL - please show a bit of innovation!

So here's the "Time based" tariffs of Telkom Kenya (so-called Orange Kenya):
http://www.orange.co.ke/en/internet-on-modem/


You can buy a one-week "unlimited" bundle for KSh. 990. The bundle is not really unlimited because there is a Fair Use Policy limit of 10GB. If you exceed that limit before the 7-day period is over, speeds drop to 256kbps.

The 30-day package  (KSh. 2,990) will get you only 20GB in 30 days.

You can load up airtime via PesaPal by going to Lipa na MPESA on your phone's MPESA menu and selecting Paybill then give the business number as 220220. When asked for the account number, give "ORNG" followed by the phone number e.g., ORNG0773676767

Indicate the amount of airtime to buy.

On receiving the PesaPal text message on your phone (SMS) confirming that PesaPal has received your money, login to https://myaccount.orange.co.ke/3G/index.jsp with your browser and visit the "Purchase Bundles" menu to select the preferred bundle. You may be forced to login to that account. See below for a screenshot of the login page and a description of how to get your password.
MyAccount Page

Purchase Bundle Menu


Login Page
 (see link  new user? forgot password? click here ) 

Use this link "new user" to add a new account. You will need your phone with the Orange SIM installed because the new password will be sent to you via SMS text.



Bon Voyage for your orange-colored digital excursions. Remember to always have Plan B when on safari. 

How Much Data Have I Consumed?

This question is easy to answer if (i) you are using a single 3G line to connect to the Internet and (ii) you do not share the connection with other people. In this situation, you can use Glasswire. Simple stuff. 

Here's my Glasswire 7-day report. Unfortunately, I don't see a feature that allows the user to get a report for a given range of dates.





Signal Meter
Lastly, you may just want to check your 3G or 4G signal levels. If its 2G you are not going to enjoy the ride. There's plenty to chose from. 

For one, Android (5.1 in my case) gives you the signal strength. Select Settings -> About Phone -> Status -> SIM Status. If you have multiple SIMs, Android should show you the list to chose from. The key parameter is the Signal strength in dBm (decibel-milliwatts). The more negative, the weaker it is. Hence -55 is much stronger than -100.

In my case, I get -68dBm  while about 100m from a 3G mast. Android also provides the cellular network type (e.g., GPRS (~150kbps max.), EDGE (~300kbps max), HSPA (~3Mbps max.), HSPA+ (~20Mbps max.). Obviously a weak HSPA+ is far better than a very strong EDGE signal. 

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