Sm-g950u kernel panic! - Android Q&A, Help & Troubleshooting

HI GUYS
please i need help how to unpack and repack qualcomm snap dragon system.img
i face problem with sm-g950u after unpack and repack system.img and flash via EDL i face panic kernel error.
i think problem is the way that i use for unpack and repack
-i mount system on linux and face same problem
-i use superr kitchen for unpack and repack and face same problem
i dont know if after edit qualcomm system.img need to sign or not if yes how to sign
please if some one can help me i will be happy
{
"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"
}
thank

Related

[Tool][Win] Tools to unpack and repack Kernel

I made an app to easily pack and unpack boot images.
Even though I made it while doing some work on Xperia Ultra GPE, it should work on any other phone if you know the command line arguments and other parameters.
How TO:
Extract the zip file and Run the exe file. Follow the GUI
Features:
Supports extraction from ELF file format and BootImage format
Shows checksum while building
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"
}
Thanks:
ypf For Icons : http://ypf.deviantart.com/
osm0sis for reference: https://github.com/osm0sis/mkbootimg/
Serge Lamikhov-Center for ELFIO
Please try out and let me know the comments/bugs.
Reserving for future use

error when Bumping boot.img using open_bump.py on windows

So after i made the necessary changes to the boot.img and repacked it. I installed python 3.4 for windows.
then when i ran
Code:
open_bump.py c:\boot.img
it created the boot_bumped.img
but I received this error in cmd
{
"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"
}
Any insight into why this happened? I am new to modifying boot.img and bumping
I really appreciate any help/insight into this issue.
What I was doing was adding the necessary line for XPrivacy to work on Illusion 6.5
Found Bump for Windows
So I found bump for windows and it seemed to run without issue. Still would like to know what I did wrong when using python script on Windows if you have an idea.

i-onik tp7-1000 light stock firmware need help !

Hello, if someone can help me to get stock rom for this tablet. He has very rare motherboard and i tried many A13 firmwares and custom roms but with no luck.
On their site there is complete source for tablet in tar.gz extension but dunno how to flash or build rom from that?
Help please to revive tablet.
Here is the link of their support files http://service.i-onik.de/TP7-1000DC light/
Thanks in advance
{
"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"
}
[/IMG]
folders in tar.gz
anyone to make me img file or tell me how to do it.? pls guys

[Help] How to Fully Unpack Boot.img on Windows

So my emmc is dead and ai found a way to make the rom boot from the sdcard but i have to Edit The Boot.img ... I got the Boot.img from a custom Rom i have Downloaded and i followed the Instructions Up Here
http://forum.xda-developers.com/show...7&postcount=17
But Each Time I get This as The Output
Output
Code:
http://i.imgur.com/3JFuNrL.png
{
"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"
}
and i cant Find The initramfs.gz to edit macallan.fstab
so i want to know how to do that on windows as He is obviously is doing it on Linux !
ps :
I have tried to do it on linux but got no where as iam very noob at linux !
Do you have a professional enterprise or education version of Windows?
Sent from my Nexus 4 using Tapatalk

Question Masgisk patched boot.img won't write

Sorry for the trouble. I have the Magisk patched boot.img file back on my computer. I attempt to flash it and it won't write.
{
"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"
}
Any suggestions on how to fix this?
You're trying to write boot in fastbootd.
Try
Code:
adb reboot bootloader
instead of fastboot first
craznazn said:
You're trying to write boot in fastbootd.
Try
Code:
adb reboot bootloader
instead of fastboot first
Click to expand...
Click to collapse
I love you Craznazn. You are my hero. Thank you, thank you.

Categories

Resources