This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<4>[ 102.838165] mmcblk0:1: protect status -30 sector 282624, nr 8, blocks 8 | |
<3>[ 102.838195] end_request: I/O error, dev mmcblk0, sector 282624 | |
<3>[ 102.838256] Buffer I/O error on device mmcblk0p11, logical block 0 | |
<4>[ 102.838317] lost page write due to I/O error on mmcblk0p11 | |
<6>[ 102.838470] EXT4-fs (mmcblk0p11): re-mounted. Opts: user_xattr,barrier=1,data=ordered | |
<4>[ 120.052032] mmcblk0:1: protect status -30 sector 287232, nr 8, blocks 8 | |
<3>[ 120.052093] end_request: I/O error, dev mmcblk0, sector 287232 | |
<3>[ 120.052124] Buffer I/O error on device mmcblk0p11, logical block 576 | |
<4>[ 120.052185] lost page write due to I/O error on mmcblk0p11 | |
<3>[ 120.052307] JBD2: I/O error detected when updating journal superblock for mmcblk0p11-8. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- dev1534.tmp/device_database-8362d21-left.c Thu Jul 04 21:11:24 2013 | |
+++ device_database/device_database.c Thu Jul 04 21:03:20 2013 | |
@@ -273,6 +273,17 @@ | |
}, | |
{ | |
+ .device_id = DEVICE_IS15SH_01_00_04, | |
+ .device = "IS15SH", | |
+ .build_id = "01.00.04", | |
+ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# http://cubeundcube.blogspot.jp/2013/07/xperia-gx-so-04d-sx-so-05djelly.html | |
# 上記のツールのソースからアドレスをコピペしました | |
# main.cはrootでコマンド実行出来るようにてきとーにコピペしました | |
# | |
--- android_device_database/device_database.c Thu Jul 04 09:03:00 2013 | |
+++ device_database/device_database.c Wed Jul 03 23:47:26 2013 | |
@@ -674,6 +674,17 @@ | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Makefile b/Makefile | |
index 7108249..ce504d3 100644 | |
--- a/Makefile | |
+++ b/Makefile | |
@@ -171,6 +171,7 @@ SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \ | |
-e s/ppc.*/powerpc/ -e s/mips.*/mips/ \ | |
-e s/sh[234].*/sh/ ) | |
+SUBARCH := arm | |
# Cross compiling and selecting different set of gcc/bin-utils |
NewerOlder