So, a few days ago, i made a post regarding the necessity of rooting my phone to use kali nethunter. Problem is that i am on a pixel7pro on android 13, rooting it was no problem, however flashing the zip of kali proved more difficult since twrp is not available for android 13. While wandering on xda, i stumbled on PixelFlasher, an utility that would allow me to flash a zip. But, even tho there is a github and it is open source i scanned it, for good measure, it came positive for 28% generic malware code and a bit of LaZagne, flagged by google and another security company.
So tl:dr is pixelflasher safe to use ?
Thanks
@badabing2003
I'd say it's safe to use, but I'm biased
If you're concerned, you can build it from source.
Clone source, scan for malware, build
It's most likely false positive.
All the builds are now done on Github through Github actions.
See these
PixelFlasher concern
I was unable to download PixelFlasher, V4.8.1.0 from https://github.com/badabing2005/PixelFlasher/releases, to my PC because Avast AV detected an issue. So, I remote logged into a Linux system, used wget to get the file, then transferred it to my...
forum.xda-developers.com
Avast antivirus identify v4.6.1.0 as malware · Issue #41 · badabing2005/PixelFlasher
Hi, avast identify latest version(v4.6.1.0) as malware(Win64:Evo-gen[Trj]). I have submitted false alarm, can you please help with this?
github.com
Detected as virus · Issue #57 · badabing2005/PixelFlasher
I've download the latest Windows executable and it's detected as a virus by 6 antivirus. What's going on inside this file???
github.com
4.10.0.0 windows defender detects virus. · Issue #67 · badabing2005/PixelFlasher
Cannot use 4.10.0.0 because windows 11 detects Program:Win32/Cayunamer.A!ml virus and removes immediately.
github.com
Yeah, i think i'm gonna build it from source, the thing is, when i donwload the source code it come like this :
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
So the only thing is admins tools, i'd say that's pretty normal here.
However, with the elf ;
Hell came loose, not sure why tho.
Anyway thanks for answering me and here is the analysis link if you want to take a look.
https://analyze.intezer.com/analyses/9cb4dd89-0c22-4a26-93db-32b7f22209d2/genetic-analysis (elf)
https://analyze.intezer.com/analyse...4476/sub/bdd5e427-a84a-4b92-a491-6e06dc234db6 (zip)
BusyBox - Wikipedia
en.wikipedia.org
badabing2003 said:
I'd say it's safe to use, but I'm biased
If you're concerned, you can build it from source.
Clone source, scan for malware, build
It's most likely false positive.
All the builds are now done on Github through Github actions.
See these
PixelFlasher concern
I was unable to download PixelFlasher, V4.8.1.0 from https://github.com/badabing2005/PixelFlasher/releases, to my PC because Avast AV detected an issue. So, I remote logged into a Linux system, used wget to get the file, then transferred it to my...
forum.xda-developers.com
Avast antivirus identify v4.6.1.0 as malware · Issue #41 · badabing2005/PixelFlasher
Hi, avast identify latest version(v4.6.1.0) as malware(Win64:Evo-gen[Trj]). I have submitted false alarm, can you please help with this?
github.com
Detected as virus · Issue #57 · badabing2005/PixelFlasher
I've download the latest Windows executable and it's detected as a virus by 6 antivirus. What's going on inside this file???
github.com
4.10.0.0 windows defender detects virus. · Issue #67 · badabing2005/PixelFlasher
Cannot use 4.10.0.0 because windows 11 detects Program:Win32/Cayunamer.A!ml virus and removes immediately.
github.com
Click to expand...
Click to collapse
I appreciate you giving me the advice.
MarthaBarraza said:
I appreciate you giving me the advice.
Click to expand...
Click to collapse
I'm not sure if you're appreciating my previous response or expecting a response.
If it is the former, thanks.
If it is the latter, then I have nothing more to add.
Related
Want to do something like this on your Windows OS?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Fear not, in this tutorial, you will learn on how to install a linux shell on your Windows OS!
To install a linux shell on Windows, there's a few solutions solutions that I usually prefer:
Msysgit
Cygwin
Powershell
In this tutorial, Msysgit is the program that will be installed as apart from giving you a linux shell, it gives you access to do git related things(clone a repo, fork repo) which is a very good plus
So, here's it, we'll install a linux shell on our Windows OS and have fun with it later on
Msysgit Installation:
1. Click here and download the latest version of msysgit(The latest version of the time of writing is 1.8.0 http://code.google.com/p/msysgit/downloads/detail?name=Git-1.8.0-preview20121022.exe&can=2&q=)
2. Open the installer and you will see something similar to this and click Next to continue
3. After that, you will be shown the gpl license as per shown below and click Next to continue
4. You will be prompted the location to install msysgit at. Click Next to continue
5. You will be prompted for additional settings, click Next to continue.
6. You will be prompted for the startup menu, click Next to continue.
7. You will be prompted for the path environment, select Use Git Bash only and click Next to continue.
8. You will be prompted for the line ending adjustment. Select Checkout as-is, commit Unix-style line endings and click Next to continue.
9. The installer will install the required files.
10. The installation has finished! Untick ReleaseNotes.rtf and click Finish to end the installation.
How to use:
1. Right click on an empty space at your desktop and click Git Bash.
2. Type your linux "hackish" commands!
The command that is used in the first screen shot is ls -la(directory listing with the file permissions of each file).
There's a lot of commands that you can play with, like echo, cat, uname, which, grep, sed, and many many more!
NOTE #1: For the best compatibility, cygwin would be preferred as it has a very complete set of linux commands built-in but Msysgit is less hassle to setup and it allows you to mingle around with Git once the setup is done which is a very good thing
NOTE #2: Msysgit is not preferred as a shell to create anything advanced like roms or kernels as the features that are available at mysysgit is rather limited(but it is enough for most users like us ).
There will be more tutorials which are related to Git and Linux will be made in the future, so read up fast and stay tuned for more contents! :fingers-crossed:
Hi!
My screen just broke and i want to view my phone somehow- is that possible?
I don't just want to backup or restore files but to actually see the screen like it looks on the phone (so i could go through apps\files and decide what i want to restore etc)
7 edge,full root and adb
Thank you!
You can use SCRCPY tool to mirror phone's screen on PC and thus also remotely control Android.
More info here:
GitHub - arter97/scrcpy: Display and control your Android device
Display and control your Android device. Contribute to arter97/scrcpy development by creating an account on GitHub.
github.com
jwoegerbauer said:
You can use SCRCPY tool to mirror phone's screen on PC and thus also remotely control Android.
More info here:
GitHub - arter97/scrcpy: Display and control your Android device
Display and control your Android device. Contribute to arter97/scrcpy development by creating an account on GitHub.
github.com
Click to expand...
Click to collapse
Thank you so much! Are there simple instructions for someone who does not know what all these things mean?
jwoegerbauer said:
You can use SCRCPY tool to mirror phone's screen on PC and thus also remotely control Android.
More info here:
GitHub - arter97/scrcpy: Display and control your Android device
Display and control your Android device. Contribute to arter97/scrcpy development by creating an account on GitHub.
github.com
Click to expand...
Click to collapse
adb:error: failed to get feature set:no devices/emulators found
error:adb push retunerd with value 1
Lilly5757 said:
Thank you so much! Are there simple instructions for someone who does not know what all these things mean?
Click to expand...
Click to collapse
On the GitHub page linked to scroll down to section "Get the app" -> Windows, download the .ZIP-file provided onto PC, extract .ZIP-file to any location of your preference on PC, then when .ZIP-file got unpacked connect phone with PC via USB-cable - preferredly the one that came with phone - and finally run the "scrcpy.exe" located in unpacked SCRCPY folder.
Example screenshot:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
jwoegerbauer said:
On the GitHub page linked to scroll down to section "Get the app" -> Windows, download the .ZIP-file provided onto PC, extract .ZIP-file to any location of your preference on PC, then when .ZIP-file got unpacked connect phone with PC via USB-cable - preferredly the one that came with phone - and finally run the "scrcpy.exe" located in unpacked SCRCPY folder.
Example screenshot:
Click to expand...
Click to collapse
thank you! it is saying .... scrcpy-server://file pushed,0 skipped. 11.7 mb/s /sbin/sh:app process: not found
Lilly5757 said:
thank you! it is saying .... scrcpy-server://file pushed,0 skipped. 11.7 mb/s /sbin/sh:app process: not found
Click to expand...
Click to collapse
There is a hardware solution. If you have Micro USB, get a MHL cable and connect your phone to a monitor.
If you have USB-C get a Typ-C to HDMI Dock and connect your phone to a monitor, you cann attach mousse an Keyboard, too.
Title: Online ADB Installer - Fast and Easy ADB Installation with Automatic Driver Downloads
Hello XDA community!
Today, I'd like to introduce you to the Online ADB Installer project which provides a fast and easy ADB installation for your Android devices. With this project, you can easily install ADB and Fastboot tools and use other necessary tools to develop your Android devices.
Online ADB Installer is designed specifically for Windows users and brings together all necessary files in a single interface to speed up the installation process. It also automatically downloads and installs the latest ADB drivers and Google USB drivers from Google servers, ensuring that you have the most up-to-date drivers for your Android device.
It's very simple to use: just run the program, connect your device to your PC with a USB cable, and complete the installation process. That's it!
You can access the project's source code from our Github page: https://github.com/celalizolu/Online-ADB-Installer
Online ADB Installer features:
- Fast and easy ADB installation
- Brings together all necessary files in a single interface
- Automatically downloads and installs the latest ADB drivers and Google USB drivers from Google servers
- Designed specifically for Windows users
- Easy to use
We would be happy if the project is supported by the XDA developer community. If you have any questions or feedback, we would be grateful for your support and please write to our discussion section.
Thank you for your interest in Online ADB Installer!
AFAIK those installers exist like sand on the sea. Also published here at XDA.
Worst mistake is you simply download and install ADB driver provided by Google WHAT ARE MEANT TO BE USED ON GOOGLE BRANDED PHONES ONLY.
Take note that all OEMs provide a specific ADB driver suitable to their phones.
jwoegerbauer said:
AFAIK those installers exist like sand on the sea. Also published here at XDA.
Worst mistake is you simply download and install ADB driver provided by Google WHAT ARE MEANT TO BE USED ON GOOGLE BRANDED PHONES ONLY.
Take note that all OEMs provide a specific ADB driver suitable to their phones.
Click to expand...
Click to collapse
Hello,
Thank you for your message. I understand that there are many types of ADB driver installers available and they are published on sites like XDA. However, what sets my script apart from other installers is that it automatically retrieves and installs the latest version of ADB drivers from Google servers, thus ensuring that they remain up-to-date. Additionally, it downloads and installs the latest Google USB drivers from Google servers, which simplifies the process of Windows devices recognizing your device. My script is minimalist and supports many Android devices.
Nevertheless, in some cases, you may need to download and install the original drivers for your device. Therefore, it is important for users to follow the necessary steps to ensure they install the correct drivers and recognize their devices.
Best regards,
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Latest generic ADB / Fastboot drivers can be fetched from here
SDK Platform Tools release notes | Android Studio | Android Developers
Android SDK Platform-Tools is a component for the Android SDK.
developer.android.com
and not from Google servers.
Madam, we obtain the latest drivers from the website that you have mentioned. As Android is owned by Google, the description referred to Google servers. Therefore, there is no problem.
Android isn't owned by Google, and never was. Android is OPEN SOURCE!
jwoegerbauer said:
Android isn't owned by Google, and never was. Android is OPEN SOURCE!
Click to expand...
Click to collapse
https://dl.google.com/android/repository/platform-tools_r34.0.1-windows.zip
This above is the download link offered by your link in post #5.
Looks like a Google Server, doesn't it?
Android is Open Source and managed by the Open Handset Alliance, which is led by Google. So, the statement "Android is owned by Google" is an indirect correct answer.
WoKoschekk said:
https://dl.google.com/android/repository/platform-tools_r34.0.1-windows.zip
This above is the download link offered by your link in post #5.
Looks like a Google Server, doesn't it?
Click to expand...
Click to collapse
Indeed,
dl.google.com is host for these
ns1.google.com
216.239.32.10
ns2.google.com
216.239.34.10
ns3.google.com
216.239.36.10
ns4.google.com
216.239.38.10
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
What works works, what doesn't should be reported, be smart, investigate your issue before you report it. Report on Github
I offer a certain level of support with my releases, but I am a single guy working on lots of projects.
The release described here has been vetted by at least a dozen people across the Unihertz Titan line.
More join the ranks, literally every day.
There will be bugs. Almost nothing you do during this process can hard brick your device. Believe me, I've
put these phones through hell getting everything running.
You should have a certain level of technical inclination to take on the task of applying this software. I have
put documentation in place and built tools to assist you. It is pretty solid.
I offer no warranty on what happens after you install this software. None. Period. I will however offer
instructions on how to return to stock software.
I make no promises to how often I will build new releases, but will try to keep up with things. I do plan on supporting this project on
an ongoing basis.
LineageOS 20 is based on Android 13.
The Unihertz Titan, Pocket and Slim are a series of phones with physical keyboards.
The device tree is available if you want to build it yourself. See Instructions here.
Known Issues:
Sim-based NFC Contactless payment
FM Radio does not work
Releases and Installation Instructions are offered on Github
Report issues on Github
Join us on the Discord for more interactive support and discussion.
Credits
AndyYan
CatWithCode
SolidHal
Testers
tommel2
Randy_
SuYe
33YN2
g.benkaliuk
Jenser
cipharius
ScentedOrange
Honerable Mentions
dodoradio
Generous Contributions
Jenser
Nomi
33YN2
tommel2
All Donations will be put towards getting a Unihertz Tank running with Lineage 20 as well.
reserved
reserved
reserved
Wow, seems this is worth to try on my Titan Slim.
But I have few questions:
Is it suitable for daily driver (I know there will be some bugs)?
Original Titan Slim had problem with wifi disconnections which were partialy solved by the stock firmware , but still WPA3 is not working and WPA2 + 802.11w (Management Frame Protection) is not working too.
Is this problem solved? https://forum.xda-developers.com/t/...os-20-networking-configuration-issue.4572379/
Can google apps be loaded together with the image or should be loaded later?
Will Blackberry keyboard work?
Most important, for me personally, are working Ctrl+C and Ctrl+V ion the hw keyboard....
Thanks
michalko58 said:
Wow, seems this is worth to try on my Titan Slim.
But I have few questions:
Is it suitable for daily driver (I know there will be some bugs)?
Original Titan Slim had problem with wifi disconnections which were partialy solved by the stock firmware , but still WPA3 is not working and WPA2 + 802.11w (Management Frame Protection) is not working too.
Is this problem solved? https://forum.xda-developers.com/t/...os-20-networking-configuration-issue.4572379/
Can google apps be loaded together with the image or should be loaded later?
Will Blackberry keyboard work?
Most important, for me personally, are working Ctrl+C and Ctrl+V ion the hw keyboard....
Thanks
Click to expand...
Click to collapse
1 it is suitable for daily use.
2 i have not heard anything from the users to suggest issues with wifi exist. It is easy to revert to stock if you encounter issues.
3 yes, this is solved and packed into the system image by default.
4 they can be loaded manually or by magisk module.
5 yes, it works great. Many users use it.
Great! Thank you for your answers.
Google apps from this link https://androidfilehost.com/?w=files&flid=322935 should be v13 and 64bit, I suppose?
Support for ctrl+v and ctrl+c is working or will it be functional soon?
Is there some instruction, how to safely revert to stock firmware availaible? I think it will be via adb, but I am asking to be sure.
Once again, thanks!
So, I am stucked at rooting, for now. I have been following these instructions: https://gist.github.com/rumplestilzken/1d66b6e3aae16ece75f06b00d466d246
Everything goes fine, without any error, to line 10. Then at line 11 "finalize settings and reboot" I don't know which settings exactly to finalize. I have tried "Direct install" too, but it didn't helped.
When typing "adb root" I get:
Code:
adb root
adbd cannot run as root in production builds
Then adb remount and other commands doesnt work...
I have found this Magisk module: https://github.com/tiann/adb_root After its installation and reboot I get:
Code:
adb root
adbd is already running as root
But if I continue to adb remount I get:
Code:
adb remount
/system/bin/sh: /system/bin/remount: inaccessible or not found
What am I doing wrong? I have been trying various installations including newer Magisk 26.1
Thor Flash UtilityThis is a flash utility for Samsung devices, made from scratch in C#.
To run this, you must have .NET 7 runtime installed on your computer.
Latest release can be found on GitHub - https://github.com/Samsung-Loki/Thor
This tool was tested and works flawlessly, I'm open for any bug reports.
List of platforms1) Linux (USB DevFS method)
2) Windows (not implemented)
3) Mac OS (not implemented)
How's it different from Heimdall?Fun fact: Official Odin for Linux works using DevFS, and people report it working when Heimdall didn't.
1) Is able to do NAND Erase All (aka erase userdata) and erase any partition, given the length.
2) Ability to shutdown and reboot into Odin mode (not supported on every device)
3) Not using a USB transfer library and doing it natively for best results
4) Extended the PIT parser with new information being discovered
5) Can flash directly from an Odin .tar / .tar.md5 archive
6) Works with .lz4 files directly without manual extraction
7) Implemented EFS Clear and Bootloader Update options in Odin
8) Is able to change the sales code of the device
Support meIf you would like to support me and my team, donate here.
We're a team of teens (at age of 14-15) making random projects for fun.
Current list of commandsThe up-to-date list of commands can be found here.
Usage guideA comprehensive usage guide can be found here.
What devices were tested?1) SM-M205FN/DS from 2019 0x00030000 (Unknown1: 0, Unknown2: 0, Version: 3)
2) SM-G355H/DS from 2014 0x00020000 (Unknown1: 0, Unknown2: 0, Version: 2)
Frequently Asked Questions1) A fatal error occurred. The required library something could not be found.
This is a Linux Package Mixup, use this as reference.
2) What happened to original Thor (or Hreidmar)
This is a rewrite of Thor written from scratch, so I could implement the native USB communication.
Also, the old codebase was severely flawed in my opinion. I archived it here.
CreditsTheAirBlow for Thor Flash Utility
Benjamin-Dobell for documenting much of the Odin protocol
[reserved]
real
Bro finally revived good old Thor/Hreidmar
@TheAirBlow Thx.
Didn't test it yet but just a hint:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Link leeds to wrong version acc to your post #1, or doesn't it?
bmwdroid said:
@TheAirBlow Thx.
Didn't test it yet but just a hint:
View attachment 5938745
Link leeds to wrong version acc to your post #1, or doesn't it?
Click to expand...
Click to collapse
Yeah, that was an accident. It is indeed .NET 7
hello, please help me flash and revive the Samsung a12 (125FN) device.
the fact is that I don 't have a pc (
I only have an arm7 phone )
Heimdall-frontend does not work in Linux Deploy in my device, it cannot flash the super partition.. tell me what else can be done in my situation!??)
ilshatiko1988 said:
hello, please help me flash and revive the Samsung a12 (125FN) device.
the fact is that I don 't have a pc (
I only have an arm7 phone )
Heimdall-frontend does not work in Linux Deploy in my device, it cannot flash the super partition.. tell me what else can be done in my situation!??)
Click to expand...
Click to collapse
This tool could probably be used in Termux or in a root shell if you somehow could install .NET 7 Runtime. But, it does require the phone to be rooted for Thor to be able to access the USB devices connected. And additionally, you need a (first phones USB) to (second phone's USB) cable to connect, or have some adapter to make it work.