GALAXY Sテザリング手順

実はカメラの音を消したときに一緒にテザリングもできるようにしていました。ですが、料金明細を見たかったのでしばらくは公開せずに使用……
僕はこのサイトを参考にしました→GalaxySでテザリングを試すまでの作業メモ - あおせのにっき
例によって自己責任です。
それではコマンド貼り付けます。

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\piyopiyo>adb pull /system/framework/framework-res.apk
1950 KB/s (4589927 bytes in 2.297s)

C:\Users\piyopiyo>adb reboot recovery

C:\Users\piyopiyo>adb push rageagainstthecage /tmp
526 KB/s (5392 bytes in 0.010s)

C:\Users\piyopiyo>adb shell
$ chmod 755 /tmp/rageagainstthecage
chmod 755 /tmp/rageagainstthecage
$ /tmp/rageagainstthecage
/tmp/rageagainstthecage
[*] CVE-2010-EASY Android local root exploit (C) 2010 by 743C

[*] checking NPROC limit ...
[+] RLIMIT_NPROC={2609, 2609}
[*] Searching for adb ...
[+] Found adb as PID 2301
[*] Spawning children. Dont type anything and wait for reset!
[*]
[*] If you like what we are doing you can send us PayPal money to
[*] 7-4-3-C@web.de so we can compensate time, effort and HW costs.
[*] If you are a company and feel like you profit from our work,
[*] we also accept donations > 1000 USD!
[*]
[*] adb connection will be reset. restart adb server on desktop and re-login.
$
C:\Users\piyopiyo> adb push framework-res.apk /tmp
534 KB/s (4741071 bytes in 8.665s)

C:\Users\piyopiyo>adb shell
# cp /tmp/framework-res.apk /system/framework
cp /tmp/framework-res.apk /system/framework
# reboot
reboot

C:\Users\piyopiyo>

テザリングの環境ですが、僕はspモード契約をしていないので、必然的にmoperaでの接続になります。
そして、ゴールデンウイークなど使った結果を、Mydocomoで確認したところ……

どうやら僕の環境では上限額に変化はないようです。「僕の環境」では。
快適フゥウフゥウ!
(今見返すとコマンドコピペしたのに余計な物が混じっているような……気のせい?[]で始まっている行が怪しい。)