Tampilkan postingan dengan label Java Applications. Tampilkan semua postingan
Tampilkan postingan dengan label Java Applications. Tampilkan semua postingan

Rabu, 08 Februari 2012

Install External Fonts in Opera Mini


No doubt that Opera Mini is the most popular mobile browser. Opera mini compresses the web page to make it compatible to view on mobile device, it also allows user to synchronize bookmarks and browsing through opera link. This browser is available for almost all phones around us. If you are Opera Mini user then you might be aware that it displays some boxes when it comes to display some external fonts which are not installed on your device. But latest mobile phones come with scripts to display foreign fonts so you don't have worry. But, if you use comparably old phone then you might have this problem. And here is the solution too, just follow the simple steps below to install foreign fonts in Opera Mini:

  • Run Opera Mini
  • Go to Option > Enter Address
  • Type about:config in there and click ok to continue
  • You will be taken to Power user option for Opera Mini browser
  • Scroll the page down and find Use Bitmap font for Complex Script
  • Now, Select Yes from the combo box and click on save

You are done, now you may not have trouble reading texts on external fonts.

This feature of Opera Mini converts the complex and foreign fonts to image and illustrates on the page. I had trouble reading Nepali characters before I knew this feature.

Selasa, 27 Desember 2011

5+ Different ways to use NTC GPRS for Free

Hello everybody,
Finally I finished writing this post especially for those Nepali users who are subscribed to Nepal Telecom GPRS. I don't know if it works for other networks or not, if you think this is helpful then keep reading and don't forget to share too.

How long have you been using NTC GPRS?

Before starting, let me remind you about a bug existed in NTC GPRS system some months ago. Yeah, its 1 MB bug and it was very benificial to use NTGPRS for free. Unfortunately there is no longer the '1 MB bug' now. You may not be getting if you are a new user of NTC GPRS. Don't worry, there is still more than half story to be told, keep reading.
Lets come to the point, here are 5 ways described below which will absolutely help you to use free GPRS in NTC.

#1. Use UC browser (again):
Who says this doesn't works anymore? Though the 1 MB bug is gone, there's still a loophole in the system. Download the light Java version of UC browser from here. Now keep running UC browser each and every time you use applications such as mig33, Opera mini. Attention!! only the running of UC browser will do nothing, you must browse at least one site through UC Browser to keep the connection alive. When the data transfer reaches 2-3 MB the connection gets closed by the network itself and you will not be charged. Here is the step by step procedure:
  • Download and install UC browser.
  • Run UC browser.
  • Browse any one site in UC. Example: Click on Facebook after loading of start page.
  • Now run any application (e.g. mig33, Opera mini) which uses GPRS and keep using until the connection gets closed by network itself and you won't be charged.
For non-multitasking/Java mobiles:
Read my previous post here and follow the process to compile UC Browser with the Java application you want to run.
After you done, all the process is same as above.
Things to remember:
  • Just running the UC won't do anything, you need to browse at least one site through UC to keep the connection alive.
  • Don't close the connection even if the data transfer crosses 3-4 MBs, just wait for the right time when the network itself closes the connection.
  • Use the light Java version of UC browser. It is highly recommended if you are using old smartphones having very low RAM (eg Nokia 6600, Nokia 7610).
# 2. Making a call:
This is also an effective method but it may not work always. The aglorithm we are implementing to use NTC GPRS for free in this method is to end the connection at the instant of time when GPRS is online but inactive. Try it yourself.
Use GPRs as much as you want but at last don't close the connection by closing the application, just minimize it and make a call to any number (I use 1414). When the GPRS logo gets inactive, switch off or re-start your handset immidiately without ending the call.
Note: You must run UC browser for this process.

For non-multitasking/Java mobiles:
After using internet don't close the application. Make a call to your number from your friend's mobile. When the GPRS logo gets inactive, restart your handset and you will not be charged.

#3. Transferring the account balance:
Use GPRS under your balance limit and when you are done, transfer the whole allowed amount of your account balance to your another NTC number. This method is so much screwing and also very complicated for Java mobiles. I will not be describing the method for non-multitasking phones because of it complication.

#4. Vagwan Varosa:
This method actually doesn't works always. I mean, it has a very less probability of occurrence. What you need to do is to use GPRS at the evening before you sleep. Don't end the connection by closing the application befor sleeping, leave it as it is. When you wake up in the morning, use the same connection and browse for several minutes (100-200 kB sometimes). If the connection gets closed itself then you may not be charged and if it doesn't then....just give up this method. This has a very low probability so I named it Vagwan Varosa.

#5. Works 100%:
Use any one of the above. If you are not satisfied yet then Subscribe to NewbiesWay. There are more hacks, tweaks, tips and tricks to be discovered and shared here. Subscribe through email or twitter @ekeshpd

If you have any question, then use the comment box below. 
Cheers!!!!

Senin, 26 Desember 2011

How to Run Multiple Java applications at a same time in a Java Phone

Its almost impossible to run 2 or more than 2 applications in Java phones. But I found a solution which may help you to combine two or more than two JAR application to a single JAR midlet to run in non-multitasking phones (Example: Nokia s40 phones).

I will discuss the most effective method you may implement on creating a combined JAR midlet with two or more JAR files. I will post an update for second method.

Follow the simple steps below to combine two or more JAR files to a single midlet.
  • Go to http://multime.org
  • Click on Register and fill the form to create a new account and login
  • Now click on My midlets
  • Click on Upload Midlet to upload two midlets you want to combine or you may use Add by Link if you have the direct download link of the midlet
  • After you done, click on My projects
  • Click on New Project and name your project and click OK
  • Click on the listed project you just created (i.e. My Project)
  • Click on Add midlet and select the midlets by clicking on green coloured '+' button to add the desired midlets. (You can also add the same application by clicking twice)


(You may click on Permission button to set permission on your midlets, certify etc or don't touch that if you are not sure whats going)

  • Click on Build button to build the new combined midlet
You will be given download links for both Jar and Jad file of the combined midlet if everything goes fine.

Download and test it on your phone. If it didn't worked then use the comment box below, I will be very happy to help you out.