android Programming Glossary: dl.dropbox.com
Error including Android-DirectionalViewPager .jar in Eclipse http://stackoverflow.com/questions/10720276/error-including-android-directionalviewpager-jar-in-eclipse it's working with the current support lib v4 r11. https dl.dropbox.com u 24363935 android directionalviewpager 1.2.1fixed.jar hopefully..
uninstall app silently with system priveleges http://stackoverflow.com/questions/10900928/uninstall-app-silently-with-system-priveleges line . Here is not working project with my changes https dl.dropbox.com u 1928109 InstallInBackgroundSample.zip Here is an description..
Fix 3GP file after streaming from Android Media Recorder http://stackoverflow.com/questions/11994470/fix-3gp-file-after-streaming-from-android-media-recorder code. Here is sample file that saved from stream https dl.dropbox.com u 17510473 sample_not_playable.3gp Can anyone fix to make it..
YUV to RGB conversion by fragment shader http://stackoverflow.com/questions/12130790/yuv-to-rgb-conversion-by-fragment-shader I also give a link to my project for testing https dl.dropbox.com u 12829395 application FilterGL FilterGL.zip . Thank you. UPDATED..
How to open downloaded file (pdf,zip,docx, etc) in Phonegap app? http://stackoverflow.com/questions/13375234/how-to-open-downloaded-file-pdf-zip-docx-etc-in-phonegap-app App is ready. function download var remoteFile https dl.dropbox.com u 6731723 a.zip var remoteFile https dl.dropbox.com u 6731723.. https dl.dropbox.com u 6731723 a.zip var remoteFile https dl.dropbox.com u 6731723 Beaver.pdf var localFileName remoteFile.substring..
Android: Taking complete control of phone(kiosk mode), is it possible? How? http://stackoverflow.com/questions/7121508/android-taking-complete-control-of-phonekiosk-mode-is-it-possible-how Note Add this file to disconnect the call http dl.dropbox.com u 31740476 ITelephony.aidl To disable keys you need to override..
Error including Android-DirectionalViewPager .jar in Eclipse http://stackoverflow.com/questions/10720276/error-including-android-directionalviewpager-jar-in-eclipse git files and oleg's additions fixes. I can confirm that it's working with the current support lib v4 r11. https dl.dropbox.com u 24363935 android directionalviewpager 1.2.1fixed.jar hopefully this will be useful to somebody to add I had an IllegalArgumentException..
uninstall app silently with system priveleges http://stackoverflow.com/questions/10900928/uninstall-app-silently-with-system-priveleges I run it I get method not found on the invoke deletePackage line . Here is not working project with my changes https dl.dropbox.com u 1928109 InstallInBackgroundSample.zip Here is an description of function http www.androidjavadoc.com 1.0_r1_src android..
Fix 3GP file after streaming from Android Media Recorder http://stackoverflow.com/questions/11994470/fix-3gp-file-after-streaming-from-android-media-recorder so afterwards it will be trivial to do the same in the Android code. Here is sample file that saved from stream https dl.dropbox.com u 17510473 sample_not_playable.3gp Can anyone fix to make it playable and tell how he done it EDIT I erase header of the..
YUV to RGB conversion by fragment shader http://stackoverflow.com/questions/12130790/yuv-to-rgb-conversion-by-fragment-shader I believe this is popular problem apply effects to camera preview. I also give a link to my project for testing https dl.dropbox.com u 12829395 application FilterGL FilterGL.zip . Thank you. UPDATED This is my onPreviewFrame method public void onPreviewFrame..
How to open downloaded file (pdf,zip,docx, etc) in Phonegap app? http://stackoverflow.com/questions/13375234/how-to-open-downloaded-file-pdf-zip-docx-etc-in-phonegap-app deviceready ready true function ready console.log App is ready. function download var remoteFile https dl.dropbox.com u 6731723 a.zip var remoteFile https dl.dropbox.com u 6731723 Beaver.pdf var localFileName remoteFile.substring remoteFile.lastIndexOf.. console.log App is ready. function download var remoteFile https dl.dropbox.com u 6731723 a.zip var remoteFile https dl.dropbox.com u 6731723 Beaver.pdf var localFileName remoteFile.substring remoteFile.lastIndexOf ' ' 1 window.requestFileSystem LocalFileSystem.PERSISTENT..
Android: Taking complete control of phone(kiosk mode), is it possible? How? http://stackoverflow.com/questions/7121508/android-taking-complete-control-of-phonekiosk-mode-is-it-possible-how m.invoke manager telephony.endCall catch Exception e Log.d e.getMessage Note Add this file to disconnect the call http dl.dropbox.com u 31740476 ITelephony.aidl To disable keys you need to override @Override public boolean dispatchKeyEvent KeyEvent event..
|