Charmer (DON’T KNOW MODELS, IF YOU KNOW MAY YOU ADD IT)
[Record] + [Power] + [Soft reset]
Prophet (I-mate JamIn, Qtek S200, XDA neo, dopod 818pdo)
[Camera] + [Soft reset]
Typhoon (SP3, SP3i, SPV C500, qtek8010, qtek8020, dopod )
Hold [Camera] and Plug in USB cable
Hurricane (SP4, SP4m, SPV C550)
Hold [Camera] and Plug in USB cable
Tornado (SP5, SPV C600 )
Hold [Camera] and Plug in USB cable
Wallaby (O2 XDA, T-Mobile MDA, Qtek 1010, Qtek 1020, Siemens SX-56)
[Power] + [Soft reset]
Himalaya (O2 XDA II, Qtek 2020, SPV M1000, MDA II, i-Mate Pocket Pc)
Hold down the key (center of the navigation keys)+ [Power] + [Soft reset]
Alpine (O2 XDA IIi, Dopod 699, i-Mate PDA2, Qtek 2020i )
Hold down the key (center of the navigation keys)+ [Power] + [Soft reset]
BlueAngel (O2 XDA IIs, O2 XDA III, Dopod 700, i-Mate PDA2k, MDA III,SPV M2000, Qtek 9090)
[Record] + [Power] + [Soft reset]
Magician (MDA-compact, Dopod 818, i-Mate JAM, QTEK S100, O2 XDA Mini)
[Camera] + [Power] + [Soft reset]
Charmer (MDA-compact 2, i-Mate JAM New)
[Record] + [Power] + [Soft reset]
Wizard (Qtek 9100, i-Mate K-JAM, MDA Vario, O2 XDA Mini S, SPV M3000)
[Camera] + [Soft reset]
Universal (Dopod 900, Qtek 9000, MDA Pro, I-Mate JASJAR, O2 XDA Exec, SPV M5000, Qtek v1640)
[Light] + [Power] + [Soft reset]
Smartphones:
Tanager (SPV E100, Qtek 7070, i-Mate SP)
[Record] + [Power]
Voyager (SPV E200, Qtek 8080, O2 XPhone, i-Mate SP2)
[Record] + [Power]
Typhoon (i-Mate SP3, i-Mate SP3i, SPV C500, Qtek 8010, SDA,Audiovox SMT 5600)
Hold [Camera] and Plug in USB cable
Hurricane (C550, SDA2, Qtek 8200, i-Mate SP4)
Hold [Camera] and Plug in USB cable
Tornado (i-Mate SP5, SPV C600, Qtek 8300)
Hold [Camera] and Plug in USB cable
"curiosity is motivation"
"letz share coz i only ask for information"
= = = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translation ]
Bagaimana Cara Masuk Bootloader Mode pada Pocket PC atau Smartphone
Charmer (Gak tau modelnya.. kalo tau segera info ke admin..)
[Record] + [Power] + [Soft reset]
Prophet (I-mate JamIn, Qtek S200, XDA neo, dopod 818pdo)
[Camera] + [Soft reset]
Typhoon (SP3, SP3i, SPV C500, qtek8010, qtek8020, dopod )
Hold [Camera] and Plug in USB cable
Hurricane (SP4, SP4m, SPV C550)
Hold [Camera] and Plug in USB cable
Tornado (SP5, SPV C600 )
Hold [Camera] and Plug in USB cable
Wallaby (O2 XDA, T-Mobile MDA, Qtek 1010, Qtek 1020, Siemens SX-56)
[Power] + [Soft reset]
Himalaya (O2 XDA II, Qtek 2020, SPV M1000, MDA II, i-Mate Pocket Pc)
Hold down the key (center of the navigation keys)+ [Power] + [Soft reset]
Alpine (O2 XDA IIi, Dopod 699, i-Mate PDA2, Qtek 2020i )
Hold down the key (center of the navigation keys)+ [Power] + [Soft reset]
BlueAngel (O2 XDA IIs, O2 XDA III, Dopod 700, i-Mate PDA2k, MDA III,SPV M2000, Qtek 9090)
[Record] + [Power] + [Soft reset]
Magician (MDA-compact, Dopod 818, i-Mate JAM, QTEK S100, O2 XDA Mini)
[Camera] + [Power] + [Soft reset]
Charmer (MDA-compact 2, i-Mate JAM New)
[Record] + [Power] + [Soft reset]
Wizard (Qtek 9100, i-Mate K-JAM, MDA Vario, O2 XDA Mini S, SPV M3000)
[Camera] + [Soft reset]
Universal (Dopod 900, Qtek 9000, MDA Pro, I-Mate JASJAR, O2 XDA Exec, SPV M5000, Qtek v1640)
[Light] + [Power] + [Soft reset]
Smartphones:
Tanager (SPV E100, Qtek 7070, i-Mate SP)
[Record] + [Power]
Voyager (SPV E200, Qtek 8080, O2 XPhone, i-Mate SP2)
[Record] + [Power]
Typhoon (i-Mate SP3, i-Mate SP3i, SPV C500, Qtek 8010, SDA,Audiovox SMT 5600)
Hold [Camera] and Plug in USB cable
Hurricane (C550, SDA2, Qtek 8200, i-Mate SP4)
Hold [Camera] and Plug in USB cable
Tornado (i-Mate SP5, SPV C600, Qtek 8300)
Hold [Camera] and Plug in USB cable
"curiosity is motivation"
"letz share coz i only ask for information"
|
|
---|
Showing posts with label mobile. Show all posts
Showing posts with label mobile. Show all posts
How to Install and Add Hebrew, Arabic and Unsupported Language Fonts to Android Phone
#step 1
Download DejaVu fonts from http://sourceforge.net/projects/dejavu/files/
#step 2
Unpack the package to retrieve DejaVuSans.ttf font file, inside the ttf folder.
#step 3
Rename the DejaVuSans.ttf to exactly DroidSansFallback.ttf
#step 4
Copy the DroidSansFallback.ttf to the root directory of the SD card on the phone
#step 5
Run Terminal Emulator
#step 6
Go into super user mode by entering the following command, then tap Enter :
su [enter]
#step 7.
Then run the following commands one by one:
Note:
Backup or rename the /system/fonts/DroidSansFallback.ttf if you don’t want to overwrite it.
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system [enter]
chmod 4755 /system/fonts/DroidSansFallback.ttf [enter]
dd if=/sdcard/DroidSansFallback.ttf of=/system/fonts/DroidSansFallback.ttf [enter]
reboot [enter]
Note:
Some other device may have different device node for the system partition, for which the mount command will have to be changed accordingly.
#step 8
The phone will reboot.
#step 9
Once restarted, the Android device will use the DroidSansFallback.ttf font for any characters that it cannot display.
This ensures that the default display fonts are not been messed up or changed
Other steps :
#1
Download fonts then copy 'DejaVuSans.ttf' to c:\ and rename it to 'DroidSans.ttf'
#2
Connect your phone to PC
#3
Open command prompt and type: adb remount
#4
Then type this command: adb push c:\DroidSans.ttf /system/fonts
#5
Restart your phone
ref :
http://adf.ly/5LaUC
http://adf.ly/5LaWY
"curiosity is motivation"
"letz share coz i only ask information"
= = = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translation ]
Bagaimana Cara Install dan Menambah Ibrani, Arab dan Huruf yang Tidak Didukung pada Ponsel Android
(Mengatasi huruf kotak-kotak)
# langkah 1
Download DejaVu fonts dari http://sourceforge.net/projects/dejavu/files/
# langkah 2
Ekstrak paket untuk mengambil file font DejaVuSans.ttf di dalam folder ttf.
# langkah 3
Ubah nama DejaVuSans.ttf untuk persis DroidSansFallback.ttf
# langkah 4
Salin DroidSansFallback.ttf ke direktori root dari SD card di telepon
# langkah 5
Jalankan Emulator Terminal
# langkah 6
Masuk ke mode super user dengan memasukkan perintah berikut, kemudian tekan Enter :
su [enter]
# langkah 7
Kemudian jalankan perintah berikut satu per satu :
Catatan :
Backup atau ubah nama /system/fonts/DroidSansFallback.ttf jika tidak ingin menimpanya.
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system [enter]
chmod 4755 /system/fonts/DroidSansFallback.ttf [enter]
dd if=/sdcard/DroidSansFallback.ttf of=/system/fonts/DroidSansFallback.ttf [enter]
reboot [enter]
Catatan:
Beberapa perangkat lain mungkin memiliki node yang berbeda untuk partisi sistem.. jadi sesuaikan saja..
# langkah 8
Ponsel akan reboot.
# langkah 9
Setelah restart, perangkat Android akan menggunakan font DroidSansFallback.ttf untuk setiap karakter yang tidak dapat ditampilkan.
Hal ini memastikan bahwa huruf default tampilan yang tidak kacau atau diubah.
Cara lain :
# 1
Font Unduh lalu copy 'DejaVuSans.ttf' ke c: \ dan ganti dengan 'DroidSans.ttf'
# 2
Hubungkan ponsel ke PC
# 3
Buka Command prompt dan ketik : remount adb
# 4
Kemudian ketik perintah ini: push adb push c:\DroidSans.ttf /system/fonts
# 5
Restart ponsel
ref :
http://adf.ly/5LaUC
http://adf.ly/5LaWY
"curiosity is motivation"
"letz share coz i only ask information"
Trace and Anti Trace
[trace]
flexyspy [ http://adf.ly/58BtH ]
desc : call, sms
prc : 150 uer
voxtrack personal [ http://adf.ly/58Bue ]
desc : call, install on hp
prc : 14,95 uer
mobile-spy [ http://adf.ly/58Bwe ]
desc : call, sms, gps
prc : -
smsanywhere [ http://adf.ly/58ByJ ]
desc : sms, install on hp
prc : -
[anti trace]
cellcrypt [ http://adf.ly/58C8H ]
desc : call convertion
prc : -
flexyshield [ http://adf.ly/58C45 ]
desc : call
prc : -
http:// [secure gsm]
desc : call
prc : -
fortress sms [ http://adf.ly/58C6D ]
desc : sms
prc : -
"curiosity is motivation"
"letz share coz i only ask for information"
Flash Player for Android 10.1 armv6
Name : Flash Player [ download ] [ help ]
Version : 10.1
Date : 20120119
Size : 3.90 MB
License : Free
OS : Android
Category : Addons, Tools
Dev : Adobe
---------------------------------
Desc :
Flash player (swf)
Ref :
http://adf.ly/4qcJ4
http://adf.ly/4qcKb
"curiosity is motivation"
"letz share coz i only ask for information"
USB Tethering and Wireless Functions on Android OS (Part 2)
for part 1.. haansspot has shared about how to alter android phone into a modem.. now.. haansspot will share about how to alter android phone into a hotspot
please.. follow the instructions bellow..
#step 1
Choose Settings > Wireless & networks > Tethering & Portable hotspot > Portable Wi-Fi hotspot settings > Configure Wi-Fi hotspot
#step 2
fill the form as follows
exp:
SSID : haansspot
Security : WPA2 PSK
Password : 123456789
and then save
#step 3
now.. activate the configuration on menu "Portable Wi-Fi hotspot"
#step 4
now.. we move to notebook or pc
scan the Wi-Fi or hotspot.. when we found the hotspot (haansspot) then connect to the network and enter the security key
#step 5
check on Hide characters to make sure the entered password
#step 6
open the browser on notebook or pc.. and then type an address to visit
exp : http://haansspot.blogspot.com
#step 7
or use this connection for another services in the internet such as chatting, video calls, etc
Notes :
good and the least dependent signal connections are available in each area and we recommend using Internet package provided by each operator (preferably using unlimited package)
visit this page also (how to alter android phone into a hotspot) http://adf.ly/4pBR0 and this page (how to alter a notebook into a hotspot) http://adf.ly/4p6sl
= = = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translation ]
Fungsi USB Tethering dan Wireless pada Android (Bagian 2)
pada bagian 1 indonesiadroid sudah berbagi bagaimana merubah handphone android menjadi modem.
untuk kali ini indonesiadroid akan berbagi bagaimana merubah handphone android menjadi hotspot
ikuti langkah-langkah di bawah ini
#step 1
pilih menu Settings > Wireless & networks > Tethering & Portable hotspot > Portable Wi-Fi hotspot settings > Configure Wi-Fi hotspot
#step 2
kemudian isikan sesuai dengan kolom
contoh :
SSID : indonesiadroidspot
Security : WPA2 PSK
Password : 123456789
selanjutnya pilih save
#step 3
setelah selesai melakukan konfigurasi diatas.. sekarang aktifkan menu Portable Wi-Fi hotspot
#step 4
sekarang kita beralih pada notebook atau pc
lakukan scanning Wi-Fi atau hotspot.. setelah notebook atau pc menemukan hotspot (indonesiadroidspot) maka lakukan koneksi dengan memasukkan password yang sudah diset.
#step 5
centang pada Hide characters untuk memastikan password yang diketik benar
#step 6
buka browser dari notebook atau pc.. kemudian ketik alamat yang ingin dikunjungi
cth : http://indonesiadroid.blogspot.com
#step 7
atau gunakan koneksi ini untuk kegiatan selain browsing.. seperti chatting atau video call
catatan :
baik dan tidaknya koneksi tergantung sinyal yang tersedia di daerah masing-masing dan sebaiknya gunakan paket internet yang disediakan oleh masing-masing operator (disarankan menggunakan paket unlimited)
kunjungi juga halaman ini (cara merubah hp android menjadi modem) http://adf.ly/4pBR0 dan halaman ini (cara merubah notebook menjadi hotspot) http://adf.ly/4p6sl
"curiosity is motivation"
"letz share coz i only ask for information"
please.. follow the instructions bellow..
#step 1
Choose Settings > Wireless & networks > Tethering & Portable hotspot > Portable Wi-Fi hotspot settings > Configure Wi-Fi hotspot
#step 2
fill the form as follows
exp:
SSID : haansspot
Security : WPA2 PSK
Password : 123456789
and then save
#step 3
now.. activate the configuration on menu "Portable Wi-Fi hotspot"
#step 4
now.. we move to notebook or pc
scan the Wi-Fi or hotspot.. when we found the hotspot (haansspot) then connect to the network and enter the security key
#step 5
check on Hide characters to make sure the entered password
#step 6
open the browser on notebook or pc.. and then type an address to visit
exp : http://haansspot.blogspot.com
#step 7
or use this connection for another services in the internet such as chatting, video calls, etc
Notes :
good and the least dependent signal connections are available in each area and we recommend using Internet package provided by each operator (preferably using unlimited package)
visit this page also (how to alter android phone into a hotspot) http://adf.ly/4pBR0 and this page (how to alter a notebook into a hotspot) http://adf.ly/4p6sl
= = = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translation ]
Fungsi USB Tethering dan Wireless pada Android (Bagian 2)
pada bagian 1 indonesiadroid sudah berbagi bagaimana merubah handphone android menjadi modem.
untuk kali ini indonesiadroid akan berbagi bagaimana merubah handphone android menjadi hotspot
ikuti langkah-langkah di bawah ini
#step 1
pilih menu Settings > Wireless & networks > Tethering & Portable hotspot > Portable Wi-Fi hotspot settings > Configure Wi-Fi hotspot
#step 2
kemudian isikan sesuai dengan kolom
contoh :
SSID : indonesiadroidspot
Security : WPA2 PSK
Password : 123456789
selanjutnya pilih save
#step 3
setelah selesai melakukan konfigurasi diatas.. sekarang aktifkan menu Portable Wi-Fi hotspot
#step 4
sekarang kita beralih pada notebook atau pc
lakukan scanning Wi-Fi atau hotspot.. setelah notebook atau pc menemukan hotspot (indonesiadroidspot) maka lakukan koneksi dengan memasukkan password yang sudah diset.
#step 5
centang pada Hide characters untuk memastikan password yang diketik benar
#step 6
buka browser dari notebook atau pc.. kemudian ketik alamat yang ingin dikunjungi
cth : http://indonesiadroid.blogspot.com
#step 7
atau gunakan koneksi ini untuk kegiatan selain browsing.. seperti chatting atau video call
catatan :
baik dan tidaknya koneksi tergantung sinyal yang tersedia di daerah masing-masing dan sebaiknya gunakan paket internet yang disediakan oleh masing-masing operator (disarankan menggunakan paket unlimited)
kunjungi juga halaman ini (cara merubah hp android menjadi modem) http://adf.ly/4pBR0 dan halaman ini (cara merubah notebook menjadi hotspot) http://adf.ly/4p6sl
"curiosity is motivation"
"letz share coz i only ask for information"
USB Tethering and Wireless Functions on Android OS (Part 1)
Now.. haansspot will share about how to maximize USB Tethering and Wireless functions on Android OS to alter it into a modem
and now follow the instructions bellow..
#step 1
before going to next step.. please make sure that OS version on handphone is 2.2 (froyo) or higher
#step 2
connect your handphone to your notebook with data cable
#step 3
Choose Settings > Wireless & Networks > Tethering & Portable hotspot
#step 4
activate or check "USB Tethering"
#step 5
now.. check your notebook on network connection menu
there is lan card with ip address
#step 6
open your browser through your notebook and then type an address
exp : http://haansspot.blogspot.com
#step 7
or use this connection for another services in the internet such as chatting, video calls, etc
Notes :
good and the least dependent signal connections are available in each area and we recommend using Internet package provided by each operator (preferably using unlimited package)
visit this page also (how to alter android phone into a hotspot) http://adf.ly/4pCho and this page (how to alter a notebook into a hotspot) http://adf.ly/4p6sl
= = = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translation ]
Fungsi USB Tethering dan Wireless pada Android (Bagian 1)
Kali ini haansspot akan berbagi tentang bagaimana cara memaksimalkan USB Tethering dan Wireless untuk dijadikan modem
tanpa basa basi.. ikuti langkah di bawah ini
#step 1
sebelum melakukan langkah selanjutnya pastikan versi os android pada handphone adalah 2.2 atau froyo keatas.
#step 2
siapkan kabel data kemudian sambungkan handphone ke notebook atau pc
#step 3
selanjutnya pilih menu Settings > Wireless & Networks > Tethering & Portable hotspot
#step 4
aktifkan atau centang pada "USB Tethering"
#step 5
cek pada notebook atau pc pada menu network connection.
secara otomatis akan ada card tambahan dengan ip address yang sudah terisi.
#step 6
buka browser dari notebook atau pc.. kemudian ketik alamat yang ingin dikunjungi
cth : http://indonesiadroid.blogspot.com
#step 7
atau gunakan koneksi ini untuk kegiatan selain browsing.. seperti chatting atau video call
catatan :
baik dan tidaknya koneksi tergantung sinyal yang tersedia di daerah masing-masing dan sebaiknya gunakan paket internet yang disediakan oleh masing-masing operator (disarankan menggunakan paket unlimited)
kunjungi halaman ini (cara merubah hp android menjadi hotspot) http://adf.ly/4pCho dan halaman ini (cara merubah notebook menjadi hotspot) http://adf.ly/4p6sl
"letz share coz i only ask for information"
"curiosity is motivation"
and now follow the instructions bellow..
#step 1
before going to next step.. please make sure that OS version on handphone is 2.2 (froyo) or higher
#step 2
connect your handphone to your notebook with data cable
#step 3
Choose Settings > Wireless & Networks > Tethering & Portable hotspot
#step 4
activate or check "USB Tethering"
#step 5
now.. check your notebook on network connection menu
there is lan card with ip address
#step 6
open your browser through your notebook and then type an address
exp : http://haansspot.blogspot.com
#step 7
or use this connection for another services in the internet such as chatting, video calls, etc
Notes :
good and the least dependent signal connections are available in each area and we recommend using Internet package provided by each operator (preferably using unlimited package)
visit this page also (how to alter android phone into a hotspot) http://adf.ly/4pCho and this page (how to alter a notebook into a hotspot) http://adf.ly/4p6sl
= = = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translation ]
Fungsi USB Tethering dan Wireless pada Android (Bagian 1)
Kali ini haansspot akan berbagi tentang bagaimana cara memaksimalkan USB Tethering dan Wireless untuk dijadikan modem
tanpa basa basi.. ikuti langkah di bawah ini
#step 1
sebelum melakukan langkah selanjutnya pastikan versi os android pada handphone adalah 2.2 atau froyo keatas.
#step 2
siapkan kabel data kemudian sambungkan handphone ke notebook atau pc
#step 3
selanjutnya pilih menu Settings > Wireless & Networks > Tethering & Portable hotspot
#step 4
aktifkan atau centang pada "USB Tethering"
#step 5
cek pada notebook atau pc pada menu network connection.
secara otomatis akan ada card tambahan dengan ip address yang sudah terisi.
#step 6
buka browser dari notebook atau pc.. kemudian ketik alamat yang ingin dikunjungi
cth : http://indonesiadroid.blogspot.com
#step 7
atau gunakan koneksi ini untuk kegiatan selain browsing.. seperti chatting atau video call
catatan :
baik dan tidaknya koneksi tergantung sinyal yang tersedia di daerah masing-masing dan sebaiknya gunakan paket internet yang disediakan oleh masing-masing operator (disarankan menggunakan paket unlimited)
kunjungi halaman ini (cara merubah hp android menjadi hotspot) http://adf.ly/4pCho dan halaman ini (cara merubah notebook menjadi hotspot) http://adf.ly/4p6sl
"letz share coz i only ask for information"
"curiosity is motivation"
How to Solve Nuked BlackBerry (shut down and restart continuously)
#step 1
download BlackBerry OS
#step 2
install BlackBerry OS
*don't forget to delete file "vendor.xml" at "C:\Program Files\Common Files\Research In Motion\AppLoader"
#step 3
run loader.exe at "C:\Program Files\Common Files\Research In Motion\AppLoader"
#step 4
connect your device but remove the battery
when you connect the device to PC it will appear "USB-PIN:UNKNOWN"
click NEXT immediately
#step 5
plug the battery back to your device immediately
#step 6
follow the wizard as usual
#step 7
wait until the device restarts again..
finish...
= = = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translation ]
Bagaimana Cara Menangani Nuked BlackBerry (Mati dan Restart Terus Menerus)
#step 1
donlot OS BlackBerry
#step 2
install OS BlackBerry
*jangan lupa untuk menghapus "vendor.xml" di "C:\Program Files\Common Files\Research In Motion\AppLoader"
#step 3
jalankan "loader.exe" di "C:\Program Files\Common Files\Research In Motion\AppLoader"
#step 4
colokan BlackBerry ke PC tapi tidak menggunakan baterai
ketika BlackBerry terhubung maka akan muncul "USB-PIN:UNKNOWN"
langsung klik NEXT
#step 5
pasang baterai langsung setelah klik NEXT
#step 6
ikuti wizard seperti biasa
#step 7
tunggu sampai BlackBerry restart kembali
selesai..
"letz share coz i only ask for information"
How to Root Android Phone
What is root? for linux operating system user of course it's so friendly. Root or super user is account with full authorization to manage operating system so it has right to change, add, or delete system
While.. rooting it self means.. how to change user to super user or root
Here.. we want to share.. how to root android phone on samsung galaxy mini
#step 1
PC with windows xp operating system
#step 2
Microsoft .NET Framework 2.0+ , Microsoft .NET framework 4.0
you can download them here or if you use Windows Vista or Windows 7 they are not necessary any more
#step 3
Data cable/micro USB
#step 4
Install kies software
#step 5
Make sure that the battery is full
#step 6
Unmount SD CARD
#step 7
Download root software here (SuperOneClick)
Now.. we are going to next steps..
#step 1
Set android to ADB mode, select Setting > Applications > Development >
Check USB Debugging
#step 2
Insert phone to PC and wait until driver installation is finished
#step 3
Run SuperOneClick then click root and wait until process is finished
Now.. you can release the data cable.. then see your android phone.. if super user application with skull image appears then the installation is successful.. if it's not.. please restart your phone
This tutorial is not just for samsung galaxy mini.. but you can practice to another phone.
for other phones you can see here
You can see the tutorial video for more understanding
#FAQ
Q :
Does android phone need to root process?
A :
No
Q :
What are the benefits of root process?
A :
System Modification, We can delete application in internal memory to resize internal memory capacity and so on
Q :
Does warranty not accept after root process?
A :
Yes
Q :
Can we unroot the phone?
A :
Yes
Q :
What are the risks?
A :
Some sources say that root process will eliminate warranty but if it is so.. just unroot the phone.. :)
= = = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translation ]
Bagaimana Cara nge-Root Ponsel Android
Apa sih root itu ? yang sudah terbiasa dengan system operasi berbasis linux tentu sudah familier dengan istilah root, root atau kadang di sebut superuser bisa di katakan account yang mempunyai kekuasaan penuh pada system operasi berbasis linux, artinya root mempunyai hak akses penuh untuk merubah, menambah, menghapus bahkan merusak system.
Sedangkan Nge-root sendiri artinya adalah usaha untuk merubah user biasa agar bisa menjadi superuser atau root.
Disini kami akan berbagi cara nge-root android phone, kali ini saya akan mencoba nge-root samsung android mini.
#step 1
Komputer dengan sistem operasi Microsoft Windows XP
#step 2
Microsoft .NET Framework 2.0+ , Microsoft .NET framework 4.0 yang bisa anda donwload disini atau jika anda menggunakan Windows Vista atau Windows 7 anda tidak perlu lagi install
#step 3
Kabel data/mikro USB
#step 4
Install software kies nya terlebih dahulu, software ini ada di sertakan dalam paket pembelian samsung android.
#step 5
Pastikan batrei terisi penuh.
#step 6
Pastikan sd card anda dalam kondisi unmount.
#step 7
Donwload software bantu untuk nge-root, kita akan menggunakan software bantu SuperOneClick bisa anda download disini
Kalau persiapan di atas sudah di lakukan kita lanjut langkah-langkahnya.
#step 1
Setting android ke adb mode masuk ke setting > Applications > Development > Centang USB debugging.
#step 2
Pasang / Colok hp ke komputer , tunggu sampai install driver nya selesai.
#step 3
Jalankan file SuperOneClick.exe yang sudah di dowload tadi, setelah terbuka klik root , tunggu sampai selesai.
Oke droids sekarang anda sudah bisa melepas kabel mikro usb, lihat di android anda kalau sudah ada aplikasi bernama superuser dengan gambar tengkorak berarti anda sudah berhasil nge-root android anda, jika tidak muncul coba restart handphone anda.
Cara ini tidak hanya untuk handphone android samsung galaxy mini, tapi juga bisa di gunakan untuk merk yang lain. untuk lebih jelasnya android apa saja yang bisa di root dengan cara ini anda bisa langsung menuju kesini
Kalau masih kurang paham juga bisa di simak video di bawah ini.
#FAQ :
Q:
Apakah semua android phone perlu di root?
A:
Tidak, tergantung kebutuhan saja, yang belum mengerti betul tentang android tidak di sarankan.
Q:
Apa manfaat kalau android kita di root?
A:
Agar kita bisa bebas memodifikasi sistem nya, contoh
Hapus-hapus aplikasi bawaan dari hape untuk menghemat memori internal.
Memindahkan aplikasi yang hanya bisa disimpan di internal memory ke SD card, sehingga internal memory bisa lebih longgar.
Kita bisa install aplikasi yang membutuhkan akses root.
Q:
Apakah rooting dapat menghilangkan garansi?
A:
YA
Q:
Apa bisa dikembalikan ke unroot lagi?
A:
Bisa
Q:
Apa resikonya?
A:
Dari berbagai sumber ada yang bilang kalau nge-root android bisa menghilangkan garansi, ada juga sih yang bilang tidak ada pengaruh, kalau saja bisa menghilangkan garansi tinggal di unroot lagi kan.
"curiosity is motivation"
"letz share coz i only ask for information"
4 Tools Application for Handphone Benchmark
#1 video graphic
http://www.dpsoftware.org [ fpcbench ]
#2 color and 3D
http://storage.e398mod.com/java/matraxbench.zip [ matraxbenc ]
#3 LCD
http://thttpd.seclub.org/apps/0/a/4/0a422808c4897064a1896f15bda4cdca/lcd_test.jar
#4 Java Tester
http:///www.brothersoft.com/mobile/midp-sys-info-download-224.html [ midp sys info ]
= = = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translation ]
4 Aplikasi untuk Benchmark Handphone
#1 Grafis
http://www.dpsoftware.org [ fpcbench ]
#2 Warna dan 3D
http://storage.e398mod.com/java/matraxbench.zip [ matraxbenc ]
#3 LCD
http://thttpd.seclub.org/apps/0/a/4/0a422808c4897064a1896f15bda4cdca/lcd_test.jar
#4 Penguji Java
http:///www.brothersoft.com/mobile/midp-sys-info-download-224.html [ midp sys info ]
"curiosity is motivation"
"letz share coz i only ask for information"
http://www.dpsoftware.org [ fpcbench ]
#2 color and 3D
http://storage.e398mod.com/java/matraxbench.zip [ matraxbenc ]
#3 LCD
http://thttpd.seclub.org/apps/0/a/4/0a422808c4897064a1896f15bda4cdca/lcd_test.jar
#4 Java Tester
http:///www.brothersoft.com/mobile/midp-sys-info-download-224.html [ midp sys info ]
= = = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translation ]
4 Aplikasi untuk Benchmark Handphone
#1 Grafis
http://www.dpsoftware.org [ fpcbench ]
#2 Warna dan 3D
http://storage.e398mod.com/java/matraxbench.zip [ matraxbenc ]
#3 LCD
http://thttpd.seclub.org/apps/0/a/4/0a422808c4897064a1896f15bda4cdca/lcd_test.jar
#4 Penguji Java
http:///www.brothersoft.com/mobile/midp-sys-info-download-224.html [ midp sys info ]
"curiosity is motivation"
"letz share coz i only ask for information"
SISContents
Name : SISContents [ download ] [ help ]
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, Mobile
Dev :
---------------------------------
Desc :
SIS file or Symbian file explorer
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, Mobile
Dev :
---------------------------------
Desc :
SIS file or Symbian file explorer
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
Setting OVI Maps for Nokia
#1 register at
- http://www.ovi.com
#2 open with mozilla firefox
- http://maps.ovi.com
- install add-ons
#3 download hp version
- betalabs.nokia.com
- ueropre.nokia.com/explore-services/ovi-maps/downloads-and-services
#4 inserting maps to hp
- maps | options | tools | settings | synchronization | enter login
"curiosity is motivation"
"letz share coz i only ask for information"
- http://www.ovi.com
#2 open with mozilla firefox
- http://maps.ovi.com
- install add-ons
#3 download hp version
- betalabs.nokia.com
- ueropre.nokia.com/explore-services/ovi-maps/downloads-and-services
#4 inserting maps to hp
- maps | options | tools | settings | synchronization | enter login
"curiosity is motivation"
"letz share coz i only ask for information"
Scret Code for Blackberry
#Key Status
Settings | Advanced Options | Enter MEPD for SIM CARD
#Signal Strength (disable radio before doing this tricks)
Alt + N,M,L,L
#Address book verification
Alt + V,A,L,D
#Data Structure
Alt + R,B,L,D
#Web Page Code
Alt + R,B,L,D
#Help
Alt + Shift + H
#Check IMEI
*#0?6?#
#Battery
Alt + Shift + Del
#History Log (Recent Activities)
Alt + L,G,L,G
"curiosity is motivation"
"letz share coz i only ask for information"
Settings | Advanced Options | Enter MEPD for SIM CARD
#Signal Strength (disable radio before doing this tricks)
Alt + N,M,L,L
#Address book verification
Alt + V,A,L,D
#Data Structure
Alt + R,B,L,D
#Web Page Code
Alt + R,B,L,D
#Help
Alt + Shift + H
#Check IMEI
*#0?6?#
#Battery
Alt + Shift + Del
#History Log (Recent Activities)
Alt + L,G,L,G
"curiosity is motivation"
"letz share coz i only ask for information"
Secret Code for Sony Ericsson
*#06# : Check IMEI
*#7465625*12*xxxxxxxx# : where xxxxxxxx is unlock code
*#7465625*XX*xxxxxxxx# : where xxxxxxxx is sim code and where XX means :
- 12 for NCK lock
- 22 for Provider Lock
- 32 for Network Lock
- 42 for SIM code Lock
- 52 for Subset Lock
- 62 for Corporate Lock
- 72 for IMSI Personal
- 99 for IMSI Range
*#9275625*11*xxxxxxxx# : where xxxxxxxx is Wap code
*#00xx# : change the language (xx is your country code, Indoneisa : 62, English: 00 )
*#0000000# : reset language to default
*#7465625 : display SIM Lock Status
*#7353273# : display Firmware Version
*#78737322867973738# : Super Factory Reset
*#73287489263373738# : reset Security Code to default (0000)
*09*(PIN Code)# : activate PIN Code
#09*(PIN Code)# : disable PIN Code
left * * left : information about SIMLOCK
right * left left * left * : services information, software information, LCD test, Vibration test, MIC test, etc
0# : last calls list
* * 04 * 0000 * 0000 * 0000 # : opening phone without SIM card, after wrong PIN appears, press NO then enter the code
"curiosity is motivation"
"letz share coz i only ask for information"
*#7465625*12*xxxxxxxx# : where xxxxxxxx is unlock code
*#7465625*XX*xxxxxxxx# : where xxxxxxxx is sim code and where XX means :
- 12 for NCK lock
- 22 for Provider Lock
- 32 for Network Lock
- 42 for SIM code Lock
- 52 for Subset Lock
- 62 for Corporate Lock
- 72 for IMSI Personal
- 99 for IMSI Range
*#9275625*11*xxxxxxxx# : where xxxxxxxx is Wap code
*#00xx# : change the language (xx is your country code, Indoneisa : 62, English: 00 )
*#0000000# : reset language to default
*#7465625 : display SIM Lock Status
*#7353273# : display Firmware Version
*#78737322867973738# : Super Factory Reset
*#73287489263373738# : reset Security Code to default (0000)
*09*(PIN Code)# : activate PIN Code
#09*(PIN Code)# : disable PIN Code
left * * left : information about SIMLOCK
right * left left * left * : services information, software information, LCD test, Vibration test, MIC test, etc
0# : last calls list
* * 04 * 0000 * 0000 * 0000 # : opening phone without SIM card, after wrong PIN appears, press NO then enter the code
"curiosity is motivation"
"letz share coz i only ask for information"
Secret Code for Nokia
* *#06# : check IMEI (International Mobile Equipment Identity).
* *#7780# : reset to factory setting
* *#67705646# : cleaning LCD.
* *#0000# : software version.
* *#2820# : Bluetooth address.
* *#746025625# Sim clock allowed status.
* *#62209526# : MAC address from WLAN adapter
* #pw+1234567890+1# : forwarding call status
*#92702689# : Serial Number, date and year made, last repair date
*#3370# : Enhanced Full Rate Codec (EFR) activation (enhancing signal)
*#3370# : Enhanced Full Rate Codec (EFR) activation (enhancing signal)
*#3370* : (EFR) deactivation
*#4720# : Half Rate Codec activation.
*#4720* : Half Rate Codec deactivation.
*#7370925538# reset wallet code for Nokia S60 (12345)
*#3925538# : deleting wallet contents
*#3925538# : deleting wallet contents
*#7328748263373738# : reset phone security code to default (12345)
to unlock service provider :
insert sim, switch on phone then press volume button for 3 seconds, enter PIN, press C, then press *, press * again and 04*PIN*PIN*PIN#
"curiosity is motivation"
"letz share coz i only ask for information"
Nokia Communicator Remote Locking
Select Desk | Tools | Control panel | Security | Telephone security.
On Device lock change Allow remote locking then press Yes.
Enter remote code then OK.
In Remote locking message dialog, enter message to lock the phone
follow the wizard | Done.
Reboot.
= = = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translation ]
Mengunci Jarak Jauh Nokia Communicator
pilih Desk | Tools | Control panel | Security | Telephone security.
pada Device lock ubah Allow remote locking terus pilih Yes.
masukan kode remote terus OK.
pada Remote locking message dialog, masukkan pesan untuk mengunci desktop
konfirmasi lagi terus Done.
Reboot.
"curiosity is motivation"
"letz share coz i only ask for information"
On Device lock change Allow remote locking then press Yes.
Enter remote code then OK.
In Remote locking message dialog, enter message to lock the phone
follow the wizard | Done.
Reboot.
= = = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translation ]
Mengunci Jarak Jauh Nokia Communicator
pilih Desk | Tools | Control panel | Security | Telephone security.
pada Device lock ubah Allow remote locking terus pilih Yes.
masukan kode remote terus OK.
pada Remote locking message dialog, masukkan pesan untuk mengunci desktop
konfirmasi lagi terus Done.
Reboot.
"curiosity is motivation"
"letz share coz i only ask for information"
Nokia Communicator Hard Reset
Restart comni, if you don't have restarter application, release the battery then insert battery and then switch it on
When NOKIA appears, press SHIFT+CTRL+F until FORMAT appears
Press YES.. format process will run
Wait until it finished
New Communicator for you is coming.. he he..
Notes :
please remove MMC before doing this process
and if you want to format MMC, please do it after process
= = = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translation ]
Hard Reset pada Nokia Communicator
restart commi, kalau gak punya program restarter (buat reset device), copot batre kemudian pasang lagi terus nyalakan commi nya...
ketika muncul tulisan NOKIA, tekan SHIFT+CTRL+F beberapa kali.. sampe ada tulisan FORMAT.. kemudian pilih YES... ta raaaa... proses format akan berjalan... kalau sudah selesai, maka commi anda akan seperti baru kembali.
Catatan :
O ya... sebaiknya untuk MMC diremove dulu... dan kalo pengen diformat sebaiknya diformat secara tersendiri... ok...
"curiosity is motivation"
"letz share coz i only ask for information"
When NOKIA appears, press SHIFT+CTRL+F until FORMAT appears
Press YES.. format process will run
Wait until it finished
New Communicator for you is coming.. he he..
Notes :
please remove MMC before doing this process
and if you want to format MMC, please do it after process
= = = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translation ]
Hard Reset pada Nokia Communicator
restart commi, kalau gak punya program restarter (buat reset device), copot batre kemudian pasang lagi terus nyalakan commi nya...
ketika muncul tulisan NOKIA, tekan SHIFT+CTRL+F beberapa kali.. sampe ada tulisan FORMAT.. kemudian pilih YES... ta raaaa... proses format akan berjalan... kalau sudah selesai, maka commi anda akan seperti baru kembali.
Catatan :
O ya... sebaiknya untuk MMC diremove dulu... dan kalo pengen diformat sebaiknya diformat secara tersendiri... ok...
"curiosity is motivation"
"letz share coz i only ask for information"
Subscribe to:
Posts (Atom)