Google Code Prettify

2012年11月25日日曜日

iPhoneの「その他」メモリの削除方法

こんなようなことをして、iPhoneの「その他」メモリの削除成功しました。もう数ヶ月も数多を痛めてたので、ちょっと嬉しいなと。

1. PhoneClean ⇒ help a little bit
2. Restore from Backup ⇒ no help
3. Delete "F" folders in "iTunes Control/Music" by iExplorer ⇒ help huge (deleted 10GB)

この記事が一番有用でした。「8.8gb of "Other" memory?
First off we will start with the basic things.Delete the cache, history, and cookies on any browser you have on the phone.Removing apps that you don't use or play anymore will also help. I believe game saves and settings in the apps also counts as other, but I could be wrong.Delete any trash or junk email. Sometimes it can build up, usually the iphone will delete it after a certain amount of days, but its always good to double check.Delete any tweaks or themes you don't use anymore in Cydia.Plug your iPhone into iTunes and uncheck open iTunes when iPhone is connected. This presumably makes iTunes double check your "other" data.
Now onto the more complicated stuff, you will need ifile, winscp, or anything like these to access the iPhones internal files. I will guide you through ifile since its what I used. I recommend holding "Power" and "Home" until your device turns off and turning it back on after everytime you delete something. Keep in mind that ifile by standard doesn't delete anything, when you click edit a trash can will show up on the bottom and you can empty the trash that way.Delete anything in the following folders (unless noted otherwise):var/mobile/media/applicationarchivesvar/mobile/media/downloadsvar/spool/mdtvar/mobile/ifile/trashvar/mobile/library/logs look for a file called ilocalis.log, if its there delete itvar/mobile/library/application/support/containers/ Look if there is anything big in there. (the blue button on the right will tell you how big the folder is among other information)
Okay now onto the next part: we can try to locate just one giant file that could be taking up all of your memory.You'll need to download terminal from cydia.Open terminal after it downloads.type su and hit returnThe password by default is: alpine the password will not show while typing it, again hit returnNow type find . -size +100M Make sure that M is capitalizedNotices the spaces find (space) . (space) -size (space) +100M CAPITALIZE THE MThis will now list anything with anything over 100MB. It will also list where the file can be found via ifile or winscp.At this point I can't really help you out, its your choice on what to delete and what not to delete. If you really need some help you can post a screenshot here or  and hopefully someone from imore or Modmyi can help you.
Now onto the last resorts.Launch iTunes and remove all of your music, make sure you have an purchased music transferred to the computer, hopefully you don't have any music that is on your iphone that isn't on your computer.Go into ifile.Tap the "Gear" icon and tap "Hidden Files" to turn it on.Tap "Done," then tap the "Back" navigation button to go all the way back to the root folder.Var/Mobile/Media/iTunes Control/MusicYou should see a bunch of folders that begin with an "F."Delete them all.Hold "Home" and "Power" simultaneously to restart the device.
The other last resortVar/Mobile/Cache I deleted this entire folder. It deletes all of your apps and all of your settings.

2012年1月29日日曜日

ドメインの移管とメールサーバーの移管

自分のドメインをno-ipからもっと安いサービスへ移管し、自宅サーバーで運用してたメールサーバーをgmailへ移管する作業を2,3ヶ月前に済ませたのですが、いまさらトラブルが見つかったので、その対処をしていたのですが、何をどう設定したのかすっかり忘れてしまい復習から始めました。同じことで困らないようにいくらか肝になるなる設定ポイントと参考にしたページをまとめておきます。

Whois登録情報の確認・修正 
  1. Whois登録情報の確認・修正
    ここに記載されているメールアドレスに認証コードに関するメールが届くので、正しくなければ更新しておく。更新するには、今現在利用しているDNSサービスプロバイダー(移管元)のページにアクセスして登録内容を更新するのが一般的。
  2. 移管元のDNSサービスプロバイダーから認証コード(Authcode)を取得 
    このときドメインロックをはずしておかないとうまくいかない。
  3. 移管先のDNSサービスプロバイダーに認証コードを入力する 
    自分のドメイン名を登録するのですが、移行の場合、認証コードの入力を求められる。これを入力することでドメイン名の移行が処理される。
  4. 移管先のDNSの設定を行う(MXレコード等) 
    メールが正しいメールサーバーに配信されるように設定。あと、移管先のネームサーバーを利用するように設定することも忘れずに。(単純に移管しただけの状況だと、移管元のネームサーバーが登録されたままのことがあります)
DNSの設定
(Google Appsのメールサービスを使うようにDNS設定をする)
mx aspmx.l.google.com. 10
mx alt1.aspmx.l.google.com. 20
mx alt2.aspmx.l.google.com. 20
mx aspmx2.googlemail.com. 30
mx aspmx3.googlemail.com. 30
mx aspmx4.googlemail.com. 30
mx aspmx5.googlemail.com. 30
txt @ v=spf1 include:aspmx.googlemail.com ~all


Gmailを独自ドメインのメールアドレスで利用