Search Issue Tracker

Fixed in 5.3.0

Votes

2

Found in

5.2.1p3

Issue ID

734408

Regression

Yes

[Android/6.0] Failed to push OBB file onto Adnroid 6.0 device

Android

-

This issue has no description.

Comments (10)

  1. waiora

    May 15, 2018 13:50

    Not fixed, Samsung note4, android 6.0.1. Unity 5.5.0f3

  2. Radical435

    Sep 15, 2016 19:22

    This is still broken. Tested with Galaxy S7

  3. bzAdam

    Jul 27, 2016 16:27

    Also failed to push on 5.3.3f1 to samsung Galaxy Tab.

  4. DerrickBarra

    Jul 05, 2016 14:07

    This problem still occurs in Unity Patch 5.3.5p6, so no it should not be marked as fixed. Occurs on my Galaxy S7.

  5. pixelsplit

    Apr 22, 2016 17:49

    Why is this marked as fixed? The issue still is there (or back) in 5.3.4p4. Using Galaxy S7.

  6. Svirsky

    Apr 11, 2016 10:39

    Temporary work around:
    echo Creating obb folder on device
    adb.exe shell mkdir /sdcard/Android/obb/<bundle ID>

    echo Pushing obb to temp folder on device, hold on
    adb.exe push -p <obb file> /sdcard/Android/

    echo Moving obb from temp folder to final destination
    adb.exe shell mv /sdcard/Android/<obb file> /sdcard/Android/obb/<bundle ID>

    Example:
    adb.exe shell mkdir /sdcard/Android/obb/com.yourcompany.test
    adb.exe push -p c:/main.1.com.yourcompany.test.obb /sdcard/Android/
    adb.exe shell mv /sdcard/Android/main.1.com.yourcompany.test.obb /sdcard/Android/obb/com.yourcompany.test/

  7. bluescrn

    Apr 07, 2016 08:39

    Has anyone figured out a command line solution to this? - Previously I could use "adb push" to push the file to /mnt/sdcard/Android/obb/ , but that gives 'permission denied' in 6.0. Presumably Unity's internal deploy process did the same?

  8. gazebo

    Nov 17, 2015 15:52

    Same here.

  9. CAGBE

    Oct 22, 2015 12:45

    Same Problem here. ".obb': Permission denied" Only on devices with android 6.0

  10. t-schulz

    Oct 20, 2015 09:59

    Failed to push OBB File still in Unity Patch 5.2.1.p4. Hope this fix will released asap. Maybe with a fix for android permissions? On install there is no request for camera permissions.

Add comment

Log in to post comment