1.修改藍芽為從端1
//設定成從模式
persist.service.bt.a2dp.sink=true
persist.service.bt.hfp.client=true12
3456
789true
true
true
2.修改預設的睡眠超時和螢幕關閉超時1
3.配置液晶屏密度1
4.刪除導航欄並鎖定螢幕方向橫向1
234false
1234567
891011
1213
5.刪除no_sim和new_sim對話方塊1
234false
6.adb裝置序列號為空12
3456
7kernel/msm-3.18/drivers/usb/gadget/android.c
// #if defined(config_debug_atomic_sleep)
// id=0;
// #else
id = usb_string_id(cdev);
// #endif
第二部分 SQL修改表結構
一般都是在專案初期會進行資料庫表字段的增減操作,而在專案後期對字段的操作都會引起程式的大部分變動。語法 alter table 表名 add 欄位名 型別 alter table student add sphone number 11 修改欄位名 語法 alter table student mo...
string類的實現(實現了一部分功能)
ifndef mstring h define mstring h include using namespace std namespace kaka int length void clear private char string int length endif 這是標頭檔案mstring....
《C 程式語言》學習筆記 第2部分 基本功能
1.void 的含義是 指向未知型別物件的指標 除了函式指標和指向類成員的指標 2.空指標nullptr,可賦給任意指標型別,但不能賦給內建型別。3.原始字串字面值常量,r ccc 表示字串ccc,轉義字元不起作用 i.string s r w w ii.string s r quottt 還可以在...