HTC T-Mobile G1 Android Released
Feedbacks: We appreciate feedbacks and suggestions about our website info@techgyaan.org
| toolbar powered by Conduit |
| toolbar powered by Conduit |
T-Mobile announced the world's first Android mobile phone with Google(T-Mobile G1) in New York on Tuesday Morning 23rd Sept 2008. Andriod is an open source software for mobile devies that includes an operating system, middleware & key applications written using Java programming Language which runs on top of Linux kernel.
T-Mobile, Google & HTC have come up with awesome mobile device checkout the Specifications & features. T-Mobile G1 Phone is avialable in US market for $179.99(which includes two years agreement) & plus taxes
Order now from T-Mobile
Specifications & Features:
Color: Black
Dimension: 117x55x16mm
weight: 5.6 ounces
Memory: 256 buildin flash memory
Expandable up to 8 gig memory
Talk Time–5 hours
Standby Time–130 hours
3MP camera
Wi-Fi access
Video playback
Music player
Touch screen & Slider Style
QWERTY keyboard
E-mail, IM & texting
Compass feature is extraordinary
3G network is avaiable only in coverage areas
Easy access to Google apps (GMail, YouTube, Calendar, GTalk)
Google Maps (satellite, traffic & street views)
Real web browsing
One Click Google Search
No stereo bluetooth
Related: HTC T-Mobile G1 Android Released
Google's Android SDK v0.9
Read the full story
Microsoft operating systems defaults comes with NetMeeting functionality for real-time collaboration,conferencing and for file, application, and desktop sharing from Windows 95 through XP, Windows
There is a hotfix from Microsoft that allows you to install NetMeeting 3.02 on Windows Vista PC
Hotfix installation informationTo install NetMeeting 3.02, follow these steps:| 1. | Extract the NetMeeting-KB927853-x86-ENU.msi file from the hotfix package. |
| 2. | Double-click NetMeeting-KB927853-x86-ENU.msi to start the NetMeeting installation program, and then click Next. |
| 3. | Review the software license terms, and then click I accept the terms in the License Agreement. |
| 4. | Click Next, and then click Install to install NetMeeting. If you are prompted for an administrator password or for confirmation, type the password, or click Continue. |
| 5. | When NetMeeting is installed successfully, click Finish. |
| 6. | Restart the computer when you are prompted to do this. |
| 1. | Click Start , type run in the Start Search box, and then click Run in the Programs list. |
| 2. | In the Open box, type conf, and then click OK. |
| 3. | In the NetMeeting dialog box, click Next, and then follow the remaining steps to configure NetMeeting. |
Wipro Technologies the top IT company has decided to Layoff about 4-5 per cent of its workforce, about 2,400-3,000 employees, under the scanner for non-performance. Company sources reveal that about 1,000 employees have been asked to leave.
While some would be given counseling to improve their performance, others would be asked to leave.
NEWS Source Wipro’s corporate vice-president (human resources) Mr. Pratik Kumar confirmed the move. Asked how many employees had been asked to move on, he said the company did not disclose that number, but it was "significantly lower than 2,000". "I can’t comment on a particular number," Kumar said, when asked to comment.


Recently IBM, Tata Consultancy Services (TCS) & Panti Computer Systems had given pink slips for their employees for non-performance, increasingly on fake biodatas,.
In February, Tata Consultancy Services (TCS), the country’s largest IT services firm, had given pink slips to 500 non-performers. IBM had also given the pink slip to a large number of its entry-level trainee programmers working across the country, citing performance issues.
In July, Patni Computer Systems had shown the door to 400 employees. While IT companies said the move was not linked to the slowdown in the US, a key market for IT services, there was a consensus that it was time for belt-tightening.
Related: Top most Firing IT companies in India
Read the full story
@echo off
set JDEPATH=C:\Program Files\Research In Motion\BlackBerry JDE 4.1
cls
echo Midlet to COD translator
echo this utitily translates MIDP Midlets to COD Blackberry files
echo.
if “%1″== “” goto noargs
if not exist “%1.jad” goto nojad
if not exist “%1.jar” goto nojar
if not exist “%JDEPATH%\apps” md “%JDEPATH%\apps”
goto continue
:noargs
echo Usage: %0 inputfile
echo Note: don’t add an extension to the input file name, so no .jad or .jar endings!
goto last
:nojad
echo %1.jad doesn’t exist. Both %1.jad and %1.jar are needed for conversion to be successful.
echo Note: don’t add an extension to the input file name, so no .jad or .jar endings!
goto last
:nojar
echo %1.jar doesn’t exist. Both %1.jad and %1.jar are needed for conversion to be successful
echo Note: don’t add an extension to the input file name, so no .jad or .jar endings!
goto last
:continue
copy %1.jar “%JDEPATH%\apps”
copy %1.jad “%JDEPATH%\apps”
cd “%JDEPATH%\apps”
pause
..\bin\rapc import=”%JDEPATH%\lib\net_rim_api.jar” codename=%1 -midlet jad=%1.jad %1.jar
if not errorlevel 1 goto load
echo An error has occurred. Check your files and try again.
goto last
:load
echo.
echo If you see ‘No Errors’ noted above, most probably the cross-compiling was successful.
echo Now we are going to upload the app to the device. Please make sure your
echo Blackberry is connected to the USB port.
pause
“%JDEPATH%\bin\javaloader” -usb load %1.cod
echo.
:last
echo Thank you for using the Jar2Cod utility.


When Maveli, our King, rules the land,
All the people form one casteless race.
And people live joyful and merry;
They are free from all harm.
There is neither theft nor deceit,
And no one is false in speech either.
Measures and weights are right;
No one cheats or wrongs the neighbor.
When Maveli, our King, rules the land,
All the people form one casteless race.
Read the full story
Q.How do I add more swap space without formatting/deleting files on Ubuntu machine?
A: Swap space is an area on disk that temporarily holds a process memory image. When physical memory demand is sufficiently low, process memory images are brought back into physical memory from the swap area on disk. Having sufficient swap space enables the system to keep some physical memory free at all times.
Swap space can be a dedicated swap partition (recommended), a swap file, or a combination of swap partitions and swap files.
The size of your swap space should be equal to twice of your machine's memory.
First to determine the amount of available swap space, use the "swapon" command:root@techgyaan:~#swapon -s
Filename Type Size Used Priority
/dev/cciss/c0d0p5 partition 2907724 0 -1
swapon - enable/disable devices and files for paging and swappingroot@techgyaan:~#free -m
total used free shared buffers cached
Mem: 3547 670 2877 0 78 385
-/+ buffers/cache: 206 3341
Swap: 8839 0 8839
free - Display amount of free and used memory in the system
The value in the free column indicates the number of free blocks, where a block is 512 bytes.
To convert blocks to KB, divide the number by 2. For example, 2,000,000 free blocks is equivalent to 1,000,000 KB.
If you do not have enough swap space, perform the following tasks:
First you need to create a empty file:root@techgyaan:~#dd if=/dev/zero of=/swap_file count=4096 bs=1M
dd - convert and copy a file, dd command, /dev/zero can be used to fill a file with a given number of the '\0' (nul) character
count=BLOCKS copy only BLOCKS input blocks, count='4096' is the size of your swap file in MB
bs=BYTES force ibs=BYTES and obs=BYTES
The size of your swap space should be equal to twice of your machine's memory.root@techgyaan:~#chown root:root /swap_fileroot@techgyaan:~#chmod 600 /swap_fileroot@techgyaan:~#mkswap /swap_file
mkswap sets up a Linux swap area on a device or in a file
To make use of swap space which you create you need to start swaponroot@techgyaan:~#swapon /swap_file
To make it permanently turn on at every bootup edit "/etc/fstab"root@techgyaan:~#vi /etc/fstab
Add this line to the end of the file/swap_file none swap sw 0 0
Note: Take a backup of your fstab before editing which has static information about the filesystems.
Related: How to create swap file when there is no enough swap space in server
Read the full story
Feedbacks: We appreciate feedbacks and suggestions about our website info@techgyaan.org
Read the full story

This how to explains a step by step procedure to install Damn Small Linux (DSL) onto a USB Card or a
Article provided by wikiHow, a collaborative writing project to build the world's largest, highest quality how-to manual. Please edit this article and find author credits at the original wikiHow article on How to Install Damn Small Linux On a USB Card. All content on wikiHow can be shared under a Creative Commons license.
Feedbacks: We appreciate feedbacks and suggestions about our website info@techgyaan.org
“The application failed to initialize properly (0xc0000005)"
Click on OK to terminate the application
If anyone have come across this kind of error while opening chrome & if you are using any Symantec product.
Solution 1
If yes, please perform the step below :
1) Back up the registry on an affected system.
2) Open the registry on the Agent system by entering regedit from a run prompt.
3) Navigate to "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SysPlant"
4) Open the "Start DWORD"
5) Change the value to "4" to disable the drivers.
6) Reboot the system to commit the changes.
The above registry solution to fix the Google chrome error was issued in symantec forums.Read it here.Solution 2

I know a lot of you out there are just waiting for the Zune phone - Microsoft’s answer to the current king of multitouch telephonic devices. Until they actually confirm, check out the Zune Contact concept by Adam Huffman. He’s revamped the interface, made the body madly thin, slapped on a 5 MP camera and went all touchscreeny. Sure it’s just pie-in-the-sky now but who knows, something similar may come from Redmond Washington. Oh BTW, that big white button at the bottom is really a soft cushy thumb rest. . . yeah.
Designer: Adam Huffman

Iptables is the name of the user space tool by which administrators create rules for the packet filtering (both inbound and outbound) and NAT modules. Today Iptables is a standard part of all modern Linux distributions.
The GNU operating system is a complete free software system, upward-compatible with Unix. GNU stands for “GNU's Not Unix”. Richard Stallman made the Initial Announcement of the GNU Project in September 1983. A longer version called the GNU Manifesto was published in September 1985. It has been translated into several other languages.
The name “GNU” was chosen because it met a few requirements; first, it was a recursive acronym for “GNU's Not Unix”, second, because it was a real word, and third, it was fun to say (or Sing) source via GNU
Related: Watch the Original video at GNU
Feedbacks: We appreciate feedbacks and suggestions about our website info@techgyaan.org
Read the full story
Google Sept 1st officially confirmed that it will release a new open-source web browser, called Google Chrome (that link should go live sometime yesterday).
Try the new open source browser from Google Click Here
There is a comic book published with Google Chrome Logo, features & layouts for more details on "Google Chrome is Google’s open source browser" from Blogoscoped
Related: Google Official Blog
Google Chrome Screen shots
Feedbacks: We appreciate feedbacks and suggestions about our website info@techgyaan.org
Read the full story
Feedbacks: We appreciate feedbacks and suggestions about our website info@techgyaan.org
Read the full story
Microsoft to target Windows XP Pro users with Genuine ‘nagware’ notifications by ZDNet's Mary Jo Foley -- Microsoft is stepping up its war on software pirates by rolling out new Windows Genuine notification software for what it is calling its most pirated version of Windows: Windows XP Professional.
Continue Reading this Article
Q.How to Configure Hosts for Network Client Mode (It will get info from DHCP server)
Answer: Search the /etc directory for the nodename file.
If such a file exists, delete it.
Eliminating /etc/nodename causes the system to use the hostconfig program to obtain the host name, domain name, and router addresses from the network
configuration server. See “Network Configuration Procedures” on page 101.
Create the /etc/hostname.interface file, if it does not exist.
Ensure that the file is empty. An empty /etc/hostname.interface file causes the system to acquire the IP address from the network configuration server.
Ensure that the /etc/inet/hosts file contains only the host name and IP address of the loopback network interface.
# cat /etc/inet/hosts
# Internet host table
#
127.0.0.1 localhost
The IPv4 loopback interface has the IP address 127.0.0.1. For more information, see “Loopback Address” on page 186. The file should not contain the IP address and host name for the local host (primary network interface).
Check for the existence of an /etc/defaultdomain file.
If such a file exists, delete it.
The hostconfig program automatically sets the domain name. To override the domain name that is set by hostconfig, type the substitute domain name in the
/etc/defaultdomain file.
Ensure that the search paths in the client’s /etc/nsswitch.conf file reflect the name service requirements for your network.
Read the full story
The content is formatted specifically for cell phones and mobile devices.
Recent Comments