Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #update 11/13/14
- Tried using JNI4Net to compile a Lib for PS3Lib. I did, successfully. I also could load the library in java. But for some reason get errors when declaring "CCAPI ps3 = new CCAPI();".
- Moving on to doing the JNI of PS3TMAPI C++ Manually...
- #update 11/9/14 @10:50 > PS3TMAPI C++ LIB FINISHED, MAKING JNI HEADER, and then testing it in JAVA APP
- #Update: TMAPI WILL WORK. Project continued...
- ----CANT USE FOR CCAPI. It's not opensource, therefore JNI can't be used.
- EVERYTHING JNI:
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- VisualGDB: https://netbeans.org/kb/docs/cnd/beginning-jni-linux.html (TRIAL -FUCK THAT)
- 11/13<: https://stackoverflow.com/questions/9283040/eclipse-android-project-how-to-reference-library-within-workspace
- OLDER<:
- #) http://www.techjini.com/blog/android-ndk-an-introduction-how-to-work-with-ndk/
- https://www3.ntu.edu.sg/home/ehchua/programming/java/JavaNativeInterface.html
- http://www.cs.colostate.edu/helpdocs/eclipseCommLineArgs.html
- http://thebreakfastpost.com/2012/01/21/wrapping-a-c-library-with-jni-introduction/
- https://www.youtube.com/watch?v=tI0tFUjeffA&channel=UCQkDssNbBDr-Js2_NmQ4FVA
- https://stackoverflow.com/questions/3356200/using-java-to-wrap-over-c
- https://www.youtube.com/watch?v=67EHsHX7QY4&channel=myteksp
- https://www.youtube.com/results?search_query=Use+javah+tool+to+generate+a+C%2FC%2B%2B+
- https://www.youtube.com/watch?v=cqsj__ZVm-c&channel=NartSchinackow
- https://www.youtube.com/watch?v=TyzE0T6zOyE&channel=EmbarcaderoTechNet
- http://www.codeproject.com/Articles/378826/How-to-wrap-a-Csharp-library-for-use-in-Java
- http://www.codeproject.com/Articles/13093/C-method-calls-within-a-Java-program
- http://docs.oracle.com/javase/tutorial/getStarted/cupojava/win32.html
- https://stackoverflow.com/questions/5618599/using-dlls-written-in-c-sharp-in-java-project
- http://jni4net.com/
- http://www.swig.org/Doc2.0/Java.html
- :>
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- adb devices
- adb install yourapp.apk
- adb install -r yourapp.apk
- SOCKETS:
- https://stackoverflow.com/questions/16305121/android-and-pc-socket-connection
- http://android-er.blogspot.com/2014/02/android-sercerclient-example-client.html
- https://sites.google.com/site/androidexercise3/download/AndroidClient_20140209a.zip?attredirects=0
- https://stackoverflow.com/questions/13534935/adb-uninstall-is-failed/21634276#21634276
- UPDATED VERSION: http://android-er.blogspot.com/2014/08/bi-directional-communication-between.html
- https://stackoverflow.com/questions/18810696/android-socket-communication-between-pc-and-phone-over-wifi
- Nodjs Communication:
- http://android-er.blogspot.com/2014/03/nodejs-server-communicate-with-android.html
- https://sites.google.com/site/androidexercise2/download/AndroidClient_20140806a.zip?attredirects=0
- https://sites.google.com/site/androidexercise2/download/AndroidServerSocket_20140806a.zip?attredirects=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement