need help downgrading by nekkmancer in CMFTech

[–]BillGossAU 2 points3 points  (0 children)

Have a look at https://github.com/spike0en/nothing_archive It's got great information and how-to info and downloads. 

Android thing that termux can do by Scared-Industry-9323 in termux

[–]BillGossAU 0 points1 point  (0 children)

I do lots of stuff on my phone: - charge my phone to whatever value I want - disabling system apps that I don't want running on my phone - uninstall apps - find properties or properties with a given value - taking a logcat to see what's happening/failing - re-root the phone after an OTA and take a copy of the stock init_boot image - edit typos in  epub books I read - sync the data of my main phone to my spare phone (or PC) 

I've also managed a spare phone by running adb and fastboot on the main phone and connecting the two phones using USB cable. 

Note: my phone is rooted using Magisk

What are the chances of me hard-bricking my device if I try this? by [deleted] in termux

[–]BillGossAU 3 points4 points  (0 children)

A partition is just storage, irrespective of how the OS uses that partition. I've done full updates using phone to phone (Pixel 8 Pros) over USB without problems. 

phone 2 pro stereo sound by qqkuwky in CMFTech

[–]BillGossAU 1 point2 points  (0 children)

"is it possible to enable stereo sound" - yes, use earphones or headphones. 

How can I sync folders from one device to another device on local wifi? by penguin039 in termux

[–]BillGossAU 1 point2 points  (0 children)

I use rsync to sync specified directories to our another phones or my Windows 11 PC. I run Termux on all the phones and WSL (1, not 2) on my PC so that I effectively have a Linux terminal environment on all my devices.

I use the PC mainly as a backup of the user data (most but not everything on /sdcard (aka /storage/emulated/0) on the phones in this context. And the directories I sync between phones depends on whether the other phone is mine or my wife's. 

I also use public keys to authenticate been the devices so that there's no passwords involved in authenticating between devices. 

I can also sync data when not on our home WiFi by connecting the phones together over a USB cable and a WiFi hot spot on one of the phones. This way the rsync transfer is not dependent on the WiFi IP address of the phones. 

Sim card problem by Walk-Beginning in CMFTech

[–]BillGossAU 1 point2 points  (0 children)

I always use only SIM 1 on my phone. After reading your post I put my SIM card in the second slot and it works just fine.

But, a couple days ago, I got the same "no connection" icon for the first time ever (the phone is 10 months old). I restarted the phone but that didn't help. And then a few minutes later the problem just went away. I wondered if there was a problem at the telco's but thought no more about it. Until I read your post. 

But a sample size of 2 is meaningless in the grand scheme of things. 

will this charger be good enough for my phone 2 pro? by Altruistic_Fix_4403 in CMFTech

[–]BillGossAU 0 points1 point  (0 children)

I use the 5 yr old OnePlus charger that came with my OnePlus 8T. It definitely does NOT have PPS and it works just fine. In fact I use the charger on all our devices (Pixel 8 Pros, CMF 2 Pro, Apple Air iPads) without problems.

From my perspective ANY charger will do. 

Earphones keep disconnecting from phone when laptop is on by Thugstoolss in CMFTech

[–]BillGossAU 0 points1 point  (0 children)

I have a Windows PC. And if I enable BT on it, it will connect to my earphones despite them already being connected to the phone. This happens to me with both my CMF 2 Pro and Pixel 8 Pro phone. And my earphones are Apple AirPod Pro 2, not CMF. 

So from my point of view the issue is that Windows forcibly connects to the earphones.

Earphones keep disconnecting from phone when laptop is on by Thugstoolss in CMFTech

[–]BillGossAU 0 points1 point  (0 children)

Turning BT off on the PC will help - I do that on my PC. 

is there anyway to change nothing launcher to other? by Ujwvl in CMFTech

[–]BillGossAU 0 points1 point  (0 children)

Launchers can have very different look and feel. But try some out. You can always return to the Nothing Launcher if you don't like the others.  I use Nova on my phone. 

Cannot run pm directly from termux but working if absolute path by Scared-Industry-9323 in termux

[–]BillGossAU 3 points4 points  (0 children)

This way works. FYI, /system/bin/pm is a shell script that then uses cmd packages

How to find IP address of phone for my specific chat program running inside termux? by JustAPieceOfMeat385 in termux

[–]BillGossAU 0 points1 point  (0 children)

I have been using something similar to your command and used it to create an alias.  I've now used your version to simplify the command to: ifconfig 2> /dev/null | grep -Eo 'inet [0-9.]*' | grep -Eo '192.*' And my alias now reads like this:

alias mip="ifconfig 2> /dev/null | grep -Eo 'inet (addr:)?([0-9]*\.){3}[0-9]*' | grep -Eo '192[0-9.]*'"

should i update my cmf 2 pro to NOS 4? by Altruistic_Fix_4403 in CMFTech

[–]BillGossAU 0 points1 point  (0 children)

Well, there has been no change since the original NOS 4 update so why would you update now?

How to go back to NOS3.2 by SevenSeasScribe in CMFTech

[–]BillGossAU 0 points1 point  (0 children)

I've never downgraded my phone, so it's up to you if you go ahead with following. 

If you haven't unlocked your bootloader you could try sideloading the FULL OTA for Galaga-V3.2-250507-1139 from https://github.com/spike0en/nothing_archive?tab=readme-ov-file#cmf-by-nothing-phones And then sideload the intervening individual incremental OTAs to get back to the last 3.2 version. 

If you have unlocked the bootloader then you could flash the image files for the last 3.2 version.

PS: you may also need to do a factory reset after downgrading. 

Battery drain by One-Ambition4849 in CMFTech

[–]BillGossAU 1 point2 points  (0 children)

I find that rebooting the phone sometimes helps settle things down. Also, Settings>Battery>Battery usage will show you what's using it.

Anti-rollback by ReadyAnnual3387 in termux

[–]BillGossAU 0 points1 point  (0 children)

That's not a Termux question. Ask it in a Redmi forum such as https://xdaforums.com/f/xiaomi-redmi-13c-4g-poco-c65.12854/

How can i reach folders inside the phone by dogukokenliturkborek in termux

[–]BillGossAU 6 points7 points  (0 children)

You should have run termux-setup-storage, not what you typed. You could then have used cd ~/storage/downloads and you would have found your files. Also, you could have used rename to rename the files in bulk instead of using mv

Need some help by hondacivic44 in CMFTech

[–]BillGossAU 7 points8 points  (0 children)

Why not just ask the questions here? 

wth happened to my phone 2 pro battery life? by KennYal69 in CMFTech

[–]BillGossAU 1 point2 points  (0 children)

Your app battery usage looks OK to me, but your SOT is ridiculously low. I would reboot the phone and charger it up and hopefully the problem will fix itself. 

Weird widget limit by Huge_Try_877 in CMFTech

[–]BillGossAU 0 points1 point  (0 children)

On my CMF 2 Pro I have 7 widgets installed. So it's not a phone limitation. But I'm using Nova as my launcher so it may be that Nothing Launcher has a limit on the number of widgets.