[Q] I337M kitchen troubles..

Search This thread

Adizzzle

Senior Member
Aug 10, 2012
2,337
1,217
Kamloops
adizzzle.weebly.com
Hello good people of XDA I just cant seem to make a ROM
using @dsixda 's Android Kitchen for my I337M!

I had the kitchen working for my S3,
Tried with S4 and it wouldn't boot up.

Restored my entire computer, fresh
installed the kitchen / cygwin.

Tried again, same results.. No booty.
Used another 'updater-script'.. No booty.

I have searched and searched, tried everything
I can, but nothing works, none of my ROMs boot.
Was hoping someone here might have an idea of
what I am doing wrong?
 

The French Tickl3r

Senior Member
May 19, 2013
175
31
Montreal
I finally got cygwin and the kitchen running ( got a missing "clear" error, ended up downloading literally evry available package, took like 5 hours)

So then I got myself a copy of the stock rom on 4.4.2 , tried importing it into the kitchen and got some sort of error saying missing zip..

My goal is to cook a pre rooted, knox free stock version of the rom.

Sent from my SGH-I337M using xda app-developers app
 

Adizzzle

Senior Member
Aug 10, 2012
2,337
1,217
Kamloops
adizzzle.weebly.com
I finally got cygwin and the kitchen running ( got a missing "clear" error, ended up downloading literally evry available package, took like 5 hours)

So then I got myself a copy of the stock rom on 4.4.2 , tried importing it into the kitchen and got some sort of error saying missing zip..

My goal is to cook a pre rooted, knox free stock version of the rom.

Sent from my SGH-I337M using xda app-developers app

Thats odd, I get no errors when building / setting up working folder
just when I flash the ROM it ALWAYS bootloops on me..

Dang, the other S4 variants work just fine. :crying:
 

Adizzzle

Senior Member
Aug 10, 2012
2,337
1,217
Kamloops
adizzzle.weebly.com
So thanks to @The Sickness I have found out that the kitchen
leaves needless commands in the updater-script, and in order
for me to get the ROM booting I had to remove those commands
and flash a kernel with my ROM. It finally booted!!! :cowboy:

However after flashing my ROM - VLUFNC1 + KT kernel
I loose Mobile Data and Wifi is inaccessible which I am
assuming is due to the kernel.

Finally making progress..
 

The French Tickl3r

Senior Member
May 19, 2013
175
31
Montreal
I too have got the kitchen up and running for the i337m. I posted my progress here but i havent went ahead and actually tried to flash it.. reason being im not sure I actually want to up grade to 442.. so comfortably numb with 422 (debloated and with wanam xposed framework)

one thing i noticed and I was not expecting is the absurd storage space cooking roms takes from my computer..

in any case, thanks for posting your progress, Ive been stalking this thread bc he was supposed to cook a Samsung I337M - STOCK VLUFNC1, with 4 way reboot, modded systemUI, rooted, deodexed and free of that insidious knox, but It seems the project might have been abandoned, as the thread is now closed.. :(
 

radeonddr

Senior Member
Jun 4, 2010
201
34
Just wondering what you had to remove in updater script because i was having the same issue ? thanks




So thanks to @The Sickness I have found out that the kitchen
leaves needless commands in the updater-script, and in order
for me to get the ROM booting I had to remove those commands
and flash a kernel with my ROM. It finally booted!!! :cowboy:

However after flashing my ROM - VLUFNC1 + KT kernel
I loose Mobile Data and Wifi is inaccessible which I am
assuming is due to the kernel.

Finally making progress..
 

Adizzzle

Senior Member
Aug 10, 2012
2,337
1,217
Kamloops
adizzzle.weebly.com
Just wondering what you had to remove in updater script because i was having the same issue ? thanks

I had to delete the following and switch the boot.img:

package_extract_file("flash_image", "/tmp/flash_image");
set_perm(0, 0, 0777, "/tmp/flash_image");
assert(package_extract_file("modem.bin", "/tmp/modem.bin"),
run_program("/tmp/flash_image", "/dev/block/mmcblk0p2", "/tmp/modem.bin"),
delete("/tmp/modem.bin"));
delete("/tmp/flash_image");;
 
  • Like
Reactions: radeonddr

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    So thanks to @The Sickness I have found out that the kitchen
    leaves needless commands in the updater-script, and in order
    for me to get the ROM booting I had to remove those commands
    and flash a kernel with my ROM. It finally booted!!! :cowboy:

    However after flashing my ROM - VLUFNC1 + KT kernel
    I loose Mobile Data and Wifi is inaccessible which I am
    assuming is due to the kernel.

    Finally making progress..
    1
    I second that

    Bump for some help..

    wheres the i337m love
    1
    Just wondering what you had to remove in updater script because i was having the same issue ? thanks

    I had to delete the following and switch the boot.img:

    package_extract_file("flash_image", "/tmp/flash_image");
    set_perm(0, 0, 0777, "/tmp/flash_image");
    assert(package_extract_file("modem.bin", "/tmp/modem.bin"),
    run_program("/tmp/flash_image", "/dev/block/mmcblk0p2", "/tmp/modem.bin"),
    delete("/tmp/modem.bin"));
    delete("/tmp/flash_image");;