Requirements :
Yet I've some how managed to get some tools and files to install android 5.1 from device manufacturer as below,
Now what I've think of solution so far is to unpack and repack system.img and replace new system.img with existing one and install with Intel's Platform Flash Tool, XDA reference-1.
Unpack :
mkdir sys
./simg2img system.img sys.raw
sudo mount -t ext4 -o loop sys.raw sys/
Repack :
sudo ./make_ext4fs -s -l 512M -a system new.img sys/
sudo umount sys
rm -fr sys
also calculated size = "Block count" * "Block size", XDA reference-2
and after creating sucessully system.img and also installation is also complete with Intel's Platform Flash Tool, bur is not able to boot and stuck at loading screen.
Solutions that I can think of,
Any help will be highly appreciated. :) :)
- Need to change some system files
- Install one application as system app
Yet I've some how managed to get some tools and files to install android 5.1 from device manufacturer as below,
- Intel's Platform Flash Tool
- Also all necessary files such as recovery.img(stalk-read only permission), system.img etc.
Now what I've think of solution so far is to unpack and repack system.img and replace new system.img with existing one and install with Intel's Platform Flash Tool, XDA reference-1.
Unpack :
mkdir sys
./simg2img system.img sys.raw
sudo mount -t ext4 -o loop sys.raw sys/
Repack :
sudo ./make_ext4fs -s -l 512M -a system new.img sys/
sudo umount sys
rm -fr sys
also calculated size = "Block count" * "Block size", XDA reference-2
and after creating sucessully system.img and also installation is also complete with Intel's Platform Flash Tool, bur is not able to boot and stuck at loading screen.
Solutions that I can think of,
- Is there something that I'm missing in above method of unpack/repack method of system.img?
- I've Intel's Platform Flash Tool, so is there any way to put my changes during installation of android OS?
- I've also recovery.img, is it possible to modify this and create custom recovery.img and give read and write permission to system files?
- Are there any ohter solutions which meets my requirements?
Any help will be highly appreciated. :) :)
from xda-developers http://ift.tt/1qazAgz
via IFTTT
Aucun commentaire:
Enregistrer un commentaire