Tag Archives: SONY

MDR-ZX750BN の キャリングケース


MDR-ZX750BN を買いました。 Bluetooth で接続できて ノイズキャンセリング機能 つきの イかしたヘッドホンです。 最新機種に比べればはるかに安いし。 でもこれ、キャリングケースがついていないんですね。

そこで私は SONY純正 MDR-10RNCキャリングケース を購入しました。 偶然 Amazon にありまして。

購入後、 早速 MDR-ZX750BN を入れてみたのですが、ぴったり入りました。 ちょっと耳に当てる部分が押さえつけられる感じですが、 潰されるわけではないので 十分使えます。

このキャリングケースは、 ケースだけでなく ポーチっぽいものもついているので ウォークマン の端末も入れて持ち運ぶことができます。 多機能でいいですね。

最初から MDR-10RNC を買っていれば もっと幸せになれたかもしれません。


How I Reinstalled XPERIA Pre-Installed Application


History

I have been getting android’s storage shortage warning for a long times so I decided to delete the unused application, “Talk”. But it was beginning of the nightmare. Talk seems to be related to other applications and gmail syncing stopped. I searched and searched in google with the keyword “google talk” but only to know that I can’t download it from google play store.

When I was searching in google, I found the information that the solution is to get Talk.apk and install it, but I couldn’t find it. Then I hit the idea that it might be in the phone. Yes, it was. I tried the following steps and recovered my phone.

How to Restore

Yes, I could remove pre-installed application, so I have gotten root privilege. I have installed SManager and used it to delete pre-installed application. Now, launch shell by SManager. You know, shell is something like command prompt in Windows computer.

Then, search Talk.apk. Type cd / and go to root directory. Next, execute find -name Talk.apk, and you can find the file. (Actually, I executed find -name *apk|grep -i talk, because I couldn’t find how to change capital and small letter.)

In my case, xperia is11s, I found /system/app/Talk.apk. So I went to the directory, cd /system/app.

And I executed pm install -r Talk.apk, then console said “Success”. One thing, the process seemed to be moving in foreground. Although I executed ctrl+z and bg, jobs command returns shows only the process “running” so I executed reboot finally.

After the rebooting, I could use the phone. (It doesn’t work before rebooting.)