CM 7/9/10 Dev discussion

Search This thread

theschneidi

Senior Member
Jun 26, 2012
137
87
Looks like your bt's screwed.

protip: make -j0 bacon

You can't ever go wrong with bacon.

I used kernel from benjamingwynn/android_kernel_htc_msm7227

my btport folder is nearly empty. Some sources for this folder I found here, I try them now for my kernel config
https://github.com/Decad3nce/htc-kernel-heroc-BFS/tree/master/drivers/btport

Edit: hm maybe this is better btport, because some variables from uart were renamed in 2.6.x kernel
https://github.com/2fast4u88/Htc-Merge-FastKernel/tree/master/drivers/btport

Edit: I also added dummy_keypad.c to drivers/input/misc/

Edit: I got now some funny compile error

Code:
  MODPOST vmlinux.o
WARNING: vmlinux.o(.data+0x10304): Section mismatch in reference from the variable msm_hw3d_driver to the function .init.text:hw3d_probe()
The variable msm_hw3d_driver references
the function __init hw3d_probe()
If the reference is valid then annotate the
variable with __init* or __refdata (see linux/init.h) or name the variable:
*_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console, 

To build the kernel despite the mismatches, build with:
'make CONFIG_NO_ERROR_ON_MISMATCH=y'
(NOTE: This is not recommended)
make[3]: *** [vmlinux.o] Error 1
make[2]: *** [vmlinux.o] Error 2
make[1]: *** [sub-make] Error 2
make[1]: Leaving directory `/home/.../CYANOGENMOD/kernel/htc/msm7227'
make: *** [TARGET_KERNEL_BINARIES] Error 2
Shall I ignore this error or what could the cause for this?
 
Last edited:

vigoos

Senior Member
Jun 24, 2012
501
302
26
Pune
I used kernel from benjamingwynn/android_kernel_htc_msm7227

my btport folder is nearly empty. Some sources for this folder I found here, I try them now for my kernel config
https://github.com/Decad3nce/htc-kernel-heroc-BFS/tree/master/drivers/btport

Edit: hm maybe this is better btport, because some variables from uart were renamed in 2.6.x kernel
https://github.com/2fast4u88/Htc-Merge-FastKernel/tree/master/drivers/btport

Edit: I also added dummy_keypad.c to drivers/input/misc/

Edit: I got now some funny compile error

Code:
  MODPOST vmlinux.o
WARNING: vmlinux.o(.data+0x10304): Section mismatch in reference from the variable msm_hw3d_driver to the function .init.text:hw3d_probe()
The variable msm_hw3d_driver references
the function __init hw3d_probe()
If the reference is valid then annotate the
variable with __init* or __refdata (see linux/init.h) or name the variable:
*_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console, 

To build the kernel despite the mismatches, build with:
'make CONFIG_NO_ERROR_ON_MISMATCH=y'
(NOTE: This is not recommended)
make[3]: *** [vmlinux.o] Error 1
make[2]: *** [vmlinux.o] Error 2
make[1]: *** [sub-make] Error 2
make[1]: Leaving directory `/home/.../CYANOGENMOD/kernel/htc/msm7227'
make: *** [TARGET_KERNEL_BINARIES] Error 2
Shall I ignore this error or what could the cause for this?

Had you enabled msm 3d driver? That seems to be the problem. This is an error and not a warning. I recommend you compile OWL kernel from darkorns github and see what the results are.

Sent from my Samsung GALAXY Tab 2 7.0 using xda premium .
 
  • Like
Reactions: theschneidi

theschneidi

Senior Member
Jun 26, 2012
137
87
Built successfully cm10 Android 4.1.2 with bluetooth support. GPS.icong.so still keeps the phone in a bootloop and renamed to a .bak

Link oft ROM and config I send soon for modders and interested users.

Sent from my Salsa using xda app-developers app
 

Attachments

  • uploadfromtaptalk1374924046817.jpg
    uploadfromtaptalk1374924046817.jpg
    15.2 KB · Views: 84
  • uploadfromtaptalk1374924071965.jpg
    uploadfromtaptalk1374924071965.jpg
    24.3 KB · Views: 78
  • uploadfromtaptalk1374924087695.jpg
    uploadfromtaptalk1374924087695.jpg
    26.8 KB · Views: 79
  • uploadfromtaptalk1374924110351.jpg
    uploadfromtaptalk1374924110351.jpg
    16.2 KB · Views: 78
  • uploadfromtaptalk1374924128200.jpg
    uploadfromtaptalk1374924128200.jpg
    30.4 KB · Views: 83

vigoos

Senior Member
Jun 24, 2012
501
302
26
Pune
Built successfully cm10 Android 4.1.2 with bluetooth support. GPS.icong.so still keeps the phone in a bootloop and renamed to a .bak

Link oft ROM and config I send soon for modders and interested users.

Sent from my Salsa using xda app-developers app

Does GPS work then? What about camcorder and which kernel?
 

theschneidi

Senior Member
Jun 26, 2012
137
87
Does GPS work then? What about camcorder and which kernel?

No Camcorder (aborts record), no GPS (only location by network)
Kernel which you suggested: OWL Predator (Config will be posted in next post)

Maybe someone could tell me how to configure GPS in source?
Did some files changed in the last months with device/htc/icong?

Code:
D/GpsLocationProvider(  316): set_capabilities_callback: 7
D/libloc  (  316): loc_read_gps_conf: using /etc/gps.conf
D/RPC     (  316): 3000008c:00020002 sending call (XID 1).
D/RPC     (  316): 3000008c:00020002 received REPLY (XID 1), grabbing mutex to wake up client.
D/libloc  (  316): loc_eng_init created client, id = 0
D/RPC     (  316): 3000008c:00020002 call success.
D/libloc  (  316): loc_eng_ni_init: entered.
D/libloc  (  316): loc_eng_set_server, type = 1, hostname = supl.google.com, port = 7276
I/HeadsetService(  791): Starting service.
D/libloc  (  316): loc_eng_set_server, addr = supl.google.com:7276
I/LocationManagerService(  316): whitelist: []
D/libloc  (  316): loc_eng_deferred_action_thread started
D/libloc  (  316): loc_eng_set_gps_lock mode, client = 0, lock_type = 1
D/libloc  (  316): loc_eng_ioctl called: client = 0, ioctl_type = RPC_LOC_IOCTL_SET_ENGINE_LOCK
D/libloc  (  316): loc_eng_ioctl called: client = 0, ioctl_type = RPC_LOC_IOCTL_SET_UMTS_SLP_SERVER_ADDR
I/LocationManagerService(  316): blacklist: []
D/RPC     (  316): 3000008c:00020002 sending call (XID 2).
D/RPC     (  316): 3000008c:00020002 received REPLY (XID 2), grabbing mutex to wake up client.
D/RPC     (  316): 3000008c:00020002 call success.
D/RPC     (  316): 3000008c:00020002 sending call (XID 3).
D/RPC     (  316): 3000008c:00020002 received REPLY (XID 3), grabbing mutex to wake up client.
D/RPC     (  316): 3000008c:00020002 waiting for XDR input buffer to be consumed.
D/RPC     (  316): 3000008c:00020002 call success.
D/loc_api_rpc_glue(  316): loc_api_sync_ioctl: select_id = 1, engine busy, waiting...
D/RPC     (  316): 3000008c:00020002 received CALL.
F/libc    (  316): Fatal signal 4 (SIGILL) at 0x51a2cb10 (code=1), thread 809 (GpsLocationProv)
D/RPC     (  316): 3000008c:00020002 dispatching RPC call (XID 13, xdr 0x2a410e08) for callback client 3100008c:00020001.
I/LocationManagerService(  316): request passive (pid 316) 0 0
V/LockPatternKeyguardView(  316): Set visibility on com.android.internal.policy.impl.LockPatternKeyguardView$5@40e18ee8 to 0
D/PackageManager(  316): generateServicesMap(android.accounts.AccountAuthenticator): 2 services unchanged
D/PackageManager(  316): generateServicesMap(android.content.SyncAdapter): 4 services unchanged
D/PackageManager(  316): generateServicesMap(android.accounts.AccountAuthenticator): 2 services unchanged
D/PackageManager(  316): generateServicesMap(android.content.SyncAdapter): 4 services unchanged
D/PowerManagerService(  316): bootCompleted
V/DevicePolicyManagerService(  316): Sending password expiration notifications for action android.intent.action.BOOT_COMPLETED
D/VoldCmdListener(  123): volume mount /storage/sdcard0
I/Vold    (  123): /dev/block/vold/179:1 being considered for volume sdcard
D/Vold    (  123): Volume sdcard state changing 1 (Idle-Unmounted) -> 3 (Checking)
I/DEBUG   (  125): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG   (  125): Build fingerprint: 'cyanogenmod/htc_icong/icong:4.1.1/benjamingwynn20130315/0.1:user/release-keys'
I/DEBUG   (  125): pid: 316, tid: 809, name: GpsLocationProv  >>> system_server <<<
I/DEBUG   (  125): signal 4 (SIGILL), code 1 (ILL_ILLOPC), fault addr 51a2cb10
I//system/bin/fsck_msdos(  123): ** /dev/block/vold/179:1
I//system/bin/fsck_msdos(  123): ** Phase 1 - Read and Compare FATs
I//system/bin/fsck_msdos(  123): Attempting to allocate 1911 KB for FAT
I/DEBUG   (  125):     r0 00000001  r1 00000000  r2 00000020  r3 00000000
I/DEBUG   (  125):     r4 2a4287f0  r5 2a429718  r6 00000080  r7 00000000
I/DEBUG   (  125):     r8 55803f08  r9 2a410d58  sl 51eaed09  fp 00100000
I/DEBUG   (  125):     ip 51a2fffc  sp 5656adb8  lr 51a2cb03  pc 51a2cb10  cpsr 20000010
I/DEBUG   (  125):     d0  400000003f800000  d1  3ddb7cdf40000000
I/DEBUG   (  125):     d2  bfd3441350baf6de  d3  bf62cda764a98eab
I/DEBUG   (  125):     d4  bf66c0c55ca9076a  d5  bfb1be5a93a83e1d
I/DEBUG   (  125):     d6  7e37e43c8800759c  d7  8000000000000000
I/DEBUG   (  125):     d8  0000000000000000  d9  0000000000000000
I/DEBUG   (  125):     d10 0000000000000000  d11 0000000000000000
I/DEBUG   (  125):     d12 0000000000000000  d13 0000000000000000
I/DEBUG   (  125):     d14 0000000000000000  d15 0000000000000000
I/DEBUG   (  125):     scr 80000010
I/DEBUG   (  125): 
I/DEBUG   (  125): backtrace:
I/DEBUG   (  125):     #00  pc 00008b10  /system/lib/hw/gps.icong.so (xdr_rpc_loc_event_payload_u_type+53)
I/DEBUG   (  125):     #01  pc 00001a5d  /system/lib/librpc.so (xdr_reference+60)
I/DEBUG   (  125):     #02  pc 00001aa5  /system/lib/librpc.so (xdr_pointer+48)
I/DEBUG   (  125):     #03  pc 00007cb3  /system/lib/hw/gps.icong.so (xdr_rpc_loc_event_cb_f_type_args+54)
I/DEBUG   (  125):     #04  pc 000026a9  /system/lib/librpc.so (svc_getargs+16)
I/DEBUG   (  125):     #05  pc 00007a85  /system/lib/hw/gps.icong.so (loc_apicbprog_0x00020001+56)
I/DEBUG   (  125):     #06  pc 0000238f  /system/lib/librpc.so (svc_dispatch+258)
I/DEBUG   (  125):     #07  pc 00002f77  /system/lib/librpc.so
I/DEBUG   (  125):     #08  pc 00013e10  /system/lib/libc.so (__thread_entry+48)
I/DEBUG   (  125):     #09  pc 00013568  /system/lib/libc.so (pthread_create+176)
I/DEBUG   (  125): 
I/DEBUG   (  125): stack:
I/DEBUG   (  125):          5656ad78  2a4288e8  [heap]
I/DEBUG   (  125):          5656ad7c  2a4287f0  [heap]
I/DEBUG   (  125):          5656ad80  2a429718  [heap]
I/DEBUG   (  125):          5656ad84  2a4287f0  [heap]
I/DEBUG   (  125):          5656ad88  00000001  
I/DEBUG   (  125):          5656ad8c  51eafebb  /system/lib/librpc.so
I/DEBUG   (  125):          5656ad90  51eafeb5  /system/lib/librpc.so
I/DEBUG   (  125):          5656ad94  51ead95d  /system/lib/librpc.so (xdr_u_hyper+78)
I/DEBUG   (  125):          5656ad98  00000000  
I/DEBUG   (  125):          5656ad9c  00000080  
I/DEBUG   (  125):          5656ada0  2a4287f0  [heap]
I/DEBUG   (  125):          5656ada4  2a429718  [heap]
I/DEBUG   (  125):          5656ada8  2a429718  [heap]
I/DEBUG   (  125):          5656adac  51ead97b  /system/lib/librpc.so (xdr_u_quad_t+6)
I/DEBUG   (  125):          5656adb0  df0027ad  
I/DEBUG   (  125):          5656adb4  00000000  
I/DEBUG   (  125):     #00  5656adb8  00000000  
I/DEBUG   (  125):          5656adbc  51a2cadb  /system/lib/hw/gps.icong.so (xdr_rpc_loc_event_payload_u_type)
I/DEBUG   (  125):          5656adc0  5656ae50  
I/DEBUG   (  125):          5656adc4  2a429718  [heap]
I/DEBUG   (  125):          5656adc8  2a4287f0  [heap]
I/DEBUG   (  125):          5656adcc  51eada5f  /system/lib/librpc.so (xdr_reference+62)
I/DEBUG   (  125):     #01  5656add0  000000f8  
I/DEBUG   (  125):          5656add4  51a2cadb  /system/lib/hw/gps.icong.so (xdr_rpc_loc_event_payload_u_type)
I/DEBUG   (  125):          5656add8  000000f8  
I/DEBUG   (  125):          5656addc  5656ae50  
I/DEBUG   (  125):          5656ade0  2a429718  [heap]
I/DEBUG   (  125):          5656ade4  000000f8  
I/DEBUG   (  125):          5656ade8  51a2cadb  /system/lib/hw/gps.icong.so (xdr_rpc_loc_event_payload_u_type)
I/DEBUG   (  125):          5656adec  51eadaa9  /system/lib/librpc.so (xdr_pointer+52)
I/DEBUG   (  125):     #02  5656adf0  2a429718  [heap]
I/DEBUG   (  125):          5656adf4  00000001  
I/DEBUG   (  125):          5656adf8  000000f8  
I/DEBUG   (  125):          5656adfc  5656ae40  
I/DEBUG   (  125):          5656ae00  2a429718  [heap]
I/DEBUG   (  125):          5656ae04  5656ae80  
I/DEBUG   (  125):          5656ae08  51a2bc7d  /system/lib/hw/gps.icong.so (xdr_rpc_loc_event_cb_f_type_args)
I/DEBUG   (  125):          5656ae0c  51a2bcb7  /system/lib/hw/gps.icong.so (xdr_rpc_loc_event_cb_f_type_args+58)
I/DEBUG   (  125): 
I/DEBUG   (  125): memory near r4:
I/DEBUG   (  125):     2a4287d0 00000000 00000000 00000000 00000000  ................
I/DEBUG   (  125):     2a4287e0 00000000 00000000 00000000 00000103  ................
I/DEBUG   (  125):     2a4287f0 00000080 00000000 00000000 00000000  ................
I/DEBUG   (  125):     2a428800 00000000 00000000 00000000 00000000  ................
I/DEBUG   (  125):     2a428810 00000000 00000000 00000000 00000000  ................
I/DEBUG   (  125): 
I/DEBUG   (  125): memory near r5:
I/DEBUG   (  125):     2a4296f8 00000000 00000000 00000004 01030202  ................
I/DEBUG   (  125):     2a429708 00000000 2a18b320 00000000 00009043  .... ..*....C...
I/DEBUG   (  125):     2a429718 51eb2db8 00000001 3100008c 00020001  .-.Q.......1....
I/DEBUG   (  125):     2a429728 00000000 00000000 00000000 00000000  ................
I/DEBUG   (  125):     2a429738 00000000 000000de 00000001 03000000  ................
I/DEBUG   (  125): 
I/DEBUG   (  125): memory near r8:
I/DEBUG   (  125):     55803ee8 00000078 4003ee14 2a410c80 55803f00  x......@..A*.?.U
I/DEBUG   (  125):     55803ef8 40065398 4003e56c 55803f00 2a410c80  .S.@l..@.?.U..A*
I/DEBUG   (  125):     55803f08 00000000 00000000 00000000 00000000  ................
I/DEBUG   (  125):     55803f18 00000000 00000000 00000000 00000000  ................
I/DEBUG   (  125):     55803f28 00000000 00000000 00000000 00000000  ................
I/DEBUG   (  125): 
I/DEBUG   (  125): memory near r9:
I/DEBUG   (  125):     2a410d38 00720064 0069006f 002e0064 00730064  d.r.o.i.d...d.s.
I/DEBUG   (  125):     2a410d48 006d0070 006e0061 00670061 0000004b  p.m.a.n.a.g.K...
I/DEBUG   (  125):     2a410d58 2a410e08 00000000 00000000 00000000  ..A*............
I/DEBUG   (  125):     2a410d68 00000000 fffffffa 00000000 fffffff8  ................
I/DEBUG   (  125):     2a410d78 00000000 00000001 fffffffe 2a41e878  ............x.A*
I/DEBUG   (  125): 
I/DEBUG   (  125): memory near sl:
I/DEBUG   (  125):     51eaece8 00001c33 0000009f 00004398 fffffff8  3........C......
I/DEBUG   (  125):     51eaecf8 00001bdd 0000183f 0000212f 00001853  ....?.../!..S...
I/DEBUG   (  125):     51eaed08 49b3b5f0 b08d4cb3 1c054479 3024447c  ...I.L..yD..|D$0
I/DEBUG   (  125):     51eaed18 90099108 ec6cf7fe e1b3940a 2b006b2b  ......l.....+k.+
I/DEBUG   (  125):     51eaed28 1c28d104 99093028 ecf8f7fe 9a084faa  ..(.(0.......O..
I/DEBUG   (  125): 
I/DEBUG   (  125): memory near fp:
I/DEBUG   (  125):     000fffe0 ffffffff ffffffff ffffffff ffffffff  ................
I/DEBUG   (  125):     000ffff0 ffffffff ffffffff ffffffff ffffffff  ................
I/DEBUG   (  125):     00100000 ffffffff ffffffff ffffffff ffffffff  ................
I/DEBUG   (  125):     00100010 ffffffff ffffffff ffffffff ffffffff  ................
I/DEBUG   (  125):     00100020 ffffffff ffffffff ffffffff ffffffff  ................
I/DEBUG   (  125): 
I/DEBUG   (  125): memory near ip:
I/DEBUG   (  125):     51a2ffdc 51ead97d 51ead8f5 51ead8b1 51ead975  }..Q...Q...Qu..Q
I/DEBUG   (  125):     51a2ffec 51ead8b1 51ead7c5 51eadb53 51ead9b5  ...Q...QS..Q...Q
I/DEBUG   (  125):     51a2fffc 40039a60 00000009 5f435052 5f434f4c  `. [user=1941659]@....[/user]RPC_LOC_
I/DEBUG   (  125):     51a3000c 53534553 4154535f 5f535554 43435553  SESS_STATUS_SUCC
I/DEBUG   (  125):     51a3001c 00535345 00000000 00000000 00000000  ESS.............
I/DEBUG   (  125): 
I/DEBUG   (  125): memory near sp:
I/DEBUG   (  125):     5656ad98 00000000 00000080 2a4287f0 2a429718  ..........B*..B*
I/DEBUG   (  125):     5656ada8 2a429718 51ead97b df0027ad 00000000  ..B*{..Q.'......
I/DEBUG   (  125):     5656adb8 00000000 51a2cadb 5656ae50 2a429718  .......QP.VV..B*
I/DEBUG   (  125):     5656adc8 2a4287f0 51eada5f 000000f8 51a2cadb  ..B*_..Q.......Q
I/DEBUG   (  125):     5656add8 000000f8 5656ae50 2a429718 000000f8  ....P.VV..B*....
I/DEBUG   (  125): 
I/DEBUG   (  125): code around pc:
I/DEBUG   (  125):     51a2caf0 2f00d101 1c30d05b 22201c39 f7fb2300  .../[.0.9. ".#..
I/DEBUG   (  125):     51a2cb00 3001ebc6 d81b2801 d1012e02 d03c2f00  ...0.(......./<.
I/DEBUG   (  125):     51a2cb10 1c391c30 23002202 ebb8f7fb 28013001  0.9..".#.....0.(
I/DEBUG   (  125):     51a2cb20 2e01d804 2f00d163 e028d161 d1022e08  ....c../a.(.....
I/DEBUG   (  125):     51a2cb30 d15c2f00 2e10e02f 2f00d159 e030d157  ./\./...Y../W.0.
I/DEBUG   (  125): 
I/DEBUG   (  125): code around lr:
I/DEBUG   (  125):     51a2cae0 ebb6f7fb d1002800 6826e082 2e206867  .....(....&hgh .
I/DEBUG   (  125):     51a2caf0 2f00d101 1c30d05b 22201c39 f7fb2300  .../[.0.9. ".#..
I/DEBUG   (  125):     51a2cb00 3001ebc6 d81b2801 d1012e02 d03c2f00  ...0.(......./<.
I/DEBUG   (  125):     51a2cb10 1c391c30 23002202 ebb8f7fb 28013001  0.9..".#.....0.(
I/DEBUG   (  125):     51a2cb20 2e01d804 2f00d163 e028d161 d1022e08  ....c../a.(.....
I/DEBUG   (  125): 
I/DEBUG   (  125): memory map around fault addr 51a2cb10:
I/DEBUG   (  125):     51a20000-51a24000 
I/DEBUG   (  125):     51a24000-51a2f000 /system/lib/hw/gps.icong.so
I/DEBUG   (  125):     51a2f000-51a30000 /system/lib/hw/gps.icong.so
D/dalvikvm(  513): GC_CONCURRENT freed 3370K, 49% free 4859K/9415K, paused 24ms+71ms, total 715ms
I//system/bin/fsck_msdos(  123): Attempting to allocate 1911 KB for FAT
I//system/bin/fsck_msdos(  123): ** Phase 2 - Check Cluster Chains
E/loc_api_rpc_glue(  316): loc_api_sync_ioctl: loc_api_wait_callback failed, returned 8 (select id 0)
D/libloc  (  316): loc_eng_ioctl result: client = 0, ioctl_type = RPC_LOC_IOCTL_SET_ENGINE_LOCK, RPC_LOC_API_TIMEOUT
D/libloc  (  316): loc_eng_deferred_action_thread. waiting for events
D/MountService(  316): volume state changed for /storage/sdcard0 (unmounted -> checking)
D/MountService(  316): sendStorageIntent Intent { act=android.intent.action.MEDIA_CHECKING dat=file:///storage/sdcard0 (has extras) }
W/WindowManager(  316): Window freeze timeout expired.
I/StorageNotification(  513): Media {/storage/sdcard0} state changed from {unmounted} -> {checking} (primary = true)
W/WVMExtractor(  130): Failed to open libwvm.so
I//system/bin/fsck_msdos(  123): ** Phase 3 - Checking Directories
I/ServiceManager(  122): service 'meminfo' died
I/ServiceManager(  122): service 'account' died
I/ServiceManager(  122): service 'batteryinfo' died
I/ServiceManager(  122): service 'notification' died
I/ServiceManager(  122): service 'entropy' died
I/ServiceManager(  122): service 'scheduling_policy' died
I/ServiceManager(  122): service 'power' died
I/ServiceManager(  122): service 'telephony.registry' died
I/ServiceManager(  122): service 'usagestats' died
I/ServiceManager(  122): service 'hardware' died
I/ServiceManager(  122): service 'appwidget' died
I/ServiceManager(  122): service 'activity' died
I/ServiceManager(  122): service 'statusbar' died
I/ServiceManager(  122): service 'content' died
I/ServiceManager(  122): service 'cpuinfo' died
I/ServiceManager(  122): service 'gfxinfo' died
I/ServiceManager(  122): service 'permission' died
I/ServiceManager(  122): service 'package' died
I/ServiceManager(  122): service 'dbinfo' died
I/ServiceManager(  122): service 'backup' died
I/ServiceManager(  122): service 'input' died
I/ServiceManager(  122): service 'assetredirection' died
I/ServiceManager(  122): service 'window' died
I/ServiceManager(  122): service 'battery' died
I/ServiceManager(  122): service 'vibrator' died
I/ServiceManager(  122): service 'alarm' died
I/ServiceManager(  122): service 'sensorservice' died
I/ServiceManager(  122): service 'bluetooth' died
I/ServiceManager(  122): service 'bluetooth_a2dp' died
I/ServiceManager(  122): service 'input_method' died
I/ServiceManager(  122): service 'samplingprofiler' died
I/ServiceManager(  122): service 'accessibility' died
I/ServiceManager(  122): service 'diskstats' died
I/ServiceManager(  122): service 'commontime_management' died
I/ServiceManager(  122): service 'clipboard' died
I/ServiceManager(  122): service 'mount' died
I/ServiceManager(  122): service 'lock_settings' died
I/ServiceManager(  122): service 'device_policy' died
I/ServiceManager(  122): service 'network_management' died
I/ServiceManager(  122): service 'wifip2p' died
I/ServiceManager(  122): service 'textservices' died
I/ServiceManager(  122): service 'netstats' died
I/ServiceManager(  122): service 'netpolicy' died
I/ServiceManager(  122): service 'wifi' died
I/ServiceManager(  122): service 'connectivity' died
I/ServiceManager(  122): service 'servicediscovery' died
I/ServiceManager(  122): service 'throttle' died
I/ServiceManager(  122): service 'fm_receiver' died
I/ServiceManager(  122): service 'fm_transmitter' died
I/ServiceManager(  122): service 'updatelock' died
I/ServiceManager(  122): service 'profile' died
I/ServiceManager(  122): service 'devicestoragemonitor' died
I/ServiceManager(  122): service 'location' died
I/ServiceManager(  122): service 'country_detector' died
I/ServiceManager(  122): service 'search' died
I/ServiceManager(  122): service 'dropbox' died
I/ServiceManager(  122): service 'wallpaper' died
I/ServiceManager(  122): service 'audio' died
I/ServiceManager(  122): service 'usb' died
I/ServiceManager(  122): service 'serial' died
I/ServiceManager(  122): service 'uimode' died
W/AudioFlinger(  130): power manager service died !!!
W/Sensors (  574): sensorservice died [0x2a0ed100]
W/dalvikvm(  777): threadid=12: thread exiting with uncaught exception (group=0x40ace300)
W/dalvikvm(  664): threadid=11: thread exiting with uncaught exception (group=0x40ace300)
E/installd(  132): eof
E/installd(  132): failed to read size
I/installd(  132): closing connection
E/AndroidRuntime(  777): FATAL EXCEPTION: IntentService[CallLogNotificationsService]
E/AndroidRuntime(  777): java.lang.NullPointerException
E/AndroidRuntime(  777): 	at android.app.NotificationManager.cancel(NotificationManager.java:153)
E/AndroidRuntime(  777): 	at com.android.contacts.calllog.DefaultVoicemailNotifier.clearNotification(DefaultVoicemailNotifier.java:205)
E/AndroidRuntime(  777): 	at com.android.contacts.calllog.DefaultVoicemailNotifier.updateNotification(DefaultVoicemailNotifier.java:100)
E/AndroidRuntime(  777): 	at com.android.contacts.calllog.CallLogNotificationsService.onHandleIntent(CallLogNotificationsService.java:77)
E/AndroidRuntime(  777): 	at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65)
E/AndroidRuntime(  777): 	at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(  777): 	at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(  777): 	at android.os.HandlerThread.run(HandlerThread.java:60)
I/Process (  777): Sending signal. PID: 777 SIG: 9
E/AndroidRuntime(  777): Error reporting crash
E/AndroidRuntime(  777): android.os.DeadObjectException
E/AndroidRuntime(  777): 	at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime(  777): 	at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3118)
E/AndroidRuntime(  777): 	at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime(  777): 	at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime(  777): 	at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/InputEventReceiver(  664): channel '40dcf180 com.cyanogenmod.trebuchet/com.cyanogenmod.trebuchet.Launcher (client)' ~ Publisher closed input channel or an error occurred.  events=0x9
E/InputEventReceiver(  513): channel '4107fbd0 StatusBar (client)' ~ Publisher closed input channel or an error occurred.  events=0x9
E/InputEventReceiver(  513): channel '4126f360 RecentsPanel (client)' ~ Publisher closed input channel or an error occurred.  events=0x9
E/InputEventReceiver(  513): channel '40f7a778 com.android.systemui.ImageWallpaper (client)' ~ Publisher closed input channel or an error occurred.  events=0x9
D/Zygote  (  128): Process 316 terminated by signal (4)
I/Zygote  (  128): Exit zygote because system server (316) has terminated
E/AndroidRuntime(  664): FATAL EXCEPTION: launcher-loader
E/AndroidRuntime(  664): java.lang.RuntimeException: Package manager has died
E/AndroidRuntime(  664): 	at android.app.ApplicationPackageManager.getApplicationInfo(ApplicationPackageManager.java:207)
E/AndroidRuntime(  664): 	at com.cyanogenmod.trebuchet.ApplicationInfo.<init>(ApplicationInfo.java:80)
E/AndroidRuntime(  664): 	at com.cyanogenmod.trebuchet.LauncherModel$LoaderTask.loadAllAppsByBatch(LauncherModel.java:1777)
E/AndroidRuntime(  664): 	at com.cyanogenmod.trebuchet.LauncherModel$LoaderTask.loadAndBindAllApps(LauncherModel.java:1669)
E/AndroidRuntime(  664): 	at com.cyanogenmod.trebuchet.LauncherModel$LoaderTask.run(LauncherModel.java:980)
E/AndroidRuntime(  664): 	at android.os.Handler.handleCallback(Handler.java:615)
E/AndroidRuntime(  664): 	at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime(  664): 	at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(  664): 	at android.os.HandlerThread.run(HandlerThread.java:60)
E/AndroidRuntime(  664): Caused by: android.os.DeadObjectException
E/AndroidRuntime(  664): 	at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime(  664): 	at android.content.pm.IPackageManager$Stub$Proxy.getApplicationInfo(IPackageManager.java:1534)
E/AndroidRuntime(  664): 	at android.app.ApplicationPackageManager.getApplicationInfo(ApplicationPackageManager.java:202)
E/AndroidRuntime(  664): 	... 8 more
I/Netd    (  824): Netd 1.0 starting
D/AK8975  (  134): Compass CLOSE 
I/ServiceManager(  122): service 'media.audio_flinger' died
I/ServiceManager(  122): service 'media.player' died
I/ServiceManager(  122): service 'media.camera' died
I/ServiceManager(  122): service 'media.audio_policy' died
D/AndroidRuntime(  825): 
D/AndroidRuntime(  825): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime(  825): CheckJNI is OFF
D/dalvikvm(  825): Trying to load lib libjavacore.so 0x0
D/dalvikvm(  825): Added shared lib libjavacore.so 0x0
D/dalvikvm(  825): Trying to load lib libnativehelper.so 0x0
D/dalvikvm(  825): Added shared lib libnativehelper.so 0x0
I/ServiceManager(  122): service 'sip' died
I/ServiceManager(  122): service 'isms' died
I/ServiceManager(  122): service 'simphonebook' died
I/ServiceManager(  122): service 'iphonesubinfo' died
I/ServiceManager(  122): service 'phone' died
 
  • Like
Reactions: vigoos

vigoos

Senior Member
Jun 24, 2012
501
302
26
Pune
No Camcorder (aborts record), no GPS (only location by network)
Kernel which you suggested: OWL Predator (Config will be posted in next post)

Maybe someone could tell me how to configure GPS in source?
Did some files changed in the last months with device/htc/icong?

Darkorn must know..... Anyways there seems to be some problem in the GPS library file which occupied too much ram and led to all other processes being killed. Because of this the system is going into boot loop. Thanks Schneider for documenting this logcat.

Sent from my Samsung GALAXY Tab 2 7.0 using xda premium .
 

Darkorn

Senior Member
Sep 22, 2012
142
107
Darkorn must know..... Anyways there seems to be some problem in the GPS library file which occupied too much ram and led to all other processes being killed. Because of this the system is going into boot loop. Thanks Schneider for documenting this logcat.

Sent from my Samsung GALAXY Tab 2 7.0 using xda premium .

I didn't change anything because I was busy,
theschneidi what about video playback and keyboard? Does the keyboard crashes if you act like "swype" (pressing more than a key)?
 

theschneidi

Senior Member
Jun 26, 2012
137
87
I didn't change anything because I was busy,
theschneidi what about video playback and keyboard? Does the keyboard crashes if you act like "swype" (pressing more than a key)?


Test it on your own risk. :) (GPS, front cam & camcorder not working :crying: ) (main camera, network, wifi, bluetooth works :good: )
Keyboard doesn't crash on my phone. Video playback works.

Some lags are annoying. But with governor Smoothass (instead of SmartassH3) there are fewer lags.
Battery consumption I have to monitor.

Link for the current build: https://dl.dropboxusercontent.com/u/8541272/CM10/cm-10-20130315-UNOFFICIAL-icong270713.zip

Config is in attachments.

View attachment cyanogen_msm7227_defconfig.txt



For those who want a CM10.1 build I still need some time.
 
Last edited:

Darkorn

Senior Member
Sep 22, 2012
142
107
Test it on your own risk. :) (GPS, front cam & camcorder not working :crying: ) (main camera, network, wifi, bluetooth works :good: )
Keyboard doesn't crash on my phone. Video playback works.

Some lags are annoying. But with governor Smoothass (instead of SmartassH3) there are fewer lags.
Battery consumption I have to monitor.

Link for the current build: https://dl.dropboxusercontent.com/u/8541272/CM10/cm-10-20130315-UNOFFICIAL-icong270713.zip

Config is in attachments.

View attachment 2149074



For those who want a CM10.1 build I still need some time.
How you solved the video playback problem?
Try enabling and disabling bluetooth two times, I think there's something wrong because it makes the phone reboot on CM10.
 

theschneidi

Senior Member
Jun 26, 2012
137
87
Some videos run slower than on stock now. Can someone check the config?

For some people who want to know, the YouTube app works here.

Can you make a logcat from BT crash?

Sent from my Salsa using xda app-developers app
 

theschneidi

Senior Member
Jun 26, 2012
137
87
Do some people have lags in CM10? I have many of them. I don't know if they stand in connection with int2ext4.
 

theschneidi

Senior Member
Jun 26, 2012
137
87
Highly possible.... Because on sense 5 I had some as well

Sent from my Samsung GALAXY Tab 2 7.0 using xda premium .

I mean this build now! ;)


Does someone have random reboots during the day? I use it some time and when I look on my phone it shows CM bootscreen but without complete reboot to HTC screen.


So btw. I made a logcat of bluetooth crash after switching on/off twice:


Code:
D/LocalBluetoothManager(10802): setting foreground activity to non-null context
W/System.err(10802): Removed 2131231245
W/System.err(10802): Removed 2131231256
W/System.err(10802): Removed 2131231257
I/ActivityManager(10376): Displayed com.android.settings/.SubSettings: +383ms
W/System.err(10802): Removed 2131231245
W/System.err(10802): Removed 2131231256
W/System.err(10802): Removed 2131231257
I/dalvikvm(11645): Total arena pages for JIT: 11
I/dalvikvm(11645): Total arena pages for JIT: 12
I/dalvikvm(11645): Total arena pages for JIT: 13
I/dalvikvm(11645): Total arena pages for JIT: 14
I/dalvikvm(11645): Total arena pages for JIT: 15
I/dalvikvm(11645): Total arena pages for JIT: 16
I/dalvikvm(11645): Total arena pages for JIT: 17
I/dalvikvm(11645): Total arena pages for JIT: 18
I/dalvikvm(11645): Total arena pages for JIT: 19
V/AudioManager(12984): shouldVibrate, group: a126d48a-aaef-47c4-baed-7f0e44aeffe5 mode: DEFAULT
D/PhoneStatusBar(10542): addNotification score=0
D/dalvikvm(10542): GC_CONCURRENT freed 1710K, 53% free 4588K/9607K, paused 15ms+13ms, total 109ms
I/ActivityManager(10376): START {flg=0x10040000 cmp=com.whatsapp/.PopupNotification u=0} from pid 12984
D/LocalBluetoothManager(10802): setting foreground activity to null
W/WVMExtractor(10242): Failed to open libwvm.so
V/AudioHardwareMSM72XX(10242): open driver
V/AudioHardwareMSM72XX(10242): get config
V/AudioHardwareMSM72XX(10242): set config
V/AudioHardwareMSM72XX(10242): buffer_size: 4800
V/AudioHardwareMSM72XX(10242): buffer_count: 2
V/AudioHardwareMSM72XX(10242): channel_count: 2
V/AudioHardwareMSM72XX(10242): sample_rate: 44100
D/dalvikvm(10376): GC_CONCURRENT freed 1782K, 34% free 8878K/13255K, paused 10ms+77ms, total 801ms
I/ActivityManager(10376): Displayed com.whatsapp/.PopupNotification: +1s196ms
V/AudioHardwareMSM72XX(10242): AudioStreamOutMSM72xx::getParameters() voip_flag=
V/AudioHardwareMSM72XX(10242): AudioStreamOutMSM72xx::getParameters() voip_flag=
V/AudioHardwareMSM72XX(10242): AudioStreamOutMSM72xx::getParameters() voip_flag=
V/AudioHardwareMSM72XX(10242): AudioStreamOutMSM72xx::getParameters() voip_flag=
V/AudioHardwareMSM72XX(10242): AudioStreamOutMSM72xx::getParameters() voip_flag=
I/Choreographer(12984): Skipped 88 frames!  The application may be doing too much work on its main thread.
D/LocalBluetoothManager(10802): setting foreground activity to non-null context
W/System.err(10802): Removed 2131231245
W/System.err(10802): Removed 2131231256
W/System.err(10802): Removed 2131231257
W/IInputConnectionWrapper(12984): showStatusIcon on inactive InputConnection
I/ActivityManager(10376): Start proc com.android.providers.calendar for content provider com.android.providers.calendar/.CalendarProvider2: pid=14168 uid=10039 gids={3003, 1015, 1028}
E/Trace   (14168): error opening trace file: No such file or directory (2)
I/ActivityThread(14168): Pub com.android.calendar: com.android.providers.calendar.CalendarProvider2
I/CalendarProvider2(14168): Sending notification intent: Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar }
W/ContentResolver(14168): Failed to get type for: content://com.android.calendar (Unknown URL content://com.android.calendar)
I/ActivityManager(10376): Start proc com.android.calendar for broadcast com.android.calendar/.alerts.AlertReceiver: pid=14193 uid=10040 gids={3003, 1028}
E/Trace   (14193): error opening trace file: No such file or directory (2)
I/ActivityThread(14193): Pub com.android.calendar.CalendarRecentSuggestionsProvider: com.android.calendar.CalendarRecentSuggestionsProvider
D/dalvikvm(10376): GC_EXPLICIT freed 1433K, 42% free 7696K/13255K, paused 5ms+10ms, total 128ms
D/AlertReceiver(14193): onReceive: a=android.intent.action.PROVIDER_CHANGED Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar flg=0x10 cmp=com.android.calendar/.alerts.AlertReceiver }
D/AlertService(14193): 0 Action = android.intent.action.PROVIDER_CHANGED
D/AlertService(14193): Beginning updateAlertNotification
D/AlertService(14193): No fired or scheduled alerts

--> 1st ON

D/BluetoothAdapterStateMachine(10376): PowerOff process message: 1
D/BluetoothAdapterStateMachine(10376): Bluetooth state 10 -> 11

I/bluedroid(10376): Starting hciattach daemon
E/brcm_patchram_plus(14268): read(/sys/module/board_icong/parameters/bdaddress) unexpected size 0
I/ActivityManager(10376): Start proc com.android.bluetooth for broadcast com.android.bluetooth/.pbap.BluetoothPbapReceiver: pid=14272 uid=10047 gids={3003, 3002, 3001, 1015, 1028}
E/Trace   (14272): error opening trace file: No such file or directory (2)
I/ActivityThread(14272): Pub com.android.bluetooth.opp: com.android.bluetooth.opp.BluetoothOppProvider
I/ActivityManager(10376): No longer want com.google.android.gms (pid 12465): hidden #16
D/BluetoothMasReceiver(14272): Bluetooth STATE CHANGED to 11
E/brcm_patchram_plus(14268): Done setting line discpline
I/bluedroid(10376): Starting bluetoothd deamon
E/BluetoothEventLoop.cpp(10376): get_adapter_path: D-Bus error: org.freedesktop.DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service files)
E/BluetoothEventLoop.cpp(10376): get_adapter_path: D-Bus error: org.freedesktop.DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service files)
E/BluetoothEventLoop.cpp(10376): get_adapter_path: D-Bus error: org.freedesktop.DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service files)
E/BluetoothEventLoop.cpp(10376): get_adapter_path: D-Bus error: org.freedesktop.DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service files)
E/BluetoothEventLoop.cpp(10376): get_adapter_path: D-Bus error: org.freedesktop.DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service files)
E/BluetoothEventLoop.cpp(10376): get_adapter_path: D-Bus error: org.freedesktop.DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service files)
E/BluetoothEventLoop.cpp(10376): get_adapter_path: D-Bus error: org.bluez.Error.NoSuchAdapter (No such adapter)
E/BluetoothEventLoop.cpp(10376): failure setting up Event Loop!
D/BluetoothEventLoop(10376): Property Changed: Pairable : false
D/BluetoothEventLoop(10376): Property Changed: Powered : false
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 5
E/BluetoothService.cpp(10376): setBluetoothTetheringNative true
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 6
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 7
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 8
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 9
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 10
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 11
D/BluetoothAdapterStateMachine(10376): WarmUp process message: 101
D/BluetoothAdapterStateMachine(10376): WarmUp process message: 54
D/BluetoothAdapterStateMachine(10376): WarmUp process message: 51
D/BluetoothAdapterStateMachine(10376): HotOff process message: 101
D/BluetoothEventLoop(10376): Property Changed: Powered : true
D/BluetoothAdapterStateMachine(10376): Switching process message: 54
D/BluetoothEventLoop(10376): Property Changed: Pairable : true
D/BluetoothEventLoop(10376): Property Changed: Class : 5898764
D/BluetoothEventLoop(10376): Property Changed: Pairable : true
D/BluetoothEventLoop(10376): Property Changed: Discoverable : false
D/BluetoothAdapterStateMachine(10376): Switching process message: 53
D/BluetoothAdapterStateMachine(10376): Bluetooth state 11 -> 12
V/AudioHardwareMSM72XX(10242): setParameters() bluetooth_enabled=true
D/LocalBluetoothProfileManager(10802): Adding local A2DP profile
V/AudioHardwareMSM72XX(10242): setParameters() A2dpSuspended=false
D/LocalBluetoothProfileManager(10802): Adding local HEADSET profile
D/LocalBluetoothProfileManager(10802): Adding local OPP profile
D/BluetoothEventLoop(10376): Property Changed: Discovering : true
D/DockEventReceiver(10802): finishStartingService: stopping service
D/BluetoothMasReceiver(14272): Bluetooth STATE CHANGED to 12
V/BluetoothDiscoveryReceiver(10802): Received: android.bluetooth.adapter.action.DISCOVERY_STARTED
I/BtOppRfcommListener(14272): Accept thread started on channel 12
I/dalvikvm(10802): Jit: resizing JitTable from 512 to 1024
W/Sidekick_GmmLocationProviderImpl(11645): Unable to bind to GMM NLP
W/ActivityManager(10376): Unable to start service Intent { act=com.google.android.location.internal.GMM_NLP (has extras) }: not found
D/BluetoothEventLoop(10376): Property Changed: Discovering : false
V/BluetoothDiscoveryReceiver(10802): Received: android.bluetooth.adapter.action.DISCOVERY_FINISHED
D/BluetoothAdapterStateMachine(10376): BluetoothOn process message: 2
D/BluetoothAdapterStateMachine(10376): Bluetooth state 12 -> 13
V/AudioHardwareMSM72XX(10242): setParameters() bluetooth_enabled=false
E/Bluetooth HS/HF(10643): BluetoothServerSocket could not accept connection
E/Bluetooth HS/HF(10643): BluetoothServerSocket could not accept connection
I/BtOppRfcommListener(14272): stopping Accept Thread
D/BluetoothEventLoop(10376): Property Changed: Pairable : false
E/BtOppRfcommListener(14272): Error accept connection java.io.IOException: Operation Canceled
I/BtOppRfcommListener(14272): BluetoothSocket listen thread finished
D/BluetoothEventLoop(10376): Property Changed: Powered : false
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 11
D/BluetoothAdapterStateMachine(10376): Switching process message: 54
D/BluetoothAdapterStateMachine(10376): HotOff process message: 102
E/BluetoothService.cpp(10376): setBluetoothTetheringNative false
D/DockEventReceiver(10802): finishStartingService: stopping service
I/bluedroid(10376): Stopping bluetoothd deamon
D/BluetoothMasReceiver(14272): Bluetooth STATE CHANGED to 13
I/bluedroid(10376): Stopping hciattach deamon
D/BluetoothAdapterStateMachine(10376): HotOff process message: 106
D/BluetoothAdapterStateMachine(10376): Bluetooth state 13 -> 10
D/DockEventReceiver(10802): finishStartingService: stopping service
D/BluetoothMasReceiver(14272): Bluetooth STATE CHANGED to 10


--> 2nd ON
D/BluetoothAdapterStateMachine(10376): PowerOff process message: 1
D/BluetoothAdapterStateMachine(10376): Bluetooth state 10 -> 11
I/bluedroid(10376): Starting hciattach daemon
E/brcm_patchram_plus(14356): read(/sys/module/board_icong/parameters/bdaddress) unexpected size 0
D/BluetoothMasReceiver(14272): Bluetooth STATE CHANGED to 11
E/brcm_patchram_plus(14356): Done setting line discpline
I/bluedroid(10376): Starting bluetoothd deamon
E/BluetoothEventLoop.cpp(10376): get_adapter_path: D-Bus error: org.freedesktop.DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service files)
E/BluetoothEventLoop.cpp(10376): get_adapter_path: D-Bus error: org.freedesktop.DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service files)
E/BluetoothEventLoop.cpp(10376): get_adapter_path: D-Bus error: org.freedesktop.DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service files)
E/BluetoothEventLoop.cpp(10376): get_adapter_path: D-Bus error: org.freedesktop.DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service files)
E/BluetoothEventLoop.cpp(10376): get_adapter_path: D-Bus error: org.freedesktop.DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service files)
E/BluetoothEventLoop.cpp(10376): get_adapter_path: D-Bus error: org.freedesktop.DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service files)
E/BluetoothEventLoop.cpp(10376): get_adapter_path: D-Bus error: org.freedesktop.DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service files)
E/BluetoothEventLoop.cpp(10376): get_adapter_path: D-Bus error: org.bluez.Error.NoSuchAdapter (No such adapter)
E/BluetoothEventLoop.cpp(10376): failure setting up Event Loop!
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 10
I/BluetoothEventLoop.cpp(10376): agent_event_filter: Received method org.bluez.Agent:Release
D/BluetoothEventLoop(10376): Property Changed: Pairable : false
D/BluetoothEventLoop(10376): Property Changed: Powered : false
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 5
E/BluetoothService.cpp(10376): setBluetoothTetheringNative true
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 6
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 7
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 8
D/BluetoothAdapterStateMachine(10376): WarmUp process message: 101
D/BluetoothAdapterStateMachine(10376): WarmUp process message: 54
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 9
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 10
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 11
D/BluetoothAdapterStateMachine(10376): WarmUp process message: 51
D/BluetoothAdapterStateMachine(10376): HotOff process message: 101
D/BluetoothEventLoop(10376): Property Changed: Powered : true
D/BluetoothAdapterStateMachine(10376): Switching process message: 54
D/BluetoothEventLoop(10376): Property Changed: Pairable : true
D/BluetoothEventLoop(10376): Property Changed: Class : 5898764
D/BluetoothEventLoop(10376): Property Changed: Pairable : true
D/BluetoothEventLoop(10376): Property Changed: Discoverable : false
D/BluetoothAdapterStateMachine(10376): Switching process message: 53
D/BluetoothAdapterStateMachine(10376): Bluetooth state 11 -> 12
V/AudioHardwareMSM72XX(10242): setParameters() bluetooth_enabled=true
V/AudioHardwareMSM72XX(10242): setParameters() A2dpSuspended=false
D/BluetoothEventLoop(10376): Property Changed: Discovering : true
D/DockEventReceiver(10802): finishStartingService: stopping service
D/BluetoothMasReceiver(14272): Bluetooth STATE CHANGED to 12
V/BluetoothDiscoveryReceiver(10802): Received: android.bluetooth.adapter.action.DISCOVERY_STARTED
I/BtOppRfcommListener(14272): Accept thread started on channel 12
D/BluetoothService(10376): updateDeviceServiceChannelCache(00:1D:28:98:6C:0E)
D/BluetoothEventManager(10802): DeviceFoundHandler created new CachedBluetoothDevice: 00:1D:28:98:6C:0E
D/BluetoothEventLoop(10376): Property Changed: Discovering : false
V/BluetoothDiscoveryReceiver(10802): Received: android.bluetooth.adapter.action.DISCOVERY_FINISHED
D/BluetoothAdapterStateMachine(10376): BluetoothOn process message: 2
D/BluetoothAdapterStateMachine(10376): Bluetooth state 12 -> 13
E/Bluetooth HS/HF(10643): BluetoothServerSocket could not accept connection
E/Bluetooth HS/HF(10643): BluetoothServerSocket could not accept connection
V/AudioHardwareMSM72XX(10242): setParameters() bluetooth_enabled=false
D/BluetoothEventLoop(10376): Property Changed: Pairable : false
D/BluetoothEventLoop(10376): Property Changed: Powered : false
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 11
D/BluetoothAdapterStateMachine(10376): Switching process message: 54
I/BtOppRfcommListener(14272): stopping Accept Thread
E/BtOppRfcommListener(14272): Error accept connection java.io.IOException: Operation Canceled
I/BtOppRfcommListener(14272): BluetoothSocket listen thread finished
D/DockEventReceiver(10802): finishStartingService: stopping service
D/BluetoothAdapterStateMachine(10376): HotOff process message: 102
E/BluetoothService.cpp(10376): setBluetoothTetheringNative false
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 10
I/bluedroid(10376): Stopping bluetoothd deamon
D/BluetoothMasReceiver(14272): Bluetooth STATE CHANGED to 13
I/bluedroid(10376): Stopping hciattach deamon

--> CRASH <--
 
  • Like
Reactions: vigoos

godsgreat_87

Senior Member
Feb 15, 2012
82
25
I mean this build now! ;)


Does someone have random reboots during the day? I use it some time and when I look on my phone it shows CM bootscreen but without complete reboot to HTC screen.


So btw. I made a logcat of bluetooth crash after switching on/off twice:


Code:
D/LocalBluetoothManager(10802): setting foreground activity to non-null context
W/System.err(10802): Removed 2131231245
W/System.err(10802): Removed 2131231256
W/System.err(10802): Removed 2131231257
I/ActivityManager(10376): Displayed com.android.settings/.SubSettings: +383ms
W/System.err(10802): Removed 2131231245
W/System.err(10802): Removed 2131231256
W/System.err(10802): Removed 2131231257
I/dalvikvm(11645): Total arena pages for JIT: 11
I/dalvikvm(11645): Total arena pages for JIT: 12
I/dalvikvm(11645): Total arena pages for JIT: 13
I/dalvikvm(11645): Total arena pages for JIT: 14
I/dalvikvm(11645): Total arena pages for JIT: 15
I/dalvikvm(11645): Total arena pages for JIT: 16
I/dalvikvm(11645): Total arena pages for JIT: 17
I/dalvikvm(11645): Total arena pages for JIT: 18
I/dalvikvm(11645): Total arena pages for JIT: 19
V/AudioManager(12984): shouldVibrate, group: a126d48a-aaef-47c4-baed-7f0e44aeffe5 mode: DEFAULT
D/PhoneStatusBar(10542): addNotification score=0
D/dalvikvm(10542): GC_CONCURRENT freed 1710K, 53% free 4588K/9607K, paused 15ms+13ms, total 109ms
I/ActivityManager(10376): START {flg=0x10040000 cmp=com.whatsapp/.PopupNotification u=0} from pid 12984
D/LocalBluetoothManager(10802): setting foreground activity to null
W/WVMExtractor(10242): Failed to open libwvm.so
V/AudioHardwareMSM72XX(10242): open driver
V/AudioHardwareMSM72XX(10242): get config
V/AudioHardwareMSM72XX(10242): set config
V/AudioHardwareMSM72XX(10242): buffer_size: 4800
V/AudioHardwareMSM72XX(10242): buffer_count: 2
V/AudioHardwareMSM72XX(10242): channel_count: 2
V/AudioHardwareMSM72XX(10242): sample_rate: 44100
D/dalvikvm(10376): GC_CONCURRENT freed 1782K, 34% free 8878K/13255K, paused 10ms+77ms, total 801ms
I/ActivityManager(10376): Displayed com.whatsapp/.PopupNotification: +1s196ms
V/AudioHardwareMSM72XX(10242): AudioStreamOutMSM72xx::getParameters() voip_flag=
V/AudioHardwareMSM72XX(10242): AudioStreamOutMSM72xx::getParameters() voip_flag=
V/AudioHardwareMSM72XX(10242): AudioStreamOutMSM72xx::getParameters() voip_flag=
V/AudioHardwareMSM72XX(10242): AudioStreamOutMSM72xx::getParameters() voip_flag=
V/AudioHardwareMSM72XX(10242): AudioStreamOutMSM72xx::getParameters() voip_flag=
I/Choreographer(12984): Skipped 88 frames!  The application may be doing too much work on its main thread.
D/LocalBluetoothManager(10802): setting foreground activity to non-null context
W/System.err(10802): Removed 2131231245
W/System.err(10802): Removed 2131231256
W/System.err(10802): Removed 2131231257
W/IInputConnectionWrapper(12984): showStatusIcon on inactive InputConnection
I/ActivityManager(10376): Start proc com.android.providers.calendar for content provider com.android.providers.calendar/.CalendarProvider2: pid=14168 uid=10039 gids={3003, 1015, 1028}
E/Trace   (14168): error opening trace file: No such file or directory (2)
I/ActivityThread(14168): Pub com.android.calendar: com.android.providers.calendar.CalendarProvider2
I/CalendarProvider2(14168): Sending notification intent: Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar }
W/ContentResolver(14168): Failed to get type for: content://com.android.calendar (Unknown URL content://com.android.calendar)
I/ActivityManager(10376): Start proc com.android.calendar for broadcast com.android.calendar/.alerts.AlertReceiver: pid=14193 uid=10040 gids={3003, 1028}
E/Trace   (14193): error opening trace file: No such file or directory (2)
I/ActivityThread(14193): Pub com.android.calendar.CalendarRecentSuggestionsProvider: com.android.calendar.CalendarRecentSuggestionsProvider
D/dalvikvm(10376): GC_EXPLICIT freed 1433K, 42% free 7696K/13255K, paused 5ms+10ms, total 128ms
D/AlertReceiver(14193): onReceive: a=android.intent.action.PROVIDER_CHANGED Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar flg=0x10 cmp=com.android.calendar/.alerts.AlertReceiver }
D/AlertService(14193): 0 Action = android.intent.action.PROVIDER_CHANGED
D/AlertService(14193): Beginning updateAlertNotification
D/AlertService(14193): No fired or scheduled alerts

--> 1st ON

D/BluetoothAdapterStateMachine(10376): PowerOff process message: 1
D/BluetoothAdapterStateMachine(10376): Bluetooth state 10 -> 11

I/bluedroid(10376): Starting hciattach daemon
E/brcm_patchram_plus(14268): read(/sys/module/board_icong/parameters/bdaddress) unexpected size 0
I/ActivityManager(10376): Start proc com.android.bluetooth for broadcast com.android.bluetooth/.pbap.BluetoothPbapReceiver: pid=14272 uid=10047 gids={3003, 3002, 3001, 1015, 1028}
E/Trace   (14272): error opening trace file: No such file or directory (2)
I/ActivityThread(14272): Pub com.android.bluetooth.opp: com.android.bluetooth.opp.BluetoothOppProvider
I/ActivityManager(10376): No longer want com.google.android.gms (pid 12465): hidden #16
D/BluetoothMasReceiver(14272): Bluetooth STATE CHANGED to 11
E/brcm_patchram_plus(14268): Done setting line discpline
I/bluedroid(10376): Starting bluetoothd deamon
E/BluetoothEventLoop.cpp(10376): get_adapter_path: D-Bus error: org.freedesktop.DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service files)
E/BluetoothEventLoop.cpp(10376): get_adapter_path: D-Bus error: org.freedesktop.DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service files)
E/BluetoothEventLoop.cpp(10376): get_adapter_path: D-Bus error: org.freedesktop.DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service files)
E/BluetoothEventLoop.cpp(10376): get_adapter_path: D-Bus error: org.freedesktop.DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service files)
E/BluetoothEventLoop.cpp(10376): get_adapter_path: D-Bus error: org.freedesktop.DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service files)
E/BluetoothEventLoop.cpp(10376): get_adapter_path: D-Bus error: org.freedesktop.DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service files)
E/BluetoothEventLoop.cpp(10376): get_adapter_path: D-Bus error: org.bluez.Error.NoSuchAdapter (No such adapter)
E/BluetoothEventLoop.cpp(10376): failure setting up Event Loop!
D/BluetoothEventLoop(10376): Property Changed: Pairable : false
D/BluetoothEventLoop(10376): Property Changed: Powered : false
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 5
E/BluetoothService.cpp(10376): setBluetoothTetheringNative true
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 6
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 7
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 8
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 9
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 10
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 11
D/BluetoothAdapterStateMachine(10376): WarmUp process message: 101
D/BluetoothAdapterStateMachine(10376): WarmUp process message: 54
D/BluetoothAdapterStateMachine(10376): WarmUp process message: 51
D/BluetoothAdapterStateMachine(10376): HotOff process message: 101
D/BluetoothEventLoop(10376): Property Changed: Powered : true
D/BluetoothAdapterStateMachine(10376): Switching process message: 54
D/BluetoothEventLoop(10376): Property Changed: Pairable : true
D/BluetoothEventLoop(10376): Property Changed: Class : 5898764
D/BluetoothEventLoop(10376): Property Changed: Pairable : true
D/BluetoothEventLoop(10376): Property Changed: Discoverable : false
D/BluetoothAdapterStateMachine(10376): Switching process message: 53
D/BluetoothAdapterStateMachine(10376): Bluetooth state 11 -> 12
V/AudioHardwareMSM72XX(10242): setParameters() bluetooth_enabled=true
D/LocalBluetoothProfileManager(10802): Adding local A2DP profile
V/AudioHardwareMSM72XX(10242): setParameters() A2dpSuspended=false
D/LocalBluetoothProfileManager(10802): Adding local HEADSET profile
D/LocalBluetoothProfileManager(10802): Adding local OPP profile
D/BluetoothEventLoop(10376): Property Changed: Discovering : true
D/DockEventReceiver(10802): finishStartingService: stopping service
D/BluetoothMasReceiver(14272): Bluetooth STATE CHANGED to 12
V/BluetoothDiscoveryReceiver(10802): Received: android.bluetooth.adapter.action.DISCOVERY_STARTED
I/BtOppRfcommListener(14272): Accept thread started on channel 12
I/dalvikvm(10802): Jit: resizing JitTable from 512 to 1024
W/Sidekick_GmmLocationProviderImpl(11645): Unable to bind to GMM NLP
W/ActivityManager(10376): Unable to start service Intent { act=com.google.android.location.internal.GMM_NLP (has extras) }: not found
D/BluetoothEventLoop(10376): Property Changed: Discovering : false
V/BluetoothDiscoveryReceiver(10802): Received: android.bluetooth.adapter.action.DISCOVERY_FINISHED
D/BluetoothAdapterStateMachine(10376): BluetoothOn process message: 2
D/BluetoothAdapterStateMachine(10376): Bluetooth state 12 -> 13
V/AudioHardwareMSM72XX(10242): setParameters() bluetooth_enabled=false
E/Bluetooth HS/HF(10643): BluetoothServerSocket could not accept connection
E/Bluetooth HS/HF(10643): BluetoothServerSocket could not accept connection
I/BtOppRfcommListener(14272): stopping Accept Thread
D/BluetoothEventLoop(10376): Property Changed: Pairable : false
E/BtOppRfcommListener(14272): Error accept connection java.io.IOException: Operation Canceled
I/BtOppRfcommListener(14272): BluetoothSocket listen thread finished
D/BluetoothEventLoop(10376): Property Changed: Powered : false
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 11
D/BluetoothAdapterStateMachine(10376): Switching process message: 54
D/BluetoothAdapterStateMachine(10376): HotOff process message: 102
E/BluetoothService.cpp(10376): setBluetoothTetheringNative false
D/DockEventReceiver(10802): finishStartingService: stopping service
I/bluedroid(10376): Stopping bluetoothd deamon
D/BluetoothMasReceiver(14272): Bluetooth STATE CHANGED to 13
I/bluedroid(10376): Stopping hciattach deamon
D/BluetoothAdapterStateMachine(10376): HotOff process message: 106
D/BluetoothAdapterStateMachine(10376): Bluetooth state 13 -> 10
D/DockEventReceiver(10802): finishStartingService: stopping service
D/BluetoothMasReceiver(14272): Bluetooth STATE CHANGED to 10


--> 2nd ON
D/BluetoothAdapterStateMachine(10376): PowerOff process message: 1
D/BluetoothAdapterStateMachine(10376): Bluetooth state 10 -> 11
I/bluedroid(10376): Starting hciattach daemon
E/brcm_patchram_plus(14356): read(/sys/module/board_icong/parameters/bdaddress) unexpected size 0
D/BluetoothMasReceiver(14272): Bluetooth STATE CHANGED to 11
E/brcm_patchram_plus(14356): Done setting line discpline
I/bluedroid(10376): Starting bluetoothd deamon
E/BluetoothEventLoop.cpp(10376): get_adapter_path: D-Bus error: org.freedesktop.DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service files)
E/BluetoothEventLoop.cpp(10376): get_adapter_path: D-Bus error: org.freedesktop.DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service files)
E/BluetoothEventLoop.cpp(10376): get_adapter_path: D-Bus error: org.freedesktop.DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service files)
E/BluetoothEventLoop.cpp(10376): get_adapter_path: D-Bus error: org.freedesktop.DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service files)
E/BluetoothEventLoop.cpp(10376): get_adapter_path: D-Bus error: org.freedesktop.DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service files)
E/BluetoothEventLoop.cpp(10376): get_adapter_path: D-Bus error: org.freedesktop.DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service files)
E/BluetoothEventLoop.cpp(10376): get_adapter_path: D-Bus error: org.freedesktop.DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service files)
E/BluetoothEventLoop.cpp(10376): get_adapter_path: D-Bus error: org.bluez.Error.NoSuchAdapter (No such adapter)
E/BluetoothEventLoop.cpp(10376): failure setting up Event Loop!
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 10
I/BluetoothEventLoop.cpp(10376): agent_event_filter: Received method org.bluez.Agent:Release
D/BluetoothEventLoop(10376): Property Changed: Pairable : false
D/BluetoothEventLoop(10376): Property Changed: Powered : false
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 5
E/BluetoothService.cpp(10376): setBluetoothTetheringNative true
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 6
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 7
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 8
D/BluetoothAdapterStateMachine(10376): WarmUp process message: 101
D/BluetoothAdapterStateMachine(10376): WarmUp process message: 54
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 9
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 10
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 11
D/BluetoothAdapterStateMachine(10376): WarmUp process message: 51
D/BluetoothAdapterStateMachine(10376): HotOff process message: 101
D/BluetoothEventLoop(10376): Property Changed: Powered : true
D/BluetoothAdapterStateMachine(10376): Switching process message: 54
D/BluetoothEventLoop(10376): Property Changed: Pairable : true
D/BluetoothEventLoop(10376): Property Changed: Class : 5898764
D/BluetoothEventLoop(10376): Property Changed: Pairable : true
D/BluetoothEventLoop(10376): Property Changed: Discoverable : false
D/BluetoothAdapterStateMachine(10376): Switching process message: 53
D/BluetoothAdapterStateMachine(10376): Bluetooth state 11 -> 12
V/AudioHardwareMSM72XX(10242): setParameters() bluetooth_enabled=true
V/AudioHardwareMSM72XX(10242): setParameters() A2dpSuspended=false
D/BluetoothEventLoop(10376): Property Changed: Discovering : true
D/DockEventReceiver(10802): finishStartingService: stopping service
D/BluetoothMasReceiver(14272): Bluetooth STATE CHANGED to 12
V/BluetoothDiscoveryReceiver(10802): Received: android.bluetooth.adapter.action.DISCOVERY_STARTED
I/BtOppRfcommListener(14272): Accept thread started on channel 12
D/BluetoothService(10376): updateDeviceServiceChannelCache(00:1D:28:98:6C:0E)
D/BluetoothEventManager(10802): DeviceFoundHandler created new CachedBluetoothDevice: 00:1D:28:98:6C:0E
D/BluetoothEventLoop(10376): Property Changed: Discovering : false
V/BluetoothDiscoveryReceiver(10802): Received: android.bluetooth.adapter.action.DISCOVERY_FINISHED
D/BluetoothAdapterStateMachine(10376): BluetoothOn process message: 2
D/BluetoothAdapterStateMachine(10376): Bluetooth state 12 -> 13
E/Bluetooth HS/HF(10643): BluetoothServerSocket could not accept connection
E/Bluetooth HS/HF(10643): BluetoothServerSocket could not accept connection
V/AudioHardwareMSM72XX(10242): setParameters() bluetooth_enabled=false
D/BluetoothEventLoop(10376): Property Changed: Pairable : false
D/BluetoothEventLoop(10376): Property Changed: Powered : false
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 11
D/BluetoothAdapterStateMachine(10376): Switching process message: 54
I/BtOppRfcommListener(14272): stopping Accept Thread
E/BtOppRfcommListener(14272): Error accept connection java.io.IOException: Operation Canceled
I/BtOppRfcommListener(14272): BluetoothSocket listen thread finished
D/DockEventReceiver(10802): finishStartingService: stopping service
D/BluetoothAdapterStateMachine(10376): HotOff process message: 102
E/BluetoothService.cpp(10376): setBluetoothTetheringNative false
D/BluetoothEventLoop(10376): Property Changed: UUIDs : 10
I/bluedroid(10376): Stopping bluetoothd deamon
D/BluetoothMasReceiver(14272): Bluetooth STATE CHANGED to 13
I/bluedroid(10376): Stopping hciattach deamon

--> CRASH <--


Guys!! you would want to test this. Working CM10.1 for htc salsa. ported by meswar.

cm10.1 experimental port

http://www.mediafire.com/download/6m...ntal-icong.zip.

Edit: Link broken.. i dont know where to upload and how. If someone can contack meswar. It is working fine. Love the lock screen features, few clean up needed.
 

vigoos

Senior Member
Jun 24, 2012
501
302
26
Pune

theschneidi

Senior Member
Jun 26, 2012
137
87
Guys!! you would want to test this. Working CM10.1 for htc salsa. ported by meswar.
cm10.1 experimental port
http://www.mediafire.com/download/6m...ntal-icong.zip.
Edit: Link broken.. i dont know where to upload and how. If someone can contack meswar. It is working fine. Love the lock screen features, few clean up needed.

Copy&Paste of URLs is not so easy (hint: use "right-click" and "copy link") :). Could someone post it here again, please?
 

taimur272

Senior Member
Jun 21, 2013
93
14
Karachi
Please post some screenshots so we can see what's new.........

Sent from my HTC Salsa using xda app-developers app
 

godsgreat_87

Senior Member
Feb 15, 2012
82
25
Check your PM Schneider

Sent from my Samsung GALAXY Tab 2 7.0 using xda premium .

The music player lags when the screen is off. Even when we get a call and the screen was off, It lags and takes time to show up. can u plz check this and correct it..I feel its something to do with setCPU for screen off. But i am not sure so didnt want to play with it. thought of asking the experts.
Everything else looks cool apart from few simple bugs which i am pretty much fine with.
 
  • Like
Reactions: vigoos

vigoos

Senior Member
Jun 24, 2012
501
302
26
Pune
The music player lags when the screen is off. Even when we get a call and the screen was off, It lags and takes time to show up. can u plz check this and correct it..I feel its something to do with setCPU for screen off. But i am not sure so didnt want to play with it. thought of asking the experts.
Everything else looks cool apart from few simple bugs which i am pretty much fine with.

Take a backup and try playing around with ROM toolbox pro..... Might be something in some embedded values.....

Sent from my Samsung GALAXY Tab 2 7.0 using xda premium .
 

Top Liked Posts

  • There are no posts matching your filters.
  • 10
    Update 2: You won't get a stable build from here, just treat this as a massive development thread now. Feel free to continue your great work.

    Update: I have successfully built CyanogenMod 10 for you guys. I don't know if it'll boot or not, so please provide the logcat (adb logcat) and dmesg (adb shell dmesg)

    You can download UNTESTED, EXPERIMENTAL builds here:

    goo.im/devs/benjamingwynn/icong/CyanogenMod10


    Original post: Feel free to discuss your thoughts on developing this for this device here, I don't have this device but I did say to BigBearEvo that I'll help him if I can. I will compile this ROM from source code.

    I need help with this as I don't own the device (as I just said) but will make at least one build for it. I can't even promise this'll boot.

    IF YOU WANT TO HELP MORE THEN PLEASE GATHER INFORMATION ABOUT YOUR DEVICE - TOUCHSCREEN TYPE, ETC IS HELPFUL. TELLING ME ITS A CERTAIN COLOUR ISNT!​

    Hope I'll get you folks a booting port soon.
    - Benjamin
    8
    I'll do some more work on it tomorrow or saturday.
    7
    OK nps will have a look. I know its probably me but what kernel is this cm10 loaded with?

    BigBearEvo is using Xparent tapatalk 2 ICS on CM7

    HUGE IMPROVEMENT GUYS, I went from white screen to black screen lol. I switched boot.img with the one of htchacha, using Zimage of the schneidi rom of course.

    edit: I DON'T BELIEVE IN MY EYES IT'S WORKING.
    https://dl.dropbox.com/u/33680627/boot.img
    FLASH WITH THIS

    edit2: it's slow, probably 3D driver don't works. But's it's a huge step forward.

    edit3: logcat from boot to dashboard.
    https://dl.dropbox.com/u/33680627/latest kernel/logcat.log

    I/Adreno ( 91): ioctl code 0x40140931 (IOCTL_KGSL_TIMESTAMP_EVENT) failed: errno 22 Invalid argument
    E/libgenlock( 245): genlock_wait: GENLOCK_IOC_WAIT failed (err=Connection timed out)
    E/Adreno200-EGLSUB( 245): GetBackBuffer() genlock_wait failed
    E/Adreno200-ES20( 245): <gl2_surface_swap:41>: GL_OUT_OF_MEMORY
    E/Adreno200-EGL( 245): <qeglDrvAPI_eglSwapBuffers:3345>: EGL_BAD_ALLOC
    E/Adreno200-ES11( 245): <qglDrvAPI_glTexImage2D:1913>: GL_OUT_OF_MEMORY
    W/WVMExtractor( 94): Failed to open libwvm.so
    W/WVMExtractor( 94): Failed to open libwvm.so
    W/WVMExtractor( 94): Failed to open libwvm.so
    W/WVMExtractor( 94): Failed to open libwvm.so
    E/HAL ( 94): Cannot load library: link_image[1916]: 94 could not load needed library 'libcamera.so' for 'camera.msm7x27.so' (reloc_library[1331]: 94 cannot locate '_debug_pthread_create'...
    ...
    Adreno has some problems and libwvm.so is missing.
    edit4: http://xdaforums.com/showthread.php?p=24202792
    checkout this thread.
    edit5: theschneidi, bigbearevo any idea?
    Benjamin how do you solved in your rom?
    5
    Anything we get is based on a port really, Ben has managed to get this lot running, mainly due to his other cm10 rom on his wildfire s, in theory what works for our sister phone will work for us. But we are attacking this rom set from all angles lol and will continue to till we suceed! :D

    BigBear is using Xparent Tapatalk Purple
    5
    Marvel repo is fixed. I'll start working on recreating the icong repos soon :)

    Sent from my Wildfire S using xda app-developers app