[TOOLS] dsixda Kitchen edify file for Nexus 4 (mako) and JB 4.2

goldfingerfif

Senior Member
Jan 9, 2009
388
445
0
Chicago, IL
Here is the dsixda kitchen edify file I have been using for Nexus 4 (mako).

If using cygwin copy mako file to your cygwin\home\username\tools\edify_defs folder.

Thanks to mskip for mount points


UPDATE:
As promised download the dsixda_JB42.zip and copy the files to the appropriate folder. This will help with Deodexing and by help I mean it will allow all files to be deodexed.
 

Attachments

Last edited:

nitsuajd

Senior Member
Jul 16, 2008
226
49
0
Badalona
Hi goldfingerfif, first of all thanks a lot for the file, then I would like to use this to build a rom with latest dsixda kitchen release (0.214) but when I’m trying to deodex core.odex I’m getting an error, only with this file, the others works fine. Did you have the same problem? How do you solve it? I tried to do it with api level 16 and 15 but I have the same error. Maybe you did it manually? Or using the kitchen?

Thanks in advance
 

goldfingerfif

Senior Member
Jan 9, 2009
388
445
0
Chicago, IL
Thanks so much!!


Edit: I'm Having troubles with wifi like you with my dsixda's rom, can you tell me how you solved it please?
I haven't found the script file to add some things that it misses. You can compare the updater-script against mine or I'll post the lines you have to add.

Sent from my Nexus 4 using xda app-developers app
 

nitsuajd

Senior Member
Jul 16, 2008
226
49
0
Badalona
I haven't found the script file to add some things that it misses. You can compare the updater-script against mine or I'll post the lines you have to add.

Sent from my Nexus 4 using xda app-developers app
Thanks dude, you're right!

Exactly these two lines:

Code:
symlink("/data/misc/wifi/WCNSS_qcom_cfg.ini", "/system/vendor/firmware/wlan/prima/WCNSS_qcom_cfg.ini");
symlink("/data/misc/wifi/WCNSS_qcom_wlan_nv.bin", "/system/vendor/firmware/wlan/prima/WCNSS_qcom_wlan_nv.bin");
 
  • Like
Reactions: goldfingerfif

dsixda

Inactive Recognized Developer
Nov 1, 2007
9,588
5,303
0
Ottawa
Thanks dude, you're right!

Exactly these two lines:

Code:
symlink("/data/misc/wifi/WCNSS_qcom_cfg.ini", "/system/vendor/firmware/wlan/prima/WCNSS_qcom_cfg.ini");
symlink("/data/misc/wifi/WCNSS_qcom_wlan_nv.bin", "/system/vendor/firmware/wlan/prima/WCNSS_qcom_wlan_nv.bin");
Were you guys using Cygwin when you saw this issue? I know that Cygwin sometimes messes up the symlinks that are not under /system/bin; whereas Linux / OS X are sometimes nicer. In other words, I try not to recommend Cygwin due to these kinds of issues.
 

goldfingerfif

Senior Member
Jan 9, 2009
388
445
0
Chicago, IL
The Windows application that is used to extract the files from the rom has an issue because it removes the symlinks. You will not see this happen in Linux or OS X. However, I have fixed your problem for those specific files in Cygwin.
Yes I just picked up a 120gb ssd and going to dual boot with Linux as it will make life with android so much easier.

Sent from my Nexus 4 using xda app-developers app