- To get started, you'll need to install File Expert on your tablet; it's available for free from Android Market.
- Run File Expert, making sure to allow Superuser access.
- Tap Menu, Settings, File Explorer Settings, and enable Root Explorer.
- Navigate to the /data/data folder (see above), then locate com.android.phone.
- Tap and hold on com.android.phone, then choose File Operations, Delete.
- Navigate back to the top-level directory (/), then go to system/app.
- Tap the tablet's Menu button, then choose Mount, Mount as Read Write.
- Scroll down until you find Phone.apk, tap and hold it, then choose File Operations, Delete.
- Power off your tablet, then restart it.
My Android Apps and Updates
Sunday, February 26, 2012
Boost Battery Life Manually
Friday, February 24, 2012
3G Configuration
Compatible 3G USB pluggits
Globe Tattoo, SmartBro, Sun Broadband:
E1553
E153
E1552
E220
E230
E160
E165
E1550
3G settings:
Globe
Profile Name: any
APN: http.globe.com. ph
access number: *99***1#
SUN
Profile Name: any
APN: minternet
access number: *99#
SMART
Profile Name: any
APN: smart
access number: *99#
Wednesday, February 22, 2012
Ubuntu Adventures
note: before executing the os or apps updates, select the fastest server first:
[Ubuntu Software Center>edit>Software sources, Ubuntu Software TAB>Click Download From>Others, Choose the fastest server automatically
note: After installing Ubuntu 11.10 w/o 3rd party for faster completion, install updates one by one for easier update save.

There could be several reason for this error:
[Ubuntu Software Center>edit>Software sources, Ubuntu Software TAB>Click Download From>Others, Choose the fastest server automatically
note: After installing Ubuntu 11.10 w/o 3rd party for faster completion, install updates one by one for easier update save.
Setup Printer Canon IP2770 | Ubuntu 11.10
December 19, 2011 | Posted by loewyi under Info, Linux |
Printer is a peripheral which produces a text or graphics of documents stored in electronic form, usually on physical print media such as paper or transparencies. [Wiki] Not all printers are detected in ubuntu 11.10, as well as canon ip2770 which can not be detected automatically. It required manual way to install it. In this tutorial will explain how to setup printer canon ip2770 in Ubuntu 11.10.
Here are step-by-step to setup printer canon ip2770 in Ubuntu 11.10:
- You have to download the canon ip2770 driver from http://support-asia.canon-asia.com/
- Open your terminal, go to the folder where the driver canon ip2770 had been downloaded and then extract the “tar.gz” file.
tar xvf cnijfilter-ip2700series-3.30-1-i386-deb.tar.gz
- Go to “cnijfilter-ip2700series-3.30-1-i386-deb” directory:
cd cnijfilter-ip2700series-3.30-1-i386-deb/
- Then go to “packages” directory
cd packages/
- After that install all the packages inside it by doing this command:
sudo dpkg -i *.deb
- After the installation proses is done, go to “System > Preferences > Printers” then it will show like this
- Choose ip2700-series, turn on your printer, and then “Print Test Page” to make sure that printer is can be use.
Ok that’s for how to Setup Printer Canon ip2770 in Ubuntu 11.10. Thanks for stopping by and read some posts on this website, hopefully this info is useful for every one who need it. See you in another tutorial and don’t forget to leave a comment for me.
Install Google Earth and Fix ugly fonts problem in Ubuntu 11.04 Natty
THIS POST WAS WRITTEN BY ADMIN ON APRIL 30, 2011
POSTED UNDER: INTERNET
POSTED UNDER: INTERNET
After installed Ubuntu 11.04 Natty Narwhal, one thing you might want is to install Google Earth. Follow is how to install Google Earth 6 from google official site and fix the bad looking fonts problem.
Install Google Earth from google official site
1.) Choose to download deb package for Debian/Ubuntu from the official site.
2.) In Ubuntu Software Center, make sure
lsb-core
has been installed.
3.) Double click to install the deb downloaded in step 1, or use:
sudo dpkg -i google-earth-stable_current*.deb
Fix ugly, unreadable fonts
I just ran the Google Earth 6 in Ubuntu 11.04 64-bit, and its fonts looks ugly. See the picture:
I found an easy way to fix it on official help forum that is to install the MS TrueType font package:
sudo apt-get install ttf-mscorefonts-installer
then, logout and back in.
Related posts:
- How to Install Google Earth 6 Beta in Ubuntu (with some problem fixed)
- How to install Google Earth in ubuntu 9.04
- How to install Google Earth in Ubuntu 10.10 Maverick
- “signal out of range” problem after Ubuntu 11.04 Natty Installed
- Install Skype on Ubuntu 11.04 Natty Narwhal (32&64-bit)
unable to lock the administration directory (/var/lib/dpkg/) is another process using it
It happens quite often that we encounter errors while trying to run an update in Ubuntu. There are several type of errors and in this post we will see how to solve some of the most common errors encountered during update of packages in Ubuntu.
Error 1: E:Encountered a section with no Package: header, E: Problem with MergeList
Sometimes running the updates in the Update Manger results in the following error:
Could not initialize the package information.
An unresolvable problem occurred while initializing the package information.
Please report this bug against the ‘update-manager’ package and include the following error message:
‘E:Encountered a section with no Package: header, E: Problem with MergeList /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_natty_main_binary-amd64_Packages, E:The package lists or status file could not be parsed or opened.’
A similar error occurs while running the apt-get update command in terminal:
Reading package lists… Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_natty_main_binary-amd64_Packages
E: The package lists or status file could not be parsed or opened.
There is a one shot solution to the above errors. Open the terminal and run the following commands in the given order:
sudo rm -rf /var/lib/apt/lists/* sudo apt-get clean sudo apt-get update
Hope that solves the above mentioned problems. Now lets move on to another type of error.
Error 2:E: Could not get lock /var/lib/dpkg/lock – open (11: Resource temporarily unavailable)
A very common error while installing an application or updating a package is following:
E: Could not get lock /var/lib/dpkg/lock – open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
The reason is quite obvious from the error itself “another process using it”. Which means another process is already using the mentioned directory (necessary for the application to be installed) through Synaptic Package Manager, Update Manger, terminal or Ubuntu Software Center.
The idea would be to look for another application which is being installed or update it. Wait for it to finish the installation or cancel it. If you cannot see the application then try running this command in the terminal to solve this error:
sudo rm /var/lib/apt/lists/lock
Error 3: The action would require the installation of packages from not authenticated sources
I faced a strange situation today when I ran the Update Manager in Ubuntu. It showed me a number of updates to be installed and when I clicked on Install Updates it showed me the following error:
The action would require the installation of packages from not authenticated sources
There could be several reason for this error:
- Software is restricted by copyright or legal issues
- The Software is from Canonical Partner and has not been added to Source List
- The application has been installed form its source code
- Missing public key of the application
If you do not know which is the root cause of error, then follow the instructions for each of them and then you can find it out. Lets see how to tackle these problem one by one:
(i) Software is restricted by copyright or legal issues
Run the Update Manager. And go to Settings as shown in the pic below:
Now here, go to the Ubuntu Software tab and make sure that Software is restricted by copyright or legal issues field is checked. Close the settings and install updates now.
(ii) The Software is from Canonical Partner and has not been added to Source List
In the Update Manager Settings, go to Ubuntu Software tab and include the Source Code for updates like in the pic below:
(iii) The application has been installed form its source code
In the Update Manger Settings, go to Ubuntu Software tab and check the Source Code option:
(iv) Missing public key of the application
Open the terminal (Ctrl+Alt+T) and run the following command:
sudo apt-get update
Now wait till it finishes and see if you see something like this:
W: GPG error: http:/something.something Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY XXXXXXXXXXXXXXXX
Note down the numbers you see after NO_PUBKEY. This error is because the application’s public key has not been added. To solve the error use the following command in the terminal:
sudo apt-key adv --recv-key --keyserver keyserver.ubuntu.com XXXXXXXXXXXXXXXX
After adding the missing public key run the following command (again):
sudo apt-get update
I hope it helps solve your problem. Do provide us your feedback and if you are facing errors other than this do let us know. Comments section is all yours. Enjoy :)
A full Ubuntu desktop, on your docked Android phone
Due to internet speed struggle, I found out that Android OS still can run my internet browser even with the very slow and inconsistent internet connection. And because I heard Android OS originated with the opensource Linux, I downloaded the OS and followed the instructions of how to test the demo CD Ubuntu 11.10 in my PC. And yes! it rocked! so this time I'm trying the Ubuntu installed in my hard drive. If it all goes well, then this OS will be permanent in my 2nd PC.
http://www.ubuntu.com/devices/android
http://www.ubuntu.com/devices/android
Thursday, February 16, 2012
Read this first before you let me modify your tablet.
Uberoid 10.1 ramcadag package build 7
Rom modification changelog
>updated youtube to version 2.3.4>added Antutu Battery Saver Pro
>added tweetcasterPro (tweeter app)
>added google currents
>updated Market 3.4.4
>updated facebook 1.7.2
>included Espier launcher
>included Windows 7 Launcher
>Added Dropbox
>moved unecessary applications to Localdisk/Downloads
>fixed 3G support (replaced busybox-1.16.0.mvl5_v5t)
>enabled touchscreen calibration (replaced default.prop with build.prop)
What is ROM? | Rom is
the build version of your tablet’s Operating System. When you buy a brand new tablet whether it is branded tab
or Chinese tablet it only runs at stock rom.
What is ROOTING? | Rooting is replacing a
hacked android installer to the device
in order to be able to tweak it to its limit
of performance. Device with non-rooted OS has a bunch of disadvantages when it comes to
upgrading a device.
Why do you need to |rom in newly purchased tab uses a
stock rom or stock froyo which doesn’t
upgrade your ROM? | include
advanced settings and permissions.
Many android tablet consumers
ends to selling their tablet to someone else because of not being
satisfied by its performance.
PILITIN MONG PAGANAHIN NG MAS MABILIS KAYSA ORDINARYONG TABLET. That
is why I started to research using all my resources about how to optimize a tab using my own tablet as
an experiment subject.
WHAT YOU ARE PAYING IS NOT JUST ABOUT ME -
BOOTING YOUR DEVICE USING SOMEONE ELSES ROM BUILD BUT THE HOURS, DAYS, NIGHTS
of RESEARCH OF HOW TO TWEAK A TABLET FOR BETTER PERFORMANCE while you, are just
relaxing and reaping all the benefits of the settings tweak for a inhumane
price. You can let me upgrade your tab or go to someone else. I don’t care.
It’s supposed to be my only root tweak and not to share to anybody.
TAKE IT OR LEAVE IT. First of
all, we all know that you only bought a CHEAP tablet which we are supposedly a
crap and not to expect any performance same as the branded ones (You know what
I mean or if not,) GO BUY
YOURSELF AN IPAD2! Still not satisfied? WHY
DON’T you try ASUS TRANSFORMER
WITH A QUAD CORE PROCESSOR AND A 2Gigabyte MEMORY and has NVIDIA
VIDEOCARD BUILT IN?
Here are the
comparisons of rooted against stock
Abilities/ Apps
|
STOCK FROYO
|
ROOTED and package built ROM by ramcadag
|
||
WMT
Launcher
|
Yes
|
Large
Icons with bunch useless widgets. Easily hangs
|
Removed
|
Due to VTL
and other better Launcher
|
Advanced
Task Killer
|
No
|
Yes
|
With Auto
kill app to reduce memory usage. Running in background unnoticed and
automatically clears applications every screen lock.
|
|
Flash
Player 10
|
Yes
|
Not
upgradable
|
Yes
|
With
updates using genuine Android Market 3.4.4
|
AccountAndSyncSettings
|
Yes
|
But no
Syncronization with Android Market and Gmail
|
Yes
|
With full
synchronization using Genuine Android Market
|
cachemate.for.root.users263
|
No
|
This
Causes the tablet to hang and not boot anymore
|
Yes
|
With auto
clear cache every 1 hour. Root User Permitted
|
Chikka
|
No
|
Yes
|
||
com.adobe.flashplayer-1
|
Yes
|
Not
upgradable
|
Yes
|
With
updates using genuine Android Market 3.4.4
|
com.android.youtube216
|
Yes
|
But only
version 2.0. Not upgradable
|
Yes
|
Uses
Youtube version 2.1.6 with video record icon straight to uploading your blog
|
com.betterandroid.betterkeyboard-1
|
No
|
Uses
standard android froyo which is slow.
|
Yes
|
Optimized
Keyboard. Removed all corrections and word suggestions to make virtual typing
better
|
Honeycomb
Wallpapers
|
No
|
Uses old
wallpapers
|
Yes
|
With
Android 3.0 codename honeycomb wallpapers to make your tab better design
rather than the usual tablets.
|
Gmail
|
No
|
Gmail is
one the the most important in using Android tablet so why not include it?
|
Yes
|
Tested
consistency and can upload many documents at once.
|
Wikipedia
|
No
|
Why not
include the world one and only free encyclopedia?
|
Yes
|
Using the
latest version up to date.
|
IMO
Messenger
|
No
|
Yes
|
All Chat
providers included MSN, Skype, Yahoo, Google Talk, Facebook, AIM, Jabber,
Vkontakt, My Space and Hyves using one app. And also has updates in Android
Market 3.4.4
|
|
TitaniumBackup
|
No
|
Sorry
Titanium Backup only works with rooted version
|
Yes
|
Cracked
by Market Militia
|
Super
User
|
No
|
Without
this app, you cannot boost your device. This is why your tablet is so slow.
|
Yes
|
Packed
with the latest version 28
|
Philippine
News
|
No
|
Yes
|
Browse
the realtime Philippine Daily Inquirer, Philippines Weather,Sports News,
Manila Bulletin, The Philippine Star, ABS-CBN, GMA NEWS updates, Sun Star,
The Manila Times, Philippine News and Philippine Times in one app (Isn’t that
cool huh?).
|
|
SetVsel
|
No
|
Ofcourse
not, your stock froyo doesn’t have root permission so would you expect
overclocking could work in it?
|
Yes
|
Runs in
background unnoticed but pushes your CPU to run 30% more persistent.
|
Root
Explorer
|
No
|
That is
why your tab could not edit any app inside the root directory. You have no
access BLEH!
|
Yes
|
100%
working with no questions asked
|
Visual
Metronome
|
No
|
You could
not install this because you have no Genuine Android Market Appk
|
Yes
|
Packed
inside your Operating System
|
Google
Chrome
|
No
|
Would you
prefer Internet Explorer?
|
Yes
|
Google
Chrome Browser with multi tab. My browser choicein my tab.
|
Yahoo
Mail
|
No
|
Mail
could work if you go to your nearest post office. Hahaha
|
Yes
|
Tried and
tested bundled with yahoo messenger also.
|
Facebook
App
|
No
|
You’re an
alien if you’re using a tab without a facebook app.
|
Yes
|
Latest
innovation app 1.7.2 that has Chat aside form messages. Now can post your
status while using built in camera.
|
FacebookWidgets
|
No
|
I will
say again, “You’re an alien if you’re using a tab without a facebook app.”
|
Yes
|
With
30-minute refresh of your friends status updates.
|
HoneycombDigitalWeatherClock-1
|
No
|
Yes
|
Honeycomb
3.0 design
|
|
FileBrowser
|
Yes
|
Standard
|
Yes
|
Standard
|
Live
Wallpaper
|
No
|
That is
so boring.
|
Yes
|
Now you
can install any livewallpaper from the market or from manual apk download.
|
GoogleMaps
|
Yes
|
Nothing
New
|
Yes
|
Same
|
HomeSwitcherForFroyo
|
Yes
|
Nothing
New
|
Yes
|
Same
again
|
AndSMB
|
No
|
No one
knows this
|
Yes
|
You can
transfer files directly from you computer to tab and vice versa.
|
Market
v3.4.4
|
No
|
Uses App
Market which is face and doesn’t display appropriate apps
|
Yes
|
Uses
3.4.4 (Guess you don’t know the difference)
|
Espier
Launcher
|
No
|
Yes
|
Now what
do you think of having a Complete iOS4 interface for a 5mb app? Guess what?
This rom has it
|
|
Task
Manage
|
Yes
|
Version 1
|
Yes
|
Version 2
|
Soundboost-1
|
No
|
10% from
the maximum volume. You could use a microphone in able to amplify your
tablet’s audio.
|
Yes
|
Has the
next 90% more boosted sound.
|
WiFiTxPower-1
|
No
|
That is
why your wifi sleeps like a baby.
|
Yes
|
Tried and
tested. It pushes your tab to connect to its limits.
|
Visual
Effects
|
No
|
Click me
yes, click me no
This is
boring I told you so.
|
Yes
|
Visual
effects as if you had a branded tab
|
Ted
Notepad
|
No
|
Yes
|
The
lightest notepad app I’ve ever tried.
|
|
File
Expert
|
No
|
It
requires Superuser permissions so you cannot have it here
|
Yes
|
This is
the best File browser. It displays your apk’s File Sharing, original icon
Dropbox App Supported, Connect and Share Through Wifi, SMB, FTP, HTTP and
Bluetooth.
|
|
Ram Mod Package List
In System
(permanent/unremovable) apps:
- AccountAndSyncSettings
- AdobeFlashPlayer10
- AdvancedTaskKiller
- AlarmClock
- ApplicationsProvider
- cachemate.for.root.users263
- Calculator
- Calendar
- CalendarProvider
- Camera
- CertInstaller
- Chikka
- com.a0soft.gphone.aDataOnOff-2
- com.aac.cachemate-2
- com.adobe.reader-1
- com.android.youtube216
- com.betterandroid.betterkeyboard-1
- com.gfxandroid.honeycomb
- com.gfxandroid.honeycombwalls
- com.google.android.gm-1
- com.hoons.wikipedia.free-1
- com.imo.android.imoim-1
- com.keramidas.TitaniumBackup-1
- com.noshufou.android.su28
- com.phnews-1
- com.SetVsel.Inteks.org-1
- com.speedsoftware.rootexplorer-2
- com.thomasbending.visualmetronome-2
- com.wmt.mybrowser-1
- com.wmt.WmtPhoto-2
- com.yahoo.mobile.client.android.mail-1
- Contacts
- ContactsProvider
- CustomLocale
- DefaultContainerService
- DeskClock
- Development
- DownloadProvider
- DrmProvider
- Facebook_for_Android_1.7.2
- FacebookWidgets
- factory.widgets.HoneycombDigitalWeatherClock-1
- Fallback
- FileBrowser
- spacescapewallpaper_free-1
- Gallery
- Gmail
- GoogleCalendarSyncAdapter
- GoogleContactsSyncAdapter
- GoogleFeedback
- GoogleMaps
- GooglePartnerSetup
- GoogleServicesFramework
- HomeSwitcherForFroyo
- HTMLViewer
- LatinIME
- LiveWallpapersPicker
- lysesoft.andsmb-2
- Market v3.4.4
- MarketAccess
- MediaProvider
- Espier.launcher_5212995_0.5.2
- mobi.infolife.taskmanager-2
- Music
- MusicBrowser
- MusicPlayer
- MyBrowser
- MyRecorder
- net.cacheux.soundboost-1
- PackageInstaller
- PackageManager
- PicoTts
- Protips
- Provision
- QuickSearchBox
- rubberbibpepper.WiFiTxPower-1
- Settings
- SettingsProvider
- SoundRecorder
- SpareParts
- SpeechRecorder
- StickyNote
- Superuser
- Ted_beta0.9
- TelephonyProvider
- Term
- TtsService
- UserDictionaryProvider
- VideoBrowser
- VpnServices
- WiFiTxPower06b
- WmtWeather
- xcxin.filexpert-1
Added
applications by package list:
1. app.photoshop
mobile-2
2. browser.Safari
3. browser.opera.mini.android65
4. chat.IMO
5. chat.Skype
6. cloud.Dropbox
7. com.Guitartuner
8. com.P
ianoperfect-1
9. ebook.acrodesign.acrobiblelite-1
10. ebook.Aldiko
Book Reader Premium v2.0
11. ebook.flyersoft.moonreader-2
12. ebook.fr.nghs.android.dictionnaires-1
13. ebook.hoons.wikipedia.free-1
14. ebook.omgmode.android.simssocialguidefree-1
15. games.bendroid.mystique1-1
16. games.christmasgame.appleshoot-1
17. games.christmasgame.wildjump-1
18. games.drodin.stratagus-2
19. games.Frozen_Egg_0.9.3.1
20. games.halfbrick.fruitninja-2
21. games.measuredsoftware.android.pocketracing-1
22. games.momojo.gba.lite-1
23. games.mydroidsoft.mytextspeed-1
24. games.plantsvs.zombiesport_2.4
25. games.polarbit.ragingthunder-1
26. games.rovio.angrybirds-2
27. games.scee.psxandroid-1
28. games.sohu.blog.lzn1007.pvz-1
29. games.WordWrenchFull-1
30. games.zodttd.psx4droid-1
31. launcher.ADW_Launcher_EX_1.3.3
32. launcher.App.AndroidWindows7-1
33. launcher.CarHome
34. launcher.CarHomeLauncher
35. launcher.Launcher_Pro_Plus_0.8.4.1
36. launcher.mobi.TeamSyndicate.HCL-2
37. media.org.iii.romulus.meridian
38. office.DocsToGo
39. office.DocsToGoKey
40. office.picsel.tgv.app.ue2fileviewer-1
41. org.connectbot-1
42. PrinterShare_5.5.0_Premium
43. ShoppingList
(1.0.0)
44. social.and.blogger.paid-1
45. social.Facebook
Messenger v1.5.003
46. system.andy.speedup-1
47. system.antutu.ABenchMark-1
48. system.antutu.CpuMaster-1
49. system.ap.WidgetTest-1
50. system.geeksoft.screenshot-1
51. system.gfxandroid.honeycombwalls
52. system.gfxandroid.honeycombwalls
53. system.gfxandroid.honeycombwalls-1
54. system.google.voicesearch.211
55. system.hogdex.WifiRuler-1
56. system.StatusBar+-10
57. system.twistedapps.wallpaperwizardrii-1
58. themes.adwtheme.ios-1
59. themes.touchtype.swiftkey.phone.trial-2
60. VTLLauncher_1_6_5
List of peoples using my rom:
1.
Jesse
Magno = 7” v10.1 build 7 windows 7
2.
Jesse
Magno = 8” v10.1 build 7 windows 7
3.
Meliton
Catibog = 8” v10.1 build 5 VTL
launcher busybox16 replaced
4.
Ruby
de Guzman = 7” v10.1 build 6 VTL
launcher
5.
Ruben
Dimatulac = 8” v10.1 build 5 VTL launcher
6.
Armando
Collado = 8” v10.1 build 5 VTL launcher
7.
Arnel
Espinas = 7” v10.1 build 6 VTL launcher
8.
Mariter
Tacuyan = 7” v10.1 build 4 VTL launcher
9.
Mariter
Tacuyan = 8” v10.1 build 4 VTL launcher
10. Victor Britania = 8”
v10.1 build 5 VTL launcher
11. Joel of ANRE = 8” v10.1
build 4 VTL launcher
12. Mildred = 8”
v10.1 build 6 VTL launcher
13. Jess Nepomuceno = 8”
w/ vibrate v10.1 build 6 VTL launcher
14. Larry = 7” v10.1 build 5 VTL launcher
15. Donvic Secong = 7” added skins v10.1
build 6 VTL launcher
16. Melecio Orenia = 7” v10.1
build 6 iPad2 launcher
17. Alladin Bertulfo = 8”
v10.1 build 6 VTL launcher
18. Juliet Bautista = 8”
v9 build 1 ADWex launcher
Rooting/ Upgrading/ Reformat/
Tweaking is at your own risk. I will not be responsible for any damage to your
device as there are many Chinese build version manufacturers and may vary from
version, power led color, and CPU/RAM.
Subscribe to:
Posts (Atom)