Jump to content
AVIC411.com

AVIC Development Mod - Developer Debug Menu


Recommended Posts

  • Replies 54
  • Created
  • Last Reply

Top Posters In This Topic

  • 1 month later...

Maybe getting adb is just a matter of finding the right USB - Ethernet dongle:

 

In system/bin are (amongst other files)

adb

ADBonNet.sh

 

last one containing

 

echo "$1"
 
if [ "on" = "$1" ];then
ifconfig eth0 192.168.0.100
setprop service.adb.tcp.port 5555 
stop adbd 
start adbd 
echo "ADB on NET : on"
elif [ "off" = "$1" ];then
setprop service.adb.tcp.port -1
stop adbd 
ifconfig eth0 down
start adbd 
echo "ADB on NET : off"
fi
 
#while off :
#PC adb disconnect & adb usb
Link to post
Share on other sites

I got ADB debug over USB working perfectly first go, from what I'm reading others are having issues?

 

* Enable debug menu

* Change USB mode to 'device', headunit reboots

* Enable debug menu

* Enable 'ADB on usb' option

* lsusb on a Linux machine connected to it using a standard USB male<>male cable shows a device as a Nexus 7 in debug mode

* 'adb shell' gives you a shell

Link to post
Share on other sites
  • 2 months later...
  • 1 month later...

I got ADB debug over USB working perfectly first go, from what I'm reading others are having issues?

 

* Enable debug menu

* Change USB mode to 'device', headunit reboots

* Enable debug menu

* Enable 'ADB on usb' option

* lsusb on a Linux machine connected to it using a standard USB male<>male cable shows a device as a Nexus 7 in debug mode

* 'adb shell' gives you a shell

This procedure works for NEX8100 as well

Link to post
Share on other sites
  • 2 weeks later...
  • 2 months later...

Hello
Here are the menus of my Avic F980BT
I can not see the content, while the PC recognizes the avic in Android
I put pictures of all the menus

I tried with Windows 10 and Linux but the same .. it sees android But I do not have access

 

The normal menu

 

post-145203-0-76424800-1503921265_thumb.jpgpost-145203-0-43181000-1503921271_thumb.jpgpost-145203-0-15521400-1503921277_thumb.jpgpost-145203-0-34239200-1503921282_thumb.jpgpost-145203-0-05880500-1503921287_thumb.jpgpost-145203-0-40261000-1503921292_thumb.jpgpost-145203-0-36122900-1503921297_thumb.jpgpost-145203-0-77877000-1503921302_thumb.jpgpost-145203-0-02866100-1503921308_thumb.jpg

 

The developer menu

 

post-145203-0-01621100-1503921491_thumb.jpgpost-145203-0-15559800-1503921496_thumb.jpgpost-145203-0-89084000-1503921500_thumb.jpgpost-145203-0-47178000-1503921505_thumb.jpgpost-145203-0-07123000-1503921510_thumb.jpgpost-145203-0-07339900-1503921515_thumb.jpg

 

The PC linux and Windows 10

 

post-145203-0-39446100-1503921621_thumb.jpgpost-145203-0-03569500-1503921629_thumb.jpgpost-145203-0-27868700-1503921636_thumb.jpgpost-145203-0-55662100-1503921641_thumb.jpgpost-145203-0-64498200-1503921646_thumb.jpg

Link to post
Share on other sites
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...



×
×
  • Create New...