[Android] ADB – Format SD card to use as Internal Storage

Table of Contents

[Android] ADB - Format SD card to use as Internal Storage

Kích hoạt tính năng dùng thẻ nhớ như bộ nhớ trong trên Zenfone Max và Laser LTE chạy Android 6 leak

Download Driver ADB và ADB tool

Download (4Window)

https://drive.google.com/file/d/0B2oMRhweQ4CHQmFVcG8ySHhvSG8/view

or

https://drive.google.com/open?id=1sLs574OEIk-OkrD9E65UAJ6tb1uZHGPM

Install

After installed, tool will be C:\adb

Connect ADB

  • Active USB debugging (Settings -about -software information, push 7 times on build number.)
  • Return to Main setting, go to Development options - Turn on USB debugging
  • Plug your phone to computer through MicroUSB cable
  • Go to C:/adb

Check if connecttion is active

.\adb.exe devices

Format SD Card to ext4 type

Go to adb shell

.\adb.exe shell

Check disk partition, get SD Card partition name

sm list-disks

In most case, your SD Card partition name is 179,64

Format SD Card to use as Internal Storage

You have 2 options:

  • 100% to Internal Storage sm partition disk:179,64 private
  • 50% from SD Card will become Internal Storage sm partition disk:179,64 mixed 50

Photo from my case

References

https://docs.google.com/document/d/e/2PACX-1vSvBklMrUjX4MsW4Hc9idwa2Oxcr-l-MCCCBaq9NHioDp6wv86yGZc1AEMeUq0O-HUoNdx2wQHwYabf/pub

https://amtech.vn/threads/kich-hoat-tinh-nang-dung-the-nho-nhu-bo-nho-trong-tren-zenfone-max-va-laser-lte-chay-android-6-leak.399782/

Leave a Reply

Your email address will not be published. Required fields are marked *