it looks like your phone is merged partition type so try to flash stock rom.
Nahh i guess im done with this shet gotta stick to my vita i guessi tried all my knowledge start a new forum so that a senior member may help you.
soo why my phone cant install some stock firmware?it looks like your phone is merged partition type so try to flash stock rom.
uh sorry for late reply1. Request the 100% suitable Stock ROM from OEM/carrier.
2.Completely wipe phone ( erase all partitiions except boot & efs ) before flashing Stock ROM on it
3. ADB sideload Stock ROM - as I already told you in a previous post here - unless a official Flash Tool what is compliant with your phone exists
but the only problem was the internal storage , soo i check if theres a storage in setting but boom its shows my internal storage 25GB storage
Wondering why you are trying to access any external storage memory if no SD-card slot is present? Tthat understand who wants ...it show no external storage available, soo how can i access my internal storage i cant even put a sdcard because i doesn't have a sdcard slot?
that pfp thoKind request: Replace [A SIMPLE QUESTION] in this thread's title with [XIAOMI MI 2] what surely will force owners of such a phone to open this thread for reading, too.
what i meant is when i go to example: i go to gallary/camera if it can access my internal storage, it shows no external storageThe Xiamoi MI 2 by default got shipped with 16 GB / 32 GB internal storage memory . Assumed your phone came with 32 GB, and after re-flashing Stock ROM now it shows to have only 25 GB internal storage memory, looks to me that the re-flashed ROM only makes use of 25 GB internal storage memory or some partitions what were present before re-flashing didn't get erased, some GBs of phone's internal storage memory is still allocated by useless stuff.
Wondering why you are trying to access any external storage memory if no SD-card slot is present? Tthat understand who wants ...
yeah there is a option it calls mount usb storage or erase usb storage but both are not working, i know it show my internal storage in my settings but it wont work i already erase the usb storage but it wont work i cant use my internal storage but it show my internal storage in my settings?i think if there is any option in setting to mount internal storage then click it to get your internal storage working. about 25gb avaliable so there may be 9 gb of space used by system that means total space is 32 gb and 25 gb is free space.
adb devices
adb shell "df"
hey soo if i go to twrp and go to wipe advancef wipe then press internal storage and click repair or change file system it says invalid partition selection soo that means........ or another example soo my current twrp is 3.3.1-0 soo i downgraded to https://forum.xda-developers.com/t/recovery-aries-unofficial-twrp-recovery-2-8-1-for-mi2-2s.2962332/ and if select my internal storage repair or change file system it will remove the invalid partition selection in version 3.3.1-0All partitions of an Android system - what by default is housed on internal storage memory - get mounted when device boots up. If Android OS successfully started up then you know it has been settled.
Here a list of standard internal memory partitions on Android phones and tablets:
In addition, there are the SD card partitions.
- /boot
- /system
- /recovery
- /data
- /cache
- /misc
- /vendor
- /efs
Note that only /sdcard is found in all Android devices and /sd-ext is present only in select devices
- /sdcard
- /sd-ext
More info here:
Android Partitions and File Volumes TBD
cecs.wright.edu
My last 2 cents here:
If you run
you will get the sizes of all filesystems in human readable numbers.Code:adb devices adb shell "df"
Don't you think this is the problem https://github.com/TeamWin/Team-Win-Recovery-Project/issues/1544 ?Now it's clear: Your issue is TWRP related.![]()
Or https://github.com/TeamWin/Team-Win-Recovery-Project/issues/1568Now it's clear: Your issue is TWRP related.![]()
Btw i can't update my phone using its official firmware https://xiaomirom.com/en/rom/mi-2s-aries-global-fastboot-recovery-rom/ but it can only install this https://forum.xda-developers.com/t/rom-unofficial-5-1-1-cyanogenmod-12-1.3032286/All partitions of an Android system - what by default is housed on internal storage memory - get mounted when device boots up. If Android OS successfully started up then you know it has been settled.
Here a list of standard internal memory partitions on Android phones and tablets:
In addition, there are the SD card partitions.
- /boot
- /system
- /recovery
- /data
- /cache
- /misc
- /vendor
- /efs
Note that only /sdcard is found in all Android devices and /sd-ext is present only in select devices
- /sdcard
- /sd-ext
More info here:
Android Partitions and File Volumes TBD
cecs.wright.edu
My last 2 cents here:
If you run
you will get the sizes of all filesystems in human readable numbers.Code:adb devices adb shell "df"