2016年9月23日 星期五

本網誌於2016年9月19日 (4年零10個月) 突破520,000(52萬)網頁瀏覽次數

2016年9月19日,本網誌 (http://rogerkungpublic.blogspot.hk) 突破520,000網頁瀏覽次數。由2011年11月26日開站至今4年零10個月,承蒙各位支持,本網誌突破52萬網頁瀏覽次數。同時,本網誌由2016年9月9日至2016年9月19日的半個月(11日)內額外增加10,000網頁瀏覽次數,即由510,000增加至520,000網頁瀏覽次數。

另外,上個月 (2016年8月24日至2016年9月22日) 的網頁瀏覽數次數為27,407。其中,Windows造訪的網頁瀏覽次數佔 9642 (35%),Android佔 9283 (33%),iPhone佔 6241 (22%),iPad佔 603 (2%)。另外,Internet Explorer佔 517 (1%), Firfox佔 2466 (9%), Chrome佔 15104 (55%), Safari 6017 (22%)。

Android 6.0.1 57 (<1%), Android 4.4.4 19 (<1%), Android 5.0 45 (<1%), Android 6.0 24 (<1%)。




========================================================================

本網誌於2016年9月9日 (4年零10個月) 突破510,000(51萬)網頁瀏覽次數

2016年9月9日,本網誌 (http://rogerkungpublic.blogspot.hk) 突破510,000網頁瀏覽次數。由2011年11月26日開站至今4年零10個月,承蒙各位支持,本網誌突破51萬網頁瀏覽次數。同時,本網誌由2016年8月28日至2016年9月9日的半個月(13日)內額外增加10,000網頁瀏覽次數,即由500,000增加至510,000網頁瀏覽次數。



========================================================================

如何強制讓Apps在SD Card上執行ADB驅動程式 (無須Root) / Install and Move Android Apps to SD Card Without Rooting (Android System)

http://samfreetime.blogspot.hk/2012/09/froyoappssdrooting.html

在Froyo (Android 2.2) 上,如何強制讓Apps在SD上執行 (無須Rooting)



幾個讀者最近反應,他們已處理即將用完的可用空間,甚至在Froyo上的Apps2SD的實現。Google的方式去實現它是粗劣的開始跟著,但情況變得更糟的是許多應用程式在市場上還沒有被允許更新安裝到SD卡。

本介紹將告訴你,如何強制所有應用程序安裝到SD卡上。
需求:
  1. 手機運行Froyo。
  2. 安裝ADB驅動程式

用法說明:
  1. 確保你已經開啟除錯模式在你的手機上( Settings -> Applications -> Development -> USB Debugging -> Turn On )。
  2. 連接你的手機到USB。
  3. 開啟Command Prompt/Terminal。
  4. 輸入: adb shell pm setInstallLocation 2
  5. 按下鍵。
  6. 就這樣!

常見問題:
1. 我的小工具(widget)不斷消失,救命啊!
為了防止刪除小工具(widget) ,您將必須移動其相關的應用程式回到手機的記憶體上 - 請參見常見#2 
2.  我該如何將某些應用程式移回到手機的記憶體上?
您可以將任何應用程式移到手機的記憶體上,藉由到Settings -> Applications -> Manage Applications -> On SD card,選擇你要的 App然後按下(Move to Phone)移動到手機。
3.  我該如何能夠還原到原始設定?
只要開啟Command Prompt/Terminal,然後輸入:adb shell pm setInstallLocation 0
4. 任何其他的隱藏命令?
還有一個強制所有的應用程式(Apps)安裝到手機的記憶體,但我懷疑你到底要用它嗎:adb shell pm setInstallLocation





========================================================================


Install Android Apps on SD Card by Default

Before going through the procedure, you must have to be done two things.
1) Enable USB Debugging
Enable it by going your Phone’s Settings >> Developer options >> USB debugging.2) Download Google’s official Android SDK (http://developer.android.com/sdk/index.html)
After download, Extract it in your computer and navigate to adt-bundle >> sdk >> platform-tools.
  • Launch the Command Prompt window in this folder by pressing and holding the Shift button, Right-clicking in the folder, and selecting “Open command window here”.
  • Now connect your Android device and run the below commands one by one.

adb devices
adb shell pm set-install-location 2
adb shell pm get-install-location
The “get-install-location” is only for checking the installation location. If it’ll show as “2[external]”, that means, now all of your apps will install on External memory card. To reverse the process, just put 0(auto) or 1(internal) instead of 2(external).

Error: More than One Device and Emulator

If you have multiple devices connected to your computer, or you have installed an Android Emulator like “BlueStack”, then it’ll show an Error like, ”more than one device and emulator”. To overcome from this problem, first detect your device by running adb devices. Now run the below commands one by one.

adb devices
adb -s CB5A1Y0DW4 shell pm set-install-location 2
adb -s CB5A1Y0DW4 shell pm get-install-location
Just put “-s Your_Device_Name” after the adb command. That’s it. Now you can install Android apps to SD card by default without rooting.


Move Android Apps to SD Card without Rooting

If apps are eating your phone’s memory, and you want free your storage space by moving Android apps to SD card without rooting, then follow the below procedure.


In order to move your apps, go to Phone’s Settings >> Apps/Application Manager and select “SD CARD” tab.
Now click on an app, which you want to move. After that tap on Move to SD card button to move that application to external memory.

Conclusion

Some handsets, like my Sony Xperia Z2 and other z series handsets which run on Android KitKat 4.4.4 are unable to perform these two operations. Sony is strictly removed the external storage access for the security reasons. I have tested this on Lenovo, Motorola and Samsung devices, and it is working great. This is the easiest way to install and move Android apps to SD Card without rooting. If you have any question regarding this, then feel free to comment below.


========================================================================

Moving Your ‘Non-Movable’ Android Apps to an SD Card

2016年9月6日 星期二

本網誌於2016年8月28日 (4年零9個月) 突破500,000(50萬)網頁瀏覽次數

2016年8月28日,本網誌 (http://rogerkungpublic.blogspot.hk) 突破500,000網頁瀏覽次數。由2011年11月26日開站至今4年零9個月,承蒙各位支持,本網誌突破50萬網頁瀏覽次數。同時,本網誌由2016年8月16日至2016年8月28日的半個月(13日)內額外增加10,000網頁瀏覽次數,即由490,000增加至500,000網頁瀏覽次數。

另外,上個月 (2016年8月7日至2016年9月5日) 的網頁瀏覽數次數為24,792。其中,Windows造訪的網頁瀏覽次數佔 7718 (31%),Android佔 8825 (35%),iPhone佔 6154 (24%),iPad佔 545 (2%)。另外,Internet Explorer佔 638 (2%), Firfox佔 1752 (7%), Chrome佔 13458 (54%), Safari 5925 (24%)。

新增 Android 6.0.1 47 (<1%), Android 4.4.4 24 (<1%), Android 5.0 15 (<1%), Android 5.0.2 15 (<1%)。




========================================================================


2016年9月5日 星期一

本網誌於2016年8月16日 (4年零9個月) 突破490,000(49萬)網頁瀏覽次數

2016年8月16日,本網誌 (http://rogerkungpublic.blogspot.hk) 突破490,000網頁瀏覽次數。由2011年11月26日開站至今4年零9個月,承蒙各位支持,本網誌突破49萬網頁瀏覽次數。同時,本網誌由2016年8月4日至2016年8月16日的半個月(13日)內額外增加10,000網頁瀏覽次數,即由480,000增加至490,000網頁瀏覽次數。



========================================================================