n0ve
Android Expert
Same issue w/ PG's CWM (GB based), unsure as to why, appreciate your time though we'll get itSo far it mounts the partitions but rebooting while in recovery doesn't work and it freezes while doing a backup
.Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Same issue w/ PG's CWM (GB based), unsure as to why, appreciate your time though we'll get itSo far it mounts the partitions but rebooting while in recovery doesn't work and it freezes while doing a backup
.Same issue w/ PG's CWM (GB based), unsure as to why, appreciate your time though we'll get it.
Where is said file located?
well..except that one time..as far as the file, i believe it has to be created based off of stock bootrecovery script. Dont quote me on that i gotta check.Lol i logged in to post that we need to edit that script....wickid is 100% correct ..as usual lolwell..except that one time..as far as the file, i believe it has to be created based off of stock bootrecovery script. Dont quote me on that i gotta check.
Is that file built into the recovery? I just searched my phone for it with Esfile explorer and it didn't find it
#!/sbin/sh
sleep 5
for i in $(seq 1 10)
do
TMP=$(mount | grep /tmp)
if [ -z "$TMP" ]
then
break
fi
umount -l /tmp
sleep 1
done
busybox mount -o rw,remount /
rm -r /tmp
mkdir -p /tmp
Does this need to be added to the recovery img or put on the phone
/tmp ramdisk
/boot emmc /dev/block/mmcblk0p8
/cache ext4 /dev/block/mmcblk0p28
/data ext4 /dev/block/mmcblk0p29
/misc emmc /dev/block/mmcblk0p25
/recovery emmc /dev/block/mmcblk0p13
/sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1
/system ext4 /dev/block/mmcblk0p27
auto correct is killing you bro lolI know I don't know anything as far as building, I'm just asking questions about what would need to be done. The guy I've been working with knows his stuff he has built rooms, kernals and recoveries for the optimus line of phones. His works but has the same reboot issue the recovery we have on the android central site has.
auto correct is killing you bro lol
Who is this mysterious dev you're helping??
well I was thinking more of just heard of em at least lolI'm wondering the same thing.. Cuz we must know him/her..
Yea with one in hand I should be able to get cwm going for it. Just the issues reported back to me when I first worked on it n had testers and the feedback from you all steer me away from working on it blind. lol@PG...I thought right away that the builder won't work w. LG partitions and had assumed your cwm build was gb pull not just kernel. Anyway as you pointed out lot of misdirection and confusion lol but now w. Wickid back and our newest member should be able to progress. Also question: I'm planning to round up a donation viper for you if willing /have time to do your magic.... Let me know if I shouldn't..
@All...has anyone even successfully loaded ics?
Yea with one in hand I should be able to get cwm going for it. Just the issues reported back to me when I first worked on it n had testers and the feedback from you all steer me away from working on it blind. lol
Well I wouldnt get your hopes up on the ics, meaning being able to do much with it, if its like any of the other LG devices I seen with ics, it will be purdy much locked down with at the most getting root on it for the time being.Lol i consider know as heard of meaning if this dev is capable, we'd most likely know the name and or be close w/. Well then ill get that going ASAP to have a donation for you. I myself don't program really. I've just been testing mods/tweaks/ preparing for a stripped stock rom. I am lost as well i saw this ics source post and all of a sudden there's active members well at least shows dedication. Also any work you may do blindly before I get one to you.. I'll test everything w. detailed reports...k time to gather dough for donation. I seen bricked ones on Craigslist cheap but easy fix soft bricks like what I've seen 40 times already.
you all have completely lost me with some of the things you are attempting to do.
wickidd, I'm not even sure what that script you posted is pose to do other than mount /tmp as writeable, which shouldnt be needed as android doesnt use /tmp, it uses /data/local/tmp which is r/w already.
worny, no offense, but I hope whom you are working with knows what they are doing, because you dont seem too.
there prolly isnt much needed to be done to the cwm I built for the viper, just fine tuned, which is hard for me to do w/o the device.
And n0ve the CWM I built is built off CM's ics branch, only the kernel is GB, which isnt a factor.
and /tmp ramdisk is not in the recovery.fstab stock or otherwise.
And LG's need too many factors added in to be able to use builder.clockwork w/o having a working repo already forked into CM repos, thus needs to be built locally until there is a working repo to request to be forked in.

Well I wouldnt get your hopes up on the ics, meaning being able to do much with it, if its like any of the other LG devices I seen with ics, it will be purdy much locked down with at the most getting root on it for the time being.
#
#dev_mount sd card /mnt/sdcard 32 /
devices/platform/msm_sdcc.1/mmc_host/
mmc0/mmc0:0001/block/mmcblk0
dev_mount sdcard /mnt/sdcard auto /
devices/platform/msm_sdcc.3/mmc_host
#dev_mount sdcard2 /mnt/sdcard
external_sd auto /devices/platform/
msm_sdcc.3/mmc_host
#dev_mount extsdcard /mnt/sdcard/
_externalSD auto /devices/platform/
msm_sdcc.3/mmc_host