Contacts and sms data store in the path below:
data\com.android.providers.contacts
data\com.android.providers.telephony
But before that you need to extract data.img (Nandroid image):
Use unyaffs.exe...
0
Best overall compression program
Source: http://www.maximumcompression.com/data/summary_sf.php
Position Program #1st pos #2nd pos #3th pos #4th pos #5th pos #6th pos #7th pos #8th pos Points
01PAQ8PX6220000088
02WinRK 3.1.24410100082
03PAQAR...
0
How to remove saved Credentials (passwords) from Windows
Have you ever tried accessing a network device or resource only to find that last time you accessed that resource, you used a username and password that no longer works, or does not have the proper access.
This usually happens when you use credentials...
0
How to remove network drive from registry
First and foremost, back up your registry!! Then open regedit and search for Mountpoint key in the \HKEY)CURRENT_USER\Software\Microsoft\windows\CurrentVersion\Explorer folder find the share you need...
0
How to install fonts in Linux – Ubuntu, Debian
How to install fonts in Linux – Ubuntu, DebianUbuntu Linux searches for fonts in specific locations as listed in the /etc/fonts/fonts.conf file.
A look at the contents of /etc/fonts/fonts.conf file...
0
How to mount an USB drive maually so everyone can read/write to it?
Not only the umask=1000 but also users (plural) for more than one user and rw (read/write).
Read the man pages for umask, mount, fstab and this Quick and Dirty Guide to Linux File Permissions
In /etc/fstab:
Code:
/dev/sda1 ...
0
Useful PostgreSQL Commands
article source: http://www.thegeekstuff.com/2009/05/15-advanced-postgresql-commands-with-examples/
Some of the open source application comes with postgreSQL database. To maintain those application, companies may not hire a fulltime postgreSQL DBA....
1
How to recover postgres database from postgres data folder
If Windows crashed by some reason you can't get into the system, then if you have to reinstall Windows or upgrade to a new hard drive. As long as the Postgres data folder still there then you are lucky...
0
How to setup an email forward Exchange 2007
To setup an email forward for a user within Microsoft Exchange 2007, follow the instructions below:
1) Open Exchange Management Console
2) Expand Recipient Configuration
3) Click Mailbox
4) A list of...
0
How to remove postgres user from Windows
open CMD by administrator mode, then type in:
net user postgres /delete
If you just want to change user postgres' password to 'postgres', then type in:
net user postgres postg...
0
Upgrade OpenOffice.org 2.4 to 3.0 on Debian
Downloading from OpenOffice.org
The other way is to download and install packages from the OpenOffice.org site. Go to: http://download.openoffice.org/other.html
download the "Linux DEB" (should say GNU/Linux ¬¬) package in your language (let's use...
0
teamviewer for Linux
wget http://www.teamviewer.com/download/teamviewer_linux.tar.gz
tar xf teamviewer_linux.tar.gz
cd teamviewer6
./teamvie...
0
Userful Linux tools for windows
ssh & scp for Windows
PuTTY, (and its file transfer utility, pscp), are excellent Windows ssh/scp implementations, and are a piece of cake to get up and running. These programs are not zipped and do not require any installation.Downloads:
putty:...
0
How to set Postgresql money type to use 3 decimal places in Windows
LINUX
=====
Under Linux, type command in postgres database:
set lc_monetary to 'ar_BH.utf8';
ar_BH represents Arabic (Bahrain) locale, the above command change the locale monetary setting on-the-fly...
0
How to configure public folder in Exchange server 2007
1. Create a pulic folder
open Exchange Management Console
=> Public Folder Management Console
=> Default Public Folder
=> New Public Folder(from right-click menu)
then follow the wizard to create...
0
Enable or Disable UAC From Windows Command Line
This should apply to Windows 7 / Vista
Disable UAC
C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD...
0
Outlook: Folder sharing is not available
We have a user that wishes to share his contact list with other employees in his office.
Everyone receives email via the same Exchange 2007 server.
He did the Permissions for the contacts (Right click,...
0
Outlook can't save password
The problem is Outlook ask for the password over and over again.
Solution
========
HKEY_CURRENT_USER\Software\Microsoft\Protected Storage System Provider
Delete the subkey
The user subkey folder resembles...