hi all experts
I have Q? will this guide works
I have SGPT 1211 US/S I want add all back to pre-factory setting
I want download one of OTA ROM from Sony
after unpack by :
7za.exe x update_desklunvr.zip system.img
7za.exe x update_desklunvr.zip hidden.img
ad all system.img hidden.img to working folder: _ firmware of ''S.onyTablet.S [FLASHER] v3.0''
and after reinstall all
will this works???
or is the chance extract from second new tablet and make clone? and how
Related
Hi all,
I have a question about the GPad G10 firmware files.
I have unpack the rom of the G10, and i have now 3 files, boot.img, recover.img en system.img.
I can unpack the boot.img and the recover.img with split_bootimg, but when i try to unpack the system.img with unyaffs it fails.
I think its because the system.img is an ext3 format?
Can anyone tell me how i can extract this system.img with another way.
You can find the system.img here: tinyurl.com/6kqvoot
Jelmer.
Sorry for my bad english, i am dutch.
In CentOS when i type:
Code:
file system.img
it says:
Code:
system.img: VMS Alpha executable
Can someone tell me how i can extract that sort of files?
Jelmer.
Sorry for bad english, i'm Dutch.
plz i neeed some help
i have succesfuly unpacked rk3066 rom and
i have unpacked boot.img with rkunpack
i get boot.img-raw after that i creat folder and i opned this file with this commande:
cat ../boot.img-raw | gunzip | cpio -i
can any one plz tell me how to pack it to make new boot.img?
other question plz :
i unpaked kenrel.img with rkunpack and i get kernel.img-raw
how i can unpack kernel.img-raw? and after that how to pack it to get new kernel.img?
and the kernel.img is it composed from zImage or image ?
Hi. Sorry for my bad english.
I have Samsung GT-S7275R (Galaxy Ace 3 LTE Europe) and i try to make a flashable md5 rom with other initlogo.
I do this:
Download my firmware (PRO-S7275RXXUAMHH-20130930101515)
unzip to show 7 files: boot.img, cache.img.ext4, hidden.img.ext4, NON-HLOS.bin, recovery.img, system.img.ext.4, tz.mbn.
use kitchen with boot.img to uncompress in one file and one directory (zImage and boot.img-ramdisk).
Change initlogo.rle with my initlogo.rle and build with kitchen. All this ok.
After, i user tar and md5 to make tar.md5 file.
I flash this, and i haven't flash problems but when i boot the initlogo dont change. I try to reset and reflash but nothing change. Anyone can help me? I dont know what i doing bad.
*Initlogo "Samsung Galaxy GT-S7275R" black and white screen before animation, to not mistake
Thanks all and sorry for mi bad english.
I find the problem. Param.lfs has boot logo inside and i have to modify this but i have one trouble.
When i dump param partition with
Code:
dd if=/dev/block/mmcblk0p9 of=/mnt/sdcard/param.lfs
I get this:
Code:
16384+0 records in
16384+0 records out
8388608 bytes transferred in 0.953 secs (8802316 bytes/sec)
All ok, but i try to open it with Hex and code is 00 in all param.lfs. I can't change anything.
I attachen param.lfs if anyone can help me. Thanks!
Download param.lfs
PD: I try ketut jpg extract tool, but not extracted. i don't know what i do
Hi,
How to extract modem.bin ? I extract rom but i don't see the modem.bin...
Just :
boot.img
cm.bin
recovery.img
sboot.bin
system.img
thx
Edit : i use izarc and is bad, with 7zip i can see all files and folders, and modem.bin, sorry.
Now i can extract the modem and bootloader from french providers.
A very warm Hi! to the XDA community
My phone, the Sony Xperia E4, does not have a recovery - so I am slowly learning how to develop one. It has an MT6582 chip.
In the process I have obtained the stock boot.img (via boot.sin) from the phone's stock .ftf firmaware file.
I wish to use MTK droid tools to create the recovery, however it first gave me the error that the boot.img file is not split. After some research I came to learn that such boot.img files need to be split into the kernal (Zimage i believe) and ramdisk.
After some further research I came across this seemingly helpful guide and tool on how to split the boot.img file on Windows (unfortunately I do not have Linux at my disposal atm).
Now to my issue: (referring to the aforementioned guide & tool) When running the command
Code:
bootimg.exe --unpack-bootimg boot.img
I get this error:
Code:
AssertionError: invald bootimg
Which leads me to believe the boot.img file I have extracted may be corrupt or extracted from the wrong .sin file.
If you are still with me, how can i confirm that the boot.img file from the stock rom is indeed "working" and contains ramdisk and kernal?
Some extra information:
This is the guide I used to initially extract the boot.img file from my phones stock firmware. They highlight that boot.img is extracted from the kernal.sin file. My firmware has no such file. Later in the comments it mentions that newer Sony phones have the boot.img file in the appropriately named "boot.sin" file. This is the file i used to extract my boot.img. Thus from here I cannot see why the boot.img file cannot be split.
The full command line and response is:
Code:
C:\Users\\Downloads\Cofface>bootimg.exe --unpack-bootimg boot.img
arguments: [bootimg file]
bootimg file: boot.img
output: kernel[.gz] ramdisk[.gz] second[.gz]
Traceback (most recent call last):
File "<string>", line 2213, in <module>
File "<string>", line 1424, in unpack_bootimg
File "<string>", line 151, in parse_bootimg
AssertionError: invald bootimg
Thanks very much in advance!