This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------- beginning of system | |
01-02 17:20:59.099 183 183 I vold : Vold 3.0 (the awakening) firing up | |
01-02 17:20:59.100 183 183 V vold : Detected support for: exfat ext4 f2fs ntfs vfat | |
01-02 17:20:59.395 183 216 V vold : /system/bin/sgdisk | |
01-02 17:20:59.395 183 216 V vold : --android-dump | |
01-02 17:20:59.395 183 216 V vold : /dev/block/vold/disk:179_64 | |
01-02 17:20:59.636 236 236 I irsc_util: irsc tool created:0xb856d038 | |
01-02 17:20:59.636 236 236 I irsc_util: Starting irsc tool | |
01-02 17:20:59.636 236 236 I irsc_util: Trying to open sec config file | |
01-02 17:20:59.636 236 236 I irsc_util: Feed the sec config info to the router |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Mouse support - set to on if you want to use the mouse | |
setw -g mouse on | |
set -g mouse-select-pane on | |
set -g mouse-resize-pane on |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CC drivers/staging/prima/CORE/MAC/src/pe/lim/limIbssPeerMgmt.o | |
CC drivers/staging/prima/CORE/MAC/src/pe/lim/limLinkMonitoringAlgo.o | |
CC drivers/staging/prima/CORE/MAC/src/pe/lim/limLogDump.o | |
CC drivers/staging/prima/CORE/MAC/src/pe/lim/limP2P.o | |
CC drivers/staging/prima/CORE/MAC/src/pe/lim/limProcessActionFrame.o | |
CC drivers/staging/prima/CORE/MAC/src/pe/lim/limProcessAssocReqFrame.o | |
CC drivers/usb/mon/mon_main.o | |
CC drivers/staging/prima/CORE/MAC/src/pe/lim/limProcessAssocRspFrame.o | |
CC drivers/usb/mon/mon_stat.o | |
CC drivers/usb/mon/mon_text.o |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[raansu@Y40-80 ~]$ upower -e | |
/org/freedesktop/UPower/devices/line_power_ACAD | |
/org/freedesktop/UPower/devices/battery_BAT1 | |
/org/freedesktop/UPower/devices/DisplayDevice | |
[raansu@Y40-80 ~]$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
../../../../../../kernel/lge/msm8226/net/nfc/core.c: In function 'nfc_dep_link_up': | |
../../../../../../kernel/lge/msm8226/net/nfc/core.c:207:7: warning: passing argument 2 of 'nfc_llcp_general_bytes' from incompatible pointer type | |
error, forbidden warning: core.c:207 | |
/home/raansu-ubuntu/LG_Volt_CM13/kernel/lge/msm8226/scripts/Makefile.build:307: recipe for target 'net/nfc/core.o' failed | |
make[4]: *** [net/nfc/core.o] Error 1 | |
/home/raansu-ubuntu/LG_Volt_CM13/kernel/lge/msm8226/scripts/Makefile.build:443: recipe for target 'net/nfc' failed | |
make[3]: *** [net/nfc] Error 2 | |
make[3]: *** Waiting for unfinished jobs.... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
raansu-ubuntu@ubuntu-16:~/LG_Volt_CM13$ repo upload kernel/lge/msm8226/ | |
... A new repo command ( 1.23) is available. | |
... You should upgrade soon: | |
cp /home/raansu-ubuntu/LG_Volt_CM13/.repo/repo/repo /home/raansu-ubuntu/bin/repo | |
Upload project kernel/lge/msm8226/ to remote branch cm-13.0: | |
branch cm-13.0 ( 1 commit, Fri Aug 26 08:37:50 2016 -0700): | |
5089b56e Fix compiling error |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/storage/xbin/bash | |
# This script should help forward VPN over any tethered connection on a Android device. Turn on tethering, then enable VPN, then run this script. | |
# Inital variable setup | |
tethering=0 | |
# Setup iptables before forwarding VPN | |
iptables -A POSTROUTING -o tun0 -j MASQUERADE -t nat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/storage/xbin/bash | |
# This script should help forward VPN over any tethered connection on a Android device. | |
# Turn on tethering, then enable VPN, then run this script. | |
# Inital variable setup | |
tethering=0 | |
# Setup iptables before forwarding VPN | |
iptables -A POSTROUTING -o tun0 -j MASQUERADE -t nat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Raansu <Gero3977@gmail.com> | |
pkgname=verge-git | |
_gitname=verge | |
pkgver=v0.10.4.0.6.g623f20b | |
pkgrel=1 | |
pkgdesc="VERGE is the privacy focused & secure alternative to other cryptocurrencies. (git version)" | |
arch=('i686' 'x86_64') | |
url="http://vergecurrency.com/" | |
license=('MIT') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[raansu@Y40-80 verge-git]$ makepkg -csi | |
==> Making package: verge-git r465.87922b3-1 (Mon Sep 12 04:16:36 PDT 2016) | |
==> Checking runtime dependencies... | |
==> Checking buildtime dependencies... | |
==> Installing missing dependencies... | |
[sudo] password for raansu: | |
resolving dependencies... | |
looking for conflicting packages... | |
Packages (6) qt5-declarative-5.7.0-2 qt5-location-5.7.0-1 qt5-sensors-5.7.0-1 |
OlderNewer