dd

 
Android 中文论坛 » 标签 » WidgetLocker
http://bbs.gfan.com/tag-WidgetLocker.html
[教程] 锁屏极致美化 - WidgetLocker个性定制教程
http://bbs.hiapk.com/thread-929136-1-1.html
【精品】锁屏极致美化 - WidgetLocker个性定制教程
http://bbs.gfan.com/android-345282-1-1.html
 
com.teslacoilsw.widgetlocker.v1.2.5.apk 和 NinjaMorph_2.6.apk 的下载地址分别为:
http://bbs.gfan.com/attachment.php?aid=269845&k=yesh
ttp://bbs.gfan.com/attachment.php?aid=595614&k=yes
安装:
sudo adb install /home/mhf/downloads/com.teslacoilsw.widgetlocker.v1.2.5.apk
sudo adb install /home/mhf/downloads/NinjaMorph_2.6.apk
 
adb devices
adb remount
adb pull data/app/com.teslacoilsw.widgetlocker-1-apk
adb push com.teslacoilsw.widgetlocker-1.apk /data/app/com.teslacoilsw.widgetlocker-1-apk
 
 
mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
 
 
 
 
 
安装 busybox 出错
I/ActivityManager( 145): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=stericson.busybox/.BusyBox }
D/PhoneWindow( 290): couldn't save which view has focus because the focused view com.bbk.launcher.AppsGridView@44d50d60 has no id.
W/AdMobSDK( 1203): Ignoring requestFreshAd() because we are requesting an ad right now already.
W/AdMobSDK( 1203): Ignoring requestFreshAd() because we are requesting an ad right now already.
I/ActivityManager( 145): Displayed activity stericson.busybox/.BusyBox: 545 ms (total 545 ms)
W/AdMobSDK( 1203): Ignoring requestFreshAd() because we are requesting an ad right now already.
W/AdMobSDK( 1203): Ignoring requestFreshAd() because we are requesting an ad right now already.
I/AdMobSDK( 1203): No fill. Server replied that no ads are available (1581ms)
I/MeatMorph Utility( 1203): phase 1
I/MeatMorph Utility( 1203): phase 2
I/MeatMorph Utility( 1203): waiting on remount
I/global ( 1203): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
I/MeatMorph Utility( 1203): Done
I/global ( 1203): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
I/AdMobSDK( 1203): No fill. Server replied that no ads are available (3080ms)
I/dun_service( 76): The value returned from dun_getusbmodemstate_fromsys is 2
D/StatusBarPolicy( 145): updateBattery level=68 plugged=true mBatteryPlugged=true mBatteryLevel=68 mBatteryFirst=false
I/global ( 1203): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
D/ShellInterface( 1203): Unexpected error - Here is what I know: Broken pipe
W/System.err( 1203): java.io.IOException: Broken pipe
W/System.err( 1203): at org.apache.harmony.luni.platform.OSFileSystem.writeImpl(Native Method)
W/System.err( 1203): at org.apache.harmony.luni.platform.OSFileSystem.write(OSFileSystem.java:129)
W/System.err( 1203): at java.io.FileOutputStream.write(FileOutputStream.java:297)
W/System.err( 1203): at java.io.FileOutputStream.write(FileOutputStream.java:253)
W/System.err( 1203): at java.io.DataOutputStream.writeBytes(DataOutputStream.java:169)
W/System.err( 1203): at stericson.busybox.ShellInterface.doExec(ShellInterface.java:30)
W/System.err( 1203): at stericson.busybox.BusyBox$8.run(BusyBox.java:368)
I/MeatMorph Utility( 1203): phase 1
I/MeatMorph Utility( 1203): phase 2
I/MeatMorph Utility( 1203): waiting on remount
 
I/global ( 1203): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
I/MeatMorph Utility( 1203): Done
I/global ( 1203): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
I/global ( 1203): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
D/ShellInterface( 1203): Unexpected error - Here is what I know: Broken pipe
W/System.err( 1203): java.io.IOException: Broken pipe
W/System.err( 1203): at org.apache.harmony.luni.platform.OSFileSystem.writeImpl(Native Method)
W/System.err( 1203): at org.apache.harmony.luni.platform.OSFileSystem.write(OSFileSystem.java:129)
W/System.err( 1203): at java.io.FileOutputStream.write(FileOutputStream.java:297)
W/System.err( 1203): at java.io.FileOutputStream.write(FileOutputStream.java:253)
W/System.err( 1203): at java.io.DataOutputStream.writeBytes(DataOutputStream.java:169)
W/System.err( 1203): at stericson.busybox.ShellInterface.doExec(ShellInterface.java:30)
W/System.err( 1203): at stericson.busybox.BusyBox.done(BusyBox.java:345)
W/System.err( 1203): at stericson.busybox.BusyBox.access$8(BusyBox.java:317)
W/System.err( 1203): at stericson.busybox.BusyBox$1.handleMessage(BusyBox.java:445)
W/System.err( 1203): at android.os.Handler.dispatchMessage(Handler.java:99)
W/System.err( 1203): at android.os.Looper.loop(Looper.java:123)
W/System.err( 1203): at android.app.ActivityThread.main(ActivityThread.java:4627)
W/System.err( 1203): at java.lang.reflect.Method.invokeNative(Native Method)
W/System.err( 1203): at java.lang.reflect.Method.invoke(Method.java:521)
W/System.err( 1203): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:876)
W/System.err( 1203): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:634)
W/System.err( 1203): at dalvik.system.NativeStart.main(Native Method)
W/InputManagerService( 145): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@44dbc078
D/GsmServiceStateTracker( 250): gprs regState=1
D/GsmServiceStateTracker( 250): gsm regState=1
D/GsmServiceStateTracker( 250): mGsmRoaming=false, mDataRoaming=false
D/AudioFlinger( 69): MixerThread 0xb908 TID 123 going to sleep !!! (1)

你可能感兴趣的:(android,server,service,buffer)