[Q] I have problems using QFIL on Realme GT ME - Android Q&A, Help & Troubleshooting

Hi all,
So I've gotten to the point of extracting the firehose.elf and both the rawporgrams and the patch files but it cannot find the file: super.img which makes sense because there are 5
{
"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"
}
My guess is that I somehow have to merge/combine them but I don't know how to. So if you know how to merge these files (either on linux or win10) or know how to flash these othewise I'll be looking forward to hear it.

do you have rawprogram_unsparse.xml? use this file instead for flashing sparse junks.
(you could also try that bash script from linux)
https://android.stackexchange.com/q...make-sparse-image-file-from-original-firmware

aIecxs said:
do you have rawprogram_unsparse.xml? use this file instead for flashing sparse junks.
(you could also try that bash script from linux)
https://android.stackexchange.com/q...make-sparse-image-file-from-original-firmware
Click to expand...
Click to collapse
Ty I was using the simple rawprogram0(since I do not have an unsparse version) file, I was thinking along the way of flashing multiple but I didn't really know how that worked but I'll be trying the bash script.

the script requires rawprogram_unsparse.xml

aIecxs said:
the script requires rawprogram_unsparse.xml
Click to expand...
Click to collapse
God damn it I'm dumb but guess I'll have to write the rawprogram_unsparse.xml out by hand.

how? you don't know the sparse

Seems like I should've read things twice but I was at school, so I do not have the unsparse file at all which makes no sense to me since I looked at 4 different ofp-s
Edit so I got the super.img now there was a cvs file with which I could use simg2img to merge files into 1 but now QFIL throws an error that it can't procces a super.img as a sparse

how exactly did you do this? do you have sparse lengths or offsets?

Rename the find "super.img"

Related

ADB 'Not Recognized'

Okay so I have been trying to push/install/anything to an .apk file.
all I get is the error:
'adb' is not recognized as an internal or external command,
operable program or batch file.
which I have rooted my phone and pushed files before.
I have also noticed the .apk files do not appear as their usual file images.
{
"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"
}
Run the commands from your android sdk/platform tools folder
Or any folder that has adb/fastboot .exe
bigdaddy619 said:
Run the commands from your android sdk/platform tools folder
Or any folder that has adb/fastboot .exe
Click to expand...
Click to collapse
I have attempted, the error still shows up.
What seems to have fixed my adb issue (at least for flashing not sure about pushing/installing yet)
was that I uninstalled my version and reinstalled the tools.
I will attempt pushing and installing tomorrow or in a few hours.
Has that error ever happened to you just randomly?
I ALWAYS run the commands from my sdk files holding the adb.exe
Only time I got those errors was when I was using the wrong folder to run them.
bigdaddy619 said:
Only time I got those errors was when I was using the wrong folder to run them.
Click to expand...
Click to collapse
Fair enough.
I did make sure I did it in the right folder I even tried in another folder with a adb.exe and fastboot.exe
The same result until I uninstalled and reinstalled

[TOOL] GetDump system dumper

Intro:
Today I present you with GetDump, a Windows batch file that is the simplest way to get a system dump from your phone. All its takes is 2 clicks. I might add Linux and Mac OS 10 support in the future, but if anybody wants to do it for me that would be great. The ADB files are included in the zip so you don't need to install them. I hope I posted this is the right place....
Requirements:
Your device drivers (The drivers from the manufacture)
Windows
Should have ADB installed
How to use:
Unzip the GetDump.zip file then once its unzipped double click on the GetDump.bat file. After that follow the onscreen instructions. Once its done a window will pop up with your system dump inside of it.
Download:
http://www.mediafire.com/download/sa7jy5s2frtzve1/GetDump.zip
Screenshots:
{
"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"
}
Credits:
Andy Huynh - For teaching me MS-DOS
My cat Chibbs - For testing
Hey cool, gonna DL for my Windows! Someone already beat ya to it in Linux tho
http://forum.xda-developers.com/showthread.php?p=62845957
Gratefully sent from my Rooted JollyRoger_B13
bcrichster said:
Hey cool, gonna DL for my Windows! Someone already beat ya to it in Linux tho
http://forum.xda-developers.com/showthread.php?p=62845957
Gratefully sent from my Rooted JollyRoger_B13
Click to expand...
Click to collapse
Tell Me how you like it. SuperRs does more then just a system dump, but I might make one that just does a system dump.

[KERNEL-COMPILING], [M8], Can’t boot zImage

Hello guys ,
Thanks in advance for any help that I may receive.
Im trying to compile a kernel for my HTC One M8, based on the LineageOS-Kernel (from Github; android_kernel_htc_msm8974), with binfmt_misc support.
My approach:
1. Getting the Kernel Source with the git clone command and downloading+unzip the ndk toolset (r14b)
2. Moving both Extracted "Source Code" and "NDK Folders" to "Testing" folder
3. cd ~/Testing, then: export CROSS_COMPILE=/home/canberk/Testing/ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-
4. cd htc ( folder with kernel source)
5. make clean && make mrproper
6. export ARCH=arm
7. make msm8974_defconfig
8. make gconfig, in order to configure the kernel with a graphical menu
9. make –j4
But after starting the process, im getting this error.... (Error: arch/arm/boot/dts/msm8974-fluid.dtsi:721.2-3 label or path, 'dsi_tosh_720_vid', not found)
I have no idea, what that means or did i just forget a command ? I need your help :crying:
{
"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"
}
UPDATE 16.01.2019:
By installing the device-tree-compiler (available in the ubuntu repos), my first problem was solved.
I did compile my kernel successfully (without any errors), but now i cant boot it, by typing : fastboot boot zImage.
I have no idea what to do now. My phone just simply restarts, but still uses the default kernel.

Decrypting help on IDA Pro/XXTEA block cypher key extraction

I've been searching the web for information on how to decrypt lua files from an APK package that are encrypted with XXTEA block cipher (cocos2d game engine). When trying to retrieve the key that is used I've imported the libgame.so in IDA Pro but I'm having trouble decompiling it so I can read/understand the code better. My IDA Pro decompile plugins are failing and I don't have the knowledge on how to fix it (only started using the program today).
Is there anyone who can help me figuring out what the used key is and maybe help me understand on how to do it on my particular APK file.
The 'tutorials' I've been reading into are:
https://reverseengineering.stackexchange.com/questions/21759/decrypting-lua-files
https://forum.xda-developers.com/showthread.php?p=12853986#post12853986
https://boards.libre.io/threads/dec...er-in-lua-file-from-cocos2d-lua-games.297552/
https://boards.libre.io/threads/decrypting-lua-files.238916/
The APK I'm trying is:
http://www.filedropper.com/warofcolonyv212android42-apkpurecom
Any pointers on how to proceed with this are really appreciated!
janjaapy said:
I've been searching the web for information on how to decrypt lua files from an APK package that are encrypted with XXTEA block cipher (cocos2d game engine). When trying to retrieve the key that is used I've imported the libgame.so in IDA Pro but I'm having trouble decompiling it so I can read/understand the code better. My IDA Pro decompile plugins are failing and I don't have the knowledge on how to fix it (only started using the program today).
Is there anyone who can help me figuring out what the used key is and maybe help me understand on how to do it on my particular APK file.
The 'tutorials' I've been reading into are:
https://reverseengineering.stackexchange.com/questions/21759/decrypting-lua-files
https://forum.xda-developers.com/showthread.php?p=12853986#post12853986
https://boards.libre.io/threads/dec...er-in-lua-file-from-cocos2d-lua-games.297552/
https://boards.libre.io/threads/decrypting-lua-files.238916/
The APK I'm trying is:
http://www.filedropper.com/warofcolonyv212android42-apkpurecom
Any pointers on how to proceed with this are really appreciated!
Click to expand...
Click to collapse
{
"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"
}
I think key is "@#k./%9l[w~!o"

HELPP! Can´t open my deivce firmware.zip file to extract boot.img.

Hi, so i got a simple tablet, Multilaser M7S Lite, and i want to root it, my main goal is to be able to edit System folder, i want to change the boot animation, mainly.
So , since there is no TWRP recovery for this brand, i decided that the only way, was with magisk patching boot.img. So i found my deivce firmware - https://www.stockrom.net/2021/04/multilaser-m7s-lite-so06-v7-20200509-8-1oreo.htmland download the .img file. So to extract the boot.img, i need to change it to .zip file and open. But when opening it it says the following:
And using 7-zip, it only extract this files :
What can i do?
The firmware-package file you linked to is a .RAR-formatted archive.
When you unpack this .RAR-file then you can see a ML***USER.img is housed therein what is tablet's Stock ROM.
To unpack this .IMG-file you may use sim2img provided here:
[DEV][Tools] simg2img for Windows
Hello, although I'm working in Linux (VM too) I rewrote the SIMG2IMG so far for Windows (PE32, x86) Usage: simg2img.exe -i -o Optional: -d for debugging messages, listing all chunks of the image...
forum.xda-developers.com
{
"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"
}
Running sim2img, it says bad magic.
It's the full firmware but is it an allwinner or a rockchip or... These tabs can be like whatever. Check that first then google how to extract etc.
I found this: https://forum.xda-developers.com/t/...images-unpacker-packer.1753473/#post-28329544
SOO i manage to unpack it!!
Which file i use in magisk to patch?? boot.fex?
yep.

Categories

Resources