Jump to content
AVIC411.com

Abalta

Members
  • Content Count

    8
  • Joined

  • Last visited

About Abalta

  • Rank

  1. Sounds perfect, Where do I find this key file? I have searched all partitions, but missed it. How do I recognize it? Well, Guessing that it would be in usr/keylayout I found mxckpd.kl which contains some information on the HOME hard key: #HOME key 0x0E EXTEND_HOME How do I make it launch my app?
  2. Good idea! I just put my .apk, which luckily is also a launcher app, into system/app and it did install (after I changed the permissions). This actually works and my app becomes active and usable for about 10 seconds, when the setup dialog where you select your phone type and so comes up. If I want to see my app in action again, I have to reboot ... How do I best interrupt the boot process so that pioneer's launcher doesn't take over? I tried renaming launcher.apk and launcher.odex, which I found in system/app, but that didn't help. Any suggestions would be greatly appreciated.
  3. I missed that, ADB is just what I need! How do I get ADB (without wifi - my 7100 doesn't have wifi)? Please point me in the right direction.
  4. 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
  5. I am looking for a way to install and launch an "arbitrary" apk on the Avic7100NEX. How do I best go about this? ADB is (still) not working, but supposedly there is console output available on the 26 pin RGB connector. (I have a cable to splice on order ) With Firmware 1.03 I got my apk file onto the HU by putting it onto the external sd card image, but found no way to actually install and run the program once the HU had booted from the external sd card. Please advise.
  6. After updating the HU (Avic7100NEX) from firmware 1.03 to 1.05, it doesn't boot from external SD anymore. When I insert an thumb drive (Build #573 | https://jenkins.adamoutler.com/job/Customize%20BSP/573/) prepared as described in the main post. I flash using the script, press home to reboot and remove the drive key. The HU boots anyway And it shouldn't. It should fail to boot until I provide the backed-up image on the external sd card. I think I had that working with Firmware 1.03, but now It just keeps booting happily. I don't understand What might be going on?
×
×
  • Create New...