What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[11/25/10][Release] D1-MIUI 0.11.19-v1.3

sorry for the dumb question, but how do i copy and paste the output after running the adb shell df command? i ran it in the command window but there is no option to let me copy and paste the results.

do this

Code:
cd C:
adb shell df > df.txt
then you will have a file on your C: drive called df.txt that has the output in it.

thanks a lot. so I ran it and these are the results I got. Not sure what any of it means though

Filesystem 1K-blocks Used Available Use% Mounted on

tmpfs 115600 0 115600 0% /dev

tmpfs 115600 0 115600 0% /mnt/asec

/dev/block/mtdblock4 143744 143744 0 100% /system

/dev/block/mtdblock6 268032 112464 155568 42% /data

/dev/block/mtdblock5 94848 31420 63428 33% /cache

/dev/block/mtdblock0 1536 1176 360 77% /config

thanks for you post as i feared

partition total size used remaining USED
/dev/block/mtdblock4 143744 143744 0 100% /system

so it seems some of your phones have a bit smaller system paritions, that means it didn't fully install on your phone. i will have to slim down the rom a bit more for it to fully work for everyone. again thanks for your post, it will get fixed!
 
/dev/block/mtdblock4 143744 143744 0 100% /system

Wow, even pushing a bunch of Google and misc apps to system/app, plus adding notifications sounds (40 total) and ringtones (60 total), have I ever hit 100% on the mark like that.

@_@
 
thanks for you post as i feared

partition total size used remaining USED
/dev/block/mtdblock4 143744 143744 0 100% /system

so it seems some of your phones have a bit smaller system paritions, that means it didn't fully install on your phone. i will have to slim down the rom a bit more for it to fully work for everyone. again thanks for your post, it will get fixed!

The system partition on the Droid is exactly 140MBs, this ROM fit's fine (although as per my previous post, some apps really shouldn't have been included from the get go).

LatinIME.apk
Stk.apk
Appshare.apk (I might be the only one that doesn't want to download apps for MIUI before they are translated?)
TelocationProvider.apk
Music.apk (does anyone really need 2 music apps in /system/app/?)


Also, not exactly sure how you managed this, but the bin folder was only 3MBs in v1.0 but 11MBs in v1.2.

For those of you that never really use TTS, you can also trim down the TTS languages that you want to keep (US for English TTS, ES for Spanish TTS, etc.) in /system/tts/.

Edit: Forgot to mention, I don't think ProgramMenu.apk and ProgramMenuSystem.apk are needed on this ROM yet; aren't those the files needed to run ##program from the dialer to change vocode, etc.?
 
Last edited by a moderator:
thanks for you post as i feared

partition total size used remaining USED
/dev/block/mtdblock4 143744 143744 0 100% /system

so it seems some of your phones have a bit smaller system paritions, that means it didn't fully install on your phone. i will have to slim down the rom a bit more for it to fully work for everyone. again thanks for your post, it will get fixed!

The system partition on the Droid is exactly 140MBs, this ROM fit's fine (although as per my previous post, some apps really shouldn't have been included from the get go).

LatinIME.apk
Stk.apk
Appshare.apk (I might be the only one that doesn't want to download apps for MIUI before they are translated?)
TelocationProvider.apk
Music.apk (does anyone really need 2 music apps in /system/app/?)


Also, not exactly sure how you managed this, but the bin folder was only 3MBs in v1.0 but 11MBs in v1.2.

For those of you that never really use TTS, you can also trim down the TTS languages that you want to keep (US for English TTS, ES for Spanish TTS, etc.) in /system/tts/.

Edit: Forgot to mention, I don't think ProgramMenu.apk and ProgramMenuSystem.apk are needed on this ROM yet; aren't those the files needed to run ##program from the dialer to change vocode, etc.?

telocation provider is needed or sms/mms will crash... but yea the others can go. not sure about programmenu or programmenusystem but im leaving them in for now, they are super small. yea tts can go it can be dloaded from the market.

EDIT: im also going to move bootanimation to /data/local/ and i just realized there are 2 bash's the one from /system/bin/ is getting removed
 
Is it really. I'm sending myself sms and mms with no FC's and I deleted TelocationProvider.apk before I ever flashed the ROM.
Besides, the TelocationProvider.db wasn't ever included in this ROM.
 
Thanks everyone for the help. Deleting a few apps from the system folder before installing the rom worked just fine. Thanks again!!
 
is there a way to generate that report without using ADB?? i have never gotten ADB working on my laptop and am curious how my usage is.

I just went through and after reading what Jamezelle and Zero mentioned could be deleted, went ahead and deleted them. wanted to see how it is space wise now...
 
Is there something I am missing with the folders. I have wiped 2 times now. If I create a folder and put my apps in it it forcecloses. Am I the only one with this issue?
 
is there a way to generate that report without using ADB?? i have never gotten ADB working on my laptop and am curious how my usage is.

I just went through and after reading what Jamezelle and Zero mentioned could be deleted, went ahead and deleted them. wanted to see how it is space wise now...

You can use the same command via Terminal Emulator (without the "adb shell" part), If I'm not mistaken. ^^;
 
Back
Top