Chrome Live How Chrome is shifting the device landscape



Today at Chrome Live, we showed how Chrome continues to make the way we work faster, simpler and more secure, while businesses like Netflix, Pinterest and Chico’s shared how Chrome for Work is bringing innovation to their workplaces.


We also announced new Chrome products and features that make it simpler to bring Chrome to work, including:

  • Chromebook integration with Box for more ways to bring your files to the cloud: Now, you can seamlessly access your Box documents from a Chromebook, just as you would access your local documents. This means that with your Chromebook, you’ll have access to even more applications, no matter where you are.
  • Bringing face-to-face meetings to larger rooms: Last year, we launched Chromebox for meetings so you can have face-to-face conversations with colleagues in remote offices and still feel like you’re in the same room. Today, we announced a new version of Chromebox for meetings that powers meeting rooms fitting up to twenty people. The hardware in the bundle includes a Chromebox powered by Dell, Asus, and HP, a pan tilt zoom camera, and more; just bring your own display. From huddle rooms to large conference rooms, you can now affordably bring video meetings to more office spaces.
  • Improvements to Chrome management for Chrome-dedicated devices: A few weeks ago, we announced over a dozen Chrome partners in the digital signage space. We’ve also improved ongoing reporting to monitor the health of your kiosks and signage at all times. You’ll get alerts from Chrome management if a screen goes down and can remotely reboot the device to get it back online without dispatching a technician. You can also get live updates about system usage and capture screen grabs to see exactly what viewers see.
  • Bringing Chrome management pricing flexibility to more places: We’re adding pricing flexibility to Chromebook management at a subscription fee of $50/year and announcing availability in seven new countries: Japan, Australia, New Zealand, Thailand, India, UK and France.

If you weren’t able to attend the live session, you can still watch the event on demand. Feel free to share your thoughts, impressions and questions using #chromelive15 on social media.

Read More..

How to Copy ROM zip file to the freshly wiped device


Have you ever been in a situation where you mistakenly (or not) wiped the content of the internal storage (including system partition and virtual SD card) on your phone or tablet and unfortunately it doesnt support external storage? Now you cant flash desired custom ROM because you removed it and the device cant be booted due to wiped system partition. Dont worry - its very easy to fix!

Here are the steps you need to follow to copy the correct rom.zip package to your internal storage:
  1. Download this mini-sdk package and extract it to c:mini-sdk
  2. Rename the custom ROM package you want to flash to "rom.zip" and copy it to 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 shell
  8. mount /data (error might mean that /data partition is already mounted)
  9. on Android 4.2 and above: mkdir -p /data/media/0
  10. on Android 4.1.2 and below: mkdir -p /data/media
  11. exit
  12. on Android 4.2 and above: adb push rom.zip /data/media/0
  13. on Android 4.1.2 and below: adb push rom.zip /data/media
  14. Wait for a few minutes until the file is copied. It will looks like command shell is not responding, but that means its still copying. Wait patiently until youll see blinking cursor again.
  15. Depends on your custom recovery, use the navigation keys to flash the custom rom.zip package in a typical way you used to flash custom ROMs. It should be on your internal storage now. Done!
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!
Read More..

Blog Archive

Powered by Blogger.