STock Apps gone or missing (Mail,SMS,Phone,Setting,etc) including cydia after cydia crash

Sunday, March 23, 2014

Stress waktu cydia gw crash dan beberapa icon default apps hilang. wadeuh kudu restore nih, tapi pas mau restore ngga bisa soalnya harus matiin findmyiphone dan icon setting untuk matiin findmyiphonennya juga hilang. setelah dicek lagi ternyata masih bisa diakses lewat ifunbox (thanks ifunbox), oke lets start the show:
- kalo punya masalah dengan boot dengan logo apple yang terus menerus hapus semua file di folder /var/Library/Mobilesubtrate/DynamicLibraries/* 
- pertama kita login dulu lewat ssh dengan password yang kita punya (standard pass "alpine") 
- sudah login coba kita coba delete dulu cydia yang lama, delete semua file di /var/lib/cydia/ (jgn lupa backup di pc siapa tahu nanti butuh) 
- lakukan reinstall cydia masuk ke ssh kemudian ketik: 
 + su 
 + apt-get remove cydia 
 + apt-get install cydia 
 + reboot 

- setelah cydia terinstall ulang coba hapus aplikasi lama yang kira kira bikin crash
- uninstall AppSync 
- coba respring 
- kalo masih belom muncul cek ke folder /Application/ apakah MobileSMS.app. MobilePhone.app dan lainnya masih ada, kalo tidak ada berarti aplikasi tadi terhapus, untuk memperbaikinya minta teman atau sahabat anda yang memiliki iphone dan ios yang versi sama untuk mengcopy file file tadi ke pc anda, jika anda butuh bisa email ke saya coolsinchan[at]gmail[dot]com (ios 7 iphone 4) detail nama folder dan app ada disini http://theiphonewiki.com/wiki//Applications 

- copy file yang hilang tadi misal mail maka copy folder MobileMail.app ke folder app 
- masuk ssh dan ketik : 
 + "chmod -Rf +x /Applications/"
 + "chmod -R a+x /Applications/*"  
 + "reboot"

dan done semua kembali seperti semula 
* thanks to paskia for copying they app folder .:cool_sinchan@yahoo.com:.

Sub-process /usr/bin/dpkg returned an error code (1)

Friday, January 10, 2014

Punya masalah sama Sub-process /usr/bin/dpkg returned an error code (1) pada saat install tweaks di cydia pengalaman gara gara pake iapfree dari crazydoraemon, but now i have found the solution :p cara pertama : 1. hapus repo yang bermasalah dengan menggunakan ifile lokasinya di sini : /etc/apt/sources.list

2. lewat terminal ssh
- go to ssh terminal
- su (masukkin password root biasanya pake "alpine")

selanjutnya please input these commands:
dpkg --configure -a

kemudian :
apt-get install -f 

nanti akan muncul nama package yang error, contoh :
error were encountered while processing /var/cache/apt/archives/com.xsellize.commonlibs.x.x.iphoneos-arm.deb 
sub process /usr/bin/dpkg returned error code (1) 
...

kemudian ketikkan perintah berikut: 
apt-get remove --purge com.xsellize.commonlibs.x.x.iphoneos-arm.deb

jika masih terdapat error lakukan langkah berikutnya ketikkan perintah :
dpkg -i --force-overwrite /var/cache/apt/archives/com.xsellize.commonlibs.x.x.iphoneos-arm.deb

setelah selesai kemudian ketik:
apt-get autoremove

kemudian :
sudo apt-get update

tadaaaa cydia anda akan normal kembali, semoga bermanfaat

.:cool_sinchan@yahoo.com:.

Select all where field contains string separated by comma

Monday, April 08, 2013

Generally, We stores various values of choices in same a column of mysql database. For example we store user’s preferred categories in user table’s preferred_categories(varchar(250)) field(column). Value stored in this field may be like 1,2,5,6,1 1,18 or any of similar pattern. It would be difficult to get all user whose preferred category would be “1″. If you use like query “preferred_categories LIKE ’1%’” then it also get matched with 1 , 11.
There is one of the good functions from MySQL which help to solve this problem. FIND_IN_SET() function is use to match among comma separated values. Basically FIND_IN_SET() function is use with SET type of datatype but it’s compatible to use with any other datatype where values get stored as comma separated. mysql string function is FIND_IN_SET and its returns the position of a string value if it is available (as a substring) within a string. String contain comma separated characters or values. . 
This function returns 0 when search string does not exist in the string. 
SYNTAX: 
SELECT FIND_IN_SET('1',preferred_categories); . 
Above syntax, ‘1’ is the string/value used for find within preferred_categories. So Where query would be similar to following: 
 SELECT cat_name FROM category WHERE FIND_IN_SET('1',trim(preferred_categories)); 
Above query will give you categories which are having preferred_categories 1 along with or without other categories.In table records might have comma-separated values like ’4,5,7,8′or ’1,11′ or ’1,4,8,11,′ anything. So above expression in WHERE will return value greater than “zero” (0) and that row will be returned in result .:cool_sinchan@yahoo.com:.

Nelepon Ke Arab Saudi (Ibadah Haji)

Monday, October 22, 2012

Beberapa waktu lalu mertua berangkat haji, saya berdoa semoga saja bisa menjadi haji yang mabrur. beberapa hari kemudian istri menanykan bagaimana cara menelpon ke arab saudi, setahu saya cukup dengan kode negara lalu nomor nya apa, ternyata tidak semudah itu. masing masing operator ada kodenya. setelah browsing beberapa kali akhirnya saya menemukan caranya:

ID+Kode Negara+Kode Area+Nomor Tujuan 
Cth Telp dari XL ke Saudi Arabia (+966) : 01000+966+551238899 
 List Kode VoIP 
 TELKOMSEL (Kartu Halo, Simpati, dan Kartu As) = 01017 
INDOSAT (Matrix, Mentari, IM3 dan StarOne) = 01016 
XL AXIATA (Xplor, XL Bebas) = 01000 
HUTCHINSON CP (3 Three) = 01088 
NATRINDO TELEPON SELULER (Axis) = 01012 
BAKRIE TELECOM (Esia) = 01010 
MOBILE-8 (Fren dan Hepi) = 01068 
TELKOM landline or Flexi = 01017 
SMART TELECOM (SmartFren) = 01033 
.:cool_sinchan@yahoo.com:.

Ayam Goreng Nyonya Suharti (Kalimalang)

Thursday, March 10, 2011

Masih di daerah kali malang, kali ini menunya ayam goreng
nih foto2 nya,



alamatnya di kalimalang bekasi deket MM.

.:cool_sinchan@yahoo.com:.