phone not recognizing internal storage

lilgmaine04

Member
Nov 13, 2009
36
3
0
for some reason after flashing cm7 lastest weekly my phone wont recognize my internal sd card set aside for apps and system data. it reads as follow

sd card
total space 1.84gb
avail 1.08gb

internal storage
total space 0.0b
avail 0.0b

additional storage
total space 10.69gb
avail 10.69gb

is there something i can do to fix this? everytime i reboot my phone i have to go to registration again because the phone is not storing any data.
 
  • Like
Reactions: Arun K Babu

crnkoj

Senior Member
Feb 16, 2011
1,833
397
103
for some reason after flashing cm7 lastest weekly my phone wont recognize my internal sd card set aside for apps and system data. it reads as follow

sd card
total space 1.84gb
avail 1.08gb

internal storage
total space 0.0b
avail 0.0b

additional storage
total space 10.69gb
avail 10.69gb

is there something i can do to fix this? everytime i reboot my phone i have to go to registration again because the phone is not storing any data.
actually this "additional storage
total space 10.69gb
avail 10.69gb
" should be the internal storage - its the exact size of the internal storage, do you even have a sdcard in your phone? Cm7 namely swaps internal and sdcard...
 
  • Like
Reactions: thedeamon

hrivas

Senior Member
Sep 13, 2009
79
1
0
/quote
EDIT: PROBLEM SOLVED

Busybox seems to cause such problems with some of those cheap tablets.
A simple: ~mv /system/bin/busybox /system/bin in the ADB Shell solved all problems
/end quote


And is there a possible mistake??? how to move from /system/bin to /system/bin
is it be possible to move to /system/xbin ???

move from /system/xbin to /system/bin
 
Last edited:
  • Like
Reactions: Arun K Babu

fuzzgruble

Senior Member
Nov 11, 2013
99
39
0
Austin
/quote
EDIT: PROBLEM SOLVED

Busybox seems to cause such problems with some of those cheap tablets.
A simple: ~mv /system/bin/busybox /system/bin in the ADB Shell solved all problems
/end quote


And is there a possible mistake??? how to move from /system/bin to /system/bin
is it be possible to move to /system/xbin ???

move from /system/xbin to /system/bin
I get this when I run it
Code:
adb shell ~mv /system/bin/busybox /system/bin/
/system/bin/sh: ~mv: not found
 

Arun K Babu

Senior Member
Mar 3, 2015
120
32
0
/quote
EDIT: PROBLEM SOLVED

Busybox seems to cause such problems with some of those cheap tablets.
A simple: ~mv /system/bin/busybox /system/bin in the ADB Shell solved all problems
/end quote


And is there a possible mistake??? how to move from /system/bin to /system/bin
is it be possible to move to /system/xbin ???

move from /system/xbin to /system/bin
This Works perfectly on my tablet 100%
What I did is:
1. Open Busybox (Install it as system app if you accidentally uninstalled it)
2. Uninstall it from system/xbin
3. Install to system/bin
4. Reboot

NB: This process is same as the quoted method, so either way works