android 獲取rom資訊沒有統一的介面,需要事先知道配置檔案中的對應的值
1、開啟cmd視窗
2、輸入adb shell 再輸入getprop命令
3、得到配置資訊 查詢關於rom資訊對應的鍵,然後根據鍵找到值
例如小公尺rom對應的值為
...
[ro.miui.ui.version.name]: [v8]
...[ro.build.version.incremental]: [v8.2.1.0.lxk***l]
...
getsystemproperty("ro.build.version.incremental");
/**
* 讀取配置資訊
*@param propname
*@return
*/public
static string getsystemproperty(string propname) catch (ioexception ex) finally catch (ioexception e) }}
return line;
}
返回的值為v8.2.1.0.lxk***l這個是miui版本號 android獲取硬體資訊
1.獲取cpu型號 private static string getcpuname return array 1 catch filenotfoundexecption e catch ioexception e return null 2.獲取cpu核心數 private int getnumc...
Android 獲取基站資訊
android 基站分cdmacelllocation和gsmcelllocation,要根據不同的sim卡轉成不同的物件 telephonymanager tm telephonymanager getsystemservice context.telephony service int type...
android 獲取usb 裝置資訊
1.使用者需要獲取usb 裝置名,來判斷是不是我方的印表機 2.public string getproductname catch exception e logger.i manufacturer manufacturer n logger.i product product n logger....