BRAGA Premium series car radio for Hyundai Ix35 is a premium head unit of high quality production. The car stereo contains the best components of increased efficiency with high performance. The car stereo is completely similar to the Ultra-premium series, except for the RAM and built-in memory, which makes it possible to choose the desired combination of "price: amount of memory". Buying a car radio for the Hyundai Ix35 Premium series means getting one of the best high-performance devices on the market.
Key features
Brand / Manufacturer: | BRAGA |
Series: | Premium |
Operation system: | Android 13 |
Display: | 9 inches QLED / IPS (2.5D) |
Resolution: | HD 1280х720 px |
Processor: | 1.6 GHz Quad-core (UIS7862) |
Memory: | 2GB/4 Gb LPDDR4 |
Built-in storage: | 32/64 Gb |
Apple CarPlay / Android Auto: | Built-in |
$('#product-product button[id^=\'button-upload\']').on('click', function() {
var node = this;
$('#product-product #form-upload').remove();
$('body').prepend('
');
$('#product-product #form-upload input[name=\'file\']').trigger('click');
if (typeof timer != 'undefined') {
clearInterval(timer);
}
timer = setInterval(function() {
if ($('#product-product #form-upload input[name=\'file\']').val() != '') {
clearInterval(timer);
$.ajax({
url: 'index.php?route=tool/upload',
type: 'post',
dataType: 'json',
data: new FormData($('#product-product #form-upload')[0]),
cache: false,
contentType: false,
processData: false,
beforeSend: function() {
$(node).button('loading');
},
complete: function() {
$(node).button('reset');
},
success: function(json) {
$('.text-danger').remove();
if (json['error']) {
$(node).parent().find('input').after('
');
}
if (json['success']) {
alert(json['success']);
$(node).parent().find('input').val(json['code']);
}
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
}
}, 500);
});
//-->