Double 2 Din in Dash Stereo Car CD DVD Player Bluetooth FM Radio SD USB Touch UK

Sold See similar items £60.99 Buy It Now or Best Offer, FREE Shipping, 30-Day Returns, eBay Money Back Guarantee
Seller: superefine ✉️ (52,269) 0%, Location: HAYES, GB, Ships to: GB, Item: 112229453571 Double 2 Din in Dash Stereo Car CD DVD Player Bluetooth FM Radio SD USB Touch UK.

Document

Double 2 Din in Dash Stereo Car CD DVD Player Bluetooth FM Radio SD USB Touch UK
  • Description
  • About us
  • Payment method
  • Shipping Policy
  • Return & Warranty
  • Reply
  • Feedback

6.2" Car Stereo DVD Player Bluetooth/FM/USB/SD/MP3/Sub-woofer output/ Support Front and Rear View Camera input

Introduction

6.2 inch High-definition Digital Touch screen+BT function+USB port and TF card slot+AUX-IN+Support Front and Rear View Camera input+ FM/AM+Support Steering wheel control function

This is car multimedia player. It has NO GPS function. There is NO built-in storage card.

Features

1. 6.2" High-definition Digital screen 800*480,Touch screen

2. 7 color button back light 

3. Support the Audio playback format of MP3/WMA/WAV/FLAC/APP etc

4. Support the Video playback format of RMVB/RM/DVD/VCD/ DIVX/AVI/ASF/3GP etc

5. With Front USB2.0 port and TF  card slot

6. BT  function, free hand call and BT music

7. MOSFET Amplifier: 52 x 4W max power output

8. FM/AM/RDS  range: 87.5~108.0MHz(Europe)

                                        87.5~107.9MHz(USA)

                                        65.0~74.0MHz(RU)

                                        76.0~90.0MHz(JP)

9. AM: range: 522~1620MHz(Europe)

                            530~1710MHz(USA)

                            522~1620MHz(RU)

                            522~1629MHz(JP)

10. Full IR remote control

11. Power-off with auto-memory store function under radio or TF/USB mode

12. Clock function 

13. Mute function

14. Bass & Treble,L&R channel stabilizer

15. Front AUX  in function

16. Support 1way Video and audio input or 2way Video and audio Output function 

17. Support Front and Rear View Camera input function(Front camera optional)

18. Support Steering wheel control function

20. Support Sub-woofer output function 

Specifications

 

Main function

DVD/RADIO/BLUETOOTH/USB/TF/AUX IN/Front and 

Rear Camera input/Sub woofer output/Video input and output/Audio input and output

Screen size

6.2 inch

Touch 

Resistance touch screen

Resolution

800*480

Menu languages

Chinese,English,Traditional Chinese,Indonesia,Russia,Thai,Arabic,Spanish, German,Portuguese,Turkish

Power Requirement

DC12V

Load Impedance

4 Ohms

Maximum Power 

Output

52*4W

Bluetooth section

Communication type: V2.0 maximum

Distance: 5 meters

Picture

JPEG,GIF,PNG,BMP,TIFF

RADIO

AM/FM

Disc Play

DVD/DIVX/VCD/MP3/CD etc

Audio

MP3, AAC,WMA etc

Video

AVI/RMVB/RM/3GP/MP4/MOV/MPG/VOB//FLV/OGG/

ASF etc

Video decoding

720p,support all mains stream video formats,

including RMVB

 

Packaging

1* Car Multimedia Player

1* Operation Manual

1* Power Cable

1* Remote Controller

 

 

Welcome to our store!We supply many products including computers accessories, camera & camcorder accessories, phone accessories,car accessories & Consumer Electronics.High product quality, reasonable prices, excellent customer service and a reliable credit standing is our tenet.

Thank you for shopping at our eBay Shop.

1.We accept PayPal only.

2.NOTE: Payment should be sent within 4 (FOUR) days of auction closing. Or unpaid dispute will be filed for closing auction. Please contact us if you have any questions of payment procedures.

1.How much is shipping and handling? The shipping and handling costs will be clearly marked on the auction item page.

2.Please make sure the Ship-To address you type during checkout is correct. We are not responsible for any wrong or undeliverable addresses.

3.Local pick up is not available.

4.Items are generally shipped out in 1 business day after your payment has been cleared.

5.An e-mail will be sent to your eBay e-mail address upon item is shipped out. If you do not receive this e-mail in 48 Business Hours, please contact us to check the status of your transaction.

6.International Buyers - Please Note: Import duties, taxes, and charges are not included in the item price or shipping cost. These charges are the buyer's responsibility. Please check with your country's customs office to determine what these additional costs will be prior to bidding or buying. Customs fees are normally charged by the shipping company or collected when you pick the item up. These fees are not additional shipping charges.

1.Our items come with one-year warranty.

2.Our warranty does not extended to any products that are physically damaged or that are not under normal operating conditions as a result of misuse or improper installation on the buyer/user's part.

3.This product comes with 30-Day Money Back Guarantee.

4.We stand behind every product we sell and we are care about our every customers. If you're not pleased with your purchase, we'll be happy to make an exchange or refund.

5.For all returned products, please contact us for the returning address.

1.ALL replies will be sent to your email, if you don't get response within 1 business days, pls check your My Messages in case your email provider has an overly-aggressive spam filterblocking eBay's emails. Please email us AGAIN.

2.Email is the priority of our customer service.

1.You will receive our positive feedback as soon as you leave a feedback to us. 2.Your better comments will be an encouragement for us to offer the better quality and the better service in future. 3.If you are not satisfied with them, please contact us first via Ask a Question or via Contact Seller before you leave any neutral/negative feedback or open any case. Your messages will be answered within 1 business day. We shall try our best to solve your problem to your satisfaction. 4.Your satisfaction is our goal.

window.onload = function(){ /*************顶部banner***************/ var banner11 = $('#banner1'); var banner1Ul = banner11.find('ul'); var banner1Li = banner1Ul.find('li'); var time = 3000; // 自动滚动间隔时间 var runSpeed = 400; // 滚动动画速度 var autoRun = true; // 是否需要自动滚动 banner1Ul.width(banner1Li.width() * banner1Li.length); //创建小白点导航 banner11.append('
    '); banner1Li.each(function(index){ var navOl = banner11.find('ol'); if(index==0){ navOl.append('
  1. 1 '); }else{ navOl.append('
  2. '+ parseInt(index+1) +' '); } }); var dotList = $('.dots').find('li'); if(autoRun){ //自动滚动 var flag = 1; function focusInterval(){ var leftVal = -parseInt(banner1Ul.css('left')); if(flag < banner1Li.length){ banner1Ul.animate({left:-(banner1Li.width()*flag)},runSpeed); flag++; }else{ banner1Ul.animate({left:0},runSpeed); flag = 1 } dotList.eq(flag-1).addClass('active').siblings('li').removeClass('active'); } var interval; interval = setInterval(focusInterval,time); //鼠标经过暂停滚动 banner11.mouseenter(function(){ clearInterval(interval) }).mouseleave(function(){ interval = setInterval(focusInterval,time) }); } //点击滚动 (function(){ dotList.on('click',function(){ $(this).addClass('active').siblings('li').removeClass('active'); banner1Ul.animate({left:-(banner1Li.width()*$(this).index())},runSpeed); }) })() /*************左侧无缝滚动***************/ var banner22 = $("#banner2"); var banner2Ul = banner22.find("ul"); var imgHei = banner2Ul.find("li").height(); var lang = 0; //显示几个 var visible = 4; //滚动速度 var banner2Speed = 20; banner22.height(imgHei*visible); function autoScroll(){ lang -= 1; var banner2UlVal = -parseInt(banner2Ul.css('top')) var imgLength = (banner2Ul.find("li").length) - visible; if(banner2UlVal>imgHei*imgLength){ $(banner2Ul.html()).appendTo(banner2Ul); }else{ banner2Ul.css('top', lang); } } autoScroll() t = setInterval(autoScroll,banner2Speed) banner22.mouseenter(function(){ clearInterval(t); }).mouseleave(function(){ t = setInterval(autoScroll,banner2Speed); }); } function showImage(image){ var objimage=document.getElementById('image'); objimage.src="image/"+image; } function setTab(name,cursel,n){ for(i=1;i
    • Condition: New
    • Brand: Excelvan
    • Compatible Format: CD, DVD, JPEG, MP3, VCD, WMA
    • Head Unit Functionality: AM/FM Radio, CD Player, MP3 Player
    • Type: Double DIN
  3. PicClick Insights - Double 2 Din in Dash Stereo Car CD DVD Player Bluetooth FM Radio SD USB Touch UK PicClick Exclusive

    •  Popularity - 20 watchers, 0.1 new watchers per day, 180 days for sale on eBay. Super high amount watching. 6 sold, 0 available.
    •  Best Price -
    •  Seller - 52,269+ items sold. 0% negative feedback. Good seller with good positive feedback and good amount of ratings.

    People Also Loved PicClick Exclusive