閱讀609 返回首頁    go 技術社區[雲棲]


仁本項目 android命令備忘

 adb pull /data/data/com.example.health/shared_prefs/alarm_record.xml d://hosts/alarm_record.xml 
 
 
cd /data/data/com.example.health/databases
 
sqlite3 dailyBG_db
 
select * from dailySetting_table;

用藥提醒時間點
https://192.168.10.35:8080/neowave_health/reminder.action?familyId=1
 
查看數據庫
cd /data/data/com.example.health/databases
sqlite3 health_db
sqlite3 dailyBG_db


ifconfig

最後更新:2017-04-03 16:49:03

  上一篇:go Hi3531添加16GByte(128Gbit) NAND Flash支持
  下一篇:go Shell腳本編程學習入門 02