So i got my hands on a brand new Icarus XL HD yesterday,
already rooted it using kingroot (eww i know

) and installed busybox and started grabbing some info on the internals.
Ill post all my stuff in this thread.
got adb to work by modifying the build.prop file
Partition dumps:
https://file-cloud.eu/index.php/s/c07LNlwGF4M96yN
dmesg:
https://paste.crystalnet.org/?42fd1f...fpGJGEzQzSMNw=
build.prop:
https://paste.crystalnet.org/?801285...KM/nPfRR/4VtQ=
Partitions:
Code:
mtdblock0 -> misc
mtdblock1 -> kernel
mtdblock2 -> ramdisk
mtdblock3 -> recovery
mtdblock4 -> backup (whatever that is for)
mtdblock5 -> cache
mtdblock6 -> userdata
mtdblock7 -> kpanic
mtdblock8 -> system (rootfs)
mtdblock9 -> user (sdcard)
Running kernel version 3.0.36, possibly working source:
https://github.com/bq-rk3x/android_kernel_bq_rk3188
also OTG seems to be available according to the kernel boot logs:
Code:
<6>[ 1.524884] usb20_otg usb20_otg: DWC OTG Controller
<6>[ 1.524975] usb20_otg usb20_otg: new USB bus registered, assigned bus number 1
<6>[ 1.525037] usb20_otg usb20_otg: irq 48, io mem 0x00000000
<6>[ 1.525070] DWC_OTG: dwc_otg_hcd_start controller in device mode,everest
<6>[ 1.525143] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
<6>[ 1.525184] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 1.525227] usb usb1: Product: DWC OTG Controller
<6>[ 1.525255] usb usb1: Manufacturer: Linux 3.0.36+ dwc_otg_hcd
<6>[ 1.525289] usb usb1: SerialNumber: usb20_otg
<6>[ 1.525562] hub 1-0:1.0: USB hub found
<6>[ 1.525594] hub 1-0:1.0: 1 port detected
<6>[ 1.528179] DWC_OTG: host20_driver_probe host2.0 reg addr: 0x101c0000 remap:0xdf180000
<6>[ 1.738515] DWC_OTG: ^^^^^^^^^^^^^^^^^^Host Mode
<6>[ 1.738597] usb20_host usb20_host: DWC OTG Controller
<6>[ 1.738652] usb20_host usb20_host: new USB bus registered, assigned bus number 2
<6>[ 1.738711] usb20_host usb20_host: irq 49, io mem 0x00000000
<6>[ 1.738782] DWC_OTG: Init: Port Power? op_state=1
<6>[ 1.738810] DWC_OTG: Init: Power Port (0)
<6>[ 1.738888] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
<6>[ 1.738929] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 1.738972] usb usb2: Product: DWC OTG Controller
<6>[ 1.739001] usb usb2: Manufacturer: Linux 3.0.36+ host20_hcd
<6>[ 1.739036] usb usb2: SerialNumber: usb20_host
Display Power provided by:
http://www.ti.com/product/TPS65185
Touchscreen Controller: GT9271
https://focuslcds.com/wp-content/upl.../03/GT9271.pdf
the audio chip build into the device seems to be this one:
http://www.mouser.com/ds/2/76/WM8904_v3.5-1075382.pdf
Used DAC is actially a wolfson: WM8918
wifi and bluetooth (4.0) are both handled by an
AP6212 chip from Ampak which also has a FM reciver builtin (i dont think that one would be wired up tho.)
processor:
http://www.rockchip.nl/rk3188/
seems to be based on rk30board stuff
a bit odd: the wifi Country code seems to be hardcoded to CN (china)
I actually just openend up my reader and had a look at the internals.
seems like it could easily fit a way larger battery inside,
also it reads t80s all over the place (in the firmware and on the board physically) so it seems more and more like just a rebrand of the boyue t80s device and not a custom development based on it to me.