Related
Does anyone know where I can find the CWM Recovery for the viper?
Sent from my LG-P999 using XDA
Bump
Sent from my LG-P999 using XDA
You can install the recoveries for the vs840 or the ms840 (lucid and connect respectively) through ROM Manager since all the sprint reps say they have the same coding but so far I haven't been able to do much other than boot into CWM. I can't make backups as it won't mount /system and when I manually mount /system for it it seems to backup but then the files just disappear :/ By the way you wouldn't happen to know the partition # of the recovery partition would you? I have a vague table laid out but it may not be 100% accurate so that info would help, or just let me know how to get into the bootloader/fastboot if you know how.
P.S. here's the table I've gotten so far with the file layouts (not 100% sure what files correspond to each partition)
Code:
/dev/block/mmcblk0p1 >IMAGE/MODEM*
/dev/block/mmcblk0p12 >Gaspra,LostFound,WCN1314_qcom_wlan_nv.bin,qcom
/dev/block/mmcblk0p14 >image/*.MBN
/dev/block/mmcblk0p22 >lost+found/,lpass/,mdm/,modem/
/dev/block/mmcblk0p23 >lost+found/
/dev/block/mmcblk0p27 >app/,bin/,build.prop,etc/,fonts/,framework/,lib/,media/,recovery/,sounds/,tts/,usbautorun.iso,usr/,xbin/ (/ ?)
/dev/block/mmcblk0p28 >lost+found/,recovery/
/dev/block/mmcblk0p29 >amit/,anr/,app/,app-private/,backup/,dalvik-cache/,data/,dontpanic/,fonta/,gesture/,img/,lgdrm/,local/,logger/,lost+found/,misc/,property/,qcks/,radio/,secure/,shared/,sutest/,system/,time/,tombstones/,wiper/,wmdrm/,wpstiles/ (/SYSTEM)
/dev/block/mmcblk0p30 >lost+found/
/dev/block/mmcblk0p31 >MPT_*,aat_result.txt,acc_calibration.dat,enable/,lost+found/,pid/,started/
Rom Development?
My wife just upgraded her EVO for this phone. I was able to find the rooting method with the superoneclick, and it worked slick. I was able to remove the sprint apps like NBA and NASCAR... but was looking for any custom rom. I had ICS running on her EVO, and since this comes with GB... I hate to go backwards. Is there anyone working on rom development for this phone yet?
some get me a dump of the stock recovey please
Also do
Code:
adb shell
Code:
cat proc/mounts
and
Code:
cat proc/partitions
Sounds like the viper has a different mount for system than its cousins.
In terminal emulator:
df to get list of partitions, if possible, and mount each on a temporary directory with loop options.. Hopefully the stock kernel supports fs wraps..
Just barely got this phone for my fiance, and I'm waiting for someone to nail this sucker to the wall.. Hopefully someone can come up with a working recovery..
Hope the above helps, because if you can df on su, especially with the -a option, if I remember right, it tells you the file systems used on each part.
Maybe once stuff settles down (because hectic is an understatement at this particular point irl, lol), I can jump in and be of more help, but right now.. It's just not the best time as I'm trying to keep a roof over our heads here..
Good luck all!
-----
Sent from my phone
using my finger... ;-)
-----
this needs testing and I still need the above mentions.
http://d-h.st/GFZ
# df -a
Filesystem Size Used Free Blksize
-a: No such file or directory
# df
Filesystem Size Used Free Blksize
/dev 400M 48K 399M 4096
/mnt/asec 400M 0K 400M 4096
/mnt/obb 400M 0K 400M 4096
# df
Filesystem Size Used Free Blksize
/dev 400M 48K 399M 4096 /mnt/asec 400M 0K 400M 4096
/mnt/obb 400M 0K 400M 4096
/mnt/extasec 400M 0K 400M 4096
/mnt/extobb 400M 0K 400M 4096 /system 1009M 348M 661M 4096
/tombstones 71M 4M 67M 4096 /firmware 1G 28M 1G 32768
/data 1G 579M 1G 4096 /persist 7M 4M 3M 4096
/cache 314M 5M 309M 4096 /LGE_RC 4M 24K 4M 4096
/mpt 15M 9M 6M 1024 /system/etc/firmware/misc_mdm 199M 22M 177M 4096 /mnt/sdcard 14G 4G 9G 32768
/mnt/secure/asec 14G 4G 9G 32768 /mnt/asec/com.droidemu.game.lite-1 12M 10M 1M 4096 /mnt/asec/com.diotasoft.spark-1 28M 26M 1M 4096
/mnt/asec/com.nelphy.android.heavenhell-1 32M 30M 1M 4096
/mnt/asec/com.mojang.minecraftpe.demo-1 8M 6M 1M 4096
#
Here are the proc/ results
Code:
# cat proc/mounts
rootfs / rootfs rw,relatime 0 0
tmpfs /dev tmpfs rw,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/extasec tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/extobb tmpfs rw,relatime,mode=755,gid=1000 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
/dev/block/mmcblk0p27 /system ext4 rw,relatime,barrier=0,data=ordered 0 0
/dev/block/mmcblk0p22 /tombstones ext4 rw,nosuid,nodev,relatime,barrier=1,data=ordered 0 0
/dev/block/mmcblk0p1 /firmware vfat ro,relatime,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=iso8859-1,shortname=lower,errors=remount-ro 0 0
/dev/block/mmcblk0p29 /data ext4 rw,nosuid,nodev,noatime,resuid=1000,barrier=1,data=ordered,noauto_da_alloc 0 0
/dev/block/mmcblk0p12 /persist ext4 rw,nosuid,nodev,relatime,barrier=1,nodelalloc,data=ordered 0 0
/dev/block/mmcblk0p28 /cache ext4 rw,nosuid,nodev,relatime,barrier=1,data=ordered 0 0
/dev/block/mmcblk0p30 /LGE_RC ext4 rw,nosuid,nodev,relatime,barrier=1,data=writeback 0 0
/dev/block/mmcblk0p31 /mpt ext4 rw,nosuid,nodev,relatime,barrier=1,data=ordered 0 0
/dev/block/mmcblk0p14 /system/etc/firmware/misc_mdm vfat ro,relatime,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=iso8859-1,shortname=lower,errors=remount-ro 0 0
/dev/block/vold/179:33 /mnt/sdcard vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0002,dmask=0002,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/179:33 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0002,dmask=0002,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
tmpfs /mnt/sdcard/.android_secure tmpfs ro,relatime,size=0k,mode=000 0 0
/dev/block/dm-0 /mnt/asec/com.droidemu.game.lite-2 vfat ro,dirsync,nosuid,nodev,relatime,uid=1000,fmask=0222,dmask=0222,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/dm-1 /mnt/asec/com.mojang.minecraftpe.demo-1 vfat ro,dirsync,nosuid,nodev,relatime,uid=1000,fmask=0222,dmask=0222,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/dm-2 /mnt/asec/com.nelphy.android.heavenhell-1 vfat ro,dirsync,nosuid,nodev,relatime,uid=1000,fmask=0222,dmask=0222,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/dm-3 /mnt/asec/com.diotasoft.spark-1 vfat ro,dirsync,nosuid,nodev,relatime,uid=1000,fmask=0222,dmask=0222,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/dm-4 /mnt/asec/com.nelphy.android.crazyshuttle-1 vfat ro,dirsync,nosuid,nodev,relatime,uid=1000,fmask=0222,dmask=0222,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
# cat proc/partitions
major minor #blocks name
7 0 12506 loop0
7 1 8348 loop1
7 2 33296 loop2
7 3 29138 loop3
7 4 28098 loop4
179 0 3780608 mmcblk0
179 1 32768 mmcblk0p1
179 2 1024 mmcblk0p2
179 3 1024 mmcblk0p3
179 4 1 mmcblk0p4
179 5 1024 mmcblk0p5
179 6 5120 mmcblk0p6
179 7 5120 mmcblk0p7
179 8 10240 mmcblk0p8
179 9 1024 mmcblk0p9
179 10 3072 mmcblk0p10
179 11 3072 mmcblk0p11
179 12 8192 mmcblk0p12
179 13 16384 mmcblk0p13
179 14 32768 mmcblk0p14
179 15 3072 mmcblk0p15
179 16 3072 mmcblk0p16
179 17 3072 mmcblk0p17
179 18 3072 mmcblk0p18
179 19 1024 mmcblk0p19
179 20 8192 mmcblk0p20
179 21 16384 mmcblk0p21
179 22 73728 mmcblk0p22
179 23 8192 mmcblk0p23
179 24 24576 mmcblk0p24
179 25 8192 mmcblk0p25
179 26 1024 mmcblk0p26
179 27 1048576 mmcblk0p27
179 28 327680 mmcblk0p28
179 29 1843200 mmcblk0p29
179 30 5120 mmcblk0p30
179 31 16384 mmcblk0p31
259 0 5120 mmcblk0p32
179 32 15558144 mmcblk1
179 33 15554048 mmcblk1p1
254 0 12505 dm-0
254 1 8347 dm-1
254 2 33295 dm-2
254 3 29137 dm-3
254 4 28098 dcode
?
sooo did you guys manage to find a cwm recovery?
im a total noob and i managed to root this phone but now i cant find a recovery :/ im still in GB
Here how the space is divided...
If someone is brave enough to re-partition this we can gain some usable space...
Partition Size
mmcblk0p1 12,772.00
mmcblk0p2 52,764.00
mmcblk0p3 128.00
mmcblk0p4 256.00
mmcblk0p5 541.00
mmcblk0p6 2,048.00
mmcblk0p7 512.00
mmcblk0p8 512.00
mmcblk0p9 16,896.00
mmcblk0p10 13,952.00
mmcblk0p11 3,072.00
mmcblk0p12 3,072.00
mmcblk0p13 780.00
mmcblk0p14 780.00
mmcblk0p15 780.00
mmcblk0p16 2,826,240.00
mmcblk0p17 8,192.00
mmcblk0p18 2,119,680.00
mmcblk0p19 6,144.00
mmcblk0p20 10,240.00
mmcblk0p21 10,240.00
mmcblk0p22 10,240.00
mmcblk0p23 6,144.00
mmcblk0p24 3,072.00
mmcblk0p25 8.00
mmcblk0p26 9,216.00
mmcblk0p27 20,480.00
mmcblk0p28 20,480.00
mmcblk0p29 10,219,520.00
Partition Total: 15,378,761.00
mmcblk0 15,388,672.00
(9,911.00)
Partition (including virtual) Size Used Free Block
/dev 910,900,000 52,000 910,848,000 4096
/storage 910,900,000 - 910,900,000 4096
/storage/emulated 910,900,000 - 910,900,000 4096
/mnt/secure 910,900,000 - 910,900,000 4096
/mnt/asec 910,900,000 - 910,900,000 4096
/mnt/asec/Apps…. - - - 4096
/mnt/asec/ - - - 4096
/mnt/asec/ - - - 4096
/mnt/asec/ - - - 4096
/mnt/asec/ - - - 4096
/mnt/asec/ - - - 4096
/mnt/asec/ - - - 4096
/mnt/asec/ - - - 4096
/mnt/asec/ - - - 4096
/mnt/asec/ - - - 4096
/mnt/asec/ - - - 4096
/mnt/asec/ - - - 4096
/mnt/asec/ - - - 4096
/mnt/asec/ - - - 4096
/mnt/asec/ - - - 4096
/mnt/obb 910,900,000 - 910,900,000 4096
/mnt/fuse 910,900,000 - 910,900,000 4096
/persdata/absolute 8,800,000 4,000,000 4,800,000 4096
/system 2,700,000,000 492,200,000 2,207,800,000 4096
/data 9,700,000,000 5,200,000,000 4,500,000,000 4096
/cache 2,000,000,000 122,700,000 1,877,300,000 4096
/firmware 86,000,000 8,800,000 77,200,000 4096
/firmware-mdm 86,000,000 49,600,000 36,400,000 4096
/efs 13,400,000 4,200,000 9,200,000 4096
/mnt/shell/emulated 9,700,000,000 5,200,000,000 4,500,000,000 4096
/storage/emulated/0 9,700,000,000 5,200,000,000 4,500,000,000 4096
/storage/emulated/0/Android/obb 9,700,000,000 5,200,000,000 4,500,000,000 4096
/storage/emulated/legacy 9,700,000,000 5,200,000,000 4,500,000,000 4096
/storage/emulated/legacy/Android/obb 9,700,000,000 5,200,000,000 4,500,000,000 4096
Parttition ( Real ) Size Used Free Block
/dev 910,900,000 52,000 910,848,000 4096
/persdata/absolute 8,800,000 4,000,000 4,800,000 4096
/system 2,700,000,000 492,200,000 2,207,800,000 4096
/data 9,700,000,000 5,200,000,000 4,500,000,000 4096
/cache 2,000,000,000 122,700,000 1,877,300,000 4096
/firmware 86,000,000 8,800,000 77,200,000 4096
/firmware-mdm 86,000,000 49,600,000 36,400,000 4096
/efs 13,400,000 4,200,000 9,200,000 4096
total: 15,505,100,000 5,881,552,000 9,623,548,000 4096
Hi. I have around 22 gigabites on internal storage whereas I know it should 32 gbs. So what takes 10 gbs? And is possible to expand internal storage?
alex009988 said:
Hi. I have around 22 gigabites on internal storage whereas I know it should 32 gbs. So what takes 10 gbs? And is possible to expand internal storage?
Click to expand...
Click to collapse
The OS takes about 9.5 gb
Sent from my SM-G935T using Tapatalk
Sent from my Note 3 running Purify CM13
lol
jongcruz said:
The OS takes about 9.5 gb
Sent from my SM-G935T using Tapatalk
Click to expand...
Click to collapse
Well. I'm sorry if my question seems really stopid but I did not understand that thing.
In other words you mean that the main system is installed on the hidden partition rights? Cuz all file managers shows the maximum capacity is 22gbs and around 9gb is already occupied. And 10 gigabytes is hidden. I'm sorry but I rally doubt that that system takes around 18 gb in total.
So the problem is that all file managers shows 22 gbs maximum capacity whereas it should be 32 gb. Definitely there should be hidden recovery partition like in windows... So am I wrong?:crying: can I remove it?
df -h
... in your favorite shell
[edit]
works on my phone with CyanogenMod
DHGE said:
... in your favorite shell
Click to expand...
Click to collapse
[email protected]:/ $ df -h
Filesystem Size Used Free Blksize
-h: No such file or directory
1|[email protected]:/ $
df ( without -h)
it is human readable anyway:
Code:
Filesystem Size Used Free Blksize
/dev [COLOR="Red"]1.4G[/COLOR] 88.0K 1.4G 4096
/sys/fs/cgroup [COLOR="red"]1.4G[/COLOR] 12.0K 1.4G 4096
/mnt 1.4G 0.0K 1.4G 4096
/mnt/runtime/default/emulated 22.2G 8.4G 13.8G 4096
/mnt/runtime/read/emulated 22.2G 8.4G 13.8G 4096
/mnt/runtime/write/emulated 22.2G 8.4G 13.8G 4096
/mnt/media_rw/97A6-0EBC 119.7G 38.6G 81.2G 131072
/mnt/secure/asec 119.7G 38.6G 81.2G 131072
/mnt/runtime/default/97A6-0EBC 119.7G 38.6G 81.2G 131072
/mnt/runtime/read/97A6-0EBC 119.7G 38.6G 81.2G 131072
/mnt/runtime/write/97A6-0EBC 119.7G 38.6G 81.2G 131072
/tmp [COLOR="red"]1.4G[/COLOR] 4.0K 1.4G 4096
/system [COLOR="red"]4.9G[/COLOR] 3.3G 1.6G 4096
/system/xbin [COLOR="Red"]27.5M[/COLOR] 1.1M 26.4M 4096
/data [COLOR="red"]22.2G[/COLOR] 8.4G 13.8G 4096
/oem [COLOR="red"]290.6M[/COLOR] 75.2M 215.4M 4096
/cache [COLOR="red"]192.8M[/COLOR] 208.0K 192.6M 4096
/persist [COLOR="red"]27.5M[/COLOR] 160.0K 27.3M 4096
/firmware [COLOR="red"]80.0M[/COLOR] 16.7M 63.2M 16384
/lta-label [COLOR="red"]11.7M[/COLOR] 1.1M 10.6M 4096
/idd [COLOR="red"]14.0M[/COLOR] 149.0K 13.8M 1024
/rca [COLOR="red"]8.4M[/COLOR] 4.3M 4.1M 1024
/storage 1.4G 0.0K 1.4G 4096
/storage/emulated 22.2G 8.4G 13.8G 4096
/storage/97A6-0EBC 119.7G 38.6G 81.2G 131072
/su [COLOR="red"]27.5M[/COLOR] 1.1M 26.4M 4096
I let you do the addition.
Well. There is mine
Code:
[email protected]:/ $ df
Filesystem Size Used Free Blksize
/dev 1.4G 92.0K 1.4G 4096
/dev/usb-ffs/adb: Permission denied
/sys/fs/cgroup 1.4G 12.0K 1.4G 4096
/mnt 1.4G 0.0K 1.4G 4096
/mnt/runtime/default/emulated: Permission denied
/mnt/runtime/read/emulated: Permission denied
/mnt/runtime/write/emulated: Permission denied
/mnt/media_rw/3033-6530: Permission denied
/mnt/secure/asec: Permission denied
/mnt/runtime/default/3033-6530: Permission denied
/mnt/runtime/read/3033-6530: Permission denied
/mnt/runtime/write/3033-6530: Permission denied
/tmp 1.4G 0.0K 1.4G 4096
/system 5.0G 4.0G 960.1M 4096
/data 22.2G 11.5G 10.7G 4096
/oem 290.6M 39.2M 251.4M 4096
/cache 192.8M 228.0K 192.6M 4096
/persist 27.5M 160.0K 27.3M 4096
/firmware 80.0M 57.5M 22.5M 16384
/lta-label 11.7M 1.1M 10.6M 4096
/idd 14.0M 149.0K 13.8M 1024
/rca 8.4M 2.1M 6.3M 1024
/su 27.5M 996.0K 26.5M 4096
/storage 1.4G 0.0K 1.4G 4096
/storage/emulated 22.2G 11.5G 10.7G 4096
/storage/3033-6530 119.1G 62.3G 56.8G 131072
/storage/self 1.4G 0.0K 1.4G 4096
1|[email protected]:/ $
I could not find out how to run terminal with such permissions on android.
But from the picture I see if I understand it right, the capacity of internal storage includes only data. Other system stuff are kinda on hidden partitions.
alex009988 said:
Well. There is mine
I could not find out how to run terminal with such permissions on android.
Click to expand...
Click to collapse
su
But from the picture I see if I understand it right, the capacity of internal storage includes only data. Other system stuff are kinda on hidden partitions.
Click to expand...
Click to collapse
Hint: I spent some efffort to color all partions on internal storage
OK. Thanks DHGE I think I understand.
I installed CM 12.1 (Android 5.1.1) on my Meizu MX4 Ubuntu (16GB internal storage)
Internal storage (User) in CM is shown as 775MB (Used: 617M, free: 158.0M), but DiskInfo indicates: Data (userdata) mmcblk0p16, Used: 11,7GB, free 131MB
Diskinfo seems to show the right size (16GB minus Android-data etc), but I cannot access this space within my internal storage in cm to check the 11,7GB used (could be some ubuntu files or zip-files from flashing).
Anyone an idea how I can access the full userdata partition and how i can tell cm to show/use it?
Partition results from terminal:
[email protected]:/ # cat /proc/partitions
major minor #blocks name
7 0 3136 loop0
179 0 15388672 mmcblk0
179 1 3072 mmcblk0p1
179 2 5120 mmcblk0p2
179 3 10240 mmcblk0p3
179 4 10240 mmcblk0p4
179 5 256 mmcblk0p5
179 6 384 mmcblk0p6
179 7 16384 mmcblk0p7
179 8 16384 mmcblk0p8
179 9 6144 mmcblk0p9
179 10 512 mmcblk0p10
179 11 8192 mmcblk0p11
179 12 10240 mmcblk0p12
179 13 10624 mmcblk0p13
179 14 2113536 mmcblk0p14
179 15 720896 mmcblk0p15
179 16 12439040 mmcblk0p16 => (userdata -> /dev/block/mmcblk0p16)
179 17 16384 mmcblk0p17
179 96 4096 mmcblk0rpmb
179 64 4096 mmcblk0boot1
179 32 4096 mmcblk0boot0
253 0 3136 dm-0
[email protected]:/ # du -hs /
1.2G /
: df
Filesystem Size Used Free Blksize
/dev 946.1M 64.0K 946.0M 4096
/sys/fs/cgroup 946.1M 20.0K 946.0M 4096
/mnt/asec 946.1M 0.0K 946.1M 4096
/mnt/obb 946.1M 0.0K 946.1M 4096
/storage/emulated 946.1M 0.0K 946.1M 4096
/system 1.2G 479.3M 791.6M 4096
/data 774.9M 616.9M 158.0M 4096 (=> userdata)
/cache 681.9M 808.0K 681.1M 4096
/protect_f 4.8M 56.0K 4.8M 4096
/protect_s 4.8M 52.0K 4.8M 4096
/mnt/secure/asec 774.9M 616.9M 158.0M 4096
/mnt/shell/emulated 774.9M 616.9M 158.0M 4096
/mnt/asec/mz.guitar 3.0M 1.8M 1.2M 4096
I have exactly the same issue with my MX4 and a CM13 image.
Did you find a solution ?
cm_ubu said:
I installed CM 12.1 (Android 5.1.1) on my Meizu MX4 Ubuntu (16GB internal storage)
Internal storage (User) in CM is shown as 775MB (Used: 617M, free: 158.0M), but DiskInfo indicates: Data (userdata) mmcblk0p16, Used: 11,7GB, free 131MB
Diskinfo seems to show the right size (16GB minus Android-data etc), but I cannot access this space within my internal storage in cm to check the 11,7GB used (could be some ubuntu files or zip-files from flashing).
Anyone an idea how I can access the full userdata partition and how i can tell cm to show/use it?
Partition results from terminal:
[email protected]:/ # cat /proc/partitions
major minor #blocks name
7 0 3136 loop0
179 0 15388672 mmcblk0
179 1 3072 mmcblk0p1
179 2 5120 mmcblk0p2
179 3 10240 mmcblk0p3
179 4 10240 mmcblk0p4
179 5 256 mmcblk0p5
179 6 384 mmcblk0p6
179 7 16384 mmcblk0p7
179 8 16384 mmcblk0p8
179 9 6144 mmcblk0p9
179 10 512 mmcblk0p10
179 11 8192 mmcblk0p11
179 12 10240 mmcblk0p12
179 13 10624 mmcblk0p13
179 14 2113536 mmcblk0p14
179 15 720896 mmcblk0p15
179 16 12439040 mmcblk0p16 => (userdata -> /dev/block/mmcblk0p16)
179 17 16384 mmcblk0p17
179 96 4096 mmcblk0rpmb
179 64 4096 mmcblk0boot1
179 32 4096 mmcblk0boot0
253 0 3136 dm-0
[email protected]:/ # du -hs /
1.2G /
: df
Filesystem Size Used Free Blksize
/dev 946.1M 64.0K 946.0M 4096
/sys/fs/cgroup 946.1M 20.0K 946.0M 4096
/mnt/asec 946.1M 0.0K 946.1M 4096
/mnt/obb 946.1M 0.0K 946.1M 4096
/storage/emulated 946.1M 0.0K 946.1M 4096
/system 1.2G 479.3M 791.6M 4096
/data 774.9M 616.9M 158.0M 4096 (=> userdata)
/cache 681.9M 808.0K 681.1M 4096
/protect_f 4.8M 56.0K 4.8M 4096
/protect_s 4.8M 52.0K 4.8M 4096
/mnt/secure/asec 774.9M 616.9M 158.0M 4096
/mnt/shell/emulated 774.9M 616.9M 158.0M 4096
/mnt/asec/mz.guitar 3.0M 1.8M 1.2M 4096
Click to expand...
Click to collapse
Solved
I deleted all, played around with adb parted and formatting (fastboot and adb), installed android, deleted all again, installed CM and now it works. I dont know exactly where the error was, but this way you probably can also solve the problem. Good luck!
PS: I am really disappointed from ubuntu phone. CM is exactly what I expected from ubuntu, it is great!!
Its not my phone but I am troubleshooting it through internal storage running out. Phone in settings show 8GB internal but I suspect its 4GB in total. Here is "adb shell df" output. Can you figure out how much internal it has. I am confused regarding many /mnt partitions and I cant figure it out.
C:\>adb shell df
Filesystem Size Used Free Blksize
/dev 220.4M 128.0K 220.3M 4096
/sys/fs/cgroup 220.4M 12.0K 220.4M 4096
/mnt/secure 220.4M 0.0K 220.4M 4096
/mnt/asec 220.4M 0.0K 220.4M 4096
/mnt/obb 220.4M 0.0K 220.4M 4096
/system 885.8M 585.9M 300.0M 4096
/data 908.5M 768.4M 140.0M 4096
/cache 123.0M 4.1M 119.0M 4096
/protect_f 8.8M 4.1M 4.8M 4096
/protect_s 8.8M 4.0M 4.8M 4096
/mnt/cd-rom 1.2M 1.2M 0.0K 2048
/mnt/media_rw/sdcard0: Permission denied
/mnt/secure/asec: Permission denied
/storage/sdcard0 1.6G 456.6M 1.1G 16384
/mnt/media_rw/sdcard1: Permission denied
/storage/sdcard1 7.4G 12.9M 7.4G 32768
/mnt/asec/com.garena.gas-1 22.0M 20.5M 1.5M 4096
/mnt/asec/com.roblox.client-1 77.0M 75.6M 1.3M 4096
/mnt/asec/com.UCMobile.intl-2 34.0M 32.6M 1.4M 4096
/mnt/asec/com.asus.launcher-2 24.0M 22.5M 1.5M 4096
/mnt/asec/com.rarlab.rar-1 8.0M 5.3M 2.7M 4096
Adding all partitions make up a number that is between 4 - 8GB so it doesn't makes sense. Please help.