slackware.install.sh
Helps install slackware to the desired partition under proot, on host or device. as simple as ./slackware.install.sh a to install series a alone etc. This is only a preliminary checkin. Only some options are tested.
See proot.sh for installation under qemu.
Partition where slackware is to be installed is mounted at /mnt Slackware packges under slackware-14.1 procedure:
sh proot.sh
inside proot:
sh ./slackware.install.sh a
see
Android-Terminal-Emulator-master.patch.gz
Patch used to build Android-Terminal-Emulator
Without the patch, libjackpal-androidterm4 was not getting added to the the apk, and Terminal Emulator not functioning.
Applying the patch:
cd Android-Terminal-Emulator-master
patch -p1 < Android-Terminal-Emulator-master.patch
Update:
ant.properties
Addition:
custom_rules.xml
Generate build.xml:
android update project -p . --subprojects --target 1
( cd libraries/emulatorview; \
android update project -p . --subprojects --target 1 )
Once the patch is applied and build.xml is generated do:
ant release / ant debug
or
ant release install / ant debug install
Tested with:
adt-bundle-linux-x86-20140321
android-ndk-r9d
apache-ant
sqlitestudio-2.1.5.patch
works with ActiveTcl-8.6 + tkdnd2.6
invalid command name "abstract" while executing "abstract method getSessionString {}"
Only methods can be abstract! while executing "error "Only methods can be abstract!"" (procedure "abstract" line 2) invoked from within "abstract proc restoreSession {sessionString}"
cannot inherit from "Shortcuts" (class "Shortcuts" not found in context "::") while executing "inherit DBGrid Shortcuts GridHints"