Usually, Android-based smartphones purchased through various carriers are bundled with specific branded apps that may or may not be protected. Users who cannot afford to buy free-of-contract devices might want to remove these applications without tempering with the operating system.
Unfortunately, carriers that bundle their own-branded third-party applications install the applications directly into the Android operating system and not on the memory card, as usual.
y default, users do not have proper access to this area of the Android OS, where the applications are installed, thus they are unable to remove them.
The only way to remove these third-party apps would be to root your Android device and receive the Super User status.
However, for users who do not wish to “root” their devices, there's a simple way that they can stop or/and hide these applications from running in the background.
Any widgets that are displayed on the homescreen can be easily removed by tapping and holding the shortcut of the widget and drop it into the recycle bin.
Any other application that you might want to “remove” requires the installation of a third-party app called Advanced Task Killer, which can be downloaded from the Android market.
Advanced Task Killer enables users to “kill” any processes running on the Android smartphone and can also be set to auto-kill any application when the Android boots.
Once the applications have been stopped, you will only see their icons on the drawer. The process is reversible, so if you think you need one of the applications that you just “killed,” you can make the necessary setting in the Advanced Task Killer menu.
Even though the “killed” applications will continue to take up the same amount of storage space, at least they will not use up any of the phone's resources.
Complete uninstall of bundled third-party applications is only possible if they're not protected. This can be done with the help a free application called Uninstaller, which can be downloaded from Android Market.
Feel free to suggest your own Android tips and tricks, especially if you're an advanced user.
Showing posts with label how to. Show all posts
Showing posts with label how to. Show all posts
Sunday
How to Sync Firefox Add-ons, Bookmarks, Preferences, History
Do you have lots of Firefox add-ons installed? Ever wondered if there's an easy way to backup and restore your Firefox's add-ons, preferences, history, passwords, bookmarks, and even the opened tabs?
Look no further! We have the solution right here, and it is easier than you think. Even if we tested on Ubuntu 10.10, the following tutorial is for Linux, Windows and Macintosh users, and it will teach you how to keep your Firefox extensions, bookmarks, passwords, preferences, history and tabs in sync across multiple computers.
- Open Firefox and go to Tools -> Add-ons.
- Click on the "Get Add-ons" button, search for "firefox sync" (without quotes) and install it. Do not restart Firefox at this time!
- Search for "siphon" (without quotes) and install it.
- Restart Firefox!
- Create a new account for Firefox Sync, or login into an existing account. Please note that you will need the sync key if you are logging in into a different system that needs to be synchronized.
- Click the "Sync Options" button and select the "Replace all data on this computer with my Sync data".
- Click Done and Firefox Sync will restore your browser's bookmarks, passwords, history, tabs and preferences.
- Next, go to Siphon's settings and create a new account or login into an existing one. Once logged in, click the "Synchronize" button. Your backed up extensions will be available for installation. And if you are logging in for the first time, they will be backed up.
- Install all of your extensions and restart Firefox.
That's it! From now on, your Mozilla Firefox web browser will always be synchronized. Your Firefox's extensions, bookmarks, history data, preferences, and passwords will be in sync across all your machines.
Look no further! We have the solution right here, and it is easier than you think. Even if we tested on Ubuntu 10.10, the following tutorial is for Linux, Windows and Macintosh users, and it will teach you how to keep your Firefox extensions, bookmarks, passwords, preferences, history and tabs in sync across multiple computers.
- Open Firefox and go to Tools -> Add-ons.
- Click on the "Get Add-ons" button, search for "firefox sync" (without quotes) and install it. Do not restart Firefox at this time!
- Search for "siphon" (without quotes) and install it.
- Restart Firefox!
- Create a new account for Firefox Sync, or login into an existing account. Please note that you will need the sync key if you are logging in into a different system that needs to be synchronized.
- Click the "Sync Options" button and select the "Replace all data on this computer with my Sync data".
- Click Done and Firefox Sync will restore your browser's bookmarks, passwords, history, tabs and preferences.
- Next, go to Siphon's settings and create a new account or login into an existing one. Once logged in, click the "Synchronize" button. Your backed up extensions will be available for installation. And if you are logging in for the first time, they will be backed up.
- Install all of your extensions and restart Firefox.
That's it! From now on, your Mozilla Firefox web browser will always be synchronized. Your Firefox's extensions, bookmarks, history data, preferences, and passwords will be in sync across all your machines.
Labels:
bookmarks,
firefox,
Firefox add-ons,
history,
how to,
preferences,
synchronize
Thursday
How to Install LibreOffice in Ubuntu 10.10 and Ubuntu 10.04
However, the LibreOffice package are also available for Ubuntu 10.10 (Maverick Meerkat) and Ubuntu 10.04 LTS (Lucid Lynx) users. To remove OpenOffice.org from your system and install LibreOffice, follow the next step-by-step (with screenshots) tutorial.
Step 1 - Remove OpenOffice.org
Hit the ALT+F2 key combination on your keyboard, check the "Run in terminal" option and paste the following command in the "Run Application" dialog:
sudo apt-get purge "openoffice*.*"
A terminal window will appear. Enter your password when asked and hit the OK button.
When you will be asked if you want to remove the OpenOffice.org package, type Y and hit Enter. After this, the OpenOffice.org packages will be removed and the terminal window will disappear...
Step 2 - Add the LibreOffice repository
No matter what operating system you are running (Ubuntu 10.10 or Ubuntu 10.04), hit the ALT+F2 key combination on your keyboard, check the "Run in terminal" option and paste the following command in the "Run Application" dialog:
gksu add-apt-repository ppa:libreoffice/ppa
Enter your password when asked and hit the OK button. A terminal window will appear for a few seconds, and it will automatically close. Hit the ALT+F2 key combination again, check the "Run in terminal" option and paste the following command in the "Run Application" dialog:
gksu apt-get update
Enter your password when asked and hit the OK button. A terminal window will appear for a few seconds, and it will automatically close.
Step 3 - Install LibreOffice
Hit the ALT+F2 key combination on your keyboard, check the "Run in terminal" option and paste the following command in the "Run Application" dialog:
sudo apt-get install libreoffice libreoffice-gnome language-support-en
A terminal window will appear. Enter your password when asked.
When you will be asked if you want to install the LibreOffice packages, type Y and hit Enter. Wait for the installation to finish...
That's it! LibreOffice is now completely installed in your Ubuntu machine.
Step 1 - Remove OpenOffice.org
Hit the ALT+F2 key combination on your keyboard, check the "Run in terminal" option and paste the following command in the "Run Application" dialog:
sudo apt-get purge "openoffice*.*"
A terminal window will appear. Enter your password when asked and hit the OK button.
When you will be asked if you want to remove the OpenOffice.org package, type Y and hit Enter. After this, the OpenOffice.org packages will be removed and the terminal window will disappear...
Step 2 - Add the LibreOffice repository
No matter what operating system you are running (Ubuntu 10.10 or Ubuntu 10.04), hit the ALT+F2 key combination on your keyboard, check the "Run in terminal" option and paste the following command in the "Run Application" dialog:
gksu add-apt-repository ppa:libreoffice/ppa
Enter your password when asked and hit the OK button. A terminal window will appear for a few seconds, and it will automatically close. Hit the ALT+F2 key combination again, check the "Run in terminal" option and paste the following command in the "Run Application" dialog:
gksu apt-get update
Enter your password when asked and hit the OK button. A terminal window will appear for a few seconds, and it will automatically close.
Step 3 - Install LibreOffice
Hit the ALT+F2 key combination on your keyboard, check the "Run in terminal" option and paste the following command in the "Run Application" dialog:
sudo apt-get install libreoffice libreoffice-gnome language-support-en
A terminal window will appear. Enter your password when asked.
When you will be asked if you want to install the LibreOffice packages, type Y and hit Enter. Wait for the installation to finish...
That's it! LibreOffice is now completely installed in your Ubuntu machine.
Labels:
how to,
Install,
LibreOffice,
Linux,
Ubuntu 10.04,
Ubuntu 10.10
Wednesday
How to Install KDE SC 4.6.0 on Ubuntu 10.10
Note: To eliminate the "terminal madness" for Linux beginners, we've used apt-url links in this tutorial. So, just click the links where it says "click the 'Install' button to install..." and a confirmation dialog will appear. Special thanks go to the Kubuntu developers for preparing the KDE SC 4.6.0 repos in such a short time, as usual!
Step 1 - Add KDE SC 4.6 Repositories
Hit the ALT+F2 key combination on your keyboard, check the "Run in terminal" option and paste the following command in the "Run Application" dialog:
gksu add-apt-repository ppa:kubuntu-ppa/backports
Enter your password when asked and hit the OK button. A terminal window will appear for a few seconds, and it will automatically close.
Hit the ALT+F2 key combination again, check the "Run in terminal" option and paste the following command in the "Run Application" dialog:
gksu apt-get update
Step 2 - Install KDE SC 4.6
All you need to do now is click the link below...
Click here to Install KDE SC 4.6
Wait a few seconds, and the Ubuntu Software Center application will appear. Click the "Install" button on the new window, to install the KDE SC 4.6.0 packages (enter your password when asked)...
Wait for the KDE SC 4.6 packages to be downloaded and installed...
...when the installation is over close Ubuntu Software Center and reboot the computer.
At the login screen, click on your username, go to the Session menu and select the KDE entry. Input your password and voilà ... KDE4 fun on your Ubuntu desktop!
Note: If you have autologin enabled, you will not be able to select the KDE session. So you need to log out from the GNOME session and select KDE from Session menu.
Step 1 - Add KDE SC 4.6 Repositories
Hit the ALT+F2 key combination on your keyboard, check the "Run in terminal" option and paste the following command in the "Run Application" dialog:
gksu add-apt-repository ppa:kubuntu-ppa/backports
Enter your password when asked and hit the OK button. A terminal window will appear for a few seconds, and it will automatically close.
Hit the ALT+F2 key combination again, check the "Run in terminal" option and paste the following command in the "Run Application" dialog:
gksu apt-get update
Step 2 - Install KDE SC 4.6
All you need to do now is click the link below...
Wait a few seconds, and the Ubuntu Software Center application will appear. Click the "Install" button on the new window, to install the KDE SC 4.6.0 packages (enter your password when asked)...
Wait for the KDE SC 4.6 packages to be downloaded and installed...
...when the installation is over close Ubuntu Software Center and reboot the computer.
At the login screen, click on your username, go to the Session menu and select the KDE entry. Input your password and voilà ... KDE4 fun on your Ubuntu desktop!
Note: If you have autologin enabled, you will not be able to select the KDE session. So you need to log out from the GNOME session and select KDE from Session menu.
Labels:
how to,
Install,
KDE SC 4.6.0,
Linux,
Ubuntu 10.10
Tuesday
Manage iPhone's SpringBoard Icons on Ubuntu
As you all probably already know, iPhone devices are supported in Linux distributions, such as Ubuntu 10.04 (Lucid Lynx) or Ubuntu 10.10 (Maverick Meerkat), all thanks to an amazing library called libimobiledevice.
The SpringBoard is the screen where all of your installed applications are displayed. You can easily rearrange the icons on your iPhone device if you hold your finger on an icon, for a few seconds, until they start jiggle.
But, if you want to manage the SpringBoard icons on your Linux operating system, you can do that with the SBmanager application. And, today's tutorial we will teach how to install this application, tested on Ubuntu 10.10 (Maverick Meerkat) operating system.
Download the SBmanager application from here, double click the file and install it. Enter your password when asked, and wait for the installation to finish. You can close Ubuntu Software Center when the installation ended.
The SpringBoard is the screen where all of your installed applications are displayed. You can easily rearrange the icons on your iPhone device if you hold your finger on an icon, for a few seconds, until they start jiggle.
But, if you want to manage the SpringBoard icons on your Linux operating system, you can do that with the SBmanager application. And, today's tutorial we will teach how to install this application, tested on Ubuntu 10.10 (Maverick Meerkat) operating system.
Download the SBmanager application from here, double click the file and install it. Enter your password when asked, and wait for the installation to finish. You can close Ubuntu Software Center when the installation ended.
Now connect you iPhone, and open SBmanager from Applications -> Accessories...
The application will immediately load your SpringBoard icons and you will be able to rearrange them as you like...
Don't forget to save before closing the app. That's it!
Of course, these days you can do a lot more in Linux with your iPhone, like sharing music, videos, podcasts, audiobooks, or updating, backing up, restoring the iOS operating system, activate your device, access the filesystem, share documents and manage files, use USB Internet tethering, use TCP tunneling, install, uninstall and archive applications, and many more.
Of course, these days you can do a lot more in Linux with your iPhone, like sharing music, videos, podcasts, audiobooks, or updating, backing up, restoring the iOS operating system, activate your device, access the filesystem, share documents and manage files, use USB Internet tethering, use TCP tunneling, install, uninstall and archive applications, and many more.
How to be safe RapidShare Phishing?
There has been a huge increase in people trying to "phish" rapidshare accounts. I would suspect most of you know, but if you don't know what it is, its when a person uses a false link to redirect you to an identical rapidshare login page, in which once you submit your login, the details are sent to the user and they could steal your accounts.
Signs of possible phishing sites:
Signs of possible phishing sites:
- Most of the time, they are used by link-protection sites. Also, if you are brought to a rapidshare login, check the link and make sure its the correct rapidshare login URL. If your not sure, for extra safety, go back to the rapidshare homepage and if your not logged in, do it there so you know your at the correct page.
What do I do if I find a person with a "phished" link, and what happens to them? - Report, Report, Report. Once reported we will remove the topic from public view and most likely the person will be BANNED. Thats right, no warn, BANNED.
Is it only Rapidshare phishers? - So far it has only been for rapidshare accounts, but that does not mean its only for rapidshare. People will most likely phish for other popular uploading site accounts, so beware.
This is crap, so what happens if I get phished? - We can only TRY to prevent it, but we are not responsible if you fall for it. If you loose your account, though, contact RS, MU, whatever and see what they can do. If you feel like you have entered your info in a fake site, CHANGE YOUR PASSWORD IMMEDIATELY!
Is there anything else I should be on the lookout for? - Yes, topics such as "Premium Accounts," or "~ If you are reading this report this SPAMMER to a moderator ~," are also very dangerous. These topics contain a small .exe file with various files used to obtain info on your machine. If you come across these topics, REPORT AND DO NOT DOWNLOAD.
Labels:
account,
how to,
password,
phishing,
rapidshare
How to download/install warez files
Hey!
You are new in warez scene? Don't have any idea how to download or install those files? You are confused why they all are in .rar format? I will explain..
Firstly, all files (movies, games, music or apps) are in .rar or .001 format. This is because most of file hosters like rapidshare or uploading.com allows only 100-200mb max file size. So we have to spilt those games or movies into some pieces and then upload them. Also, .rar format is very handy for us, because warez- cracked stuff only, so in .rar formated file you will find not only the stuff you know or search, but also a crack or keygen or just an explanation how to use it for free
Secondly, how to download your chosen file?
It is very easy! All what you need to do, is copy the download link (it should look like this):
http://uploading.com/files/KAU231TW/Total_Commander_7.50_Beta_5_Portable.rar.html
Now as you can see, you should click on download file and then free download (with free download you must wait 60-90 seconds to begin downloading, also there are some limitations, like 200mb/24hours or limited download speed). So not a bad idea is to buy the premium account, it is easy and absolutely safe. Paying 10$/month you will be able to download as much files, as you want without any limitations or pop-ups.
Finally, how to install chosen file?
If you downloaded music or movie, you need just double click on one of your downloaded .rar file and extract it (all other files like part02.rar part03.rar will be extracted automatically).
If you downloaded game or software, you also need to extract it and then read installation instructions if provided. But in most cases, you just need to install original file, and then search for the crack or keygen (cracked original serial code).
After these steps, Enjoy the free warez world!
You are new in warez scene? Don't have any idea how to download or install those files? You are confused why they all are in .rar format? I will explain..
Firstly, all files (movies, games, music or apps) are in .rar or .001 format. This is because most of file hosters like rapidshare or uploading.com allows only 100-200mb max file size. So we have to spilt those games or movies into some pieces and then upload them. Also, .rar format is very handy for us, because warez- cracked stuff only, so in .rar formated file you will find not only the stuff you know or search, but also a crack or keygen or just an explanation how to use it for free
Secondly, how to download your chosen file?
It is very easy! All what you need to do, is copy the download link (it should look like this):
http://uploading.com/files/KAU231TW/Total_Commander_7.50_Beta_5_Portable.rar.html
Now as you can see, you should click on download file and then free download (with free download you must wait 60-90 seconds to begin downloading, also there are some limitations, like 200mb/24hours or limited download speed). So not a bad idea is to buy the premium account, it is easy and absolutely safe. Paying 10$/month you will be able to download as much files, as you want without any limitations or pop-ups.
Finally, how to install chosen file?
If you downloaded music or movie, you need just double click on one of your downloaded .rar file and extract it (all other files like part02.rar part03.rar will be extracted automatically).
If you downloaded game or software, you also need to extract it and then read installation instructions if provided. But in most cases, you just need to install original file, and then search for the crack or keygen (cracked original serial code).
After these steps, Enjoy the free warez world!
Monday
How to Install Firefox 4 in Ubuntu 10.10, 10.04 and 9.10
The following tutorial will teach every Ubuntu 10.10, Ubuntu 10.04 LTS and Ubuntu 9.10 user how to install the current development version of the upcoming Mozilla Firefox 4 web browser.At the request of many of our readers, we've created this tutorial to guide them with the installation of the popular Mozilla Firefox 4 web browser. However, be aware that this version is still in development and it may crash often!
The Mozilla Firefox 4 packages are available for the following Ubuntu distributions:
· Ubuntu 10.10 (Maverick Meerkat);
· Ubuntu 10.04 LTS (Lucid Lynx);
· Ubuntu 9.10 (Karmic Koala).
To install Mozilla Firefox 4 on your system follow the next step-by-step (with screenshots) tutorial.
Step 1 - Add the Firefox 4 repository
No matter what operating system you are running (Ubuntu 10.10, Ubuntu 10.04 LTS or Ubuntu 9.10), hit the ALT+F2 key combination on your keyboard, check the "Run in terminal" option and paste the following command in the "Run Application" dialog: gksu add-apt-repository ppa:ubuntu-mozilla-daily/ppa
Enter your password when asked and hit the OK button. A terminal window will appear for a few seconds, and it will automatically close. Hit the ALT+F2 key combination again, check the "Run in terminal" option and paste the following command in the "Run Application" dialog: gksu apt-get update
Enter your password when asked and hit the OK button. A terminal window will appear for a few seconds, and it will automatically close.
Step 2 - Install Firefox 4
Hit the ALT+F2 key combination on your keyboard, check the "Run in terminal" option and paste the following command in the "Run Application" dialog: sudo apt-get install firefox-4.0
A terminal window will appear. Enter your password when asked.
When you will be asked if you want to install the Firefox 4 packages, type Y and hit Enter. Wait for the installation to finish...
That's it! Firefox 4 is now completely installed in your Ubuntu machine. You can start it from Applications -> Internet -> Minefield 4.0 Web Browser...
In time, Mozilla Firefox 4 will automatically update to newer versions, so make sure you update your system regularly. Mozilla Firefox 4 will also be the default web browser in the upcoming Ubuntu 11.04 (Natty Narwhal) operating system.
Labels:
firefox 4,
how to,
Linux,
software,
Ubuntu 10.10
Kaspersky Mobile Security
How to use:
http://hotfile.com/dl/102445324/4a5ad25/kASmob__Thewarezscene.org_King.rar.html
http://rapidshare.com/files/446550956/kASmob__Thewarezscene.org_King.rar
- Install Kaspersky Mobile Security into your phone (KMS_v9.0.52.sisx) than restart.
- Run KMS v9.3 and exit.
- Install Kaspersky v9 Patcher (KTool_v2.9.3.63.sis).
- Install runtime.
- Open full access to drive C:/ You can do this by app HelloOX, HelloCrbide, ROMPtcher (Open4ll) turn it on.
- When all installation is complete, you'll can patch your license by opening ktool->menu->license patch.
- Done. Now you have a patched license until Y2049.... :)
http://hotfile.com/dl/102449534/f7df271/kASmob___Cysforum.com_King.rar.html
http://rapidshare.com/files/446552507/kASmob___Cysforum.com_King.rarhttp://hotfile.com/dl/102445324/4a5ad25/kASmob__Thewarezscene.org_King.rar.html
http://rapidshare.com/files/446550956/kASmob__Thewarezscene.org_King.rar
Tuesday
How to Aktivating Kaspersky 2011 (KIS & KAV KEYS)
1- Disable your internet connection
2- Delete previous license
3- Activate using the including code in the folder (you must be disconnected from the internet), the kaspersky will inform you that it can't verify the license and asks you to Browse for an existing license from your folders
4- Navigate to the licenses folder & use a working one
5- Update Kaspersky database
Activating Kaspersky 2011 license using key file:
1. Open Kaspersky 2011 License Manager (from lower right corner).
2. Click ‘Activate the application with a new license’ button. (Delete any trial key first if you want, by clicking the red X next to the key).
3. Select ‘Activate commercial version’ and enter the activation license code as 11111-11111-11111-1111X
4. Click Next, an error dialog box will open saying ‘wrong activation code’ as shown:
5. Click Ok and you will then get the option to activate kaspersky using a key file.
6. Browse to the key location on your computer and activate kaspersky.
http://hotfile.com/dl/100945044/d7f1d89/01FebKk.rar.html
Labels:
antivirus,
how to,
kaspersky,
kaspersky 2011,
software
Subscribe to:
Posts (Atom)

















