Thread Closed 
 
Thread Rating:
  • 3 Votes - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[UPDATED 10/4/13] PPSSPP iOS Downloader App
03-29-2013, 11:59 PM
Post: #16
RE: [UPDATED 29/3/13] PPSSPP iOS Downloader App
(03-29-2013 11:30 PM)auriculogenesis Wrote:  
(03-29-2013 11:13 PM)ipodtouchdude Wrote:  
(03-29-2013 11:07 PM)auriculogenesis Wrote:  iptdude, i tried to install the rock88 build, but after the respring, nothing showed on my springboard. I think this was why I had the old build number in the emulator before. does this have permissions issues? I uninstalled, respringed, installed a fresh 310 build, respringed, and nothing showed up.

Have you tried a reboot? (I know what the problem is, its the springboard not updating the app list properly but I dont know how to fully do it yet). Sometimes it updates and some it doesn't.

It worked with the "faster" build, but not the Rock88. It could be an isolated thing that only happens with Rock88 builds. Rebooted and nothing is on the springboard. I don't see ppsspp.app in the stash/applications folder either.

I had the same thing just happen to me, but the second time it installed. Odd. Also I found the code that can reload app cache, so I'm going to add that so people wont have to respring.
Find all posts by this user
03-30-2013, 12:48 AM
Post: #17
RE: [UPDATED 29/3/13] PPSSPP iOS Downloader App
eta on a fixed build?
Find all posts by this user
03-30-2013, 04:13 AM
Post: #18
RE: [UPDATED 29/3/13] PPSSPP iOS Downloader App
(03-30-2013 12:48 AM)auriculogenesis Wrote:  eta on a fixed build?

Experiencing the same issue, started to occur with rock88 build after I was in an area with bad connection and I had to kill the app in middle of dowoading.

Since then no joy.

One suggestion of extra feature: add possibility to delete the installed ppsspp from the downloader.
Find all posts by this user
03-30-2013, 05:39 AM
Post: #19
RE: [UPDATED 29/3/13] PPSSPP iOS Downloader App
(03-30-2013 04:13 AM)bsauvage Wrote:  
(03-30-2013 12:48 AM)auriculogenesis Wrote:  eta on a fixed build?

Experiencing the same issue, started to occur with rock88 build after I was in an area with bad connection and I had to kill the app in middle of dowoading.

Since then no joy.

One suggestion of extra feature: add possibility to delete the installed ppsspp from the downloader.
Never mind, I found the remove feature... :-)
Find all posts by this user
03-31-2013, 02:27 AM
Post: #20
RE: [UPDATED 29/3/13] PPSSPP iOS Downloader App
can someone put the link to the latest version of rock88 build on. deb or. IPA that I can not install from ppsspp dl that I close the app. ty
Find all posts by this user
03-31-2013, 03:01 AM
Post: #21
RE: [UPDATED 29/3/13] PPSSPP iOS Downloader App
Same. I'd like to grab a copy too.
Find all posts by this user
03-31-2013, 03:35 AM
Post: #22
RE: [UPDATED 29/3/13] PPSSPP iOS Downloader App
Hi there!
1/ great idea, please give a weblink for your latest rock88 build: I also cannot install it anymore from ppsspp download app!
2/ can you please make the build iPad-screen friendly? Apparently it's a simple flag that needs to be turned on, see the git discussion below.

https://github.com/hrydgard/ppsspp/issues/1015

Thank you so much!
Find all posts by this user
03-31-2013, 03:40 AM
Post: #23
RE: [UPDATED 29/3/13] PPSSPP iOS Downloader App
(03-31-2013 03:35 AM)bsauvage Wrote:  Hi there!
1/ great idea, please give a weblink for your latest rock88 build: I also cannot install it anymore from ppsspp download app!
2/ can you please make the build iPad-screen friendly? Apparently it's a simple flag that needs to be turned on, see the git discussion below.

https://github.com/hrydgard/ppsspp/issues/1015

Thank you so much!

hmm. Let me put it like this. If you'd like to change it now without having to wait for a new build, go into Info.plist and change the device family string to "1,2". Right now, it should be only "1" because that is the ID assigned to the iPhone. You could also just change the value to just "2".
Find all posts by this user
03-31-2013, 04:03 AM
Post: #24
RE: [UPDATED 29/3/13] PPSSPP iOS Downloader App
That simple! I can definitely try and report, as soon as I am able to install the builds!
Is there any way you can provide a weblink or Dropbox link to the latest rock88 build?
Thank you!!!
Find all posts by this user
03-31-2013, 05:30 AM (This post was last modified: 03-31-2013 05:37 AM by bsauvage.)
Post: #25
RE: [UPDATED 29/3/13] PPSSPP iOS Downloader App
(03-31-2013 03:40 AM)auriculogenesis Wrote:  
(03-31-2013 03:35 AM)bsauvage Wrote:  Hi there!
1/ great idea, please give a weblink for your latest rock88 build: I also cannot install it anymore from ppsspp download app!
2/ can you please make the build iPad-screen friendly? Apparently it's a simple flag that needs to be turned on, see the git discussion below.

https://github.com/hrydgard/ppsspp/issues/1015

Thank you so much!

hmm. Let me put it like this. If you'd like to change it now without having to wait for a new build, go into Info.plist and change the device family string to "1,2". Right now, it should be only "1" because that is the ID assigned to the iPhone. You could also just change the value to just "2".
Wasn't there so I added the below inside the dict of the info.plist
Sadly it still doesn't recognize the iPad screen

<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>

(03-31-2013 05:30 AM)bsauvage Wrote:  
(03-31-2013 03:40 AM)auriculogenesis Wrote:  
(03-31-2013 03:35 AM)bsauvage Wrote:  Hi there!
1/ great idea, please give a weblink for your latest rock88 build: I also cannot install it anymore from ppsspp download app!
2/ can you please make the build iPad-screen friendly? Apparently it's a simple flag that needs to be turned on, see the git discussion below.

https://github.com/hrydgard/ppsspp/issues/1015

Thank you so much!

hmm. Let me put it like this. If you'd like to change it now without having to wait for a new build, go into Info.plist and change the device family string to "1,2". Right now, it should be only "1" because that is the ID assigned to the iPhone. You could also just change the value to just "2".
Wasn't there so I added the below inside the dict of the info.plist
Sadly it still doesn't recognize the iPad screen

<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>

Wowowow! Actually it works after a reboot!

Thanks!,!
Find all posts by this user
03-31-2013, 10:27 AM
Post: #26
RE: [UPDATED 29/3/13] PPSSPP iOS Downloader App
@ipodtouchdude
Remove both rock88 and faster performance as those changes are in the main project now
Find all posts by this user
03-31-2013, 03:37 PM
Post: #27
RE: [UPDATED 31/3/13] PPSSPP iOS Downloader App
The new build doesn't install the main build for me. Not sure what is going on.
Find all posts by this user
03-31-2013, 03:52 PM
Post: #28
RE: [UPDATED 31/3/13] PPSSPP iOS Downloader App
(03-31-2013 03:37 PM)auriculogenesis Wrote:  The new build doesn't install the main build for me. Not sure what is going on.

Did you try installing it again?
Find all posts by this user
03-31-2013, 11:21 PM
Post: #29
RE: [UPDATED 31/3/13] PPSSPP iOS Downloader App
I tried respring&reboot.
But ver1.9-1 crash when it's [email protected]
Find all posts by this user
03-31-2013, 11:24 PM
Post: #30
RE: [UPDATED 31/3/13] PPSSPP iOS Downloader App
(03-31-2013 11:21 PM)kaeicyn Wrote:  I tried respring&reboot.
But ver1.9-1 crash when it's [email protected]

Have you tried uninstalling and then reinstalling the app?
Find all posts by this user
Thread Closed 


Forum Jump: