[Q] S4 / i9505 dsixda's Android Kitchen? - Galaxy S 4 Q&A, Help & Troubleshooting

Does dsixda's Android Kitchen work for 4.2.2?
And if yes, can somebody please please produce file(s) for edify_defs folder?
Thank you.

I dont think Edify or amend scripts are based on OS version.It is based on recovery version and amend is dead years back.All uses edify now.So whats your problem with edify in kitchen?

vijai2011 said:
I dont think Edify or amend scripts are based on OS version.It is based on recovery version and amend is dead years back.All uses edify now.So whats your problem with edify in kitchen?
Click to expand...
Click to collapse
Producing file for S4....

Related

Android Language files ?

Hi all,
I'm trying to compile Android with full Hebrew support (inc. menus)
I need the language files so I can translate them, or to get from somewhere the HEB files and push them in to the system.
Can someone help me ?
anyone ???
Send a pm to capychimp. He should have them.
Sent from my HTC Magic using XDA App
hedcayce said:
Send a pm to capychimp. He should have them.
Sent from my HTC Magic using XDA App
Click to expand...
Click to collapse
Waiting ... request from the kind
I'm not sure what did you mean by "language files". Before the expert -- capychimp, answer your question, you might want to try the followings:
1. go grab a copy of Rogers Magic stock 2.1 rom with root.
2. go grab a copy of RCMagic v2.0
3. use kitchen to create a working directory based on stock 2.1 rom
4. deodex all apk files
5. extract RCMagic v2.0
6. compare any apk file in /system/app/ or /system/framework/ (one from kitchen's working directory and another from RCMagic v2.0)
7. let's assume that A.apk from kitchen is renamed as stock-A.apk and A.apk from RCMagic is rename as RC-A.apk
8. use apktool to decode both apk files
9. after decoding, check out stock-A/res/values* and RC-A/res/values*. As far as I know, values/* are for English and, take zh_TW (Traditional Chinese) as an example, values-zh-rTW/* are for Traditional Chinese.
So, I guess you can create a values-XXXX for your language code and put whatever needed into values-XXXX/*
threeeye said:
Hi all,
I'm trying to compile Android with full Hebrew support (inc. menus)
I need the language files so I can translate them, or to get from somewhere the HEB files and push them in to the system.
Can someone help me ?
Click to expand...
Click to collapse
Requirements:
JRE 1.6 (Java Runtime Environment)
aapt command in a PATH
basic knowledge of what is SDK, aapt, PATH, smali and Google search engine may be useful
Must learn more.
Thank man
when compiling we are talking aosp, that something else, i have no clue of aosp roms, i can ml up any sense rom, but aosp, acts different, so if you mean compile from aosp source i am noob
sharpt71 said:
I'm not sure what did you mean by "language files". Before the expert -- capychimp, answer your question, you might want to try the followings:
1. go grab a copy of Rogers Magic stock 2.1 rom with root.
2. go grab a copy of RCMagic v2.0
3. use kitchen to create a working directory based on stock 2.1 rom
4. deodex all apk files
5. extract RCMagic v2.0
6. compare any apk file in /system/app/ or /system/framework/ (one from kitchen's working directory and another from RCMagic v2.0)
7. let's assume that A.apk from kitchen is renamed as stock-A.apk and A.apk from RCMagic is rename as RC-A.apk
8. use apktool to decode both apk files
9. after decoding, check out stock-A/res/values* and RC-A/res/values*. As far as I know, values/* are for English and, take zh_TW (Traditional Chinese) as an example, values-zh-rTW/* are for Traditional Chinese.
So, I guess you can create a values-XXXX for your language code and put whatever needed into values-XXXX/*
Click to expand...
Click to collapse
to make it easier, you have 84 apks you need to decode to make a full sense rom multilanguage
Google has some good resources on this topic. I can't find them right now but I am finding some interesting stuff.
http://developer.android.com/guide/topics/resources/localization.html
http://groups.google.com/group/android-developers/web/localizing-android-apps-draft
well thats the apks thats the same for all roms, but how to activate them on aosp no idea, cause in sense you do it in CID/default.xml
I have an Hebrew apk, I unpacked it using apktool.
I got the Hebrew xml file, so I think I'm set, but to translate 84 apk's to make a full Hebrew Android, WOW that's alot !!!
I've attached a flashable ZIP with apk's in Hebrew (I didn't do it).
Is this the only whey to translate Android, or is there a EZer way to do it ?
p.s. thanks for the reply and help...
i am working on a script so you can just unpack a rom, and by menu select to make it ml
well i see you have some of it, but still alot to go
and you would need the rtl support in framework.jar also
In Froyo with a little help from a guide I get RTL in Internet and SMS.
So I think I have full RTL...
Tell me which files do I need to translate and we will work together on this...
O.K, I have the .xml files that I need to translate.
I know there is a program for translating file.po (value on one side and translation on the other side)
But is there a program like that for file.xml ?
Hello ..
1st of all I've Alcatel 985D with gingerbread 2.3.6 and I've its stock rom backup with Arabic locale language support, but I'm using a custom rom that isn't support Arabic so I wanna find a way to copy system language files from stock rom and paste it into custom rom so I can get Arabic language for system ?! is there a way to do that .. any general ideas ?!
delete

[Q] Creating an Arabic patch manually

Ok, so here's the thing.
I've created a program to automatically patch Android devices to display RTL (right-to-left) languages correctly.
It works for Hebrew, and works partially for Arabic, since in Android you need an additional patch for Arabic to fix letter connections (in Arabic connecting the letters gives context).
Now I know those patches exist - they're mostly just patched libskia.so files, but every build type or device has a different patch (EVO based, Desire based, Nexus based, etc.).
My program is meant to CREATE patches depending on devices, so that compatibility is highly increased (it's proven itself well with the framework.jar patch, where the program pulls the framework file from the device, applies only the patched files to it, and pushes back - so it's always compatible with whatever build is used - as long as it's deodexed of course).
I'm guessing my question is - does anybody have a guide and/or the know-how on how to actually CREATE those Arabic patches? (libskia.so)
If I can't create them manually, I will have to include all patches in the program, which would greatly increase both the program size and it's complexity in selecting the right patch for the right build.
Thanks in advance,
-Elad
need t959 arabic rom
i need t959 arabic language what can i do??
I'm not an expert on the matter,
but I believe that devs who produce patched libskia.so and libwebcore.so are integrating an arabic reshaper into both files and some of them go further by adding RTL support to framework.jar
This link below has the source of an open source Arabic reshaper:
http://code.google.com/p/arabicresh...com/AzizHuss/ArabicRehaper/ArabicReshape.java
slimfady said:
I'm not an expert on the matter,
but I believe that devs who produce patched libskia.so and libwebcore.so are integrating an arabic reshaper into both files and some of them go further by adding RTL support to framework.jar
This link below has the source of an open source Arabic reshaper:
http://code.google.com/p/arabicresh...com/AzizHuss/ArabicRehaper/ArabicReshape.java
Click to expand...
Click to collapse
Thanks.
I've abandoned the project in the meantime, but good to know it's out there
give me the link
ohh u mean arabic language is out bro
give me the link m so confused
fahadz said:
ohh u mean arabic language is out bro
give me the link m so confused
Click to expand...
Click to collapse
Not a patch, but a method for creating one.
someone creat plz this patch and upload it here
MK king said:
someone creat plz this patch and upload it here
Click to expand...
Click to collapse
Not a patch directly per-se, but the newer nightlies of the (semi/quasi/almost/sortof/notreally)-official CyanogenMod7 build support not only full fixed Right-To-Left, but also fixed Arabic!
Check it out at http://forum.xda-developers.com/showthread.php?t=940684

[Q] DSIXDA's Kitchen CM7 problems.

I've tried to get an answer from the kitchen thread, but there seems to be no knowledge about this.
I'm using charnsingh_onlines Unofficial CM7 nightly (link in sig) as a base for my NAND ZIP ROM. But with the latest ROM from charnsingh_online there is a problem when using the kitchen.
If I extract the ROM with dsixda's kitchen and then rebuild it w/o modifications the ROM is unusable. Totally unusable.
Complains about format getting 3 args and not 2 as required, when trying to flash.
If I use the EXACT same updater-script but extract it with WinRAR and rebuilds it with WinRAR everything works fine. No errors. They just occur when using this specific ROM and dsixda's kitchen.
My base is available at the link in my sig, and you could try this yourself and you'll see what I mean.
Any idea what the problem could be, if so, please share it with me. Been messing around with this for about 5 days now... Want it resolved...

[Q] ROMS

Hello everybody..
I flashed the new Gingerbread 2.3.3 explicitly for Bluetooth as i need it a lot.
But i miss the SENSE U.I 1.6 and i can't flash the Froyo Sense
Is there any rom out there(1.6) that supports Sending and Receving files.
If not can anybody explain me how to flash The Dexters FROYO SENSE ?!
Thanx up ahead.
There isn't any 1.6 rom which have both sense and bluetooth file transfer, so Froyo sense is the only option to have them both.
Why you can't flash froyo sense? What error you get?
Uhm, in clockwork mod recovery in the middle of the flash i get some error.
i've done a full wipe of cache. i dindn't brick my phone it just won't flash that one. every other rom i tried it was succsesufulle
I also tried to make bluetooth file transfer work but it didn't. I once tried the Froyo sense ROM and it flashed fine. Did you try to download the ROM again? The zip may be corrupt.
CROpipe said:
Hello everybody..
I flashed the new Gingerbread 2.3.3 explicitly for Bluetooth as i need it a lot.
But i miss the SENSE U.I 1.6 and i can't flash the Froyo Sense
Is there any rom out there(1.6) that supports Sending and Receving files.
If not can anybody explain me how to flash The Dexters FROYO SENSE ?!
Thanx up ahead.
Click to expand...
Click to collapse
Dexters FROYO SENSE Bluetooth not sending files why u need that ?
OK bluetooth is not that important
But here is the error i get when i install the rom
Amend scripting (update-script) is no longer supported.
Amend scripting was deprecated by Google in Android 1.5.
It was necessary to remove it when upgrading to the ClockworkMod 3.0 Gingerbread based recovery.
Please switch to Edify scripting (updater-script and update-binary) to create working update zip packages.

Porting roms for making it compatible with device

I had a ques?? is it possible?? i mean the following thing?
what changes should i make in a rom to make it compatible with my device ???? i'm using sm-t285.. i found a PIE rom where there was written that it is a universal rom... i think it was treble rom as there was written system A-only and other one was system AB-only..
I downloaded that rom but can't flash it in my device.. It was a ZIP file and when i extracted that i found an IMG file.. what changes should i make there?? i mean in the rom? to make it compatible with my device so that i can flash it....
Thank you sir ???
acp Siam said:
I had a ques?? is it possible?? i mean the following thing?
what changes should i make in a rom to make it compatible with my device ???? i'm using sm-t285.. i found a PIE rom where there was written that it is a universal rom... i think it was treble rom as there was written system A-only and other one was system AB-only..
I downloaded that rom but can't flash it in my device.. It was a ZIP file and when i extracted that i found an IMG file.. what changes should i make there?? i mean in the rom? to make it compatible with my device so that i can flash it....
Thank you sir
Click to expand...
Click to collapse
Maybe you should extract the img file and flash it
also can you give me the link download? plss???

Categories

Resources