[DEV]ICS SDK Folio 100 Port - Folio 100 Android Development

SPECIAL THANKS GOES TO DEXTER AND DERARTEM BECAUSE MAIN ROM BASE IS DEXTER'S HONEYCOMB ROM AS WELL AS SOME FILES FROM FOLIOMOD AND CYANOGEMOD
Other communities have their ICS thread and our should have it
I've been trying to port ICS SDK to Folio 100 but logcat just turn off without any message and when I try to execute some commands from adb shell I get 'segmetation fault' and tablet reboots itself. It's something with boot.img. I'll upload ramdisk from kernel that I am using in port.
Can't upload on Github because on last step it wants password that I don't know. It should be letters and numbers from id_rsa file, right? Anyway, here is recovery flashable package:
Recovery package ==> Tried several times to upload but every uploading is followed by some error
Ramdisk ==> ICS_boot.img(just added lines from Siulmagic ICS porting guide)
First mission: Gettin' to adb to be able to use logcat :::: cleared ::::
Possible fix: Try to get any log like this from fastboot with this:
Code:
fastboot -c "root=/dev/mmcblk3p1 rootdelay=15 rw [email protected] [email protected] vmalloc=192M video=tegrafb console=tty0,115200n8 fbcon=rotate:1 fbcon=font:VGA8x8 usbcore.old_scheme_first=1 debug" boot ICS_boot.img
Consequences: Debug log says that partition table can't be find and that it will reboot for 10sec but after that it show |r4:ffffff| and nothing.
Problem might be that data/cache/system partition is ext4 but it shouldn't be problem.
EDIT: I got a log thanks to Kervala
You got a segmentation fault, because your bionic lib is not compiled with Tegra 2 Errata 657451.
You could try to use bionic (libc.so, libdl.so, libm.so, libstdc++.so, libthread_db.so, linker) from a Tegra 2 ROM.
I had the same problem when trying to run AOSP on Folio 100
Click to expand...
Click to collapse
Now I have to change some lib files due to installd error.
Log file from logcat ==> logcat.txt
Second mission: Find solution for:
could not load needed library 'libcutils.so' for '[any command]' (reloc_library[1315]: cannot locate '__system_property_set'...
)CANNOT LINK EXECUTABLE
Click to expand...
Click to collapse
:::: cleared ::::
Might permission have to be changed? Libcutils.so is already included.
EDIT: Changed with one from Honeycomb
Mission three: AKMD service is started and nothing...
I/AKMD2 ( 2141): AK8975/B for Android v 2.0.0.---- (Library: v1.2.0.1217) started.
Click to expand...
Click to collapse
EDIT: If I kill it or delete it from init.rc I get same for debbugerd:
I/DEBUG ( 2136): debuggerd: Oct 12 2011 12:38:31
Click to expand...
Click to collapse
EDIT2: I'll try to change all *utils.so files because they're probably linked with kernel.
EDIT3: With some commands I get error:
reloc_library[1315] cannot locate '[something different from command to command]'...)CANNOT LINK EXECUTABLE
Click to expand...
Click to collapse
as well as this:
link_image[1966]: could not load needed library'[some library]'
Click to expand...
Click to collapse
EDIT4: Only for linker I get 'segmetation fault' and logcat log:
F/libc ( 2223): Fatal signal 11 (SIGSEGV) at 0xffffff60 (code=1)
I/DEBUG ( 2129): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 2129): Build fingerprint: 'google/yakju/maguro:4.0.1/ICL23D/212031:userdebug/dev-keys'
I/DEBUG ( 2129): pid: 2223, tid: 2223 >>> linker <<<
I/DEBUG ( 2129): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr ffffff60
I/DEBUG ( 2129): r0 70000001 r1 ffffff60 r2 00000005 r3 00000004
I/DEBUG ( 2129): r4 b0009f60 r5 b00094f0 r6 00000001 r7 be906c08
I/DEBUG ( 2129): r8 b0009910 r9 00000000 10 00000000 fp b0006f17
I/DEBUG ( 2129): ip 00000000 sp be906bc8 lr b00049fd pc b000419e cpsr 20000030
I/DEBUG ( 2129): d0 0000000000000000 d1 0000000000000000
I/DEBUG ( 2129): d2 0000000000000000 d3 0000000000000000
I/DEBUG ( 2129): d4 0000000000000000 d5 0000000000000000
I/DEBUG ( 2129): d6 0000000000000000 d7 0000000000000000
I/DEBUG ( 2129): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 2129): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 2129): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 2129): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 2129): scr 00000000
I/DEBUG ( 2129):
I/DEBUG ( 2129): #00 pc b000419e /system/bin/linker
I/DEBUG ( 2129): #01 lr b00049fd /system/bin/linker
I/DEBUG ( 2129):
I/DEBUG ( 2129): code around pc:
I/DEBUG ( 2129): b000417c 4ff0e92d 30a8f8d0 f8d04604 f8d01080
I/DEBUG ( 2129): b000418c 07582084 d558b087 f8c42000 48a10090
I/DEBUG ( 2129): b000419c 680be051 d1064283 f8c4688b 694b30f8
I/DEBUG ( 2129): b00041ac f8c408db 680b30fc d1242b01 688b694d
I/DEBUG ( 2129): b00041bc f8d418eb 42ab5090 f8c4bf88 698b3090
I/DEBUG ( 2129):
I/DEBUG ( 2129): code around lr:
I/DEBUG ( 2129): b00049dc 21fef89e 4b35b11a 447b3f01 4b34e001
I/DEBUG ( 2129): b00049ec 2100447b 1027f843 21004620 fbc0f7ff
I/DEBUG ( 2129): b00049fc 4930b1d0 0b04f10d 22184d2f 46584479
I/DEBUG ( 2129): b0004a0c f7fc447d 4628ec02 e93cf001 46024629
I/DEBUG ( 2129): b0004a1c f7fc2002 2002eb4c 22184659 eb46f7fc
I/DEBUG ( 2129):
I/DEBUG ( 2129): stack:
I/DEBUG ( 2129): be906b88 00000000
I/DEBUG ( 2129): be906b8c 00000000
I/DEBUG ( 2129): be906b90 00000000
I/DEBUG ( 2129): be906b94 00000000
I/DEBUG ( 2129): be906b98 00000000
I/DEBUG ( 2129): be906b9c 00000000
I/DEBUG ( 2129): be906ba0 00000000
I/DEBUG ( 2129): be906ba4 00000000
I/DEBUG ( 2129): be906ba8 00000000
I/DEBUG ( 2129): be906bac 00000000
I/DEBUG ( 2129): be906bb0 00000000
I/DEBUG ( 2129): be906bb4 00000000
I/DEBUG ( 2129): be906bb8 00000000
I/DEBUG ( 2129): be906bbc 00000000
I/DEBUG ( 2129): be906bc0 df0027ad
I/DEBUG ( 2129): be906bc4 00000000
I/DEBUG ( 2129): #00 be906bc8 00000000
I/DEBUG ( 2129): be906bcc 00000000
I/DEBUG ( 2129): be906bd0 b0009f60
I/DEBUG ( 2129): be906bd4 b0009f60
I/DEBUG ( 2129): be906bd8 be906d52
I/DEBUG ( 2129): be906bdc 00000118
I/DEBUG ( 2129): be906be0 b0009f60
I/DEBUG ( 2129): be906be4 b0009f60
I/DEBUG ( 2129): be906be8 b00094f0
I/DEBUG ( 2129): be906bec 00000001
I/DEBUG ( 2129): be906bf0 be906c08
I/DEBUG ( 2129): be906bf4 b0009910
I/DEBUG ( 2129): be906bf8 00000000
I/DEBUG ( 2129): be906bfc 00000000
I/DEBUG ( 2129): be906c00 b0006f17 /system/bin/linker
I/DEBUG ( 2129): be906c04 b00049fd /system/bin/linker
I/DEBUG ( 2129): be906c08 00000000
I/DEBUG ( 2129): be906c0c 00000000
Click to expand...
Click to collapse
Tried from CM7, HC and FM with no luck and also deleted linker from /sbin.
EDIT5:I found list of prelinked library files here. I'll change all core library files but I have logcat that says what library files are wrong:
0xC0000000 - 0xFFFFFFFF Kernel
0xB0100000 - 0xBFFFFFFF Thread 0 Stack
0xB0000000 - 0xB00FFFFF Linker
0xA0000000 - 0xBFFFFFFF Prelinked System Libraries
0x90000000 - 0x9FFFFFFF Prelinked App Libraries
0x80000000 - 0x8FFFFFFF Non-prelinked Libraries
0x40000000 - 0x7FFFFFFF mmap'd stuff
0x10000000 - 0x3FFFFFFF Thread Stacks
0x00000000 - 0x0FFFFFFF .text / .data / heap
Click to expand...
Click to collapse
and it says that it is libc.so(red). Also says that problem is in kernel(green) too :
F/libc ( 3491): Fatal signal 11 (SIGSEGV) at 0xffffff60 (code=1)
Click to expand...
Click to collapse
EDIT6: Try with CM7 as a base but I get:
exec '/system/bin/sh' failed: No such file or directory (2)
Click to expand...
Click to collapse
Included sh in bin directory(had that error in with HC too but I forgot what I did)
EDIT7: Problem might be that partitions are ext4 as well as images. I didin't set that in init.rc :::: cleared ::::
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I'm beginner that have been trying to port some roms to Folio and I learned something from that. Bin and lib files were the biggest problem for me till 2 days ago. I realized that ALL have some connections. Kernel is booting system with some files from bin folder that can be checked in init.rc inside ramdisk from system partition that are controlling system via lib files that exchange information with kernel that have hardware drivers. I looked into SDK dump and Nexus Galaxy dump and found that have to be changed with files from ICS(checked in other ICS ports just in case). Tegra board have some special files that have to be included too. There are other files that I don't know what is their main function and also some executable files that are same on every rom.
In xbin folder I added all files from SDK dump and all exutable files from CyanogenMod dump.
Just copied all apps from Galaxy Nexus although I know that some of them might not work because GN is hdpi and Folio is mdpi device and SDK apps aren't odexed. I only changed SystemUI.apk by adding mdpi folders from SDK dump SystemUI.apk.
I changed whole media folder as well as fonts and just changed resolution in bootanimation.
In framework folder I deleted apache-xml.jar file because I don't know what that do and added mdpi files to framework-res.apk just like in SystemUI.apk because I used NG files that are odexed and it's hdmi.
In etc I didn't do anything special-just added some files.
I used FolioMod files for usr folder and added some new files from NG dump-keymapping for external devices like game pads and bluetooth keybord but don't have drivers in kernel
In vendor I leave only some files from face detection.
I finished lib directory quickly because I was tired, just changed graphics, sensors, bluetooth and tegra files.
Leave tts folder, added all executable files CM7 xbin folder and added other files from SDK dump.
That's it! If you have some suggests or solution for some problem from OP post it here please!!!

Great Jon! Good to see a WIP for our own ICS port I think as everywhere said it would be easier to port an ICS Rom to our Folio when the Source is released. Porting SDK is the hard way if i read right?! But if i can do anything to get this further i'm willing to be your guinea pig .

It's easier than porting source code for someone like me that don't know java and C language.

I don't know things like Java and C too but how can i help porting? I don't think it's easy as pushing a file from one place to another or set a value from 0 to 1 isn't it? So what is needed get adb running?
For my understanding can we use the kernel from cm7 which DerArtem made or is it to different from the needed one for ICS? I wanted to learn/help more but all tutorials i've found are not very useful cause they need knowledge of linux which i don't have much. All i tested were distributions like ubuntu, suse etc. and for these i could search for drivers on Google . Do you have any links/Literature oder know how/where to lern more about linux, android and helping develop?

It is that simple-just pushing files. You can't do anything else with bin and lib files that are main. But you have to know what every file do. I wrote small guide that may be helpfull

How to make ext 2 system.img? With what command?

You got a segmentation fault, because your bionic lib is not compiled with Tegra 2 Errata 657451.
You could try to use bionic (libc.so, libdl.so, libm.so, libstdc++.so, libthread_db.so, linker) from a Tegra 2 ROM.
I had the same problem when trying to run AOSP on Folio 100

ok, thanks

Awsome!!! It works!!!

Jon2555 said:
Awsome!!! It works!!!
Click to expand...
Click to collapse
Well done, good to know

Source is out ;-)
https://groups.google.com/forum/#!msg/android-building/T4XZJCZnqF8/WkWhGUYb4MAJ

But it isn't full yet, just dev build. Full will be released after releasing Galaxy Nexus and one more thing:
I don't have skills in porting AOSP-source code.

No one have solution for exec error. I think that kernel can't boot system-can't find system.img. Probbably partitions error. I reformat them for HC but GB wants yaffs2 partitions. How to reformat them? I'll try to make flashable package that contains yaffs2 command that will reformat them. Just like ext4 package in HC 0.4 thread.
Sent from my IDEOS S7 Slim using XDA App

Where to find yaffs2 android compatible command?

Jon2555 said:
No one have solution for exec error. I think that kernel can't boot system-can't find system.img. Probbably partitions error. I reformat them for HC but GB wants yaffs2 partitions. How to reformat them? I'll try to make flashable package that contains yaffs2 command that will reformat them. Just like ext4 package in HC 0.4 thread.
Sent from my IDEOS S7 Slim using XDA App
Click to expand...
Click to collapse
Do you can format using CWM from CM7? i think that this can format in yaffs2 fs.

I'll try, thanks.

I'll try too since jon told that it could be as easy as pushing files around i try to get this running The CWM from CM7 is the 3.0.0.5 or another version?

I think that version is the lastest.
NOTE: Use GB as a source because libc and other prelinked commands probbably are based on GB one and try to learn what every command and so file do.
Sent from my IDEOS S7 Slim using XDA App

So,how does it look?
I realy need it,please!
Can i help with something?

Linker error-gave up from SDK
Fighting with AOSP source code-it isn't that bad, some errors but I generally get help from other, more experienced devs. If you're a dev, you can help.
At the moment I'm stuck with this:
Invalid -march= option: `armv7-a'
Click to expand...
Click to collapse
I don't think that it's cpu architecture error because I get same when I try to compile for PandaBoard.

Related

Browser not working on recent roms 32B

Hey there,
I did post about the issue I'd been having with all recent ROM's in the CyanogenMod thread, but am posting my own thread as I've seen no one else bring up the issue.
Essentially, on all ROM's I've tried since but not including nk02's 4.0, including CyanogenMod 3.9.x and nk02's 4.1.x, I cannot run the browser or anything dependant on it, like Market, opening email, completing the initial wizard.
This is the output of logcat while starting Browser:-
Code:
I/ActivityManager( 127): Starting activity: Intent { action=android.intent.acti
on.MAIN categories={android.intent.category.LAUNCHER} flags=0x10200000 comp={com
.android.browser/com.android.browser.BrowserActivity} }
I/ActivityManager( 127): Start proc com.android.browser for activity com.androi
d.browser/.BrowserActivity: pid=404 uid=10034 gids={3003}
I/ActivityThread( 404): Publishing provider browser: com.android.browser.Browse
rProvider
I/DEBUG ( 108): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *
**
I/DEBUG ( 108): Build fingerprint: 'tmobile/kila/dream/trout:1.5/CRC1/150275:
user/ota-rel-keys,release-keys'
I/DEBUG ( 108): pid: 404, tid: 416 >>> com.android.browser <<<
I/DEBUG ( 108): signal 11 (SIGSEGV), fault addr 010867e8
I/DEBUG ( 108): r0 45017a34 r1 001bfd9c r2 001cec24 r3 00000000
I/DEBUG ( 108): r4 001bfd9c r5 00000007 r6 00217e00 r7 aa073e55
I/DEBUG ( 108): r8 45017d9c r9 423afed8 10 423afec4 fp 00000001
I/DEBUG ( 108): ip 7fe00000 sp 45017a34 lr aa1c4739 pc 010867e8 cpsr 000
00010
D/dalvikvm( 404): GC freed 1976 objects / 148848 bytes in 134ms
I/DEBUG ( 108): #00 pc 010867e8
I/DEBUG ( 108): #01 pc 001c4736 /system/lib/libwebcore.so
I/DEBUG ( 108): stack:
I/DEBUG ( 108): 450179f4 00000001
I/DEBUG ( 108): 450179f8 00000000
I/DEBUG ( 108): 450179fc afe2defc /system/lib/libc.so
I/DEBUG ( 108): 45017a00 aa16fed3 /system/lib/libwebcore.so
I/DEBUG ( 108): 45017a04 aa16fec1 /system/lib/libwebcore.so
I/DEBUG ( 108): 45017a08 00000000
I/DEBUG ( 108): 45017a0c 001ceb28 [heap]
I/DEBUG ( 108): 45017a10 00000000
I/DEBUG ( 108): 45017a14 001cf4c8 [heap]
I/DEBUG ( 108): 45017a18 00000984
I/DEBUG ( 108): 45017a1c aa170389 /system/lib/libwebcore.so
I/DEBUG ( 108): 45017a20 00000000
I/DEBUG ( 108): 45017a24 001c0a08 [heap]
I/DEBUG ( 108): 45017a28 df002777
I/DEBUG ( 108): 45017a2c e3a070ad
I/DEBUG ( 108): 45017a30 00000000
I/DEBUG ( 108): #01 45017a34 001c0a08 [heap]
I/DEBUG ( 108): 45017a38 aa073e55 /system/lib/libwebcore.so
I/DEBUG ( 108): 45017a3c aa14bf1b /system/lib/libwebcore.so
I/DEBUG ( 108): 45017a40 001c0a08 [heap]
I/DEBUG ( 108): 45017a44 001bfd08 [heap]
I/DEBUG ( 108): 45017a48 001c0a08 [heap]
I/DEBUG ( 108): 45017a4c aa1aa761 /system/lib/libwebcore.so
I/DEBUG ( 108): 45017a50 001c0a08 [heap]
I/DEBUG ( 108): 45017a54 aa183c9b /system/lib/libwebcore.so
I/DEBUG ( 108): 45017a58 0000000a
I/DEBUG ( 108): 45017a5c 45017aa8
I/DEBUG ( 108): 45017a60 aa3db598 /system/lib/libwebcore.so
I/DEBUG ( 108): 45017a64 00000000
I/DEBUG ( 108): 45017a68 00000000
I/DEBUG ( 108): 45017a6c 00000000
I/DEBUG ( 108): 45017a70 00000000
I/DEBUG ( 108): 45017a74 00000000
I/DEBUG ( 108): 45017a78 00000000
I/ActivityManager( 127): Process com.android.browser (pid 404) has died.
I/WindowManager( 127): WIN DEATH: Window{438c7088 com.android.browser/com.andro
id.browser.BrowserActivity paused=false}
I/DEBUG ( 108): debuggerd committing suicide to free the zombie!
D/Zygote ( 110): Process 404 terminated by signal (11)
I/DEBUG ( 417): debuggerd: May 13 2009 19:02:52
W/InputManagerService( 127): Window already focused, ignoring focus gain of: co
[email protected]
D/dalvikvm( 208): GC freed 196 objects / 8496 bytes in 128ms
Any idea what could be causing this? My phone is running the 32B engineering SPL and RAv1.1.2 recovery. I have tried mounting over usb, adb, and putting the card in a reader to upload the update.zip to the card. I have tried wiping several times before flashing. I have tried different mSD cards, and using different computers to push the files. I am really stumped as to why I cannot run Browser yet seemingly everyone else with a 32B phone can.
I'm willing to test updates in an attempt to fix the problem. Any help really appreciated!
Using nk02's rom, this is the logcat output of the wizard after pressing next on the screen where it asks if google can collect location data. If I've not skipped giving it the google login details, the phone will get stuck on a screen saying 'Signed in!', with a dimmed next button. If I skip giving it the google login details, and attempt to pass the collect location data screen, it'll show 'Date & Time settings' briefly at the top before looping back to the sign in screen with the same output to logcat
Code:
I/ServiceStateTracker( 119): Auto time state changed
I/ActivityManager( 56): Starting activity: Intent { comp={com.android.settings
/com.android.settings.DateTimeSettingsSetupWizard} }
I/ActivityManager( 56): Start proc com.android.settings for activity com.andro
id.settings/.DateTimeSettingsSetupWizard: pid=445 uid=1000 gids={3002, 3001, 300
3}
D/dalvikvm( 34): GC freed 277 objects / 10448 bytes in 342ms
D/dalvikvm( 34): GC freed 42 objects / 1864 bytes in 164ms
D/dalvikvm( 34): GC freed 2 objects / 56 bytes in 187ms
I/DEBUG ( 325): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *
**
I/DEBUG ( 325): Build fingerprint: 'google_ion/google_ion/sapphire/sapphire:1
.5/CRB43/148830:user/adp,test-keys'
I/DEBUG ( 325): pid: 445, tid: 445 >>> com.android.settings <<<
I/DEBUG ( 325): signal 4 (SIGILL), fault addr ad494ce8
I/DEBUG ( 325): r0 bef87f00 r1 bef87ee0 r2 00000000 r3 00000002
I/DEBUG ( 325): r4 001a78c4 r5 fff8df51 r6 ad4abbf8 r7 bef87778
I/DEBUG ( 325): r8 bef88124 r9 bef88124 10 ad4abdd0 fp ad4abdd0
I/DEBUG ( 325): ip ad4abf20 sp bef87698 lr ad496e3d pc ad494ce8 cpsr 800
00030
I/DEBUG ( 325): #00 pc 00094ce8 /system/lib/libicui18n.so
I/DEBUG ( 325): #01 lr ad496e3d /system/lib/libicui18n.so
I/DEBUG ( 325): stack:
I/DEBUG ( 325): bef87658 afe39dd0
I/DEBUG ( 325): bef8765c bef88124 [stack]
I/DEBUG ( 325): bef87660 ad4abdd0
I/DEBUG ( 325): bef87664 00000000
I/DEBUG ( 325): bef87668 bef87f00 [stack]
I/DEBUG ( 325): bef8766c 00000003
I/DEBUG ( 325): bef87670 001a78c4 [heap]
I/DEBUG ( 325): bef87674 ad533619 /system/lib/libicuuc.so
I/DEBUG ( 325): bef87678 00000000
I/DEBUG ( 325): bef8767c 00000000
I/DEBUG ( 325): bef87680 001a78a0 [heap]
I/DEBUG ( 325): bef87684 001a78c4 [heap]
I/DEBUG ( 325): bef87688 ad53a4a5 /system/lib/libicuuc.so
I/DEBUG ( 325): bef8768c 001a78c4 [heap]
I/DEBUG ( 325): bef87690 df002777
I/DEBUG ( 325): bef87694 e3a070ad
I/DEBUG ( 325): #00 bef87698 bef88124 [stack]
I/DEBUG ( 325): bef8769c 00000000
I/DEBUG ( 325): bef876a0 00000000
I/DEBUG ( 325): bef876a4 00000000
I/DEBUG ( 325): bef876a8 ffffffff
I/DEBUG ( 325): bef876ac 00000000
I/DEBUG ( 325): bef876b0 00000000
I/DEBUG ( 325): bef876b4 00000000
I/DEBUG ( 325): bef876b8 00000000
I/DEBUG ( 325): bef876bc 00000000
I/DEBUG ( 325): bef876c0 00000000
I/DEBUG ( 325): bef876c4 00000000
I/DEBUG ( 325): bef876c8 00000000
I/DEBUG ( 325): bef876cc 00000000
I/DEBUG ( 325): bef876d0 00000000
I/DEBUG ( 325): bef876d4 bef87c78 [stack]
I/DEBUG ( 325): bef876d8 000005b8
I/DEBUG ( 325): bef876dc 00000000
I/ActivityManager( 56): Process com.android.settings (pid 445) has died.
D/Zygote ( 34): Process 445 terminated by signal (4)
W/InputManagerService( 56): Window already focused, ignoring focus gain of: co
[email protected]
I/ActivityManager( 56): Displayed activity com.android.setupwizard/.CloseAndLa
unchActivity: 117600 ms
If anyone has any idea what I'm doing wrong can they please inform me. Is my phone faulty? Everything else appears to be working fine. The flash completes without errors and the phone boots into a usable state with all hardware functioning fine.
nk02's ROM is unusable as I cannot get past the setup wizard. It just respawns if I kill it.
I'd love to get this sorted as my phone is useless at the moment
Just had a similar issue with SuperD v1.8. Browser and market would crash on startup. Library file /system/lib/libwebcore.so was causing it due to corruption during rom flashing. Not sure why this suddenly started to happen but if you check the file size it is correct, but the md5sum will differ from one extracted from the rom zip file. I pushed the extracted library to /system/lib and it fixed the issue. Of course you have to do this with /system mounted r/w.
The only thing I can think of is the recovery image is causing it since unzipping this file on my linux box produces a working library. Unzipping from recovery produces a corrupt file.
Just had a similar issue with SuperD v1.8. Browser and market would crash on startup. Library file /system/lib/libwebcore.so was causing it due to corruption during rom flashing. Not sure why this suddenly started to happen but if you check the file size it is correct, but the md5sum will differ from one extracted from the rom zip file. I pushed the extracted library to /system/lib and it fixed the issue. Of course you have to do this with /system mounted r/w.
The only thing I can think of is the recovery image is causing it since unzipping this file on my linux box produces a working library. Unzipping from recovery produces a corrupt file.
tmusall said:
Just had a similar issue with SuperD v1.8. Browser and market would crash on startup. Library file /system/lib/libwebcore.so was causing it due to corruption during rom flashing. Not sure why this suddenly started to happen but if you check the file size it is correct, but the md5sum will differ from one extracted from the rom zip file. I pushed the extracted library to /system/lib and it fixed the issue. Of course you have to do this with /system mounted r/w.
The only thing I can think of is the recovery image is causing it since unzipping this file on my linux box produces a working library. Unzipping from recovery produces a corrupt file.
Click to expand...
Click to collapse
Here's what I tried:
Using fastboot erase the recovery partition. Again from fastboot flash recovery-RA-sapphire-v1.5.2G.img. This is for a myTouch 3G, so if you've got a G1 use the proper recovery image. Reboot.
Reboot into recovery and flashed rom NexusSuperD18.zip.
From adb shell:
md5sum of /system/lib/libwebcore.so - 96a7cef79de087111c84c76f50353b18 (Correct checksum)
Reboot and let rom initialize. Fire up Browser and is still crashes!
Reboot back to recovery and check md5sum again:
/system/lib # md5sum libwebcore.so
03e1950b02dd5fb1f00750065aea66d1 libwebcore.so (WRONG!)
Something during first boot initialization has corrupted this library. I've got no idea what is causing this, but for now the only way to get it working is to push a good library in its place.

Problem with Ace Hack Kit

I've rooted mine and and another Inspire 4g without a problem. Now with my sisters phone, I rooted with the ace hack kit it boots the HTC splash screen and then slowly fades off to a black screen even when trying to boot into recovery from the fastboot menu.
Using Ubuntu 11.10, have with the other phones.
No idea where to go from here.
Sent from my HTC Inspire 4G using xda premium
lay012 said:
I've rooted mine and and another Inspire 4g without a problem. Now with my sisters phone, I rooted with the ace hack kit it boots the HTC splash screen and then slowly fades off to a black screen even when trying to boot into recovery from the fastboot menu.
Using Ubuntu 11.10, have with the other phones.
No idea where to go from here.
Sent from my HTC Inspire 4G using xda premium
Click to expand...
Click to collapse
Lay, that is covered in the manual...anyway, something might have interrupted the process. Check this, boot into hboot and check if you are already s-off. If you are, then you can flash a recovery img and flash a custom rom. If you are still s-on, then try running the Kit again from that black screen...
if you are still stuck then hit the IRC Channel in the manual and we will lend you a hand.
I've read the manual. S-ON... I should have looked and seen if I was before I posted this.. noob move. That's why I couldn't use the PD98IMG.zip in hboot
Edit: Also, if I use the Hack Kit again I get 'Error detecting HTC phone on USB connection
Hit any key to continue'
Sent from my HTC Inspire 4G using xda premium
lay012 said:
I've read the manual. S-ON... I should have looked and seen if I was before I posted this.. noob move. That's why I couldn't use the PD98IMG.zip in hboot
Edit: Also, if I use the Hack Kit again I get 'Error detecting HTC phone on USB connection
Hit any key to continue'
Sent from my HTC Inspire 4G using xda premium
Click to expand...
Click to collapse
Lay, get to the IRC channel....have you factory reseted the phone?
Tired from hboot, still loading the HTC splash screen then slowly fading to black.
I'm in the IRC, first time. Not sure how to use it... lol
Sent from my HTC Inspire 4G using xda premium
I think I'm having the same issue. My phone is a stock Inspire from AT&T running version 2.47.502.7. I ran the AAHK for the first time and it appeared to complete successfully. However, my phone was stuck at the white HTC screen at that point. I rebooted to the bootloader screen and it still showed S-ON. I've tried rerunning the Hack Kit several times but it puts out a bunch of errors.
Here is the info from the bootloader screen:
ACE PVT SHIP S-ON RL
HBOOT-0.85.0024
MICROP-0438
RADIO-26.03.02.26_M
eMMC-boot
Apr 12, 2011,00:55:45
(This info is exactly the same as stock prior to running the Hack Kit for the first time.)
I also ran adb logcat while stuck at the white screen and it appears the phone crashing in a loop:
Code:
D/AndroidRuntime( 1344):
D/AndroidRuntime( 1344): >>>>>> AndroidRuntime START com.android.internal.os.Zyg
oteInit <<<<<<
D/AndroidRuntime( 1344): CheckJNI is OFF
D/dalvikvm( 1344): creating instr width table
I/dalvikvm( 1344): mlock: /system/framework/core.odex, fd=12
I/dalvikvm( 1344): mlock(1113939968, 4845544), fd=12
I/dalvikvm( 1344): DexOpt: Some deps went away
E/dalvikvm( 1344): /system/framework/ext.jar odex has stale dependencies
I/dalvikvm( 1344): Zip is good, but no classes.dex inside, and no valid .odex fi
le in the same directory
I/DEBUG ( 1220): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *
**
I/DEBUG ( 1220): Build fingerprint: 'cingular_us/htc_ace/ace:2.3.3/GRI40/93396
:user/release-keys'
I/DEBUG ( 1220): pid: 1344, tid: 1344 >>> zygote <<<
I/DEBUG ( 1220): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadbaa
d
I/DEBUG ( 1220): r0 00000027 r1 deadbaad r2 00000000 r3 00000000
I/DEBUG ( 1220): r4 00000000 r5 00000000 r6 00026588 r7 0000a000
I/DEBUG ( 1220): r8 8008edec r9 00000000 10 00000000 fp 00016ec8
I/DEBUG ( 1220): ip ffffffff sp bebc03f0 lr afd15dad pc afd15dd8 cpsr 600
00030
I/DEBUG ( 1220): d0 6472656767756265 d1 66207865646f2e20
I/DEBUG ( 1220): d2 74206e6920656c69 d3 20656d6173206568
I/DEBUG ( 1220): d4 6f632f6b726f7765 d5 64616c6163732e6d
I/DEBUG ( 1220): d6 532e6c6974752e6f d7 74556f64616c6163
I/DEBUG ( 1220): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 1220): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 1220): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 1220): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 1220): d16 0000000000000000 d17 0000000000000000
I/DEBUG ( 1220): d18 0000000000000000 d19 0000000000000000
I/DEBUG ( 1220): d20 0000000000000000 d21 0000000000000000
I/DEBUG ( 1220): d22 0000000000000000 d23 0000000000000000
I/DEBUG ( 1220): d24 0000000000000000 d25 0000000000000000
I/DEBUG ( 1220): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 1220): d28 0000000000000000 d29 0000000000000000
I/DEBUG ( 1220): d30 0000000000000000 d31 0000000000000000
I/DEBUG ( 1220): scr 00000000
I/DEBUG ( 1220):
I/DEBUG ( 1220): #00 pc 00015dd8 /system/lib/libc.so
I/DEBUG ( 1220): #01 pc 00013744 /system/lib/libc.so
I/DEBUG ( 1220): #02 pc 0001460a /system/lib/libc.so
I/DEBUG ( 1220): #03 pc 0004e8f2 /system/lib/libdvm.so
I/DEBUG ( 1220):
I/DEBUG ( 1220): code around pc:
I/DEBUG ( 1220): afd15db8 2c006824 e028d1fb b13368db c064f8df
I/DEBUG ( 1220): afd15dc8 44fc2401 4000f8cc 49124798 25002027
I/DEBUG ( 1220): afd15dd8 f7f57008 2106ec7a edd6f7f6 460aa901
I/DEBUG ( 1220): afd15de8 f04f2006 95015380 95029303 e93cf7f6
I/DEBUG ( 1220): afd15df8 462aa905 f7f62002 f7f5e948 2106ec66
I/DEBUG ( 1220):
I/DEBUG ( 1220): code around lr:
I/DEBUG ( 1220): afd15d8c ad052204 4628680c 31fff04f e8def7f7
I/DEBUG ( 1220): afd15d9c 6084f46f 90054629 20022200 e972f7f6
I/DEBUG ( 1220): afd15dac 447b4b1e b973681b 4623b16c 2c006824
I/DEBUG ( 1220): afd15dbc e028d1fb b13368db c064f8df 44fc2401
I/DEBUG ( 1220): afd15dcc 4000f8cc 49124798 25002027 f7f57008
I/DEBUG ( 1220):
I/DEBUG ( 1220): stack:
I/DEBUG ( 1220): bebc03b0 000265b0
I/DEBUG ( 1220): bebc03b4 afd1460d /system/lib/libc.so
I/DEBUG ( 1220): bebc03b8 000265b0
I/DEBUG ( 1220): bebc03bc 8005c845 /system/lib/libdvm.so
I/DEBUG ( 1220): bebc03c0 00000000
I/DEBUG ( 1220): bebc03c4 bebc0464
I/DEBUG ( 1220): bebc03c8 0000007d
I/DEBUG ( 1220): bebc03cc afd1462d /system/lib/libc.so
I/DEBUG ( 1220): bebc03d0 00000000
I/DEBUG ( 1220): bebc03d4 000265c0
I/DEBUG ( 1220): bebc03d8 bebc0404
I/DEBUG ( 1220): bebc03dc 40010000
I/DEBUG ( 1220): bebc03e0 bebc0404
I/DEBUG ( 1220): bebc03e4 00026588
I/DEBUG ( 1220): bebc03e8 df002777
I/DEBUG ( 1220): bebc03ec e3a070ad
I/DEBUG ( 1220): #00 bebc03f0 00000000
I/DEBUG ( 1220): bebc03f4 00000a80
I/DEBUG ( 1220): bebc03f8 00000000
I/DEBUG ( 1220): bebc03fc ffffffff
I/DEBUG ( 1220): bebc0400 00026588
I/DEBUG ( 1220): bebc0404 fffffbdf
I/DEBUG ( 1220): bebc0408 8008edec /system/lib/libdvm.so
I/DEBUG ( 1220): bebc040c afd46568
I/DEBUG ( 1220): bebc0410 ffffffff
I/DEBUG ( 1220): bebc0414 afd13749 /system/lib/libc.so
I/DEBUG ( 1220): #01 bebc0418 00000000
I/DEBUG ( 1220): bebc041c ffffffff
I/DEBUG ( 1220): bebc0420 ffffffff
I/DEBUG ( 1220): bebc0424 00000000
I/DEBUG ( 1220): bebc0428 8008edec /system/lib/libdvm.so
I/DEBUG ( 1220): bebc042c afd1460d /system/lib/libc.so
...
Update: If I select RECOVERY from the bootloader, I get to the ClockworkMod Recovery menu screen.
Hooray! I was able to recover my phone using the RUU method in this guide:
[Guide] Stuck on White Screen/Hboot Read This
bozobuttz said:
Hooray! I was able to recover my phone using the RUU method in this guide:
[Guide] Stuck on White Screen/Hboot Read This
Click to expand...
Click to collapse
I Had the fade to black issue on the inspire i recently got, i spent hours trying to fix it, i tried using RUU but it would always fail with unknown error, it drove me crazy.
I found out eventually RUU wouldn't work because i "unlocked" the bootloader, once it was "re-locked" i was able to restore it with RUU.
It was a few days ago and it was like 2 am when i finally got it fixed so i am not 100% sure if i had to re-lock or unlock it , but it think re-locking it was what i did to get RUU to work.
Moved to Q & A section.
Sent from my Galaxy Nexus using Tapatalk 2
efrant said:
Moved to Q & A section.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Slow night?
Edit: my bad. Just noticed the previous post to yours was done today. For a moment I thought you were going through all the old posts.
Sent from a dream.
downgrade
If your inspire is running something newer than android 2.3 you need to downgrade before flashing. thats if you use the AAHK
The AAHK is really easy after that. The hardest part after rooting was deciding on what ROM to flash
need help
... hi i am stuck at 'fade to black' screen. My phone is s-off. Plz guide me how to bring it back to life. I was rooting it with Ace Hack Kit ...
chetansaraf said:
... hi i am stuck at 'fade to black' screen. My phone is s-off. Plz guide me how to bring it back to life. I was rooting it with Ace Hack Kit ...
Click to expand...
Click to collapse
Where you s off when you started?
Sent from my Inspire 4G using xda premium
Gizmoe said:
Where you s off when you started?
Sent from my Inspire 4G using xda premium
Click to expand...
Click to collapse
... yes sir it was, n thnx alot for quick reply ...
chetansaraf said:
... yes sir it was, n thnx alot for quick reply ...
Click to expand...
Click to collapse
Np. Since you are s off the kit will hang up. It's only for obtaining s off. You need to install a rooted Rom for root or use dsixda kitchen to root a non rooted Rom. Just pull battery. Enter recovery through hboot and then flash a rooted Rom.
Sent from my Inspire 4G using xda premium
Gizmoe said:
Np. Since you are s off the kit will hang up. It's only for obtaining s off. You need to install a rooted Rom for root or use dsixda kitchen to root a non rooted Rom. Just pull battery. Enter recovery through hboot and then flash a rooted Rom.
Sent from my Inspire 4G using xda premium
Click to expand...
Click to collapse
... i have already tried that but same happens with recovery as well, i mean 'fade to black' ...
chetansaraf said:
... i have already tried that but same happens with recovery as well, i mean 'fade to black' ...
Click to expand...
Click to collapse
From the black screen use adb to send the "adb reboot recovery" command. If that doesn't work then install a factory ruu from fastboot via pc. Then use hack kit option menu to flash recovery.
Sent from my Inspire 4G using xda premium
Gizmoe said:
From the black screen use adb to send the "adb reboot recovery" command. If that doesn't work then install a factory ruu from fastboot via pc. Then use hack kit option menu to flash recovery.
Sent from my Inspire 4G using xda premium
Click to expand...
Click to collapse
... http://hotfile.com/dl/145185005/5a1...04.03_M_release_200368_signed.exe.htmlLoading. sir if u r talkin aboubt this file then i have downloaded it. If some other file, kindly give me link and shud i simply run it on pc while phone in fastboot ??? And after this process, i think phone will be bak with stock rom ??? ...
chetansaraf said:
... http://hotfile.com/dl/145185005/5a1...04.03_M_release_200368_signed.exe.htmlLoading. sir if u r talkin aboubt this file then i have downloaded it. If some other file, kindly give me link and shud i simply run it on pc while phone in fastboot ??? And after this process, i think phone will be bak with stock rom ??? ...
Click to expand...
Click to collapse
Yes run that if you can't use adb to reboot recovery. Your boot.IMG got messed so installing the ruu will put you back to stock and also fix your boot.IMG. You will still be s off. From there all you would need to do is enable USB debugging on phone and use Aahk option menu to flash custom recovery. Then use recovery to install any Rom you choose.
Sent from my Inspire 4G using xda premium
---------- Post added at 01:17 PM ---------- Previous post was at 01:16 PM ----------
And yes run the ruu from fastboot within bootloader.
Sent from my Inspire 4G using xda premium

[ROM] [DEV] [JB] VanillaBean - 4.1.1 - v0.4 Beta [8/13/2012]

VanillaBean JB built from stock and CM10 source
This ROM is deprecated, use JellyBeanDS
This rom is still in major development
Source
If you ask for an ETA, I will find you ​
* means check for more information
Reporting logcats aren't mandatory but are helpful
Not Working:
Camcorder & FFC
Soft keyboard and HW keyboard auto rotation
You tell me!
How to install:
Downloads and More information
Gapps
Wipe Cache, and Dalvik Cache (If first boot wipe data too)
Flash rom and let it sit for 5 mins
Disable HW overlay in Settings/Development
Make it your own!
Here is an optional flashable fir the A5 kernel for JB
Community help is appreciated!
More information:
Front facing buttons are working but shut off randomly (minor)
Changelog as of August 13:
Fixed Sound
Fixed Camera
Broke soft keyboard and Hw rotation when keyboard is out
Updated to latest Adreno JB libs to fix UI bugs
Now using a very very early build of WildKernel (v3.0.36 from julyish)
CMX bootanimation (from Sensation)
Upstream changes from CM
Changelog as of July 25:
Fixed Data (Set default APN)
Fixed Wifi
Fixed Notification Leds
Fixed front facing button lights (for the most part)
Fixed Sensors properly (Fixpack 2)
Update SU
Upstream changes from CM
updated to the latest compiled TeamDS 3.0.3.6 kernel
Changelog as of July 21:
Fixed sdcard
Fixed Charging
Fixed Radio
Fixed Hw rotation when keyboard is out
Ramdisk changes
Fixed Launcher (Fixpack 1)
Probably forgot something
This is a DEV thread so please only discuss dev-related topics
Thanks:
Dillalade
Bruce2728
intervigilium
ognimnella
TeamDS
Cm team
rmcc
cretin45
nbetcher
Code:
Latest Logcat UPDATED 7/17/12
Error from logcat that I'm working on
Code:
E/AudioFlinger( 1572): int android::load_audio_interface(char const*, audio_hw_device_t**) wrong audio hw device version 0000
I/AudioFlinger( 1572): loadHwModule() error -22 loading module primary
E/AudioFlinger( 1572): int android::load_audio_interface(char const*, audio_hw_device_t**) wrong audio hw device version 0000
I/AudioFlinger( 1572): loadHwModule() error -22 loading module a2dp
E/AudioFlinger( 1572): int android::load_audio_interface(char const*, audio_hw_device_t**) couldn't load audio hw module audio.usb (No such file or directory)
I/AudioFlinger( 1572): loadHwModule() error -2 loading module usb
E/AudioPolicyManagerBase( 1572): Failed to initialize hardware output stream, samplingRate: 0, format 0, channels 0
E/AudioPolicyService( 1572): couldn't init_check the audio policy (No such device)
W/AudioSystem( 342): AudioPolicyService not published, waiting...
W/ProcessStats( 342): Skipping unknown process pid 1591
W/AudioPolicyManager( 1572): getInput() invalid input source 9
Which leads to
Code:
F/libc ( 1572): Fatal signal 11 (SIGSEGV) at 0xfffffff4 (code=1), thread 1596 (Binder_3)
I/DEBUG ( 1540): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 1540): Build fingerprint: 'tmous/htc_doubleshot/doubleshot:4.0.3/IML74K/356011.14:user/release-keys'
I/DEBUG ( 1540): pid: 1572, tid: 1596, name: Binder_3 >>> /system/bin/mediaserver <<<
I/DEBUG ( 1540): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr fffffff4
I/DEBUG ( 1540): r0 fffffff4 r1 00000004 r2 00000000 r3 416e2c44
I/DEBUG ( 1540): r4 41239338 r5 00000000 r6 00000000 r7 00000000
I/DEBUG ( 1540): r8 416e2dd4 r9 00000624 sl 400faae4 fp 00100000
I/DEBUG ( 1540): ip 40fac5d8 sp 416e2c40 lr 40fa57d3 pc 40fa8648 cpsr 00000030
I/DEBUG ( 1540): d0 0000000000000000 d1 0000000000000000
I/DEBUG ( 1540): d2 000003e800000000 d3 0000000000000008
I/DEBUG ( 1540): d4 78302c463378302c d5 2c303078302c3030
I/DEBUG ( 1540): d6 4478302c30307830 d7 302c303078302c36
I/DEBUG ( 1540): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 1540): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 1540): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 1540): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 1540): d16 6563726f46746573 d17 7375202928657355
I/DEBUG ( 1540): d18 2c303078302c3030 d19 4178302c41307830
I/DEBUG ( 1540): d20 302c303078302c38 d21 303078302c304378
I/DEBUG ( 1540): d22 78302c303078302c d23 0d323078302c3030
I/DEBUG ( 1540): d24 0000000000000000 d25 0000000000000000
I/DEBUG ( 1540): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 1540): d28 0000000000000000 d29 0000000000000000
I/DEBUG ( 1540): d30 0000000000000000 d31 0000000000000000
I/DEBUG ( 1540): scr 00000010
I/DEBUG ( 1540):
I/DEBUG ( 1540): backtrace:
I/DEBUG ( 1540): #00 pc 00009648 /system/lib/hw/audio_policy.msm8660.so (android_audio_legacy::AudioPolicyManagerBase::getNewDevice(int, bool)+23)
I/DEBUG ( 1540): #01 pc 000074cb /system/lib/hw/audio_policy.msm8660.so (android_audio_legacy::AudioPolicyManager::setForceUse(android_audio_legacy::AudioSystem::force_use, android_audio_legacy::AudioSystem::forced_config)+286)
I/DEBUG ( 1540): #02 pc 00007ebf /system/lib/hw/audio_policy.msm8660.so
I/DEBUG ( 1540): #03 pc 0003bcfd /system/lib/libaudioflinger.so (android::AudioPolicyService::setForceUse(audio_policy_force_use_t, audio_policy_forced_cfg_t)+48)
I/DEBUG ( 1540): #04 pc 000494c5 /system/lib/libmedia.so (android::BnAudioPolicyService::onTransact(unsigned int, android::Parcel const&, android::Parcel*, unsigned int)+172)
I/DEBUG ( 1540): #05 pc 000143c9 /system/lib/libbinder.so (android::BBinder::transact(unsigned int, android::Parcel const&, android::Parcel*, unsigned int)+60)
I/DEBUG ( 1540): #06 pc 00016fe1 /system/lib/libbinder.so (android::IPCThreadState::executeCommand(int)+520)
I/DEBUG ( 1540): #07 pc 00017409 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+184)
I/DEBUG ( 1540): #08 pc 0001b1a9 /system/lib/libbinder.so
I/DEBUG ( 1540): #09 pc 00010f4b /system/lib/libutils.so (android::Thread::_threadLoop(void*)+114)
I/DEBUG ( 1540): #10 pc 00010ab1 /system/lib/libutils.so
I/DEBUG ( 1540): #11 pc 000130f4 /system/lib/libc.so (__thread_entry+48)
I/DEBUG ( 1540): #12 pc 00012850 /system/lib/libc.so (pthread_create+180)
I/DEBUG ( 1540):
I/DEBUG ( 1540): stack:
I/DEBUG ( 1540): 416e2c00 40ada738
I/DEBUG ( 1540): 416e2c04 41238d58 [heap]
I/DEBUG ( 1540): 416e2c08 416e2c44
I/DEBUG ( 1540): 416e2c0c 4123934c [heap]
I/DEBUG ( 1540): 416e2c10 00000000
I/DEBUG ( 1540): 416e2c14 00000000
I/DEBUG ( 1540): 416e2c18 00000000
I/DEBUG ( 1540): 416e2c1c 416e2dd4
I/DEBUG ( 1540): 416e2c20 00000624
I/DEBUG ( 1540): 416e2c24 400faae4
I/DEBUG ( 1540): 416e2c28 00100000
I/DEBUG ( 1540): 416e2c2c 40fa57d3 /system/lib/hw/audio_policy.msm8660.so
I/DEBUG ( 1540): 416e2c30 00000000
I/DEBUG ( 1540): 416e2c34 416e2c44
I/DEBUG ( 1540): 416e2c38 df0027ad
I/DEBUG ( 1540): 416e2c3c 00000000
I/DEBUG ( 1540): #00 416e2c40 41239338 [heap]
I/DEBUG ( 1540): 416e2c44 00000000
I/DEBUG ( 1540): 416e2c48 00000000
I/DEBUG ( 1540): 416e2c4c 00000000
I/DEBUG ( 1540): 416e2c50 41239338 [heap]
I/DEBUG ( 1540): 416e2c54 00000000
I/DEBUG ( 1540): 416e2c58 00000000
I/DEBUG ( 1540): 416e2c5c 40fa64cf /system/lib/hw/audio_policy.msm8660.so (android_audio_legacy::AudioPolicyManager::setForceUse(android_audio_legacy::AudioSystem::force_use, android_audio_legacy::AudioSystem::forced_config)+290)
I/DEBUG ( 1540): #01 416e2c60 00000000
I/DEBUG ( 1540): 416e2c64 00000000
I/DEBUG ( 1540): 416e2c68 00000000
I/DEBUG ( 1540): 416e2c6c 41238fc8 [heap]
I/DEBUG ( 1540): 416e2c70 00000000
I/DEBUG ( 1540): 416e2c74 00000000
I/DEBUG ( 1540): 416e2c78 00000000
I/DEBUG ( 1540): 416e2c7c 40fa6ec1 /system/lib/hw/audio_policy.msm8660.so
I/DEBUG ( 1540): #02 416e2c80 41238fc8 [heap]
I/DEBUG ( 1540): 416e2c84 4009fcff /system/lib/libaudioflinger.so (android::AudioPolicyService::setForceUse(audio_policy_force_use_t, audio_policy_forced_cfg_t)+50)
I/DEBUG ( 1540):
I/DEBUG ( 1540): memory near r3:
I/DEBUG ( 1540): 416e2c24 400faae4 00100000 40fa57d3 00000000 [email protected]@....
I/DEBUG ( 1540): 416e2c34 416e2c44 df0027ad 00000000 41239338 D,nA.'......8.#A
I/DEBUG ( 1540): 416e2c44 00000000 00000000 00000000 41239338 ............8.#A
I/DEBUG ( 1540): 416e2c54 00000000 00000000 40fa64cf 00000000 [email protected]
I/DEBUG ( 1540): 416e2c64 00000000 00000000 41238fc8 00000000 ..........#A....
I/DEBUG ( 1540):
I/DEBUG ( 1540): memory near r4:
I/DEBUG ( 1540): 41239318 40fa706d 40fa707d 40fa708d 41238fc8 [email protected]}[email protected]@..#A
I/DEBUG ( 1540): 41239328 400b0000 41237580 41239338 000001f3 [email protected]#A8.#A....
I/DEBUG ( 1540): 41239338 40fac090 41237580 00000000 00000000 [email protected]#A........
I/DEBUG ( 1540): 41239348 00000000 40fac298 00000000 00000000 [email protected]
I/DEBUG ( 1540): 41239358 00000007 00000008 40fac228 00000000 ........([email protected]
I/DEBUG ( 1540):
I/DEBUG ( 1540): memory near r8:
I/DEBUG ( 1540): 416e2db4 4016ffe3 00000010 4016faed 40ad7d60 [email protected]@`}[email protected]
I/DEBUG ( 1540): 416e2dc4 00000000 00000000 00000000 41238fcc ..............#A
I/DEBUG ( 1540): 416e2dd4 00000000 40b79028 00000054 00000054 ....([email protected]
I/DEBUG ( 1540): 416e2de4 00000054 40b7907c 00000000 00000000 T...|[email protected]
I/DEBUG ( 1540): 416e2df4 00000000 00010001 4016faed 40ad7d60 [email protected]`}[email protected]
I/DEBUG ( 1540):
I/DEBUG ( 1540): memory near sl:
I/DEBUG ( 1540): 400faac4 00000000 00000000 00000000 00000000 ................
I/DEBUG ( 1540): 400faad4 00000000 00000000 00000000 00000000 ................
I/DEBUG ( 1540): 400faae4 3da25868 00000000 00000000 00000000 hX.=............
I/DEBUG ( 1540): 400faaf4 00000000 00000000 00000000 00000000 ................
I/DEBUG ( 1540): 400fab04 00000000 00000000 00000000 00000000 ................
I/DEBUG ( 1540):
I/DEBUG ( 1540): memory near fp:
I/DEBUG ( 1540): 000fffe0 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 1540): 000ffff0 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 1540): 00100000 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 1540): 00100010 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 1540): 00100020 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 1540):
I/DEBUG ( 1540): memory near ip:
I/DEBUG ( 1540): 40fac5b8 40fac290 40fac390 00000000 00000000 [email protected]@........
I/DEBUG ( 1540): 40fac5c8 00000000 40001907 4004f5f1 4018c64f [email protected]@[email protected]
I/DEBUG ( 1540): 40fac5d8 4018f037 4018c51d 4018ef9d 4018c53d [email protected]@[email protected][email protected]
I/DEBUG ( 1540): 40fac5e8 400bf6d0 4018c52b 4018eac9 4018e9f1 [email protected][email protected]@[email protected]
I/DEBUG ( 1540): 40fac5f8 400c106c 400cbb39 400018f9 4018dff1 [email protected]@[email protected]@
I/DEBUG ( 1540):
I/DEBUG ( 1540): memory near sp:
I/DEBUG ( 1540): 416e2c20 00000624 400faae4 00100000 40fa57d3 [email protected]@
I/DEBUG ( 1540): 416e2c30 00000000 416e2c44 df0027ad 00000000 ....D,nA.'......
I/DEBUG ( 1540): 416e2c40 41239338 00000000 00000000 00000000 8.#A............
I/DEBUG ( 1540): 416e2c50 41239338 00000000 00000000 40fa64cf 8.#[email protected]
I/DEBUG ( 1540): 416e2c60 00000000 00000000 00000000 41238fc8 ..............#A
I/DEBUG ( 1540):
I/DEBUG ( 1540): code around pc:
I/DEBUG ( 1540): 40fa8628 7ae147ae 3fefae14 ab02b5f7 f1004604 .G.z...?.....F..
I/DEBUG ( 1540): 40fa8638 f8430014 46191d04 f7fd4615 2104f8bd ..C....F.F.....!
I/DEBUG ( 1540): 40fa8648 46306806 fd78f7ff b1206823 3084f8d3 .h0F..x.#h ....0
I/DEBUG ( 1540): 40fa8658 21044620 f8d3e02b 4620109c b9284788 F.!+..... F.G(.
I/DEBUG ( 1540): 40fa8668 21014630 fd68f7ff d0232800 21016820 0F.!..h..(#. h.!
I/DEBUG ( 1540):
I/DEBUG ( 1540): code around lr:
I/DEBUG ( 1540): 40fa57b0 f7ff4620 3408ee1c d1f52d00 bf00bd70 F.....4.-..p...
I/DEBUG ( 1540): 40fa57c0 680ab513 4604a902 2d08f841 f7ff4669 ...h...FA..-iF..
I/DEBUG ( 1540): 40fa57d0 6863ee14 00c0eb03 bd1c3004 00000000 ..ch.....0......
I/DEBUG ( 1540): 40fa57e0 47f0e92d 8b04ed2d 460cb088 f100a908 -..G-......F....
I/DEBUG ( 1540): 40fa57f0 46050614 3d04f841 46924630 8054f8dd ...FA..=0F.F..T.
I/DEBUG ( 1540):
I/DEBUG ( 1540): memory map around fault addr fffffff4:
I/DEBUG ( 1540): ffff0000-ffff1000 [vectors]
I/DEBUG ( 1540): (no map for address)
I/DEBUG ( 1540): (no map above)
Latest Dmesg UPDATED 7/17/12
Fixes
Fixpack #2 (7/25/12)
xmc wildchild22 said:
Here is fixpack #2 to fix the sensors, auto rotations etc. The new boot.img also includes ramdisk edits to get closer at a fix for wifi. This is also included the latest compiled 3.0.3.6 kernel by TeamDS. (So this means button lights, proximity, and rotation.)
Thanks to Dillalade for early testing
Click to expand...
Click to collapse
Fixpack #1 (7/15/12)
xmc wildchild22 said:
Please use this fixpack to fix the Launcher. Now you can download the jellybean Gapps also
Click to expand...
Click to collapse
Recognize.
Hastily spouted for your befuddlement
Well, someone's certainly running for Most Valuable Developer...
Sent from my HTC MyTouch 4G Slide using xda premium
rorytmeadows said:
Well, someone's certainly running for Most Valuable Developer...
Sent from my HTC MyTouch 4G Slide using xda premium
Click to expand...
Click to collapse
lol I wish but TeamDS got that award some months back
xmc wildchild22 said:
lol I wish but TeamDS got that award some months back
Click to expand...
Click to collapse
You can certainly make a run if the news junkets pick up on the first stable JellyBean ROM outside of the Nexus...BAM!
Sent from my HTC MyTouch 4G Slide using xda premium
rorytmeadows said:
You can certainly make a run if the news junkets pick up on the first stable JellyBean ROM outside of the Nexus...BAM!
Sent from my HTC MyTouch 4G Slide using xda premium
Click to expand...
Click to collapse
definitely
Sent from my myTouch_4G_Slide using Tapatalk 2
Only 3 devices have working AOSP Jellybean. Let's beat the Sensation finally.
Sent from my myTouch_4G_Slide using Tapatalk 2
AgentCherryColla said:
Only 3 devices have working AOSP Jellybean. Let's beat the Sensation finally.
Sent from my myTouch_4G_Slide using Tapatalk 2
Click to expand...
Click to collapse
I'm sorry. All I read in your post was the word bounty.
I can just see the Engadget article now...Sensational title, passive aggressive attitude towards Android, unfaltering praise for the developer, all by some idiot iPhone-toting glorified blogger. Yeah, that sounds just about right.
Anyway, does JB natively have support for hard keyboards?
Sent from my Transformer Prime TF201
I got too excited seeing this thread.
Rooting for you xmc :thumbup:
Sent from my myTouch_4G_Slide using xda app-developers app
I was able to get a logcat working...I'll post a download (non booting) later today. Now I'll be able to see why this rom isn't booting
What's the ETA on this? Haha just kidding!
I'm excited for this. I'd love some Jelly Bean on the MT4G Slide. If you need anybody to do some testing, I would be more than willing to help out!
Sent from my myTouch_4G_Slide using xda app-developers app
You have come so far XMC.
Props dude.
Thanks for showing interest in the ever so smooth JellyBean
I was able to fix the error in recovery by using the ICS update-binary. I also had to change a little syntax for the wiping in the updater-script...no no more wrong permission errors in the logcat
Pre alpha released
Got this booting with a little building from source and porting expect DL tonight or tomorrow.
Wow, someone's on the move...
xmc wildchild22 said:
Got this booting with a little building from source and porting expect DL tonight or tomorrow.
Click to expand...
Click to collapse
For a temp launcher fix use
http://forum.xda-developers.com/showthread.php?p=25694240
It's Holo Launcher. Also Apex is said to work.
Also make sure to hit the submit thread as news thread below the display modes!!! Get XMC on the front page.
AgentCherryColla said:
Also make sure to hit the submit thread as news thread below the display modes!!! Get XMC on the front page.
Click to expand...
Click to collapse
Done Agent! XMC this is definitely newsworthy to us! And it deserves to be noticed by others as well. Any testing you need we're ready and willing!
Like i told you today-your a beast!-
from my HTC MyTouch 4G Slide running MikXE

[Completed] RILD crash while Integrating ZTE 3G modem for Custom board with Android

Hello all,
We have ported Android 4.4 (kitkat) version on a custom board with iMX6 processor and are successful in getting Android running on the custom board. Now, when tried to add support for 3G modem provided by ZTE, the rild daemon is crashing continuously there disabling the complete telephony.
Android service for rild in init.rc file is as below
service ril-daemon /system/bin/rild -l /system/lib/libreference-ril.so -- -d /dev/ttyUSB2
class main
socket rild stream 660 root radio
socket rild-debug stream 660 radio system
user root
group radio cache inet misc audio
The sockets are getting created with the specified permissions as specified in the init.rc but unfortunately rild daemon is crashing throwing segmentation fault (SIGSEGV). The core dump of the crash
F/libc ( 2810): Fatal signal 11 (SIGSEGV) at 0x0000000c (code=1), thread 2821 (rild)
I/DEBUG ( 2387): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 2387): Build fingerprint: 'HKI/indus_1012/i1012:4.4.2/1.0.0-rc3/20140630:user/dev-keys'
I/DEBUG ( 2387): Revision: '405525'
I/DEBUG ( 2387): pid: 2810, tid: 2821, name: rild >>> /system/bin/rild <<<
I/DEBUG ( 2387): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0000000c
I/DEBUG ( 2387): r0 0000000c r1 00000000 r2 00000011 r3 00000000
I/DEBUG ( 2387): r4 0000000c r5 00000000 r6 00000000 r7 4021909c
I/DEBUG ( 2387): r8 40219157 r9 4021d02c sl 402190fc fp 4021d028
I/DEBUG ( 2387): ip 4021cf00 sp 405f7cd8 lr 4015315d pc 4014f708 cpsr 200d0010
I/DEBUG ( 2387): d0 0000000000000000 d1 0000000000000000
I/DEBUG ( 2387): d2 0000000000000000 d3 0000000000000000
I/DEBUG ( 2387): d4 0000000000000000 d5 0000000000000000
I/DEBUG ( 2387): d6 0000000000000000 d7 0243d58000000000
I/DEBUG ( 2387): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 2387): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 2387): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 2387): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 2387): d16 41826b235ab851ec d17 3f50624dd2f1a9fc
I/DEBUG ( 2387): d18 41c2ab23a6000000 d19 0000000000000000
I/DEBUG ( 2387): d20 0000000000000000 d21 0000000000000000
I/DEBUG ( 2387): d22 0000000000000000 d23 0000000000000000
I/DEBUG ( 2387): d24 0000000000000000 d25 0000000000000000
I/DEBUG ( 2387): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 2387): d28 0000000000000000 d29 0000000000000000
I/DEBUG ( 2387): d30 0000000000000000 d31 0000000000000000
I/DEBUG ( 2387): scr 00000010
I/DEBUG ( 2387):
I/DEBUG ( 2387): backtrace:
I/DEBUG ( 2387): #00 pc 0000e708 /system/lib/libc.so
I/DEBUG ( 2387): #01 pc 00012159 /system/lib/libc.so (readdir+10)
I/DEBUG ( 2387): #02 pc 000026fd /system/lib/libreference-ril-mw3820.so
I/DEBUG ( 2387): #03 pc 00004069 /system/lib/libreference-ril-mw3820.so
I/DEBUG ( 2387): #04 pc 0000d248 /system/lib/libc.so (__thread_entry+72)
I/DEBUG ( 2387): #05 pc 0000d3e0 /system/lib/libc.so (pthread_create+240)
I/DEBUG ( 2387):
I/DEBUG ( 2387): stack:
I/DEBUG ( 2387): 405f7c98 00000000
I/DEBUG ( 2387): 405f7c9c 00000000
I/DEBUG ( 2387): 405f7ca0 00000000
I/DEBUG ( 2387): 405f7ca4 00000000
I/DEBUG ( 2387): 405f7ca8 00000000
libc.so is not getting loaded but libc.so and libreference-ril-mw3820.so are all available in the system/lib folder. and the contents of system.prop is
rild.libpath=/system/lib/libreference-ril-mw3820.so
rild.libargs=-d /dev/ttyUSB2
but still the above crash persists. Any help on this would be of great help.
Hello and thank you for using XDA Assist.
XDA Assist is for new users to receive guidance on how to navigate through XDA to find the information they seek.
It does not sound like you are an inexperienced user. Your best bet is to ask in the specific device forum or the main Android Q&A section.
We here at XDA Assist will never give you a technical answer.
Good Luck
Ragnar
EDIT 2DAYS NO REPLY. THREAD CLOSED.

[ROM][4.0.4] Unofficial LineageOS 9.0 20181029 [MTD][TWRP]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
/*
* I'm not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed (like it did for me...).
* Please do some research if you have any concerns about features included in the products you find here before flashing it!
* YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
* Your warranty will be void if you tamper with any part of your device / software.
* Same statement for XDA.
*/
LineageOS is a free, community built, aftermarket firmware distribution of Android 8 (oreo), which is designed to increase performance and reliability over stock Android for your device.
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit out Gerrit Code Review.
Downloads
ROM Download Link: https://www.androidfilehost.com/?w=files&flid=123858
Google Apps: http://www.androidfilehost.com/?fid=23501681358561026
Installation
- First time flashing LOS9 (coming from TouchWiz/Stock ROMs)?
Reboot into Recovery using 3-button-combo
Install TWRP Recovery
Reboot into new Recovery using 3-button-combo
WIPE (wipe data/factory reset + wipe cache partition + format /system partition)
Install the ROM from sdcard
Optionally install the Google Addon
Done!
- Upgrading/Downgrading from BML CM7/CM9/CM11?
Reboot into Recovery using 3-button-combo
Do a Nandroid Backup!
Install MTD ClockworkMod Recovery
Reboot into new Recovery using 3-button-combo
Install TWRP Recovery
Install the ROM from sdcard
Optionally install the Google Addon
Done!
- Downgrading from MTD CM11?
Reboot into Recovery using 3-button-combo
Do a Nandroid Backup!
WIPE (wipe data/factory reset + wipe cache partition + format /system partition)
Install the ROM from sdcard
Optionally install the Google Addon
Done!
- Upgrading from another build of MTD CM9/LOS9?
Reboot into Recovery using 3-button-combo
Do a Nandroid Backup!
Wipe always recommended but Optional.
Install the ROM from sdcard
Done!
Sources
https://github.com/LineageOS-ARMv6/android
https://github.com/LineageOS-ARMv6/android_device_samsung_totoro
https://github.com/LineageOS-ARMv6/android_device_samsung_bcm21553-common
https://github.com/LineageOS-ARMv6/android_kernel_samsung_bcm21553-common
Thanks
psyke83, Alberto96 and BroadcomCM team for device tree and kernel source.
Changlog:
20181029 Initial build of LineageOS 9.0
20181029 New charging animation
20180910 implement new audio driver
20161020 initial build
nice
are the bugs on this the same as the bieltv cm9
Good Job thanks ..
how to install your twrp?
Great job bro armv6 projects arent died yet
emeka1999 said:
are the bugs on this the same as the bieltv cm9
Click to expand...
Click to collapse
Feel faster, some bugs fixed and I will fix more.
jeffrey017 said:
Good Job thanks ..
how to install your twrp?
Click to expand...
Click to collapse
Flash over stock or cwm recovery.
raisul2010.5396 said:
Great job bro armv6 projects arent died yet
Click to expand...
Click to collapse
Good job for us bro ?
mohammad.afaneh said:
Feel faster, some bugs fixed and I will fix more.
Flash over stock or cwm recovery.
Good job for us bro
Click to expand...
Click to collapse
C:good:ant wait bro
Good work brother i tested and see some bugs fixed.
Continue this bug: video recording and without audio when call.
Thank you for continue working for do this rom daily usable.
What is BML and MTD? sorry i'm noob
chicken111 said:
What is BML and MTD? sorry i'm noob
Click to expand...
Click to collapse
here you can find the best answer
http://forum.xda-developers.com/showthread.php?t=1699506
mohammad.afaneh said:
here you can find the best answer
http://forum.xda-developers.com/showthread.php?t=1699506
Click to expand...
Click to collapse
My /system is yaffs2 which is MTD, right? I'm using cm11 rom.
chicken111 said:
My /system is yaffs2 which is MTD, right? I'm using cm11 rom.
Click to expand...
Click to collapse
Yes cm11 is mtd >> /system are yaffs2
Also my cm9
keep it up bro..dont give up..you can do it ??? i am happy someone still working and fixing for this device..
so excited!
Hi @psyke83 and @Alberto96 trying to merge cm11 audio into cm9 its compile fine but stucked in bootloop
here the log
I/DEBUG ( 1400): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 1400): Build fingerprint: 'Samsung/cm_totoro/totoro:4.0.4/IMM76L/eng.mohammad.20161024.121726:userdebug/test-keys'
I/DEBUG ( 1400): pid: 1664, tid: 1664 >>> /system/bin/mediaserver <<<
I/DEBUG ( 1400): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000
I/DEBUG ( 1400): r0 0000fb08 r1 00000000 r2 00000000 r3 0000fac4
I/DEBUG ( 1400): r4 0000f9d0 r5 0000fb08 r6 00000000 r7 00000000
I/DEBUG ( 1400): r8 00000000 r9 00000000 10 00000000 fp 00000000
I/DEBUG ( 1400): ip 00000000 sp bec2ab78 lr 40032dc1 pc 00000000 cpsr 00000010
I/DEBUG ( 1400): d0 0000000000000000 d1 0000000000000000
I/DEBUG ( 1400): d2 0000000000000000 d3 0000000000000000
I/DEBUG ( 1400): d4 0000000000000000 d5 41aff4bcd0000000
I/DEBUG ( 1400): d6 3f50624dd2f1a9fc d7 0000000001630ae2
I/DEBUG ( 1400): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 1400): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 1400): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 1400): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 1400): scr 00000010
I/DEBUG ( 1400):
I/DEBUG ( 1400): #00 pc 00000000
I/DEBUG ( 1400): #01 pc 00032dbe /system/lib/libaudioflinger.so (_ZN7android12AudioFlinger10onFirstRefEv)
I/DEBUG ( 1400): #02 pc 00033996 /system/lib/libaudioflinger.so (_ZTv0_n16_N7android12AudioFlinger10onFirstRefEv)
I/DEBUG ( 1400): #03 pc 0001b5ec /system/lib/libutils.so (_ZNK7android7RefBase9incStrongEPKv)
I/DEBUG ( 1400): #04 pc 0000897e /system/bin/mediaserver
I/DEBUG ( 1400): #05 pc 00018868 /system/lib/libc.so (__libc_init)
I/DEBUG ( 1400):
I/DEBUG ( 1400): code around pc:
I/DEBUG ( 1400): 00000000 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 1400): 00000010 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 1400): 00000020 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 1400): 00000030 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 1400): 00000040 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 1400):
I/DEBUG ( 1400): code around lr:
I/DEBUG ( 1400): 40032da0 6c6b1c28 1e074798 9803d115 e88cf7ee (.kl.G..........
I/DEBUG ( 1400): 40032db0 200b9b04 601f2100 1c2864e0 47906d2a ... .!.`.d(.*m.G
I/DEBUG ( 1400): 40032dc0 64e12107 6ceb1c28 05a925fe 64e74798 .!.d(..l.%...G.d
I/DEBUG ( 1400): 40032dd0 f7ee9803 3601e874 429e6c23 9805d3db ....t..6#l.B....
I/DEBUG ( 1400): 40032de0 e86cf7ee bdf0b00d 00008366 00005aca ..l.....f....Z..
I/DEBUG ( 1400):
I/DEBUG ( 1400): stack:
I/DEBUG ( 1400): bec2ab38 0000008c
I/DEBUG ( 1400): bec2ab3c 0000f9d0 [heap]
I/DEBUG ( 1400): bec2ab40 0000fa08 [heap]
I/DEBUG ( 1400): bec2ab44 00000001
I/DEBUG ( 1400): bec2ab48 00000001
I/DEBUG ( 1400): bec2ab4c 40117e27 /system/lib/libutils.so
I/DEBUG ( 1400): bec2ab50 bec2aba0 [stack]
I/DEBUG ( 1400): bec2ab54 bec2aba0 [stack]
I/DEBUG ( 1400): bec2ab58 0000f9d0 [heap]
I/DEBUG ( 1400): bec2ab5c 0000fb08 [heap]
I/DEBUG ( 1400): bec2ab60 00000000
I/DEBUG ( 1400): bec2ab64 00000000
I/DEBUG ( 1400): bec2ab68 00000000
I/DEBUG ( 1400): bec2ab6c 00000000
I/DEBUG ( 1400): bec2ab70 e3a070ad
I/DEBUG ( 1400): bec2ab74 ef9000ad
I/DEBUG ( 1400): #01 bec2ab78 40f78668 /system/lib/hw/audio.a2dp.default.so
I/DEBUG ( 1400): bec2ab7c 40f78662 /system/lib/hw/audio.a2dp.default.so
I/DEBUG ( 1400): bec2ab80 0000f9c4 [heap]
I/DEBUG ( 1400): bec2ab84 0000fa00 [heap]
I/DEBUG ( 1400): bec2ab88 0000fac4 [heap]
I/DEBUG ( 1400): bec2ab8c 0000f9e0 [heap]
I/DEBUG ( 1400): bec2ab90 bec2aba0 [stack]
I/DEBUG ( 1400): bec2ab94 4003b024 /system/lib/libaudioflinger.so
I/DEBUG ( 1400): bec2ab98 0000fa08 [heap]
I/DEBUG ( 1400): bec2ab9c bec2aba4 [stack]
I/DEBUG ( 1400): bec2aba0 00000000
I/DEBUG ( 1400): bec2aba4 00000000
I/DEBUG ( 1400): bec2aba8 bec2ac2c [stack]
I/DEBUG ( 1400): bec2abac 4003e824 /system/lib/libaudioflinger.so
I/DEBUG ( 1400): bec2abb0 0000f958 [heap]
I/DEBUG ( 1400): bec2abb4 4015b149 /system/lib/libbinder.so
I/DEBUG ( 1400): bec2abb8 bec2ac2c [stack]
I/DEBUG ( 1400): bec2abbc 4003399b /system/lib/libaudioflinger.so
I/ServiceManager( 1607): Waiting for service media.audio_policy...
W/IMediaDeathNotifier( 1607): Media player service not published, waiting...
I/ServiceManager( 1607): Waiting for service media.player...
W/AudioSystem( 1607): AudioPolicyService not published, waiting...
I/ServiceManager( 1607): Waiting for service media.audio_policy...
I/ServiceManager( 1607): Waiting for service media.player...
I/ServiceManager( 1607): Waiting for service media.audio_policy...
I/ServiceManager( 1607): Waiting for service media.player...
I/ServiceManager( 1607): Waiting for service media.audio_policy...
I/ServiceManager( 1607): Waiting for service media.player...
I/ ( 1666): ServiceManager: 0xf958
I/AudioFlinger( 1666): Loaded primary audio interface from BCM21553 audio HW HAL (audio)
I/AudioFlinger( 1666): Using 'BCM21553 audio HW HAL' (audio.primary) as the primary audio interface
I/AudioFlinger( 1666): Loaded a2dp audio interface from A2DP Audio HW HAL (audio)
F/libc ( 1666): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1)
I/ServiceManager( 1607): Waiting for service media.audio_policy...
great work bro
any news?
erriezzans said:
any news?
Click to expand...
Click to collapse
Will pause the development for nearly 2 weeks.
What happened to this rom?Still in development?
Ruven03 said:
What happened to this rom?Still in development?
Click to expand...
Click to collapse
Sorry, I have more important priorities in my life.

Categories

Resources