Hello guys
I have a little problem.
I builded kernel, but i have got only image and Zimage.
How can i extract ramdisk (for mkbooimg) ? Thanks
gigitux said:
Hello guys
I have a little problem.
I builded kernel, but i have got only image and Zimage.
How can i extract ramdisk (for mkbooimg) ? Thanks
Click to expand...
Click to collapse
I usually do that using dsixda's Android Kitchen
or I leave the zImage as it is, and flash it with some tools (flashable zip that already made to flash zImages)
omarainea said:
I usually do that using dsixda's Android Kitchen
or I leave the zImage as it is, and flash it with some tools (flashable zip that already made to flash zImages)
Click to expand...
Click to collapse
I can't :'(
Please test this, it would kernel 3.1 :|
Image: http://www.mediafire.com/download/o9907fm1q7leq58/Image
Zimage: http://www.mediafire.com/download/g16fszrme64g344/zImage
Thanks
Install p7zip-full package. Then the kernel from which you need ramdisk, just do this- 7z e kernel_name.elf
It'll give 3 files, 0(zImage), 1(Ramdisk), 2(cmdline).
Cheers,
AJ
Abhinav2 said:
Install p7zip-full package. Then the kernel from which you need ramdisk, just do this- 7z e kernel_name.elf
It'll give 3 files, 0(zImage), 1(Ramdisk), 2(cmdline).
Cheers,
AJ
Click to expand...
Click to collapse
Yep, i try, but i have black screen when boot smarthphone.
Perhaps i do an error....
gigitux said:
Yep, i try, but i have black screen when boot smarthphone.
Perhaps i do an error....
Click to expand...
Click to collapse
As far as i know, tearing down kernel with 7zip (or similar) breaks symlinking. I've read that somewhere, don't remember where. Either way, it breaks something. You could unpack kernel.elf with Flashtool, it will give you image, ramdisk.gz, and maybe file called cert or 3 (it depends). If kernel is boot.img instead of kernel.elf, just rename it to kernel.elf.
if you need help on packing/repacking kernel or ramdisk, PM me, I will help you as much as I can.
evildev said:
As far as i know, tearing down kernel with 7zip (or similar) breaks symlinking. I've read that somewhere, don't remember where. Either way, it breaks something. You could unpack kernel.elf with Flashtool, it will give you image, ramdisk.gz, and maybe file called cert or 3 (it depends). If kernel is boot.img instead of kernel.elf, just rename it to kernel.elf.
if you need help on packing/repacking kernel or ramdisk, PM me, I will help you as much as I can.
Click to expand...
Click to collapse
There are links for download Image and zImage.
gigitux said:
Hello guys
I have a little problem.
I builded kernel, but i have got only image and Zimage.
How can i extract ramdisk (for mkbooimg) ? Thanks
Click to expand...
Click to collapse
Reported!
This should be in Q&A section not in Development section! REPORTED!
Anyway, you can use championswimmer's Android Kernel Kitchen to extract your kernel for getting zImage, ramdisk and the contents of the ramdisk :good:
Garcia98 said:
This should be in Q&A section not in Development section! REPORTED!
Anyway, you can use championswimmer's Android Kernel Kitchen to extract your kernel for getting zImage, ramdisk and the contents of the ramdisk :good:
Click to expand...
Click to collapse
It won't work. If you want just to extract use flashtool. Unpacking with 7-zip will destroy symlinks and packing again will never work. To use flashtool rename boot.img to boot.elf. Choose Tools>Extractors>Elf and choose your boot.elf file you renamed previously. Then press dump and close. It should be in the same folder with the boot.elf file. (boot.elf was always a renamed boot.img file ) BTW wrong section
Andrewasth said:
It won't work. If you want just to extract use flashtool. Unpacking with 7-zip will destroy symlinks and packing again will never work. To use flashtool rename boot.img to boot.elf. Choose Tools>Extractors>Elf and choose your boot.elf file you renamed previously. Then press dump and close. It should be in the same folder with the boot.elf file. (boot.elf was always a renamed boot.img file ) BTW wrong section
Click to expand...
Click to collapse
I said that to OP and he gave me links to his zImage and image.
I don't possess great knowledge concerning android, but I wan't to help if someone is stuck, give instructions, etc. But to do someone else's work, well...
{
"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"
}
Andrewasth said:
It won't work. If you want just to extract use flashtool. Unpacking with 7-zip will destroy symlinks and packing again will never work. To use flashtool rename boot.img to boot.elf. Choose Tools>Extractors>Elf and choose your boot.elf file you renamed previously. Then press dump and close. It should be in the same folder with the boot.elf file. (boot.elf was always a renamed boot.img file ) BTW wrong section
Click to expand...
Click to collapse
I'm pretty sure that championswimmer's tool works, because I used it just a week ago to extract a kernel and it worked like a charm
However, Flashtool method is OK too
Garcia98 said:
I'm pretty sure that championswimmer's tool works, because I used it just a week ago to extract a kernel and it worked like a charm
However, Flashtool method is OK too
Click to expand...
Click to collapse
Nah, it doesn't. But we can use 7z e kernel.elf and then extract ramdisk from champ's kernel kitchen so it'll not break the symlinks.
Cheers,
AJ
Related
I really need some .apk file from my 2.1 rom for samsung galaxy but I don't know how to extract the ROM file and get them?
I downloaded the 2.1 Rom from XDA, containt some files system, csc ... then which should i extract? And how to get? Any soft needed?
Plz help me because I really hate the UI in 2.2 ROM (It's blue and the icons not nice like the orange one in 2.1) and I hate the new youtube in 2.2 too
Sent from my GT-I5500L using XDA App
I'd also like to know about this.
An apk us just a zip file. Open it up and get what you want
If you have to, you can rename the .apk to .zip
---------
Sent from my Sprint SuperHero.
He answered about rom extraction, not apk. I ' d like to know too.
Anyone?
Use Winrar to extract the ROM.
freco said:
He answered about rom extraction, not apk. I ' d like to know too.
Anyone?
Click to expand...
Click to collapse
It's no different
---------
Sent from my Sprint SuperHero.
extracting apk from rom
I am also confronting the problem of extracting an uninstalled app from my flashed rom file.
When i open the .tar .md5 i see .bin .lsf .img and zImage.
How do i exactly extract the apks?
Check this out:
http://forum.xda-developers.com/showthread.php?t=1568913
==================================
Sent from GT-i9100 running ICS 4.0.3 using xda-developers app
Titanium backup?
FrankStealth said:
I am also confronting the problem of extracting an uninstalled app from my flashed rom file.
When i open the .tar .md5 i see .bin .lsf .img and zImage.
How do i exactly extract the apks?
Click to expand...
Click to collapse
Should be able to open the system.img and data.img with 7zip, from here you can go to the app folder and extract the apk files...
so i have this:
I9100XXLPQ_I9100OXALPQ_I9100XXLPQ_HOME.tar.md5
containing:
boot.bin
cache.img
factoryfs.img
hidden.img
modem.bin
param.lfs
Sbl.bin
zImage
i already tried opening factoryfs.img (471MB) with 7zip and i get the error cannot open file x as an archive... so that doesnt work for me.
i tried the apk swaper beta by _Logie and it also didnt help me.
any other suggestions?
You could possibly try this:
http://forum.xda-developers.com/showthread.php?t=1405041
ranger61878 said:
It's no different
---------
Sent from my Sprint SuperHero.
Click to expand...
Click to collapse
My ROM zip file has a system.new.dat file?
Neo3D said:
My ROM zip file has a system.new.dat file?
Click to expand...
Click to collapse
search for android kitchen. the kitchen will extract the system for you
toolhas4degrees said:
search for android kitchen. the kitchen will extract the system for you
Click to expand...
Click to collapse
Thanks, how do we use it to extract that .dat file?
Neo3D said:
Thanks, how do we use it to extract that .dat file?
Click to expand...
Click to collapse
http://www.droidviews.com/convert-and-extract-system-img-and-system-new-dat-files-on-windows/
there was just a converter before to change dat to img, but now looks like they built an extraction tool
Finally !!
I found how do that after to waste a day to search one real solution.
Is only to use the ClassyKitchen free version for windows.
I found it here:
https://forum.xda-developers.com/chef-central/android/tool-classykitchen-android-roms-t3862584
Basically, after to open the program, you will choose "create new project" on the tab "Projects utils", and choose the firmware from PC or from mobile root. So, the program will extract the folders and files to PROJECT/system folder, and you will can access them by windows explorer, including the app folder with all original apks.
I was looking for a way to restore the calculator apk after delete it before to find another to replace it.
[ ].
{
"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"
}
Basically, after to open the program, you will choose "create new project" on the tab "Projects utils",
Click to expand...
Click to collapse
In the interest of future people who find this post ...
This is missing a step. You need to launch ClassyKitchen, Click New Project, you can skip the name, then it will ask you to load the ROM. Click the "Browse this PC" button and select the zip file of the ROM. It takes a while for it to load.
It will ask you for a "Name to see while flashing", just put whatever
When it is done, you can close ClassyKitchen, and then look in the ClassyKitchen folder using Windows Explorer, under PROJECT, then system, then app or priv-app and find your apks
apk manager (backup, install, delete apks on phone )--- link: soon
custom boot image toolkit
{
"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"
}
azuzu kitchen --- link: soon
nandroid2pc ( xrecovery backup copier / unpacker to pc) --- link: soon
aZuZu amend syntax update-script to edify syntax updater-script converter
RamDisk Packer for Windows
Small Library Dependency Scanner - Alpha
Direct SIN & YAFFS UnPacker
Old version of SIN2IMG UnPacker
how to use this?
you place init files in some folder for example ramdisk
then
aSmallPacker ramdisk.tar [folder name]
and you will get packed init files in ramdisk.tar with linux perms as normal user.
it is for users not having linux and wanna normal ramdisk.
Thanks mate, my linux drive got damaged, and I was searching a tool like this!, you really saved my ass
EDIT: Wrong file?, can't unzip
EDIT2: Forget it unzip with 7zip
EDIT3: Made a little .bat to make it easier download here
i've got this..please see my attach...is it i'm wrong?. i allready have ramdisk folder(include all thing from extracting ramdisk.tar) in the azuzu small packer folder..
sorry if i asking this cuz i'm noob
cruizz said:
i've got this..please see my attach...is it i'm wrong?. i allready have ramdisk folder in the azuzu small packer folder..
sorry if i asking this cuz i'm noob
Click to expand...
Click to collapse
Is not aSmallPacker [forder name] ramdisk.tar
it's aSmallPacker ramdisk.tar [forder name]
Also i made a .bat to make it easier for noobs, you can download post #4
i wanna ask bout how to add the ramdisk into system after we've moded and pack it?thanks before
cruizz said:
i wanna ask bout how to add the ramdisk into system after we've moded and pack it?thanks before
Click to expand...
Click to collapse
remount system rw and copy ramdisk.tar in /system/bin
thanks for the fast response mate ...what i mean is the set permission on it
cruizz said:
thanks for the fast response mate ...what i mean is the set permission on it
Click to expand...
Click to collapse
i use chmod 0755 w/o any problems
updated / fixed
nice mate . wondering if those tools repackage into one tool...your tools is very helpfull
RAMDisk Tool Final Added. Enjoy!
new version of custom boot image toolkit is up!
minor fixes ...
added image to android logo & android logo to image ( external tools ) ( cygwin again! god damn! )
working on new ramdisk handle procedure ... soon will be fixed
thanks DooMLoRD for finding tools
Can't unpack system.sin from WT19i_4.0.1.A.0.283_(1254-1854).ftf.
In cmd everything is ok, but after unpacking winrar can't read .img file.
.: SID :. said:
Can't unpack system.sin from WT19i_4.0.1.A.0.283_(1254-1854).ftf.
In cmd everything is ok, but after unpacking winrar can't read .img file.
Click to expand...
Click to collapse
did you use upgraded version from today or older one?
With Direct SIN & YAFFS UnPacker everything works fine! Grand merci!
hi...
how do u cpio.gz the ramdisk?
I get the 'afct is nt recognised as internel or external comand, operable program or batch file'
How do I .gz the ramdisk folder?
hi azuzu and thx but how to use custom boot image toolkit is ther any tuto ??
thx in advance
Not works the download links the firs post.....
How to extract Huawei firmware / update.app
I wondered how to extract the firmware files Huawei, since with the dsixda's Android Kitchen I could not do it. After some research I finally found and I share my method in this thread.
This method works for the newer firmware (i tested on JellyBean Emotion UI 1.5) but should also work on a lot of others version.
Please for all improvements, send me a MP. I’m french and it’s possible for me to misspellings
This thread is in constant progress thanks to your feedback..
I. What you will need
ActivePerl to execute the script that will extract update.app[/URL][/B]
JoeyJiao's split_updata that i have modfied
Winrar
The Huawei update.app you want to extract
Android ICS JB EXT4 imagefile unpacker
A brain =)
II. Download and install ActivePerl
1. Download ActivePerl
2. Install it:
{
"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"
}
3. It's okay for ActivePerl
III. Install script to extract update.app
1. Create a new folder on your Desktop named "Huawei ROM extract"
2. Download this script (I modified it to work properly) in the folder "Huawei ROM extract"
3. Put your update.app in the same folder
NB: It have to be named update.app !!!
4. So you folder look like this:
5. Double click on split_updata.pl
6. This window will appear, just wait:
7. When it finish the window is closed automaticaly
8. In your folder this is a new folder named "output", open it
9. You will see some files like:
10. It's okay for extraction
III. Find system, boot and recovery files
1. Download my script HuaweiFinder in the folder "Huawei ROM extract"
2. Execute my script with a double click, youwill see this windows:
3. It's done, go into ouput folder and you will see some files:
boot.img is the kernel files
recovery.img is the recovery
system.img is the rom
others files are some others system files
III. Open and extract img
1. Now download Android ICS JB EXT4 imagefile unpacker
2. Extract it in the folder "Huawei ROM extract"
3. Open ext4_unpacker
4. Double clic on ext4_unpacker.exe
5. Clic on this icon:
6. Go to the output folder and select system.img clic on "Open"
7. Now select all files, right clic and clic on "Extract"
8. You will see this:
9. It's okay the ROM is extracted where you have choosen !!
I hope this guide will be helpful!! And don't forget to thanks
GalaxyUser
Thanks for the great guide, but I have a problem executing split_updata.pl. when i double click it, a terminal just opens and closes itself in less than a second but there is no change. I installed the active perl in the link. Any idea?
Edit:
If i type
Code:
perl split_updata.pl update.app
on terminal, it gives me
Code:
Unrecognised file format. Wrong identifier.
And it makes a folder named "output" in the directory, but nothing is in there.
The update.app was in the update.zip from B522 to B601 for ascend d1.
great tread!
but for ascend y300 don't work very well..
it dont' recognize boot.img and recovery.img
Hi,
Zittoro said:
Thanks for the great guide, but I have a problem executing split_updata.pl. when i double click it, a terminal just opens and closes itself in less than a second but there is no change. I installed the active perl in the link. Any idea?
Edit:
If i type
Code:
perl split_updata.pl update.app
on terminal, it gives me
Code:
Unrecognised file format. Wrong identifier.
And it makes a folder named "output" in the directory, but nothing is in there.
The update.app was in the update.zip from B522 to B601 for ascend d1.
Click to expand...
Click to collapse
It's stange... Which is the size of the file ?
misha84 said:
great tread!
but for ascend y300 don't work very well..
it dont' recognize boot.img and recovery.img
Click to expand...
Click to collapse
Send me boot.img and recovery.img, or give me the rom link. I will try to fix that
GalaxyUser said:
Hi,
It's stange... Which is the size of the file ?
Click to expand...
Click to collapse
if you mean the size of the update.app i used, it was about 10.26mb
Edit
here is the update.zip for the update.app file
GalaxyUser said:
Send me boot.img and recovery.img, or give me the rom link. I will try to fix that
Click to expand...
Click to collapse
try this, is not the same that i try, but is for the same terminal
http://download-c.huawei.com/tcpsdownload/downLoadCenter?category=&flay=software&downloadID=NDcxNDI=
Zittoro said:
if you mean the size of the update.app i used, it was about 10.26mb
Edit
here is the update.zip for the update.app file
Click to expand...
Click to collapse
So this is an OTA update and not a full rom
misha84 said:
try this, is not the same that i try, but is for the same terminal
http://download-c.huawei.com/tcpsdownload/downLoadCenter?category=&flay=software&downloadID=NDcxNDI=
Click to expand...
Click to collapse
Will look at
Thanks so much for sharing this. But I got a bit of a problem where you execute huawei finder script to find the boot, recovery and system image. Mine got only the system image and not the boot and recovery image. The update.app I extracted from is 389mb. Can you please clarify me on this? Where did I do wrong? I believed I followed every steps as shown.
Sent from my T8620 using xda premium
I am having problem opening .img files as the ext4_unpacker.exe returns wrong file format everytime I tried to open it. I have redownload this exe application many times but still same result
Any solutions?
What happens when updating?
I'd like to know what happens when updating because I have a stock update.app for my phone u8681 wind and it refuses to finish step 2/2 and always fails. I was thinking maybe I'd modify the update package so that it would work but first I need to know which checks it's failing at.
Also I want to know how to repack the modified update.app
I've got the same issue with boot.img and recovery.img.
Im using the full rom for Huawei Ascend Mate.
Btw, everything else worked!
Thanks!
MCK
Zittoro said:
if you mean the size of the update.app i used, it was about 10.26mb
Edit
Please update this file link! Currently is dead!!!!
Click to expand...
Click to collapse
Really helpful spe!
thanks a lot!
But it seems a bit complicated.
Mckangi said:
Zittoro said:
if you mean the size of the update.app i used, it was about 10.26mb
Edit
Please update this file link! Currently is dead!!!!
Click to expand...
Click to collapse
What do you need?
Sent from my HUAWEI MT1-U06 using xda app-developers app
Click to expand...
Click to collapse
Is that possible to repack the file?
Made a tool which makes the process a lot easier:
http://forum.xda-developers.com/showthread.php?t=2433454
Hello,
Have you looked for unpack the update.app of the y300 ?
Thanks.
I also tried your method of extraction but got an error...!
I could not find the boot.img and the recovery.img files from the original firmware...!
could you please share the original firmware with me and any of the custom rom if supported...?
waiting for your reply...!
u8510 Fail
I tried it with a u8510 rom and it fails at phase III.6. It says "Unknown file format" when openning the file
need to help
how to pack system.img to UPDATE.APP back..?help me plszz... thanks :good:
Now I'm using rage kernel 3.0 (GB). The the problem is everytime I install newer version Bysybox and reboot my phone it will revert to version 1.19.3-cm71 with. So, My Backup, Lucky Patcher, etc. doesn't work properly. Since I can't find many GB kernel, can I remove/disable kernel's autoroot?
Thanks.
PS. My phone is Xperia Active (ST17i SATSUMA)
Rapier- said:
Now I'm using rage kernel 3.0 (GB). The the problem is everytime I install newer version Bysybox and reboot my phone it will revert to version 1.19.3-cm71 with. So, My Backup, Lucky Patcher, etc. doesn't work properly. Since I can't find many GB kernel, can I remove/disable kernel's autoroot?
Thanks.
PS. My phone is Xperia Active (ST17i SATSUMA)
Click to expand...
Click to collapse
Yes, you can remove the kernel's autoroot feature. You will have to unpack the ramdisk and remove a few lines in the init.rc file. These lines can be deleted -
Code:
#DooMLoRD: launching autoroot
start autoroot
# DooMLoRD: autoroot service
service autoroot /sbin/autoroot.sh
user root
oneshot
disabled
Then repack the ramdisk and boot.img file. Good luck
abcdjdj said:
Yes, you can remove the kernel's autoroot feature. You will have to unpack the ramdisk and remove a few lines in the init.rc file. These lines can be deleted -
Code:
#DooMLoRD: launching autoroot
start autoroot
# DooMLoRD: autoroot service
service autoroot /sbin/autoroot.sh
user root
oneshot
disabled
Then repack the ramdisk and boot.img file. Good luck
Click to expand...
Click to collapse
Ah, thanks. But it seem like I have to start to study about kernel.Can you give me some guide?
Rapier- said:
Ah, thanks. But it seem like I have to start to study about kernel.Can you give me some guide?
Click to expand...
Click to collapse
I would recommend you to use Android Kernel Kitchen as it is fully automated and does the job perfectly. All instructions are provided within the tool itself. You can find Kernel Kitchen here - http://forum.xda-developers.com/showthread.php?t=1659584
Or you can see this tutorial too - http://forum.xda-developers.com/showthread.php?t=2316750
abcdjdj said:
I would recommend you to use Android Kernel Kitchen as it is fully automated and does the job perfectly. All instructions are provided within the tool itself. You can find Kernel Kitchen here - http://forum.xda-developers.com/showthread.php?t=1659584
Or you can see this tutorial too - http://forum.xda-developers.com/showthread.php?t=2316750
Click to expand...
Click to collapse
can I change kernel logo with it?
abcdjdj said:
Yes, you can remove the kernel's autoroot feature. You will have to unpack the ramdisk and remove a few lines in the init.rc file. These lines can be deleted -
Code:
#DooMLoRD: launching autoroot
start autoroot
# DooMLoRD: autoroot service
service autoroot /sbin/autoroot.sh
user root
oneshot
disabled
Then repack the ramdisk and boot.img file. Good luck
Click to expand...
Click to collapse
I've manage to extract the boot.img. But I can't find init.rc file anywhere. Did I do something wrong?
{
"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 in what program I can edit it?
Edit: Now I successfully extract the ramdisk using manual alternating method. Thanks.
prantoroy said:
can I change kernel logo with it?
Click to expand...
Click to collapse
Yes. The kernel logo is in the rle format. But Kernel Kitchen allows you to convert normal pictures to rle and vice-versa. So to change the kernel logo you must replace logo.rle
@abcdjdj, I just extracted the builded boot.img and I found that the command line is still there. I think the problem is here:
It asked for configuration file after I select build boot.img (with edited ramdisk of course). What should I do here? Select the "before edit ramdisk" one?
Rapier- said:
@abcdjdj, I just extracted the builded boot.img and I found that the command line is still there. I think the problem is here:
It asked for configuration file after I select build boot.img (with edited ramdisk of course). What should I do here? Select the "before edit ramdisk" one?
Click to expand...
Click to collapse
When you split the boot.img it must have asked to save the configuration so try building the boot.img with that configuration.
abcdjdj said:
When you split the boot.img it must have asked to save the configuration so try building the boot.img with that configuration.
Click to expand...
Click to collapse
I just tried it. And after create a new boot.img, I tried extract it again to see if it work. But it appear that init.rc still have the lines that I delete before.
Edit: Now, I'm done with it. I just forget to re-build the ramdisk so it use the old one. Now, I just flashed the new boot.img to my phone and it doesn't boot. It does vibrate one time but nothing more.
Note:
The command lines I delete is not exactly the same as you point it's
Code:
#DuMOHsmol:
instead of
Code:
#DooMLoRD:
And I do delete some blank lines. Is this the cause?
More SS:
I needed an apk which is samsungcamera.apk.
Using note 4 exynos
N910c
Anyone pleasee. Help me with it
Give me via download link is okay
Thankssss
Mohd Azylee said:
I needed an apk which is samsungcamera.apk.
Using note 4 exynos
N910c
Anyone pleasee. Help me with it
Give me via download link is okay
Thankssss
Click to expand...
Click to collapse
Sorry I don't have your apk because I have snapdragon one. But,
If you have stock firmware you can extract any stock app from it.
First download this software
http://forum.xda-developers.com/android/help/extract-dat-marshmallow-lollipop-easily-t3334117
Then extract firmware using 7zip.
You will get system.img. ext4 file.
Rename it to system.img.
Extract software.
You will get file named Extractor.
Move system.img file to Extractor folder.
Then run Extractor. Bat file.
Type 3 and press enter.
You will get folder named system in extractor folder which include everything in your stock rom.
Chamaka said:
Sorry I don't have your apk because I have snapdragon one. But,
If you have stock firmware you can extract any stock app from it.
First download this software
http://forum.xda-developers.com/android/help/extract-dat-marshmallow-lollipop-easily-t3334117
Then extract firmware using 7zip.
You will get system.img. ext4 file.
Rename it to system.img.
Extract software.
You will get file named Extractor.
Move system.img file to Extractor folder.
Then run Extractor. Bat file.
Type 3 and press enter.
You will get folder named system in extractor folder which include everything in your stock rom.
Click to expand...
Click to collapse
So I need to download my note 4 stock rom. So it was large to my data plan XD
Well thanks!! Bro
I will make it later
Much thanks !!
Chamaka said:
Sorry I don't have your apk because I have snapdragon one. But,
If you have stock firmware you can extract any stock app from it.
First download this software
http://forum.xda-developers.com/android/help/extract-dat-marshmallow-lollipop-easily-t3334117
Then extract firmware using 7zip.
You will get system.img. ext4 file.
Rename it to system.img.
Extract software.
You will get file named Extractor.
Move system.img file to Extractor folder.
Then run Extractor. Bat file.
Type 3 and press enter.
You will get folder named system in extractor folder which include everything in your stock rom.
Click to expand...
Click to collapse
Can u download and give me the flashable camera app note 4
My phone is n910c exynos
Any help will be appreciated
Hope u can help me
Thanks!!
Need more information:
1. Are you on stock room or custom rom?
2. Are you on Android 5.1 or 6.0 ?
usju said:
Need more information:
1. Are you on stock room or custom rom?
2. Are you on Android 5.1 or 6.0 ?
Click to expand...
Click to collapse
Stock rom
6.0.1 marshmallow
Ive download a stock rom
U just do it just in case if mine didnt work
Thanks
Chamaka said:
Sorry I don't have your apk because I have snapdragon one. But,
If you have stock firmware you can extract any stock app from it.
First download this software
http://forum.xda-developers.com/android/help/extract-dat-marshmallow-lollipop-easily-t3334117
Then extract firmware using 7zip.
You will get system.img. ext4 file.
Rename it to system.img.
Extract software.
You will get file named Extractor.
Move system.img file to Extractor folder.
Then run Extractor. Bat file.
Type 3 and press enter.
You will get folder named system in extractor folder which include everything in your stock rom.
Click to expand...
Click to collapse
Cant extract. Started the extarcting process and suddenly crashes .. why
Chamaka said:
Sorry I don't have your apk because I have snapdragon one. But,
If you have stock firmware you can extract any stock app from it.
First download this software
http://forum.xda-developers.com/android/help/extract-dat-marshmallow-lollipop-easily-t3334117
Then extract firmware using 7zip.
You will get system.img. ext4 file.
Rename it to system.img.
Extract software.
You will get file named Extractor.
Move system.img file to Extractor folder.
Then run Extractor. Bat file.
Type 3 and press enter.
You will get folder named system in extractor folder which include everything in your stock rom.
Click to expand...
Click to collapse
Used to the old one and it says img is empty. And the new one was crash like that...
Mohd Azylee said:
Cant extract. Started the extarcting process and suddenly crashes .. why
Click to expand...
Click to collapse
Open firmware file using 7zip. Then try to extract only system.img.ext4 .Then Rename it as system.img and try again.
I used that method many times but I didn't get any erros.
Chamaka said:
Open firmware file using 7zip. Then try to extract only system.img.ext4 .Then Rename it as system.img and try again.
I used that method many times but I didn't get any erros.
Click to expand...
Click to collapse
Im using winrar and I don't think winrar killed the file
Maybe something is wrong with the file.
Any else. Tried and it didn't worked. Oh man
Mohd Azylee said:
Im using winrar and I don't think winrar killed the file
Maybe something is wrong with the file.
Any else. Tried and it didn't worked. Oh man
Click to expand...
Click to collapse
Don't use winrar. I don't think it's suitable for open that type of files. Please try it with 7 zip. It's open source software (only 1.3 mb).
http://www.7-zip.org/
Chamaka said:
Don't use winrar. I don't think it's suitable for open that type of files. Please try it with 7 zip. It's open source software (only 1.3 mb).
http://www.7-zip.org/
Click to expand...
Click to collapse
Its the same the exttactor crashed
Mohd Azylee said:
Its the same the exttactor crashed
Click to expand...
Click to collapse
Sorry I have no idea about this. I didn't get any problems when extracting firmware.
{
"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"
}
Chamaka said:
Sorry I have no idea about this. I didn't get any problems when extracting firmware.
View attachment 3911784
View attachment 3911785
View attachment 3911787
View attachment 3911786
Click to expand...
Click to collapse
Yeah i guess it is
Can u help me
Note 4 exynos
N910C
And gimme the apk so on.
Go to this thread:
http://forum.xda-developers.com/note-4/themes-apps/galaxy-note-4-n910c-ultra-quality-t3356025
Download this from there: Root-61_UHQ_Cam_Mod_V3_N910C_XXU2DPE6-v2.rar
Then flash via recovery
usju said:
Go to this thread:
http://forum.xda-developers.com/note-4/themes-apps/galaxy-note-4-n910c-ultra-quality-t3356025
Download this from there: Root-61_UHQ_Cam_Mod_V3_N910C_XXU2DPE6-v2.rar
Then flash via recovery
Click to expand...
Click to collapse
Didn't worked
Thanks everyone who helped me. Now the camera app works