Jump to content
AVIC411.com

AppRadio Extensions 2.0 Beta - Full iPhone control


Recommended Posts

You were right it does look stupid, lol, I am sorry I can't help with that, issue, but if your friends phone works withe your unit and yours dosent, I am afraid it's going to be some incompatibility with maybe one of the things you have installed from cydia try doing a clean restore of your device, jailbreake and install app extension first, that should take care of it

 

Or maybe I had the wrong version of AppEx/AppRadio installed? I was on 1.8.2 with iOS 6. Maybe that was my problem? I updated to v2.0.1 but haven't had a chance to test it yet. Hoping 1.8.2 just didn't work right on iOS 6 or something. I was also on the iOS 5 AppEx from Cydia. I'll try to test it with v2.0.1 AppRadio and the latest 2.1b4 AppEx from the first post and see if that solves my problems.

 

Question: Should I install AppEx from Cydia first, and then download AppRadio.app from the AppStore on top of that, or should I download AppRadio.app first and then install AppEx in Cydia on top of that?

Link to post
Share on other sites
  • Replies 2.4k
  • Created
  • Last Reply

Top Posters In This Topic

Or maybe I had the wrong version of AppEx/AppRadio installed? I was on 1.8.2 with iOS 6. Maybe that was my problem? I updated to v2.0.1 but haven't had a chance to test it yet. Hoping 1.8.2 just didn't work right on iOS 6 or something. I was also on the iOS 5 AppEx from Cydia. I'll try to test it with v2.0.1 AppRadio and the latest 2.1b4 AppEx from the first post and see if that solves my problems.

 

Question: Should I install AppEx from Cydia first, and then download AppRadio.app from the AppStore on top of that, or should I download AppRadio.app first and then install AppEx in Cydia on top of that?

 

If you are on iOS 6, don't install the Cydia version. It doesn't work. Install the latest AppRadio app and then install the beta from the first post.

Link to post
Share on other sites

If you are on iOS 6, don't install the Cydia version. It doesn't work. Install the latest AppRadio app and then install the beta from the first post.

 

Okay so that probably explains the black screen on the radio itself. I had the AppEx from ModMyi before. I'll install the latest beta and test again. Also, from my post before, I did throw the deb up on a cydia repo.

http://cydia.myrepospace.com/oneyozfest182/
Link to post
Share on other sites

Ty Mike! 

 

1.When after starting navigon app, the screen turns black, the iphone stil shows navigon  http://imgur.com/a/stJpO

2. When i enter the route the screen turns with green code for a part of a second and switches to navigon like it should .  http://imgur.com/6CUH7K7

3. after loading 20 sec the screen is sharp but a littlebit laggy and it losing GPS a lot. but i dont know if its because my iphone was on the seat.   http://imgur.com/J6oCNuB

As you can see, the screen dont fits in corectly, but the important part is visible!

 

thank, i´m very happy the way it is. i can use it now :)

i´ll donate something as soon i got my cash next month!

Great work

Link to post
Share on other sites

Or maybe I had the wrong version of AppEx/AppRadio installed? I was on 1.8.2 with iOS 6. Maybe that was my problem? I updated to v2.0.1 but haven't had a chance to test it yet. Hoping 1.8.2 just didn't work right on iOS 6 or something. I was also on the iOS 5 AppEx from Cydia. I'll try to test it with v2.0.1 AppRadio and the latest 2.1b4 AppEx from the first post and see if that solves my problems.[/size]

 

Question: Should I install AppEx from Cydia first, and then download AppRadio.app from the AppStore on top of that, or should I download AppRadio.app first and then install AppEx in Cydia on top of that?

Yep yours was a continuation of problems, outdated app, and incompatible extensions, follow Mike's steps adobe...

Link to post
Share on other sites

appinfo.dat is just a file that gets updated with the latest list of supported applications from Pioneer's servers. It is used to populate the recommended app list. You aren't going to be able to run the AppRadio app in the background by just changing settings files. It has to be a change to the code of the application (via a MobileSubstrate plugin).

 

Edit: I may be able to work with the UIBackgroundModes continuous setting. Need to look into that some more.

 

Great!!! Mike is back with another beta, what's new on this one Mike?, I hope the UIBackgoundmodes helps you somehow find a solution for this backgrounding issue, you mentioned that we would need to make changes to the code of the aplication via MobileSubstrate plugin, I would be more than happy to take a look inside the application if you just give me an idea how to access the code with mobilesubstrate.

 

 

Just some more clarification:

 

Every supported app needs to include the Pioneer API that communicates with the head unit. When the application launches, the API registers the application with the head unit and allows it to display on the screen. When an application resigns to the background (or closes), the API tells the head unit to disconnect for that application. Backgrounder worked by telling the application to skip the code that gets executed when the app is closing, allowing it to maintain a connection to the head unit while it was in the background on the phone.

 

If someone wants to take a stab at writing a port of Backgrounder for iOS 6, I can point them in the general direction. Other than that, the only way I see getting this working is if we gain access to the Pioneer API.

 

Also please point me in the general direction to take a look at backgrounder code and see if i can fix it somehow, I know someone did it before so it wouldn't hurt to try, i will be waiting for your instructions, thanks...

Link to post
Share on other sites

Yep yours was a continuation of problems, outdated app, and incompatible extensions, follow Mike's steps adobe...

 

The instructions don't really say specifically whether to install AppRadio.app first, or AppEx first, and it also doesn't say which version of AppRadio.app or the unit FW you should be running...  :neutral:

Link to post
Share on other sites

The instructions don't really say specifically whether to install AppRadio.app first, or AppEx first, and it also doesn't say which version of AppRadio.app or the unit FW you should be running...  :neutral:

 

I don't think it really matters what you install first, but I've had appradio installed first and then the extensions, my appradio version on my phone is 2.0.1 i believe that is the latest one from itunes

Link to post
Share on other sites

I don't think it really matters what you install first, but I've had appradio installed first and then the extensions, my appradio version on my phone is 2.0.1 i believe that is the latest one from itunes

 

Awesome. Thank you Adrian. Only reason I asked was just a week or so ago you had to have an old version 1.8.2 and I wasn't sure if he had gotten it all working on the latest. Also, if anyone has an AppRadio 1, let me know what FW you have running that seems to work okay with AppEx.

Link to post
Share on other sites

Great!!! Mike is back with another beta, what's new on this one Mike?, I hope the UIBackgoundmodes helps you somehow find a solution for this backgrounding issue, you mentioned that we would need to make changes to the code of the aplication via MobileSubstrate plugin, I would be more than happy to take a look inside the application if you just give me an idea how to access the code with mobilesubstrate.

 

 

 

Also please point me in the general direction to take a look at backgrounder code and see if i can fix it somehow, I know someone did it before so it wouldn't hurt to try, i will be waiting for your instructions, thanks...

 

I put up a beta 4 to fix the Navigon issue but I took it back because it wasn't stable. I'll released another update tonight.

 

 

This is the Backgrounder code for iOS 5 that I based AppEx off of:

https://github.com/devbug/Backgrounder/

 

These are the headers for iOS 5:

https://github.com/Fr0stDev/iOS-5.1.1-Headers

 

Backgrounder relies on SBDisplayStack to send applications to the background without the app knowing it was hidden (see SpringBoardHooks.xm). iOS 6 doesn't use SBDisplayStack to manage applications. It looks like they switched to SBWorkspace, but I'm not really sure how it works yet. It's just a guess.

 

These are the headers for iOS 6:

https://github.com/caughtinflux/iOS-6-SpringBoard-Headers

 

The instructions don't really say specifically whether to install AppRadio.app first, or AppEx first, and it also doesn't say which version of AppRadio.app or the unit FW you should be running...  :neutral:

 

It shouldn't matter which you install first. The app and FW should always be the latest (when running the beta). I'll update the first post to be more clear.

 

Awesome. Thank you Adrian. Only reason I asked was just a week or so ago you had to have an old version 1.8.2 and I wasn't sure if he had gotten it all working on the latest. Also, if anyone has an AppRadio 1, let me know what FW you have running that seems to work okay with AppEx.

 

I have an AppRadio 1 with the latest FW installed.

Link to post
Share on other sites

I put up a beta 4 to fix the Navigon issue but I took it back because it wasn't stable. I'll released another update tonight.

 

 

This is the Backgrounder code for iOS 5 that I based AppEx off of:

https://github.com/devbug/Backgrounder/

 

These are the headers for iOS 5:

https://github.com/Fr0stDev/iOS-5.1.1-Headers

 

Backgrounder relies on SBDisplayStack to send applications to the background without the app knowing it was hidden (see SpringBoardHooks.xm). iOS 6 doesn't use SBDisplayStack to manage applications. It looks like they switched to SBWorkspace, but I'm not really sure how it works yet. It's just a guess.

 

These are the headers for iOS 6:

https://github.com/caughtinflux/iOS-6-SpringBoard-Headers

 

Great info thanks I'll start looking into it right away...

Link to post
Share on other sites

I added b3 to the repo too, in case anyone needs that. Both should be available as separate packages.

 

http://cydia.myrepospace.com/oneyozfest182/

 

Which firmware is the latest for the HU? 2.63?

 

Depending on the model of your AppRadio 1:

2.63 for the SPH-DA01

4.16 for the SPH-DA02

 

I'm running 2.63.

Link to post
Share on other sites
  • RonS locked this topic
Guest
This topic is now closed to further replies.



×
×
  • Create New...