[ 
https://issues.apache.org/jira/browse/CB-6047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13906826#comment-13906826
 ] 

*robin commented on CB-6047:
----------------------------

Ok, i've made a test project.I upload it in zip archive. 
I see today that there's a 3.4 version, may i try ? 

Like I said, it works on my nexus 7 4.4 (Google release) but not on my galaxy 
nexus 4.4 (Cyanogen relese). Both release use chromium 30.
on the galaxy nexus I've got this logcat : 
I/chromium(12132): [INFO:CONSOLE(25)] "Viewport target-densitydpi is not 
supported.", source: file:///android_asset/www/index.html (25)
I/chromium(12132): [INFO:async_pixel_transfer_manager_android.cc(56)] Async 
pixel transfers not supported
I/chromium(12132): [INFO:async_pixel_transfer_manager_android.cc(56)] Async 
pixel transfers not supported
I/chromium(12132): [INFO:CONSOLE(47)] "Received Event: deviceready", source: 
file:///android_asset/www/js/index.js (47)
I/chromium(12132): [INFO:CONSOLE(49)] "filesys initialise", source: 
file:///android_asset/www/js/index.js (49)
I/chromium(12132): [INFO:CONSOLE(71)] "filesys fin initialise", source: 
file:///android_asset/www/js/index.js (71)


On my nexys 7 : 

I/chromium(32284): [INFO:CONSOLE(25)] "Viewport target-densitydpi is not 
supported.", source: file:///android_asset/www/index.html (25)
I/chromium(32284): [INFO:CONSOLE(47)] "Received Event: deviceready", source: 
file:///android_asset/www/js/index.js (47)
I/chromium(32284): [INFO:CONSOLE(49)] "filesys initialise", source: 
file:///android_asset/www/js/index.js (49)
I/chromium(32284): [INFO:CONSOLE(71)] "filesys fin initialise", source: 
file:///android_asset/www/js/index.js (71)
I/chromium(32284): [INFO:CONSOLE(53)] "GotFS", source: 
file:///android_asset/www/js/index.js (53)
I/chromium(32284): [INFO:CONSOLE(57)] "Image path : 
cdvfile://localhost/persistent/test_fs", source: 
file:///android_asset/www/js/index.js (57)
I/chromium(32284): [INFO:CONSOLE(63)] "Fichier SECURITE trouv+®.", source: 
file:///android_asset/www/js/index.js (63)
I/chromium(32284): [INFO:async_pixel_transfer_manager_android.cc(56)] Async 
pixel transfers not supported
I/chromium(32284): [INFO:async_pixel_transfer_manager_android.cc(56)] Async 
pixel transfers not supported

It's the 3 lines, GOTFS, Image Path, Fichier SECURITE ... That show me when it 
works. 




> File plugin callback problem with android 4.4 kitkat
> ----------------------------------------------------
>
>                 Key: CB-6047
>                 URL: https://issues.apache.org/jira/browse/CB-6047
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 3.3.0
>         Environment: Android 4.4
> dev windows
> IDE Eclipse
> Cordova 3.3
>            Reporter: *robin
>            Assignee: Ian Clelland
>
> I've try to use the file plugin on my android phone in 4.4 but I've got some 
> strange problem with the callback function, succeed or fail. 
> When I try to access fileSystem (window.requestFileSystem)
> The first time I don't receive the callback. But If I try a second time I've 
> got 2 callBack. 
> I've try to debug the case. I 've figure that the 2 thread executing in java 
> (JavaBind and file plugin) are synchronise on the NativeToJsMessageQueue. 
> When the plugin enqueue Message and the java bind pop Message. 
> But I think the javabind finished before the file plugin, and never see the 
> message in the queue. But the second time, I've got the 2 messages.
> I think this is the same problem describe here :
> http://stackoverflow.com/questions/20821536/phonegap-cordova-deviceready-or-requestfilesystem-not-working-android
> Thx



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to