Jump to content

Welcome to CyanogenMod

Welcome to our forum. Like most online communities you must register to post, but don't worry this is a simple free process that requires minimal information for you to signup. Be a part of the CyanogenMod Forum by signing in or creating an account. You can even sign in with your Facebook or Twitter account.
  • Start new topics and reply to others
  • Subscribe to topics and forums to get automatic updates
  • Get your own profile and make new friends
  • Download files attached to the forum.
  • Customize your experience here
  • Share your CyanogenMod experience!
Guest Message by DevFuse
 

FroYo a2sdext [ 2010-11-03 ] # v1.36 # in theory, supports HTC Incredible


  • Please log in to reply
154 replies to this topic

#21 Firerat

Firerat
  • Members
  • 1803 posts
  • Twitter:firer4t
  • Country:uk
  • Device Model:Dream aka G1 aka trout
  • MOD Version:CM6 Magpie Ezt 2708
  • Recovery Image:ClockworkMod

Posted 14 July 2010 - 08:59 AM

View Postsamaral, on 14 July 2010 - 08:15 AM, said:

Hi FR,

I noticed that 05mountsd is not running during startup even if the perms in init.d are 750. Any advice?

which rom are you using?
are you using a custom kernel?
do any of your other init.d script run?

i.e. do you see
												 _ 
 __ __ _ ___  _ _  __  ___  __ _ _  _  _  __  __))
((_ \\(/'((_( ((\\( ((_)((_( (('((\\( ((\`1( ((_)((_(
	 ))				 _))
in a logcat

I can't see why it wouldn't work, it is working fine for me on cm6rc1

#22 Firerat

Firerat
  • Members
  • 1803 posts
  • Twitter:firer4t
  • Country:uk
  • Device Model:Dream aka G1 aka trout
  • MOD Version:CM6 Magpie Ezt 2708
  • Recovery Image:ClockworkMod

Posted 14 July 2010 - 09:05 AM

View Postmarvelliu, on 14 July 2010 - 08:58 AM, said:

actrually, 05mountsd does run, however, the sd partition does not appear...

When running 05mountsd, /dev/block only has the following files:

loop0      loop2      loop4      loop6      mtdblock0  mtdblock2  mtdblock4
loop1      loop3      loop5      loop7      mtdblock1  mtdblock3  mtdblock5

So ,mounting fails

interesting

I'm going to

watch -n 0.1 adb shell ls -l /dev/block/

and see when mine are 'seen'


well, that didn't take long

I see mine straight away !!

are you linux? can you do the same watch?

#23 marvelliu

marvelliu
  • Members
  • 4 posts
  • Device Model:|2|
  • MOD Version:6
  • Recovery Image:Cyanogen

Posted 14 July 2010 - 10:19 AM

yes, the watch command does show mmcblk0*

brw-------    1 root     root        7,   0 Jul 14 18:07 loop0
brw-------    1 root     root        7,   1 Jul 14 18:07 loop1
brw-------    1 root     root        7,   2 Jul 14 18:07 loop2
brw-------    1 root     root        7,   3 Jul 14 18:07 loop3
brw-------    1 root     root        7,   4 Jul 14 18:07 loop4
brw-------    1 root     root        7,   5 Jul 14 18:07 loop5
brw-------    1 root     root        7,   6 Jul 14 18:07 loop6
brw-------    1 root     root        7,   7 Jul 14 18:07 loop7
brw-------    1 root     root      179,   0 Jul 14 18:08 mmcblk0
brw-------    1 root     root      179,   1 Jul 14 18:08 mmcblk0p1
brw-------    1 root     root      179,   2 Jul 14 18:08 mmcblk0p2
brw-------    1 root     root      179,   3 Jul 14 18:08 mmcblk0p3
brw-------    1 root     root       31,   0 Jul 14 18:07 mtdblock0
brw-------    1 root     root       31,   1 Jul 14 18:07 mtdblock1
brw-------    1 root     root       31,   2 Jul 14 18:07 mtdblock2
brw-------    1 root     root       31,   3 Jul 14 18:07 mtdblock3
brw-------    1 root     root       31,   4 Jul 14 18:07 mtdblock4
brw-------    1 root     root       31,   5 Jul 14 18:07 mtdblock5
drwxr-xr-x    2 root     root           120 Jul 14 18:08 vold


But it seems that this is shown after the 05mountsd, because after i add "ls -l /dev/block/" in 05mountsd, the output does not show any mmcblk0*.

marvel@mvision:~$ adb logcat
- waiting for device -
--------- beginning of /dev/log/main
I/cm      (   65): Welcome to Android 2.2 / CyanogenMod-6.0.0-DS-RC1
I/cm      (   66):                                                 _  
I/cm      (   67):  __ __ _ ___  _ _  __  ___  __ _ _  _  _  __  __))
I/cm      (   68): ((_ \(/'((_( ((\( ((_)((_( (('((\( ((`1( ((_)((_(  
I/cm      (   69):      ))                 _))
I/cm      (   70):  
I//system/xbin/run-parts(   60): brw-------    1 root     root        7,   0 Jul 14 18:05 loop0
I//system/xbin/run-parts(   60): brw-------    1 root     root        7,   1 Jul 14 18:05 loop1
I//system/xbin/run-parts(   60): brw-------    1 root     root        7,   2 Jul 14 18:05 loop2
I//system/xbin/run-parts(   60): brw-------    1 root     root        7,   3 Jul 14 18:05 loop3
I//system/xbin/run-parts(   60): brw-------    1 root     root        7,   4 Jul 14 18:05 loop4
I//system/xbin/run-parts(   60): brw-------    1 root     root        7,   5 Jul 14 18:05 loop5
I//system/xbin/run-parts(   60): brw-------    1 root     root        7,   6 Jul 14 18:05 loop6
I//system/xbin/run-parts(   60): brw-------    1 root     root        7,   7 Jul 14 18:05 loop7
I//system/xbin/run-parts(   60): brw-------    1 root     root       31,   0 Jul 14 18:05 mtdblock0
I//system/xbin/run-parts(   60): brw-------    1 root     root       31,   1 Jul 14 18:05 mtdblock1
I//system/xbin/run-parts(   60): brw-------    1 root     root       31,   2 Jul 14 18:05 mtdblock2
I//system/xbin/run-parts(   60): brw-------    1 root     root       31,   3 Jul 14 18:05 mtdblock3
I//system/xbin/run-parts(   60): brw-------    1 root     root       31,   4 Jul 14 18:05 mtdblock4
I//system/xbin/run-parts(   60): brw-------    1 root     root       31,   5 Jul 14 18:05 mtdblock5

View PostFirerat, on 14 July 2010 - 09:05 AM, said:

interesting

I'm going to

watch -n 0.1 adb shell ls -l /dev/block/

and see when mine are 'seen'


well, that didn't take long

I see mine straight away !!

are you linux? can you do the same watch?


#24 Firerat

Firerat
  • Members
  • 1803 posts
  • Twitter:firer4t
  • Country:uk
  • Device Model:Dream aka G1 aka trout
  • MOD Version:CM6 Magpie Ezt 2708
  • Recovery Image:ClockworkMod

Posted 14 July 2010 - 10:43 AM

well, this is what I get
I/cm	  (   65): Welcome to Android 2.2 / CyanogenMod-6.0.0-DS-RC1 
I/cm	  (   66):												 _  
I/cm	  (   67):  __ __ _ ___  _ _  __  ___  __ _ _  _  _  __  __)) 
I/cm	  (   68): ((_ \(/'((_( ((\( ((_)((_( (('((\( ((`1( ((_)((_(  
I/cm	  (   69):	  ))				 _)) 
I/cm	  (   70):   
I//system/xbin/run-parts(   60): brw-------	1 root	 root		7,   0 Jul 14 11:34 loop0
I//system/xbin/run-parts(   60): brw-------	1 root	 root		7,   1 Jul 14 11:34 loop1
I//system/xbin/run-parts(   60): brw-------	1 root	 root		7,   2 Jul 14 11:34 loop2
I//system/xbin/run-parts(   60): brw-------	1 root	 root		7,   3 Jul 14 11:34 loop3
I//system/xbin/run-parts(   60): brw-------	1 root	 root		7,   4 Jul 14 11:34 loop4
I//system/xbin/run-parts(   60): brw-------	1 root	 root		7,   5 Jul 14 11:34 loop5
I//system/xbin/run-parts(   60): brw-------	1 root	 root		7,   6 Jul 14 11:34 loop6
I//system/xbin/run-parts(   60): brw-------	1 root	 root		7,   7 Jul 14 11:34 loop7
I//system/xbin/run-parts(   60): brw-------	1 root	 root	  179,   0 Jul 14 11:34 mmcblk0
I//system/xbin/run-parts(   60): brw-------	1 root	 root	  179,   1 Jul 14 11:34 mmcblk0p1
I//system/xbin/run-parts(   60): brw-------	1 root	 root	  179,   2 Jul 14 11:34 mmcblk0p2
I//system/xbin/run-parts(   60): brw-------	1 root	 root	  179,   3 Jul 14 11:34 mmcblk0p3
I//system/xbin/run-parts(   60): brw-------	1 root	 root	   31,   0 Jul 14 11:34 mtdblock0
I//system/xbin/run-parts(   60): brw-------	1 root	 root	   31,   1 Jul 14 11:34 mtdblock1
I//system/xbin/run-parts(   60): brw-------	1 root	 root	   31,   2 Jul 14 11:34 mtdblock2
I//system/xbin/run-parts(   60): brw-------	1 root	 root	   31,   3 Jul 14 11:34 mtdblock3
I//system/xbin/run-parts(   60): brw-------	1 root	 root	   31,   4 Jul 14 11:34 mtdblock4
I//system/xbin/run-parts(   60): brw-------	1 root	 root	   31,   5 Jul 14 11:34 mtdblock5

the 05mountsd script is from cm5, but I did merge the a2sd stuff ( just tagged it on the end )

# wait for the device to settle
COUNT=6;
until [ -b "$MMC" ] || [ $COUNT -lt 1 ];
do
	sleep 1;
	COUNT=$((COUNT-1));
done;

you could try increasing that count

#25 batoo

batoo
  • Members
  • 3 posts
  • Device Model:|2|
  • MOD Version:Cyan the latest
  • Recovery Image:Amon_RA

Posted 14 July 2010 - 01:16 PM

I have the same prob. like buddy above, sd-ext wasn't mounted during startup.

I use CM 6-rc1.

But I have mounted vfat after boot and if I run manually your script it mounts sd-ext too.

My part of logcat:
--------- beginning of /dev/log/main
I/cm	  (   65): Welcome to Android 2.2 / CyanogenMod-6.0.0-DS-RC1 
I/cm	  (   66):												 _  
I/cm	  (   67):  __ __ _ ___  _ _  __  ___  __ _ _  _  _  __  __)) 
I/cm	  (   68): ((_ \(/'((_( ((\( ((_)((_( (('((\( ((`1( ((_)((_(  
I/cm	  (   69):	  ))				 _)) 
I/cm	  (   70):   
I/DEBUG   (  117): debuggerd: Jul 10 2010 23:59:19
D/AKMD	(  124): akmd 1.6.6 START 
D/AKMD	(  124): library version: 1.2.1.1129
--------- beginning of /dev/log/system
I/Vold	(  115): Vold 2.1 (the revenge) firing up
I/Netd	(  116): Netd 1.0 starting
D/Vold	(  115): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media)
D/Vold	(  115): Volume sdcard state changing 0 (No-Media) -> 2 (Pending)
D/Vold	(  115): Volume sdcard state changing 2 (Pending) -> 1 (Idle-Unmounted)
D/AndroidRuntime(  119): 
D/AndroidRuntime(  119): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
I/AndroidRuntime(  119): Heap size: -Xmx16m
D/AndroidRuntime(  119): CheckJNI is OFF
I/		(  120): ServiceManager: 0xacd0
I/HTC Acoustic(  120): libhtc_acoustic.so version 1.0.1.2.
E/HTC Acoustic(  120): Fail to open /system/etc/AudioPara_TMCZ.csv -1.
I/HTC Acoustic(  120): open /system/etc/AudioPara4.csv success.
I/HTC Acoustic(  120): acoustic table version: Dream_TMU_20090305
I/HTC Acoustic(  120): read_audio_para_from_file success.
I/HTC Acoustic(  120): get_audpp_filter
I/HTC Acoustic(  120): open /system/etc/AudioFilter.csv success.
I/HTC Acoustic(  120): ADRC Filter ADRC FLAG = ffff.
I/HTC Acoustic(  120): ADRC Filter COMP THRESHOLD = 2600.
I/HTC Acoustic(  120): ADRC Filter COMP SLOPE = b333.
I/HTC Acoustic(  120): ADRC Filter COMP RMS TIME = 106.
I/HTC Acoustic(  120): ADRC Filter COMP ATTACK[0] = 7f7d.
I/HTC Acoustic(  120): ADRC Filter COMP ATTACK[1] = 3096.
I/HTC Acoustic(  120): ADRC Filter COMP RELEASE[0] = 7ff7.
I/HTC Acoustic(  120): ADRC Filter COMP RELEASE[1] = 4356.
I/HTC Acoustic(  120): ADRC Filter COMP DELAY = 16.
I/HTC Acoustic(  120): EQ flag = 00.
I/HTC Acoustic(  120): get_audpre_filter
I/HTC Acoustic(  120): open /system/etc/AudioPreProcess.csv success.
D/AudioHardwareMSM72XX(  120): mNumSndEndpoints = 48
D/AudioHardwareMSM72XX(  120): BT MATCH HANDSET
D/AudioHardwareMSM72XX(  120): BT MATCH SPEAKER
D/AudioHardwareMSM72XX(  120): BT MATCH HEADSET
D/AudioHardwareMSM72XX(  120): BT MATCH BT
D/AudioHardwareMSM72XX(  120): BT MATCH CARKIT
D/AudioHardwareMSM72XX(  120): BT MATCH TTY_FULL
D/AudioHardwareMSM72XX(  120): BT MATCH TTY_VCO
D/AudioHardwareMSM72XX(  120): BT MATCH TTY_HCO
D/AudioHardwareMSM72XX(  120): BT MATCH NO_MIC_HEADSET
D/AudioHardwareMSM72XX(  120): BT MATCH FM_HEADSET
D/AudioHardwareMSM72XX(  120): BT MATCH HEADSET_AND_SPEAKER
D/AudioHardwareMSM72XX(  120): BT MATCH FM_SPEAKER
D/AudioHardwareMSM72XX(  120): BT MATCH BT_EC_OFF
D/AudioHardwareMSM72XX(  120): BT MATCH CURRENT
D/AudioHardwareMSM72XX(  120): BT MATCH BT_EC_OFF

When I run watch, I have these devices:
[Every 0.1s: adb shell ls -l /dev/block/																  Wed Jul 14 15:13:49 2010

brw-------	1 root	 root		7,   0 Jul 14 14:58 loop0
brw-------	1 root	 root		7,   1 Jul 14 14:58 loop1
brw-------	1 root	 root		7,   2 Jul 14 14:58 loop2
brw-------	1 root	 root		7,   3 Jul 14 14:58 loop3
brw-------	1 root	 root		7,   4 Jul 14 14:58 loop4
brw-------	1 root	 root		7,   5 Jul 14 14:58 loop5
brw-------	1 root	 root		7,   6 Jul 14 14:58 loop6
brw-------	1 root	 root		7,   7 Jul 14 14:58 loop7
brw-------	1 root	 root	  179,   0 Jul 14 14:58 mmcblk0
brw-------	1 root	 root	  179,   1 Jul 14 14:58 mmcblk0p1
brw-------	1 root	 root	  179,   2 Jul 14 14:58 mmcblk0p2
brw-------	1 root	 root	   31,   0 Jul 14 14:58 mtdblock0
brw-------	1 root	 root	   31,   1 Jul 14 14:58 mtdblock1
brw-------	1 root	 root	   31,   2 Jul 14 14:58 mtdblock2
brw-------	1 root	 root	   31,   3 Jul 14 14:58 mtdblock3
brw-------	1 root	 root	   31,   4 Jul 14 14:58 mtdblock4
brw-------	1 root	 root	   31,   5 Jul 14 14:58 mtdblock5
brw-------	1 root	 root	  253,   0 Jul 14 14:58 ramzswap0
drwxr-xr-x	2 root	 root		   100 Jul 14 14:58 vold


I tried to extend time for mounting but COUNT 10 didn't help.

#26 Firerat

Firerat
  • Members
  • 1803 posts
  • Twitter:firer4t
  • Country:uk
  • Device Model:Dream aka G1 aka trout
  • MOD Version:CM6 Magpie Ezt 2708
  • Recovery Image:ClockworkMod

Posted 14 July 2010 - 01:38 PM

View Postbatoo, on 14 July 2010 - 01:16 PM, said:

I have the same prob. like buddy above, sd-ext wasn't mounted during startup.

But I have mounted vfat after boot and if I run manually your script it mounts sd-ext too.

My part of logcat:
<snip>

I tried to extend time for mounting but COUNT 10 didn't help.

its bizarre,
no idea why it 'just works' on mine

what if you go crazy and set the count to 60?

the until will break the loop


su
mount -o rw,remount /system
sed -e s/COUNT=6\;/COUNT=60\;/ -e '/COUNT-1/ a \$BB echo \$COUNT' /system/etc/init.d/05mountsd -i

will make


# wait for the device to settle
COUNT=60;
until [ -b "$MMC" ] || [ $COUNT -lt 1 ];
do
	sleep 1;
	COUNT=$((COUNT-1));
$BB echo $COUNT
done;

so it will wait a max of ~1min
and give a 'count down'

Edit: mine isn't even getting into that loop, had to put a echo count in before the loop to make sure it was working..

#27 Firerat

Firerat
  • Members
  • 1803 posts
  • Twitter:firer4t
  • Country:uk
  • Device Model:Dream aka G1 aka trout
  • MOD Version:CM6 Magpie Ezt 2708
  • Recovery Image:ClockworkMod

Posted 14 July 2010 - 02:09 PM

OK, this mountsd on boot thing

the one thing that I have different to most if not all is my SPL
I have 1.33.2003,nb thats not Danger ( 1.33.2005 )

so before I go digging out DangerSPL
is anyone on Danger not having issues with mount sd-ext on boot?

my sdcard is class6
what class for the people who are having issues?

this has me stumped

#28 batoo

batoo
  • Members
  • 3 posts
  • Device Model:|2|
  • MOD Version:Cyan the latest
  • Recovery Image:Amon_RA

Posted 14 July 2010 - 02:40 PM

Increasing to 60 doesnt work.
I have danger spl and sd card nokia 16 GB class 2.

#29 samaral

samaral
  • Members
  • 25 posts
  • Country:us
  • Device Model:G1
  • MOD Version:Nightlies + Light mods
  • Recovery Image:ClockworkMod

Posted 14 July 2010 - 04:41 PM

Hi FR!

Thanks for taking time to help us out. as per the others advice, yes the script actually starts unfortunately it doesnt mount the partition properly. I am also running on DangerSPL. Extending timeout didnt help either.

Could it be the reason why this is the case is due to of the SPL? Or is it waiting for the device to settle before mounting the card? (vold)

#30 Firerat

Firerat
  • Members
  • 1803 posts
  • Twitter:firer4t
  • Country:uk
  • Device Model:Dream aka G1 aka trout
  • MOD Version:CM6 Magpie Ezt 2708
  • Recovery Image:ClockworkMod

Posted 14 July 2010 - 04:45 PM

View Postsamaral, on 14 July 2010 - 04:41 PM, said:

Hi FR!

Thanks for taking time to help us out. as per the others advice, yes the script actually starts unfortunately it doesnt mount the partition properly. I am also running on DangerSPL. Extending timeout didnt help either.

Could it be the reason why this is the case is due to of the SPL? Or is it waiting for the device to settle before mounting the card? (vold)

I will have to flash danger to confirm


any other spl 1.33.2003's knocking about?

#31 dantheman66

dantheman66
  • Members
  • 3 posts
  • Device Model:|2|
  • MOD Version:6.0
  • Recovery Image:Amon_RA

Posted 14 July 2010 - 09:13 PM

Working fine with Danger here.

I've found the best process to be:

1. Cmmod settings set install location to phone.
2. Install apps from market until low storage notice.
3. Run script. Reboot.
4. Repeat until all your apps are installed.

#32 APJG

APJG
  • Members
  • 1 posts
  • Twitter:APJG
  • Country:us
  • Device Model:|2|
  • MOD Version:French Connection v3.0.1 (Silver Edition Green)
  • Recovery Image:Amon_RA

Posted 14 July 2010 - 09:34 PM

View Postdantheman66, on 14 July 2010 - 09:13 PM, said:

Working fine with Danger here.

I've found the best process to be:

1. Cmmod settings set install location to phone.
2. Install apps from market until low storage notice.
3. Run script. Reboot.
4. Repeat until all your apps are installed.

Working with Danger here as well (I'm on French Connection v3.0.1).

Oddly enough, I did the same exact process as you haha :D I installed 35 apps, got the low storage notice, ran the script, and low storage notice disappeared. I'm rebooting now and then I'll finish installing the rest of my apps.

Thanks so much Firerat!


Scratch that, just rebooted and all the apps I had moved are now missing/not installed? :( Very confused haha

#33 dantheman66

dantheman66
  • Members
  • 3 posts
  • Device Model:|2|
  • MOD Version:6.0
  • Recovery Image:Amon_RA

Posted 14 July 2010 - 09:55 PM

Quick question - when I send apps to sd with the script, internal storage obviously goes back up. However it never goes back entirely to where it was and gradually decreases as more apps are installed/transferred. Not having actually read the script, I can only assume that some remnant of the app remains on internal, correct?

#34 nwordjim

nwordjim
  • Members
  • 267 posts
  • LocationOregon
  • Country:us
  • Device Model:Tmobile G1 & G2
  • MOD Version:CM 7 Nightly 58
  • Recovery Image:ClockworkMod

Posted 14 July 2010 - 10:57 PM

Edit: I have the same issue as APJG

#35 t_rob76

t_rob76
  • Members
  • 4 posts
  • Device Model:|2|
  • MOD Version:CM6
  • Recovery Image:ClockworkMod

Posted 15 July 2010 - 12:37 AM

Ok, so i am doing something wrong here.  I have run the script, rebooted and even though the script says it is working it doesnt do anything.  this is what i get:

C:\Users\>adb shell
# df
df
Filesystem		   1K-blocks	  Used Available Use% Mounted on
tmpfs					48828		 4	 48824   0% /dev
tmpfs					48828		 0	 48828   0% /mnt/asec
/dev/block/mtdblock3	 92160	 89676	  2484  97% /system
/dev/block/mtdblock5	 91904	 91904		 0 100% /data
/dev/block/loop0		  3968	  3968		 0 100% /system/xbin
/dev/block/mtdblock4	 30720	  1288	 29432   4% /cache
/dev/block/mmcblk0p2	468331	  8229	435117   2% /sd-ext
/dev/block/vold/179:1
					   3345980   2598632	747348  78% /mnt/sdcard
/dev/block/vold/179:1
					   3345980   2598632	747348  78% /mnt/secure/asec
# sh /sdcard/fr-apps2sd-ext-v0-3.sh.txt
sh /sdcard/fr-apps2sd-ext-v0-3.sh.txt
a2sd for FroYo version 0.3

move FroYo FAT installed apps to /sd-ext ?
it can be a little slow, so if your in a rush
then answer n, you can always run the script again later
y
y
FroYo fat apps will be moved to sd-ext
keep simosoftprojects.matrixlivewallpaper-1.apk on internal memory?
y = keep simosoftprojects.matrixlivewallpaper-1.apk on internal storage
n = move simosoftprojects.matrixlivewallpaper-1.apk to /sd-ext/app/
a = move the rest to /sd-ext/app/
a
a
keep org.dyndns.devesh.flashlight-1.apk on internal memory?
y = keep org.dyndns.devesh.flashlight-1.apk on internal storage
n = move org.dyndns.devesh.flashlight-1.apk to /sd-ext/app/
a = move the rest to /sd-ext/app/
org.dyndns.devesh.flashlight-1.apk will be moved to /sd-ext/app/
keep com.tni.TasKiller-1.apk on internal memory?
y = keep com.tni.TasKiller-1.apk on internal storage
n = move com.tni.TasKiller-1.apk to /sd-ext/app/
a = move the rest to /sd-ext/app/

...

keep stericson.xda.metamorph-1.apk on internal memory?
y = keep stericson.xda.metamorph-1.apk on internal storage
n = move stericson.xda.metamorph-1.apk to /sd-ext/app/
a = move the rest to /sd-ext/app/
stericson.xda.metamorph-1.apk will be moved to /sd-ext/app/
BusyBox v1.16.2androidfull (2010-03-28 22:34:45 EDT) multi-call binary.

Usage: grep [-HhnlLoqvsriFE] [-m N] [-A/B/C N] PATTERN/-e PATTERN.../-f FILE [FILE]...

Search for PATTERN in FILEs (or stdin)

Options:
		-H	  Add 'filename:' prefix
		-h	  Do not add 'filename:' prefix
		-n	  Add 'line_no:' prefix
		-l	  Show only names of files that match
		-L	  Show only names of files that don't match
		-c	  Show only count of matching lines
		-o	  Show only the matching part of line
		-q	  Quiet. Return 0 if PATTERN is found, 1 otherwise
		-v	  Select non-matching lines
		-s	  Suppress open and read errors
		-r	  Recurse
		-i	  Ignore case
		-F	  PATTERN is a literal (not regexp)
		-E	  PATTERN is an extended regexp
		-m N	Match up to N times per file
		-A N	Print N lines of trailing context
		-B N	Print N lines of leading context
		-C N	Same as '-A N -B N'
		-e PTRN Pattern to match
		-f FILE Read pattern from file

# df
df
Filesystem		   1K-blocks	  Used Available Use% Mounted on
tmpfs					48828		 4	 48824   0% /dev
tmpfs					48828		 0	 48828   0% /mnt/asec
/dev/block/mtdblock3	 92160	 89676	  2484  97% /system
/dev/block/mtdblock5	 91904	 91904		 0 100% /data
/dev/block/loop0		  3968	  3968		 0 100% /system/xbin
/dev/block/mtdblock4	 30720	  1288	 29432   4% /cache
/dev/block/mmcblk0p2	468331	  8229	435117   2% /sd-ext
/dev/block/vold/179:1
					   3345980   2598632	747348  78% /mnt/sdcard
/dev/block/vold/179:1
					   3345980   2598632	747348  78% /mnt/secure/asec
#
(portions removed to make post smaller, just goes through all the apps)

and here is the logcat from the time i start the script until after it is finished

I/DEBUG   (  898): debuggerd committing suicide to free the zombie!
I/DEBUG   (  983): debuggerd: Jul 14 2010 03:53:38
I/DEBUG   (  983): debuggerd committing suicide to free the zombie!
I/DEBUG   ( 1012): debuggerd: Jul 14 2010 03:53:38

not sure what is happening, but i wanted to find a better script than the apps2sd one you made before.

#36 -Stevo-

-Stevo-
  • Members
  • 1297 posts
  • LocationSalt Lake City, Utah
  • Country:us
  • Device Model:HTC Vision G2
  • MOD Version:CM7.0.0-RCX
  • Recovery Image:ClockworkMod

Posted 15 July 2010 - 01:11 AM

Same issue here FR, logcat shows run-parts unable to mount mcblk0p2 - not found

#37 Firerat

Firerat
  • Members
  • 1803 posts
  • Twitter:firer4t
  • Country:uk
  • Device Model:Dream aka G1 aka trout
  • MOD Version:CM6 Magpie Ezt 2708
  • Recovery Image:ClockworkMod

Posted 15 July 2010 - 01:32 AM

ok, this is just too interesting

I will flash Danger in the Morning
maybe the kernel is not quite compatible with 1.33.2005 but is compatible with 1.33.2003

the SPL is the only thing I can think that is different

#38 -Stevo-

-Stevo-
  • Members
  • 1297 posts
  • LocationSalt Lake City, Utah
  • Country:us
  • Device Model:HTC Vision G2
  • MOD Version:CM7.0.0-RCX
  • Recovery Image:ClockworkMod

Posted 15 July 2010 - 01:50 AM

I'm on a mt3g, but before I knew better I flashed danger a long while back due to some fastboot errors. I still have danger as my spl.

#39 Firerat

Firerat
  • Members
  • 1803 posts
  • Twitter:firer4t
  • Country:uk
  • Device Model:Dream aka G1 aka trout
  • MOD Version:CM6 Magpie Ezt 2708
  • Recovery Image:ClockworkMod

Posted 15 July 2010 - 02:12 AM

OK,

I am stumped........

flashed DangerSPL, and I'm having no mount issues

#40 bopchie

bopchie
  • Members
  • 55 posts
  • LocationMn,USA
  • Country:us
  • Device Model:TMO G1
  • MOD Version:latest stable
  • Recovery Image:Amon_RA

Posted 15 July 2010 - 02:18 AM

out of my league BUT, would it have anything to do with the "huge file" on ext4 like on cm5?