Showing posts with label os. Show all posts
Showing posts with label os. Show all posts

Monday, July 9, 2012

Next Twitter for iPhone Version to Bring Interactive Tweet View

Twitter is preparing a major new version of its iPhone app, which will include an interactive tweet view, enhanced notifications and more, 9to5Mac reports.
The info comes through leaked release notes which bring a detailed list of all the new features in the next Twitter for iPhone version, 4.3.
These include a more interactive tweet view experience, letting you see content previews, videos and images within tweets containing links to “partner websites,” as well as the ability to choose whether you want to receive push notifications when certain people tweet.
Other improvements include highlighted tweets about selected events, autocomplete in the Connect tab, and the ability to tap someone’s avatar and be taken to their profile pages.
The time of launch for this update is unknown, and some of the features may change when it actually hits the App Store

Saturday, June 9, 2012

Smartphones with Intel Inside


      ORANGE                                              LENOVO                                              LAVA XOLO     

Now amazing technology that drives some of the world’s fastest computers is now enhancing your smartphone experience. Whether you’re watching an HD video in the park, or playing a game while waiting for a flight, smartphones with Intel Inside® give you the power you need to do amazing things anywhere.

The Benefits of Having a Smartphone with Intel Inside

Lightning fast processor

Finally your smartphone can keep up with you. The advanced Intel® processor inside these smartphones enables fast web browsing, super-responsive apps, and effortless multi-tasking so that enjoying the things you love to do has never been easier.

Stunning 8MP camera

Now you can snap as many pictures as you want as fast as you want—up to10 pictures a second to be exact. The advanced HD camera also delivers stunning 1080p image and video quality in all kinds of conditions. And the advanced imaging software gives you more accurate facial recognition, zero shutter lag, low-light enhancement, and high dynamic resolution capabilities.

A powerful phone meets a powerful OS

Smartphones with Intel Inside run on the Android* OS, giving you access to hundreds of thousands of apps available to download in the Android Market.

Vivid HD video

Your fun and entertainment needs have been brought to your smartphone, all in brilliant 1080p. It’s easy to create and share superb HD-quality video. And playback is super smooth so your phone becomes a personal theater you can take with you anywhere.

Jaw dropping graphics

Let the jaw dropping graphics of the smartphone with Intel Inside take you away.  Get sucked in by the incredibly crisp visuals for games and videos. Smartphones with Intel Inside can also bring you 3D video for a rich, immersive online experience.

Thursday, October 27, 2011

Install Linux Operating System On A USB Flash Drive

Universal USB Installer is a free and open source application for Windows that allows you to install any Linux on your Pendrive or USB drive.  After that you can boot from that Pendrive or you  can say that you have a portable Operating System in your pocket.

To create a portable OS you will need to have any version of Windows installed on your PC. Having an OS in your pocket looks really cool, you can boot from any PC and your customized OS would be in front of you. You can carry your files anywhere. The most promising feature of this tool is that if you don’t have the disk image of your Operating System, you can also download it directly from Internet. You can also create USB Windows 7 installer from this tool, all you need is the disk image of your favorite Operating System.

How to install Linux on your Pendrive

Here is the tutorial how to install any Linux on your Pendrive using a tool on Windows that is Universal USB installer.

1.Run Universal USB Installer.

2.Click on I agree

3.In the first drop down menu select the Operating System you would like to install. Here I have selected Ubuntu.

4.From the “Browse” button locate the .iso file of the Operating System or mark the check box near it to download the .iso file.

5.In the last drop down menu, select the Pendrive or other drive in which you would like to install Linux.

6.When you select your device it will show a check box and a slider component.

7.Check the box if you want to erase the contents of your device.

8.From the slider select the persistent size of your drive.  Persistent means that how much space you want to be left for your files.

Monday, October 10, 2011

How to Rename File Extensions

A lot of people here may ask how to rename a file extension in windows; well it’s very simple and takes little of your time. There are two ways to rename a file extension ‘without’ a stupid program.

Number -1

Folder Options:

Go into your Control Panel, in my case I use Windows XP so I would press [Start then Control Panel]. Now that you figured out how to get in Control Panel open “Folder Options” and click the view tab and make sure ‘Hide file extensions for know files’ is not selected, then press Ok.

Now go into a folder and notice you can see your files extensions, rename them to whatever you'd like, for instance:

Code:
mp.exe to mp.Anonymous / Etc,Etc,Etc

Number -2

MS-DOS:

Any way thats full of crap and bullshit why you need a second method if u can use the first method simply...:P 


Wednesday, October 5, 2011

How To Customise Your START Button

First you need a tool called "Resource Hacker". This free program allows you to change resources in any .exe file such as "Explorer.exe", which includes the [Start] button's Label. You can Download it from the bottom of the post  After you download it, follow the guide here:

Step 1:

A - Run "Resource Hacker" and open the file "%windir%\Explorer.exe".
B - You see a Tree of all Resources in this file, expand the "String Table"
C - Find the "start" and replace it with your own text. then press the [Compile Script] button.
D - Save "Explorer.exe" as "MyStart.exe" DONT save it as Explorer.exe, do "save as.." and give it a new name.
E - Quit "Resource Hacker".

Step 2:

A - Click on the [Start] button and choose the "Run..." item from the start menu. (Or use the shortcut key WinKey+R)
B - Type "RegEdit" in the Run "Dialog Box". And then press the [Ok] buton to run the "Registry Editor" program.
C - Go to: "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon" and find the "Shell" property.
D - Replace value of the "Shell" property to "MyStart.exe".
E - Quit "Registry Editor".
F - Restart your system.

Note about Registry Editor:
if you did not find the key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon", you can search the Registry for the "Explorer.exe", to do this use the Edit Menu | Find Next (Ctrl+F).