Skip to main content

Maximise your gadget’s life…


Your device have good lithium ion batteries that put you in a dillema of choosing over charging your device day in day out or to wait till it sinks to 0% and then charge it for an hour or so……
To take you out of this very dillema , here are the steps how to maximise the battery life of your gadgets.
1. Don’t let it drop below 30%. Charge your devices multiple times a day in short charge bursts. The average capacity is 40 to 70 perc3nt and anuwhere below 30 percent can give you good charging time…
2. If you are planning to store it for a longer period , then charge it upto or drain yhe charge upto 50%. If it is 100 , drain it to 50.
3. Do not leave your gadget in places that tend to get very hot , say , in a car on a hot afternoon as temperatures  above 36 degress can permanantly damage your gadget’s battery.
4.  It is OK to leave your mobile phone plugged in at night for charging but the mobile case could be an issue. The heat generated during the charging needs an exit vent and if the design of your mobile case doesn’t allow that, it maybe a good idea to remove the case before plugging-in the charger.
We hope that these steps will help you like they helped us..;♢

Comments

Popular posts from this blog

How to Use the NETSH Command to Change from Static IP Address to DHCP

You can use the netsh command in Windows 2000 to script the process of changing a computer from a static Internet Protocol (IP) address to Dynamic Host Configuration Protocol (DHCP) or vice versa. The netsh command accomplishes this task without the need to restart the computer. This feature is particularly useful for laptops that move from one environment to another, when it is necessary to use statically assigned IP addresses at one location and DHCP assigned IP addresses at another. To switch the specified adapter from a static address to DHCP, type the following command: netsh interface ip set address “Local Area Connection” dhcp NOTE: Typing this command changes the interface named “Local Area Connection” to DHCP. To display all of the adapters in the computer with their current IP addresses to determine the correct adapter name, type the following command: Netsh interface ip show config To change to a static address, type the following command: netsh interface ip set ...

Can I determine if my computer has a key logger installed? – YES!!!

Detecting keyloggers is as simple as looking in the right place (which may or may not be simple depending on your viewpoint). The problem is knowing what to look for and where. What follows is a non-exhaustive few things you could do to check for keylogging modules. Firstly, the obvious easy way to build a keylogger is to use DLL Injection which can be achieved a number of ways. Most of these will result in a DLL showing up as mapped to the process’s address space. Take a look at this picture: What is the topmost entry in that list? It’s a pyd , or python extension, file. I’ve been messing with python-implemented COM servers and as a result, the DLL is loaded into Windows Explorer’s address space. DLL Injection of the keylogging variety will load its DLL into all of the target address spaces – can’t capture everything if you don’t. So one thing to look out for would be strange DLLs you cannot attribute to products whose purpose you know. They’ll show up in this list for...

Live inside technology

Microsoft doesn’t just want you to use the latest Windows; it wants you to live inside of it. The company has revealed the HoloLens, a wearable holographic computer launching alongside Windows 10 that lets you project Windows apps onto the surfaces of your home or office. Holographic Fetus & Other Incredible 3D Tech 3D scanners are enabling us to see all kinds of things we’ve never dreamed of witnessing before. Microsoft outlined some of the uses of HoloLens in a demo video, which showcases how Windows apps can come to life once you put the headset on. Some examples include the ability to see Windows app icons on your kitchen cabinet, project a Skype call onto your wall and even physically manipulate a Minecraft world that’s laid out on your coffee table. The HoloLens itself is a black headset with a circular plastic headband and sunglass-like, see-through lenses in the front. The device uses a “high-end” processor and GPU, with an additional holographic processing uni...