Bagi sebagian traveler pemula mencari rute perjalanan adalah hal yang sedikit sulit. Nah kali ini saya akan bagikan cara agar kamu tidak nyasar saat berkunjung ke tempat wisata.
1. Install Aplikasi Peta Digital.
Nah ini wajib, dengan aplikasi peta digital ini kamu akan lebih mudah mencari alamat tempat wisata yang kamu tuju.
2. Rencanakan Rute Perjalanan
Sebelum mengunjungi kota tujuan atau tempat wisata tujuan ada baiknya kamu terlebih dulu melakukan perencaan rute perjalanan. Dengan begini kamu ngga akan bingung ketika nanti sampai di tujuan.
3. Pelajari Rute Angkutan Umum
Hal ini penting sekali. Sebab dengan angkutan umum biaya perjalanan kamu akan lebih hemat. Nah, sebelum ada baiknya kamu pelajari dan catat terlebih dulu rute angkutan umum yang mungkin akan kamu naiki.
4. Siapkan Uang Darurat
Selalu siapkan uang tunai untuk keperluan darurat, seperti ketika kamu terpaksa harus naik taksi atau ojek yang tentunya membutuhkan uang cash.
Nah itu dia beberapa hal yang harus kamu siapkan biar kamu ngga nyasar di jalan. Oiya kalau kamu lagi di Jakarta dan sekitarnya dan ingin rekreasi coba deh cek daftar Tempat Wisata di Bandung ini dijamin ngga bakal nyesel
Timelapse video merupakan hasil penggabungan beberapa foto yang
diambil dengan interval tertentu. Biasanya video timelapse digunakan
untuk merekam pergerakan yg sifatnya lambat contoh pergerakan awan,
pergerakan matahari dan pergerakan bintang. Kali ini saya akan
menjelaskan cara membuat timelapse video pada kamera xiaomi yi. Kamera
xiaomi yi menyediakan fitur timelapse photo.
Xiaomi Yi Timelapse Video Fitur
ini dapat digunakan untuk mengcapture objek dengan interval yang dapat
disetting melalui aplikasi Yi Camera. Hasil dari timelapse photo ini
akan menghasilkan banyak file foto yang telah dicapture dengan interval
yang telah disesuaikan tadi. Lihatlah gambar di bawah ini, banyak foto
yang kelihatannya sama. Namun jika diperhatikan dengan detail pasti ada
perbedaannya, karena tiap gambar diambil pada waktu yang berbeda
beberapa detik. Gambar di bawah ini merupakan hasil timelapse foto
sunrise saya.
You must have Oracle Java JDK or OpenJDK on your system before installing Android SDK. OpenJDK (aka Open Java Development Kit) is a free and open source implementation of the Java programming language Moreover, you will learn how to:
Prepare your development environment and ensure it meets the system requirements.
Install the Android Software Development Kit (SDK)s
Download and Configure the Eclipse Integrated Development Environment (IDE)
Install the Android Development Tool (ADT) Plugin for Eclipse IDE
Add Android platforms and other components to your SDK
Create your Android Virtual Device (AVD)
Method 1 of 6: Prepare your Development Environment
1
Prepare your Ubuntu Linux development environment and ensure it meets the system requirements. First, boot up Ubuntu Linux,make sure you have an implementation of the Java JDK installed on your system, whether it is OpenJDK or Oracle Java JDK, which lays the foundation for the Android SDK. If you don't have the Java JDK installed on your system please install it, you can obtain the Oracle Java JDK from Download the Oracle Java JDK,for more information on:
this command installs OpenJDK JRE( Java Runtime Environment ) on your system
You have choice between installing OpenJDK or installing Oracle Java. I strongly recommend installing Oracle Java because it is usually the most well maintained and up to date version of Java.
2
If you are running a 64-bit distribution of Android SDK on your development machine, you need to install the ia32-libs:
Type/Copy/Paste: sudo apt-get install ia32-libs
This command installs additional libraries needed for development with the Android SDK
Type/Copy/Paste: javac -version
this command checks for the Java JDK on your system:
It should respond back with:
javac 1.7.0
or something very similiar
Type/Copy/Paste: java -version
this command checks for the Java JRE ( Java Runtine Environment ) on your system
Method 2 of 6: Download and Configure Eclipse Integrated Development Environment (IDE)
1
You want to make sure you have the Eclipse Integrated Development Environment (IDE) installed on your system,for example select Eclipse Classic, and download the version for your system architecture such as 32bit or 64 bit version for Linux. If your computer system has 4GB or more of memory most likely it is a 64 bit computer. You can tell if your Ubuntu Linux operating system is 32 or 64 bit by opening up a terminal and running the following command:
Type/Copy/Paste: file /sbin/init
Download Eclipse IDE it will download into your /home/"your_user_name"/Downloads
Select the correct bit version for your corresponding system architecture. For example, if you are on 32-bit Ubuntu Linux select 32-bit Eclipse IDE and if you are on 64-bit Ubuntu Linux select 64-bit Eclipse IDE.
2
This is an example of a 64-bit Eclipse IDE setup on 64-bit Ubuntu Linux operating system.
Type/Copy/Paste: cd /home/"your_user_name"/Downloads
this command makes the eclipse binaries executable for all on the system
Type/Copy/Paste: sudo -s tar xvzf eclipse-SDK-3.7-linux-gtk-x86_64.tar.gz
this unpacks your Eclipse IDE compressed binaries
Type/Copy/Paste: exit
this command takes you out of root user
3
Open up a terminal and enter the following commands:
Type/Copy/Paste: cd /home/"your_user_name"/Desktop
this will change you into your user Desktop, make sure you are not root
Type/Copy/Paste: ln -s /usr/local/eclipse/eclipse
Type/Copy/Paste: chown "your_user_name" eclipse
this will make the Eclipse symbolic link located on your desktop belong to the user
Important, make sure you are not root when you create this symbolic link from your Eclipse IDE /usr/local/eclipse directory to your Desktop /home/"your_user_name"/Desktop
Method 3 of 6: Download, Install and Configure the Android SDK
1
Download the Android SDK, click on the Linux tarball, android-sdk_r22-linux.tgz and save it to your /home/"your_user_name"/Downloads directory, open up a terminal and run the following commands:
Type/Copy/Paste: cd /home/"your_user_name"/Downloads
this will change you into your Downloads directory
this will install the ADT plugin tool for all users on the system
2
Install the ADT Plugin for Eclipse, the ADT is a plugin for the Eclipse IDE.Before you can install or use ADT, you must have a compatible version of Eclipse installed on your development computer. Start Eclipse, then select Help > Install New Software. Click Add, in the top-right corner. In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location
Note: If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons)
4
In the Available Software dialog, select the checkbox next to Developer Tools and click Next. In the next window, you'll see a list of the tools to be downloaded and Click Next. Read and accept the license agreements, then click Finish.
Note: If you get a security warning saying that the authenticity or validity of the software can't be established, click OK.
5
When the installation completes, restart Eclipse. Configuring the ADT Plugin, after you've successfully downloaded the ADT as described above, the next step is to modify your ADT preferences in Eclipse to point to the Android SDK directory:
Select Window > Preferences... to open the Preferences panel
Select Android from the left panel. You may see a dialog asking whether you want to send usage statistics to Google. If so, make your choice and click Proceed. You cannot continue with this procedure until you click Proceed.
6
For the SDK Location in the main panel, click Browse... and locate your downloaded SDK directory, which should be /opt/android-sdk-linux ,Click Apply, then OK.
Method 5 of 6: Add Android platforms and other components to your SDK
1
Adding Platforms and Other Component,in setting up your SDK is using the Android SDK and AVD Manager (a tool included in the SDK starter package) to download essential SDK components into your development environment. The SDK starter package, which you've already downloaded, includes only a single component: the latest version of the SDK Tools. To develop an Android application, you also need to download at least one Android platform and the associated platform tools. You can add other components and platforms as well, which is highly recommended.
2
Open Eclipse and click Window->Android SDK and AVD Manager->Installed packages and click update all. Simply click Install to accept the recommended set of components and install them
3
On Linux, open a terminal and navigate to the /opt/android-sdk-linux/tools directory in the Android SDK.
Type/Copy/Paste: sudo -s
Type/Copy/Paste: cd /opt/android-sdk-linux/tools
this will change you into the android sdk tools directory
Type/Copy/Paste: ./android
this command will run the Android graphical user interface, in most cases you will have to be root user in order for the Android SDK to download updated components to the opt/android-sdk-linux directory.To download components, use the graphical UI of the Android SDK and AVD Manager to browse the SDK repository and select new or updated components. The Android SDK and AVD Manager installs the selected components in your SDK environment.
Method 6 of 6: Create your Android Virtual Device (AVD)
1
Once all the components for Android have been updated you will need to create an Android Virtual Device.
Click on Window->Android SDK and AVD Manager->Virtual Devices in order to create a Android Virtual Device ( emulator ).
Click New, scroll down to the box that says name and assign an Android Virtual Device name such as: My_AVD
Next click on the box that says target and use the arrow button and scroll down and select appropriate Android version you want to develop with such as, Android 3.2-API Level 13.
Next scroll down to the box that says Skin and Click on Resolution, enter the numbers 420x580 and select Create AVD, this will create your Android Virtual Device ( emulator ), for program testing.
2
Congratulations, you should now have the Android SDK setup to work with Eclipse IDE and you can begin developing Android Applications.
Nah,setelah kita mempunyai senjata lengkap alias bahan-bahan untuk installasi barulah kita lanjut pada tahap yang kedua yaitu.:
1). Install pes 2012.apk jangan langsung di buka tapi tutup dulu. 2). Ekstrak data pes.zip (boleh di sembarang tempat asal masih di dalam kartu memori) 3). Copy hasil ekstrak data pes yang berisi data game konami. 4). Paste hasil copy ke dalam folder android/data/ (paste disini..) 5). Setelah semua tahap di atas selesai barulah kita bisa membuka pes2012.apk yang sudah kita install tadi... 6). Finished...instalation..
Perhatian :Saya tidak bertanggung jawab bila galaxy young anda bootlop atau terjadi yang tidak dinginkan karena saya disini hanya berbagi pengalaman. Jadi lakukanlah dengan benar dan hati-hati kalau anda tidak mau menerima resiko bootloop dan harus flash samsung galaxy young anda via odin.
Berikut Cara Mudah Root Samsung Galaxy Young:
Siapkan Samsung Galaxy Young anda, pastikan baterai terisi penuh atau setidaknya 50%
Download file untuk root yang bernama update zip disini
Letakkan file update.zip tersebut di SD Card, letakkan di luar saja jangan di dalam folder biar mudah saat proses root nanti.
Matikan Ponsel anda
Masuk ke android recovery mode dengan cara menekan tombol Home + Power + Volume Up secara bersamaan selama beberapa detik pada saat ponsel dalam keadaan mati
Jika sudah masuk ke recovery mode pilih Apply update from sd card. Gunakan volume up untuk mengarahkan ke atas, volume down ke bawah, dan home untuk memilih.
Pilih file yang bernama update.zip yang sudah anda letakkan di sd card tadi. Tunggu hinggga proses selasai kemudian pilih Reboot system now.
Lihat apakah sudah ada aplikasi Superuser, kalau ada berarti anda telah berhasil melakukan root pada samsung galaxy young anda, selamat mencoba.