[DEV HELP] help for build ics - Android Q&A, Help & Troubleshooting

I asked for help to build a rom ics on our xt615
I present the trick:
we recover a leak motorola ics for our phone (. sbf)
we extracted the boot.img system.img recovery. etc. .....
we have for the moment a Chinese cwm recovery but works in English or a problem with the nandroid
the problem is that when trying to build the rom for our phone and flash that we have a "status 0"
then here we ask a person who could help us build a rom ics
thank you
links:
extracted from sbf
https://docs.google.com/file/d/0B2k1N5APM4JQLWZ3ajVETG54UTQ/edit
testing the construction of the ROM
https://docs.google.com/file/d/0B2k1N5APM4JQaWF0N0Q0TV9pWTA/edit
and the subject of motoluxe xt615 not play pass all first pages on pages 65 to
http://forum.xda-developers.com/showthread.php?t=1660377&page=77

Up please
Thank
Sent from my XT615 using xda app-developers app

I don't know anything about your phone, but your zip file is incorrect.
You want to put all the files except META_INF into a folder called system. Look in META_INF/com/google/android/updater-script and you will see this is what the recovery is expecting.
Also, add a boot.img since it will try to flash that as well.
This is what the root directory of the zip file should look like:
Code:
[email protected]:/android/work/moto/zipper# ls
boot.img META-INF system
[email protected]:/android/work/moto/zipper# ls system/
app bin build_proj etc framework media usr
arcsoft build_id build.prop fonts lib tts xbin

gee one said:
I don't know anything about your phone, but your zip file is incorrect.
You want to put all the files except META_INF into a folder called system. Look in META_INF/com/google/android/updater-script and you will see this is what the recovery is expecting.
Also, add a boot.img since it will try to flash that as well.
Click to expand...
Click to collapse
Yes but try various solution and i have always error status 0
If you look the topic we have try
Page n° 70\80
Thank
Sent from my XT615 using xda app-developers app

gee one said:
This is what the root directory of the zip file should look like:
Code:
[email protected]:/android/work/moto/zipper# ls
boot.img META-INF system
[email protected]:/android/work/moto/zipper# ls system/
app bin build_proj etc framework media usr
arcsoft build_id build.prop fonts lib tts xbin
Click to expand...
Click to collapse
I don't understand
I took example on several
can you help me to do this update
A big thank
Sent from my XT615 using xda app-developers app

I read that thread a little- it looks like a lot of people trying different things. Also, use post numbers because it's page 17 on my computer
So, where did the updater-binary and script come from? The script has to match the rom, but I think the binary is a lot more forgiving. I think a binary from another ics or gb rom should work. Your phone uses yaffs, so maybe an older binary? I thought a lot of the ics devices were moving to ext3/4?
I think the stock recovery won't work. Usually, they will only accept zips that are signed by the manufacturer.
sent while running with scissors

gee one said:
I read that thread a little- it looks like a lot of people trying different things. Also, use post numbers because it's page 17 on my computer
So, where did the updater-binary and script come from? The script has to match the rom, but I think the binary is a lot more forgiving. I think a binary from another ics or gb rom should work. Your phone uses yaffs, so maybe an older binary? I thought a lot of the ics devices were moving to ext3/4?
I think the stock recovery won't work. Usually, they will only accept zips that are signed by the manufacturer.
sent while running with scissors
Click to expand...
Click to collapse
we have a custom recovery rom just leaked motorola
I built the rom update with kitchen
I get a flash of themes yet but they put me in error
and I saw no or that I can just
I can not make a updater-script
can you tell me the way to follow
Thank
Sent from my XT615 using xda app-developers app

dams161 said:
we have a custom recovery rom just leaked motorola
I built the rom update with kitchen
I get a flash of themes yet but they put me in error
and I saw no or that I can just
I can not make a updater-script
can you tell me the way to follow
Thank
Sent from my XT615 using xda app-developers app
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?p=31086093
Sent from my XT615 using xda app-developers app

Flash at your own risk- I didn't read the thread and I wouldn't know you device from an iphone.
https://rapidshare.com/files/2281343112/xt615ics1.2_mod1.zip
I cleaned up the system and added the boot.img. if you can get the /etc/recovery.fstab from your recovery, it might help since the partitions might have different names.
sent while running with scissors

gee one said:
Flash at your own risk- I didn't read the thread and I wouldn't know you device from an iphone.
https://rapidshare.com/files/2281343112/xt615ics1.2_mod1.zip
I cleaned up the system and added the boot.img. if you can get the /etc/recovery.fstab from your recovery, it might help since the partitions might have different names.
sent while running with scissors
Click to expand...
Click to collapse
thank you
i try and i say if work

does not work I toujour error status 0

I think that is an error with the update binary. Maybe you can get one from a similar phone? It should be pretty generic, as long as it uses a similar file system/android version. So try to find a binary from an ics device that uses yaffs/MTD.
sent while running with scissors

i try and i say if work

yes works but the boot.img is bad thank you

I thought this was the stock firmware? Could you just put in a similar ics kernel and see if that works? A kernel from an ics moto phone might work, but you'll have to change the ramdisk.
sent while running with scissors

gee one said:
I thought this was the stock firmware? Could you just put in a similar ics kernel and see if that works? A kernel from an ics moto phone might work, but you'll have to change the ramdisk.
sent while running with scissors
Click to expand...
Click to collapse
the concern is that the bootloader is locked
and I think he does not want ics files
you have ideas on how to bypass the UNLOCK or
thank you again

Do you have a copy of a working boot.img or kernel? Even a dump from a running phone would work.
sent while running with scissors

gee one said:
Do you have a copy of a working boot.img or kernel? Even a dump from a running phone would work.
sent while running with scissors
Click to expand...
Click to collapse
my boot.img

So the zip that I uploaded flashes, but it doesn't boot?
I think your working boot image is GB or Froyo and the new one is ICS. So maybe if I take the kernel from the ICS boot.img and add the ramdisk from your working one, then maybe it might work.
Maybe...

This is the new kernel with the old ramdisk. Again, flash at your own risk.
https://rapidshare.com/files/908298923/xt615ics1.2_mod3.zip

Related

help wanted

hey guys, im learning right now about how to cook up a rom from stock, now right now i just need it to install, can someone please have a look at my updater script and maybe help me change some stuff for it to boot
Why don't u use the base roms updater script and add some ui_print's .... Sooo much esier...
i have used 3 different updater scripts,, stock, the ui prints from cm9 and the ext4script and files from blackhawk kitchen,, well atm im getting a installation aborted so there is something wrong,,,
winxuser said:
i have used 3 different updater scripts,, stock, the ui prints from cm9 and the ext4script and files from blackhawk kitchen,, well atm im getting a installation aborted so there is something wrong,,,
Click to expand...
Click to collapse
Use the updater script from blackhawk. What status error do you face?
Sent from my GT-S5830 using xda premium
if i remember correctly the status error is either 0 or 7
winxuser said:
if i remember correctly the status error is either 0 or 7
Click to expand...
Click to collapse
Use notepad++ to find any blank spaces after each line. Also check for missing semicolons.
Sent from my GT-S5830 using xda premium
im using linux to build,, ill check next time i boot into linux,, iv tried to build many test roms from kitchen and they all come up with install aborted,, even a rom i have not even touched
winxuser said:
im using linux to build,, ill check next time i boot into linux,, iv tried to build many test roms from kitchen and they all come up with install aborted,, even a rom i have not even touched
Click to expand...
Click to collapse
Always happens with me when i use the kitchen.
You can use the kitchen to mod stuff and use the meta-inf folder from other rom. After the modifications are complete, agaun replace the meta-inf folder from another rom.
Sent from my GT-S5830 using xda premium

How to change kernel

Hi xda users, I would like to know how to change the kernel of my ROM running on an htc tattoo and what are the kernel for this device
Thank You for answer Blacksoul
---blacksoul--- said:
Hi xda users, I would like to know how to change the kernel of my ROM running on an htc tattoo and what are the kernel for this device
Thank You for answer Blacksoul
Click to expand...
Click to collapse
Most of the time, changing the kernel just involves flashing the new one. As for compatible kernels, try www.google.com. I hear they have a ton of kernel choices.
Bacon in my coffee, please. You don't have any bacon?!?! unacceptable!!
triptosyll said:
Most of the time, changing the kernel just involves flashing the new one. As for compatible kernels, try www.google.com. I hear they have a ton of kernel choices.
Bacon in my coffee, please. You don't have any bacon?!?! unacceptable!!
Click to expand...
Click to collapse
and how to flash the kernel? and where I put the file/files flashed?
---blacksoul--- said:
and how to flash the kernel? and where I put the file/files flashed?
Click to expand...
Click to collapse
Like I said, most of the time, u flash it like u would flash a ROM. The steps would b the same. Put it on SD card/external storage, and flash via recovery.
Bacon in my coffee, please. You don't have any bacon?!?! unacceptable!!
triptosyll said:
Like I said, most of the time, u flash it like u would flash a ROM. The steps would b the same. Put it on SD card/external storage, and flash via recovery.
Bacon in my coffee, please. You don't have any bacon?!?! unacceptable!!
Click to expand...
Click to collapse
ok but how do I implement it in the rom so that when a user installs my rom also automatically install the kernel without having to download and install separately?
---blacksoul--- said:
ok but how do I implement it in the rom so that when a user installs my rom also automatically install the kernel without having to download and install separately?
Click to expand...
Click to collapse
You put it in the rom file and add lines to the updater-script to install the boot.img. You can look at another rom file to get the exact things you need.
blazingwolf said:
You put it in the rom file and add lines to the updater-script to install the boot.img. You can look at another rom file to get the exact things you need.
Click to expand...
Click to collapse
You do not know how to say the lines to add to the file updater-script?
---blacksoul--- said:
You do not know how to say the lines to add to the file updater-script?
Click to expand...
Click to collapse
you don't have to add any lines, figure out if your kernel has modules. ex /system/lib/modules
remove those modules and replace with the new kernel modules.
you will have to open the boot.img and replace the zimage or kernel image inside the boot.img. Pack it back up, then simply replace the boot image. Don't touch the updater-script just replace that boot.img (new) and the new modules. If you are still having troubles understanding. Google it. I have given you enough keywords to figure out how to break up a boot.img and replace.
lithid-cm said:
you don't have to add any lines, figure out if your kernel has modules. ex /system/lib/modules
remove those modules and replace with the new kernel modules.
you will have to open the boot.img and replace the zimage or kernel image inside the boot.img. Pack it back up, then simply replace the boot image. Don't touch the updater-script just replace that boot.img (new) and the new modules. If you are still having troubles understanding. Google it. I have given you enough keywords to figure out how to break up a boot.img and replace.
Click to expand...
Click to collapse
That assumes it has a boot.img in the first place. Otherwise, you have to tell it to install right? I can't say that I have seen a ROM or device where the boot.img just installs by doing nothing but adding it to the rom.
blazingwolf said:
That assumes it has a boot.img in the first place. Otherwise, you have to tell it to install right? I can't say that I have seen a ROM or device where the boot.img just installs by doing nothing but adding it to the rom.
Click to expand...
Click to collapse
I haven't used a device without a boot image. So until I see it or work with it, meh.
lithid-cm said:
I haven't used a device without a boot image. So until I see it or work with it, meh.
Click to expand...
Click to collapse
LOL. Ah, you don't have the Incredible 4G LTE then. Until recently we haven't really needed to flash the boot.img so ROMs haven't had it in them yet. We just got source recently so I would imagine that it will start being included more often.
hello i was wondering how can change my kernal its a bit laggy im running a custom rom xylon 4.2.1 on my galaxy nexus LTE
http://forum.xda-developers.com/showthread.php?t=1748297
U can study it yourself.
Kernel Question
I know you should check to see what kernels are compatible with the device, but you should you also check if its compatible with the Rom? I have a htc one xl and plan on installing paranoid android.
would appreciate the advice
thanks!
help wanted in kernel.
guys.. My frnd hav a gt-s6802. I hav rooted his phone. Then i hav avast mobile security installed.. Want to enable Firewall... But nothin happens.. It says u hav kernel prob.. How can i update the kernel...???
Help me guys if u can..
can i change the kernel any time. or should i change it before flashing the rom? i flashed a new rom but i realise now that the rom deals best with a stock kernel. can i flash the stock kernel now?
^_^
Yes!
Cchange kernel
I want to change kernel from 3.18.19 to 3.18.19+
or the + sign do mean an upgrad version
ps my phone is walton primo rm2 mini/gionee m5 mini
thank you

android 4.2 rom problems

whenever i install a 4.2 rom the same problems occur, camera says no external storage available and so does gallery and playstore just force closes
I had this problem n solved it.
This is strange but trust me!
I guess your using a blade42 kernel for aokp etc?! Flash a cm10 kernel, wipe cache and dalvik. Wait for optimizing apps to finish n it will get stuck on starting android or something like that. After a min or two reboot into bootloader n flash the latest blade42, wipe cache and dalvik then reboot.
Done
I had this n no matter how many different blade42 kernels I tried they were all the same. I had a feeling there was a problem changing kernels, just a hunch, I assumed that forcing the phone to change wrongly to a cm10 kernel made the phone make a better job of changing back to the correct kernel.
If you get what I mean!
Anyway try the cm10 idea
Sent from my HTC One X+ using xda premium
indie12 said:
whenever i install a 4.2 rom the same problems occur, camera says no external storage available and so does gallery and playstore just force closes
Click to expand...
Click to collapse
It is because you did not create the 0 folder...
Reading the thread from which you installed the 4.2 ROM really helps!
Trust me on this!!!!
This 'problem' has been reported at least 1000 times and the solution is within the first 3 or 4 posts on each and every 4.2 thread!
bassyboy said:
I had this problem n solved it.
This is strange but trust me!
I guess your using a blade42 kernel for aokp etc?! Flash a cm10 kernel, wipe cache and dalvik. Wait for optimizing apps to finish n it will get stuck on starting android or something like that. After a min or two reboot into bootloader n flash the latest blade42, wipe cache and dalvik then reboot.
Done
I had this n no matter how many different blade42 kernels I tried they were all the same. I had a feeling there was a problem changing kernels, just a hunch, I assumed that forcing the phone to change wrongly to a cm10 kernel made the phone make a better job of changing back to the correct kernel.
If you get what I mean!
Anyway try the cm10 idea
Sent from my HTC One X+ using xda premium
Click to expand...
Click to collapse
nothing to do with kernels, all to do with the rom's and reading the F&Q of CM10.1\AOKP
Addicted2xda said:
It is because you did not create the 0 folder...
Reading the thread from which you installed the 4.2 ROM really helps!
Trust me on this!!!!
This 'problem' has been reported at least 1000 times and the solution is within the first 3 or 4 posts on each and every 4.2 thread!
Click to expand...
Click to collapse
I already had the 0 folder. I had been successfully using 4.2 ROMs for a little while. It wasn't until I updated my kernel that the problem started. Then eventually even the origional kernel (that worked) started to say no storage. The only way it got solved was the way I mentioned.
Sent from my HTC One X+ using xda premium
---------- Post added at 06:34 PM ---------- Previous post was at 06:31 PM ----------
Lloir said:
nothing to do with kernels, all to do with the rom's and reading the F&Q of CM10.1\AOKP
Click to expand...
Click to collapse
Im not sure what the cause is/was. As I say above, the 0 folder is there and I could only sort it that one way.
Sorry if this is a stupid question but what is the f&q
Sent from my HTC One X+ using xda premium
Its ok i know what it means. Well ive read the info on rom pages but i didn't read anything that I didn't try or help.
Sent from my HTC One X+ using xda premium
bassyboy said:
Its ok i know what it means. Well ive read the info on rom pages but i didn't read anything that I didn't try or help.
Sent from my HTC One X+ using xda premium
Click to expand...
Click to collapse
Ditto.
I carefully followed the instructions for the AOKP 4.2.2 - 2.0k installation. It all runs fine, I have the data/media/0 folder (i checked in TWRP), but my apps keep telling me there is no external storage.
Perhaps someone could point me at ANOTHER FAQ that I might have missed.
Ta,
Fitz.
fitzeh said:
Ditto.
I carefully followed the instructions for the AOKP 4.2.2 - 2.0k installation. It all runs fine, I have the data/media/0 folder (i checked in TWRP), but my apps keep telling me there is no external storage.
Perhaps someone could point me at ANOTHER FAQ that I might have missed.
Ta,
Fitz.
Click to expand...
Click to collapse
Just need to know one thing, after you created the 0 folder - did you copy the items in SDCARD/ to the 0 folder?
Also, if possible - always use the boot.img which is inside the ROM...
fitzeh said:
Ditto.
I carefully followed the instructions for the AOKP 4.2.2 - 2.0k installation. It all runs fine, I have the data/media/0 folder (i checked in TWRP), but my apps keep telling me there is no external storage.
Perhaps someone could point me at ANOTHER FAQ that I might have missed.
Ta,
Fitz.
Click to expand...
Click to collapse
yes
http://forum.xda-developers.com/showthread.php?t=2338443
Lloir said:
yes
http://forum.xda-developers.com/showthread.php?t=2338443
Click to expand...
Click to collapse
Thanks mate, just to be clear, stock ROM would include revolution HD?
Just need to know one thing, after you created the 0 folder - did you copy the items in SDCARD/ to the 0 folder?
Also, if possible - always use the boot.img which is inside the ROM...
Click to expand...
Click to collapse
Second bit first, yes I did use he boot.img from the ROM....
As to copying stuff, no I didn't because there wasn't anything in it I wanted, this is my "mess about and break" phone.
My issue wasnt as much "where's all my stuffs gone???????!!!!!!!!!1111111oneone" as "my camera app keeps ending because it can't see anywhere to store pictures"
Thanks for the input folks. Shall install revolution HD, make some files, make a 0 dir, copy those files into it, flash AOKP and report back...!
fitzeh said:
Thanks mate, just to be clear, stock ROM would include revolution HD?
Click to expand...
Click to collapse
Did not quite get you - if you mean stock look and feel? Yeah pretty much stock
Second bit first, yes I did use he boot.img from the ROM....
As to copying stuff, no I didn't because there wasn't anything in it I wanted, this is my "mess about and break" phone.
My issue wasnt as much "where's all my stuffs gone???????!!!!!!!!!1111111oneone" as "my camera app keeps ending because it can't see anywhere to store pictures"
Thanks for the input folks. Shall install revolution HD, make some files, make a 0 dir, copy those files into it, flash AOKP and report back...!
Click to expand...
Click to collapse
Pretty weird, I have tried both Carbon & CM 10.1 by loir - these issues were not there....
Could you try reflashing the ROM & Kernel again, if you have spare time
fitzeh said:
Thanks mate, just to be clear, stock ROM would include revolution HD?
Second bit first, yes I did use he boot.img from the ROM....
As to copying stuff, no I didn't because there wasn't anything in it I wanted, this is my "mess about and break" phone.
My issue wasnt as much "where's all my stuffs gone???????!!!!!!!!!1111111oneone" as "my camera app keeps ending because it can't see anywhere to store pictures"
Thanks for the input folks. Shall install revolution HD, make some files, make a 0 dir, copy those files into it, flash AOKP and report back...!
Click to expand...
Click to collapse
Yes
Sent from my One X+ using Tapatalk 4 Beta
Lloir said:
Yes
Sent from my One X+ using Tapatalk 4 Beta
Click to expand...
Click to collapse
All sorted now, thanks mate.

[Q] Flashable zip and AOSP

Hi mates
i would like to know if are there a way to make flashable zip automatically under aosp, after making a device tree for s2vep and compiled by fixing errors too, is generated file like system.img, recovery etc..whic command or apps to use to making flashbale one
thanks for any helps
You need a META-INF Folder with an updater-script and update-binary file
Sent from my C5302 using XDA Free mobile app
Tech N You said:
You need a META-INF Folder with an updater-script and update-binary file
Sent from my C5302 using XDA Free mobile app
Click to expand...
Click to collapse
Should be edited or just use cm11 one?
haky 86 said:
Should be edited or just use cm11 one?
Click to expand...
Click to collapse
Update-binary use it of cm11 and updater-script will differ according to app or folder what you are flashing for. Updater-script needs to be altered as per convenience
Tech N You said:
Update-binary use it of cm11 and updater-script will differ according to app or folder what you are flashing for. Updater-script needs to be altered as per convenience
Click to expand...
Click to collapse
Well i port ubuntu touch based on aosp phablet-4.4.2 after fix and remove a lot of errors, so i read that generating flashable zip is not supported under aosp source and also my s2 plus doesnt support fastboot to flash, i try to follow this sti https://wiki.ubuntu.com/Touch/Porting#Building_the_image but i dont understand it at 100%.

[MOVED] SuperR's Kitchen (See first post)

SuperR's Kitchen has moved to a dedicated subforum found at the link below.
SuperR Kitchen
forum.xda-developers.com
Regarding MTK devices, I have never owned one so I am totally unfamiliar with special requirements they may need. I will add support for everything I can as issues come up
SuperR. said:
If you want to build a flashable boot.img, you should build boot flashable. If you want to build a full rom, you should build a full rom. If you want to build a flashable zip with deodexed files you should choose build custom and choose the option you want.
Click to expand...
Click to collapse
I took the first option (build full rom zip) after deodexing.
Is it good enough or do I still need to select specific custom zip to build?
ferbulous said:
I took the first option (build full rom zip) after deodexing.
Is it good enough or do I still need to select specific custom zip to build?
Click to expand...
Click to collapse
It depends on what you want to end up with. If you only want the full rom zip then full rom is good. If you want more zips with different contents, make more
SuperR. said:
Sounds like your build.prop either reports the rom as less than Lollipop or the build.prop line is different than all others I have ever seen. Please post it so I can take a look.
Did you install the package I linked above?
Click to expand...
Click to collapse
Edit: The prop says it is 5.1.1
https://mega.nz/#!GURQQADK!ujhHvu1XJ7F9BNz8cgBSclKMGilcP6fYLetub82zLzU
nghia0423 said:
Edit: The prop says it is 5.1.1
https://mega.nz/#!GURQQADK!ujhHvu1XJ7F9BNz8cgBSclKMGilcP6fYLetub82zLzU
Click to expand...
Click to collapse
This is the line we are looking for:
ro.build.version.sdk=22
and it says it is Lollipop for sure. I am not sure why it is telling you that. Are you sure you are working on the correct project?
not-i said:
So with my Moto X files I have successfully unpacked, deodexed, done some minor mods and its repacked system_new.img and its the same size as original system/img so looks promising.
I'm guessing now I "created rom zip" and thats when system.new.dat is created?
Click to expand...
Click to collapse
How did you unpack the moto x system image with this kitchen?
I just tested the moto x vzw 5.1 system image with no luck.
Many moto firmwares use an encrypted sparse format (MOTO.W›.MOT_PIV256).
I am able to use imgextractor (windows) to dump the image and list of symlinks, as well as get image info, but I haven't found any linux utilities that can handle this format.
At one point I got to plug-in my device - so far, so clear, but what if I make a rom for a device I don't have
Androidwizzard said:
At one point I got to plug-in my device - so far, so clear, but what if I make a rom for a device I don't have
Click to expand...
Click to collapse
You only need to plug in your device if you are ripping the img's from it. Normally you can get the by-name info from a boot.img. If the device does not use by-name you will need to create an mmc file and still don't need to plug in the device.
fyi
nghia0423 said:
Well this program is made for linux
Click to expand...
Click to collapse
ok well then, for the record....
the program does not like functioning with a linux emulator
v0.9.0.2
Changes:
When entering Boot/Recovery Tools, recovery no longer takes precedence. You will be presented with a choice of which to work on if boot.img and recovery.img both exist in the project directory.
Looks very nice. I guess I'm going to have to dust off my Linux install and give it a go.
SuperR. said:
Are you on the newest kitchen? I ask because it now checks to make sure you have all the other dependencies met. If you are running the newest kitchen and you are on 32-bit Ubuntu, I have no idea what is going on. Are there any errors in the terminal if you scroll up after building the zip?
Click to expand...
Click to collapse
I changed to 64 bit ubuntu and I'm able to install lib32.
Now I can generate he zip file without any issues. Looks like I'm definitely ditching the 32bit system now.
Been considering that, myself. BUT.. I deodexed ur ROM with a 32 bit Linux Mint system.. 64 bit processor tho, you?
Sent from my N9510 using Tapatalk
SuperR. said:
Try it and let us know. If you have trouble, post links to all the img files so I can have a look.
Click to expand...
Click to collapse
I am trying to create a custom rom for “Huawei Mediapad T1 8.0”. I just need a flashable rom from the stock system.img and boot.img.
I am using “dell Inspiron 15r n5010” model computer with 4gb ram and 500 gb harddisk, dual booting windows 7 with linux mint rafaela.
Version of super kitchen is 0.9.0.4. version of android 4.3 (emui 1.6)
I extracted system, boot, recovery from device using the super kitchen by options 1 and 4.
After the extraction i checked out the options and at some point kitchen wanted me to choose from set_meta or set_perm, i chose set_meta but it said that my kernel doesnt support the set_meta type and chose set_perm by default.
Using the kitchen, I debloated the firmware.
Then built the fullrom zip.
I tried to flash using TWRP recovery, but it doesnot allow me and said , “This rom is for 'msm8610' devices, This is a 'mediapadt1'”. I thought to delete that line from updater script. But didnot delete because, that may need some changes in other files too.
I think that buildprop product name is differing from recovery product name.
I have attached files i was using,, I am new to linux and also android rom building..
Help me..
Update to latest version and try again..? I'm running same dualboot system you are (diff PC) He's made many changes since earlier this week to encompass more devices
Sent from my N9510 using Tapatalk
Huawei is little complicated to build roms, can you upload the firmware?
Gesendet von meinem D6503 mit Tapatalk
stamilselvan said:
I am trying to create a custom rom for “Huawei Mediapad T1 8.0”. I just need a flashable rom from the stock system.img and boot.img.
I am using “dell Inspiron 15r n5010” model computer with 4gb ram and 500 gb harddisk, dual booting windows 7 with linux mint rafaela.
Version of super kitchen is 0.9.0.4. version of android 4.3 (emui 1.6)
I extracted system, boot, recovery from device using the super kitchen by options 1 and 4.
After the extraction i checked out the options and at some point kitchen wanted me to choose from set_meta or set_perm, i chose set_meta but it said that my kernel doesnt support the set_meta type and chose set_perm by default.
Using the kitchen, I debloated the firmware.
Then built the fullrom zip.
I tried to flash using TWRP recovery, but it doesnot allow me and said , “This rom is for 'msm8610' devices, This is a 'mediapadt1'”. I thought to delete that line from updater script. But didnot delete because, that may need some changes in other files too.
I think that buildprop product name is differing from recovery product name.
I have attached files i was using,, I am new to linux and also android rom building..
Help me..
Click to expand...
Click to collapse
Take a look at this post
http://forum.xda-developers.com/showpost.php?p=63088636&postcount=234
I try build for s3 i9300 with system.img boot.img and zip file
always I have
executing updater binary in zip
any help please
Sent from my GT-I9300 using XDA Free mobile app
Parse dat is out of date, whats your recovery version?
Gesendet von meinem D6503 mit Tapatalk

Categories

Resources