Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Infinimint
Old
(Last edited by Infinimint; 3rd August 2012 at 05:51 AM.)
#1  
Infinimint's Avatar
Senior Member - OP
Thanks Meter 295
Posts: 652
Join Date: Oct 2010
Location: Fredericksburg, VA

 
DONATE TO ME
Cool [ROM][7/26/12][UNITED] Project Lizard | Boot2Gecko | Firefox OS Port

Introduction

Quote:
Hello everyone, this is something that I've been working on for most of the past week. It is an attempt of porting Firefox OS (formerly Boot2Gecko) to the G1 and MyTouch 3G. It currently has all the repos and patches needed in order to build but does not yet boot (as far as I can tell), although you can still access the device using "adb shell" and can get logcats.
About:

Quote:
Firefox OS was made to be a separate OS from Android but (I'm assuming for testing purposes as well as showcasing their new product) was made available for a few Android devices. Up until now, besides those select few, no other devices have gotten to try the new OS from Mozilla.
Quote:
With this in mind, Project Lizard is not setup in the same exact way as a normal Android build, although it is similar. First of all, the manifest repo (b2g-manifest) is split into branches for each device. When building, from what I've seen, it tries to build for all devices downloaded which makes this split necessary to avoid unnecessary builds for unwanted devices. Currently, Mozilla has the manifest setup to build from Linaro repos along with some of their own. I've taken the liberty to pre-patch non-working repos as well as add device-specific files for the HTC Dream/Sapphire. Firefox OS also has an Ice Cream Sandwich requirement, so I've also been working on bringing it back to Gingerbread (CM7-based) in an experimental branch of the manifest repo (ds_gb). Hopefully, once working, it will make the builds more stable and faster (since we don't have full acceleration in ICS as of yet).
Quote:
Unlike Android, you do not have to mess with the repo tool at all, everything is done through automated scripts. These scripts are explained here:
B2G/config.sh: followed by a single parameter, allows you to sync all of the repos for a selected device. Also saves that device in B2G/.config
B2G/build.sh: runs B2G/setup.sh which loads the build configuration from B2G/.config using B2G/load-config.sh and sets up a development enviroment, then makes the build.
B2G/make-bacon.sh: turns the output files (B2G/out/target/product/) into a usable rom, then signs the rom and puts it in the B2G folder.
Working:
Quote:
- Boots (accessible from shell)
Non-Working:
Quote:
- As far as I can tell, everything else.
The Following 15 Users Say Thank You to Infinimint For This Useful Post: [ Click to Expand ]
 
Infinimint
Old
(Last edited by Infinimint; 3rd August 2012 at 05:52 AM.)
#2  
Infinimint's Avatar
Senior Member - OP
Thanks Meter 295
Posts: 652
Join Date: Oct 2010
Location: Fredericksburg, VA

 
DONATE TO ME
Info 2 Build Process

Prerequisites:
Code:
sudo apt-get install autoconf2.13 git ccache gcc g++ \
g++multilib bison flex libncurses5-dev ia32-libs make \
curl bzip2
Downloading and Building:
Quote:
$DEVICE = dream_sapphire or hero
Code:
git clone git@github.com:UnitedDev/B2G.git
cd B2G
./config.sh $DEVICE
./build.sh
./make-bacon.sh
Flashing:
Quote:
Once finished, copy the rom.zip from the B2G folder onto your device and flash it in recovery.
The Following 7 Users Say Thank You to Infinimint For This Useful Post: [ Click to Expand ]
 
Infinimint
Old
(Last edited by Infinimint; 3rd August 2012 at 05:53 AM.)
#3  
Infinimint's Avatar
Senior Member - OP
Thanks Meter 295
Posts: 652
Join Date: Oct 2010
Location: Fredericksburg, VA

 
DONATE TO ME
Question Builds & Logcats

Quote:
Currently, the latest build does not fully boot, however you can get logcats and it is accessible via "adb shell". I'll post up the lastest logcat and build if I get some time.
Latest Logcat:
Quote:
HTC Hero
Code:
I/DEBUG   (   88): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG   (   88): Build fingerprint: 'generic/full_hero/hero:4.0.4.0.4.0.4/OPENMASTER/eng.tyler.20120726.151029:eng/test-keys'
I/DEBUG   (   88): pid: 450, tid: 450  >>> /system/b2g/b2g <<<
I/DEBUG   (   88): signal 4 (SIGILL), code 1 (ILL_ILLOPC), fault addr 0000875c
I/DEBUG   (   88):  r0 00000001  r1 beb0ac54  r2 beb0ac5c  r3 400c7090
I/DEBUG   (   88):  r4 beb0ac54  r5 00000001  r6 beb0ac5c  r7 00008714
I/DEBUG   (   88):  r8 00000000  r9 00000000  10 00000000  fp 00000000
I/DEBUG   (   88):  ip 0000aa50  sp beb0ac38  lr 4001a4f5  pc 0000875c  cpsr 00000030
I/DEBUG   (   88):          #00  pc 0000875c  /system/b2g/b2g
I/DEBUG   (   88):          #01  pc 000164f2  /system/lib/libc.so (__libc_init)
I/DEBUG   (   88):
I/DEBUG   (   88): code around pc:
I/DEBUG   (   88): 0000873c 1b04f852 30a85818 f7ff9201 e8bdef52  R....X.0....R...
I/DEBUG   (   88): 0000874c b004400e bf004770 00002308 fffffffc  .@..pG...#......
I/DEBUG   (   88): 0000875c 43f0e92d 488c4606 5d02f5ad 460cb089  -..C.F.H...]...F
I/DEBUG   (   88): 0000876c f7ff4478 4603ef44 4b88b908 f50d447b  xD..D..F...K{D..
I/DEBUG   (   88): 0000877c 4a875581 3d144987 4628447a 91004479  .U.J.I.=zD(FyD..
I/DEBUG   (   88):
I/DEBUG   (   88): code around lr:
I/DEBUG   (   88): 4001a4d4 1c681c17 19a60086 d0052900 22004b05  ..h......)...K."
I/DEBUG   (   88): 4001a4e4 6818447b f854f008 1c321c21 47b81c28  {D.h..T.!.2.(..G
I/DEBUG   (   88): 4001a4f4 f9d2f008 0002cfb4 4805b510 68032200  ...........H.".h
I/DEBUG   (   88): 4001a504 60da68d8 fe46f010 fd12f7ff 46c0bd10  .h.`..F........F
I/DEBUG   (   88): 4001a514 ffff0ff0 e24dd008 e2102003 f5d0f000  ......M.. ......
I/DEBUG   (   88):
I/DEBUG   (   88): memory map around addr 0000875c:
I/DEBUG   (   88): (no map below)
I/DEBUG   (   88): 00008000-0000a000 /system/b2g/b2g
I/DEBUG   (   88): 0000a000-0000b000 /system/b2g/b2g
I/DEBUG   (   88):
I/DEBUG   (   88): stack:
I/DEBUG   (   88):     beb0abf8  b000a6b8
I/DEBUG   (   88):     beb0abfc  0000000c
I/DEBUG   (   88):     beb0ac00  400c7000
I/DEBUG   (   88):     beb0ac04  4002b161  /system/lib/libc.so
I/DEBUG   (   88):     beb0ac08  00000023
I/DEBUG   (   88):     beb0ac0c  b0009e58  /system/bin/linker
I/DEBUG   (   88):     beb0ac10  00000000
I/DEBUG   (   88):     beb0ac14  4002b161  /system/lib/libc.so
I/DEBUG   (   88):     beb0ac18  0000a970  /system/b2g/b2g
I/DEBUG   (   88):     beb0ac1c  00000000
I/DEBUG   (   88):     beb0ac20  00000000
I/DEBUG   (   88):     beb0ac24  beb0ac54  [stack]
I/DEBUG   (   88):     beb0ac28  00000001
I/DEBUG   (   88):     beb0ac2c  beb0ac5c  [stack]
I/DEBUG   (   88):     beb0ac30  df0027ad
I/DEBUG   (   88):     beb0ac34  00000000
I/DEBUG   (   88): #01 beb0ac38  00008718  /system/b2g/b2g
I/DEBUG   (   88):     beb0ac3c  00000000
I/DEBUG   (   88):     beb0ac40  00000000
I/DEBUG   (   88):     beb0ac44  00000000
I/DEBUG   (   88):     beb0ac48  00000000
I/DEBUG   (   88):     beb0ac4c  b0001daf  /system/bin/linker
I/DEBUG   (   88):     beb0ac50  00000001
I/DEBUG   (   88):     beb0ac54  beb0ad40  [stack]
I/DEBUG   (   88):     beb0ac58  00000000
I/DEBUG   (   88):     beb0ac5c  beb0ad50  [stack]
I/DEBUG   (   88):     beb0ac60  beb0ad67  [stack]
I/DEBUG   (   88):     beb0ac64  beb0ad9b  [stack]
I/DEBUG   (   88):     beb0ac68  beb0adb0  [stack]
I/DEBUG   (   88):     beb0ac6c  beb0aded  [stack]
I/DEBUG   (   88):     beb0ac70  beb0ae15  [stack]
I/DEBUG   (   88):     beb0ac74  beb0ae28  [stack]
I/DEBUG   (   88):     beb0ac78  beb0ae3d  [stack]
I/DEBUG   (   88):     beb0ac7c  beb0ae58  [stack]
I/ServiceManager(   82): service 'media.audio_flinger' died
I/ServiceManager(   82): service 'media.player' died
I/ServiceManager(   82): service 'media.camera' died
I/ServiceManager(   82): service 'media.audio_policy' died
I/        (  451): ServiceManager: 0xf958
I/HTC Acoustic(  451): libhtc_acoustic.so version 1.0.1.2.
E/HTC Acoustic(  451): Fail to open /system/etc/AudioPara_COMMON.csv -1.
I/HTC Acoustic(  451): open /system/etc/AudioPara4.csv success.
I/HTC Acoustic(  451): acoustic table version: Hero_HTC_20090610
I/HTC Acoustic(  451): read_audio_para_from_file success.
I/HTC Acoustic(  451): get_audpp_filter
I/HTC Acoustic(  451): open /system/etc/AudioFilter.csv success.
I/HTC Acoustic(  451): ADRC Filter ADRC FLAG = ffff.
I/HTC Acoustic(  451): ADRC Filter COMP THRESHOLD = 2600.
I/HTC Acoustic(  451): ADRC Filter COMP SLOPE = b333.
I/HTC Acoustic(  451): ADRC Filter COMP RMS TIME = 106.
I/HTC Acoustic(  451): ADRC Filter COMP ATTACK[0] = 7f7d.
I/HTC Acoustic(  451): ADRC Filter COMP ATTACK[1] = 3096.
I/HTC Acoustic(  451): ADRC Filter COMP RELEASE[0] = 7ff7.
I/HTC Acoustic(  451): ADRC Filter COMP RELEASE[1] = 4356.
I/HTC Acoustic(  451): ADRC Filter COMP DELAY = 16.
I/HTC Acoustic(  451): EQ flag = ffff.
I/HTC Acoustic(  451): get_audpre_filter
I/HTC Acoustic(  451): open /system/etc/AudioPreProcess.csv success.
D/AudioHardwareMSM72XX(  451): mNumSndEndpoints = 69
V/AudioHardwareMSM72XX(  451): constructed 69 SND endpoints)
D/AudioHardwareMSM72XX(  451): BT MATCH HANDSET
D/AudioHardwareMSM72XX(  451): BT MATCH SPEAKER
D/AudioHardwareMSM72XX(  451): BT MATCH HEADSET
D/AudioHardwareMSM72XX(  451): BT MATCH BT
D/AudioHardwareMSM72XX(  451): BT MATCH CARKIT
D/AudioHardwareMSM72XX(  451): BT MATCH TTY_FULL
D/AudioHardwareMSM72XX(  451): BT MATCH TTY_VCO
D/AudioHardwareMSM72XX(  451): BT MATCH TTY_HCO
D/AudioHardwareMSM72XX(  451): BT MATCH NO_MIC_HEADSET
D/AudioHardwareMSM72XX(  451): BT MATCH FM_HEADSET
D/AudioHardwareMSM72XX(  451): BT MATCH HEADSET_AND_SPEAKER
D/AudioHardwareMSM72XX(  451): BT MATCH FM_SPEAKER
D/AudioHardwareMSM72XX(  451): BT MATCH BT_EC_OFF
D/AudioHardwareMSM72XX(  451): BT MATCH CURRENT
D/AudioHardwareMSM72XX(  451): BT MATCH BT_EC_OFF
I/AudioFlinger(  451): Loaded primary audio interface from QCOM Audio HW HAL (audio)
I/AudioFlinger(  451): Using 'QCOM Audio HW HAL' (audio.primary) as the primary audio interface
I/AudioFlinger(  451): Loaded a2dp audio interface from A2DP Audio HW HAL (audio)
D/AudioHardwareInterface(  451): setMode(NORMAL)
I/AudioHardwareMSM72XX(  451): Set master volume to 5.
I/CameraService(  451): CameraService started (pid=451)
E/HAL     (  451): load: module=/system/lib/hw/camera.msm7k.so
E/HAL     (  451): Cannot load library: link_image[1936]:   451 could not load needed library 'libcamera.so' for 'camera.msm7k.so' (load_library[1091]: Library 'libcamera.so' not found)
E/CameraService(  451): Could not load camera HAL module
I/AudioFlinger(  451): AudioFlinger's thread 0x12a80 ready to run
W/AudioFlinger(  451): Thread AudioOut_1 cannot connect to the power manager service
V/AudioHardwareMSM72XX(  451): AudioStreamOutMSM72xx::setParameters() routing=2
V/AudioHardwareMSM72XX(  451): set output routing 2
I/AudioHardwareMSM72XX(  451): Routing audio to Speakerphone
V/AudioHardwareMSM72XX(  451): doAudioRouteOrMute() device 1, mMode 0, mMicMute 1
D/HTC Acoustic(  451): msm72xx_enable_audpp: 0x0007
D/AudioHardwareMSM72XX(  451): setVoiceVolume(1.000000)
I/AudioHardwareMSM72XX(  451): Setting in-call volume to 5 (available range is 0 to 5)
I/AudioPolicyService(  451): Loaded audio policy from QCOM Audio Policy HAL (audio_policy)
F/libc    (  456): Fatal signal 4 (SIGILL) at 0x0000875c (code=1)
Quote:
HTC Dream/Sapphire
Code:
--------- beginning of /dev/log/main
I/DEBUG   (   74): debuggerd: Jul 24 2012 16:14:20
D/AKMD    (   81): akmd 1.6.6 START 
D/AKMD    (   81): library version: 1.2.1.1129
F/libc    (   71): Fatal signal 4 (SIGILL) at 0x0000875c (code=1)
--------- beginning of /dev/log/system
I/Vold    (   69): Vold 2.1 (the revenge) firing up
D/Vold    (   69): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media)
I/Netd    (   73): Netd 1.0 starting
D/Vold    (   69): Volume sdcard state changing 0 (No-Media) -> 2 (Pending)
D/Vold    (   69): Volume sdcard state changing 2 (Pending) -> 1 (Idle-Unmounted)
I/DEBUG   (   74): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG   (   74): Build fingerprint: 'unknown'
I/DEBUG   (   74): pid: 71, tid: 71  >>> /system/b2g/b2g <<<
I/DEBUG   (   74): signal 4 (SIGILL), code 1 (ILL_ILLOPC), fault addr 0000875c
I/DEBUG   (   74):  r0 00000001  r1 beb81c34  r2 beb81c3c  r3 400e0090
I/DEBUG   (   74):  r4 beb81c34  r5 00000001  r6 beb81c3c  r7 00008714
I/DEBUG   (   74):  r8 00000000  r9 00000000  10 00000000  fp 00000000
I/DEBUG   (   74):  ip 0000aa50  sp beb81c18  lr 400a64f5  pc 0000875c  cpsr 00000030
I/DEBUG   (   74):          #00  pc 0000875c  /system/b2g/b2g
I/DEBUG   (   74):          #01  pc 000164f2  /system/lib/libc.so (__libc_init)
I/DEBUG   (   74): 
I/DEBUG   (   74): code around pc:
I/DEBUG   (   74): 0000873c 1b04f852 30a85818 f7ff9201 e8bdef52  R....X.0....R...
I/DEBUG   (   74): 0000874c b004400e bf004770 00002308 fffffffc  .@..pG...#......
I/DEBUG   (   74): 0000875c 43f0e92d 488c4606 5d02f5ad 460cb089  -..C.F.H...]...F
I/DEBUG   (   74): 0000876c f7ff4478 4603ef44 4b88b908 f50d447b  xD..D..F...K{D..
I/DEBUG   (   74): 0000877c 4a875581 3d144987 4628447a 91004479  .U.J.I.=zD(FyD..
I/DEBUG   (   74): 
I/DEBUG   (   74): code around lr:
I/DEBUG   (   74): 400a64d4 1c681c17 19a60086 d0052900 22004b05  ..h......)...K."
I/DEBUG   (   74): 400a64e4 6818447b f854f008 1c321c21 47b81c28  {D.h..T.!.2.(..G
I/DEBUG   (   74): 400a64f4 f9d2f008 0002cfb4 4805b510 68032200  ...........H.".h
I/DEBUG   (   74): 400a6504 60da68d8 fe46f010 fd12f7ff 46c0bd10  .h.`..F........F
I/DEBUG   (   74): 400a6514 ffff0ff0 e24dd008 e2102003 f5d0f000  ......M.. ......
I/DEBUG   (   74): 
I/DEBUG   (   74): memory map around addr 0000875c:
I/DEBUG   (   74): (no map below)
I/DEBUG   (   74): 00008000-0000a000 /system/b2g/b2g
I/DEBUG   (   74): 0000a000-0000b000 /system/b2g/b2g
I/DEBUG   (   74): 
I/DEBUG   (   74): stack:
I/DEBUG   (   74):     beb81bd8  b000a6b8  
I/DEBUG   (   74):     beb81bdc  0000000c  
I/DEBUG   (   74):     beb81be0  400e0000  
I/DEBUG   (   74):     beb81be4  400b7161  /system/lib/libc.so
I/DEBUG   (   74):     beb81be8  00000023  
I/DEBUG   (   74):     beb81bec  b0009e58  /system/bin/linker
I/DEBUG   (   74):     beb81bf0  00000000  
I/DEBUG   (   74):     beb81bf4  400b7161  /system/lib/libc.so
I/DEBUG   (   74):     beb81bf8  0000a970  /system/b2g/b2g
I/DEBUG   (   74):     beb81bfc  00000000  
I/DEBUG   (   74):     beb81c00  00000000  
I/DEBUG   (   74):     beb81c04  beb81c34  [stack]
I/DEBUG   (   74):     beb81c08  00000001  
I/DEBUG   (   74):     beb81c0c  beb81c3c  [stack]
I/DEBUG   (   74):     beb81c10  df0027ad  
I/DEBUG   (   74):     beb81c14  00000000  
I/DEBUG   (   74): #01 beb81c18  00008718  /system/b2g/b2g
I/DEBUG   (   74):     beb81c1c  00000000  
I/DEBUG   (   74):     beb81c20  00000000  
I/DEBUG   (   74):     beb81c24  00000000  
I/DEBUG   (   74):     beb81c28  00000000  
I/DEBUG   (   74):     beb81c2c  b0001daf  /system/bin/linker
I/DEBUG   (   74):     beb81c30  00000001  
I/DEBUG   (   74):     beb81c34  beb81d23  [stack]
I/DEBUG   (   74):     beb81c38  00000000  
I/DEBUG   (   74):     beb81c3c  beb81d33  [stack]
I/DEBUG   (   74):     beb81c40  beb81d4a  [stack]
I/DEBUG   (   74):     beb81c44  beb81d7e  [stack]
I/DEBUG   (   74):     beb81c48  beb81d93  [stack]
I/DEBUG   (   74):     beb81c4c  beb81dd0  [stack]
I/DEBUG   (   74):     beb81c50  beb81df8  [stack]
I/DEBUG   (   74):     beb81c54  beb81e0b  [stack]
I/DEBUG   (   74):     beb81c58  beb81e20  [stack]
I/DEBUG   (   74):     beb81c5c  beb81e3b  [stack]
E/Netd    (   73): Unable to create netlink socket: Protocol not supported
E/Netd    (   73): Unable to open quota2 logging socket
I/        (   76): ServiceManager: 0x1936910
I/        (   97): ServiceManager: 0x15d2958
I/AudioHardwareMSM72XX(   97): get_audpp_filter
I/AudioHardwareMSM72XX(   97): open /system/etc/AudioFilter.csv success.
I/AudioHardwareMSM72XX(   97): EQ flag = 00.
E/AudioHardwareMSM72XX(   97): malformatted pcm control buffer
I/AudioHardwareMSM72XX(   97): failed to set audpp parameters, exiting.
E/AudioHardwareMSM72XX(   97): failed to open AUTO_VOLUME_CONTROL /system/etc/AutoVolumeControl.txt: No such file or directory (2)
I/AudioFlinger(   97): Loaded primary audio interface from LEGACY Audio HW HAL (audio)
I/AudioFlinger(   97): Using 'LEGACY Audio HW HAL' (audio.primary) as the primary audio interface
D/AudioHardwareInterface(   97): setMode(NORMAL)
I/AudioHardwareMSM72XX(   97): Set master volume to 7.
I/CameraService(   97): CameraService started (pid=97)
E/CameraService(   97): Could not load camera HAL module
I/AudioFlinger(   97): AudioFlinger's thread 0x15d3f40 ready to run
W/AudioFlinger(   97): Thread AudioOut_1 cannot connect to the power manager service
I/AudioHardwareMSM72XX(   97): Routing audio to Speakerphone
D/AudioHardwareMSM72XX(   97): doAudioRouteOrMute() device 1, mMode 0, mMicMute 1, mBuiltinMicSelected 0, muted
I/AudioHardwareMSM72XX(   97): Routing audio to Speakerphone
D/AudioHardwareMSM72XX(   97): setVoiceVolume(1.000000)
I/AudioHardwareMSM72XX(   97): Setting in-call volume to 7 (available range is 0 to 7)
I/AudioPolicyService(   97): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
F/libc    (  119): Fatal signal 4 (SIGILL) at 0x0000875c (code=1)
I/DEBUG   (   74): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG   (   74): Build fingerprint: 'unknown'
I/DEBUG   (   74): pid: 119, tid: 119  >>> /system/b2g/b2g <<<
I/DEBUG   (   74): signal 4 (SIGILL), code 1 (ILL_ILLOPC), fault addr 0000875c
I/DEBUG   (   74):  r0 00000001  r1 be93fc34  r2 be93fc3c  r3 400bc090
I/DEBUG   (   74):  r4 be93fc34  r5 00000001  r6 be93fc3c  r7 00008714
I/DEBUG   (   74):  r8 00000000  r9 00000000  10 00000000  fp 00000000
I/DEBUG   (   74):  ip 0000aa50  sp be93fc18  lr 400ec4f5  pc 0000875c  cpsr 00000030
I/DEBUG   (   74):          #00  pc 0000875c  /system/b2g/b2g
I/DEBUG   (   74):          #01  pc 000164f2  /system/lib/libc.so (__libc_init)
I/DEBUG   (   74): 
I/DEBUG   (   74): code around pc:
I/DEBUG   (   74): 0000873c 1b04f852 30a85818 f7ff9201 e8bdef52  R....X.0....R...
I/DEBUG   (   74): 0000874c b004400e bf004770 00002308 fffffffc  .@..pG...#......
I/DEBUG   (   74): 0000875c 43f0e92d 488c4606 5d02f5ad 460cb089  -..C.F.H...]...F
I/DEBUG   (   74): 0000876c f7ff4478 4603ef44 4b88b908 f50d447b  xD..D..F...K{D..
I/DEBUG   (   74): 0000877c 4a875581 3d144987 4628447a 91004479  .U.J.I.=zD(FyD..
I/DEBUG   (   74): 
I/DEBUG   (   74): code around lr:
I/DEBUG   (   74): 400ec4d4 1c681c17 19a60086 d0052900 22004b05  ..h......)...K."
I/DEBUG   (   74): 400ec4e4 6818447b f854f008 1c321c21 47b81c28  {D.h..T.!.2.(..G
I/DEBUG   (   74): 400ec4f4 f9d2f008 0002cfb4 4805b510 68032200  ...........H.".h
I/DEBUG   (   74): 400ec504 60da68d8 fe46f010 fd12f7ff 46c0bd10  .h.`..F........F
I/DEBUG   (   74): 400ec514 ffff0ff0 e24dd008 e2102003 f5d0f000  ......M.. ......
I/DEBUG   (   74): 
I/DEBUG   (   74): memory map around addr 0000875c:
I/DEBUG   (   74): (no map below)
I/DEBUG   (   74): 00008000-0000a000 /system/b2g/b2g
I/DEBUG   (   74): 0000a000-0000b000 /system/b2g/b2g
I/DEBUG   (   74): 
I/DEBUG   (   74): stack:
I/DEBUG   (   74):     be93fbd8  b000a6b8  
I/DEBUG   (   74):     be93fbdc  0000000c  
I/DEBUG   (   74):     be93fbe0  400bc000  
I/DEBUG   (   74):     be93fbe4  400fd161  /system/lib/libc.so
I/DEBUG   (   74):     be93fbe8  00000023  
I/DEBUG   (   74):     be93fbec  b0009e58  /system/bin/linker
I/DEBUG   (   74):     be93fbf0  00000000  
I/DEBUG   (   74):     be93fbf4  400fd161  /system/lib/libc.so
I/DEBUG   (   74):     be93fbf8  0000a970  /system/b2g/b2g
I/DEBUG   (   74):     be93fbfc  00000000  
I/DEBUG   (   74):     be93fc00  00000000  
I/DEBUG   (   74):     be93fc04  be93fc34  [stack]
I/DEBUG   (   74):     be93fc08  00000001  
I/DEBUG   (   74):     be93fc0c  be93fc3c  [stack]
I/DEBUG   (   74):     be93fc10  df0027ad  
I/DEBUG   (   74):     be93fc14  00000000  
I/DEBUG   (   74): #01 be93fc18  00008718  /system/b2g/b2g
I/DEBUG   (   74):     be93fc1c  00000000  
I/DEBUG   (   74):     be93fc20  00000000  
I/DEBUG   (   74):     be93fc24  00000000  
I/DEBUG   (   74):     be93fc28  00000000  
I/DEBUG   (   74):     be93fc2c  b0001daf  /system/bin/linker
I/DEBUG   (   74):     be93fc30  00000001  
I/DEBUG   (   74):     be93fc34  be93fd23  [stack]
I/DEBUG   (   74):     be93fc38  00000000  
I/DEBUG   (   74):     be93fc3c  be93fd33  [stack]
I/DEBUG   (   74):     be93fc40  be93fd4a  [stack]
I/DEBUG   (   74):     be93fc44  be93fd7e  [stack]
I/DEBUG   (   74):     be93fc48  be93fd93  [stack]
I/DEBUG   (   74):     be93fc4c  be93fdd0  [stack]
I/DEBUG   (   74):     be93fc50  be93fdf8  [stack]
I/DEBUG   (   74):     be93fc54  be93fe0b  [stack]
I/DEBUG   (   74):     be93fc58  be93fe20  [stack]
I/DEBUG   (   74):     be93fc5c  be93fe3b  [stack]
I/ServiceManager(   68): service 'media.audio_flinger' died
I/ServiceManager(   68): service 'media.player' died
I/ServiceManager(   68): service 'media.camera' died
I/ServiceManager(   68): service 'media.audio_policy' died
I/        (  120): ServiceManager: 0x5b8958
I/AudioHardwareMSM72XX(  120): get_audpp_filter
I/AudioHardwareMSM72XX(  120): open /system/etc/AudioFilter.csv success.
I/AudioHardwareMSM72XX(  120): EQ flag = 00.
E/AudioHardwareMSM72XX(  120): malformatted pcm control buffer
I/AudioHardwareMSM72XX(  120): failed to set audpp parameters, exiting.
E/AudioHardwareMSM72XX(  120): failed to open AUTO_VOLUME_CONTROL /system/etc/AutoVolumeControl.txt: No such file or directory (2)
I/AudioFlinger(  120): Loaded primary audio interface from LEGACY Audio HW HAL (audio)
I/AudioFlinger(  120): Using 'LEGACY Audio HW HAL' (audio.primary) as the primary audio interface
D/AudioHardwareInterface(  120): setMode(NORMAL)
I/AudioHardwareMSM72XX(  120): Set master volume to 7.
I/CameraService(  120): CameraService started (pid=120)
E/CameraService(  120): Could not load camera HAL module
I/AudioFlinger(  120): AudioFlinger's thread 0x5b9f40 ready to run
W/AudioFlinger(  120): Thread AudioOut_1 cannot connect to the power manager service
I/AudioHardwareMSM72XX(  120): Routing audio to Speakerphone
D/AudioHardwareMSM72XX(  120): doAudioRouteOrMute() device 1, mMode 0, mMicMute 1, mBuiltinMicSelected 0, muted
I/AudioHardwareMSM72XX(  120): Routing audio to Speakerphone
D/AudioHardwareMSM72XX(  120): setVoiceVolume(1.000000)
I/AudioHardwareMSM72XX(  120): Setting in-call volume to 7 (available range is 0 to 7)
I/AudioPolicyService(  120): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
Builds:
Quote:
Virtual Build Machine Specs:
OS: Lubuntu 11.04
RAM: 4GB
CPU: 4.5GHz Dual-Core i5-2500k
Build ETA: 20 mins +- 5 mins
Rebuild ETA: 3 mins +- 2 mins

First build is made using "./build.sh -j1" to view all make errors and takes significantly longer.
The Following 6 Users Say Thank You to Infinimint For This Useful Post: [ Click to Expand ]
 
Infinimint
Old
(Last edited by Infinimint; 3rd August 2012 at 05:53 AM.)
#4  
Infinimint's Avatar
Senior Member - OP
Thanks Meter 295
Posts: 652
Join Date: Oct 2010
Location: Fredericksburg, VA

 
DONATE TO ME
Info Repositories

Quote:
Project Lizard uses the following United repositories. If you can help in any way, feel free to post here in the thread, make a pull request on GitHub, or even PM me. All help is appreciated.
The Following 3 Users Say Thank You to Infinimint For This Useful Post: [ Click to Expand ]
 
SlashSpeed
Old
#5  
SlashSpeed's Avatar
Senior Member
Thanks Meter 9
Posts: 185
Join Date: Mar 2009
This is...well, I'm speechless. Thank you, for keeping my G1 alive and I hope that you'll have alot of success with porting!
Devices:
- T-Mobile G1: Froyo by Laszlo
- Google Nexus S: GamerzROM Legend Edition v2.1
 
Infinimint
Old
#6  
Infinimint's Avatar
Senior Member - OP
Thanks Meter 295
Posts: 652
Join Date: Oct 2010
Location: Fredericksburg, VA

 
DONATE TO ME
Quote:
Originally Posted by SlashSpeed View Post
This is...well, I'm speechless. Thank you, for keeping my G1 alive and I hope that you'll have alot of success with porting!
Haha thanks, I've been spending many sleepless nights stuffing my brain with information and trying to get this thing working and the only real thing left is for others to test it and to get past a few errors. Hopefully the G1 community can help me get this thing running.

Sent from my HTC PH39100 using Tapatalk 2
The Following User Says Thank You to Infinimint For This Useful Post: [ Click to Expand ]
 
Neo2SHYAlien
Old
#7  
Neo2SHYAlien's Avatar
Senior Member
Thanks Meter 28
Posts: 208
Join Date: Aug 2009
Location: Plovdiv
Infinimint dude u rock. Thank you for endless trying to get the best from our old bug gold G1
Sorry for my bad English.
SE P800 ->HTC Hermes -> HTC Kaiser -> HTC G1 -> HTC DZ. I just love the phones with HW keyboard!
HTC Vision Virtuous Kernel with more governors and so..

 
hrk
Old
#8  
hrk's Avatar
Recognized Developer
Thanks Meter 824
Posts: 912
Join Date: Sep 2008
Location: Rome

 
DONATE TO ME
The best part of this thread are the flies with the troll face.

This was meant as a compliment. Good luck w/ this and I hope you can build it with debug information enabled, so we can try understand what's wrong when a crash happens.
HTC Desire Z (Vision) [VISION PVT SHIP S-OFF][HBOOT-0.84.2000][RADIO-26.13.04.19_M]
Recovery: 4EXT TOUCH 1.0.0.5 RC3
ROM: CyanogenMod 7.2

HTC Dream (G1) [DREAM PVT 32B SHIP S-ON][HBOOT-1.33.0013d][RADIO-2.22.28.25]
Recovery: RA-dream-v1.7.0-cyan
ROM: ADS_Magpie Gingerbread (2.3.7) based on ezGingerbread and Firerat's magpie

My apps: "No-frills" CPU Control, Ghostly SMS, DCIM Helper & DCIM compliant Camera, Tile Map Editor
 
jordfaz
Old
#9  
jordfaz's Avatar
Recognized Contributor
Thanks Meter 600
Posts: 765
Join Date: Mar 2012
Location: Nantwich

 
DONATE TO ME
You are absolutely brilliant!!!!!!!
Would you be willing to build firefox OS for the HTC hero gsm, we would very much appreciate your work
I would hit thanks, but im limited to 8 a day

Recognised Contributor
Creator of over 20 rom's for 5 different devices!


------------------------------------------------------------------------------------------------------------------------------------------------------------------
Github
 
Loxxy
Old
#10  
Loxxy's Avatar
Senior Member
Thanks Meter 38
Posts: 161
Join Date: Dec 2010
Location: Oxford

 
DONATE TO ME
Quote:
Originally Posted by jordfaz View Post
You are absolutely brilliant!!!!!!!
Would you be willing to build firefox OS for the HTC hero gsm, we would very much appreciate your work
I would hit thanks, but im limited to 8 a day
Would definitely love to see this
My work
HTC HERO - [Rom] Island Punch [JB][Team Legacy]

Devices:
Google Nexus One (jb 4.1.1)


 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...