Jump to content
AVIC411.com

mikedecaro

Members
  • Content Count

    388
  • Joined

  • Last visited

Everything posted by mikedecaro

  1. Can you take a screen shot of the dialog? I don't think I have that with the AppRadio 1.
  2. Posted beta 10, a minor update for the iPhone 5. Scaling and calibration should be a bit better but its still not perfect yet.
  3. 1. I don't have my phone paired with bluetooth. I'll try making a phone call and see if I can reproduce this. 2. Not sure what you mean. Nope, the view is just mirrored. So what ever is on the phone gets displayed on the head unit. I already set up an app that records touch coordinates and had someone test it last night. I thinks I got all of the data I need to fix the calibration.
  4. Video's are a big help since I don't have an iPhone 5. Is there any pattern to the messed up calibration? Does it get worse when you go further left or right? Is it the same shift everywhere you press?
  5. Based on those logs, it looks like there is either something wrong with your jailbreak or the iPhone 5 is acting different than I expected. All of the apps in the /Applications folder are supposed to run as root, which should have access to /private/var/mobile.
  6. Can someone post a crash report for the iPhone 5, touch the screen, app crashes issue?
  7. Gestures and scrolling in lists don't work properly yet. It's somewhat limited to single taps for now. On the todo list. It seems like a mixture of devices having the problem. If it crashes only after 30 seconds of inactivity, it sounds more like something is wrong with the dimming/sleeping. If you actively use the app, does it last longer than 30 seconds? Yes. I did notice that my code that prevents the device from dimming/sleeping isn't working properly on iOS 6. Maybe it's related. I don't have insomnia or infinity task installed and it's working for me. When you
  8. Yes. Is the AppRadio app crashing after 30 seconds for anyone else? I'm trying to figure out if the results are mixed or if everyone is seeing the issue.
  9. Reboot and test. If this doesn't help, I'll have to see what I can do in the code.
  10. In the iFile settings, turn on Application Names. Navigate to /var/mobile/Applications and find AppRadio. Open the AppRadio.app folder and look for Info.plist.
  11. I'm adding proper support for MCP in the next release (so they don't conflict). If it see's MCP, it will disable my backgrounding. Use the link in the first post and change Beta9 to Beta8.
  12. iOS automatically kills applications that run in the background for too long. I tried implementing some code that bypasses this restriction but it sounds like it's not holding on your devices. Can you try opening Info.plist inside of the AppRadio app bundle and add audio to UIBackgroundModes? You can use iFile to modify the file on your device. It should look like this: <key>UIBackgroundModes</key> <array> <string>external-accessory</string> <string>audio</string> </array>
  13. There are still a bunch of issues related to the iPhone 5. I'll try to list them all in the first post so everyone is aware. Still working on it. Can you try removing UIRotation and let me know if the problem goes away? I tried Spotify last night and it seemed to work fine.
  14. Beta 9 is live on the repo. Please read the first post. Music Controls Pro is NOT needed. If you can't get touch controls working, try rebooting the device.
  15. Soon, hopefully. Just tested a working configuration with manual setup. Trying to make everything automatic now.
  16. It's not going to work with the current version of AppEx. I need to release an update that supports MCP.
×
×
  • Create New...