Showing posts with label Android. Show all posts
Showing posts with label Android. Show all posts

April 2, 2013

Notes for noob Android users!

I've had a slew of new Android smartphone users around me, including my mom! So imma share a few things I end up repeating and have experienced with all of 'em on the qwerks of Android.

The keyboard is switchable!

Long-press a blank text box to access Input Methods and see what options you have. I highly recommend getting Swype. On most new phones it's available in Input Options, you just have to enable it. It will take you a few minutes to get used to it, trust me. You'll spend much less time typing, and correcting what you type. If it's not on your phone, get it off Swype.com as it doesn't appear on Google Play (at least for me).

When adding contacts, choose to store them in your Gmail account:

This way, it auto-syncs (provided you turn on the phone-wide sync once in awhile, if you leave it switched off). You don't need to use backup apps included by the phone manufacturer this way. If you're using a Nexus phone this would be the default, this one's more for the rest of us. Also, it is easier to sort your contacts, as you can open up Gmail on your computer and sort it there, and it would sync to your phone. If you're importing contacts from another phone, if you can figure out a way to get it into Gmail, then you've got it on your phone too!

Same goes for Calendaring, I prefer to use Google Calendar, or an app that runs on top of Google Calendar. This way, you only need a browser on your computer to access it. You get the drift, use the services provided by Google, it's easier on the phone, while syncing and backups become a non-issue.

There is more than one button! 

This is mostly for the Apple people. In addition to the Home button, there is a Menu button, usually a hardware or (more elusive) touch button, which will reveal much when pressed! Many apps have no indication that there is a menu with awesome options hidden away inside it. So remember, you have a Menu Button!

Most phones will have you signed in to Google Talk, and you won't know this. People will message you, and you might not know this also! So do remember to check, or sign out of it.

Tips for saving battery: 

- Explore apps on your phone and see what else you're signed into or which apps you don't use are running in the background. Turn them off or remove them altogether.

- Turn off sync: You can switch it off for your entire phone, or selectively turn off certain apps under Settings, if you really need your email but want to avoid things like Facebook, for example.

- Adjust your screen's brightness settings. Large screens can drain batteries real fast.

- 3G/4G connections will use up the most amount of battery. Switch to Wi-fi or 2G for a longer battery life. Or turn off all data connections for a way longer battery life and some notification-free silence!

- Get an app like Juice Defender which will help you conserve battery.

Security-wise:

Lookout is one of my favourite apps. It keeps bugs out of your phone, and in the event of a lost phone it can help you out. And if you've synced everything to Google you'll never have to worry about losing much with a dead/lost phone.

I know I haven't gone in to detail on the how-to's, but now that you know what to do, you can refer to your manual or look it up!

January 17, 2012

Out of internal memory on your Android phone?


This is a problem that is going to be a problem of the past soon, but till then some of us still gotta deal with it. My LG Optimus One has an useless amount of internal memory (170Mb user accessible according to GSMArena). It's a bitch when free space goes below 20Mb, everything stops syncing.. and then there came that day where I couldn't move/remove anymore apps, or had no more caches to clear!

Here's METHOD ONE, which got me a decent amount of space (via Androinica):


1. First you have to enable USB debugging on your Android device from Settings > Applications > Development > USB debugging.
2. Now you need to download and install the Android SDK. Once you’ve downloaded and extracted the package to the folder of your choice, run SDK Setup.exe and click on Available Packages to the left. If you get an error message at this point, enable “Force https://…” in the Settings. From the list of available packages, select “Usb Driver package”, click on the Install Selected button in the bottom right corner and follow the prompts.
3. Connect your phone to your computer with a USB-cable. Your OS will prompt you to install new drivers. Choose to install them from the android-sdk/usb_driver folder. Do not mount your device; you only need to plug-in the cable.
4. Next, run a command prompt and navigate to the Android-SDK\tools folder. In Windows, this is done by selecting Run from the Start Menu (or by pressing Win+R) and typing cmd. You change drives in the command prompt by entering the drive letter followed by a colon (:), and change folders with the CD command. For example, to enter the Android-SDK folder, simply type cd android-sdk.
(Update: I believe this folder is different in the newer SDKs, look for a text file with updated file locations. It's in there somewhere!)
5. In the Android-SDK\tools folder, type in adb devices and you should get a serial number starting with “H” in return. All you have to do next is entering adb shell pm setInstallLocation 2. VoilĂ , you’re done! Android will now install apps to the SD card by default.
6. To switch back to storing software on the internal memory, enter adb shell pm setInstallLocation 0.


Install App 2 SD and it will let you move out some apps to SD that you couldn't earlier, and help you clear out some caches you may have missed.

That last me a couple of months, until I got a few more apps and got stuck again!


Here's METHOD TWO in summary:

1) Root you phone:

Google for your phone model and Android version to find the right tools. I used SuperOneClick and the GingerBreak method. Note: you don't have to install a custom ROM, just root your phone only.

2) Partition your SD card so that it has two partitions:

Connect your phone to your computer, mount the SD card and partition it. I used Magic Partition Manager  on my PC.
- Shrink the existing partition to make space for a 2nd partition
- I created a FAT32 partition in the new space
- Don't forget to make it a primary partition
- Mount it and reboot your phone

3) Install Link2SD

Enable USB Debugging on your phone. In the app's options, select Create Link. You'll have to reboot your phone once or twice (follow instructions given in the app each time you open it after booting)

If all goes well, you will be able to move more apps from within Link2SD, and  if you can't move them you can create a link to the partition on SD.


After all that madness I've recovered a measely 15mb or so of internal memory.. which is big deal! Now lets see how long it last.