jack-Axle sinau linux jack-Axle sinau linux jack-Axle sinau linux

Minggu, Mei 12, 2013

Link2SD + A2SDGUI + Swapper Samsung galaxi Y Duos

[GUIDE][GT-S6102]
Increase Performance
& Save Internal Memory
Using
Link2SD + A2SDGUI + Swapper

================================================

O.K,, I'll give method how to Increase Performance & Save Internal Memory For GT-S6102 [Galaxy Y Duos].
I will use 3 applications for this method..
- Link2SD
- A2SD GUI
- Swapper
Applications can be downloaded from google play..
For more details, Follow this GUIDE :
*
make a nandroid backup using cwm before doing this method

1. We must have 3 partitions on sd card (FAT32, Ext2 & Swap)


Quote:


2. Install Custom Kernel (init.d support)

Quote:
You can try iDuos Kernel 1.3.1
Thanks
manoranjan2050 for Great Kernel..
Visit this thread to download iDuos Kernel 1.3.1
http://forum.xda-developers.com/show....php?t=1707029
@ #1 –> Download - > iDuos 1.3.1 Update.Zip

Install iDuos Kernel from CWM
Visit this thread to download CWM
for Galaxy Y Duos
http://forum.xda-developers.com/showpost.php?p=25140720
Thanks Millan.SIS for Great CWM..

How To Install iDuos Kernel 1.3.1 :
a. After download CWM-try1.zip & iDuos 1.3.1_install.zip - - put to root of your sd card
b. Boot Stock Recovery (Press & hold: Power + Volume Up + Home keys & release when sgy duos logo appears)
c. Choose: apply update from sdcard
d. Choose: CWM-try1.zip
e. Choose: install zip from sdcard
f. Choose: choose zip from sdcard
g. Choose: iDuos 1.3.1_install.zip
h. Choose: Yes – Install …
i. Press Back key - - reboot system now
After reboot, check kernel (Settings --> About phone) :


3.
Root Your phone..

Quote:

Download Root from here : http://forum.xda-developers.com/show....php?t=1611830
Thanks To Millan.SIS

How To Root Your phone..
a. After download update_3.zip- - put to the root of your sd card
b. Boot Stock Recovery (Press & hold: Power + Volume Up + Home keys & release when sgy duos logo appears)
c. Choose: apply update from sdcard
d. Choose: update_3.zip
e. reboot system now
f. Please check in app drawer, do you have Superuser icon? If yes, You've already rooted your phone..




4. Install Link2SD

Quote:

Download From Market @ Play Store (Google play)


How to use Link2SD in this method :
a. After download & Install Link2SD from Google play
b
. Go to : Settings --> Applications --> Development --> Tick USB Debugging & Allow mock locations


c. Run Link2sd & do it like this :



d. Turn on Your phone --> run Link2sd again & check..



5. Install A2SDGUI - Darktremor A2SD GUI

Quote:

Download A2SD GUI From Market @ Play Store (Google play)


How To use A2SDGUI in this method :
a. After download & Install A2SDGUI from Google play..
b. Run A2SDGUIif A2SDGUI can’t start..

Don’t worry..
c
. Reboot Your phone..
d. Boot Stock Recovery (Press & hold: Power + Volume Up + Home keys & release when sgy duos logo appears)
e. Apply update from sdcard --> CWM-try1.zip --> install zip from sd card --> choose zip from sdcard --> dtapps2sd-2.7.5.3-beta04-signed.zip --> Yes – Install --> Reboot system..
Download dtapps2sd-2.7.5.3-beta04-signed.zip from here :
http://forum.xda-developers.com/showthread.php?t=715940
Thanks To tkirton for Great App & Scripts..

f. Run A2SDGUI.. Now A2SDGUI Working..

Don't tick Dalvik Cache on SD-EXT..!!!
Don't tick Dalvik Cache on /cache..!!!


6. Increase Performance (Increase of RAM)

Quote:

Download Swapper From Market @ Play Store (Google play)

How To use Swapper in this method :
a. After download & Install Swapper from Google play..
b. Run Swapper Configuration --> Tick Active Swap on Boot --> Swap File Position: SD Card FAT Partition --> Swap file size: 200 --> Save – Wait until finish…!!!


c. Now run A2SDGUI --> System Info:

Woow..

NOW YOU HAVE MORE PERFORMANCE & YOU CAN SAVE YOUR INTERNAL MEMORY

maaf artikel ini saya kopi paste dari
forum.xda-developers.com sengaja saya simpen buat dokumentasi sendiri dan barangkali bermanfaat bagi anda

Link2SD + A2SDGUI + Swapper Samsung galaxi Y Duos

Jumat, Agustus 24, 2012

Configuring koneksi wireless di bt

Artikel ini bertujuan untuk menjelaskan berbagai langkah yang diperlukan dalam mengkonfigurasi konektivitas nirkabel di dalam Backtrack . Hal ini juga layak disebutkan bahwa Backtrack didasarkan pada Ubuntu / Debian Anda mungkin menemukan langkah dan solusi, dalam artikel ini berguna ketika berhadapan dengan lainnya Ubuntu / Debian masalah wireless.


STEPS

1. Install wicd
Pertama, Anda akan perlu menginstal wicd dan menghapus jaringan manager-standar (jika terpasang). wicd merupakan open source kabel dan manajer jaringan nirkabel untuk Linux yang akan kita gunakan nanti untuk mengkonfigurasi koneksi nirkabel Anda.

sudo apt-get update
sudo apt-get purge network-manager
update-rc.d -f networking remove
sudo apt-get autoremove
sudo apt-get install wicd
/etc/init.d/wicd start
update-rc.d wicd default
s

2. Tentukan Kartu Wireless
Selanjutnya Anda akan perlu untuk menentukan membuat dan model kartu nirkabel Anda dalam sistem Anda. Hal ini dicapai dengan menjalankan perintah berikut:
root@bt:~# lspci | grep Network
02:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)

3. Download Drivers
Saya menemukan sumber terbaik untuk driver Linux nirkabel dapat ditemukan di sini: http://linuxwireless.org/en/users/Download/stable/
Dalam contoh ini kita akan men-download paket driver lengkap dan kemudian menentukan driver yang Anda yang untuk mengkompilasi.
    3.1 DOWNLOAD
 wget http://www.orbit-lab.org/kernel/compat-wireless-2.6-stable/v2.6.38/compat-wireless-2.6.38-rc4-1.tar.bz2     
    3.2 COMPILE
Berdasarkan pada kartu wireless saya Atheros AR9285 menjadi driver ath9k dipilih.

bunzip compat-wireless-2.6.38-rc4-1.tar.bz2
tar xvf compat-wireless-2.6.38-rc4-1.tar
cd compat-wireless-2.6.38-rc4-1
./scripts/driver-select ath9k
make
sudo make install
sudo make unload reboot
4. Confirm MODULE LOAD

root@bt:~# lshw -C network -network
       description: Wireless interface
       product: AR9285 Wireless Network Adapter (PCI-Express)
       vendor: Atheros Communications Inc.
       physical id: 0        logical name: wlan0
       version: 01
       serial: c4:17:fe:5a:c4:d8
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=ath9k driverversion=2.6.35.8 firmware=N/A ip=10.1.1.35 latency=0 link=yes module=ath9k multicast=yes wireless=IEEE 802.11bgn


Anda juga dapat memeriksa untuk melihat apakah modul (driver) dimuat dengan menjalankan perintah - lsmod | grep ath9k
5. Configure WiFi Connection
Selanjutnya Anda akan perlu untuk mengkonfigurasi koneksi Anda, menambahkan pengaturan Anda seperti kunci, enkripsi dll dll Untuk mengakses Network Manager Wicd pergi ke "Menu K" -> Pilih "Internet" dan klik pada "Network Manager Wicd".
Setelah Anda telah mengkonfigurasi pengaturan Anda, Anda harus memiliki konektivitas wireless yang dibutuhkan dalam Backtrack.

ISSUESSetelah konfigurasi diatas seleasai,Jika saat menghubungkan wirelessa dan anda mendapatkan pesan
Unable To Get IP Address 

atau kemudian anda mengkonfigurasi static IP address ,kemudian dapat pesan 

 Connection failed: Could not contact the wireless access point

SOLUSI

UNTUK MENGATSI PESAN ERROR DIATAS ANDA COBA HAPUS FILE BERIKUT DAN RESTART

sudo rm /etc/udev/rules.d/70-persistent-net.rules

TEST IN BT5 R3 GNOME

THE END

Configuring koneksi wireless di bt

Jumat, Maret 16, 2012

menambah atau menginstall apikasi sabily di ubuntu

Pastikan komputer terkoneksi dengan internet lalu ketik di terminal:

#sudo add-apt-repository ppa:sabily.team/ppa && sudo apt-get -q update
#sudo apt-get install sabily

Saya sudah uji coba pada ubuntu 11.10 dan Sukses

menambah atau menginstall apikasi sabily di ubuntu