10 2011 档案

摘要:转http://bbs.hiapk.com/thread-1897009-1-1.html《android-apktool》软件软件可以访问它的主页http://code.google.com/p/android-apktool/下载获得,apktool-1.0.0.tar.bz2和apktool-install-windows-2.1_r01-1.zip两个包都要下。apktool d "C:\LiveWallpapersPicker.apk" "C:\LiveWallpapersPicker重新打包apktool b "C:\LiveWallpape 阅读全文
posted @ 2011-10-26 09:15 厘米 阅读(498) 评论(0) 推荐(0)
摘要:package com.battery.ft;import android.app.Activity;import android.content.BroadcastReceiver;import android.content.Context;import android.content.Intent;import android.content.IntentFilter;import android.os.BatteryManager;import android.os.Bundle;import android.util.Log;import android.view.View;impo 阅读全文
posted @ 2011-10-09 18:58 厘米 阅读(351) 评论(0) 推荐(0)
摘要:package com.check.ft;import java.util.List;import java.util.Timer;import java.util.TimerTask;import android.app.ActivityManager;import android.app.Service;import android.app.ActivityManager.RunningTaskInfo;import android.content.Context;import android.content.Intent;import android.os.IBinder;import 阅读全文
posted @ 2011-10-09 18:57 厘米 阅读(418) 评论(0) 推荐(0)
摘要:1、API没有开放,需要提升为syetem app级别!2、android 模块编译,mm 命令2.1、先进入顶层 source build/envsetup.sh2.2、进入目录 mm3、android.mkLOCAL_PATH:= $(call my-dir)include $(CLEAR_VARS)LOCAL_MODULE_TAGS := optionalLOCAL_SRC_FILES := $(call all-java-files-under, src)LOCAL_PACKAGE_NAME := ShutdownLOCAL_CERTIFICATE := platfor... 阅读全文
posted @ 2011-10-09 18:53 厘米 阅读(2584) 评论(0) 推荐(0)