Guest twu2 Posted September 21, 2010 Report Posted September 21, 2010 Hi twu2 and all, I noticed that using the script the lite ROM I can build still has references to opera, although I would want to remove them. Mainly, the folder "\Application Data\Opera9" is full of dirs and files. Is there a way to remove it? Besides, do you know how to remove in lite ROM the default "hotmail" account in mail application? Regards. Just folder? It's created in initflashfiles.dat. default hotmail account? based on my experience, no any mail account exists after flash.
Guest TripleH Posted September 22, 2010 Report Posted September 22, 2010 I get an error in BuildOs Error creating default.hv and user.hv. Do you khnow why? Witch old script everything was fine.
Guest twu2 Posted September 22, 2010 Report Posted September 22, 2010 check temp/log.txt to get more detail error information.
Guest fubo Posted September 22, 2010 Report Posted September 22, 2010 Just folder? It's created in initflashfiles.dat. default hotmail account? based on my experience, no any mail account exists after flash. Thx twu2. I managed to remove those folders and also to modify default and user hives to remove Opera references.
Guest n4m3less Posted September 23, 2010 Report Posted September 23, 2010 hi twu2!congratulations for your script easy! how can I set sms samsung (jinbox) as the default sms? and to change the default today? for example, set samsung widget plus as default today thanks
Guest TripleH Posted September 23, 2010 Report Posted September 23, 2010 At the end of log file i have that error. Failed to parse value name HKEY_CURRENT_USER\Software\A_C\S2U2!!! InitRegistry FAILED in file ".\Registry\9ae1e64d-4280-4f6f-afea-38a46364d74e.rgu" within a few lines of line 35. ImportFromPackageListStrict: (RGUComp) !ERROR failed importing ".\Registry\9ae1e64d-4280-4f6f-afea-38a46364d74e.rgu" wmain: (RGUComp) !ERROR failed building DEFAULT hives I`ve tride to cook in S2U2 witch tachan`s skin. I`ve put skin`s rgu file to the S2U2 rgu file.
Guest twu2 Posted September 23, 2010 Report Posted September 23, 2010 (edited) hi twu2!congratulations for your script easy! how can I set sms samsung (jinbox) as the default sms? and to change the default today? for example, set samsung widget plus as default today thanks 1. change the shortcut to \windows\sms-mms.exe 2. change the registry [HKEY_LOCAL_MACHINE\Software\Microsoft\Today\Items\Samsung WidgetPlus] "Enabled"=dword:1 (PS: you might need to change other Enabed value to 0 for other items.) Edited September 23, 2010 by twu2
Guest twu2 Posted September 23, 2010 Report Posted September 23, 2010 At the end of log file i have that error. Failed to parse value name HKEY_CURRENT_USER\Software\A_C\S2U2!!! InitRegistry FAILED in file ".\Registry\9ae1e64d-4280-4f6f-afea-38a46364d74e.rgu" within a few lines of line 35. ImportFromPackageListStrict: (RGUComp) !ERROR failed importing ".\Registry\9ae1e64d-4280-4f6f-afea-38a46364d74e.rgu" wmain: (RGUComp) !ERROR failed building DEFAULT hives I`ve tride to cook in S2U2 witch tachan`s skin. I`ve put skin`s rgu file to the S2U2 rgu file. check line 35 (or 34 or 36) in this file, usually there's some syntax error there.
Guest n4m3less Posted September 23, 2010 Report Posted September 23, 2010 1. change the shortcut to \windows\sms-mms.exe 2. change the registry [HKEY_LOCAL_MACHINE\Software\Microsoft\Today\Items\Samsung WidgetPlus] "Enabled"=dword:1 (PS: you might need to change other Enabed value to 0 for other items.) which shortcut? in what .rgu are they?
Guest twu2 Posted September 24, 2010 Report Posted September 24, 2010 new version: 1. fix the registry process in v4. (sorry, the code not always work... and there's a test code there... only process one .rgu file in v4)
Guest twu2 Posted September 24, 2010 Report Posted September 24, 2010 which shortcut? in what .rgu are they? 1. change the .lnk directly, point to the program you want. 2. modify .provxml or initflashfiles.dat (it depend on the original rom, most shortcut create in a .provxml file, and.... which file? just open it to search it) for such shortcut
Guest sosas Posted September 24, 2010 Report Posted September 24, 2010 (edited) T大你好 我根据你的教程一步步走的时候 每次都出现这个问题 是我什么步骤弄错了吗? 这是log.txt里面的内容: Microsoft ® RGUComp Version 1.0.000 Registry file processor and hive builder. Copyright © 2004 Microsoft Corporation All Rights Reserved. built: Nov 19 2004 15:17:13 importing registry file ".\boot.rgu"... (RGUComp) done! 已经找到答案。。。忘了拷贝 cabarc.exe了 Edited September 24, 2010 by sosas
Guest sosas Posted September 24, 2010 Report Posted September 24, 2010 我还有一个问题 就是我要定制简体中文的ROM 然后在LITE文件夹里的lang.txt应该怎么写? 直接改成04090804还是改成0804? 英文不好 没有看明白教程里那句话的意思 :lol:
Guest twu2 Posted September 24, 2010 Report Posted September 24, 2010 我还有一个问题 就是我要定制简体中文的ROM 然后在LITE文件夹里的lang.txt应该怎么写? 直接改成04090804还是改成0804? 英文不好 没有看明白教程里那句话的意思 :lol: 看你所用的 rom 的組合. 如果有用到英文版的 rom 的檔案, 也有用到中文版的檔案. (如最上頭的例子, 有用到 OEM\OEM_Lang_0404...) 那就要把兩個都寫上. 一行寫一個. 中文的說明可以看這兒: http://blog.teatime.com.tw/1/post/355 http://blog.teatime.com.tw/1/post/347
Guest sosas Posted September 24, 2010 Report Posted September 24, 2010 看你所用的 rom 的組合. 如果有用到英文版的 rom 的檔案, 也有用到中文版的檔案. (如最上頭的例子, 有用到 OEM\OEM_Lang_0404...) 那就要把兩個都寫上. 一行寫一個. 中文的說明可以看這兒: http://blog.teatime.com.tw/1/post/355 http://blog.teatime.com.tw/1/post/347 看了后还是没有明白 :lol: 简单说就是我现在想用NXXJH2版本制作简体中文的ROM 然后我删了OEM_Lang_0409 放上了OEM_Lang_0804 最后在lang.txt中只写0804 这样子对吗?
Guest twu2 Posted September 24, 2010 Report Posted September 24, 2010 看了后还是没有明白 :lol: 简单说就是我现在想用NXXJH2版本制作简体中文的ROM 然后我删了OEM_Lang_0409 放上了OEM_Lang_0804 最后在lang.txt中只写0804 这样子对吗? 建議兩個都用吧.
Guest sosas Posted September 24, 2010 Report Posted September 24, 2010 (edited) 建議兩個都用吧. 我成功生成了ROM 可是刷完之后无法开机 有开机第1屏 第2屏的动画结束后就黑屏(跟关机状态一样) 只能拿掉电池再开机 还是卡在哪里 没有显示第3屏。 这个是怎么造成的?请帮我分析一下原因 :lol: 我是在DFT下的核心。 语言文件我用的是别人的模板里提取的 但我觉得这个应该没问题吧。 感谢T大的教程 我曾经看着这个帖子尝试好几次都失败放弃了 今天实在忍不住 看了16页的这个帖子 经过无数次的失败 终于能生成NB0文件了 虽然刷了开不了机 但是我觉得这个应该是移植方面的问题吧 哈哈 希望这个问题能顺利解决! Edited September 24, 2010 by sosas
Guest twu2 Posted September 24, 2010 Report Posted September 24, 2010 有輸入法嗎? 你的 php script 有抓新的嗎? 原本 v4 上頭沒處理到 registry. 所以下頭這個可能沒被刪除 [HKEY_CURRENT_USER\ControlPanel\Sip] "DefaultIm"="xxxxx" 如果預設指定的輸入法不存在, 開機後就會停在黑屏的畫面.
Guest sosas Posted September 25, 2010 Report Posted September 25, 2010 (edited) 输入法我一直都有选的 应该是核心和语言文件移植的时候出现的问题 我重新做了几遍 只是移植英文的核心23138的话我能移植成功(保留JH2原来OEM_La g_0409文件夹) 但是我用CHS语言的23138核心 加上JC4的OEM语言 定制出来的就开不了机(选上了输入法) 然后用CHS语言的23136核心 不使用JC4的OEM语言(保留JH2原来的那个OEM_Lang_0409文件夹), 这样子做出来的ROM能开机 能显示SYS部分的汉子(对我来说够了 只要SYS是中文的就够了,OEM无所谓) 但是开始菜单里面没有图标! 只要一个“主屏幕”也就是“HOME”那个图标 找不到别的图标?这个怎么解决? 是不是移植语言文件还有别的步骤呀? Edited September 25, 2010 by sosas
Guest twu2 Posted September 25, 2010 Report Posted September 25, 2010 然后用CHS语言的23136核心 不使用JC4的OEM语言(保留JH2原来的那个OEM_Lang_0409文件夹), 這樣做出來的 rom, 開始選單的位置不對 (因為你用 OEM_Lang_0409, 是英文的), 但核心是 0804, 找的開始選單路徑是中文的, 所以會看不到東西.
Guest Odysseas07 Posted September 29, 2010 Report Posted September 29, 2010 (edited) Hello twu2 and thanks for your work Can i ask you where we can find kernel???? edit i am trying to fix a lite rom with H2 rom , i have an error with module myphonelauncher.cpl FLAG "L"does not correspond to e32_vbase=0x01920000 move the module in slot0 i dont know what is that !!!! i try to fix it with uncheck the myphone box on OEM page select . the rom created i install on my phone and i open it but it stuck on start up and then i have black screen i do everyting step by step (POST 1) i use the zzzzzMyMods from G2 i dont know if this is the problem Please helpppppppppppppppp Edited September 29, 2010 by Odysseas07
Guest twu2 Posted October 1, 2010 Report Posted October 1, 2010 (edited) for new kernel and sys, try to use google to find it... like this: http://www.mobileunderground.info/sys/ flag L issue: I think either yes or no will work. Edited October 1, 2010 by twu2
Guest speedfrog Posted October 1, 2010 Report Posted October 1, 2010 just press yes, when i did it, it worked :lol:
Guest shadowangel Posted October 1, 2010 Report Posted October 1, 2010 Hello twu2 and thanks for your work Can i ask you where we can find kernel???? edit i am trying to fix a lite rom with H2 rom , i have an error with module myphonelauncher.cpl FLAG "L"does not correspond to e32_vbase=0x01920000 move the module in slot0 i dont know what is that !!!! i try to fix it with uncheck the myphone box on OEM page select . the rom created i install on my phone and i open it but it stuck on start up and then i have black screen i do everyting step by step (POST 1) i use the zzzzzMyMods from G2 i dont know if this is the problem Please helpppppppppppppppp It usually happens when the folder of that dll doesn't have it's .dsm (do not delete this files! Each folder of your kitchen must have a dsm, even a blank one) check it out :lol:
Guest Odysseas07 Posted October 1, 2010 Report Posted October 1, 2010 It usually happens when the folder of that dll doesn't have it's .dsm (do not delete this files! Each folder of your kitchen must have a dsm, even a blank one) check it out :lol: Thanks my friend for your answer I check it now and i see that the dsm is in the oem file MyPhone ... Look.....
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now