28 reputation
6
bio website
location
age
visits member for 8 months
seen Apr 30 at 7:17
stats profile views 3

Apr
12
revised HQL - Why delete needs flush to work and not just commit
edited title
Apr
12
comment HQL - Why delete needs flush to work and not just commit
Thought about it, but when checking the data stored on the db the rows were not deleted...changed the flush to "ALWAYS" and it worked fine, so must assume the default value is "MANUAL"?
Apr
12
asked HQL - Why delete needs flush to work and not just commit
Dec
2
awarded  Supporter
Nov
30
answered notification's vibrate and sound defaults are working as INSISTENT
Nov
30
awarded  Student
Nov
30
awarded  Teacher
Nov
30
answered Editing android VideoView frames
Nov
30
revised Issue launching MATLAB code from JAVA
added 1 characters in body
Nov
30
answered Issue launching MATLAB code from JAVA
Nov
29
revised Issue launching MATLAB code from JAVA
added 423 characters in body
Nov
28
asked Issue launching MATLAB code from JAVA
Oct
19
awarded  Scholar
Oct
19
accepted Android File not created on SD card
Oct
19
answered Android File not created on SD card
Oct
18
comment Android File not created on SD card
@Christiaan de Jong ,Added, check it out if you want, thanks for all!
Oct
18
revised Android File not created on SD card
added 969 characters in body
Oct
18
comment Android File not created on SD card
Ok tried this but modifying String dir = Environment.getExternalStorageDirectory().toString(); I have the same result that I had with Sumant answer (see my comment).
Oct
18
comment Android File not created on SD card
Tried also this, thanks
Oct
18
comment Android File not created on SD card
Ok thanks, now the Logcat says that the file exists, but the problem is that I'm sending it as outputfile to a Mediarecorder.setoutputfile(uri.tostring()), where uri is the path to the file. When I do mediarecorder.prepare, the io exception prints there is no file with that name :S.