Skip to content

gv1/misc

Repository files navigation

Misc code etc

Slackware installation script

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

screenshot

Android-Terminal-Emulator-master patch

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

Changes:

Update:

 ant.properties

Addition:

custom_rules.xml	

Build instructions:

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, slackware 14.0:

sqlitestudio-2.1.5.patch
works with ActiveTcl-8.6 + tkdnd2.6	

Errors needed fix:

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"

About

misc stuff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors