my english is very poor,so i have to write in chinese
感谢各位大侠,尤其是misterjp,利用了他的工具LGFlashParser,非常了不起的工具(见这里http://forum.xda-developers.com/showthread.php?p=2310043#post2310043)
1、首先用LGFlashParser分解法文的v10f dz格式rom
2、将生成的flash.bin进一步分解成法文dump文件夹
3、从论坛上下载了一个raw格式的英文rom(原谅我找不到原链接了),将Part02.raw分解后成英文dump文件夹
4、用英文dump文件夹替换法文dump文件夹
5、合成成新的flash.bin
6、用刷机工具LGMDP_EURO.exe刷机
结果生成了一个不伦不类的rom(rom:v10b;bootloader:v10b;modem firmware:v10f)
相信用来分解的raw格式英文rom是v10b版本的,如果能找到raw格式的v10f英文rom,相信结果将是
rom:v10f;bootloader:v10f;modem firmware:v10f
中国时区 已经是晚上4点37分了,要休息了,具体的内容,我明天有空将进一步补充
Google translation
my english is very poor, so i have to write in chinese
Thank you Daxia, especially misterjp, using his tools LGFlashParser, very great tools (see here http://forum.xda-developers.com/show...310043)
1, the first by the French LGFlashParser decomposition v10f dz format rom
2, will generate further broken down into the flash.bin French dump folder
3, downloaded from the Forum on a raw format of the English rom (forgive me if I can not find the original link), and will be decomposed into English Part02.raw dump folder
4, in English dump folder to replace French dump folder
5, synthesized into a new flash.bin
6, with brush brush machine tools LGMDP_EURO.exe
The results generated a grotesquely rom (rom: v10b; bootloader: v10b; mod em firmware: v10f)
Believe that the decomposition of the raw format used to the English version of the rom is v10b, if we can find the raw format of the English rom, believe that the result will be
rom:v10f;bootloader:v10f;modem firmware:v10f rom: v10f; bootloader: v10f; modem firmware: v10f
China time zone is 16:37, to rest, the specific content, available tomorrow, I will further add
I follow you until step 5 : how did you synthesized a new flash.bin ?
subsidiary question : did you flash only flash.bin file or full folder with mbn with "brush brush machine tools" ?
感谢帮忙翻译
第一个问题的回答(如何合成新的flash.bin?)
1、具体过程是我先将原flash.bin截取成boot.bin、os.bin、foot.bin三部分,os.bin经过处进一步处理,生成OS.nb.payload.payload,是一个标准格式的raw文件,等同于英文raw格式rom part02.raw,然后分解成dump.
2、合成步骤同上面步骤恰好相反,生成一个新的os.bin,并加上头尾boot.bin、foot.bin文件,即是一个新的flash.bin。关键是boot.bin头(十六进制数值E9FDFF前的那部分)不要弄错,否则有可能刷成砖头!!
第二个问题的回答:刷机不仅仅刷取flash.bin,是所有的*.mbn和*.bin文件
Today, Google translate is my friend
Thank the help of translation
The first response to the question (of how the new flash.bin?)
1, the specific process is my first interception into the flash.bin boot.bin, os.bin, foot.bin three parts, os.bin after the further processing, generate OS.nb.payload.payload, is a standard format ra w documents, equivalent to the English raw format rom part02.raw, then broken down into dump.
2, with the steps of the above steps to the contrary, a new generation of os.bin, plus Touwei boot.bin, foot.bi n paper, which is a new flash.bin. The key is the first boot.bin (hexadecimal numerical E9FDFF before that part) not made a mistake, or else they might brush into a brick!
The second question to answer: not just brush-brush from flash.bin, is all the *. mbn and *. bin documents
老大能不能直接把你的合成的英文rom发出来,可能整个英文世界都在等吧。
我用的繁中,也想刷个英文。
China time zone is 16:37
Google的错误还是挺严重的。
spocky12 said:
Thank the help of translation
The first response to the question (of how the new flash.bin?)
1, the specific process is my first interception into the flash.bin boot.bin, os.bin, foot.bin three parts, os.bin after the further processing, generate OS.nb.payload.payload, is a standard format ra w documents, equivalent to the English raw format rom part02.raw, then broken down into dump.
2, with the steps of the above steps to the contrary, a new generation of os.bin, plus Touwei boot.bin, foot.bi n paper, which is a new flash.bin. The key is the first boot.bin (hexadecimal numerical E9FDFF before that part) not made a mistake, or else they might brush into a brick!
The second question to answer: not just brush-brush from flash.bin, is all the *. mbn and *. bin documents
Click to expand...
Click to collapse
it looks like you made it, but these descriptions are so hard to understatnd... can you make a stepby step description. we all can extract thye 3 files out of flash.bin, but how do you replace these file with the english version, and recreate the flash.bin?
Lg Ks20定制工具
LG KS20定制工具
注意一:使用本工具之前,请用LGMDP_EURO.exe备份您的*.nv2文件,这点非常重要!!
我忘了备份nv文件,刷法文v10f版本后,丢失imei号等信息,只能找了疯丫头的机子备份的nv还原,结果我的imei号同她的一模一样了。
注意二:这个工具仅仅适用于法文v10f当中的flash.bin的分解,如果您用于其他rom分解,请修改两个相应的数值
分别位于dump.bat的两条命令中:
.\Tools\Split flash.bin 20227
.\Tools\Split flash.bin-2.bin 3D5E8FB
修改方法:用winhex打开flash.bin,搜索十六进制数值“E9FDFF”,用e9对应的偏移值替换“20227”;到bin文件末尾,找到“0000000000000000000”,“00”对应的偏移值替换“3D5E8FB"
工具使用方法:
1、将*.dz rom文件放到工具文件夹,用鼠标拖动到dz2bin.bat上,解开*.dz,生成*.mbn,*.bin在rom文件夹中。
2、运行dump.bat,分解成dump文件夹
3、对dump文件夹进行编辑
4、运行build.bat合成,生成flash_new.bin
5、将flash_new.bin复制到rom文件夹,并改名为flash.bin
6、运行LGMDP_EURO.exe刷机
如何生成英文rom?
用英文dump替换法文dump文件夹合成即可
我合成了一个英文rom,下载地址是ftp://ppchome:[email protected]//ROM/LG/lg_ks20_english_vesion.rar
Thanks peng8
LG KS20 customization tools
Note 1: The use of this tool, please use LGMDP_EURO.exe *. nv2 backup your files, this is very important! !
I forgot the backup nv documents, brush v10f French version, lost imei, and other information, can only find a crazy Yatou the machine back up the nv reduction, the results of my imei, the same with her.
Note 2: This tool only applies to French v10f the decomposition of the flash.bin, if you used for other rom decomposition, edit the corresponding numerical
Dump.bat respectively in the two orders:
. \ Tools \ Split flash.bin 20227
. \ Tools \ Split flash.bin-2.bin 3D5E8FB
Laws Methods: winhex open flash.bin, search hexadecimal numerical "E9FDFF", offset by the corresponding value of e9 replace the "20227" to bin end of file, find the "0000000000000000000", "00" offset the corresponding value Replace "3 D5E8FB"
Tools to use:
1, *.dz rom files on Tools folder, use the mouse to drag the dz2bin.bat, untied *.dz, generate *.mbn, *.bin in the rom folder.
2, running dump.bat, broken down into dump folder
3, the dump folder to edit
4, running build.bat synthesis, generating flash_new.bin
5, will be copied to flash_new.bin rom folder, and renamed the flash.bin
6, brush-run LGMDP_EURO.exe
How to run English rom?
English replaced French dump dump folder can be synthesized
I prepared an English rom, download address is ftp://ppchome:ppchome @ ftp.ppchome.ne ... ish_vesion.rar
spocky12 said:
LG KS20 customization tools
Note 1: The use of this tool, please use LGMDP_EURO.exe *. nv2 backup your files, this is very important! !
I forgot the backup nv documents, brush v10f French version, lost imei, and other information, can only find a crazy Yatou the machine back up the nv reduction, the results of my imei, the same with her.
Note 2: This tool only applies to French v10f the decomposition of the flash.bin, if you used for other rom decomposition, edit the corresponding numerical
Dump.bat respectively in the two orders:
. \ Tools \ Split flash.bin 20227
. \ Tools \ Split flash.bin-2.bin 3D5E8FB
Laws Methods: winhex open flash.bin, search hexadecimal numerical "E9FDFF", offset by the corresponding value of e9 replace the "20227" to bin end of file, find the "0000000000000000000", "00" offset the corresponding value Replace "3 D5E8FB"
Tools to use:
1, *.dz rom files on Tools folder, use the mouse to drag the dz2bin.bat, untied *.dz, generate *.mbn, *.bin in the rom folder.
2, running dump.bat, broken down into dump folder
3, the dump folder to edit
4, running build.bat synthesis, generating flash_new.bin
5, will be copied to flash_new.bin rom folder, and renamed the flash.bin
6, brush-run LGMDP_EURO.exe
How to run English rom?
English replaced French dump dump folder can be synthesized
I prepared an English rom, download address is ftp://ppchome:ppchome @ ftp.ppchome.ne ... ish_vesion.rar
Click to expand...
Click to collapse
great job man, I'm downloadiung the image, but anyway, trying to build it myself... but I got an error from viewimgfs.exe... is it me or some file version bug??? And another thing,,, if I'm going to overwrite the dump folder of the french version with that of the english version, why do I have to make the dump folder of the french anyway?
by the way, you are doing a great job...
I flashed the phone, but the wifi is not available... any ideas?
Ok, now this is what I noticed...
I flashed the phone, but after that 2 things happened:
1 - Wireless gone, seems like the phone doesn't have it at all
2 - Cannot connect the phone to make a nv restore, so no phone to... After changing usb settings on the menu, could not make changes to the WinDiag regsitry... There was nothing there to change...
after noticing this, I changed back to italian, and to be sure, checked these stuff again. In italian I have to make changes to the WinDiag registry to connect and restore the NV files. In your ROM, there is nothing inside HKLM/Drivers/Builtin/Windiag... In the italian, Wifi is OK, but not with your ROM... Now that I noticed, in your pictures there is no wifi too... can't say nothing on phone service, cuz there may be no sim card there,,, but where is wifi service, and how to restore nv? Did y0ou guys miss smthng here?
能否上傳您原先的10b英文ROM, 和您改好了的(10b + 10f) ROM 到 www.sendspace.com? 您的分享可令更多人受惠. 謝謝
Please could you upload the Original 10b English ROM and your Modified (10b + 10f) ROM to www.sendspace.com? Your kindly share will let more people happy. Thanks
dorik2k said:
great job man, I'm downloadiung the image, but anyway, trying to build it myself... but I got an error from viewimgfs.exe... is it me or some file version bug??? And another thing,,, if I'm going to overwrite the dump folder of the french version with that of the english version, why do I have to make the dump folder of the french anyway?
by the way, you are doing a great job...
Click to expand...
Click to collapse
but I got an error from viewimgfs.exe
不知道您遇到的是什么错误?
dorik2k said:
Ok, now this is what I noticed...
I flashed the phone, but after that 2 things happened:
1 - Wireless gone, seems like the phone doesn't have it at all
2 - Cannot connect the phone to make a nv restore, so no phone to... After changing usb settings on the menu, could not make changes to the WinDiag regsitry... There was nothing there to change...
after noticing this, I changed back to italian, and to be sure, checked these stuff again. In italian I have to make changes to the WinDiag registry to connect and restore the NV files. In your ROM, there is nothing inside HKLM/Drivers/Builtin/Windiag... In the italian, Wifi is OK, but not with your ROM... Now that I noticed, in your pictures there is no wifi too... can't say nothing on phone service, cuz there may be no sim card there,,, but where is wifi service, and how to restore nv? Did y0ou guys miss smthng here?
Click to expand...
Click to collapse
对给您带来的困惑深感歉意,因为我没有用这个机子打电话,我今天试了一下,我也遇到类似您的这个问题。刷我修改的这个英文版本和法文v10f的原版,都会丢失imei和sim信号,只有用法文v10b的版本刷回去,才能restore nv,查找了一些资料,据说是unbranded和branded的区别?英文版本和法文v10f原版是unbranded的,而法文v10b是branded的?
因此问题只能仍回给大家?怎么样去restore nv?我和你一样非常期待答案!
dcoloane said:
能否上傳您原先的10b英文ROM, 和您改好了的(10b + 10f) ROM 到 www.sendspace.com? 您的分享可令更多人受惠. 謝謝
Please could you upload the Original 10b English ROM and your Modified (10b + 10f) ROM to www.sendspace.com? Your kindly share will let more people happy. Thanks
Click to expand...
Click to collapse
英文版本rom xda论坛有,但是我一下子找不到链接了,有知道的朋友麻烦贴上链接。
我上传了ftp,下载地址分别是
xda论坛的原英文rom:ftp://ppchome:[email protected]//ROM/LG/LG-KS20-Eng.zip
改好了的(10b + 10f) ROM:ftp://ppchome:[email protected]//ROM/LG/lg_ks20_english_vesion.rar
peng8 said:
英文版本rom xda论坛有,但是我一下子找不到链接了,有知道的朋友麻烦贴上链接。
我上传了ftp,下载地址分别是
xda论坛的原英文rom:ftp://ppchome:[email protected]//ROM/LG/LG-KS20-Eng.zip
改好了的(10b + 10f) ROM:ftp://ppchome:[email protected]//ROM/LG/lg_ks20_english_vesion.rar
Click to expand...
Click to collapse
ok, got it....我會今晚試試...
my french rom is v10b ! can i use this method and this rom?
is some body there that flash his phone whit out problem???
peng8 said:
对给您带来的困惑深感歉意,因为我没有用这个机子打电话,我今天试了一下,我也遇到类似您的这个问题。刷我修改的这个英文版本和法文v10f的原版,都会丢失imei和sim信号,只有用法文v10b的版本刷回去,才能restore nv,查找了一些资料,据说是unbranded和branded的区别?英文版本和法文v10f原版是unbranded的,而法文v10b是branded的?
因此问题只能仍回给大家?怎么样去restore nv?我和你一样非常期待答案!
Click to expand...
Click to collapse
OK, now I get it... so we face a problem with two solutions,,,,
1. Get un unbranded english NV file, but then you cannot restore it cuz we cannot connect the phone to pc, as the tricks to do it didn't work... only emergency mode was available, so I could flash it back in branded rom I had
2. wait till an english branded rom will be available, maybe this is the better choice, but we can do nothing but wait...
One thing I still don't get is, why does the wifi dissapear? does it have to do with phone, or is it a driver incompatibility?
Personal Note,,, it was interesting looking at my ks20 in english though....
For the nv2 restore problem, as you can see in the Engineering meun of KS20 under "Port Setting" then "Diag Setting"
>>Diag Setting can be applied in only "ship" OS Image.<<
It means Not all ROMs have enabled DIAG mode,which is needed to read-write NVM. Basically all newer ROMs not allows DIAG mode,it is enabled only in so called "ship" versions.
Referring to the post below, to avoid problems with NVM writing-phone must be flashed in emergency mode, but i am not sure is there any extra steps to take care of and is that necessary to flash with a "Vygis Box"
http://forum.gsmhosting.com/vbb/showthread.php?t=522053&highlight=ks20,+english+rom
My Diamond broken, I Closed the development - This Kitchen is in Brazilian Portuguese (Portugues do Brasil). You can chose, the program you want.
It is based in Lobsterdave Kitchen, Da_G Xip and Sys, and Daniel (Orkut) EXT , OEM files and the “lessons”, thanks to all.
Windows Mobile Professional 6.5.3, OS CE 5.2.28008
Free Storage Memory: 111Mb
Free Storage Program: 56Mb
Pagepool = 10
Download Kitchen: http://www.sendspace.com/file/wut4lg
Download ROM: http://www.sendspace.com/file/5wh36q
Instructions Kitchen:
PHP:
Step 1. Extract to a folder (e.g. "C:\Kitchen" but at least to a location that
includes no spaces in the path).
Step 2. Run erviuskitchen.exe
Step 3. Click "load rom"
Step 4. Choose 28008 (Titanium only)
Step 5. Scroll down to section labeled "COMMON: External_Packages" in blue text
Step 6. Double click packages here to enable or disable them (first column reads True
for enabled, False for disabled)
Step 7. (Optional) Click "Save ROM" and choose a file name, to save your package choices
for loading in the future
Step 8. PagePool is now set in the kitchen, click "other" (top left) and choose the desired
value
Step 9. Click "Create ROM"
Step 10. ROM is created in kitchen folder \RELEASE_Diamond, you can either flash it with
the included RUU.exe or or copy the file diamimg.nbh and place on Internal Storage to flash from
there, put Diamond to "USB Trigger Mode" through holding VolDown+Back while pressing reset,
after a few seconds Diamond will ask you to flash DIAMIMG.NBH, press PowerButton
to start flashing.
Additional information:
Change log for v1:
- Restored Personal hidden items.
- Installed ATContacts program.
- Installed “Showcase” program.
- Installed YouTube, AudioBooster BrightStar, CyberonVoiceSpeedDial, MP3Trimmer, StreamingMedia, TouchFLO, VoiceRecorder, Zip, etc.
Additional information:
- I use SPL 1.93, and Radio 1.11.25.01, works fine.
- I use Skype, Garmin Mobile XT, etc., it is stable and fast.
Have fun.
Frustrate
I have a update of the Kitchen, but I can not put the link, because I am junior member!
What I can do? Any help?
17/01/2010
Thanks XDA, for permit me to make the update.
Malima17
Click to expand...
Click to collapse
I will try this one.
But, how can ia configure to use intenet? My sim chip is Claro.
danchio said:
I will try this one.
But, how can ia configure to use intenet? My sim chip is Claro.
Click to expand...
Click to collapse
Danchio,
The ROM has a automatic configuration tool, you insert the Claro chip, turn on the Diamond, after some minutes, they make all the job, you need only confirm the screen.
malima17 said:
I have a update of the Kitchen, but I can not put the link, because I am junior member!
What I can do? Any help?
Click to expand...
Click to collapse
Thanks XDA, for permit me to make the update.
Cool !
I buy my diamond yesterday i will try this one !
It´s really good an pt-br rom because of the dictionary.
Malima just a simply question, what GPS software you are using ? my previous phone it was a symbian so I don´t now what gps soft to install.
Malima17, im downloading V1, but whats the difference the ROM and kitchen?
In kitcheb i can choose what apps to make ROM??
Tnaks a lot
illusionbr said:
Cool !
I buy my diamond yesterday i will try this one !
It´s really good an pt-br rom because of the dictionary.
Malima just a simply question, what GPS software you are using ? my previous phone it was a symbian so I don´t now what gps soft to install.
Click to expand...
Click to collapse
Illusion,
I'm using the software Garmin Mobile XT, for GPS sofware.
danchio said:
Malima17, im downloading V1, but whats the difference the ROM and kitchen?
In kitcheb i can choose what apps to make ROM??
Tnaks a lot
Click to expand...
Click to collapse
Danchio,
The ROM is ready, with the apps I normaly use, and you can not put or remove the programs.
Read the link bellow, "Upgrade Radio", "Upgrade to Hard-SPL", and "Diamond Upgrade Guide".
http://modmydiamond.info/index.php?option=com_content&task=category§ionid=4&id=13&Itemid=26
It is very important to install the Hard-SPL first. You can damage your Diamond, if you don't do
Yes, the kitchen is a tool, you can choice the apps you want to install. See the link bellow, is the Gen.Y, kitchen tutorial.
http://forum.xda-developers.com/showthread.php?t=595380&highlight=yozgatg
Regards,
Does anybody knows if it is possible to use this ROM on a HTC Fuze (aka Touch Pro or Raphael)?
sergioi said:
Does anybody knows if it is possible to use this ROM on a HTC Fuze (aka Touch Pro or Raphael)?
Click to expand...
Click to collapse
Sergioi, this ROM is only for Diamond.
Thanks
Congratulations!
Congratulations, very good ROM, I installed it on my Diamond and it works very well, programs such as GPS IGO8 Destinator7 and 8 and ran very fast, this ROM uses little RAM, and the translation is also very good, he is the man! Manila 2.1 can be installed?
Ainda não entendi... I didn't still understand...
Olá malima17;
Estou com uma duvida baixei seus arquivos mas não encontrei nenhuma com a extensão .nbh, tenho que cria-la se sim como faze-la? Se não qual o procedimento correto?
Valew...
Hello malima17;
Am I with one he/she doubts I lowered its files but didn't I find none with the extension .nbh, do I have that create it if yes as you make it? If not which the correct procedure?
Thank you...
Aleviccari said:
Olá malima17;
Estou com uma duvida baixei seus arquivos mas não encontrei nenhuma com a extensão .nbh, tenho que cria-la se sim como faze-la? Se não qual o procedimento correto?
Valew...
Hello malima17;
Am I with one he/she doubts I lowered its files but didn't I find none with the extension .nbh, do I have that create it if yes as you make it? If not which the correct procedure?
Thank you...
Click to expand...
Click to collapse
You need to run the "Erviuskitchen.exe", in the first post you have the instrution to create the "nbh" file.
Thanks,
Test your ROM tonight.
You will make a ROM with Sense 2.1 and 2.5?
HTC Diamond Rom
I'm new here on the site and tried to access the link and could not find the Kitchen program, as it is with the broken link.
呵呵 不错 来逛逛
第一次发帖
This is my rom artemis wm 6.5.5 (23568)
ashwaa edition v.1
thanks to shady for his titanium settings
really like them so used them
updated to sys 23568 xip 23568
wifi now working
pls test gprs as idont have it on my serviceprovider
pls test fm radio as i lost my headset
pls reply so that if problem will rectify
download link 23568 v3 [20 \ 6 \ 2010]
http://www.mediafire.com/file/nzn2izqzoin/ashwaa v3.rar
download link 23568 v4 [15 \ 07 \ 2010 ]
http://www.mediafire.com/file/z2k40iogm5kedr5/ashwaa v4.rar
if u like it just say thanks
this is my first build so pls report if there are any bugs as far
as i know testing it for 3 days works perfectly fine still room for
improvement just tell me
includes
1 wm storage 1.9
2 iexplorer 6
3 ez input 2.1
4 x task 2.3
5 oxis hibernate 1.4
6 total commander
7 pocket screen
8 and most important options for black or white
background
for white background
settings > classic blue tsk
for black background
settings > ashwaa tsk
9 bubble breaker
10 ps shutxp
11 advance config
12 ppc pim backup
13 new calculator skin
14 new dialer
new v3
removed advanced config
removed taskmanager
added clear storage
new icons
leo lockscreen
new jet black theme
now enaled activesync via bluetooth
added mms support
new v4 [ 15 \07 \2010 ]
added
coreplayer
new random acess
new total commander
sdhc support
new lock screen
uploading now
REQUEST
Hello. Pour in another file exchanger.
Will the kitchen for firmware?
hey
looks great but download link doesnt work
pls post a working one
thx
'm sorry for the English
Friend, the rom looks good, but you put the link of the root folder of your hard drive in midiafire, put the link click download rom rom in order to open another page i copy the link, is expected to make it in Brazilian Portuguese ?
dvd-d2 said:
'm sorry for the English
Friend, the rom looks good, but you put the link of the root folder of your hard drive in midiafire, put the link click download rom rom in order to open another page i copy the link, is expected to make it in Brazilian Portuguese ?
Click to expand...
Click to collapse
link working for me
dvd-d2 said:
'm sorry for the English
Friend, the rom looks good, but you put the link of the root folder of your hard drive in midiafire, put the link click download rom rom in order to open another page i copy the link, is expected to make it in Brazilian Portuguese ?
Click to expand...
Click to collapse
can make it but u should clarify about the download link cause uploading for first time dont know how to use file sharing
link not working plz reupload
Clique nenhum download Onde uma seta ESTA indicado, Ele vai Abrir Uma nova pagina, copie o link e pagina Desta elemento NÓS post here for.: D
Talk to me in my MP so I can pass a link to a picture, for you to click through.
or add me on msn: [email protected]
[QUOTE = ashwaa; 6461033] Fazer isso Pode, Mas Sobre esclarecer u DEVE Causa um link para Download carregar Pela Primeira Vez Como USAR Não sabem o compartilhamento de Arquivos [/ QUOTE]
commando987 said:
link not working plz reupload
Click to expand...
Click to collapse
uploaded new link pls report
Friend, the file you have just increased the file, RUU_Signed.nbh how should I proceed to install without the other necessary files?
dvd-d2 said:
Friend, the file you have just increased the file, RUU_Signed.nbh how should I proceed to install without the other necessary files?
Click to expand...
Click to collapse
You need to download proschivalshik(download any firmware that has proshivalschik and replacement of RUU_signed.nbh)
Comments
Generally firmware is not bad.
Does not work wi-fi, no keyboard configuration.
maks.27 said:
Generally firmware is not bad.
Does not work wi-fi, no keyboard configuration.
Click to expand...
Click to collapse
wifi works for me
what do u mean by keyboard config
press hold the key board icon
there is option for two keyboards
dvd-d2 said:
Friend, the file you have just increased the file, RUU_Signed.nbh how should I proceed to install without the other necessary files?
Click to expand...
Click to collapse
u need aruu updater to update the nbh file
download any of the shady roms unrar them and replace
the nbh file from it with mine
ashwaa said:
wifi works for me
what do u mean by keyboard config
press hold the key board icon
there is option for two keyboards
Click to expand...
Click to collapse
There are also keyboard settings, ie the global keyboard settings)))
Look at me, how to 4PDA.
Amigo now it worked, thanks and congratulations for the rom.
I wonder if you have to add SDHC support in a possible upgrade.
my wifi is not open, it loads but not active.
)))
And where did you get these builds 25,368?
I built my firmware to 23569)))
very nice rom
i just install some app in SD card and memory
it rocks
mobile shell 3.5.4
resco contacts
s2u2
vito sms chat
ndrive gps
and its ok
thanks BEST ROM FOR ARTEMIS with wm6.5.5
ashwaa said:
wifi works for me
what do u mean by keyboard config
press hold the key board icon
there is option for two keyboards
Click to expand...
Click to collapse
problem also wifi dosen´t work any way to fix it the rom is great only wifi missing ??? comn manager fix ??? for wifi cant conect to wifi ???
only 20mb free
can´t install decent app ...
thanks