I want to port Firefox OS 2.5 to my phone which support android system. And I've done the following things: 1. Get the Firefox OS 2.5 code from git and config the nexus-5-l branch. 2. Replace the kernel with the prebuilt one from my android kernel source code. 3. Modify a little in init.rc ( which is built in boot.img) to cut out the useless service. 4. Flash the system.img and boot.img into my android phone.
However, the OS porting to my phone can't run normally. And I get the error information from "adb logcat" like this: I/DEBUG ( 228): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** I/DEBUG ( 232): pid: 878, tid: 878, name: b2g >>> /system/b2g/b2g <<< I/DEBUG ( 232): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 I/DEBUG ( 232): r0 b4f41332 r1 ec8846a2 r2 000002d7 r3 00000000 I/DEBUG ( 232): r4 b623d7a8 r5 b5f11610 r6 00000001 r7 00000000 I/DEBUG ( 232): r8 00000000 r9 b6071360 sl b5012938 fp b624c880 I/DEBUG ( 232): ip b6ec697d sp be8bf348 lr b41a89b9 pc b41a89be cpsr 60010030 I/DEBUG ( 232): I/DEBUG ( 232): backtrace: I/DEBUG ( 232): #00 pc 010119be /system/b2g/libxul.so The processor on my phone is msm8974, simillar to nexus-5-l. _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform