Fixed
Status Update
Comments
li...@gmail.com <li...@gmail.com> #2
Duplicate of issue 36949180
mi...@gmail.com <mi...@gmail.com> #3
I should be able to write on external sd without much ado.
Thanks
Thanks
en...@google.com <en...@google.com> #4
My SD memory is USELESS to.
1 app work writing on SD memory, that one google added "File Commander",
included in Android 4.4.2.
What should they have done with Android 4.4.2?
In System/etc/permissions/platform.xml
This is what they should have been added
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_rw" />
<group gid="media_rw" />
</permission>
Until they dont want to change that my Sony Xperia M2 is useless for the 32GB SD memory.
If they change that and make the release of
Android 4.4.3 And tell us that is the fix we waiting for.
And that they have a bad thinking day in previous release.
Then the billions of users might thank them.
I tried to change it but only thing i could was read it.(Root Browser)
Could anyone change it but google?
I'm waiting for that release now.
None should be needing to "Root" hes/shes phone on a product so new.
I only owned my phone for 3 months.
And Update / Rollback should be possible in settings and a "Never update" option to.
/Mike
1 app work writing on SD memory, that one google added "File Commander",
included in Android 4.4.2.
What should they have done with Android 4.4.2?
In System/etc/permissions/platform.xml
This is what they should have been added
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_rw" />
<group gid="media_rw" />
</permission>
Until they dont want to change that my Sony Xperia M2 is useless for the 32GB SD memory.
If they change that and make the release of
Android 4.4.3 And tell us that is the fix we waiting for.
And that they have a bad thinking day in previous release.
Then the billions of users might thank them.
I tried to change it but only thing i could was read it.(Root Browser)
Could anyone change it but google?
I'm waiting for that release now.
None should be needing to "Root" hes/shes phone on a product so new.
I only owned my phone for 3 months.
And Update / Rollback should be possible in settings and a "Never update" option to.
/Mike
ka...@gmail.com <ka...@gmail.com> #5
I used to be able to use my smartphone as a backup for my cameras (using a SD card reader and USB adapter, plus ES3 file manager and an expensive 64GB SD card). Now, thanks to a monstrosity called Android 4.4.2 (Kitkat or some other cutesy name dreamt up by a spotty oik with no life) I can no longer copy anything to MY SD card on MY phone. How is generating a totally dysfunctional operating system upgrade that robs users of the storage that they have paid for "innovative"?
Description
OS is Mint 14
$ java -version
java version "1.7.0_10"
Java(TM) SE Runtime Environment (build 1.7.0_10-b18)
Java HotSpot(TM) 64-Bit Server VM (build 23.6-b04, mixed mode)
(JDK 6 shows the same problem).
$ ant clean; ant release install
[..]
[checkenv] Android SDK Tools Revision 21.0.1
[gettarget] Project Target: Android 4.2
[gettarget] API level: 17
[ during the build 7 jars are predex'd. The merge looks like this: ]
[dx] Merged dex A (8 defs/8.5KiB) with dex B (441 defs/1058.4KiB). Result is 449 defs/1216.1KiB. Took 0.4s
[dx] Merged dex A (449 defs/1216.1KiB) with dex B (27 defs/34.4KiB). Result is 476 defs/1444.1KiB. Took 0.2s
[dx] Merged dex A (476 defs/1444.1KiB) with dex B (120 defs/326.0KiB). Result is 596 defs/2061.1KiB. Took 0.2s
[dx] Result compacted from 2477.8KiB to 1238.1KiB to save 1239.7KiB
[dx] Merged dex A (596 defs/2061.1KiB) with dex B (21 defs/37.2KiB). Result is 617 defs/1238.1KiB. Took 0.1s
[dx] Merged dex A (617 defs/1238.1KiB) with dex B (203 defs/176.6KiB). Result is 820 defs/1633.4KiB. Took 0.1s
[dx] Merged dex A (820 defs/1633.4KiB) with dex B (8 defs/10.3KiB). Result is 828 defs/1915.2KiB. Took 0.1s
[exec] 2199 KB/s (640657 bytes in 0.284s)
[exec] pkg: /data/local/tmp/TinyAndroid-release.apk
[exec] Failure [INSTALL_FAILED_DEXOPT]
$ dexdump bin/classes.dex
Processing 'bin/classes.dex'...
E/dalvikvm(25273): Bogus handler offset: 0x4
E/dalvikvm(25273): Trouble with item 309 @ offset 0x6463c
E/dalvikvm(25273): Swap of section type 2001 failed
E/dalvikvm(25273): ERROR: Byte swap + verify failed
ERROR: Failed structural verification of 'bin/classes.dex'
(that's also in adb logcat).
Add dex.disable.merger=true to build.properties ant clean; ant release install
[exec] 2406 KB/s (791544 bytes in 0.321s)
[exec] pkg: /data/local/tmp/TinyAndroid-release.apk
[exec] Success
As an aside, after this sequence, you also see