Thứ Năm, 31 tháng 10, 2013

Cara Mengirim / menerima SMS Tanpa Telepon

Cara Mengirim / menerima SMS di Chrome Tanpa Telepon [ Android ]

Pernah pergi ke pekerjaan atau sekolah tapi lupa membawa telepon Anda? Anda bisa meminjam rekan atau telepon teman sekelas untuk teks darurat atau panggilan, tetapi tidak ada cara untuk menerima pesan yang dikirim ke telepon kita. Jika Anda memiliki akses ke komputer maka Anda dapat menggunakan jaringa sosial onlinen lain Anda untuk berkomunikasi dengan teman-teman tapi bagaimana dengan mereka yang tidak nyaman menggunakan metode ini?

Bagaimana menggunakan browser Chrome untuk mengelola SMS Anda tanpa menggunakan ponsel Anda? Kami telah menemukan, Anda dapat melakukannya dengan MightyText, yang  dikenal sebagai Texty.
MightyText adalah sebuah aplikasi Android yang akan menyinkronkan SMS Anda dengan browser Chrome melalui extension. Hal ini memungkinkan Anda untuk menggunakan Chrome untuk mengirim dan menerima SMS Anda selama keadaan darurat seperti ini.

Mengirim dan menerima SMS melalui Chrome

Untuk mempersiapkan ini , men-download MightyText Android App on di ponsel Anda dari Google Play.
MightyText Android App

Ketika instalasi selesai, buka aplikasi dan setup lengkap dengan menghubungkan MightyText dengan akun Google Anda.
Kemudian install MightyText Chrome Extension pada browser Anda.
MightyText Chrome Extension

Setelah instalasi selesai, Anda akan diminta dengan pemberitahuan bahwa Anda dapat mulai mengirim dan menerima SMS dari Browser Chrome Anda. Sebuah ikon sekarang telah ditambahkan ke browser Anda. Klik ikon MightyText.
Chrome Icon

Setelah mengklik ikon MightyText, Anda akan diminta dengan status account Anda: Anda belum login in ke akun Google Anda. Klik link untuk masuk menggunakan akun Google Anda.
Connect Google

Ini akan mengarahkan Anda ke halaman baru untuk memungkinkan akses. Klik ‘Allow’.
Connect Google

Setelah akses sudah diberikan, Anda akan melihat popup di sudut kanan atas layar komputer Anda memberitahu Anda tentang berapa banyak pesan yang telah diterima sejak Anda menginstal aplikasi Android. Sekarang setiap kali bila Anda menerima SMS, Anda akan melihat popup ini.
SMS notification

Yang mengatakan, Anda sekarang dapat mulai mengirim dan menerima SMS dari komputer Anda tepat di browser Chrome. Kapan saja Anda perlu menggunakan aplikasi, buka browser Chrome Anda dan klik pada ikon MightyText untuk melihat halaman SMS MightyTex.
MightyText Extension

Di bar atas, ada pemberitahuan untuk melakukan sinkronisasi kontak Anda. Klik untuk sinkronisasi MightyText dengan kontak Google Anda sehingga nomor ponsel akan muncul sebagai nama teman Anda, bukan nomor mereka. Untuk menulis pesan baru, cukup klik tombol 'Compose New'.

Anda akan dapat menggunakan MightyText dengan Chrome browser Anda selama Anda terhubung ke Internet. Perhatikan bahwa jika Anda mengirim SMS dari browser Anda, Anda akan tetap dikenakan biaya dengan biaya SMS standar. Ini hanyalah salah satu dari banyak cara Chrome adalah membuat hidup Anda jauh lebih mudah.
Via hongkiat.com
Cara Mengirim / menerima SMS Tanpa Telepon

Thứ Bảy, 26 tháng 10, 2013

How to Run Android OS on Windows

Do you want to try Android on your Windows device, get a taste of the latest Android release for testing or fun, or even for developing Android apps? Whatever your needs may be, here is how you can try the latest Android on Windows.
As Android is an open source mobile technology and platform, that means, anyone can access its code or system images from the AOSP (Android Open Source Project). And that’s what you need to have for running Android virtually on Windows.

Android can be easily virtualized on a Windows PC. It’s as easy as downloading some tools, installing, configuring and running them. What you need is the right procedures which we are going to show you here, plus some solutions to troubleshoot common problems.
Note:
This tutorial was written to virtualize Android 4.2.2 JellyBean using 64-bit Android SDK Bundle running on Windows 8, but steps will be similar for any other Android release, or Windows architecture or release.

Prerequisites

Let’s start by looking over the requirements for running Android in a virtual environment.

(1) Windows PC: 
 A computer running XP or any later version of Windows operating system will do fine, i.e., XP, Vista, 7, 8, or any later version.

(2) Java:
Java 6 or later must be installed on your computer, because it’s required by the Android SDK Bundle. Install the latest available Java version for your platform.

(3) Android SDK Bundle:
The latest version of Android SDK bundle is required. Download and extract the file into a directory. You will see a folder named "adt-bundle-windows-…" This folder is referred to as the “Android SDK Folder" for the remainder of this tutorial. It contains two folders named “eclipse" and “sdk", and one file named “SDK Manager.exe".

(4) Android SDK packages:
Open “SDK Manager.exe" from the Android SDK Folder. Check “Android 4.2.2 (API 17)" in the SDK Manager. This gives you the necessary SDK packages for running Android in a virtualized environment.
 
Note: 
 You can decrease the download size by unchecking unnecessary sub-packages of the Android release. Click on the extend button (>) beside the Android release. Check only these sub-packages:
  • SDK Platform
  • ARM EABI v7a System Image
  • Google APIs.
Then, click on Install packages… to download and install the required packages.

Create and run Android Virtual Device

Time to create your first Android Virtual Device.

(1) Open “SDK Manager.exe" from the Android SDK Folder. Browse to Tools > Manage AVDs. The Android Virtual Device Manager will open.


(2) Click on the New… button (top right) and you will see the Create new Android Virtual Device (AVD) window appear. Configure the new AVD as per the following configurations:
AVD Name:Any name
Device:Galaxy Nexus (4.65", 720 x 1280: xhdpi)
Target:Android 4.2.2 – API Level 17
CPU/ABI:ARM (armeabi-v7a)
Keyboard:Checked
Skin:Checked
Front Camera:None
Back Camera:None
Memory Options – RAM:768
Memory Options – VM Heap:32
Internal Storage:200 MiB
SD Card – Size:500 MiB
Emulation Options- Snapshot: Unchecked
Emulation Options – Use Host GPU: Unchecked
Amazon

(3) You can now view it in the list of existing AVDs in the AVD Manager. Congratulations on creating your first Android Virtual Device!
To start this up, select the AVD in the AVD Manager. Click on Start, then Launch. Wait for it to boot up then enjoy.


And there you have it, Android running on your Windows PC. Click around and get a feel of the Android interface (if this is your first time) before we get to the next section: trying out Android apps.

App Installation In AVD

While Google Play Store is the primary source of Android apps, unfortunately it is not present in the Android Virtual Device (AVD). However, there is a method to install apps in the AVD using Android Debug Bridge (ADB). We’ll also show you how to uninstall unwanted apps.

Installing An App

We’re going to run by you the steps required to install an app. We’re using the UC Browser Mini as an example.

(1) With AVD running, download the apk file for UC Browser Mini from AppsZoom (search for your app, open the page for your app from the search results, click on Download tab in the opened page, and click on the option to direct download APK file).

(2) Copy the downloaded file to "Android SDK Folder\sdk\platform-tools".

(3) Open the command prompt from the Start menu or screen then type:
For example, Android SDK Folder on our test computer was located at “D:\And\adt-bundle", so the command changes to “cd D:\And\adt-bundle\sdk\platform-tools".

(4) Type “adb start-server" at the prompt. It should report that the daemon started successfully.

(5) Type “adb devices" at the prompt. It should report a connected device with “emulator". If no device is reported, then you may not have started the AVD. Restart, wait for the android’s home screen, and re-type “adb-devices" at the prompt.


(6) Type “adb install <APK File>" at the prompt, after changing <APK File> with the name of the .apk file (of the android app) you want to install in the AVD. For example, the .apk file on our test sytem was named “ucb-mini.apk", so the command changes to adb install ucb-mini.apk.

(7) Wait while ADB pushes the APK file into the AVD and installs it. It might take some time depending on the size of the app which you’re installing. When the installation is complete, It should report success.

Uninstalling An App

Inside the AVD, Go to Settings from the app launcher, then to Applications > Downloaded. Click on the app you want to remove, then click Uninstall. Click OK to confirm then wait. That’s it.

Troubleshooting

Lastly, here are some of the problems you might encounter and the suggested solutions.
Internet not working in the AVD.
Please check if your firewall or internet security program is blocking Internet access for the program named “emulator-arm.exe".
Can’t set the RAM greater than 768MiB for the AVD.
Setting the RAM for AVD greater than 768MiB on Windows will cause the AVD to crash because of non-allocation of required memory due to platform restrictions. Please choose a maximum of 768MiB if you are experiencing crashes or errors.
AVD running too slow or hangs
Running the latest releases of Android on 768MiB of RAM can make it slow. Additionally, it will become slower if you’ve installed many apps in the AVD. If you need a fast and responsive AVD, then create a new AVD with an older release of Android (Android 4.0 ICS or older versions will run better).

Via hongkiat.com
How to Run Android OS on Windows

Clean Install OS X Mavericks via Bootable Flash Drive

If you are looking to install the latest free operating system from Apple – Mac OS X Mavericks – on an existing machine but want to start from a clean slate leaving all the space-ahogging files and applications behind, a clean install is what you need, and this post is going to show you how.
mavericks clean installation
We’ve previously showed you how to perform a clean installation of Mac OS X Mountain Lion via bootable USB flash drive. However, the same method will not work for this version. The OS won’t boot from the flash drive upon restart.
In this post, we will give you a walkthrough (expect lots of screenshots) through the entire process of:
  1. Creating a bootable OS X Mavericks on USB flash drive, so you can
  2. Perform a clean installation on any iMac, or MacBook.

Getting Started

Before we start, here are some of the things you will need:
  1. A relatively fast and stable Internet connection as we will be downloading the entire Mac OS X Mavericks (file size: about 5.3GB).
  2. If you are installing on a Macbook, make sure it is connected to a power source first.
  3. A USB flash drive, empty and format-able, with a storage capacity of at least 8GB.
All good? Let’s roll.

1. Create a bootable Mac OS X Mavericks

Here is an overall idea what we will be doing in the first section of this guide. First we will download a copy of the Mac OS X Mavericks, instead of installing we will transfer the installer (packages and files) to our USB flash drive and make it bootable.
(1.1)
We will first update all available apps. Launch App Store, go to the Updates tab.
update all apps
(1.2)
Hold down the Option key, click Free Upgrade to start the OS X Mavericks download.
Note #1: Login with username and password may be required.
free upgrade mavericks
Note #2: Mac OS X Mavericks is 5.29GB. The download may take from 30 minutes to few hours depending on your Internet connection.
You may want to grab yourself a cup of coffee, check out some cool and creative Macbook decals we had previously featured, or go work on something else, and check back when it is done.
mavericks download time
(1.3)
Next, plug in your USB flash drive and:
  • Open Disk Utility
  • Look for your flash drive’s name on the left panel (refer to the screenshot below) and select it
  • Go to the Erase tab
  • Select “Mac OS Extended (Journaled)” for Format
  • Hit Erase button
This will only take a few minutes. Close Disk Utility after it is done.
(1.4)
Launch Terminal, paste the following code (Source) inside and hit Enter. This will copy Mavericks’ installation files into your USB flash drive. Password verification will be required.
sudo /Applications/Install\ OS\ X\ Mavericks.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ OS\ X\ Mavericks.app --nointeraction
copy files terminal command
Note #1: It may seem like Terminal is idle or not responding much after you hit Enter (most of it is like the screenshot below), but it is perfectly normal.
copy files process
Note #2: The entire process will take approximately 20 – 25 minutes. Grab yourself another coffee, or check out how Apple’s newly launched iPads faired against its competitors.
Here’s how your Terminal should look like when the copying process is done. Quit Terminal but keep your USB flash drive plugged in. We now have a bootable OS X Mavericks in the flash drive.
copy files done

2. Clean re-installation

In this second half of the guide, we will make use of the flash drive to perform a clean installation.
(2.1)
Restart your Mac, with the flash drive plugged in, and hold down the Option key until you land on a boot menu (refer to the screenshot below). Double click on Install OS X Mavericks.
restart mac
(2.2)
Next, on the OS X Utilities dialogue screen, select Install OS X. Click Continue.
install os x
(2.3)
Follow the next few instructions on the screen. Click Continue to proceed, Agree to the software terms, Select a hard disk, and click Install.
proceed installation
(2.4)
The installation preparation process will now begin and will take approximately 7 – 15 minutes.
Note: During the installation process, you may experience the indicator hanging at “About a second remaining” for few minutes. Do NOT press cancel, just wait it out.
installation preparation

That’s it!

Your Mac will then restart, and will wrap up the installation process in another 30 – 40 minutes. When this is done, your Mac will restart automatically (again), leaving you at the login screen of a fresh copy of Mac OS X Mavericks.
Note: Run App Store to make sure all applications are updated and compatible with the latest operating system.

Via hongkiat.com
Clean Install OS X Mavericks via Bootable Flash Drive

Bài đăng phổ biến