夢中的大黑狗  

Posted by Xkram or MarkX

昨天(2013/2/8)小年夜,晚上睡覺的時候做了一個夢。


夢境中有一隻很漂亮的大黑狗,遠遠的走進我,而且跟我很親近。

不知怎麼的,我知道他想要吃東西,
剛好旁邊有一間便當店,
我就進去想要買一份排骨飯。

店裡的店員似乎也有看到那隻黑狗,
但是當他想接近黑狗的時候黑狗就會離開,
看來只有跟我比較親近。

我買了一份排骨飯後,打開一看,排骨炸的真是好吃!
但是因為我並不餓,因此只吃了配菜,排骨全給黑狗吃了,
連店員都覺得黑狗吃真好。

說也奇怪,黑狗吃完排骨之後,很開心的抖了抖身體,
結果就 掉了一串金鍊子下來!
之後便頭也不回的離開了,只剩下我茫然的拿著那條金鍊子。

之後我就醒了。


真是很奇妙的一個夢啊。

Android "ADB Backup" Commands Manual  

Posted by Xkram or MarkX

 adb backup [-f <file>] [-apk|-noapk] [-shared|-noshared] [-all] 
            [-system|-nosystem] [<packages...>]
 
   - write an archive of the device's data to <file>.
     If no -f option is supplied then the data is written
     to "backup.ab" in the current directory.
 
       (-apk|-noapk enable/disable backup of the .apks 
         themselves in the archive; the default is noapk.)
 
       (-shared|-noshared enable/disable backup of the device's
         shared storage / SD card contents; 
         the default is noshared.)
 
       (-all means to back up all installed applications)
 
       (-system|-nosystem toggles whether -all automatically 
         includes system applications; 
         the default is to include system apps)
 
       (<packages...> is the list of applications to be backed 
         up. If the -all or -shared flags are passed, then the
         package list is optional. Applications explicitly 
         given on the command line will be included even if 
         -nosystem would ordinarily cause them to be omitted.)