problem about backport-Collection of common programming errors
devav2
compiling dpkg packaging backport
Has anyone here had some experience creating a Debian / Ubuntu package? I am trying to backport the lammps package (http://packages.ubuntu.com/quantal/lammps) from Ubuntu 12.10 (Quantal) to Ubuntu 12.04I only need it unofficially – just need a .deb package for convenience’s sake when creating custom virtual machine images for deployment to IaaS platform. Following the Ubuntu Packaging Guide at https://wiki.ubuntu.com/PackagingGuide , I can build successfully, except when I try to rebuild using t
ysth
java source cross-compiling backport
I am trying to convert java 1.5 source code into equivalent 1.1 source. My strategy so far has been to try to cross-compile 1.5 source into 1.1 byte code, and then decompile the 1.1 byte into 1.1 source code.I see that there are issues with cross-compiling using the -target option to javac. Can anyone explain the hang-up here? Is there a better way to accomplish what I am trying to do?
Amanda
android backport
Am I missing something important in this, or do you have to maintain a seperate version of all your fragments for the backported classes, and for the native honeycomb fragments? — Attempting to use the backported fragments on honeycomb was expected to do a fall-through and use the native, not crash because of a ClassCastExceptionAny help would be greatly appreciated.
ekayvaz
android bluetooth backport
I’m trying to write an application using Bluetooth on Android 1.6. Since it’s not officially supported, I found the backport of android.bluetooth API ( http://code.google.com/p/backport-android-bluetooth ). But when I deploy the sample chat application (modified for backport) LogCat gives me the error below:My question is, how I can use backport-android-bluetooth on 1.6 and is there any working samples?Thanks!11-30 14:03:19.890: ERROR/AndroidRuntime(1927): Uncaught handler: thread main exiting d
Web site is in building