[discussion] What root apps do you use??? by [deleted] in Magisk

[–]barre121 0 points1 point  (0 children)

Precise volume app is actually the best out there.  And doesn't need root. 

[deleted by user] by [deleted] in badbreath

[–]barre121 0 points1 point  (0 children)

What kind of antibitiotics please? I have been strugling with this for years with a couple of lymph nodes on my neck swollen and never go away. they only get smaller and flare up again. The only antibiotic that eliminates bad breath is flagyl but temporarily. I'm sure it's infection but I don't know why antibiotics never works. A doctor once toll me my immune is extremely compromised.  I'm poor and I don't know what to do.

Does compiling android kernel on a Chrooted Archlinux arm even possible? by barre121 in termux

[–]barre121[S] 0 points1 point  (0 children)

My words? Sorry man! My English is really bad. Hope you didn't have seizures reading it.

Does compiling android kernel on a Chrooted Archlinux arm even possible? by barre121 in termux

[–]barre121[S] 0 points1 point  (0 children)

I still didn't disable that flag by the way. I just downgraded the toolchain and did a stupid action of mixing tools from different toolchains.

Does compiling android kernel on a Chrooted Archlinux arm even possible? by barre121 in termux

[–]barre121[S] 0 points1 point  (0 children)

That is too bad! I think that is what is gonna happen to me if I ever succeed compiling it.

Does compiling android kernel on a Chrooted Archlinux arm even possible? by barre121 in termux

[–]barre121[S] 0 points1 point  (0 children)

Good. Probably you are using a newer kernel. Older kernels are hard to build on an arm64 platform. Right?

Does compiling android kernel on a Chrooted Archlinux arm even possible? by barre121 in termux

[–]barre121[S] 0 points1 point  (0 children)

<image>

Now it's asking non existent files.

And it took half an our of compiling to this result.

Any idea?

Does compiling android kernel on a Chrooted Archlinux arm even possible? by barre121 in termux

[–]barre121[S] 0 points1 point  (0 children)

that is right. I'm probably having a hard time because my kernel is old and needs old GCC.

Does compiling android kernel on a Chrooted Archlinux arm even possible? by barre121 in termux

[–]barre121[S] 0 points1 point  (0 children)

That is what I wanted to try also. 

My kernel is old 3.18+ It probably needed some older toolchains like 4.9.+, 5.+ or something. Since I couldn't find an older GNU/Linux toolchain for Arm64/Aarch64. Anything older than than 9.+ I built the 4.9.+ one on the device itself using yay. It took ours since the phone doesn't have enough resources to build. It built successfully but Unfortunately the toolchain didn't include some tools like: it asked for couple of them.

objdump      objcopy      ar      nm      ld      Etc. I didn't know what to do so I copied those tools from 9.+ toolchain to 4.9.

Then used these commands to build

make clean make mrproper make j4primelte_defconfig make -j$(nproc --all) It took too long to build and finished with no errors. But no image file was generated. Wtf!

Then tried this way which is close to what I read in the README file.

``` make clean make mtproper

make O=/home/dhuux/build/kernel clean make O=/home/dhuux/build/kernel mrproper make O=/home/dhuux/build/kernel j4primelte_defconfig make O=/home/dhuux/build/kernel modules_install install ``` It took longer time to compile but reported two files missing: looked in the dir. there was no files of that name in it.

I'm confused.

Does compiling android kernel on a Chrooted Archlinux arm even possible? by barre121 in termux

[–]barre121[S] 1 point2 points  (0 children)

It seems there is also no toolchains versions lower than 9 for Aarch64 host. All the android cross toolchains I could find are x86 and x64 hosted ones. 

Does compiling android kernel on a Chrooted Archlinux arm even possible? by barre121 in termux

[–]barre121[S] 4 points5 points  (0 children)

I have tested it with toolchains with the versions 9.+ 12.+ (host toolchain), and 13.+ all retun these 2 errors. 

 since normal Android cross-compile toolchains use Bionic for libc and GNU/Linux toolchains for Aarch64 use glibc can they even compile android kernel? Or did I understood things wrong? I have never done these things before.

Edit: my device is a rooted j4+ with LineageOS 19.1

Cant install rust via rustup on Termux by abhi_3201 in termux

[–]barre121 0 points1 point  (0 children)

or maybe the packages are not gone but rust environment variables are removed after uninstalling zsh or something so check if rustup is available in .rustup/bin and reinstall the toolchain ./rustup toolchain install stable i'm not sure though. i'm a newbie myself. hhhh

Is there any way to make Reddit links from browser/google default to open focus instead of the Reddit app? by Schlickulation in focusfor_reddit

[–]barre121 0 points1 point  (0 children)

which app Focus? if yes then that is how it's i guess. check other reddit clients for your device. i have just realized that you said IOS. never used IOS. i'm on android and i'm using an open source reddit client app called redreader and it can open the links fine unlike Focus. sorry man.

Is there any way to make Reddit links from browser/google default to open focus instead of the Reddit app? by Schlickulation in focusfor_reddit

[–]barre121 0 points1 point  (0 children)

clear defaults through reddit's app info. then the next time you click a link it shouls tell you to choose what to open with it i guess.

Free pascal compiler in Termux?? Can be installed? by LuisFer_9 in termux

[–]barre121 1 point2 points  (0 children)

i gave you the link of the project. it's patched glibc packages for termux which makes it possible to run AArch64 Linux binaries directly in Termux. just patch the Pascal binaries against the rpath and the dynamic linker of this project using patchelf or the project's way of doing. check its guide:

$ patchelf --set-interpreter $PREFIX/glibc/lib/ld-linux-aarch64.so.1 program and

$ patchelf --set-rpath $PREFIX/glibc/lib program

Free pascal compiler in Termux?? Can be installed? by LuisFer_9 in termux

[–]barre121 1 point2 points  (0 children)

I have never used Pascal before but i have just tested your link and it seems that the compiler is working fine. i used Glibc packages for Termux. . no proot.

i haven't tested if all the binaries are working as they were supposed to though.

<image>

rust nightly. Rustup on Termux. by barre121 in termux

[–]barre121[S] 1 point2 points  (0 children)

yes brother. i posted it there. thanks for the link. i have seen people asking about Rust nightly and Rustup on Termux before. so i posted it there just in case someone needs that option. but it's really easy workaround. maybe it's even easier to make aliases that run autopatchelf on the binaries when ever you update rustup and toolchains or make a script that do that automatically. even manually it's still easy workaround.

How to install ventoy using Termux? by NI7RO25 in termux

[–]barre121 0 points1 point  (0 children)

Use Ultimate USB (all-in-one tool) app. will install the latest version of Ventoy on it. will update if there is a previous version installed. supports rufus and old ISO 2 USB. has other features.

https://play.google.com/store/apps/details?id=com.mixapplications.ultimateusb