Beginners Questions

What’s bugjaeger

An app for interacting with another android phone

Can run adb and fastboot commands

You know how to install crb?!

Yeps what’s the problem

On a PC with techloq?!?! Doesn’t it require wsl? If you did it pls let me know

Oh I misunderstood.

I spun up a VM and put it on a subdomain of mine for him.

1 Like

What is curl?

cURL (short for Client URL) is a command-line tool and library used to transfer data to or from a server using various protocols, including HTTP, HTTPS, FTP, and more. It’s widely used for testing APIs, downloading files, and interacting with web services. cURL supports a range of features like authentication, proxy support, SSL connections, and more.

How to Check if cURL is Installed:

On Linux or macOS, open the Terminal.
On Windows, open Command Prompt or PowerShell.
Run the Following Command:
curl --version

Interpret the Output:

If cURL is installed, you’ll see information about the cURL version, supported protocols, and other features.
If cURL is not installed, you’ll receive an error message indicating that the command is not recognized.

Installing cURL (if not installed):

Linux (Debian/Ubuntu): sudo apt-get install curl
macOS (using Homebrew): brew install curl
Windows: cURL often comes pre-installed with newer versions. Otherwise, you can download it from the official cURL website.

Is it possible to transfer the userdata partion from one device to the next?

As long as it’s the same device and rom and everything you can just read the partition and then just flash it again

1 Like

won’t have anything from it.

no.

Is there any way without doing a full Rom backup?

No. No. forget about userdata.

1 Like

I have actually seen some hackers/Chinese figure it out, but you need heavy software for it. Starting with a miracle box.

dont know what that is.

some people do it with twrp - a nano droid backup. but it also makes problems…
the klal is - userdata.img cannot be pulled and flashed - and the data is there…

1 Like

it can be if it is not encrypted
like on the f21

What is Linux?

It’s basically an open source kernel that powers many operating systems, used mostly by developers.

  • Many software developers use Linux, which is more optimized for development than Windows.
  • Most cloud servers are running linux. 99% chance this forum is being hosted on a linux server
  • Some people use linux-based operating systems, like Ubuntu, as regular computer OS instead of Windows. There are numerous benefits and drawbacks. Practically, it is mostly used by very techy people, and avoided by non-techy people.
  • Android is based off of linux.
  • MacOS is also based off of linux
  • many embedded devices run linux (for example security cameras often do)
2 Likes