Jump to content
AVIC411.com

mikedecaro

Members
  • Content Count

    388
  • Joined

  • Last visited

Everything posted by mikedecaro

  1. Still working on mirroring. No touch input yet. I have a mirroring concept working but it requires the parking brake bypass. Trying to get around that.
  2. Really? That's horribly incorrect. The head unit doesn't do any of the work. It's just an external display for the iPhone (literally, in code).
  3. They have to be compiled. I'll start posting packages you can install once it's in a semi usable state. Probably after mirroring is working.
  4. AppEx for iOS 7 is open source and hosted on github: https://github.com/mikedecaro/AppEx-iOS7 It's a complete rewrite so I'm adding a little bit at a time. Don't expect it to work just yet. Right now, it just allows the AppRadio app to run in the background. Next is the mirroring of the iPhone screen and then touch input. Stay tuned...
  5. It's just going to take some time to get everything working again. No ETA right now. The donation link has been temporarily removed from my website. I shared the code with a couple other developers and I want to make sure the donations go to the right person when the time comes.
  6. The link for the latest beta is http://mikedecaro.com/repo/AppRadioExtensions_2.1.0_Beta17.deb. You can change the file name to AppRadioExtensions_2.1.0_Beta16.deb, AppRadioExtensions_2.1.0_Beta15.deb, etc. to install older versions. Download the file on your computer, email it to yourself, and open on the phone using iFile.
  7. I wouldn't say run out of steam just yet. I still have a few ideas. Just sent you a DM about the code.
  8. When you press an app icon on the head unit, the AppRadio app is sent to the background while remaining in an active state (similar to Backgrounder) and the new app is launched. Since the AppRadio app thinks it is active, it still displays a window on the head unit and accepts touch input. The AppRadio app then begins to capture the iPhone's screen and displays it in the window on the head unit. The touch input is rerouted to app on the iPhone screen.
  9. DisplayOut converts the iPhone screen into a video and displays it on an external device. The AppRadio uses an iOS feature that lets apps have multiple windows, where the second window happens to be displayed on the head unit. The identical screens you see in the AppRadio app are actually two different windows with the same content (programmatically, not just a mirrored image).
  10. All of the older beta's are still hosted on my website. Just take the link from the first post and change the beta number. It's a bit more complicated than that (last I checked at least). DisplayOut works with the AppRadio by streaming the phone screen as a video to an external display. That's why you need the bypass for it to show on the head unit. When a video is displayed on the head unit, it takes control away from the running app and stops sending touch events to the device. AppEx was based completely inside of the AppRadio app while it was kept running in the background. The
  11. Just a quick status update: We made some progress with getting AppEx running on iOS 7, but many of the features aren't working. Apple made some huge changes to the backend of iOS 7 so it may take a while to figure out workarounds for all of the issues. I'll keep everyone posted as we go.
  12. Anyone with a 4S having issues with preferenceloader? I can't seem to get anything to show up in the settings app. Works fine on my 5S. Edit: Nevermind. There is something wrong with the AppEx code, causing preferenceloader to fail.
  13. Hey everyone, just a quick status update. I started looking into AppEx for iOS 7. I should be able to get all of the smaller features working but the mirrored apps may or may not take some time. Another developer contacted me about contributing to the project, so I'm working on getting him set up with the code. Hopefully this helps things move long at a better rate. I'll start posting versions for iOS7 as they become available.
  14. You are correct. I missed the "until further notice" part when reading it earlier.
  15. For anyone who is still using the AppRadio 1, I just received this email from Crutchfield. It also notes that the AppRadio 2 and 3 should work fine with iOS 7. Hello, Our records show that you purchased a Pioneer AppRadio1 (SPH-DA02 or SPH-DA01) from Crutchfield. If you did not register your radio you may not be aware of Pioneer's recent announcement regarding iOS7. Pioneer has informed us that SPH-DA01 and SPH-DA02 will not be compatible with an iPhone 4 or 4S that has been upgraded to iOS7. Here is today's bulletin from Pioneer: With the introduction of Apple's new iOS7 mobil
  16. Mine crashes when launching apps and displaying the backup camera. Sometimes randomly. If you press ignore on the phone when it asks to launch the AppRadio app, it plays music just fine. Not sure about talking on the phone. My mic was defective when I bought it so its not hooked up.
  17. Mine crashes constantly. I have a feeling they aren't going to release a firmware update for it either.
  18. It's only laggy on the 4. My 4S runs fine. Not sure what went wrong there. Maybe you entered the repo incorrectly? If you enter http://mikedecaro.com/repo/ into Cydia, the path to the Packages file should be http://mikedecaro.com/repo/Packages.bz2.
  19. I switched web hosts a few days ago, which may have caused some down time. Try rebooting your phone and installing via Cydia again (after installing the dependencies).
  20. You are missing dependencies. I believe result code 256 means something is blocking the install from completing. In your case, you need to search Cydia for all of the dependencies listed in the first post (MobileSubstrate, PreferenceLoader, and AppList). Once they are installed, try installing AppEx again. You should get a result code 0 when everything installs correctly.
  21. I'll take a look at it this week, but I can't guarantee it working correctly on all devices. It's going to mess with the calibration (when enabled). Does everyone just want the screen stretched to fill?
  22. I was having the same problem with SBRotator installed. I think it had something to do with rotating the lock screen, possibly only if an alert is shown. I couldn't figure out what the problem was. I think AppEx and SBRotator overrides the same built in methods for rotation, causing a conflict/crash.
×
×
  • Create New...