Pages

Showing posts with label to. Show all posts
Showing posts with label to. Show all posts

Wednesday, April 13, 2016

Cameras in Phones what do we really need


An awful lot is being said about mobile phone cameras just lately; and we have HTC to thank for opening the conversation with the introduction of their HTC One which has half as many pixels at twice the size of anyone elses. Before we begin Im going to get some ground rules. I wont use marketing terms; so I will talk about how many pixels a camera sensor has, and what size they are. You wont hear me talking about mega- or ultra- anything. Next is that I will show my meaning with diagrams - Im a visual person and it helps me to explain. Please bear with me on this post; theres a lot to read but its worth it at the end.

A digital camera uses a lens to focus an image onto an oblong of special material which has a number of sensors on it; each sensor is called a pixel and usually contains three sub-pixels; a red, a blue (actually two blues but dont worry about that) and a green one. Each of these sends a signal to the camera depending how much light of that colour is falling onto it. Bigger pixels produce a bigger signal for the same amount of light than smaller ones. When signals are small, the amount of noise (erroneous signal levels produced simply by electrons moving around) is a bigger percentage of the whole signal because noise is a constant backdrop. When the signals are bigger therefore, its easier to pick out the signal, from the noise. More noise means that the signal produced by a smaller pixel is less accurate which means the final photo may not have exactly the same colour from each pixel receiving the same light.

Camera sensors line up their pixels in rows and columns - and the cameras rating is often quoted by counting them. For instance a 10MP camera contains ten million pixels (roughly). These are arranged in a rectangular grid with a side length ratio of 16:9 - so thats 4213 pixels across and 2370 pixels high. If you have a sensor which is 7mm across, each pixel is 7/4213=1.662 microns across (microns = thousandths of a millimetre).

In the real world, standard sensor sizes and pixel sizes exist; a 13 million pixel camera in a phone will have pixels about 1.1 microns across; this gives a sensor width of about 4.55mm (there are 4128 pixels across the image). In the HTC One, the best photos are 2688 pixels across, and the pixels are 2 microns across giving a sensor width of about 5.4mm.
Figure 1 - 4 million large pixels
Figure 1 - 4 million large pixels

Figure 2 - 8 million (smaller) pixels on same size sensor
Figure 2 - 8 million (smaller) pixels on same size sensor
Now we can start looking at construction. Take a look at Figure 1. This shows a camera with large pixels - the lens is focussing the image onto an area exactly the same size as the sensor. In Figure 2, we gave the camera more pixels (which really does give more detail in the image but at the expense of noise and grain - and also less sensitivity at low light levels). Of course; straight away you want more, BIGGER pixels. Figure 3 shows that if you make that happen, the image doesnt cover the whole sensor; the light falls on a little bit of it. So - in Figure 4 we move the sensor further away to ensure the image covers all the pixels.
Figure 3 - 8 million large pixels with no other changes
Figure 3 - 8 million large pixels with no other changes

Figure 4 - Sensor moved away, but the lens size is unchanged.
Figure 4 - Sensor moved away, but the lens size is unchanged.
However; the same amount of light, entering the lens, is now spread over a wider area: this dims the light hitting each individual pixel, which reduces the signal output and increases the noise. The only way to change this is to make the lens bigger - the aperture wider - so that more light gets in. This is shown finally in Figure 5.
Figure 5 - all required changes incorporated.
Figure 5 - all required changes incorporated.
So - how far back do we have to move the lens? Simple trig shows us the answer. Imagine the "field of view" of the lens is about 60° (not unreasonable): the light coming in from the left and right cross over in the centre of the lens and make a triangle with the sensor as the base... an equilateral triangle is formed with all angles at 60° and all sides the same length (lets call it 5.4mm to stick with the HTC Ones sensor size). So the lens must be 2.7mm away from the sensor. If we now make the sensor an 8MP one (3800x2140 pixels) that gives a width of 7.6mm - the lens still has a viewing angle of 60° so that means the sensor has to be 3.8mm away from the lens. Obviously I have used 60° as the lens viewing angle because it makes the angles, sines and side lengths easy to calculate - the numbers are probably quite different in real life but you get the idea: to get double the megapixels you have to move the sensor further from the lens, which means you need a bigger lens to gather the light needed to adequately illuminate it. Lenses very rapidly increase in price with size - a lens 4mm across instead of 2mm might cost three or four times as much. (BTW - the large circular opening on the back of the phone is NOT the lens; the lens is the tiny dark speck in the centre of it).

In practical terms for a smartphone? This means that, to get an 8 million pixel camera, with pixels 2 microns across, your phone would need to be about 16-18mm thick (at least at the cameras location); and the phone would cost upwards of US$1000 - possibly even more - JUST because of the lens.

This isnt something which can be corrected with better design, or better lenses; the only way to mitigate this increase in size and cost would be to make smaller pixels which had the properties of larger ones - and that my friends is the nirvana of a pixel scientist! The very best technology available is going into these phones - and with todays tech were stuck with these limitations. In another article Ill talk about why I believe 4MP at 2 microns across is enough.


This article is also to be found on its author personal blog.

Have any questions or comments? Feel free to share! Also, if you like this article, please use the media sharing buttons (Twitter, G+, Facebook) under this post!
Read More..

Sunday, April 10, 2016

Retirement of certain Google search APIs

Posted by Vijay Subramani, Technical Program Manager, Google Cloud Platform

Back in 2011, we announced the deprecation of the following APIs: Google Patent Search API, Google News Search API, Google Blog Search API, Google Video Search API, Google Image Search API. We supported these APIs for a three year period (and beyond), but as all things come to an end, so has the deprecation window for these APIs.

We are now announcing the turndown of the above APIs. These APIs will cease operations on February 15, 2016.

You may wish to look at our Custom Search API as an alternative for these APIs.

Read More..

Wednesday, April 6, 2016

How to Fix a random reboots on the HTC One M8


Some time ago I described a method to format the /data partition on the HTC One (M7) - How to: Fix a corrupted DATA partition on the HTC One. This method is suitable for more HTC devices (all with EXT4 support) and with the mkfs.ext4 tool you can format system and cache partitions as well. All you need to know is the proper /dev/block/mmcblk0pXY number of the partition you want to format.

However, formatting the partition always means that your data will be gone. On the HTC One M8 I noticed a problem, most likely caused by the wp_mod.ko module (module to disable system R/W protection). When the module is loaded too late and anything ever gets changed before the module is loaded the file-structure of the /data partition might (and probably will) get corrupted. As a result your device will reboot each time youll try to make and change on the /system partition (even if mounted as RW). So removing, copying, moving, re-naming or editing any file on a system partition will result with the following message in the kernel log (last_kmsg.txt):


Formatting the /data partition is not the best idea for some and its not needed in most cases.

Repair Process
  1. Download this mini-sdk package and extract it to c:mini-sdk
  2. Download this fsck.ext4 binary and put it into c:mini-sdk
  3. Connect your device to the PC
  4. Boot your device in recovery mode
  5. Open a command prompt on the PC (cmd.exe), type and confirm each command with ENTER:
  6. cd /d c:mini-sdk
  7. adb push fsck.ext4 /tmp
  8. adb shell
  9. chmod 777 /tmp/fsck.ext4
  10. /tmp/fsck.ext4 -fn /dev/block/mmcblk0p47

This will fix your /data partition and you should see the following output (numbers in the last line will be different in each case):

e2fsck 1.42.9 (28-Dec-2013)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/block/mmcblk0p47: 19050/712704 files (2.7% non-contiguous), 2320338/2850816 blocks


Your /data partition is now fixed and you should no longer experience random reboots problem on your device (assuming that the corrupted /data partition was the source of the problem). Keep in mind that the fsck.ext4 -fn command can be used to check other EXT4 partitions on any device that has EXT4 file-system structure. All you need to know is the partition name or block number.


Do you have any questions or comments? Feel free to share! Also, if you like this article, please use media sharing buttons (Twitter, G+, Facebook) below this post!


For latest news follow Android Revolution HD on popular social platforms:

Read More..

Saturday, April 2, 2016

Official Google Blog Supercharging Android Google to Acquire Motorola Mobility

Official Google Blog: Supercharging Android: Google to Acquire Motorola Mobility
Read More..

Thursday, March 24, 2016

How to Enable Harman Kardon sound effect of the HTC One M8

Just few days ago HTC announced the new HTC One (M8) Harman & Kardon Edition. The HTC One (M8) Harman & Kardon edition has been designed for consumers who appreciate high-quality audio and want the best smartphone on the market without compromise. It’s a special edition of the critically acclaimed HTC One (M8) that builds upon the iconic all-metal design in a new brushed black finish with champagne accents, and is another example of HTC’s commitment to offer the best audio experience on a smartphone.

Today we present you how to enjoy this revolutionary audio experience on your “regular” HTC One (M8).

First of all it seems that the changes between the regular M8 and the M8 H&K Edition are only or mainly software related. We believe that the sound processor is the same in both units, however the firmware of that sound processor is probably different. To such conclusion led us the particular part of the M8 Sprint firmware.zip package called adsp.img (Advanced Digital Sound Processor) which is usually the same between each device variants and stays the same since the first device software release date, but in this case it was different. We found out that the adsp.img from the Sprint HTC One M8 was different to the others One M8 variants so its probably needed for a proper H&K sound mod function.

The rest of the changes are located on /system partition:
  • system/customize/ACC/default.xml
<item type="boolean" name="support_harman">false</item> has to be changed to
<item type="boolean" name="support_harman">true</item> to make the OS "think" that youre actually using the H&K M8 Edition. This boolean item wasnt present in the early HTC One M8 1.24.401.4 software version.
  • system/etc/tfa/playbackHM.* / playbackHM_l.* files which are mostly related to the equalizer settings
  • system/etc/audio_policy.conf tuned for higher sampling_rate values (up to 192000)
  • system/lib and system/lib/hw libraries, mostly related to the part of the SoC responsible for the audio
This all might sound a little bit complicated, but in fact it was just an explanation about the changes that are required software-wise to enable the H&K support on the regular HTC One M8.

The tricky part is that to flash adsp.img on international version of the HTC One M8 youll need to have Security OFF (S-OFF) device. Without S-OFF you can only update files located on the system partition on your device. Below you can find proper ZIP packages that are suppose to be flashed using custom recovery. First one (for S-OFF devices) together with system partition will also update the adsp.img. The other one (for S-ON devices) will update only system files, however you might not notice any sound improvements without the adsp.img.

Download links:

Harman & Kardon sound mod for the HTC One M8 S-OFF
Harman & Kardon sound mod for the HTC One M8 S-ON

Thanks to baadnewz for brining the initial version of the modification.

Do you have any questions or comments? Feel free to share! Also, if you like this article, please use media sharing buttons (Twitter, G+, Facebook) below this post!


For latest news follow Android Revolution HD on popular social platforms:

Read More..

Monday, March 21, 2016

Polygon Group uses Google Apps to drive disaster response



Editors note: Today’s guest blogger is Mats Randleff, IT Director for Stockholm, Sweden-based Polygon Group, a global provider of property damage restoration, temporary humidity control and property performance services. 

When disaster strikes, Polygon Group is often the first call companies make to help restore their facilities and critical documents. We also provide services like humidity control to prevent property damage, and consult on business continuity and disaster recovery plans. Nearly two-thirds of our 2,800-employees are mobile, so we can be on the spot for our customers whenever we’re needed.
Every minute counts when companies are trying to get back to business after a fire or flood, so our field technicians need reliable communication tools. We used various email systems across our 300 offices, but they needed rigorous IT support to stay up and running. We looked to the cloud for a single system our entire workforce could use and considered Microsoft 365 and IBM SmartCloud (since we’d been using Lotus Notes), but Google Apps stood out as a single, secure system with all the functionality we needed.

We believed our employees would quickly embrace Google tools, since Android was already our most widely used platform for mobile devices. When we tested Google Apps with 50 managers throughout Polygon and saw a 95% satisfaction rate, we wasted no time rolling out Apps to more than 1,900 users worldwide. We worked with Avalon Solutions, a Google Apps Premier Partner in the Nordics, who performed the successful migration and roll-out to our global team.

Since moving to Apps in spring 2013, we’ve achieved significant cost savings. We’ve reduced travel expenses because our workers use video-conferencing on Hangouts to meet rather than coordinate costly and time-consuming in-person meetings. IT support costs are down, too. In fact, compared to our previous Lotus Notes environment, our cost per user is about 50% less – which translates to about $480,000 in annual savings.

Global cooperation has also improved, particularly because group managers have embraced Google Sites as a strategic tool. They’ve created sites for business systems used to report on each group’s operational performance. Managers can monitor financial metrics, key performance indicators, and other information in a single environment that’s easy to use and share. We plan to create sites for our country management teams to track business performance for each region.

Google Apps opens up new ways of working at all levels within Polygon, from managers to field technicians. What began as a search for a new email system has evolved into a complete overhaul of our communications. Today, thousands of Polygon employees across more than a dozen countries communicate and collaborate with ease using Google Apps. The greatest benefit for us is that we now can provide a faster, more effective response to businesses in the challenging and courageous position of overcoming natural disaster.
Read More..

Thursday, February 18, 2016

The Google Fit Developer Challenge winners

Posted by Angana Ghosh, Product Manager, Google Fit

Last year, we teamed up with adidas, Polar, and Withings to invite developers to create amazing fitness apps that integrated the new Google Fit platform. The community of Google Fit developers has flourished since then and to help get them inspired, we even suggested a few ideas for new, fun, innovative fitness apps. Today, we’re announcing the twelve grand prize winners, whose apps will be promoted on Google Play.

  • 7MinGym: All you need is this app, a chair, and a wall to start benefiting from 7 minute workouts at home. You can play music from your favorite music app and cast your workout to Chromecast or Android TV.
  • Aqualert: This app reminds you to stay hydrated throughout the day and lets you track your water intake.
  • Cinch Weight Loss and Fitness: Cinch helps you with detailed information your steps taken and calories burned. The app also supports heart-rate tracking with compatible Android Wear devices.
  • FitHub: FitHub lets you track your fitness activity from multiple accounts, including Google Fit, and multiple wearable devices, including Android Wear. You can also add your friends to compare your progress!
  • FitSquad: FitSquad turns fitness into a competition. Join your friends in a squad to compare progress, track achievements, and cheer each other on.
  • Instant - Quantified Self: Instant is a lifestyle app that helps you track not only your physical activity but your digital activity too and tells you how much you’re using your phone and apps.other activity. You can also set usage limits and reminders.
  • Jump Rope Wear Counter: This simple app lets you count your jump rope skips with an Android Wear device.
  • Move it!: This app packs one neat feature – it reminds you to get up and move about if you haven’t been active in the last hour.
  • Openrider - GPS Cycling Riding: Track and map your cycle routes with Openrider.
  • Running Buddies: In this run tracking app, runners can choose to share their runs and stats with those around them so that they can find other runners similar to themselves to go running with.
  • Strength: Strength is a workout tracking app that also lets you choose from a number of routines, so you can get to your workout quickly and track it without manual data entry. Schedules and rest timers come included.
  • Walkholic: Walkholic is another way to see your Google Fit walking, cycling, and running data. You can also turn on notifications if you don’t meet your own preset goals.

We saw a wide range of apps that integrated Google Fit, and both the grand prize winners and the runner ups will be receiving some great devices from our challenge partners to help with their ongoing fitness app development: the X_CELL and SPEED_CELL from adidas, a new Android Wear device, a Loop activity tracker with a H7 heart rate sensor from Polar, and a Smart Body Analyzer from Withings.

We’re thrilled these developers chose to integrate the Google Fit platform into their apps, giving users one place to keep all their fitness activities. With the user’s permission, any developer can store or read the user’s data from Google Fit and use it to build powerful and useful fitness experiences. Find out more about integrating Google Fit into your app.

Read More..

Tuesday, February 16, 2016

Enhanced add ons experience for Google Docs admins and developers


A year ago, we partnered with loads of great developers to showcase their add-ons for Google Docs. Add-ons have opened up a world of extra features for our users, from a student needing a powerful tool for diagrams to a project manager looking for a handy way to keep their team on track.

Today we’re releasing a couple of updates to help developers share their add-ons with an even wider audience and give Google Apps IT admins more consistent control over which add-ons are used in their organizations.

Developers can now choose to make their add-ons for Docs, Sheets and Forms available for installation across entire domains, which automatically creates a Google Apps Marketplace listing thats easy for customers to find. It also means that admins can install these handy add-ons for their whole organization using just a couple of clicks.


And speaking of admins, we want to make sure they have the control they need when it comes to deciding which add-ons are best suited for their organizations and teams. For example, in particular cases — like in education — it might not be desirable to let all end-users install their own add-ons. With this update, admins will continue to have a “disable add-ons” option for their users, but they can also whitelist add-ons via the Google Apps Marketplace for their entire domain or a specific team.

With these updates, customers can now get all the add-ons they want with all the control they need. Learn more about managing Google add-ons for your organization.
Read More..

FL Studio Mobile apk


Description

FL Studio Mobile allows you to create and save complete multi-track music projects on your Android phone or tablet device. You can even load the FL Studio Mobile projects into the FL Studio Desktop PC version* and take them to the next level. If it’s a beat on the step sequencer, a melody on the piano roll or a full song on the playlist, FL Studio Mobile has you covered. Never lose that idea again. Get it down and happening wherever you are.
FEATURES
• 133 high quality instruments, drum kits & sliced-loop beats
• All instruments have FL Studio desktop counterparts for FL Studio desktop import and extension
• Step sequencer for fast percussion programming and sliced-loop reworking
• Configurable virtual piano-keyboard
• Drum pads
• Browser with preview button and logical sorting into Instruments, Synths, Drum kits & Loops
• Pan, volume, release and attack time configurable per instrument
• Pitch bend via accelerometer
• High quality, battery-friendly audio engine (latency depends on the device)
• Drum loops and sliced loops ready to start your project with a cool beat
• Effects include Limiter, Reverb, Delay, EQ, Amp simulator & Filter to enhance your mix.
• 99 track sequencer and intuitive editing options
• Per-track mute, solo, effect bus, pan and volume adjustment
• Edit at the level of tracks, bars or down to individual notes
• Piano roll editor for manual entry of note & chord sequence data or detailed editing of recorded performances
• Undo and redo for all editable screens
• Metronome with tempo & time-signature settings
• Intuitive positioning of screens with the slide gesture and resize with the pinch gesture
• Save and load your songs, export to WAV and AAC
• MIDI file import/export
• Share your songs via Email or Dropbox
• In-app user manual
• Android 2.3.3 required
• Works with all screen resolutions, but FL Studio Mobile is optimized for 1280x800, 800x480, 960x640 and 480x320 screens.
.
* "FL Studio" desktop PC version (sold separately) is installed, on average, over 30,000 times each DAY making it one of the worlds most popular and exciting music production systems. Everything you need in one package to compose, arrange, record, edit, mix and master professional quality music, the perfect studio partner for FL Studio Mobile. You can download the demo version of the FL Studio Desktop PC version and enhance your FL Studio Mobile projects for free then save to .mp3, .wav, .ogg or .mid format.



DOWNLOAD (APK + DATA OBB)
Read More..

Friday, February 12, 2016

How To recalibrate battery life on HTC devices

This method is an official one, recommended by the HTC Technical Support Team. Finally we have some alternative to the old myth related with re-calibrating the battery by removing the batterystats.bin file from /data/system location, as it has no impact on the battery life.

So if youre having some problems with battery life, for example it rapidly or erratically discharges (the battery indicator says 18% left but then suddenly, 5 seconds later your device is OFF) this procedure should help, as it clears all battery stats, coordinates and normalizes charging. At least HTC Technical Support says that :)

The procedure is simple:
  1. Make sure that Fastboot option is disabled in Power settings.
  2. Turn off your phone.
  3. Plug phone into HTC charger and charge for two minutes or more.
  4. While charging, hold down volume-up + volume-down + power button and continue holding. Phone will turn on and off repeatedly every 15 seconds or so while continuing to hold all three buttons.
  5. Keep this going for 2 minutes, then release all buttons when phone is ON.
  6. Now, let phone charge fully normally (with phone either on or off) and battery level reporting, charging and battery life should be normalized.
So... have you tried it? Did it help? Let me know!

Do you have any questions or comments? Feel free to share! Also, if you like this article, please use media sharing buttons (Twitter, G+, Facebook) below this post!


For latest news follow Android Revolution HD on popular social platforms:

Read More..

Monday, March 24, 2014

Sonys DVDirect VRD MC6 Camcorder To DVD Recorder Creates AVCHD DVDs With 5 1 Sound

Sony DVDirect VRD MC6 Camcorder To DVD Recorder
Sonys new VRD-MC6 DVDirect is a new gadget and it looks and acts an awful lot like the previous VRD-MC10 and VRD-MC5. It can take 1080i video with 5.1 audio off your Handy cam’s drive or Memory Stick and shoot out an AVCHD DVD that plays back on compatible Blu-ray drives like the PS3. It can also transfer standard-definition home videos to DVD discs without the need of a computer from virtually any camcorder, VCR or digital video recorder. The new model includes Digital Video (i.LINK/FireWire/IEEE-1394), Composite Video inputs, and USB (for Sony hard drive, DVD and Memory Stick media-based Handycam camcorders). DVD video discs recorded in this manner are playable in most consumer DVD players.In addition, the VRD-MC6 can directly record digital photos to a DVD as a slideshow or just for photo storage from any of the four popular digital camera memory cards. It supports slots for Memory Stick, Memory Stick Pro, Memory Stick Duo and Memory Stick Pro Duo media, Secure Digital (SD/SDHC) and xD-picture card™ media, or via USB from Sony hard drive, DVD and Memory Stick media based Handycam camcorders. The DVDirect VRD-MC6 will retail for around $229 at Sony Style stores and other major retailers around the country in September.
Source:- Sony
Read More..

Saturday, March 15, 2014

How To check If Your Android Phone Is Rooted or Not

You can now easily check if your Android device is rooted or not. For one reason or the other one may lose the root privilege on an android device. This is not too far fetched since updating OTA may cause root privileges to be lost. Also, sometimes, a need may arise that would require the device to be taken to service centre for repairs. Usually, when an android phone is rooted, the guys at service centre may refuse to accept it for repairs under warranty. So, root needs to be checked and removed before taking it in for service.


Now, there is a small application that allows you to check the root status of your Android phone.

All you need to do is just to head over to the Google Play Store and download a small app called Root Checker by Joeykrim.

Once its installed, just click on Verify Root Access and immediately it will display to you the results as shown in the image below.



One good thing about this app is that it doesnt require root access to check if your device is rooted or not. This small app may come in handy when you need to verify that an Android device has root access or not. 

Like our Facebook page and follow on Twitter for more tech news, info and guides.
Read More..

Friday, March 7, 2014

HP extends enterprise services to spot serious security breaches within minutes

An HP logo HP has unveiled a host of new enhanced enterprise security services and tools, which it claims will let enterprise-size businesses spot security breaches in 12 minutes.

HP announced Supplier Security Compliance Solution and Distributed Denial of Service (DDoS) Protection Services, claiming they will let customers resolve 92 percent of major incidents within two hours of detection. The features fit into HPs existing Managed Security Services (MSS) and Enterprise Services.

MSS chief technologist at HP, Rhod Davies, told V3 the new Supplier Security Compliance Solution builds on the companys experience to help companies become compliant with governments data handling and security laws.

"This grew out of the deployment of one of HPs biggest UK customers. Weve been doing that supplier management for them and it we learned a lot of lessons and have expanded to offer it to our other customers," he said.

He added the compliance tool will also help customers boost security across their supply chain. "Quite a few recent attacks have been not against the organisation itself but against their supplier, because its easier to get around and in through them. So one of our announcements is a series of consulting services that will help. It starts off by letting you see what the threats are and what controls you should have in place, and ultimately offers you the option to have HP run that supply chain compliance," said Davies.

HPs DDoS Protection Services is a key tool built off DDoS protections technology provider Akamais platform. "The DDoS is a general application that plugs into our existing managed services. The underlying platform is Akamais anti-denial of service technology, but weve put a management wrapper around it to make it integrate with the other management services we deliver," he said.

As well as the new services, HP also unveiled its next-generation portfolio of anti-hacker technologies. Key additions include the HP Threat Central, SureStart tools and TippingPoint Next-Generation Firewall (NGFW) services.

Davies explained that HP Threat Central is a community-sourced security intelligence platform designed to increase the amount of threat data being shared by businesses. He added it is an essential step in the firms ongoing battle to combat the recent wave of advanced attacks being created by cyber criminals.

"Weve seen attackers that have their own ecosystem, where they can more or less plug together modules and are specialising in specific forms of attack, and collaborating and sharing information. The attack side has become that much more sophisticated while on the defence side. I think its fair to say a lot of security professionals live in their own little bunkers and dont exchange information," he said.

"This is partly because theyre too busy and partly because theyre worried about the information theyre trying to protect potentially being shared with the competition. We need to step up the level of collaboration."

The centre is aided by HPs upgraded HP ArcSight and HP Fortify security technologies. The technologies are designed to...Read the rest of this post ---->V3
Read More..

Thursday, March 6, 2014

How to use Google Talk on Android



In this post you will learn how to use Google Talk on Android for best game so get your device.

Google Talk which appears on Android phones or tablets as "Talk", is a free to text, chat or make video chat with your Google contacts.

While there are other applications available to text, talk or make video calls, Google Talk offers the opportunity to access your contacts who are using an iPhone, Android or other device such as a tablet or even their Gmail accounts on their computers.

Before starting to use Google Talk on Android you have to have a Google account if you do not have one you can go to mail.google.com and create one. The website will provide step by step instructions.

You created your Google account, you can add friends and contacts who are also Google.

How to use Google Talk on Android for text messages


1. Go to applications.

2. Select "Talk"

3. A list of Google contacts fill the screen.

4. Select a friend and write a message. This works like any other text message application.

How to use Google Talk on Android for a conversation

1. Select "Talk"

2. A list of Google contacts fill the screen

3. A microphone icon appears next to the friends that are available for a conversation.

4. Select the microphone button to invite a friend to talk.

5. Select the "X" button to end the conversation.

How to use Google Talk on Android for Video Chat

1. Select "Talk"

2. A list of Google contacts fill the screen.

3. A video button will appear next to friends that are available for a video chat.

4. Select the video button to invite your friend to video chat.

5. Select the "X" button to end the conversation.
Read More..

Wednesday, March 5, 2014

Amazon Offering up to 50 off Select Transcend SD and MicroSD Cards

gold-box-deal-ah


As part of Amazon’s Gold Box deal today, they are offering up to 50% off a select number of Transcend SD and MicroSD cards as well as a few solid state drives and an external hard drive. Their Gold Box Deal of the day is usually pretty good, so it’s a good idea to check it out everyday. For those of you that still have a phone with a MicroSD card slot, this is a great time to pick one up. Amazon has a 64GB, 32GB, and a 16GB microSD card on sale today, all are under $40. They are actually some pretty good deals and you’re going to want to jump on as soon as possible as this is today (January 27th) only. And it ends at Midnight Eastern time. So be sure to act quickly, before this deal ends.


All of these are in stock, except for the Transcend 1TB USB 3.0 External hard drive, which should be in stock on Wednesday, January 29th. We’ve got the links down below for all of these products, if you’re interested in picking any of these up. How many of you are looking for a new microSD card for your phone or an SD card for your camera or other device? Let us know if you pick up one of these in the comments below.



Via: Android Police


The post Amazon Offering up to 50% off Select Transcend SD and MicroSD Cards appeared first on AndroidHeadlines.com |.






via AndroidHeadlines.com | http://ift.tt/1gkOf1Y
Read More..