Wednesday, May 22, 2013

Common Phone problems and solutions

 

PROBLEM 1 : Your Phone refuses to power.

SOLUTION AND RECOMMENDED ACTION:
  1. Check the on and off switch.
  2. Check battery voltage.
  3. Check if it can charge.
  4. Do a cross connection to check
  5. It may be a bad power ic.
  6. Use a computer software to flash it.


PROBLEM 2: Your phone refuses to charge.


SOLUTION AND RECOMMENDED ACTION:

1. Confirm if the charger is working by using a metre to read the output voltage.
2. Check the the fuseable resistor and change it if possible.
3. Check the charging poet tag to see if it has removed from the board, add a little soldering lead to clear the problem.

PROBLEM 3: Your phone drops into water or gets wet.

SOLUTION AND RECOMMENDED
ACTION:
1. You should quickly remove the battery.
2. Dismantle the phone and allow it to dry.
3. Use methylated spirit to clean the power contact
4. Park up your phone back and switch it on.
Note: you can use a hot air blower, sunshine, hot electricity bulb inside an enclosure to dry your phone. Do not make use of fire!

Friday, May 17, 2013

BB Q5 THE LASTEST BLACKBERRY THAT RUNS ON BB10





Since the launch of BB10, Blackberry have been releasing different phones that run on BB10. First it was Z10, then Q10 and now Q5 has been launched.
The Blackberry Q5 revolves around a 3.1-inch touchscreen and one of BlackBerry's classic physical QWERTY keyboards, which they are so proud of. The screen has an unusual resolution of 720 x 720px - the same as on the Q10, but this time it's an LCD unit. Inside the BlackBerry Q5 there's a dual-core 1.2Ghz CPU and 8 gigs worth of storage. There's a microSD slot to expand that, but the battery is not removable.

The new BlackBerry Q5 will be available in selected markets in Europe, the Middle East, Africa, Asia (including the Asia Pacific region), and Latin America, with availability beginning in July. The smartphone will be offered in black, white, red and pink.


Sunday, May 5, 2013

BLACKBERRY Q10 AVAILABLE



While Nigerians are still waiting for the almighty Q10,the wonderful looking Q10 went on sale in Toronto Wednesday, a day before other markets in Canada, giving the residents of the country’s largest city the first chance to snap up the keyboard-equipped device.
The Q10, which has a physical keyboard and a small touchscreen, is the second smartphone Waterloo, Ontario-based RIM has launched this year. The all-touchscreen Z10 was released in Canada in February, and has trickled out in other markets, including the U.S and Nigerian market especially in Lagos and Abuja.
While sales of the Z10 appear to be decent in some markets–like Canada and the U.K.–where the phones hit first, analysts have higher expectations for the Q10 that die-hard fans of the iconic BlackBerry keyboard have been holding out for it.
But first they have to find the phone. If shoppers didn’t pre-order a Q10 online, it was tough to find one in stores in central Toronto.
But currently the Blackberry Q10 is available in Canada. However the Q10 was said to be available in Nigeria on the the 2nd of May 2013 which i am yet to believe.

How to Reset Password on Blackberry Z10

How to Reset Password on Blackberry Z10


Password is indeed very good for security reasons but when you forget it,then you are in for trouble. Just today, a friend met me in Apapa and said that he is ready to pay N5000 to reset his BB Z10 password. 

Sunday, April 28, 2013

IPHONE 6

Short of words because i do not know what to say about this amazing  Iphone 6. So i will just keep quite and let you watch the video

Tuesday, April 23, 2013

Saka just ported....many more can do same

​Wow! I was filled with a new kind of joy that i have never experienced before when i saw Saka video clip. The greatest Icon of the Etisalat advert home just switched to the best network in Nigeria. He is still retaining his 0809ja number but now on MTN network. Let's give Saka a standing ovation and borrow that his amazing smile. MNP is here!!! Let's spread the good news to Nigerians as so many still do not have knowledge of MNP.

Thursday, April 18, 2013

How to Edit the Code of a Joomla Template

 
Below is how you can edit a joomla template and make it look like you did the whole job. An average Nigerian is now a web designer all because Joomla has made everything easy.
 
 
image0.jpg
When you customize a template in Joomla, you typically make changes to its CSS code.
To open a template’s CSS file for editing, follow these steps:
  1. In the template’s Details page, click the Edit CSS button.
    The Customize Template page opens. This page lists the CSS files associated with the template — usually, a lot of them.
    image1.jpg
  2. Click the name of the style you want to edit.
    The style’s CSS file (template.css) opens for editing in Template Manager.
    image2.jpg
The template.css file is a long one — about 16 pages — and that’s just one of the files that goes into a Joomla template. It’s a bona-fide CSS file, and here’s how it starts:
/*****************************/
/*** Core html setup stuff ***/
/*****************************/
html {
 height: 100%;
 margin-bottom: 1px;
}
form {
 margin: 0;
 padding: 0;
}
body {
    font-family: Helvetica,Arial,sans-serif;
    line-height: 1.3em;
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    color: #333;
}
a:link, a:visited {
    text-decoration: none;
    font-weight: normal;
}
a:hover {
    text-decoration: underline;
    font-weight: normal;
}
input.button { cursor: pointer; }
p { margin-top: 0; margin-bottom: 5px; }
img { border: 0 none; }
/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
    padding: 10px 0;
    margin-bottom: 1px;
}
div.center {
 text-align: center;
}
div#wrapper {
    margin-left: auto;
    margin-right: auto;
}
body.width_medium div#wrapper {
    width: 950px;
}
   .
   .
   .
Unfortunately, to edit this file you really have to know what you’re doing in CSS to make your own changes. (A good WYSIWYG code editor built into Joomla would be great for this situation.)
There’s a lot of debate about whether it’s better to use HTML tables or CSS to arrange components and modules in Joomla templates; both sides of the argument have strong points.
HTML tables, for example, are pretty rigid structures that make it hard for search engines to understand the content of your page. CSS implementations, on the other hand, vary widely from browser to browser, and some older browsers allow you to use only minimal CSS. The Beez template in Joomla is an example of a tableless CSS template.
As you can see, truly customizing a Joomla template is not something to be undertaken lightly. So how do you get the template you want? You can download it. There are Joomla templates online. Some are free while others require a small fee to download.

Popular Posts