hecatae, on 18 February 2013 - 07:25 AM, said:
What should I search or edit .... Thanks for the reply
michael.naca1, on 19 February 2013 - 09:03 AM, said:
Edited by Ygreck, 19 February 2013 - 01:32 PM.
Edited by Flowfx, 21 February 2013 - 08:34 PM.
henfri1, on 22 February 2013 - 09:26 PM, said:
orig filesystem overlaps crypto footer region: cannot make in-place encryption
/system/bin/mke2fs -Ldata -T ext4 /dev/block/mmcblk0p21 163824
data_dev_size=$(cat /sys/block/mmcblk0/mmcblk0p21/size) new_fs_size=$(( data_dev_size - 16*1024 )) new_fs_blocks = $(( new_fs_size / 1024 ))
unmounting /data succeeded Trigger fs-post-data Error: No data changed, rebooting...
... # create the lost+found directories, so as to enforce our permissions mkdir /data/lost+found 0770 root root # create directory for DRM plug-ins - give drm the read/write access to # the following directory. mkdir /data/drm 0770 drm drm # If there is no fs-post-data action in the init.<device>.rc file, you # must uncomment this line, otherwise encrypted filesystems # won't work. # Set indication (checked by vold) that we have finished this action setprop vold.post_fs_data_done 1 chown system system /sys/class/android_usb/android0/f_mass_storage/lun/file chmod 0660 /sys/class/android_usb/android0/f_mass_storage/lun/file chown system system /sys/class/android_usb/android0/f_rndis/ethaddr chmod 0660 /sys/class/android_usb/android0/f_rndis/ethaddr ...
Edited by gellmar, 04 March 2013 - 05:31 PM.
lge.reboot=pwroff
COMMON_GLOBAL_CFLAGS += -DBOARD_CHARGING_CMDLINE_NAME='"lge.reboot"' -DBOARD_CHARGING_CMDLINE_VALUE='"pwroff"'
if (!strcmp(name,BOARD_CHARGING_CMDLINE_NAME)) {
strlcpy(battchg_pause, value, sizeof(battchg_pause));
if (strcmp(bootmode, "charger") == 0 || strcmp(battchg_pause, BOARD_CHARGING_CMDLINE_VALUE) == 0)
charging_mode = 1;
on boot-pause # exec system/bin/battery_charging ## enable adbd in chargerlogo mode # start adbd exec /sbin/chargerlogo
Edited by gellmar, 06 March 2013 - 08:36 PM.
0 members, 0 guests, 0 anonymous users