Android Tablets Forum banner

[rom] CyanogenMod 10.1 - AOKP 4.2 compatibility zips for various Zenithink Amlogic 8726-MX devices

45542 Views 51 Replies 16 Participants Last post by  Cracker_Jack
ROM's official threads (where you can download latest ROM, usually built every 15 days, and the GAPPS):

* CyanogenMod 10
* AOKP 4.2

Zenithink C97

* Unrar the "common" rar file and put "zt-update" folder to the root of a microsd.
* Copy rom, gapps and compatibility zip files to the microsd as well.
* Turn on the tablet keeping pressed VOL+ and POWER and you'll boot to TWRP recovery.
* If this is your first install flash this file that will format /system, /data and /cache partitions and from "Wipe" menu erase "Android secure".
* Flash rom, gapps and the required compatibility zip.
* Now select "Reboot system now".
* Enjoy CyanogenMod 10.1 / AOKP 4.2

Common 2013-03-03
Compatibility zip 1.0

Zenithink C93 1F

* Unrar the "common" rar file and put "zt-update" folder to the root of a microsd.
* Copy rom, gapps and compatibility zip files to the microsd as well.
* Turn on the tablet keeping pressed BACK and POWER. Press VOL+ to confirm and you'll boot to TWRP recovery.
* If this is your first install flash this file that will format /system, /data and /cache partitions and from "Wipe" menu erase "Android secure".
* Flash rom, gapps and the required compatibility zip.
* Now select "Reboot system now".
* Enjoy CyanogenMod 10.1 / AOKP 4.2

Common 2013-03-03
Compatibility zip 1.0

Zenithink C93 2F

* Flash this stock ROM.
* Create a folder named "zt-update" in your microsd and unzip there the recovery.img file
* Turn on the tablet keeping pressed BACK and POWER. Press VOL+ to confirm and you'll boot to TWRP recovery.
* If this is your first install flash this file that will format /system, /data and /cache partitions and from "Wipe" menu erase "Android secure".
* Flash rom, gapps and the required compatibility zip.
* Now select "Reboot system now".
* Enjoy CyanogenMod 10.1 / AOKP 4.2

Compatibility zip 1.0.1

Zenithink C71A (GPS is not working until ZT releases a 4.2 rom or they give me "glgps" sources)

* Create a folder named "zt-update" in your microsd and unzip there the recovery.img file
* Turn on the tablet keeping pressed BACK and POWER.
* ZT's bootloader has a bug (or something to prevent people from flashing custom roms) that will scrumb your NAND when you boot to recovery using the button trigger, push the icon in the top-right (it's recovery's log) and if you see TWRP complaining about partitions go to "Wipe" menu and perform a wipe of "system", "cache", "data" and "internal storage".
* Flash rom, gapps, the required compatibility zip and recovery zip.
* Now select "Reboot system now".
* Enjoy CyanogenMod 10.1 / AOKP 4.2

Compatibility zip 1.0

Zenithink C71L (There are two versions of C71L, this one works with the one which has a 800x480 display)

* Create a folder named "zt-update" in your microsd and unzip there the recovery.img file
* Turn on the tablet keeping pressed BACK and POWER.
* ZT's bootloader has a bug (or something to prevent people from flashing custom roms) that will scrumb your NAND when you boot to recovery using the button trigger, push the icon in the top-right (it's recovery's log) and if you see TWRP complaining about partitions go to "Wipe" menu and perform a wipe of "system", "cache", "data" and "internal storage".
* Flash rom, gapps, the required compatibility zip and recovery zip.
* Now select "Reboot system now".
* Enjoy CyanogenMod 10.1 / AOKP 4.2

Compatibility zip 1.0

Zenithink C71L (There are two versions of C71L, this one works with the one which has a 1024x600 display)

* Create a folder named "zt-update" in your microsd and unzip there the recovery.img file
* Turn on the tablet keeping pressed BACK and POWER.
* ZT's bootloader has a bug (or something to prevent people from flashing custom roms) that will scrumb your NAND when you boot to recovery using the button trigger, push the icon in the top-right (it's recovery's log) and if you see TWRP complaining about partitions go to "Wipe" menu and perform a wipe of "system", "cache", "data" and "internal storage".
* Flash rom, gapps, the required compatibility zip and recovery zip.
* Now select "Reboot system now".
* Enjoy CyanogenMod 10.1 / AOKP 4.2

Compatibility zip 1.0

Zenithink C93s

* Create a folder named "zt-update" in your microsd and unzip there the recovery.img file
* Turn on the tablet keeping pressed BACK and POWER.
* ZT's bootloader has a bug (or something to prevent people from flashing custom roms) that will scrumb your NAND when you boot to recovery using the button trigger, push the icon in the top-right (it's recovery's log) and if you see TWRP complaining about partitions go to "Wipe" menu and perform a wipe of "system", "cache", "data" and "internal storage".
* Flash rom, gapps, the required compatibility zip and recovery zip.
* Now select "Reboot system now".
* Enjoy CyanogenMod 10.1 / AOKP 4.2

Compatibility zip 1.0
See less See more
  • Like
Reactions: 1
1 - 11 of 52 Posts
3
Just thought I'd quote CT in this thread about CSR (Cambridge Silicon Radio) BT Dongles:

The awesome Ricardo Cerqueira has integrated USB bluetooth support in the new stack using libusb, a very clever solution; I'd never thought about it


Since yesterday I spent lot of time trying to make it work, enabling some debug stuff into libusb and bt code to see why it was failing, at the end I managed to make it work and I've added an helper application that will set the correct permissions when a recognised dongle is plugged in.

I've added it to the FAQs and I won't include it in regular builds:

* If you wanna use a USB bluetooth device flash this zip after each rom update (flash it after the comp zip, practically as last file). It supports only CSR devices, they can be identified typing "lsusb" from an app like "terminal emulator": the supported device will be present with an entry like "Bus 001 Device 002: ID 0a12:0001" ("0a12:0001" is the supported VID:pID). Do not boot with the bluetooth plugged in; plug it once you booted to android.
I tried it and it's working, IMHO the older stack was behaving better with btusb but at least it's better than nothing.

Just some hints... if for some reason your BT dongle that was working doesn't work anymore open up terminal emulator and as root type "bt-reset" and reboot (remember to unplug the dongle).

As explained in the OP only that dongle is supported, if you have another one that was working with CM10 (but not an atherok ath3k device!) post me the result of "lsusb" and I'll white list it to see if it will work with this new stack too.

PS: I've tested it on an Aurora2 running the 3.0.50 kernel and a C97, it worked on both.
Edit: Just confirming, it's working with my C93 1f on CM10.1 (0303 kernel/0712 ROM)....

Thank you Ricardo Cerqueira & Christian Troy!

PS - Had to do the bt-reset, remove BT, reboot, and plug back in once Android is fully loaded).....
See less See more
Anyone having trouble with an intermittent hissing/static/white noise sound with videos (mkv) with dts audio? (C93 1f 0303 kernel/0712 CM10.1 ROM) Or is it just me?
See less See more
Anyone having trouble with an intermittent hissing/static/white noise sound with videos (mkv) with dts audio? (C93 1f 0303 kernel/0712 CM10.1 ROM) Or is it just me?
Bump....

So it's just me?
MKV videos with DTS audio works on everyone else's C93 and C97 on CM10.1?
See less See more
7
Thanks for the link, I've seen you post it in other threads.... I couldn't get it to work with the MXPlayer custom codec with video HW decoding and audio SW, it only worked for me when both video and audio were in SW decoding mode, but then the video playback with software decoding was really choppy......


It took me all day to finally figure it out, but I finally got HW DTS decoding working on CM10.1 0303/0712 for C93 H6_1f....
Need to remember to try the simple solutions first, and not last....
Just had to use the old working audiodsp_codec_dca.bin codec and rename it to audiodsp_codec_dtshd.bin....


Thank you CT for all your hard work and support!

Now I see a 0726 ROM update, will try it tomorrow.... Good night!

Attachments

See less See more
Right now I just wanna rest a bit, it's summer, it's hot.

I'm still unemployed but what I was meaning is that I was giving too much time to something that is "not productive", I prefer going out / watching some tv serie and stuff like that instead of spending all that time once again, I won't do the same mistake again.

The next device will be something with the new aml quad if they ever will be released...
Thank you Christian Troy for all of your hard work....
See less See more
Just FYI, since CT hasn't posted it in the Zenithink forum yet...

CM 10.2 for Ainol / Zenithink AML8726MX devices SlateDroid Thread : http://www.slatedroid.com/topic/89290-rom-cyanogenmod-102-43-update-2013-08-31/
PA 3.99 for Ainol / Zenithink AML8726MX devices SlateDroid Thread : http://www.slatedroid.com/topic/89298-rom-paranoidandroid-399-43/
For those with a C71A or C93A, CT posted comp zips for his CM 10.2 (0914 update) ROM - http://www.slatedroid.com/topic/89290-rom-cyanogenmod-102-43-update-2013-09-14/
[REQUEST] Logcat and bt_config.xml needed from tablet with working USB BT and a working BT Keyboard.... (Need to figure out why my Logitech K810 doesn't work, need to see/compare with what a working ones files look like.) Please post here or PM me. Thank you!

I'm trying to figure out why my BT keyboard doesn't work with CM10.1/CM10.2.... I can pair and connect, but when trying to type something in, the tablet doesn't react at all... Transferring files between my computer and tablet works, also a pair of BT headphones work... Keyboard works fine on my PC and with my ZT-280 C91 (H1_2n) on 0217 GB 2.3.4....

My /data/misc/bluedroid/bt_config.xml file:
Code:
<Bluedroid><br />
    <N1 Tag="Local"><br />
        <N1 Tag="Adapter"><br />
            <N1 Tag="BluezMigrationDone" Type="int">1</N1><br />
            <N2 Tag="Address" Type="string">00:1f:81:00:08:30</N2><br />
            <N3 Tag="ScanMode" Type="int">0</N3><br />
            <N4 Tag="DiscoveryTimeout" Type="int">3600</N4><br />
        </N1><br />
        <N2 Tag="AutoPairBlacklist"><br />
            <N1 Tag="AddressBlacklist" Type="string">00:02:C7,00:16:FE,00:19:C1,00:1B:FB,00:1E:3D,00:21:4F,00:23:06,00:24:33,00:A0:79,00:0E:6D,00:13:E0,00:21:E8,00:60:57,00:0E:9F,00:12:1C,00:18:91,00:18:96,00:13:04,00:16:FD,00:22:A0,00:0B:4C,00:60:6F,00:23:3D,00:C0:59,00:0A:30,00:1E:AE,00:1C:D7,00:80:F0,00:12:8A,00:09:93,00:80:37,00:26:7E<br />
</N1><br />
            <N2 Tag="ExactNameBlacklist" Type="string">Motorola IHF1000,i.TechBlueBAND,X5 Stereo v1.3,KML_CAN<br />
</N2><br />
            <N3 Tag="PartialNameBlacklist" Type="string">BMW,Audi,Parrot,Car<br />
</N3><br />
            <N4 Tag="FixedPinZerosKeyboardBlacklist" Type="string">00:0F:F6<br />
</N4><br />
        </N2><br />
    </N1><br />
    <N2 Tag="Remote"><br />
        <N1 Tag="00:02:72:c6:1b:e4"><br />
            <N1 Tag="Timestamp" Type="int">1379909185</N1><br />
            <N2 Tag="DevClass" Type="int">4063492</N2><br />
            <N3 Tag="DevType" Type="int">1</N3><br />
            <N4 Tag="Name" Type="string">HOME-PC</N4><br />
            <N5 Tag="LinkKeyType" Type="int">0</N5><br />
            <N6 Tag="PinLength" Type="int">4</N6><br />
            <N7 Tag="LinkKey" Type="binary">4a515583663815ae7ca3e96abc1bdba9</N7><br />
        </N1><br />
        <N2 Tag="00:1f:20:92:48:35"><br />
            <N1 Tag="Timestamp" Type="int">1380000195</N1><br />
            <N2 Tag="DevClass" Type="int">9536</N2><br />
            <N3 Tag="DevType" Type="int">1</N3><br />
            <N4 Tag="Name" Type="string">Logitech K810</N4><br />
            <N5 Tag="LinkKeyType" Type="int">0</N5><br />
            <N6 Tag="PinLength" Type="int">6</N6><br />
            <N7 Tag="LinkKey" Type="binary">ae229c13c4ca230b5d4fa7928fdae9b5</N7><br />
            <N8 Tag="Service" Type="string">00001124-0000-1000-8000-00805f9b34fb </N8><br />
            <N9 Tag="HidAttrMask" Type="int">33271</N9><br />
            <N10 Tag="HidSubClass" Type="int">64</N10><br />
            <N11 Tag="HidAppId" Type="int">2</N11><br />
            <N12 Tag="HidVendorId" Type="int">1133</N12><br />
            <N13 Tag="HidProductId" Type="int">45849</N13><br />
            <N14 Tag="HidVersion" Type="int">4610</N14><br />
            <N15 Tag="HidCountryCode" Type="int">33</N15><br />
            <N16 Tag="HidDescriptor" Type="binary">05010906a101850175019508050719e029e715002501810295017508810395057501050819012905910295017503910395067508150026ff000507190029ff8100c0050c0901a101850215002501750195140a94010a92010a83010a23020a8a010a82010a21020a30000a25020a23020a270209b609b509b809cd09e909ea09e20a240209308102950175048103c0050c0901a101850305010906a102050609201500261400750895018102c0c005010980a10185041500250175019502098109828102950175068103c0050c0901a101850505010906a1020600ff2501750195020a03fe0a04fe810295068103c0c0050c0901a10185ff05069501750219242926810275068101c00600ff0901a101851075089506150026ff000901810009019100c00600ff0902a101851175089513150026ff000902810009029100c0</N16><br />
        </N2><br />
        <N3 Tag="00:1a:7d:12:36:2a"><br />
            <N1 Tag="Timestamp" Type="int">1380000107</N1><br />
            <N2 Tag="DevClass" Type="int">2360324</N2><br />
            <N3 Tag="DevType" Type="int">1</N3><br />
            <N4 Tag="Name" Type="string">SoundBot SB220</N4><br />
            <N5 Tag="LinkKeyType" Type="int">0</N5><br />
            <N6 Tag="PinLength" Type="int">0</N6><br />
            <N7 Tag="LinkKey" Type="binary">f480dcc18dd8175eb75943ae8403c4fe</N7><br />
            <N8 Tag="Service" Type="string">00001108-0000-1000-8000-00805f9b34fb 0000111e-0000-1000-8000-00805f9b34fb 0000110b-0000-1000-8000-00805f9b34fb 0000110e-0000-1000-8000-00805f9b34fb </N8><br />
        </N3><br />
    </N2><br />
</Bluedroid><br />
My logcat (partial):
Code:
[size="3"]I/BT-HELPER( 3422): USB Bluetooth found<br />
<br />
E/NetlinkEvent( 2280): [URL=NetlinkEvent::FindParam()]NetlinkEvent::FindParam()[/URL]: Parameter 'INTERFACE' not found<br />
<br />
W/Vold    ( 2280): addMdmDev don't find a match usb device(a12_1) in isKnownMdmDev<br />
<br />
W/Vold    ( 2280): addMdmDev don't find a match usb device(a12_1) in isKnownMdmDev<br />
<br />
I/BT-HELPER( 3422): Called /system/xbin/bt-permission 0a12 &<br />
<br />
W/ContextImpl( 3509): Calling a method in the system process without a qualified user: [URL=android.app.ContextImpl.sendBroadcast:1084]android.app.ContextImpl.sendBroadcast:1084[/URL] [URL=com.android.server.usb.UsbSettingsManager.deviceAttached:619]com.android.server.usb.UsbSettingsManager.deviceAttached:619[/URL] [URL=com.android.server.usb.UsbHostManager.usbDeviceAdded:156]com.android.server.usb.UsbHostManager.usbDeviceAdded:156[/URL] [URL=com.android.server.usb.UsbHostManager.monitorUsbHostBus:-2]com.android.server.usb.UsbHostManager.monitorUsbHostBus:-2[/URL] com.android.server.usb.UsbHostManager.access$000:38 <br />
<br />
I/ActivityManager( 3509): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.settings/.Settings bnds=[947,465][1017,533]} from pid 3823<br />
<br />
W/ContextImpl( 5868): Calling a method in the system process without a qualified user: [URL=android.app.ContextImpl.bindService:1458]android.app.ContextImpl.bindService:1458[/URL] [URL=android.content.ContextWrapper.bindService:473]android.content.ContextWrapper.bindService:473[/URL] android.bluetooth.BluetoothInputDevice.<init>:240 [URL=android.bluetooth.BluetoothAdapter.getProfileProxy:1169]android.bluetooth.BluetoothAdapter.getProfileProxy:1169[/URL] [URL=com.android.settings.bluetooth.LocalBluetoothAdapter.getProfileProxy:94]com.android.settings.bluetooth.LocalBluetoothAdapter.getProfileProxy:94[/URL] <br />
<br />
W/ContextImpl( 5868): Calling a method in the system process without a qualified user: [URL=android.app.ContextImpl.bindService:1458]android.app.ContextImpl.bindService:1458[/URL] [URL=android.content.ContextWrapper.bindService:473]android.content.ContextWrapper.bindService:473[/URL] android.bluetooth.BluetoothPan.<init>:141 [URL=android.bluetooth.BluetoothAdapter.getProfileProxy:1172]android.bluetooth.BluetoothAdapter.getProfileProxy:1172[/URL] com.android.settings.bluetooth.PanProfile.<init>:73 <br />
<br />
W/ContextImpl( 5868): Calling a method in the system process without a qualified user: [URL=android.app.ContextImpl.bindService:1458]android.app.ContextImpl.bindService:1458[/URL] [URL=android.content.ContextWrapper.bindService:473]android.content.ContextWrapper.bindService:473[/URL] android.bluetooth.BluetoothPbap.<init>:161 com.android.settings.bluetooth.PbapServerProfile.<init>:68 com.android.settings.bluetooth.LocalBluetoothProfileManager.<init>:124 <br />
<br />
D/WifiService( 3509): setWifiEnabled: true pid=5868, uid=1000<br />
<br />
D/WifiService( 3509): setWifiEnabled: true pid=5868, uid=1000<br />
<br />
I/ActivityManager( 3509): Start proc com.android.bluetooth for service com.android.bluetooth/.btservice.AdapterService: pid=6346 uid=1002 gids={41002, 3003, 3002, 3001, 1015, 3005, 1016, 3008, 1028}<br />
<br />
I/ActivityManager( 3509): Start proc it.medieval.blueftp for broadcast it.medieval.blueftp/.WPanel: pid=6375 uid=10006 gids={50006, 3003, 3002, 3001, 1015, 1028}<br />
<br />
W/ContextImpl( 5868): Calling a method in the system process without a qualified user: [URL=android.app.ContextImpl.bindService:1458]android.app.ContextImpl.bindService:1458[/URL] [URL=android.content.ContextWrapper.bindService:473]android.content.ContextWrapper.bindService:473[/URL] android.bluetooth.BluetoothPbap$1.onBluetoothStateChange:132 android.bluetooth.IBluetoothStateChangeCallback$Stub.onTransact:55 [URL=android.os.Binder.execTransact:351]android.os.Binder.execTransact:351[/URL] <br />
<br />
W/ContextImpl( 5868): Calling a method in the system process without a qualified user: [URL=android.app.ContextImpl.bindService:1458]android.app.ContextImpl.bindService:1458[/URL] [URL=android.content.ContextWrapper.bindService:473]android.content.ContextWrapper.bindService:473[/URL] android.bluetooth.BluetoothPan$1.onBluetoothStateChange:173 android.bluetooth.IBluetoothStateChangeCallback$Stub.onTransact:55 [URL=android.os.Binder.execTransact:351]android.os.Binder.execTransact:351[/URL] <br />
<br />
W/ContextImpl( 5868): Calling a method in the system process without a qualified user: [URL=android.app.ContextImpl.bindService:1458]android.app.ContextImpl.bindService:1458[/URL] [URL=android.content.ContextWrapper.bindService:473]android.content.ContextWrapper.bindService:473[/URL] android.bluetooth.BluetoothA2dp.<init>:160 [URL=android.bluetooth.BluetoothAdapter.getProfileProxy:1166]android.bluetooth.BluetoothAdapter.getProfileProxy:1166[/URL] com.android.settings.bluetooth.A2dpProfile.<init>:74 <br />
<br />
W/ContextImpl( 5868): Calling a method in the system process without a qualified user: [URL=android.app.ContextImpl.bindService:1458]android.app.ContextImpl.bindService:1458[/URL] [URL=android.content.ContextWrapper.bindService:473]android.content.ContextWrapper.bindService:473[/URL] android.bluetooth.BluetoothHeadset.<init>:273 [URL=android.bluetooth.BluetoothAdapter.getProfileProxy:1163]android.bluetooth.BluetoothAdapter.getProfileProxy:1163[/URL] [URL=com.android.settings.bluetooth.LocalBluetoothAdapter.getProfileProxy:94]com.android.settings.bluetooth.LocalBluetoothAdapter.getProfileProxy:94[/URL] <br />
<br />
W/ContextImpl( 5868): Calling a method in the system process without a qualified user: [URL=android.app.ContextImpl.startService:1404]android.app.ContextImpl.startService:1404[/URL] [URL=android.content.ContextWrapper.startService:450]android.content.ContextWrapper.startService:450[/URL] [URL=android.content.ContextWrapper.startService:450]android.content.ContextWrapper.startService:450[/URL] [URL=com.android.settings.bluetooth.DockEventReceiver.beginStartingService:134]com.android.settings.bluetooth.DockEventReceiver.beginStartingService:134[/URL] [URL=com.android.settings.bluetooth.DockEventReceiver.onReceive:115]com.android.settings.bluetooth.DockEventReceiver.onReceive:115[/URL] <br />
<br />
I/ActivityManager( 3509): Start proc com.android.email for content provider com.android.email/.provider.EmailProvider: pid=6404 uid=10015 gids={50015, 3003, 1015, 1028}<br />
<br />
I/ActivityManager( 3509): Start proc com.android.exchange for service com.android.exchange/.ExchangeService: pid=6421 uid=10046 gids={50046, 3003, 1015, 1028}<br />
<br />
I/ActivityManager( 3509): No longer want com.google.android.partnersetup (pid 5812): empty #17<br />
<br />
I/ActivityManager( 3509): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.mobint.hololauncher.hd/com.mobint.hololauncher.Launcher} from pid 3509<br />
<br />
I/ActivityManager( 3509): No longer want com.astroplayerbeta (pid 5835): empty #17<br />
<br />
I/ActivityManager( 3509): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=jackpal.androidterm/.Term bnds=[947,397][1017,465]} from pid 3823<br />
<br />
I/ActivityManager( 3509): Start proc jackpal.androidterm for activity jackpal.androidterm/.Term: pid=6474 uid=10005 gids={50005, 3003, 1015, 1028}<br />
<br />
W/ActivityManager( 3509): Duplicate finish request for ActivityRecord{41122858 u0 jackpal.androidterm/.Term}<br />
<br />
W/InputMethodManagerService( 3509): Window already focused, ignoring focus gain of: [email protected] [email protected], token = [email protected]<br />
<br />
I/ActivityManager( 3509): No longer want com.android.calendar (pid 5671): empty #17<br />
<br />
I/ActivityManager( 3509): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=jackpal.androidterm/.Term bnds=[947,397][1017,465]} from pid 3823<br />
<br />
I/ActivityManager( 3509): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.mobint.hololauncher.hd/com.mobint.hololauncher.Launcher} from pid 3509<br />
<br />
I/ActivityManager( 3509): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.browser/.BrowserActivity bnds=[947,125][1017,193]} from pid 3823<br />
<br />
I/ActivityManager( 3509): Start proc com.android.browser for activity com.android.browser/.BrowserActivity: pid=6541 uid=10049 gids={50049, 3003, 1015, 1028}<br />
<br />
I/ActivityManager( 3509): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.speedsoftware.rootexplorer/.RootExplorer bnds=[746,459][834,547]} from pid 3823<br />
<br />
I/ActivityManager( 3509): Start proc com.speedsoftware.rootexplorer for activity com.speedsoftware.rootexplorer/.RootExplorer: pid=6591 uid=10225 gids={50225, 1015, 3003, 1028}<br />
<br />
I/ActivityManager( 3509): Process com.weather.Weather (pid 5445) has died.<br />
<br />
I/ActivityManager( 3509): Start proc android.process.media for service com.android.providers.media/.MediaScannerService: pid=6614 uid=10026 gids={50026, 1015, 1023, 1024, 1028, 2001, 3003, 3007}<br />
<br />
I/ActivityManager( 3509): Process com.google.android.apps.plus (pid 5610) has died.<br />
<br />
I/ActivityManager( 3509): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.mobint.hololauncher.hd/com.mobint.hololauncher.Launcher} from pid 3509<br />
<br />
I/ActivityManager( 3509): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=jackpal.androidterm/.Term bnds=[947,397][1017,465]} from pid 3823<br />
<br />
I/ActivityManager( 3509): Process com.google.android.googlequicksearchbox (pid 5792) has died.<br />
<br />
D/PhoneStatusBar( 3657): disable: < expand icons alerts TICKER* SYSTEM_INFO* back home recent clock search ><br />
<br />
I/ActivityManager( 3509): Process com.google.android.gm (pid 5737) has died.<br />
<br />
W/ContextImpl( 5868): Calling a method in the system process without a qualified user: [URL=android.app.ContextImpl.startService:1404]android.app.ContextImpl.startService:1404[/URL] [URL=android.content.ContextWrapper.startService:450]android.content.ContextWrapper.startService:450[/URL] [URL=android.content.ContextWrapper.startService:450]android.content.ContextWrapper.startService:450[/URL] [URL=com.android.settings.bluetooth.DockEventReceiver.beginStartingService:134]com.android.settings.bluetooth.DockEventReceiver.beginStartingService:134[/URL] [URL=com.android.settings.bluetooth.DockEventReceiver.onReceive:115]com.android.settings.bluetooth.DockEventReceiver.onReceive:115[/URL] <br />
<br />
D/PhoneStatusBar( 3657): disable: < expand icons alerts ticker* system_info* back home recent clock search ><br />
<br />
W/InputMethodManagerService( 3509): Window already focused, ignoring focus gain of: [email protected] attribute=null, token = [email protected]<br />
<br />
W/ContextImpl( 5868): Calling a method in the system process without a qualified user: [URL=android.app.ContextImpl.startService:1404]android.app.ContextImpl.startService:1404[/URL] [URL=android.content.ContextWrapper.startService:450]android.content.ContextWrapper.startService:450[/URL] [URL=android.content.ContextWrapper.startService:450]android.content.ContextWrapper.startService:450[/URL] [URL=com.android.settings.bluetooth.DockEventReceiver.beginStartingService:134]com.android.settings.bluetooth.DockEventReceiver.beginStartingService:134[/URL] [URL=com.android.settings.bluetooth.DockEventReceiver.onReceive:115]com.android.settings.bluetooth.DockEventReceiver.onReceive:115[/URL] <br />
<br />
D/PhoneStatusBar( 3657): disable: < expand icons alerts TICKER* SYSTEM_INFO* back home recent clock search ><br />
<br />
D/PhoneStatusBar( 3657): disable: < expand icons alerts ticker* system_info* back home recent clock search ><br />
<br />
W/InputMethodManagerService( 3509): Window already focused, ignoring focus gain of: [email protected] attribute=null, token = [email protected]<br />
<br />
W/ContextImpl( 5868): Calling a method in the system process without a qualified user: [URL=android.app.ContextImpl.bindService:1458]android.app.ContextImpl.bindService:1458[/URL] [URL=android.content.ContextWrapper.bindService:473]android.content.ContextWrapper.bindService:473[/URL] android.bluetooth.BluetoothPbap$1.onBluetoothStateChange:132 android.bluetooth.IBluetoothStateChangeCallback$Stub.onTransact:55 [URL=android.os.Binder.execTransact:351]android.os.Binder.execTransact:351[/URL] <br />
<br />
W/ContextImpl( 5868): Calling a method in the system process without a qualified user: [URL=android.app.ContextImpl.bindService:1458]android.app.ContextImpl.bindService:1458[/URL] [URL=android.content.ContextWrapper.bindService:473]android.content.ContextWrapper.bindService:473[/URL] android.bluetooth.BluetoothA2dp$1.onBluetoothStateChange:131 android.bluetooth.IBluetoothStateChangeCallback$Stub.onTransact:55 [URL=android.os.Binder.execTransact:351]android.os.Binder.execTransact:351[/URL] <br />
<br />
W/ContextImpl( 3509): Calling a method in the system process without a qualified user: [URL=android.app.ContextImpl.bindService:1458]android.app.ContextImpl.bindService:1458[/URL] android.bluetooth.BluetoothHeadset$1.onBluetoothStateChange:244 [URL=com.android.server.BluetoothManagerService.sendBluetoothStateCallback:488]com.android.server.BluetoothManagerService.sendBluetoothStateCallback:488[/URL] [URL=com.android.server.BluetoothManagerService.bluetoothStateChangeHandler:1066]com.android.server.BluetoothManagerService.bluetoothStateChangeHandler:1066[/URL] com.android.server.BluetoothManagerService.access$2700:47 <br />
<br />
W/ContextImpl( 3509): Calling a method in the system process without a qualified user: [URL=android.app.ContextImpl.bindService:1458]android.app.ContextImpl.bindService:1458[/URL] android.bluetooth.BluetoothA2dp$1.onBluetoothStateChange:131 [URL=com.android.server.BluetoothManagerService.sendBluetoothStateCallback:488]com.android.server.BluetoothManagerService.sendBluetoothStateCallback:488[/URL] [URL=com.android.server.BluetoothManagerService.bluetoothStateChangeHandler:1066]com.android.server.BluetoothManagerService.bluetoothStateChangeHandler:1066[/URL] com.android.server.BluetoothManagerService.access$2700:47 <br />
<br />
W/ContextImpl( 5868): Calling a method in the system process without a qualified user: [URL=android.app.ContextImpl.bindService:1458]android.app.ContextImpl.bindService:1458[/URL] [URL=android.content.ContextWrapper.bindService:473]android.content.ContextWrapper.bindService:473[/URL] android.bluetooth.BluetoothHeadset$1.onBluetoothStateChange:244 android.bluetooth.IBluetoothStateChangeCallback$Stub.onTransact:55 [URL=android.os.Binder.execTransact:351]android.os.Binder.execTransact:351[/URL] <br />
<br />
W/ContextImpl( 5868): Calling a method in the system process without a qualified user: [URL=android.app.ContextImpl.bindService:1458]android.app.ContextImpl.bindService:1458[/URL] [URL=android.content.ContextWrapper.bindService:473]android.content.ContextWrapper.bindService:473[/URL] android.bluetooth.BluetoothPan$1.onBluetoothStateChange:173 android.bluetooth.IBluetoothStateChangeCallback$Stub.onTransact:55 [URL=android.os.Binder.execTransact:351]android.os.Binder.execTransact:351[/URL] <br />
<br />
W/ContextImpl( 5868): Calling a method in the system process without a qualified user: [URL=android.app.ContextImpl.bindService:1458]android.app.ContextImpl.bindService:1458[/URL] [URL=android.content.ContextWrapper.bindService:473]android.content.ContextWrapper.bindService:473[/URL] android.bluetooth.BluetoothInputDevice$1.onBluetoothStateChange:209 android.bluetooth.IBluetoothStateChangeCallback$Stub.onTransact:55 [URL=android.os.Binder.execTransact:351]android.os.Binder.execTransact:351[/URL] <br />
<br />
W/ContextImpl( 5868): Calling a method in the system process without a qualified user: [URL=android.app.ContextImpl.startService:1404]android.app.ContextImpl.startService:1404[/URL] [URL=android.content.ContextWrapper.startService:450]android.content.ContextWrapper.startService:450[/URL] [URL=android.content.ContextWrapper.startService:450]android.content.ContextWrapper.startService:450[/URL] [URL=com.android.settings.bluetooth.DockEventReceiver.beginStartingService:134]com.android.settings.bluetooth.DockEventReceiver.beginStartingService:134[/URL] [URL=com.android.settings.bluetooth.DockEventReceiver.onReceive:115]com.android.settings.bluetooth.DockEventReceiver.onReceive:115[/URL] <br />
<br />
I/ActivityManager( 3509): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.mobint.hololauncher.hd/com.mobint.hololauncher.Launcher} from pid 3509<br />
<br />
I/ActivityManager( 3509): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.speedsoftware.rootexplorer/.RootExplorer bnds=[746,459][834,547]} from pid 3823<br />
<br />
I/ActivityManager( 3509): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.mobint.hololauncher.hd/com.mobint.hololauncher.Launcher} from pid 3509<br />
<br />
I/ActivityManager( 3509): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=jackpal.androidterm/.Term bnds=[947,397][1017,465]} from pid 3823<br />
<br />
I/ActivityManager( 3509): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=jackpal.androidterm/.Term bnds=[947,397][1017,465]} from pid 3823<br />
<br />
I/ActivityManager( 3509): Start proc com.google.android.googlequicksearchbox for broadcast com.google.android.googlequicksearchbox/com.google.android.velvet.location.LocationReceiver: pid=6793 uid=10022 gids={50022, 3003, 1028, 3002, 1015}<br />
<br />
I/ActivityManager( 3509): Process com.google.android.keep (pid 5957) has died.<br />
<br />
I/ActivityManager( 3509): Start proc com.google.android.partnersetup for content provider com.google.android.partnersetup/.RlzAppProvider: pid=6810 uid=10063 gids={50063, 3003, 1028}<br />
<br />
I/ActivityManager( 3509): Start proc com.weather.Weather for service com.weather.Weather/com.weather.dal.weatherconnections.ForegroundRefreshService: pid=6857 uid=10198 gids={50198, 1015, 3003, 1028}<br />
<br />
I/ActivityManager( 3509): Process com.android.browser (pid 6541) has died.<br />
<br />
I/ActivityManager( 3509): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.mobint.hololauncher.hd/com.mobint.hololauncher.Launcher} from pid 3509<br />
<br />
D/PowerManagerService( 3509): Power supply un-plugged: chargeLock released<br />
<br />
E/NotificationService( 3509): Ignoring notification with icon==0: Notification(pri=0 contentView=null vibrate=null sound=content://settings/system/notification_sound defaults=0xfffffffc flags=0x0 kind=[null])<br />
<br />
I/ActivityManager( 3509): Start proc com.google.android.apps.uploader for broadcast com.google.android.apps.uploader/com.google.android.picasasync.BatteryReceiver: pid=6940 uid=10034 gids={50034, 3003, 1015, 1028}<br />
<br />
I/ActivityManager( 3509): Start proc com.android.chrome for broadcast com.android.chrome/org.chromium.base.PowerStatusReceiver: pid=6961 uid=10085 gids={50085, 1006, 3003, 1015, 1028}<br />
<br />
I/ActivityManager( 3509): Start proc com.google.android.apps.plus for broadcast com.google.android.apps.plus/.iu.InstantUploadEnvironment$BatteryReceiver: pid=6975 uid=10234 gids={50234, 3003, 3002, 1015, 1006, 1028}<br />
<br />
I/ActivityManager( 3509): Start proc android.process.acore for content provider com.android.providers.contacts/.ContactsProvider2: pid=6993 uid=10009 gids={50009, 3003, 1015, 1028}<br />
<br />
I/ActivityManager( 3509): Start proc com.bartat.android.elixir for broadcast com.bartat.android.elixir/.GlobalBroadcastReceiver: pid=7004 uid=10088 gids={50088, 3002, 3001, 1006, 3003, 1015, 1028}<br />
<br />
I/ActivityManager( 3509): No longer want com.google.android.apps.genie.geniewidget (pid 5915): empty #17<br />
<br />
I/ActivityManager( 3509): No longer want com.google.android.calendar (pid 4577): empty #17<br />
<br />
I/ActivityManager( 3509): No longer want com.ivona.tts.voicebeta.eng.usa.kendra (pid 5715): empty #17<br />
<br />
I/ActivityManager( 3509): Process com.google.android.googlequicksearchbox (pid 6793) has died.<br />
<br />
I/ActivityManager( 3509): Process com.android.email (pid 6404) has died.<br />
<br />
I/ActivityManager( 3509): Process com.google.android.gsf.login (pid 4823) has died.<br />
<br />
I/ActivityManager( 3509): Process com.google.android.apps.uploader (pid 6940) has died.<br />
<br />
I/ActivityManager( 3509): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.settings/.Settings bnds=[947,465][1017,533]} from pid 3823<br />
<br />
D/WifiService( 3509): setWifiEnabled: true pid=5868, uid=1000<br />
<br />
I/ActivityManager( 3509): Process com.android.providers.calendar (pid 5461) has died.<br />
<br />
D/WifiService( 3509): setWifiEnabled: true pid=5868, uid=1000<br />
<br />
--------- beginning of /dev/log/main<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/LocalBluetoothManager( 5868): setting foreground activity to non-null context<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothDiscoverableEnabler( 5868): handleModeChanged(): mode = 21<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothDiscoverableEnabler( 5868): handleModeChanged(): mode = 21<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/LocalBluetoothManager( 5868): setting foreground activity to null<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/LocalBluetoothManager( 5868): setting foreground activity to non-null context<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
I/BluetoothBondStateMachine( 6346): Entering PendingCommandState State<br />
<br />
E/bt-btif ( 6346): btif_hh_virtual_unplug: Error, device 00:1F:20:92:48:35 not opened.<br />
<br />
I/BTIF_HH ( 6346): btif_hh_remove_device: bda = 00:1f:20:92:48:35<br />
<br />
D/CachedBluetoothDevice( 5868): Command sent [URL=successfully:REMOVE_BOND]successfully:REMOVE_BOND[/URL] [URL=Address:00:1F:20:92:48]Address:00:1F:20:92:48[/URL]:35<br />
<br />
D/LocalBluetoothManager( 5868): setting foreground activity to null<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 154<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 8 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
D/btif_config_util( 6346): btif_config_save_file(L153): in file [URL=name:/data/misc/bluedroid/bt_config]name:/data/misc/bluedroid/bt_config[/URL].new<br />
<br />
I/BluetoothBondStateMachine( 6346): bondStateChangeCallback: Status: 0 Address: 00:1F:20:92:48:35 newState: 0<br />
<br />
I/BluetoothBondStateMachine( 6346): Bond State Change [URL=Intent:00:1F:20:92:48:35]Intent:00:1F:20:92:48:35[/URL] OldState: 12 NewState: 10<br />
<br />
I/dalvikvm( 3657): Jit: resizing JitTable from 4096 to 8192<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): Get Bonded Devices being called<br />
<br />
W/BackupManagerService( 3509): dataChanged but no participant pkg='com.android.providers.settings' uid=1002<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/LocalBluetoothManager( 5868): setting foreground activity to non-null context<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothDiscoverableEnabler( 5868): handleModeChanged(): mode = 21<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
W/BackupManagerService( 3509): dataChanged but no participant pkg='com.android.providers.settings' uid=1002<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
W/BackupManagerService( 3509): dataChanged but no participant pkg='com.android.providers.settings' uid=1002<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
I/BluetoothBondStateMachine( 6346): StableState(): Entering Off State<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothDiscoverableEnabler( 5868): handleModeChanged(): mode = 21<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothDiscoverableEnabler( 5868): handleModeChanged(): mode = 21<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
W/BluetoothEventManager( 5868): showUnbondMessage: Not displaying any message for reason: 0<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothManagerService( 3509): disable(): mBluetooth = [email protected] mBinding = false<br />
<br />
D/BluetoothManagerService( 3509): Message: 2<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothManagerService( 3509): Sending off request.<br />
<br />
D/BluetoothAdapterService( 6346): Broadcasting updateAdapterState() to 1 receivers.<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 155<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 6 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 156<br />
<br />
W/bt-btif ( 6346): invalid rfc slot id: 5<br />
<br />
W/bt-btif ( 6346): invalid rfc slot id: 6<br />
<br />
W/bt-btif ( 6346): invalid rfc slot id: 7<br />
<br />
W/bt-btif ( 6346): invalid rfc slot id: 8<br />
<br />
E/BtOppRfcommListener( 6346): Error accept connection java.io.IOException: read failed, socket might closed or timeout, read ret: -1<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 6 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothManagerService( 3509): Message: 60<br />
<br />
D/BluetoothManagerService( 3509): MESSAGE_BLUETOOTH_STATE_CHANGE: prevState = 12, newState=13<br />
<br />
D/BluetoothManagerService( 3509): Bluetooth State Change Intent: 12 -> 13<br />
<br />
W/bt-btif ( 6346): bta_dm_disable BTA_DISABLE_DELAY set to 200 ms<br />
<br />
W/bt-l2cap( 6346): L2CAP - PSM: 0x0019 not found for deregistration<br />
<br />
W/bt-l2cap( 6346): L2CAP - PSM: 0x0017 not found for deregistration<br />
<br />
D/btif_config_util( 6346): btif_config_save_file(L153): in file [URL=name:/data/misc/bluedroid/bt_config]name:/data/misc/bluedroid/bt_config[/URL].new<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 157<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 6 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 158<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 6 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 159<br />
<br />
I/BtOppRfcommListener( 6346): stopping Accept Thread<br />
<br />
I/BtOppRfcommListener( 6346): BluetoothSocket listen thread finished<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 6 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
D/BluetoothDiscoverableEnabler( 5868): handleModeChanged(): mode = 20<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/CachedBluetoothDevice( 5868):  Clearing all connection state for dev:GAUTAM-PC<br />
<br />
D/CachedBluetoothDevice( 5868):  Clearing all connection state for [URL=dev:SoundBot]dev:SoundBot[/URL] SB220<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
W/ContextImpl( 5868): Calling a method in the system process without a qualified user: [URL=android.app.ContextImpl.startService:1404]android.app.ContextImpl.startService:1404[/URL] [URL=android.content.ContextWrapper.startService:450]android.content.ContextWrapper.startService:450[/URL] [URL=android.content.ContextWrapper.startService:450]android.content.ContextWrapper.startService:450[/URL] [URL=com.android.settings.bluetooth.DockEventReceiver.beginStartingService:134]com.android.settings.bluetooth.DockEventReceiver.beginStartingService:134[/URL] [URL=com.android.settings.bluetooth.DockEventReceiver.onReceive:115]com.android.settings.bluetooth.DockEventReceiver.onReceive:115[/URL] <br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/DockEventReceiver( 5868): finishStartingService: stopping service<br />
<br />
D/BluetoothPbap( 5868): Proxy object disconnected<br />
<br />
D/PbapServerProfile( 5868): Bluetooth service disconnected<br />
<br />
D/BluetoothMasReceiver( 6346): Bluetooth STATE CHANGED to 13<br />
<br />
W/bt-btif ( 6346): ag scb idx 1 not allocated<br />
<br />
E/bt-btif ( 6346): BTA AG is already disabled, ignoring ...<br />
<br />
W/bt-l2cap( 6346): L2CAP - PSM: 0x0019 not found for deregistration<br />
<br />
W/bt-l2cap( 6346): L2CAP - PSM: 0x0017 not found for deregistration<br />
<br />
W/bt-l2cap( 6346): L2CAP - PSM: 0x0019 not found for deregistration<br />
<br />
W/bt-l2cap( 6346): L2CAP - PSM: 0x0017 not found for deregistration<br />
<br />
W/bt-l2cap( 6346): L2CAP - PSM: 0x0019 not found for deregistration<br />
<br />
W/bt-l2cap( 6346): L2CAP - PSM: 0x0017 not found for deregistration<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 160<br />
<br />
I/bt_hci_bdroid( 6346): bt_hc_worker_thread exiting<br />
<br />
D/bt_usb  ( 6346): usb_close <br />
<br />
D/bt_usb  ( 6346): Leaving usb_read_thread()<br />
<br />
D/BTSNOOP-DISP( 6346): btsnoop_close<br />
<br />
E/bt_upio ( 6346): init_rfkill : open(/sys/class/rfkill/rfkill0/type) failed: No such file or directory (2)<br />
<br />
I/GKI_LINUX( 6346): gki_task_entry: gki_task task_id=0 [BTU] terminating<br />
<br />
I/GKI_LINUX( 6346): GKI_exit_task: GKI_exit_task 0 done<br />
<br />
I/GKI_LINUX( 6346): GKI_destroy_task: GKI_shutdown(): task [BTU] terminated<br />
<br />
D/HeadsetService( 6346): Received stop request...Stopping profile...<br />
<br />
D/BluetoothHeadset( 3798): Proxy object disconnected<br />
<br />
D/BluetoothHeadset( 3798): Proxy object disconnected<br />
<br />
D/BluetoothHeadset( 3509): Proxy object disconnected<br />
<br />
D/A2dpService( 6346): Received stop request...Stopping profile...<br />
<br />
D/A2dpStateMachine( 6346): Exit Disconnected: -1<br />
<br />
D/BluetoothHeadset( 5868): Proxy object disconnected<br />
<br />
D/HeadsetProfile( 5868): Bluetooth service disconnected<br />
<br />
D/BluetoothA2dp( 3509): Proxy object disconnected<br />
<br />
D/BluetoothAdapterService( 6346): Profile still running: com.android.bluetooth.hdp.HealthService<br />
<br />
D/BluetoothAdapterState( 6346): Stopping profile services that were post enabled<br />
<br />
D/HidService( 6346): Received stop request...Stopping profile...<br />
<br />
D/BluetoothA2dp( 5868): Proxy object disconnected<br />
<br />
D/A2dpProfile( 5868): Bluetooth service disconnected<br />
<br />
D/BluetoothInputDevice( 5868): Proxy object disconnected<br />
<br />
D/HidProfile( 5868): Bluetooth service disconnected<br />
<br />
W/BluetoothHeadsetServiceJni( 6346): Cleaning up Bluetooth Handsfree Interface...<br />
<br />
E/bt-btif ( 6346): btif_disable_service: Current Services:0x140020<br />
<br />
W/BluetoothHeadsetServiceJni( 6346): Cleaning up Bluetooth Handsfree callback object<br />
<br />
D/BluetoothAdapterService( 6346): Profile still running: com.android.bluetooth.hdp.HealthService<br />
<br />
D/HealthService( 6346): Received stop request...Stopping profile...<br />
<br />
I/GKI_LINUX( 6346): gki_task_entry: gki_task task_id=2 [A2DP-MEDIA] terminating<br />
<br />
I/GKI_LINUX( 6346): GKI_exit_task: GKI_exit_task 2 done<br />
<br />
I/GKI_LINUX( 6346): GKI_destroy_task: GKI_shutdown(): task [A2DP-MEDIA] terminated<br />
<br />
E/bt-btif ( 6346): btif_disable_service: Current Services:0x100020<br />
<br />
D/PanService( 6346): Received stop request...Stopping profile...<br />
<br />
D/BluetoothAdapterService( 6346): Profile still running: com.android.bluetooth.hdp.HealthService<br />
<br />
D/BluetoothPan( 5868): BluetoothPAN Proxy object disconnected<br />
<br />
D/PanProfile( 5868): Bluetooth service disconnected<br />
<br />
W/BluetoothHidServiceJni( 6346): Cleaning up Bluetooth HID Interface...<br />
<br />
W/bt-btif ( 6346): cleanup: HH disabling or disabled already, status = 0<br />
<br />
W/BluetoothHidServiceJni( 6346): Cleaning up Bluetooth GID callback object<br />
<br />
D/BluetoothAdapterService( 6346): Profile still running: com.android.bluetooth.pan.PanService<br />
<br />
W/BluetoothHealthServiceJni( 6346): Cleaning up Bluetooth Health Interface...<br />
<br />
E/bt-btif ( 6346): btif_disable_service: Current Services:0x100020<br />
<br />
W/BluetoothHealthServiceJni( 6346): Cleaning up Bluetooth Health object<br />
<br />
D/BluetoothAdapterService( 6346): Broadcasting updateAdapterState() to 1 receivers.<br />
<br />
D/BluetoothManagerService( 3509): Message: 60<br />
<br />
D/BluetoothManagerService( 3509): MESSAGE_BLUETOOTH_STATE_CHANGE: prevState = 13, newState=10<br />
<br />
D/BluetoothManagerService( 3509): Broadcasting onBluetoothStateChange(false) to 9 receivers.<br />
<br />
W/BluetoothPanServiceJni( 6346): Cleaning up Bluetooth PAN Interface...<br />
<br />
W/BluetoothPanServiceJni( 6346): Cleaning up Bluetooth PAN callback object<br />
<br />
D/BluetoothPbap( 5868): onBluetoothStateChange: up=false<br />
<br />
D/BluetoothA2dp( 5868): onBluetoothStateChange: up=false<br />
<br />
D/BluetoothHeadset( 3509): onBluetoothStateChange: up=false<br />
<br />
D/BluetoothA2dp( 3509): onBluetoothStateChange: up=false<br />
<br />
D/BluetoothHeadset( 5868): onBluetoothStateChange: up=false<br />
<br />
D/BluetoothHeadset( 3798): onBluetoothStateChange: up=false<br />
<br />
D/BluetoothHeadset( 3798): onBluetoothStateChange: up=false<br />
<br />
D/BluetoothInputDevice( 5868): onBluetoothStateChange: up=false<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothManagerService( 3509): Calling onBluetoothServiceDown callbacks<br />
<br />
D/BluetoothManagerService( 3509): Broadcasting onBluetoothServiceDown() to 6 receivers.<br />
<br />
D/BluetoothManagerService( 3509): unbindAndFinish(): [email protected] mBinding = false<br />
<br />
D/BluetoothManagerService( 3509): Sending unbind request.<br />
<br />
D/BluetoothAdapterService( 6346): Cleaning up adapter native....<br />
<br />
I/GKI_LINUX( 6346): gki_task_entry: gki_task task_id=1 [BTIF] terminating<br />
<br />
D/BluetoothManagerService( 3509): releaseWakeLock<br />
<br />
I/GKI_LINUX( 6346): GKI_exit_task: GKI_exit_task 1 done<br />
<br />
I/GKI_LINUX( 6346): GKI_destroy_task: GKI_shutdown(): task [BTIF] terminated<br />
<br />
I/BluetoothServiceJni( 6346): cleanupNative: return from cleanup<br />
<br />
D/BluetoothAdapterService( 6346): Done cleaning up adapter native....<br />
<br />
D/BluetoothManagerService( 3509): Bluetooth State Change Intent: 13 -> 10<br />
<br />
D/BluetoothAdapterService(1090231496)( 6346): ****onDestroy()********<br />
<br />
D/BluetoothAdapter( 5868): 1091109456: getState() :  mService = null. Returning STATE_OFF<br />
<br />
D/BluetoothAdapter( 3657): 1090234032: getState() :  mService = null. Returning STATE_OFF<br />
<br />
D/BluetoothAdapter( 3657): 1090234032: getState() :  mService = null. Returning STATE_OFF<br />
<br />
D/BluetoothAdapter( 5868): 1091109456: getState() :  mService = null. Returning STATE_OFF<br />
<br />
W/ContextImpl( 5868): Calling a method in the system process without a qualified user: [URL=android.app.ContextImpl.startService:1404]android.app.ContextImpl.startService:1404[/URL] [URL=android.content.ContextWrapper.startService:450]android.content.ContextWrapper.startService:450[/URL] [URL=android.content.ContextWrapper.startService:450]android.content.ContextWrapper.startService:450[/URL] [URL=com.android.settings.bluetooth.DockEventReceiver.beginStartingService:134]com.android.settings.bluetooth.DockEventReceiver.beginStartingService:134[/URL] [URL=com.android.settings.bluetooth.DockEventReceiver.onReceive:115]com.android.settings.bluetooth.DockEventReceiver.onReceive:115[/URL] <br />
<br />
D/BluetoothAdapter( 5868): 1091109456: getState() :  mService = null. Returning STATE_OFF<br />
<br />
D/DockEventReceiver( 5868): finishStartingService: stopping service<br />
<br />
D/BluetoothAdapter( 5868): 1091109456: getState() :  mService = null. Returning STATE_OFF<br />
<br />
D/BluetoothMasReceiver( 6346): Bluetooth STATE CHANGED to 10<br />
<br />
D/audio_hw_primary( 2289): out_standby(0x40018890)<br />
<br />
D/audio_hw_primary( 2289): do_output_standby(0x40018890)<br />
<br />
D/BluetoothManagerService( 3509): enable():  mBluetooth =null mBinding = false<br />
<br />
D/BluetoothManagerService( 3509): Message: 1<br />
<br />
D/BluetoothManagerService( 3509): MESSAGE_ENABLE: mBluetooth = null<br />
<br />
D/BluetoothAdapterService( 6346): REFCOUNT: CREATED. INSTANCE_COUNT2<br />
<br />
D/BluetoothAdapterState( 6346): make<br />
<br />
I/bluedroid( 6346): init<br />
<br />
I/bte_conf( 6346): Attempt to load stack conf from /etc/bluetooth/bt_stack.conf<br />
<br />
I/bluedroid( 6346): get_profile_interface socket<br />
<br />
I/GKI_LINUX( 6346): gki_task_entry: gki_task_entry task_id=1 [BTIF] starting<br />
<br />
D/BluetoothManagerService( 3509): BluetoothServiceConnection: connected to AdapterService<br />
<br />
D/BluetoothManagerService( 3509): Message: 40<br />
<br />
D/BluetoothManagerService( 3509): MESSAGE_BLUETOOTH_SERVICE_CONNECTED<br />
<br />
D/BluetoothManagerService( 3509): Bluetooth Adapter name changed to AMLOGIC<br />
<br />
D/BluetoothManagerService( 3509): Calling onBluetoothServiceUp callbacks<br />
<br />
D/BluetoothManagerService( 3509): Broadcasting onBluetoothServiceUp() to 6 receivers.<br />
<br />
D/BluetoothManagerService( 3509): Stored Bluetooth name: AMLOGIC<br />
<br />
D/BluetoothAdapterService( 6346): Broadcasting updateAdapterState() to 1 receivers.<br />
<br />
D/BluetoothManagerService( 3509): Message: 60<br />
<br />
D/BluetoothBondStateMachine( 6346): make<br />
<br />
D/BluetoothManagerService( 3509): MESSAGE_BLUETOOTH_STATE_CHANGE: prevState = 10, newState=11<br />
<br />
D/BluetoothManagerService( 3509): acquireWakeLockk<br />
<br />
D/BluetoothManagerService( 3509): Bluetooth State Change Intent: 10 -> 11<br />
<br />
I/BluetoothBondStateMachine( 6346): StableState(): Entering Off State<br />
<br />
D/HeadsetService( 6346): Received start request. Starting profile...<br />
<br />
D/HeadsetStateMachine( 6346): make<br />
<br />
D/BluetoothAdapterService(1089753016)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1089753016)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1089753016)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1089753016)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1089753016)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
I/bluedroid( 6346): get_profile_interface handsfree<br />
<br />
E/bt-btif ( 6346): btif_enable_service: current services:0x100020<br />
<br />
D/A2dpService( 6346): Received start request. Starting profile...<br />
<br />
D/A2dpStateMachine( 6346): make<br />
<br />
I/bluedroid( 6346): get_profile_interface a2dp<br />
<br />
I/GKI_LINUX( 6346): gki_task_entry: gki_task_entry task_id=2 [A2DP-MEDIA] starting<br />
<br />
E/bt-btif ( 6346): btif_enable_service: current services:0x140020<br />
<br />
D/A2dpStateMachine( 6346): Enter Disconnected: -2<br />
<br />
D/HidService( 6346): Received start request. Starting profile...<br />
<br />
I/bluedroid( 6346): get_profile_interface hidhost<br />
<br />
E/bt-btif ( 6346): btif_enable_service: current services:0x140020<br />
<br />
D/HealthService( 6346): Received start request. Starting profile...<br />
<br />
I/bluedroid( 6346): get_profile_interface health<br />
<br />
D/PanService( 6346): Received start request. Starting profile...<br />
<br />
D/BluetoothPanServiceJni( 6346): initializeNative(L110): pan<br />
<br />
I/bluedroid( 6346): get_profile_interface pan<br />
<br />
D/HeadsetPhoneState( 6346): sendDeviceStateChanged. mService=0 mSignal=0 mRoam=0 mBatteryCharge=4<br />
<br />
D/BluetoothAdapterService( 6346): Profile still not [URL=running:com.android.bluetooth.hdp]running:com.android.bluetooth.hdp[/URL].HealthService<br />
<br />
D/BluetoothAdapterService( 6346): Profile still not [URL=running:com.android.bluetooth.hdp]running:com.android.bluetooth.hdp[/URL].HealthService<br />
<br />
D/BluetoothAdapterService( 6346): Profile still not [URL=running:com.android.bluetooth.hdp]running:com.android.bluetooth.hdp[/URL].HealthService<br />
<br />
D/BluetoothAdapterService( 6346): Profile still not [URL=running:com.android.bluetooth.pan]running:com.android.bluetooth.pan[/URL].PanService<br />
<br />
I/bluedroid( 6346): enable<br />
<br />
I/bt_hci_bdroid( 6346): init<br />
<br />
I/bt_vendor( 6346): init<br />
<br />
I/bt_vnd_conf( 6346): Attempt to load conf from /etc/bluetooth/bt_vendor.conf<br />
<br />
I/bt_vnd_conf( 6346): vnd_load_conf file >/etc/bluetooth/bt_vendor.conf< not found<br />
<br />
D/bt_usb  ( 6346): usb_init<br />
<br />
E/bt_upio ( 6346): init_rfkill : open(/sys/class/rfkill/rfkill0/type) failed: No such file or directory (2)<br />
<br />
E/bt_upio ( 6346): init_rfkill : open(/sys/class/rfkill/rfkill0/type) failed: No such file or directory (2)<br />
<br />
I/GKI_LINUX( 6346): gki_task_entry: gki_task_entry task_id=0 [BTU] starting<br />
<br />
I/bt_hci_bdroid( 6346): bt_hc_worker_thread started<br />
<br />
D/bt_usb  ( 6346): usb_open(port:0)<br />
<br />
D/bt_usb  ( 6346): iso pkt size is 49<br />
<br />
D/bt_usb  ( 6346): iso pkt size wh 578<br />
<br />
D/bt_usb  ( 6346): Interrupt pkt size is 16<br />
<br />
D/bt_usb  ( 6346): usb_read_thread is created ....<br />
<br />
D/bt_usb  ( 6346): Entering usb_read_thread()<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 161<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 6 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 162<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 16 of type 4<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 16 of type 4<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 16 of type 4<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 16 of type 4<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 16 of type 4<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 16 of type 4<br />
<br />
D/BluetoothMasReceiver( 6346): Bluetooth STATE CHANGED to 11<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 16 of type 4<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 16 of type 4<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 16 of type 4<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 16 of type 4<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 16 of type 4<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 16 of type 4<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 16 of type 4<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 16 of type 4<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 16 of type 4<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 14 of type 4<br />
<br />
D/bt_hwcfg( 6346): Chipset UNKNOWN<br />
<br />
D/bt_hwcfg( 6346): Target name = [ACCEL-OB2]<br />
<br />
D/bt_hwcfg( 6346): Target name = [ACCEL-O]<br />
<br />
D/bt_hwcfg( 6346): Target name = [ACCEL-]<br />
<br />
D/bt_hwcfg( 6346): Target name = [ACCEL]<br />
<br />
D/bt_hwcfg( 6346): Target name = [ACCE]<br />
<br />
D/bt_hwcfg( 6346): Target name = [ACC]<br />
<br />
E/bt_hwcfg( 6346): vendor lib preload failed to locate firmware patch file<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 163<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 12 of type 4<br />
<br />
I/bt_hwcfg( 6346): Controller OTP bdaddr 00:1F:81:00:08:30<br />
<br />
I/bt_hwcfg( 6346): vendor lib fwcfg completed<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
I/        ( 6346): BTE_InitTraceLevels -- TRC_HCI<br />
<br />
I/        ( 6346): BTE_InitTraceLevels -- TRC_L2CAP<br />
<br />
I/        ( 6346): BTE_InitTraceLevels -- TRC_RFCOMM<br />
<br />
I/        ( 6346): BTE_InitTraceLevels -- TRC_AVDT<br />
<br />
I/        ( 6346): BTE_InitTraceLevels -- TRC_AVRC<br />
<br />
I/        ( 6346): BTE_InitTraceLevels -- TRC_A2D<br />
<br />
I/        ( 6346): BTE_InitTraceLevels -- TRC_BNEP<br />
<br />
I/        ( 6346): BTE_InitTraceLevels -- TRC_BTM<br />
<br />
I/        ( 6346): BTE_InitTraceLevels -- TRC_PAN<br />
<br />
I/        ( 6346): BTE_InitTraceLevels -- TRC_SDP<br />
<br />
I/        ( 6346): BTE_InitTraceLevels -- TRC_BTAPP<br />
<br />
I/        ( 6346): BTE_InitTraceLevels -- TRC_BTIF<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 164<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 6 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 165<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 13 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 166<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 6 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 167<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 14 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 168<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 12 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 169<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 14 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 170<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 6 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 171<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 6 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 172<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 6 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 173<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 6 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
E/bt_usb  ( 6346): xfer did not succeeded .....4<br />
<br />
D/bt_usb  ( 6346): Retransmitting xmit packet 0<br />
<br />
E/bt_usb  ( 6346): xfer did not succeeded .....4<br />
<br />
D/bt_usb  ( 6346): Retransmitting xmit packet 0<br />
<br />
E/bt_usb  ( 6346): xfer did not succeeded .....4<br />
<br />
D/bt_usb  ( 6346): Retransmitting xmit packet 0<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 174<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 6 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 175<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 16 of type 4<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 16 of type 4<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 16 of type 4<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 16 of type 4<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 16 of type 4<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 16 of type 4<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 16 of type 4<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 16 of type 4<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 16 of type 4<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 16 of type 4<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 16 of type 4<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 16 of type 4<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 16 of type 4<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 16 of type 4<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 16 of type 4<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 14 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
E/bt-btif ( 6346): Calling BTA_HhEnable<br />
<br />
E/bt-btif ( 6346): ## btif_config_get assert section && *section && key && *key && name && *name && bytes && type failed at [URL=line:182]line:182[/URL] ##<br />
<br />
E/bt-btif ( 6346): btif_storage_get_adapter_property service_mask:0x140020<br />
<br />
D/BluetoothManagerService( 3509): Bluetooth Adapter name changed to AMLOGIC<br />
<br />
D/BluetoothManagerService( 3509): Stored Bluetooth name: AMLOGIC<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 176<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 6 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 177<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 6 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
E/BluetoothRemoteDevices( 6346): devicePropertyChangedCallback: bdDevice: 00:02:72:C6:1B:E4, value is empty for type: 10<br />
<br />
D/BluetoothDiscoverableEnabler( 5868): handleModeChanged(): mode = 20<br />
<br />
E/BluetoothRemoteDevices( 6346): devicePropertyChangedCallback: bdDevice: 00:1A:7D:12:36:2A, value is empty for type: 10<br />
<br />
D/        ( 6346): bta_pan_co_init<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 178<br />
<br />
I/bte_conf( 6346): Attempt to load did conf from /etc/bluetooth/bt_did.conf<br />
<br />
I/bte_conf( 6346): [1] primary_record=1 vendor_id=0x000F vendor_id_source=0x0001 product_id=0x1200 version=0x1436<br />
<br />
I/bte_conf( 6346): Attempt to load did conf from /etc/bluetooth/bt_did.conf<br />
<br />
I/bte_conf( 6346): Attempt to load did conf from /etc/bluetooth/bt_did.conf<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 13 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
D/BluetoothAdapterProperties( 6346): ScanMode =  20<br />
<br />
D/BluetoothAdapterProperties( 6346): State =  11<br />
<br />
D/BluetoothAdapterService( 6346): Broadcasting updateAdapterState() to 1 receivers.<br />
<br />
D/BluetoothManagerService( 3509): Message: 60<br />
<br />
D/BluetoothManagerService( 3509): MESSAGE_BLUETOOTH_STATE_CHANGE: prevState = 11, newState=12<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 179<br />
<br />
D/BluetoothManagerService( 3509): Broadcasting onBluetoothStateChange(true) to 9 receivers.<br />
<br />
D/BluetoothPbap( 5868): onBluetoothStateChange: up=true<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 180<br />
<br />
D/BluetoothAdapterService(1089753016)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothAdapterService(1089753016)( 6346): Get Bonded Devices being called<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 181<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 6 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
D/BluetoothA2dp( 5868): onBluetoothStateChange: up=true<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 182<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 6 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
E/bt-btif ( 6346): ## btif_config_get assert section && *section && key && *key && name && *name && bytes && type failed at [URL=line:182]line:182[/URL] ##<br />
<br />
D/BluetoothPanServiceJni( 6346): control_state_callback(L61): [URL=state:0]state:0[/URL], local_role:0, ifname:bt-pan<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 6 of type 4<br />
<br />
E/bt_h4   ( 6346): vendor lib postload completed<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 6 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
D/BluetoothAdapterService(1089753016)( 6346): Get Bonded Devices being called<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 183<br />
<br />
W/ContextImpl( 5868): Calling a method in the system process without a qualified user: [URL=android.app.ContextImpl.bindService:1458]android.app.ContextImpl.bindService:1458[/URL] [URL=android.content.ContextWrapper.bindService:473]android.content.ContextWrapper.bindService:473[/URL] android.bluetooth.BluetoothPbap$1.onBluetoothStateChange:132 android.bluetooth.IBluetoothStateChangeCallback$Stub.onTransact:55 [URL=android.os.Binder.execTransact:351]android.os.Binder.execTransact:351[/URL] <br />
<br />
W/ContextImpl( 5868): Calling a method in the system process without a qualified user: [URL=android.app.ContextImpl.bindService:1458]android.app.ContextImpl.bindService:1458[/URL] [URL=android.content.ContextWrapper.bindService:473]android.content.ContextWrapper.bindService:473[/URL] android.bluetooth.BluetoothA2dp$1.onBluetoothStateChange:131 android.bluetooth.IBluetoothStateChangeCallback$Stub.onTransact:55 [URL=android.os.Binder.execTransact:351]android.os.Binder.execTransact:351[/URL] <br />
<br />
D/BluetoothHeadset( 3509): onBluetoothStateChange: up=true<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 6 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 184<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 6 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 185<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 6 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
D/BluetoothA2dp( 3509): onBluetoothStateChange: up=true<br />
<br />
D/BluetoothHeadset( 3509): Proxy object connected<br />
<br />
D/BluetoothAdapterService(1089753016)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 186<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 6 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 187<br />
<br />
D/BluetoothA2dp( 3509): Proxy object connected<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 6 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
W/ContextImpl( 3509): Calling a method in the system process without a qualified user: [URL=android.app.ContextImpl.bindService:1458]android.app.ContextImpl.bindService:1458[/URL] android.bluetooth.BluetoothHeadset$1.onBluetoothStateChange:244 [URL=com.android.server.BluetoothManagerService.sendBluetoothStateCallback:488]com.android.server.BluetoothManagerService.sendBluetoothStateCallback:488[/URL] [URL=com.android.server.BluetoothManagerService.bluetoothStateChangeHandler:1066]com.android.server.BluetoothManagerService.bluetoothStateChangeHandler:1066[/URL] com.android.server.BluetoothManagerService.access$2700:47 <br />
<br />
W/ContextImpl( 3509): Calling a method in the system process without a qualified user: [URL=android.app.ContextImpl.bindService:1458]android.app.ContextImpl.bindService:1458[/URL] android.bluetooth.BluetoothA2dp$1.onBluetoothStateChange:131 [URL=com.android.server.BluetoothManagerService.sendBluetoothStateCallback:488]com.android.server.BluetoothManagerService.sendBluetoothStateCallback:488[/URL] [URL=com.android.server.BluetoothManagerService.bluetoothStateChangeHandler:1066]com.android.server.BluetoothManagerService.bluetoothStateChangeHandler:1066[/URL] com.android.server.BluetoothManagerService.access$2700:47 <br />
<br />
D/BluetoothAdapterService(1089753016)( 6346): getState(): mAdapterProperties: [email protected]<br />
<br />
D/BluetoothHeadset( 5868): onBluetoothStateChange: up=true<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 188<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 6 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 189<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 6 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
D/BluetoothPan( 5868): onBluetoothStateChange(on) call bindService<br />
<br />
D/bt_usb  ( 6346): Xfer Succeded : count 190<br />
<br />
D/bt_usb  ( 6346): Received packet from usb of len 6 of type 4<br />
<br />
D/bt_usb  ( 6346): usb_read nothing to rx....<br />
<br />
[/size]<br />
Screenshot:
See less See more
Another question, do the jbd2.ko, tun.ko, and uinput.ko modules load on other peoples tablets? I always get a (Exec format error) or (Invalid argument) error...
See less See more
Dear Christian Troy,

I'm using your AOKP 4.2.2 Rom with C93s Tablets. Thank you for this awesome job.

Currently I'm facing a problem with usbnet driver that is included with standard android distribution. I need to substitute this driver with the last version of asix driver (v4.11.0):

http://www.asix.com.tw/products.php?op=pItemdetail&PItemID=86;71;101

To compile this module, the android source of the rom is needed...

Can you please compile this module as external kernel object so I can include with insmod? It will not generate conflits with the already included usbnet driver? I can pay you for this service, please contact me --email removed by moderator-- .

Thank you very much,

Nelson Ramos
I do not believe CT looks at this thread anymore, I could be wrong, but you may want to ask him in one of his threads in this sub forum - http://www.slatedroid.com/forum/420-firmware-development/ :)
1 - 11 of 52 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top