[Completed] Problem with zImage compiling - XDA Assist

Good Morning! It's been four days that I can not sleep trying to compile the kernel of my smartphone. They appeared several errors , but i got to solve them alone. But I'm stuck in one, and i would appreciate your help . The problem is that after changing the required settings in the menu, I can not create the file " zImage". I run the command : "make -j4 ARCH=arm CROSS_COMPILE=arm-linux-androideabi-", the compiling process starts but in the end, the terminal does not convert the files. From what I saw on the internet, in the final lines should appear:
"#OBJCOPY arch/arm/boot/zImage
#Kernel: arch/arm/boot/zImage is ready".
Like in the image:
{
"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"
}
But in my appears:
I really think that is some command missing, to order the terminal create the zImage. If someone knows what is happening, i would be greateful.
I think that im in the right topic session. If i dont, sorry, im new here.

tenifugo said:
Good Morning! It's been four days that I can not sleep trying to compile the kernel of my smartphone. They appeared several errors , but i got to solve them alone. But I'm stuck in one, and i would appreciate your help . The problem is that after changing the required settings in the menu, I can not create the file " zImage". I run the command : "make -j4 ARCH=arm CROSS_COMPILE=arm-linux-androideabi-", the compiling process starts but in the end, the terminal does not convert the files. From what I saw on the internet, in the final lines should appear:
"#OBJCOPY arch/arm/boot/zImage
#Kernel: arch/arm/boot/zImage is ready".
Like in the image:
But in my appears:
I really think that is some command missing, to order the terminal create the zImage. If someone knows what is happening, i would be greateful.
I think that im in the right topic session. If i dont, sorry, im new here.
Click to expand...
Click to collapse
Hello,
This forum is for newbies finding their way around XDA Developers, it isn't a development section.
You may try posting your query here [Tutorial] Building Your First Kernel with all relevant details, the experts there maybe able to assist you.
-Vatsal

Vatsal said:
Hello,
This forum is for newbies finding their way around XDA Developers, it isn't a development section.
You may try posting your query here [Tutorial] Building Your First Kernel with all relevant details, the experts there maybe able to assist you.
-Vatsal
Click to expand...
Click to collapse
Alright. Thank you my friend! I will post there.

Related

The Purpose of XDA Assist [Please Read]

***XDA Assist has changed***​
Welcome to the new Version of XDA Assist.
The mission of XDA Assist is to provide basic help to those who have tried searching but cannot find what they are looking for and need assistance . Perhaps you cannot find posts on how to root your phone, install custom recovery or maybe you have questions about how to navigate and use features on the site.
Our XDA Assist team is ready to help out users as best as they can , by providing some basic help , as well as guiding New Users to the correct areas in XDA.
You may be pointed towards guides and instructions that can be quite complex, so you will still need to read carefully and be cautious before attempting to make software changes to your device. It is essential you are in the correct forum for your device model; what works for one can ruin another.
________
How to use this forum:
1. If you ask a question, please create a new thread and post your question with as many details as you can (device type, model, running custom or official rom etc).
This can be done anonymously , but we do encourage you to create an account , in order to be able to pursue your quest in the main XDA fora , and to be able to post there.
2. Our team will then help you and/or point you to the right direction. We'll work to help you as quickly as possible, but please be patient in case an answer isn't given quickly.
3. Once a satisfactory answer is given, our team will mark the thread as "Solved".
4. All questions must be asked in English.
5. Please be courteous towards everyone. We don't make any assumptions about your level of knowledge in this forum, so feel free to ask questions that may seem very basic.
________
We have a dedicated Team of trained Assistants who are easily recognized by their blue "ASSIST" badge :
{
"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 please leave the answering to them.
​

[DEV] HybridMod

{
"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"
}
Info:
~ This project was originally started by me a long time ago, its been in different locations as different things, and its been written in many different styles.
~ So what is it? Well its a bash script/scripts/project/modular-project (this is how fragmented it is ) that were working on to be an all in one shell based application, currently we have a tonne of features in it and alot in our minds but we just need to get it down in the script.
~ So why post about it here if its still super alpha and not even 100% working!? Well cause we need developer help, anyone who wants can pm me or post here and ill add you with read access to our repo's , from there on you can create pull requests and help us refactor and clean up code.
~ Currently the project maintainers consist of me and @DeicPro , theres also @luca020400 who's contributed to cleaning up alot of the code. So we would love anybodys help! Even if you cant be on github constantly creating pull requests, at least pm me and ask to join the "dev" group since we can chill + it looks super cool to have a busy project
Source:
https://github.com/HybridMod
Setup:
~ This is the setup guide, you can either use the google repo tool guide and setup and use via that way, however you wont be able to do anything via git that way... The recommended way is below.
Recommended way:
Code:
mkdir -p ~/Scripts/HybridMod/
Code:
cd ~/Scripts/HybridMod/
Code:
git clone https://github.com/HybridMod/roomservice
Code:
cd roomservice
Code:
./repo_sync.sh
Now the repo_sync.sh will take care of cloning all the necessary scripts and etc...
Additional Notes:
Anyways thanks for the help if you do help, and enjoy!
banner-credits: idk , found on the google imgs, plis dont sue me ;-;
FAQ
Q: Do penguins have knees?
A: http://bfy.tw/LLo
reserved ^^

[Completed] How to extract [boot|cache|recovery|data|system].emmc.win.md5 from TWRP's NandBackup?

so i've just managed to search for a compatible TWRP Recovery for my Phone [Lenovo A7000-a (Plus)]
and as a basic move in making sure that your device wont completely die whenever you install a faulty rom or app or modifications, you make you first have a complete, or if not is a backup of the important partitions of your android device.
and so i did, since Lenovo A7000-a is powered by a 64-BIT MT6752, it is a little hard to dump it's rom.
i tried using MTK Droid Tool, but as many have told, it isn't updated or configured to work with 64-BIT Processors yet. so i'm left with a frozen window or if not, the phone won't connect at all.
i also tried using adb, but the system and the data partitions always return a bad image (something like the .img files of system and userdata wont be read by SPFT automatically which means there's something wrong with them). i also tried opening the images using ext4unpacker or ext2explore or same utilities, but it really is corrupted
i then tried using SPFT's readback utility, but the boot.img return a bad signature (which i also want to know why or how i can skip the boot.img)
so my last card was to do a Nandroid Backup using TWRP.
but i was surprised to see some xxxxxx.emmc.win.md5 files, which i have never ever seen yet.
so my question is, how can i extract the .img from these guys ?
as you can notice, the data partition has 3 parts, and the system partition has 2 parts
i want to know how i can extract the image files from these things so i can use them for SPFT ??
i hope somebody can help me out here. thank you
Note: The folder just says Lenovo_K3_Note, but the phone is actually Lenovo A7000-a [Plus]
{
"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"
}
Hello and thank you for using XDA Assist,
please ask in our Android Q&A section:
Android Q&A, Help & Troubleshooting
The experts there will be able to help you.
Kind regards and good luck
Trafalgar Square
XDA Assist

[Completed] Proline H7516R 7"

Hi there all . I'm really new to all this so i'll try to be as informative as I can. I have a proline H7516R tab that I am trying to flash. It has a RK3126 and BX_86VT_3026_v2.4 motherboard if I am not mistaken. I have downloaded 3 images but to no avail. I've been using RK batchtool 1.6 and the device is recognized with a green square but i cannot find the correct firmware. I have included a pic of the motherboard and CPU. PLease help!
{
"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"
}
fayyth said:
Hi there all . I'm really new to all this so i'll try to be as informative as I can. I have a proline H7516R tab that I am trying to flash. It has a RK3126 and BX_86VT_3026_v2.4 motherboard if I am not mistaken. I have downloaded 3 images but to no avail. I've been using RK batchtool 1.6 and the device is recognized with a green square but i cannot find the correct firmware. I have included a pic of the motherboard and CPU. PLease help!
Click to expand...
Click to collapse
Greetings and welcome to assist. I have searched and unfortunately can not find any information at all on your device, all I can suggest is contacting the manufacturer
Good Luck
Sawdoctor
Thanx for the speedy reply. I forgot to mention that on the recovery mode screen I found the Image build no. (rk312x-eng 4.4.4 ktu84q.eng.edward.20150402.153430 test-keys). Can this help in any way? What does that number refer to anyway? Sorry for the noob question but i really want to know whats going on. Thanx.
fayyth said:
Thanx for the speedy reply. I forgot to mention that on the recovery mode screen I found the Image build no. (rk312x-eng 4.4.4 ktu84q.eng.edward.20150402.153430 test-keys). Can this help in any way? What does that number refer to anyway? Sorry for the noob question but i really want to know whats going on. Thanx.
Click to expand...
Click to collapse
It is telling you that your chip is a ROCKCHIP processor running android version 4.4..4 .The last number is the time and date the rom was built. If you try asking here
http://forum.xda-developers.com/android/help
hopefully someone with your device will upload the firmware you need
Good Luck
Sawdoctor

Nokia Lumia 1320 Bricked Help!

I am a new member and I don't know where the issue will be raised. I am sorry for this.
Hello I bricked my nokia lumia 1320 device for installing wrong software and I cannot fix it. Device stays on black screen and does not react.It appears as "QHSUSB_DLOAD" in device manager.
What should I do? I am not a person who knows very much about codes.
Please help me .
{
"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 tried some of the things I found on the internet but didn't work.I tried to fix the problem with Windows Device Recovery Tool, I was able to introduce the device to the Windows Device Recovery Tool program, but after downloading it failed during installation. I tried to do something with the hex and mbn files but still failed.
And unfortunately, the WPinternal program doesn't see the device either.
Please help. This phone has been my dream for a long time and I bought it yesterday. But I could not use it.
P.S:I live in Turkey and I can barely understand English. I would be very happy if you explain it in simple sentences.
Wondering what has caused you to make a 1-day-old "dream phone" unusable? What ( wrong ) software have you installed? To me it seems phone is booted in DOWNLOAD mode: hence the black screen.
I tried to unlock the bootloader of the device with the WPinternals program.
While unlocking the bootloader, I uploaded the ffu extension file to the program. I uploaded the file named Loaders, but I did not upload the sbl3 file and tried to unlock the device.
The loading screen came up, but then remained on a black screen and the device did not react at all.
There is no reaction on the device right now. Sound is heard from the computer only while connecting.
I strongly advise you to ask MODS to move this thread to "Android Q&A, Help & Troubleshooting" forum: you use the "Report" button on thread's 1st post to perform this.
jwoegerbauer said:
I strongly advise you to ask MODS to move this thread to "Android Q&A, Help & Troubleshooting" forum: you use the "Report" button on thread's 1st post to perform this.
Click to expand...
Click to collapse
I reported the situation. Thanks
merhaba çözüm buldunuz mu bede de aynı durum oldu

Categories

Resources