Try this fixHere is a link to pastebin... http://pastebin.com/mrBLwwMP
http://forum.xda-developers.com/showthread.php?p=43257700
Sent from my Nexus 4 using xda premium
Try this fixHere is a link to pastebin... http://pastebin.com/mrBLwwMP
Could you give steps to push it? I'm don't have a lot of experience with Android commands.:silly:Try this fix
http://forum.xda-developers.com/showthread.php?p=43257700
Sent from my Nexus 4 using xda premium
adb push app_process /sdcard/Could you give steps to push it? I'm don't have a lot of experience with Android commands.:silly:
Same issue. Crashes out. Let me know if you need another logcat.Seems the Xposed installer can't replace the app_process
can you download this one and push it into /system/bin, chmod 755, reboot and start play store again?
your second "mount -orw,remount /system" is pretty pointless. I think you may have meant to remount read-only, but typed read-write, which it already is. You're also remounting right before rebooting.adb push app_process /sdcard/
adb shell
su
mount -orw,remount /system
cp /sdcard/app_process /system/bin
chmod 755 /system/bin/app_process
mount -orw,remount /system
reboot
Want to thank the OP great mod. Paid apps working great! Awesome.just confirming paid ouya apps and paid play store apps working!
W/ActivityManager( 312): Unable to launch app com.android.vending/10039 for service Intent { cmp=com.android.vending/com.google.android.finsky.services.DailyHy
giene }: process is bad
Should be fine on play store 4.1.10Work fine for me, can install gmail, google earth ...
But, do you think is it possible to use this play store :
http://forum.xda-developers.com/showthread.php?t=1839871
Because I don't see GooglePlus for example ...
thx
Try run app_process in the adb shell, did you see something like below?I tried the app_process fix mentioned above, but mine still just force closes.
In logcat, i get:
[email protected]:/ $ app_process
Error: no class name or --zygote supplied.
Usage: app_process [java-options] cmd-dir start-class-name [options]
[B]with Xposed support (version 34)[B]
Segmentation fault
139|[email protected]:/ $
Yes, that is the exact message that i get.Try run app_process in the adb shell, did you see something like below?
Sent from my Nexus 4 using xda premiumCode:[email protected]:/ $ app_process Error: no class name or --zygote supplied. Usage: app_process [java-options] cmd-dir start-class-name [options] [B]with Xposed support (version 34)[B] Segmentation fault 139|[email protected]:/ $
Pls post the full adb logcatYes, that is the exact message that i get.
Thanks for you help. Here is my logcat:Pls post the full adb logcat
Sent from my Nexus 4 using xda premium
In your logcat, I didn't see my mod is loaded
I/Xposed (22582): PS4Ouya, Hooking app: com.android.vending
I/Xposed (22582): PS4Ouya, Hooking Method: org.apache.http.impl.conn.AbstractPooledConnAdapter.assertValid
That seems to have been the problem. I thought I enabled your mod, but it was unchecked. It seems to be working now. Thanks!In your logcat, I didn't see my mod is loaded
pls check if the "Play Store Mod For Ouya" is enabled in the Xposed InstallerCode:I/Xposed (22582): PS4Ouya, Hooking app: com.android.vending I/Xposed (22582): PS4Ouya, Hooking Method: org.apache.http.impl.conn.AbstractPooledConnAdapter.assertValid
and post your /data/xposed/debug.log also, thanks