How to handle Bluetooth (AVRC) buttons on Hero? - Hero, G2 Touch Android Development

Does anyone know what Intent (other than "Intent.ACTION_MEDIA_BUTTON") may be used to broadcast the bluetooth button presses (play/pause/FF/RW) on Hero devices?
Handling "Intent.ACTION_MEDIA_BUTTON" works fine for both wired and bluetooth buttons on G1 and MyTouch 3G phones.
On the Hero devices handling ACTION_MEDIA_BUTTON recognizes the WIRED headset's button press, but the bluetooth buttons go directly to the built in Android Media Player.
Here is the code I am using:
*For registering the intent Filter:
IntentFilter filter = new IntentFilter();
filter.addAction(Intent.ACTION_MEDIA_BUTTON);
filter.addAction("android.media.AUDIO_BECOMING_NOISY");
filter.setPriority(IntentFilter.SYSTEM_HIGH_PRIORITY);
registerReceiver(_Receiver, filter);
* For the receiver:
public void onReceive(Context context, Intent intent)
{
String intentAction = intent.getAction();
if ("android.media.AUDIO_BECOMING_NOISY".equals(intentAction))
{
//pause the playback
} else if (Intent.ACTION_MEDIA_BUTTON.equals(intentAction))
{
//handle buttons
}
}

Related

[ROM] Emulator / XBox360 Controller Mod 1-21-2011

Here's my first custom ROM for the A7.
It has support for Microsoft's XBox 360 controllers and some bundled emulators. Wired controllers just plug in to the USB port. Wireless controllers need the USB Receiver for PCs. This makes a great combo for a portable gaming station with the HDMI output.
XBox 360 Controller:
The controller can be used for some basic navigation around Android OS. The buttons need to be configured in each emulator.
They are mapped to key presses as follows:
A = A
B = B
X = X
Y = Y
Left Bumper = L
Right Bumper = R
Left Trigger = T
Right Trigger = Z
Left Stick Click = 0
Right Stick Click = 1
DPad = Left/Right/Up/Down (in landscape mode. it will be sideways in portait mode)
Start = ENTER
Back = ESCAPE
Xbox Guide = HOME
Apps:
The emulators included are free/lite ones from the market place. If you like them or to save state, purchase the full versions. The script that installs these is supposed to only do it once, so they should be easy to uninstall if you don't want them.
ConnectBot and Dolphin Mini Browser are also installed on the first boot of this ROM.
ADB:
The ROM automatically sets up ADB to listen over tcp on port 2323. This will make your device a little less secure but makes development and debug much faster for me. To disable this open a command prompt and type:
su
setprop services.adb.tcp.port -1
stop adbd
start adbd
You will have to do that every reboot to disable adb over tcp.
Base:
This is built off Dexter's 1.1 Mod, so all his changes should be in here too. GMail and Market seem to work fine.
To Install:
Copy update.zip to an sdcard and put it in the tablet. Power down the tablet. Enter recovery mode. Wipe the Cache. Wipe user data. Install update.zip from the sdcard.
Known Oddities:
The LED ring on the wireless remotes will flash the entire time, but it functions fine.
The LED ring on a wired controller will advance by 1 section each time the device sleeps/wakes up.
The controller sends all its keys on first connection.
Only 1 controller input is supported for now. The wireless receiver supports upto 4 so hopefully I can get some multiplayer going soon!
Link:
I've uploaded the update.zip file to Mediafire.com since I don't have the webspace anywhere to host a file this size (90mb). The file reference is "2hm8i9jt32btmkw"
This forum will not allow me to post a link direct link since I'm a new user, so if another user could post it ( "mediafire.com" then "/?" then "2hm8i9jt32btmkw" ), I would greatly appreciate it.
Try it out and give me some feedback
tjc2k4 said:
Here's my first custom ROM for the A7.
It has support for Microsoft's XBox 360 controllers and some bundled emulators. Wired controllers just plug in to the USB port. Wireless controllers need the USB Receiver for PCs. This makes a great combo for a portable gaming station with the HDMI output.
XBox 360 Controller:
The controller can be used for some basic navigation around Android OS. The buttons need to be configured in each emulator.
They are mapped to key presses as follows:
A = A
B = B
X = X
Y = Y
Left Bumper = L
Right Bumper = R
Left Trigger = T
Right Trigger = Z
Left Stick Click = 0
Right Stick Click = 1
DPad = Left/Right/Up/Down (in landscape mode. it will be sideways in portait mode)
Start = ENTER
Back = ESCAPE
Xbox Guide = HOME
Apps:
The emulators included are free/lite ones from the market place. If you like them or to save state, purchase the full versions. The script that installs these is supposed to only do it once, so they should be easy to uninstall if you don't want them.
ConnectBot and Dolphin Mini Browser are also installed on the first boot of this ROM.
ADB:
The ROM automatically sets up ADB to listen over tcp on port 2323. This will make your device a little less secure but makes development and debug much faster for me. To disable this open a command prompt and type:
su
setprop services.adb.tcp.port -1
stop adbd
start adbd
You will have to do that every reboot to disable adb over tcp.
Base:
This is built off Dexter's 1.1 Mod, so all his changes should be in here too. GMail and Market seem to work fine.
To Install:
Copy update.zip to an sdcard and put it in the tablet. Power down the tablet. Enter recovery mode. Wipe the Cache. Wipe user data. Install update.zip from the sdcard.
Known Oddities:
The LED ring on the wireless remotes will flash the entire time, but it functions fine.
The LED ring on a wired controller will advance by 1 section each time the device sleeps/wakes up.
The controller sends all its keys on first connection.
Only 1 controller input is supported for now. The wireless receiver supports upto 4 so hopefully I can get some multiplayer going soon!
Link:
I've uploaded the update.zip file to Mediafire.com since I don't have the webspace anywhere to host a file this size (90mb). The file reference is "2hm8i9jt32btmkw"
This forum will not allow me to post a link direct link since I'm a new user, so if another user could post it ( "mediafire.com" then "/?" then "2hm8i9jt32btmkw" ), I would greatly appreciate it.
Try it out and give me some feedback
Click to expand...
Click to collapse
Will try it out. Here is the link: http://www.mediafire.com/?2hm8i9jt32btmkw
Nice to see somebody else get involved with the A7.
Got any screen shots?
Amazing!!!!!
Video
I recorded a short clip of some Super Mario 3.
Can't post direct links yet so take out the spaces here:
youtube.com / watch?v=TCMPpj3pizQ
I'm trying it too. Might as well since I'm probably going to return of and get a Adam.
Just wondering ... this is not a multi-touch screen ... can you control the D-Pad and press like A Button without lifting the D-Pad ?
masterfred said:
Just wondering ... this is not a multi-touch screen ... can you control the D-Pad and press like A Button without lifting the D-Pad ?
Click to expand...
Click to collapse
Yeah, it lets you hit multiple buttons at once.
In Mario 3 I could hold the run button and use dpad, then jump/fly without trouble.
In Mario 1 I had trouble changing directions in the air while jumping but I think that is part of the game.
In the PSX emulator I could hold Circle & DPad to run around.
The only strange thing I can think of is that the Left Trigger and Right Trigger are converted from Analog to Digital (they measure 0-255 but only report on/off). Because of how I did that, games probably wont recognize holding down those buttons, only a momentary press.
tjc2k4 said:
I recorded a short clip of some Super Mario 3.
Can't post direct links yet so take out the spaces here:
Click to expand...
Click to collapse
MOD Edit: You got it
Generic Controllers
I've been able to map keys on a small USB keyboard to control my emulators. I installed your mod, and I cannot get it to work with a USB Logitech controller.
I don't have a wired 360 controller, but I do have wireless. How would I get that to work? Do I just have to have the USB 360 Reciever for Windows? Thanks in advance.
Thank You - SlingPlayer App question
Thank you for your work on this rom.
I was able to get things working well but i'm having a small issue with my slingplayer app not being able to open. It installs fine but when I click to open it the screen goes black for a second and then returns to the home screen. It was working using Dexter's 1.1 rom before but I occasionally had to open it 2-3 times before it worked.
Any idea what the problem could be?
One other question - Do you notice the screen is pixilated on the external display when you hook up your a7 via hdmi?
X
XBOX 360 PC Controller
Apparently I found the LAST wired 360 controller in town! Everywhere I went this week only had the wireless controllers. That would be fine if I had the USB receiver for it.
Anyway, I've been using the controller with my emulators and it works like a champ! It is very touchy on diagonal directions in games like Contra for NES. In the levels where you run side to side, and face up to the walls firing straight and not diagonal is a pain.
Has anyone had any success with PSX emulators? I got one off the Marketplace and I haven't gotten it to work yet. I've only tried one Bios so far, but I'll keep at it.
I've also noticed in this ROM my internal memory doesn't display correctly anymore. It worked in Dexter's 1.1 Mod.
I ordered my controllers off ebay. 2 for $50. I've got the PSX emulator to play. BUT its very choppy, and the sounds awful. I tryed Diablo and only got to the first mob and my cha glitched out. That being said All the other emulator work 100%!!!
Thanks so much creators of awesome!!
I tried installing your mod - did a wipe and cache wipe before install - plugged in my madcatz xbox360 wired controller, and it wont work, is there something in settings I have to change? The light flashes, but it wont control anything.
Thanks so much for this Mod. It really opens up the gaming on the a7. Will there be a update from Dexters new update?
update
Great work.
Update with new Dexter mod?
To use a wireless remote, you do need a Xbox 360 Wireless Receiver for Windows.
Lukifer said:
I tried installing your mod - did a wipe and cache wipe before install - plugged in my madcatz xbox360 wired controller, and it wont work, is there something in settings I have to change? The light flashes, but it wont control anything.
Click to expand...
Click to collapse
I edited the driver to only support Microsoft brand remotes to simplify working on it. I'll add back in the other stuff now since I have a better idea of how it works.
I<3Android said:
Thanks so much for this Mod. It really opens up the gaming on the a7. Will there be a update from Dexters new update?
Click to expand...
Click to collapse
Thanks. I'll try to get something new together this weekend.
Your awesome!!
thanks
Yeah new update

[New] Zidoo X6 Pro Review

My Review on the Zidoo X6 Pro will add more as we tinker
ZIDOO X6 Pro ColorSilverShell Material Aluminium alloy + Plastic
CPU ModelRockchip RK3368 Octa Core up to 1.5GHz (Cortex-A53 64bit)
Operating SystemAndroid 5.1, Built in Google Play Store,Support OTA Function GPUSGX6110; support 4K*2K H.265/H.264:
Memory 2GB DDR3Internal Storage16GB eMMC
Wifi ConnectivityIEEE 802.11a/b/g/n/mimo, 802.11AC,4.900 GHz ~ 5.845 GHz (5.0 GHz ISM Band)
AP6335 dual-band WIFIEthernet1 * RJ-45 Ethernet Jack (10/100/1000Mbps)BluetoothBT 4.0HDMI PortStandard HDMI female, v2.0
Support [email protected] Support HD Audio(7.1CH) Other Interface1 *
TF card reader SD card interface . Support 1GB/2GB/4GB/8GB/16GB/32GB
2 * USB 2.0 port(one could be a OTG port)
1 * IR receiver
1 * Composite video and audio port
1 * S/SPDIF (2CH, 5.1CH)PowerDC 5V/2AWhat's in the box1 x TV box
1 x Romote control
1 x HDMI cable
1 x Power adapter (EU/UK/US/AU)
1 x User manualVideo FormatDAT/MPEG/MPE/MPG/TS/TP/VOB/MP4/MOV/3GP/FLV/ISO/M2TS/BDISO/BDMV/WMV/WMAAudio FormatDD/DD+/DTS /MP2/MP3/WMA/WAV/OGG /OGA/FLAC/ALAC/ APE/ AAC
What's in the box
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Ports
More ports
To get started I have the K400r Logitech keyboard Connected only boots in about 15~20 seconds.
Interface as seen is a Zidoo custom very usable and can customise apps as required.
Remote can be programmed for up 3 quick launch/shortcut your favorite app using the coloured buttons to launch.
I have had the Box running for 8 hours a day just streaming music around the house, nothing to hard as yet box does get warm.
watched a few movies, using Plex, Kodi for few hours again box warm, no failures, Netflix etc.
Tested the following DTS Files on the main TV/AMP all played 5.1 lit up the Sony Display except .eac3 file no 7.1 here
http://download.openbricks.org/sample/HD-Audio/
Wifi and Ethernet speeds looking OK.
In Order: Ethernet, 5Ghz then 2.4Ghz, 2.4 a little poor
What's Under the Hood:
For those that like to see the Numbers for what they are worth
A little Kodi Action Showing some CPU Action
First Impressions of the Zidoo X6 Pro looks good box appears snappy and working well with minimal fuss.
A few quirks have been noted over at the Zidoo Forum and no doubt will get dealt with by team Zidoo
Gaming might be a little down but overall I don't think you would be disappointed to much.
The Zidoo X6 Pro Does get a little warm and I guess some fine tuning from the team at Zidoo will look into this.
If it gives you problems turn the box upside down for a quick fix or a Laptop cooler.
As Seen here a Simple addon/replacement of rubber feet and the airflow is improved http://goo.gl/cTWHaq
The Zidoo team do offer good Backup and support for there product check there forum:
http://forum.zidoo.tv/index.php?forums/zidoo-x6.18/
Artical: News about Zidoo releasing RK3368 Kodi modifications is important
http://www.minipcdb.com/articles/About-Zidoo-and-GPL
A $10 off Coupon at Geekbuying for those interested :NAKJQGNF
http://goo.gl/n1wLXv
More to come as I tinker
Thanks
ZIdoo X6 Benchmark Testing
Into Numbers then this will be of interest
Test Conditions:
K400r keyboard plugged in no other devices.
Box Just switched on, Benchmark Apps loaded
Box powered off/on between each Benchmark
New Firmware Zidoo X6 Pro V1.0.16 Beta
Model: ZIDOO_X6 Pro
FW Version: v1.0.16
Add closing process prompt for task bar
Solve issue that no focus when entering into task bar for the first time.
Solve issue that no focus through left/right button to close process after entering task bar
Optimize the display of date and time(e.g.09:25 change into 9:25)
Add phone remote control on navigation default software
Add Vietnamese support on UI
In all apps,select system application and press menu button, to remove uninstall option
Optimize the wrong display path issue on system player
Add airplay(ios < 8.02,It will be support ios 9.0 in next vervion)
Solve explorer can't find the USB device
Optimize the HDMI adaptation problem when playing 4K 60Hz.
Modify the buffer strategy of underlying decoder, and optimize related
This is a beta version, welcome anybody to feedback issus
OTA zip file:
http://http://apidl.zidoo.tv/zidoo_x6/ZIDOO_X6 Pro_v1.0.16_ota.zip
New Firmware Zidoo X6 Pro V1.0.22
Team Zidoo and the Beta tester working hard on this one.
Version: v1.0.22
Changelog:
System:
1.Add HDMI CEC RC function, the TV Sets that's with CEC function can control X6Pro box through TV control;
2.Update the GooglePlayStore version as LeanBack;
3.Update the latest GooglePlayServices version as V8.3.00;
4.Add tips to the closing process of taskbar;
5.Solved no focus when entering to taskbar for the first time;
6.No focus when killed tasks;
7.Optimized no identification with NTFS filesystem device;
8.Revised "Ehernet" into "Ethernet" on the settings;
9.Modified brower as Andriod native Browser;
KODI
1.Update KODI to 15.2 final version;
2.Solved losing part color issue when playing 2D video;
3.Add support to transformat for BD MVC 3D Frame Packing;
4.Solved the audio noise issue with kodi pass-through feature;
5.Optimization 23.976 in kodi.(The default status is off,This is a beta function
6.Eliminate the noise of audio passthrough;
7.Modify the strategy of buffer area;
8.Add the notice switch of 3D mode on TV;
9.Support Adjust display refresh rate by KODI;
Native Video Player
1.Add support BD MVC 3D FramePacking in native video player;
2.Optimized the error condition when playing BD ISO;
UI(1.1.2)
1.Modified the display mode of date and time as (09:25 into 9:25);
2.Add ZidoRC on shortcut;
3.Add Vietnamese;
4.Press Menu button, "set boot" changed into "Launch on startup" in the applicaiton management page.
Explorer(1.5.7)
1.Modified no display with some devices;
2.Modified no Udisk display, when entering file management and press HOME, blug-in Udisk, select the promot into file management
OTA zip file:
Main download:http://apidl.zidoo.tv/zidoo_x6/ZIDOO_X6_Pro_v1.0.22_ota.zip
Amazon mirror:http://ota-cloudfront.zidoo.tv/zidoo_x6/ZIDOO_X6_Pro_v1.0.22_ota.zip
Mediafilr mirror:http://download1501.mediafire.com/6r2e2p8ub15g/53fvs0fzys1be14/ZIDOO_X6_Pro_v1.0.22_ota.zip
MD5:AC765CB37B36C4E931CA5A7EE7129144
How to upgrade: http://blog.zidoo.tv/2015/02/how-to-upgrade-the-zidoo-x9-firmware/
o-I-c said:
Team Zidoo and the Beta tester working hard on this one.
Version: v1.0.22
Click to expand...
Click to collapse
These links are DEAD and do NOT work -- please fix
Links Updated
Apologies. all links repaired:good:
New Version V1.0.23B
Beta Release mentioned
Version: v1.0.23
Changelog:
1. Add support 3D MVC mkv file via kodi
2. Optimized system, to enhance the stability
3. Add support of file system hfs plus (mac)
4. Solved the issue about unclear focus to dialog
OTA zip file:
Main download:http://apidl.zidoo.tv/zidoo_x6/ZIDOO_X6_Pro_v1.0.23_ota.zip
Amazon mirror: http://ota-cloudfront.zidoo.tv/zidoo_x6/ZIDOO_X6_Pro_v1.0.23_ota.zip
Mediafire mirror: http://www.mediafire.com/download/59d8upcd1rku33l/ZIDOO_X6_Pro_v1.0.23_ota.zip
MD5:6800CA26A585A1F20251AF279818C63F
How to upgrade: http://blog.zidoo.tv/2015/02/how-to-upgrade-the-zidoo-x9-firmware/[/QUOTE]
New Firmware v1.0.24
Zidoo have been busy a bit of an update
ZIDOO_X6 Pro v1.0.24
Kodi update:
1.Solved the audio out of sync issue when enable passthrough
System:
1.Add custom control power button function, the choices includes power off/standby/dialog box, and the default is a dialog box, it can set through settings-device-powerkey define.
File management:
1.Solved the issue that's default of entering storage when connected USB device.
Red/Green/Blue short-cut buttons:
1.Add "subtitle" "Audio" "stop" short-cut funciton to red/green/blue short-cut button(just in kodi).
http://forum.zidoo.tv/index.php?threads/new-firmware-v1-0-24-for-zidoo-x6-release.689/
Zido x6 firmaware update v1.0.25
v1.0.25
ChangeLog:
1.Solved the audio out of sync issue when enable passthrough
2.sloved black screen issus when playback the streaming of kodi Addons
OTA zip file
Mediafire mirror:http://www.mediafire.com/download/p2m8p5gahev83gs/ZIDOO_X6_Pro_v1.0.25_ota.zip
Amazon mirror:http://ota-cloudfront.zidoo.tv/zidoo_x6/ZIDOO_X6_Pro_v1.0.25_ota.zip
MD5:3315F746AE999722DCF1775AC58AADF5
How to upgrade: http://blog.zidoo.tv/2015/02/how-to-upgrade-the-zidoo-x9-firmware/
Note:
This is a Beta version, in order to confirm the passtrough problem, even though we have tested a lot of formats and files, there is also something we haven't considered yet. Please feedback to us if you found anything .
http://forum.zidoo.tv/index.php?threads/new-firmware-v1-0-25-for-zidoo-x6-release-beta.711/
How well is netflix performing? Is the box able to initiate a 4K stream within Netflix?
As with most media Players from that part of the world there is no Google Widevine support at the present 480 is the best, may change but I am unsure.
Firmware update:v1.0.26
More from the Zidoo team v1.0.26_X6PRO
1: Fix video block of Netflix
2: Provide ISO9.2 for airplay, fix video block of ISO video format
3: Optimize mouse icon, enlarge mouse size
4: Fix could not play 3D movie on 3D TV in native player
5: Add printer function
6: Add the external SUB for native player
7: Fix could not play BDMV in mediacenter through smb
8: Add video info for native player, such as audio, format, size, duration, resolution, etc.
9: Add avi/dvix/xvid video format for native player
10: Optimize system, improve the speed and stability of the system
KODI:
a)optimize audio out of sync problem
b)optimize rkcodec, improved play
c)fix black screen in PRV addon.
OTA zip file
v1.0.26 rooted version
Mediafire mirror:http://www.mediafire.com/download/wkm0o652txzk9n3/ZIDOO_X6_Pro_v1.0.26_ota_root.zip
Amazon mirror:http://ota-cloudfront.zidoo.tv/zidoo_x6/ZIDOO_X6_Pro_v1.0.26_ota_root.zip
v1.0.26 unroot version
Mediafire mirror:http://www.mediafire.com/download/603cmm79nrdj4fy/ZIDOO_X6_Pro_v1.0.26_ota_unroot.zip
Aamazon mirror:http://ota-cloudfront.zidoo.tv/zidoo_x6/ZIDOO_X6_Pro_v1.0.26_ota_unroot.zip
Firmware update:v1.0.27
New firmware at Zidoo V1.0.27
http://forum.zidoo.tv/index.php?threads/new-firmware-v1-0-27-for-zidoo-x6-release.771/
Firmware update: v1.0.28 (test)
A temporary version to test some bug fix:
http://forum.zidoo.tv/index.php?threads/new-firmware-v1-0-27-for-zidoo-x6-release.771/page-8#post-4948
Does the Box really support 5Ghz AC?
Kevinkuensken said:
Does the Box really support 5Ghz AC?
Click to expand...
Click to collapse
On my home dual band WiFi network (Fritz!Box 7490), yes!
But is not easily noticeable which band is connected to. Neither if it changes from one band to the other for any reason...
Zidoo Theater
Zidoo has launched there own Media Organiser Called Theater.
Theater on X6, Manage your videos on local storage and smb. Will be released in V1.0.30
Test Apk files are available over at the Zidoo Forum and give the Zidoo Team some constructive support with any error or findings.
http://forum.zidoo.tv/index.php?threads/zidoo-home-theater-and-auto-download-subtitles-in-native-player-release.883/
Zidoo X6 Firmware v1.0.30
Change Log:
1. Optimized the hidden of mouse pointer
2. Add the Zidoo Home Theater(Experimental function)
3. Video player
a. Add the shade of subtitle
b. Change the operation interface with three-dimension
c. Add function than can download subtitle online(It depends on the language your settings.Experimental function)
d. Add adjustable function with size/color/location for subtitle
e. Add display of video information(like size/format/resolution, etc.) when video pausing.
4. File management
a. Add display function when connected USB device
b. Add compatible and shared directory for device, also any shared path
c. It will pop up a login box when entering shared directory and got a validation error, allowing users to login with a new account and saved automatically as a new device
d. It doesn't allow multiple choice with the shared directory list, it will judge automatically whether mount or not when copy; if not, have to verify firstly.
e. It will remove a mounted network device when exiting.
f. It only mounts that needed directory when enter shared directory
g. Add scan method of samba
h.Show the volume name in the file manager when insert USB device
5. Optimization of airplay: Solved the broken screen of airmirror, support ISO 9.2
6. Upgrade Kodi to 16.0
7. Support external USB audio device
8. Solve the spelling mistake of "control" for local disk (thanks for grummel2005's feedback)
9. Solve Kodi with black screen sometimes when playing some video(thanks for dorol's feedback).
OTA zip file
v1.0.30 unroot version
Mediafire mirror:http://www.mediafire.com/download/rm7u2g9ux4334dm/20160114_ZIDOO_X6+Pro_v1.0.30_ota_unroot.zip
Amazon mirror:http://ota-cloudfront.zidoo.tv/zidoo_x6/20160114_ZIDOO_X6+Pro_v1.0.30_ota_unroot.zip Pro_v1.0.30_ota_unroot.zip
MD5: 8EB6078C71E7C952567F6B5B8DD0A41A
v1.0.30 root version
Mediafire mirror:http://www.mediafire.com/download/8c2r1hsswwj88bj/20160114_ZIDOO_X6+Pro_v1.0.30_ota_root.zip
Amazon mirror:http://ota-cloudfront.zidoo.tv/zidoo_x6/20160114_ZIDOO_X6+Pro_v1.0.30_ota_root.zip Pro_v1.0.30_ota_root.zip
MD5: DE881DA717ED1DF96400279FC68FD416
How to upgrade: http://blog.zidoo.tv/2015/02/how-to-upgrade-the-zidoo-x9-firmware/
New firmware v1.0.32 for ZIDOO X6 release
New firmware v1.0.32 for ZIDOO X6 release
ChangeLog:
1. Solved issue that can't call up the virtual keyboard when connected such Bluetooth or airmouse devices(Must Restore factory settings).
2. Added support to multicast screen.
3. Removed the power key define on the settings
4. Removed zidoorepo in the "Settings-->About"
5. Modify the poweroff UI, more easy to operate it, Can define the power key actions.
6. Improve the virtual mouse, fix the bug of repeat disappear and appear.
7. It can show the video information with pressing the 'O' on the remote control in the native player.
8. Optimized kodi, add auto-reflash framerate; pre-installed the related dependent library for the addon.
9. Solved the issue that only can identify two usb storage in one usb port.
10. Added support for RII i8 and RII i25 airmouse.
11. Solved it cannot save system volume in settings.
12. ZIDOO Media center
a. Optimized the reflash the UI when the storage plug out.
b. Optimized the loading issue with long time or failure, especially for adding device in the form of the host name on SAMBA.
c. Fix the error on the device listbar when plug out device quickly.
d. Optimized the support to save mounted device, to prevent users from wrong operation.
e. Solved reading the label name distortion on USB device.
f. Solved appear "unknown error" when open folder on the SAMBA device.
g. Fix the bug of the storage plug in dialog didn't disapper.
h. Solved no response and interface stucked when used Quick Search way to search frequently.
i. Optimized the acquisition mode for USB device volume label.
j. Solved device flashes back sometime when entering SMB with Address mode.
OTA zip file
Mediafire mirror
Amazon mirror
MD5: 56e2061ce64a3d87cc6471bdf21f4499
How to upgrade:
Note:V1.0.32 will not be release root version, we will release a root tool soon
First in the forum to Gray scale test three days,if no problem,Then push the OTA online update.
Root X6 and X5 Zidoo
From Zidoo
Root apk, and you can install this apk to root your system.
download from this link: http://apidl.zidoo.tv/zidoo_x6/OnkeyRoot_1.0.6.apk
this apk can run in X6 and X5 (use the new version V1.0.10)
From Zidoo
Root system may bring unsafe hidden danger,
If you encounter problems in the process of using,
Please return to unroot system first, otherwise, we will not deal it
if you root the system, it can't OTA online.

MECOOL KIII PRO Amlogic 912, 3/16GB Dual WiFi, Gig Lan, BT4, DVB S2/T2

Bit of a show and tell on the KIII PRO Amlogic 912, 3/16GB Dual WiFi, Gig Lan, BT4, DVB S2/T2
Brand: MECOOL
Model: KIII PRO
Type: TV Box
GPU: ARM Mali-T820MP3
System: Android 6.0
CPU: Amlogic S912
Core: Octa Core
RAM: 3GB
RAM Type: DDR3
ROM: 16G
Max. Extended Capacity: 128G
Color: Black
Decoder Format: H.265
Bluetooth: Bluetooth4.0
Power Supply: Charge Adapter
Interface: AV,DVB-S2,DVB-T2,HDMI,RJ45,SPDIF,TF card,USB2.0
Language: Multi-language
HDMI Version: 2.0
Other Functions: 3D Games,3D Video,DLNA,Miracast,NTSC,PAL
External Subtitle Supported: No
HDMI Function: CEC
Power Consumption: 8W
RJ45 Port Speed: 1000M
WiFi Chip: BCM4335
Power Type: External Power Adapter Mode
Remote Controller Battery: 2 x AAA ( not included )
Product weight: 0.260 kg
Package weight: 0.820 kg
Product size (L x W x H): 13.00 x 12.00 x 3.20 cm / 5.12 x 4.72 x 1.26 inches
Package size (L x W x H): 22.90 x 15.60 x 6.80 cm / 9.02 x 6.14 x 2.68 inches
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Loot at what is going on the inside
Topside, Lid, Antenna
Topside PCB
Underside PCB
Base with weight Block
WiFi, eMMC, Ram, Ethernet device
Rear Ports
Side Ports
Look at UI and system much the same as the rest Android 6
Does have Root and option to enable Lower task bar if required.
Simple Mecool UI
DRM
Ram Truth
Storage Truth
SD Card Test
Antutu
CPU-Geekbench 4
http://browser.geekbench.com/v4/cpu/2641945
Compute-Geekbench-4
http://browser.geekbench.com/v4/compute/686447
Bonsai
Vellamo
3DMark
CPU-Z
As mentioned performance on par with other S912 media players so should do most to keep the user happy on the Android side.
Custom Firmware Mecool KIII Pro DVT Box
Let's check out all about the TV side of this box.
A separate app to run called DTV, will check it out to how good it can be for FTA TV.
No Satellite stuff here to check.
Much the same as K1 and KII
Run up the DTV app select Auto scan Hmm nothing...Ok help if we plug the TV antenna in.
Also need to set the Media Player up to Australia in DTV setting Menu
Scanned and all channels found easy.
100% Sig and Quality
Using Log periodic type antenna and about 30k form the TV towers (bit of wet string would prolly do)
Picture Qulaity looks ok and time between channel change 2~3 second
EPG looks ok
and other functions to set up PVR Time Record, Channel Sort, Favorites, Parental Control
Easy as.
I find the Remote is Designed more for the TV/Sat function of the box than Normal Android.
As I normally use the k400 logitech with android it not a problem here, other may find it a problem.
First thing we get greated with when running the DTV app
Menu to Select Country/Region, select DVT Preference
Back to Installation and scan
Easy
EPG from Remote
All features selected are overlayed a top of the TV Image,
Was not able to snap TV Images only overlays at this stage.
All funtions are access from remote.
ON Screen Display (dark room picture)
Edit Channel List
PVR Settings
PVR Storage Device
Favorite Channel to be added
Channel info and Sub titles
And a little music if the FTA gets to much
Here is the just released Custom firmware for those that maybe interested
Clean and Lean.
Changelog V1:
Based on latest stock!
Cleaned lots of stuff...
Added TWRP
General optimization and how the ram is used, should better now.
Permissions fixed.
Added Xposed Framework
Custom Wetek WebOs launcher (Many thks to wetek for let me use it)
- Menu Button is king on this launcher, its used to add remove icons on the main screen, also to remove widgets.
- Long press on the default icons on desktop you can change them to other apps (White Logos...)
- Long press on the icons you add to the desktop and you can rearrange them.
Live Wallpapers, you can control it in "Settings -> Display -> Daydream." ( you guys need to chose "Backdrop" and add a timer, like 5 min etc... )
Working ATV google remote control!
Netflix, youtube Playstore...etc... fully working
4k Youtube support!
Updated DTV App to the latest one. (mentioned above)
FTMC Build 26.
Cast working ( May take a bit to work... )
Added lots of Kl's
Gapps updated!
Proper Root
initd.d support.
Xbox360 wireless Gamepad, original and Chinese clones?!(well it works with my clone adapter...)
PS3/PS4 gamepad support(only with cable...)
Fixed auto frame switch in kodi. It only works on FTMC(included) SPMC 16.6.0, on kodi 16.1 doesn't work because is to old(misses a lot of fixes for the new S9xx devices), Kodi 17 its a it and miss this days!
And other little stuff...
Bugs V1:
Dont Update for the latest Netflix App... it will stop working if you do, you guys need to complain to Netflix for the stuff they are doing....
Freaktab
There is no way to install it without using the PC?.
Have you tried to install Magisk on this box? It's able to hide the box being rooted.
Thank you
Thanks bat DTV-app not work
this is old thread about Mecook Kiii Pro
https://forum.xda-developers.com/an...ogic/rom-kiii-pro-t3579558/page4#post72386027
please try to follow or ask an administrator to merge both threads
thanks
---------- Post added at 10:07 AM ---------- Previous post was at 10:06 AM ----------
and thanks for your great work to show and explain this box and your firmware
Does this ROM still have the AirPin Pro app still installed?
Install the ROM using sdcard system and I change the ethernet MAC, why?
How can I restore my original MAC?
tanks.
Sir, I really appreciete your hard work, I tried your rom is simple and very fast
I hope you could ported nougat 7.1 to our beloved KIII Pro as Meecool M8S Pro has nougat firmware
Thank you very much Sir
Hello, can this device handel a 4tb hard disk ?
Sent from my MHA-AL00 using XDA-Developers Legacy app
Is there any way to stream the TV tuner across the network?
Sure I saw something about this but cant find it.
Deleted
Hi,
I just bought this device. It has android 7.1 onboard. Unfortunately I face a lot of unexpected restarts in various situations - in the launcher, chrome, during watching DTV, even when recording.
Any idea why and how to fix it?
Second thing is HD channels of DVB-T - I see only 3 on the list while the TV itself sees 6. Even those that are HD aren´t that good quality it should be.
How to use chromecast in KIII pro box
How does “chromecast built in” in the setting menu work in KIII pro mecool setup box?
Remote
How to use remote as a keyboard to type some things like "Jakarta"?
What have I to press to activated alphabet?
Why would Mecool Kii pro lock frequently ?
I have tried two different ROMs in addition to stock. It usually freezes during a cursor move which makes me think maybe it is some kind of interrupt problem. However, it never freezes while watching TV. I'm assuming this is because it basically switches to the TV module, but I have no clue. Temperatures are fine. I have slowed the top clock speed to keep it running cooler, between 50 and 63c, usually around 54.
bobcov said:
It usually freezes during a cursor move
Click to expand...
Click to collapse
did you try change another power supply?
That's a good suggestion. I have just replaced the stock 12v 1amp power supply with a 12v 4amp designed for use with a WD NAS box. If it is a matter of some kind of lack of current under load, that will no longer be the case. I have a feeling though, this is not the answer because of the correlation with cursor movement. Can't see how that would overload the power supply.
bobcov said:
That's a good suggestion. I have just replaced the stock 12v 1amp power supply with a 12v 4amp designed for use with a WD NAS box. If it is a matter of some kind of lack of current under load, that will no longer be the case. I have a feeling though, this is not the answer because of the correlation with cursor movement. Can't see how that would overload the power supply.
Click to expand...
Click to collapse
No change. Still freezes.

Android Pie Track Data Over Bluetooth

I often play music over Bluetooth in my car. Before the Pie update the artist, album and track would show up on my car display but now I just get "No Data" or blank. Bluetooth still connects(actually better than on Oreo), pause, next/previous track buttons in car still work and track time still shows up(even if jumping forward/backward from the phone). It's just the track data that isn't showing. I use Black Player as my music app but the behavior is the same with the Google Play Music app as well.
Anyone else having this issue? Any solution?
jimv1983 said:
I often play music over Bluetooth in my car. Before the Pie update the artist, album and track would show up on my car display but now I just get "No Data" or blank. Bluetooth still connects(actually better than on Oreo), pause, next/previous track buttons in car still work and track time still shows up(even if jumping forward/backward from the phone). It's just the track data that isn't showing. I use Black Player as my music app but the behavior is the same with the Google Play Music app as well.
Anyone else having this issue? Any solution?
Click to expand...
Click to collapse
Have you tried going into developer options and changing your avrcp version?
madscribblerz said:
Have you tried going into developer options and changing your avrcp version?
Click to expand...
Click to collapse
I did a Google search and found a post mentioning the same thing. I wasn't sure if it was related but I tried while it was already connected and playing. Changing caused playback to cut out for a second and resume but still no track data. I didn't try all of the option (1.3, 1.4, 1.5 and 1.6) and I didn't connect and disconnect in between. I guess I can try that. I'm really not even sure what AVRCP is.
jimv1983 said:
I did a Google search and found a post mentioning the same thing. I wasn't sure if it was related but I tried while it was already connected and playing. Changing caused playback to cut out for a second and resume but still no track data. I didn't try all of the option (1.3, 1.4, 1.5 and 1.6) and I didn't connect and disconnect in between. I guess I can try that. I'm really not even sure what AVRCP is.
Click to expand...
Click to collapse
It is the protocol used to transmit the track data to the head unit. Usually lower versions are more compatible. I had to set it to 1.3 in Oreo to work with my car, but with P the default seems to be working.
Not sure if it requires a Bluetooth reconnect. I suspect it would.
Bringing this up again to see if there is any new info.
Just a quick question. I have a Samsung S9 running Pie. I have the same metadata issue with a Subaru Head unit. While browsing my file system on my phone I found the following file in etc/bluetooth/iop_device_list.conf.
It contains the following. Any ideas as to what it is?
avoid_vr_using_carkit=00:1B:52;0C9:C1;90:03:B7;38:C0:96;BC:6A:29;644:BD;30:14:4A;68:84:70;00:0B:24;00:24:0B;08:76:95;00:05:C9;00:17:CA;00:26:7E;A8:54:B2;04:98:F3;9C:28:BF
// 00:1B:52 = 2009 Chevrolet Traverse, 2010 Chevrolet Silverado
// 0C9:C1 = 2013 Honda Accord
// 90:03:B7 = VW PHONE/UHV HIGH
// 38:C0:96 = 2014 Volvo S60 TS,XC60
// BC:6A:29 = 2014 Toyota Tundra
// 644:BD = 2015 Volvo XC60
// 30:14:4A = 2014 Jeep Grand Cherokee
// 68:84:70 = KIA MOTORS (AVN GEN 4.0)
// 00:0B:24, 00:24:0B, 08:76:95, 00:05:C9 = Hyundai Carkits
// 00:17:CA, 00:26:7E, A8:54:B2 = VW Carkits
// 04:98:F3 = FIAT VP1
// 9C:28:BF = FIAT VP2 (Uconnect)
avoid_alerting_carkit=E0:75:0A;04:76:6E;644:BD
// E0:75:0A = 2014 Chrysler Town & Country (New Jersey)
// 04:76:6E = Chrysler LLC: PLC 0 (Dallas)
// 644:BD = Toyota Sienna (Dallas)
avoid_inbandringtone_hf=FF:FF:FF
// FF:FF:FF = TODO : remove when add some device
skip_reject_event_carkit=!uconnect;30:14:4A;00:02:5B;00:0E:9F;A8:54:B2;00:54:AF;00:15:83;9CF:03;48:A92;!toyota;00:18:31;5C:31:3E;BC:6A:29;!handsfreelink;FC:62:B9;E0:75:0A;!bmw;9CF:03;!car multimedia;9CF:03;!mb bluetooth;644:BD;E0:75:0A;9CF:03;1C:99:4C;FC:62:B9;!subaru bt;E0:75:0A;!renault;E4:04:39
// 30:14:4A = Uconnect Chrysler FIAT VP
// 00:02:5B = Uconnect
// 00:0E:9F = Uconnect
// A8:54:B2 = Uconnect
// 00:54:AF = Uconnect Chrysler VP2C
// 00:15:83 = Uconnect Chrysler
// 9CF:03 = Uconnect
// 48:A92 = Uconnect Chrysler VP4 dev version 15.28.6
// 00:18:31 = Toyota TUNDRA
// 5C:31:3E = Toyota Highlander
// BC:6A:29 = TOYOTA Tacoma
// FC:62:B9 = Handsfreelink Honda CR-V
// 9CF:03 = Bmw X1
// 9CF:03 = Car Multimedia Prius
// 644:BD = mb bluetooth Benz E400
// E0:75:0A = mb bluetooth Benz E300
// 9CF:03 = mb bluetooth Benz AMG GTS
// FC:62:B9 = mb bluetooth Benz GLC220D GLE350D
// 1C:99:4C = mb bluetooth Benz New carkit
// E0:75:0A = Handsfreelink 2014 Honda Civic
// E0:75:0A = SUBARU BT
// E4:04:39 = Renault R-Link
bmw_carkit=!bmw;00:0E:9F
// 00:0E:9F = BMW IOT ISSUE
ignore_play_status_from_a2dp=!plt;0C:E0:E4
// 0C:E0:E4 = PLT_Edge
disallow_browsing_carkit=!handsfreelink;FC:62:B9;34:C7:31
// FC:62:B9 = Honda CR-V 2015 handsfreelink
// 34:C7:31 = Honda Pilot 2016 handsfreelink
Thanks in advance.

HD Radio and Satellite Radio

I wanted to talk about my software and hardware project to share it. I started with a Parrot Asteroid Smart running Android 2.x and when that was disappointing moved on to the Chinese units. I started early on with added circuitry/apps. Now I have a PCB connected to the HU by USB, with an ESP32 and an Arduino Micro. I do software updates to the ESP32 over a Zigbee.
The purpose of all this is to add on HD and XM. For HD I am using the (obsolete) Directed tuner, which connects via a mini-din plug, 12v power, and RCA audio jacks. I also support connection to SiriusXM over a mini-din cable. Unfortunately I am not on the very latest version of XM as the protocol is not publicly known. I'm using a docking station with a Starmate, which is advanced enough to support rewind/replay on the current channel. One could argue this is pointless since XM has an app now, my main arguments are that the app does not have an API and it does have data charges..
I programmed the ESP32 with the NanoFramework o/s in C#. The Arduino's purpose is to emulate an HID keyboard.
Besides the HD and XM I implemented advanced steering wheel button features which are vehicle specific.
I also interfaced a compass module. My code has an anti-jamming feature; if the magnetic field is out of range it switches to gyroscope (6 DOF).
I don't know if I want to open-source this and/or sell it. I could not have developed it without XDA.
The xm app also does not work without a data connection either. On real satellite you can get it anywhere, anytime.
I ran XM for a while with a simple external tuner connected to the head unit's rca inputs. Worked fine and did not need a data connection.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I have my own gui for the tuner. Nothing fancy, and I tune by the steering wheel buttons. It cuts out sometimes on mountain roads. My car came with a satellite antenna. I think the latest xm tuners sound better.
Here's a better picture.
I am trying to upload the screenshot one more time.
I have to Hd radio to play with, the directed version and the zoom one, i wanted to know if there is an gui for android ... car radio or not, like trying them on android platforms ???
thks
xdamember2 said:
I wanted to talk about my software and hardware project to share it. I started with a Parrot Asteroid Smart running Android 2.x and when that was disappointing moved on to the Chinese units. I started early on with added circuitry/apps. Now I have a PCB connected to the HU by USB, with an ESP32 and an Arduino Micro. I do software updates to the ESP32 over a Zigbee.
The purpose of all this is to add on HD and XM. For HD I am using the (obsolete) Directed tuner, which connects via a mini-din plug, 12v power, and RCA audio jacks. I also support connection to SiriusXM over a mini-din cable. Unfortunately I am not on the very latest version of XM as the protocol is not publicly known. I'm using a docking station with a Starmate, which is advanced enough to support rewind/replay on the current channel. One could argue this is pointless since XM has an app now, my main arguments are that the app does not have an API and it does have data charges..
I programmed the ESP32 with the NanoFramework o/s in C#. The Arduino's purpose is to emulate an HID keyboard.
Besides the HD and XM I implemented advanced steering wheel button features which are vehicle specific.
I also interfaced a compass module. My code has an anti-jamming feature; if the magnetic field is out of range it switches to gyroscope (6 DOF).
I don't know if I want to open-source this and/or sell it. I could not have developed it without XDA.
Click to expand...
Click to collapse
Sounds amazing. Any chance you can share with us how exactly you did it. A DIY thread would be very much appreciated
AlexViean said:
Sounds amazing. Any chance you can share with us how exactly you did it. A DIY thread would be very much appreciated
Click to expand...
Click to collapse
I will happily answer any questions. No time to explain everything, and it depends on the specific HU and car. I could share my pcb schematic and code I'm running on the ESP32, Arduino Micro Pro, and Android HU. The ESP32 code includes interfaces for the Directed HD and Sirius XM plus a Wit- Motion compass sensor, in C# running in NanoFramework. The HU code is one package in C# (Xamarin). Currently I'm not using the steering wheel inputs of the HU, I found the calls for volume control functions. And I am now using Automate instead of Tasker for miscellaneous purposes. I added a db-15 connector to the HU's harness for all my needs. I learned SMD assembly on this project.
xdamember2 said:
I will happily answer any questions. No time to explain everything, and it depends on the specific HU and car. I could share my pcb schematic and code I'm running on the ESP32, Arduino Micro Pro, and Android HU. The ESP32 code includes interfaces for the Directed HD and Sirius XM plus a Wit- Motion compass sensor, in C# running in NanoFramework. The HU code is one package in C# (Xamarin). Currently I'm not using the steering wheel inputs of the HU, I found the calls for volume control functions. And I am now using Automate instead of Tasker for miscellaneous purposes. I added a db-15 connector to the HU's harness for all my needs. I learned SMD assembly on this project.
Click to expand...
Click to collapse
I'm not sure if using a single din radio would be technically easier to get SiriusXM but it's significantly big for a sedan dash if there's an existing android head unit. Have you considered modifying one of those portable tuners like an Onyx Plus instead?
AlexViean said:
I'm not sure if using a single din radio would be technically easier to get SiriusXM but it's significantly big for a sedan dash if there's an existing android head unit. Have you considered modifying one of those portable tuners like an Onyx Plus instead?
Click to expand...
Click to collapse
Yes actually I'm already doing something like that now. I got tired of the extra radio just for Satellite. Now I have one of the small SiriusXM units in a docking station. It connects to my PCB with a 9-pin mini-din. The nice thing about it is the tuner unit supports replay.
xdamember2 said:
Yes actually I'm already doing something like that now. I got tired of the extra radio just for Satellite. Now I have one of the small SiriusXM units in a docking station. It connects to my PCB with a 9-pin mini-din. The nice thing about it is the tuner unit supports replay.
Click to expand...
Click to collapse
Would you mind sharing some pictures of your setup and a video showing how things work would be really informative
AlexViean said:
Would you mind sharing some pictures of your setup and a video showing how things work would be really informative
Click to expand...
Click to collapse
Here's a simplistic block diagram of my setup. Does not show the power connections.
xdamember2 said:
Here's a simplistic block diagram of my setup. Does not show the power connections.
Click to expand...
Click to collapse
Here is a brief video of my audio sources. My HD tuner is not plugged in today.
This is really cool. I want to replicate what you have for my Joying Android head unit, but I don't have the needed skillset unfortunately. Are you interested in making and selling your interface? You can order a small run from company like https://www.pcbway.com/b (no affiliation, just some company I found on internet). I will buy one from you!
xdamember2 said:
Here is a brief video of my audio sources. My HD tuner is not plugged in today.
Click to expand...
Click to collapse
I'd love something like this for my linkswell gen 4. The one thing I really really miss is the HD radio from the oem unit. For sirius xm I've been more than happy with the app. But HD radio is another story and apps like Audacy are garbage and don't have all the HD stations in my area.
xdamember2 said:
Here is a brief video of my audio sources. My HD tuner is not plugged in today.
Click to expand...
Click to collapse
For sure I'd pay you for this interface. In the meantime trying to pickup one of those old directed hd car tuners as I have an aux input. Obviously I'd prefer what you're doing, a complete interface controlled by the radio screen, not the controller that comes with these things.
AlexViean said:
I'm not sure if using a single din radio would be technically easier to get SiriusXM but it's significantly big for a sedan dash if there's an existing android head unit. Have you considered modifying one of those portable tuners like an Onyx Plus instead?
Click to expand...
Click to collapse
I'm now running a Sirius Commander Touch as the satellite tuner. But I'm stuck on the graphics. I see the PNG data but it's split at about 1000 bytes.
Still running the added functions on an ESP32 but I switched from nanoframework c# to Arduino c++.
Update: now my difficulty is identifying which image goes with which channel.
If anyone is interested I am going to sell the new old stock HD tuner I bought on ebay and the cable I bought from xdamember2. Indeed it works perfectly but I'm getting rid of the radio so I no longer need these parts. I actually had this running on a linkswell gen 4.
xdamember2 said:
I'm now running a Sirius Commander Touch as the satellite tuner. But I'm stuck on the graphics. I see the PNG data but it's split at about 1000 bytes.
Still running the added functions on an ESP32 but I switched from nanoframework c# to Arduino c++.
Update: now my difficulty is identifying which image goes with which channel.
Click to expand...
Click to collapse
Things are mostly working now. Some problem with the jpeg album artwork and jpeg repair tools have been no help.
Hey there! Did you ever happen to get information on the protocol used by the SXV series of sXM tuners? Does the Commander use one of the siriusxm control protocols?
I have an older Sirius Stratus tuner with a lifetime subscription on it that works with mini din 8 / sirius connect control, and my head unit (a newer kenwood android auto thing) has the 10-pin interface.
I've ordered a used SXV100 to experiment with, and to steal the custom cable from, but as you mentioned the protocol, and even the pinout, is proprietary and unpublished, so for the moment i'll be flying blind.
I'm hoping that at least I can identify the pins and will ideally find a +5v power, ground, audio left, right, audio ground, control rx/tx as is there for the old 8pin sirius interface, and that i'll just need to build a translation circuit from sirius connect to sxm control...

Categories

Resources