Some DPI too small and Some text Bold - Windows Mobile

Hi guys,
Need some help on this one. I recently moved to OS Kitchen. Must say pretty impressive. Still exploring it but i faced an issue. i did not change the sys and simple imported my EVK packs and sys(i hope so). When i build using evk, everything is fine, but when i cook using OS Kitchen i face some issues:
1. The resolution on text and some popup displays is small as in below pics.
2. The softkey font is in bold. earlier it used to be normal.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
If anyone knows a specific reason or a workarnd then do help. thanx

Same thing happened to me with the small text, but I haven't had time to figure it out. I just added some oboe stuff and 23132, but left most things the same as a build in oskitchen without those issues. Will keep an eye on this thread .

Mr. Makk said:
Hi guys,
Need some help on this one. I recently moved to OS Kitchen. Must say pretty impressive. Still exploring it but i faced an issue. i did not change the sys and simple imported my EVK packs and sys(i hope so). When i build using evk, everything is fine, but when i cook using OS Kitchen i face some issues:
1. The resolution on text and some popup displays is small as in below pics.
2. The softkey font is in bold. earlier it used to be normal.
If anyone knows a specific reason or a workarnd then do help. thanx
Click to expand...
Click to collapse
Small fonts - this issue is related to the folder structure required for OS Kitchen. In "0409" you will find some packages which are not "0409". Transfer it to "Common" and, no more small fonts.
Bold fonts - This issue is related to the latest WM releases, and, it is on purpose (not a bad idea). The only remedy I know - integrate some files from older COM5 releases. IMHO it is a questionable solution that risks instability by mixing different branches. Better become use to bold.
Hope it helps.

Mr. Makk said:
Hi guys,
Need some help on this one. I recently moved to OS Kitchen. Must say pretty impressive. Still exploring it but i faced an issue. i did not change the sys and simple imported my EVK packs and sys(i hope so). When i build using evk, everything is fine, but when i cook using OS Kitchen i face some issues:
1. The resolution on text and some popup displays is small as in below pics.
2. The softkey font is in bold. earlier it used to be normal.
If anyone knows a specific reason or a workarnd then do help. thanx
Click to expand...
Click to collapse
Hi mate..
this appened because when you rebuild your rom with Ervius kitchen
all dsm in all pack in sys are eliminated,
if you have import sys build from EVk to Os,there will be no dsm
required to Os Kitchen

giorgina351 said:
Small fonts - this issue is related to the folder structure required for OS Kitchen. In "0409" you will find some packages which are not "0409". Transfer it to "Common" and, no more small fonts.
Bold fonts - This issue is related to the latest WM releases, and, it is on purpose (not a bad idea). The only remedy I know - integrate some files from older COM5 releases. IMHO it is a questionable solution that risks instability by mixing different branches. Better become use to bold.
Hope it helps.
Click to expand...
Click to collapse
Everything in the sys seems perfect.
alesscam said:
Hi mate..
this appened because when you rebuild your rom with Ervius kitchen
all dsm in all pack in sys are eliminated,
if you have import sys build from EVk to Os,there will be no dsm
required to Os Kitchen
Click to expand...
Click to collapse
the sys packs in evk have dsm files. so this time i imported sys from the evk folder using oskitchen. but still same issue.

I had this issue with OSB one time, and willysp said he had the issue too.
We basically altered "packages.sof" to rearrange the SYS folders, the order in which they are processed.
Once untouched it was just fine. But it just dont like that SYS order to be messed with.

Mr. Makk said:
Everything in the sys seems perfect.
the sys packs in evk have dsm files. so this time i imported sys from the evk folder using oskitchen. but still same issue.
Click to expand...
Click to collapse
mate
i use build 23132 without this problem
i have downloaded build from link Alexx
try to unzipp another time
and import with oskitchen from desktop

Hi im having this same problem, the problem appear after i order the package.sog and cif. and i dont know how to fixes. im using osbuilder. i have rhodiumw gsm-cdma

EDMYJOSE said:
Hi im having this same problem, the problem appear after i order the package.sog and cif. and i dont know how to fixes. im using osbuilder. i have rhodiumw gsm-cdma
Click to expand...
Click to collapse
Dont mess with SYS order, and it should be just fine.

This link might help: http://www.mobileunderground.info/showthread.php?t=23024

Related

New Project - after all a Quick Peek

I'm working on this project for months (or is it already a year ???) now and this is after all a Quick Peek of the almost "Beta".
It's a GUI for the platformrebuilder.exe with additional functions for editing and new diagnostic functions.
It will be possible to extend the app with plugins (for all devs interested devs, the plug-in API will be public).
The main app is written in mixed code (managed and unmanaged c++), but plugins must be managed (VC++, VC, VB, ...)
All plugins and the GUI support translation... just need to make a new localization.en-us.xml for your language
Ok, pics tell more than words
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Packages:
- enable or disable packages
- Show content of packages, rename files or set file attributes, delete files, ...
- rename/delete packages
... and so on
Registry Preview:
- builds a preview of the registry, like it will be on the device after flashing the rom
- includes .reg, .rgu, .provxml files
- filters for: reg, provxml and XIP, SYS, OEM, EXT
- it will show warnings or errors if there are any in the source files
- you can see if one package is overwriting registry entries of another package
... and so on
File Preview:
- builds a preview of files on the device, like it will be on the device after flashing the rom
- includes .dat, .provxml files
- filters for: dat, provxml and XIP, SYS, OEM, EXT
- it will show warnings or errors if there are any in the source files
- you can see if one package is overwriting a file of another package
... and so on
Settings:
- Main settings and settings for the plugins
- Plug-in version information
Output:
- Shows the output of platformrebuilder.exe
- Also plugins can make new output containers, on this pic you see the output of the Execution plug-in (it is executing CreateRom.bat right now)
This is another simple plug-in. Allows you to change the Shadow order of the packages... This plug-in adds a menu entry to the Tools menu
there is no release date yet, because I don't know how much time I'll have to work on this... beside my family and studying
Best regards bepe
Wow. That looks great.
I sure wish we could get something like that for Samsung phones.
blazingwolf said:
Wow. That looks great.
I sure wish we could get something like that for Samsung phones.
Click to expand...
Click to collapse
there will also be an update for platformrebuilder.exe, fixing some problems that it had with some non HTC devices.
This GUI is basically for all WM devices that can flash custom roms, just making the OS file system... plug-ins can build the right rom then.
this looks great
btw, thanks in advance (Transaction ID: 7X029103UB793424L) for another masterpiece
Excellent!!!!!
hoping release as soon as possible!
cool~~~
wait for it
you are so great ,Bepe.we like your genius works.
This will be purely for rom building right, not for dumping roms per se?
Edit:
bepe said:
This GUI is basically for all WM devices that can flash custom roms, just making the OS file system... plug-ins can build the right rom then.
Click to expand...
Click to collapse
I guess that anwers my question right, it will allow plugin's for such things then?
cool~~~
wait for it
great...wait
Looks great hope this will work on my prophet
Great works brother !
Can't wait for build rom with your new kitchen !
Keep it up
Tom
Will this kitchen protect all the roms?
Like prb ? remove all the .reloc section of modules ?
Is there any way to turn off the option?
I like your kitchen, but i dont like to protect my rom.
Fantastic!
U are the Man.
WOW!!!!! I always think that you are an alien
It is awsome a simple preview of the files? its amazing I wonder if this New GUI could do some changes to the initflashfiles I mean... maybe if I want a shortcut here or there i could make it mannually and it affects directly to the initflash, (maybe its an impossible idea hehe ) but seeing the images like an emulator I can imagine so much things.
Hope the kitchen has the same improvements as the Ervius and new tools that Da_G is working on... to make the process faster but this is a fantastic idea and its looking good.
Congrats man! a donation coming soon... to support the work
+ Que PPC said:
WOW!!!!! I always think that you are an alien
Click to expand...
Click to collapse
haha, not an alien, but a magician or an artist
haha good work, bepe
!Aman! said:
this looks great
btw, thanks in advance (Transaction ID: 7X029103UB793424L) for another masterpiece
Click to expand...
Click to collapse
thank you very much!! ... have enough money for going to party now ... will take some more days before I finish this app now
Sweet, can't wait to give it a whirl when it's ready.
Slightly off topic, but since it's based on platformrebuilder, it's probably ok. Your old buildOS works great, but I can't get platformrebuilder to run provxml's after boot (ref here). I went through the normal steps to try to get it working, will this change file attribs and all that during boot time?
WoZZeR999 said:
Sweet, can't wait to give it a whirl when it's ready.
Slightly off topic, but since it's based on platformrebuilder, it's probably ok. Your old buildOS works great, but I can't get platformrebuilder to run provxml's after boot (ref here). I went through the normal steps to try to get it working, will this change file attribs and all that during boot time?
Click to expand...
Click to collapse
check the file attributes of mxip_system.vol, they should be +r +s

[SOLVED] Fixed bold font issue in COM3

Ok, here's the screenshot from my device:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I've attached the modules for you (Chefs only).
Thank you, again awsom find.
LoL don't know what to say I was breaking my head on the bold font.
Laurentius26 said:
Thank you, again awsom find.
LoL don't know what to say I was breaking my head on the bold font.
Click to expand...
Click to collapse
You're welcome
Cool fix....thanks...
Cloudyfa said:
Ok, here's the screenshot from my device:
I've attached the modules for you (Chefs only).
Click to expand...
Click to collapse
From what I see this is only a partial fix - you provided files from 235xx builds (gwes.exe is form 23569) .
Works like charm cooked in on 23123 build. Thanks Cloudy!
Great find @cloudyfa my appriciations for you.
May I know whether these modules
gwes.exe
gwes.exe.mui
commctrl.dll
are picked up from some other build or have been modded by you?..
What module I can use instead of gwes.exe.0409.mui
for cook in another language (i.e. 0410)?
i.e. gwes.exe.0410.mui from 235xx builds?
Thanks.
c_shekhar said:
Great find @cloudyfa my appriciations for you.
May I know whether these modules
gwes.exe
gwes.exe.mui
commctrl.dll
are picked up from some other build or have been modded by you?..
Click to expand...
Click to collapse
It's an combination of different build.
operators said:
What module I can use instead of gwes.exe.0409.mui
for cook in another language (i.e. 0410)?
i.e. gwes.exe.0410.mui from 235xx builds?
Thanks.
Click to expand...
Click to collapse
Yes, you can.
Cloudyfa said:
Yes, you can.
Click to expand...
Click to collapse
I did it!
(from 23563)
It works!
Thank you Cloudyfa.
Does this work only on 231xx builds? Or other COM builds with font issue as well? Has anyone tried on other builds other than 231xx builds?
ai6908 said:
Does this work only on 231xx builds? Or other COM builds with font issue as well? Has anyone tried on other builds other than 231xx builds?
Click to expand...
Click to collapse
Works on 216xx series as well. I guess this will work on any build.
It's work in 216xx build.
noone figured out the "real" boldfont fix?
let's work together...
the solution has to be in the photon/huashan/oboe ime packages....
can someone explain, wich of these files is defining the fontsize of the keyboard letters and "call" etc. in phonecanvas:
EzInputSettings.xml
EzInputSettings_SMS.xml
EzInputSettings_SMS_TUT.xml
EzInputSettings_TUT.xml
index.xml
ezinput.dll
HTCSipSrvc.dll
SIPUtil.dll
CheckIme.dll
eT9Dictionary.dll
eT9DisInput.dll
eT9ime.dll
eT9RegInput.dll
Don't have a clue, but I agree i don't think that mixing sys parts especially from a different AKU is a good idea. May work but who knows what it could be silently casuing issues with.
HD2Owner said:
noone figured out the "real" boldfont fix?
let's work together...
the solution has to be in the photon/huashan/oboe ime packages....
can someone explain, wich of these files is defining the fontsize of the keyboard letters and "call" etc. in phonecanvas:
EzInputSettings.xml
EzInputSettings_SMS.xml
EzInputSettings_SMS_TUT.xml
EzInputSettings_TUT.xml
index.xml
ezinput.dll
HTCSipSrvc.dll
SIPUtil.dll
CheckIme.dll
eT9Dictionary.dll
eT9DisInput.dll
eT9ime.dll
eT9RegInput.dll
Click to expand...
Click to collapse
Dialer has bold fonts as well. So it might not be just ezinput pkgs.
IMO, need in to what gwes defines, and see what all it takes to fix that. But I sure dont know how to do that...lol
Looks like Energy roms are moving to
"# Official 6.5.3 build from the Huashan 23121! Fast !!!
# Bold fonts are gone.. fonts restored to 'normal'"
Seems he has a fix for bold fonts wondering if he is using this method or another?
formula84 said:
Looks like Energy roms are moving to
"# Official 6.5.3 build from the Huashan 23121! Fast !!!
# Bold fonts are gone.. fonts restored to 'normal'"
Seems he has a fix for bold fonts wondering if he is using this method or another?
Click to expand...
Click to collapse
i just asked him via p.m.
he also replaced
gwes.exe
gwes.exe040X.mui
commctrl.dll
with com5 versions.
in com2, the softkeybar font is crisp and clear.
in com3, the softkeybar font is crisp and clear (but bold font in ime/dialer).
in com5, the softkeybar font is pixelated because of missing fontsmoothing.
notice.
i also tried to cook a 6.5.5-rom with the new font engine implemented by
replacing
gwes.exe
gwes.exe040X.mui
commctrl.dll
with the files from com3 (231XX), adding mgtt_o.dll / decompdll.dll
and adding the following keys:
Code:
[HKEY_LOCAL_MACHINE\System\GDI\FontFiles\TrueType]
"EXT0"=multi_sz:".ttf",".ttc"
"EXT1"=multi_sz:".ac3"
[HKEY_LOCAL_MACHINE\System\GDI\FontDrivers\Microsoft TrueType]
"File"="\\windows\\mgtt_o.dll"
"Order"=dword:10
[HKEY_LOCAL_MACHINE\System\GDI\FontDrivers\Microsoft AC3]
"File"="\\windows\\decompdll.dll"
"Order"=dword:10
the result was strange.... nothing happened. still no smooth font.
conclusion:
the way the skb-font is rendered is not only determined by the files mentioned above..
other files have to play a role in this smooth-skb-font-issue.
Thanks, I was hoping he had some other tricks up his sleeve, not sure I am comfortable replacing a module such as GWES, who knows what adverse affect this could have stability wise.
HD2Owner said:
noone figured out the "real" boldfont fix?
let's work together...
the solution has to be in the photon/huashan/oboe ime packages....
can someone explain, wich of these files is defining the fontsize of the keyboard letters and "call" etc. in phonecanvas:
EzInputSettings.xml
EzInputSettings_SMS.xml
EzInputSettings_SMS_TUT.xml
EzInputSettings_TUT.xml
index.xml
ezinput.dll
HTCSipSrvc.dll
SIPUtil.dll
CheckIme.dll
eT9Dictionary.dll
eT9DisInput.dll
eT9ime.dll
eT9RegInput.dll
Click to expand...
Click to collapse
I know that the file you are looking for is ezinput.dll (for keyboard letters) but I don't know how to edit the font or the font-color. I'm going nuts.

[Tool]Manila_Lang_Mover(/sorter) (beta .97)

Here is a little program I whipped up to move all of the _manila language files to their sub EXT locale folders.
It's simple to use, just place it in your manila folder (or where ever you have your manila files) like this and run it:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
and it will will sort them like this:
Manila works fine without the unneeded lang files (ones for other locales), and this program runs fine on my computer. So I'm calling this beta .9 in case there is anything that needs to be changed or fixed. Let me know if there are any problems.
Updates:
B.91
Added: /quiet switch to disable pop-up showing how many files were moved.
B.92
Fixed some bugs.
B.95
Added: /c: switch to put all language files in a single directory in that folder. To use, 'Manila_Lang_Mover.exe /c:Manila_Lang_Folder' to create a folder called 'Manila_Lang_Folder' and it will put all of the language files in that folder with their locale, 'Manila_Lang_Folder' can be anything you want it to be.
B.96
Fixed some bugs.
B.97
Changed "es-es" to 0c0a, "es-es_trad" still goes into 040a
Awesome tool bro...been long looking for something like this......tankU
Thanks! I never really liked the thought of having to delete files, and iit wasn't that hard to sort them instead of deleteing them. I hope this tool is helpful for non-WWE cooks as well.
WoZZeR999 said:
Thanks! I never really liked the thought of having to delete files, and iit wasn't that hard to sort them instead of deleteing them. I hope this tool is helpful for non-WWE cooks as well.
Click to expand...
Click to collapse
It certainly is helpful mate, not only for myself and other multilang cooks, but just to save some space on the roms !
An amazing little tool really, thanks a bunch
I think you may have an issue with es-es_traditional because that language probably has to go somewhere else and not with es-es (but I still didn't had the time to find out where).
nice app,it's exactly the same as this:
http://forum.xda-developers.com/showpost.php?p=6959152&postcount=1781
i guess you both had the same idea
airxtreme said:
I think you may have an issue with es-es_traditional because that language probably has to go somewhere else and not with es-es (but I still didn't had the time to find out where).
Click to expand...
Click to collapse
es-es_trad is going into the es-es folder right now, I can fix that in the next version. What is the lang code for es-es_trad?
etoy: didn't even kow that tool existed, thanks!
I kinda just built this because it's been years since I programmed and I wanted to see if I will had the programmers mind.
good job! just tryed and it works fine.
There's just a small problem. You used 040A lang code for spanish and it's 0c0a.
Is the es-es language 0c0a? I used microsoft long list of languages and their locales, so some may be different for phones.
B.97 added.
WoZZeR999 said:
Is the es-es language 0c0a? I used microsoft long list of languages and their locales, so some may be different for phones.
Click to expand...
Click to collapse
es-es should be 0C0A while es-es_traditional should be 040A but Windows Mobile doesn't seem to have packages for the 040A language so the files should go somewhere else but I have no idea where.
Well, I'm leaving them in 040a and hopefully M$ will add support.
WoZZeR999 said:
Well, I'm leaving them in 040a and hopefully M$ will add support.
Click to expand...
Click to collapse
If HTC included that language it probably means they don't go in 040A but in some other language that WM actually supports. I have searched the string in all the binary files but I still can't find out where it goes: I think the only way to find out is decompiling all the Lua files and looking where the languages are mapped.
WoZZeR999 said:
Well, I'm leaving them in 040a and hopefully M$ will add support.
Click to expand...
Click to collapse
If HTC included that language it probably means they don't go in 040A but in some other language that WM actually supports. I have searched the string in all the binary files but I still can't find out where it goes: I think the only way to find out is decompiling all the Lua files and looking where the languages are mapped. It could even be that the language is unused so the files can be trashed, if I find something I'll let you know.
Update: the string is nowhere to be found in the files but instead it's in the "HKEY_CURRENT_USER\Software\HTC\Manila\Locale" registry key in Operator Pkg. This makes things much harder because I'll have to dump gigabytes of ROMs to find out which one has the registry entry.
I've looked all the Leo ROMs and es-es_trdnl is nowhere to be found in the rgu files. I'll look in the rhodium ROMs too but both the leo and rhodium ROMs are not available in all the 39 languages so it's pretty hard to tell if it's really an unused language.
Yeah. I'm leaving it in 040a until somone notices that it's not in the correct directory.

[WM Kitchen] OSKitchen v1.34 Alpha2 (21 October 2010) (TESTING ONLY)

NOTE: This version is for testing only, make a backup of your older kitchen folder before trying the new version.
Changelog v1.34alpha2
Fixed ImgfsFromDump returning an error when the ramdrive cleanup mode setting was enabled
Fixed ImgfsFromDump not returning errors correctly
Fixed os.nb file deletion issue for devices with no sectorinfo
Fixed delete shadow order entries not being saved
Improved file copy and file deleting speed
Implemented detection of registry values that are found without a preceding registry key specifier
Fixed add2 files merging issue
Changelog v1.34alpha1
Moved the project to .NET Framework 4.0
Implemented internal manifest management to reduce disk overhead during package scanning
The kitchen now automatically strips all attributes from all packages files and when generating the ROM uses the ones declared in the DSM file when present or the previous internal default list
Implemented new hybrid build engine to shorten ROM generation time and take care of all overlapping files/modules
Release Notes
Manila management doesn't work
The kitchen prints a list the package and subpackage order while building to allow verifying if it's correct
Placeholder 2
Placeholder 3
could this use for cooked snap/mapl ROM? if not could u add it
Wow, great! I'll be waiting for the beta release
@ airxtreme:
hi , are you planing to put in tools for dumping stock wp7 rom's (the tools that are available at this time ) and only the parts that we can dump at this moment ?
that would be real nice , than we can explore it more simple .
ceesheim said:
@ airxtreme:
hi , are you planing to put in tools for dumping stock wp7 rom's (the tools that are available at this time ) and only the parts that we can dump at this moment ?
that would be real nice , than we can explore it more simple .
Click to expand...
Click to collapse
Until a proper tool for the D000FF files is released I can't produce proper dumps of the roms.
Thanks for this new creature Airxtreme.
It seems more fast then before but unfortunately i got this error:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This happen with and without IMPLANTxip.
EDIT : i only dumped and rebuilded Leo signed 1.66 ITA, no Manila patch .
OSKitchen v1.34 Alpha1
Test on ELL ROM ver ALL OK
until now...
got the same error as af974 (dumped fresh Leo s 3.14 ship rom and change any options, non implant xip method)
however what a dramatic increase in build process..
took 3 minutes to reach to the imgfs from dump part while it usually takes 10-20 mins on this busted up laptop..
Cool...i thought i was the only one with this problem
Now it would be interesting know how come that Sternas did get the error.
jjblaster3 said:
got the same error as af974 (dumped fresh Leo s 3.14 ship rom and change any options, non implant xip method)
however what a dramatic increase in build process..
took 3 minutes to reach to the imgfs from dump part while it usually takes 10-20 mins on this busted up laptop..
Click to expand...
Click to collapse
af974 said:
Cool...i thought i was the only one with this problem
Now it would be interesting know how come that Sternas did get the error.
Click to expand...
Click to collapse
Magic Sir, Black Cooking Magic...
Hahahah LOL thats funny ...Sternas did you try to dump and cook or did you copy the new files over the old kitchen?
sternas said:
Magic Sir, Black Cooking Magic...
Click to expand...
Click to collapse
af974 said:
Hahahah LOL thats funny ...Sternas did you try to dump and cook or did you copy the new files over the old kitchen?
Click to expand...
Click to collapse
NO Sir
this is NOT my problem
My Cooking "LAVA" exists ...
I use this tool to build ROMs
extract Stock ROMs is an other subject...
for me the split of "initflashfiles.dat"
is NOT good idea....
Ok it seems to be a trees problem.
I had my Kitchen in D:\XXXXX\OsKitchen
I changed in D:\OsKitchen and i was able to run the kitchen without errors.
af974 said:
Ok it seems to be a trees problem.
I had my Kitchen in D:\XXXXX\OsKitchen
I changed in D:\OsKitchen and i was able to run the kitchen without errors.
Click to expand...
Click to collapse
Oh, that is good....
have fun...
af974 said:
Ok it seems to be a trees problem.
I had my Kitchen in D:\XXXXX\OsKitchen
I changed in D:\OsKitchen and i was able to run the kitchen without errors.
Click to expand...
Click to collapse
Did XXXXX have spaces?
Can somebody please try this imgfsfromdump to see if it solves the crash?
Nope....the exact name is D:\Downloads\osKitchen Next v1.34alpha1
RoryB said:
Did XXXXX have spaces?
Click to expand...
Click to collapse
Same error with it and osKitchen in subfolder.
airxtreme said:
Can somebody please try this imgfsfromdump to see if it solves the crash?
Click to expand...
Click to collapse

[SOLVED] Sense 2012 facebook tab in contacts

I am working with oskitchen and a mixture of the leo 3.14 rom and a converted OBOE 1.8 rom. I have sorted a lot of the issues with sense 2012, Menu tab in contacts, the rss hub on the home screen etc.
The one thing I am having trouble with is the facebook tab with in contacts. I can not get it intergrated and wondering if somebody could help. Here is a picture of what I mean!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Any help would be appreciated
Do you have it enabled?
Code:
[HKEY_CURRENT_USER\Software\HTC\Manila]
"Facebook.Disable"=dword:0
Also, make sure you aren't using the people package from Oboe, it is not compatible with FB.
GhostXSeries said:
I am working with oskitchen and a mixture of the leo 3.14 rom and a converted OBOE 1.8 rom. I have sorted a lot of the issues with sense 2012, Menu tab in contacts, the rss hub on the home screen etc.
The one thing I am having trouble with is the facebook tab with in contacts. I can not get it intergrated and wondering if somebody could help. Here is a picture of what I mean!
Any help would be appreciated
Click to expand...
Click to collapse
Maybe OBOE 1.18 and Sense 2021?
If so -
[HKEY_CURRENT_USER\Software\HTC\Manila]
"Facebook.Disable"=dword:00000000
"Manila://people\\browserlayer\\peopleupdate.page.hidden"=dword:00000000
and use attached files for manila people.
Yes I have the registery key enabled as you suggested. Facebook is disabled by default in 2012. I will try the other reg key as well!
Ive tried as you suggested and edited the two registery entries, then in the people\files folder I added your zipped files and deleted the .dsm file. When I complied the rom sense would not load! Are there any full oboe 1.8 roms that have been trasnalted into english 409? I only have a partal one!
GhostXSeries said:
Ive tried as you suggested and edited the two registery entries, then in the people\files folder I added your zipped files and deleted the .dsm file. When I complied the rom sense would not load! Are there any full oboe 1.8 roms that have been trasnalted into english 409? I only have a partal one!
Click to expand...
Click to collapse
Maybe some misunderstanding with versions number? Or my English is pretty poor?
The latest leaked OBOE is 1.18 (Jan 2011). It's Chinese. No wwe is officially available.
The Sense from it is 2021. I don't know any 1.8 OBOE....
The sense you use (2012) is pretty old stuff - if it's not misprint. I asked you about that in my previous post and said "if so...". I attached fix for sense 2021 from the latest OBOE - not for the 1,5 year old 2012.
P.S. One more thing - quote from your topic:
GhostXSeries said:
.... Leo Advanced Updated utility.... All credit goes to HD2Owner for this awsome utility!
Click to expand...
Click to collapse
This sentence should look different:
All credit goes to -=Barin=- - the author of the utility and to HD2Owner for thread opening and valuable friendly support.
Cool, will update my thread! Here is the version of the manila core I am using! Manila Core v2.5.20212114.0. I am just trying to make the package as stable as possible!
So far I have fixed the rss hub showing chineese on the home screen, also I have fixed the menu on the All People tab, removing a couple of dead options in the people_pages.xml fille!
One user said that they noticed a facebook tab option missing, so I am now just trying to enable that!
GhostXSeries, I was stupid enough to forget to mention that I use cfc compression and my attached fixes are for compressed Manila....
Just tell me - do you use cfc compressed Manila or not?
I will look for original fixed Manila at my HDDs then for you...
Sorry once again....
No I tend not to use CFC. Since I offer my kitchen for users to build there own roms, it might be better to have a non CFC version! Cheers..
Edit: BTW I love your status! Recognised Idiler brilliant! It took me a minute to work out it wasn't an official status
Than - the same folder but not cfc compressed
Trying now! It has replaced 17 files and added an extra 5!
Sorry, didn't work. It gave me a corrupted rom error message when I turned the phone on! I have attached a copy of my sense people ext package if you wouldn't mind taking a look at it?
GhostXSeries
If you don't mind I would offer you to try the Sense that I use now
It has OSBuilder package structure (OEM) but it's not a big deal.
All credits - to my friend mwalt2.
Ive added my package from sense 2018, but it still doesn't know what the guy was talking about! There still is no facebook icon Anyway it doesn't matter too much.
I have got most of the problems sorted, including adding twitter and stock tabs! Only issue I have now is I dont like the new internet tab icon. Is there a way to revert back to the orgional icon?
Got the fix for the icon. Needed to replace the following files!
Hi Mate,
copy these manila files from old to new sense and you will have the old icon:
04abcd12_manila
0eea1f69_manila
2b1c2bb3_manila
4eaaa50e_manila
4fca8b48_manila
Regards!
Skyguar

Categories

Resources