PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   CDMA TP Development (http://forum.ppcgeeks.com/forumdisplay.php?f=68)
-   -   [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi] (http://forum.ppcgeeks.com/showthread.php?t=81038)

raidzero 03-03-2010 04:42 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
1 Attachment(s)
23541 XIP: http://www.megaupload.com/?d=NQ6AW7X3
23541 SYS: http://www.megaupload.com/?d=4BCPDKF5

I have attached my edited phcanimages.dll in a rar. its 2.5 megs. much better than 12.9 megs. I removed some extraneous landscape images since landscape didnt work anyway.

Jbradthomas 03-03-2010 04:49 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
Only thing I can think of is my download of rollup got corupt. If I include either 23541 SYS or MSXipKernel in kitchen it won"t boot. 23518 works fine.

Lat 03-03-2010 04:51 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
Quote:

Originally Posted by raidzero (Post 1604314)
I have attached my edited phcanimages.dll in a rar. its 2.5 megs. much better than 12.9 megs. I removed some extraneous landscape images since landscape didnt work anyway.

Does this only work with the Rhodium dialer?

I'm using the pyrorob leo dialer right now (which does have landscape)...how would i go about reducing the size of phcanimages.dll in it too?

Thanks for all your great work rz =)

Sharkie405 03-03-2010 04:54 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
+1, Thanks for the build and continued support. And extra extra thanks should you decide to release one more kitchen ;)

Quote:

Originally Posted by raidzero (Post 1604202)
Interesting note: with 23541, my youtube also loses its audio.

hhmm...

raidzero 03-03-2010 04:56 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
Quote:

Originally Posted by Lat (Post 1604292)
Sweet. Your script is saving me so_ much time =P

Is there any harm in adding the above exclusions to your script? or getting your script to delete all _skip files?

no problem to delete skip files.. just add a line or two to the rollup sorter batch file before it says all done:

Code:

del packages.txt

echo Removing _Skip Files...
for /F "tokens=*" %%A in ('dir /s /b %localpath%\%sortedfolder% _skip') do del %%A
cls
echo All done!

I am testing this now.. maybe I should test before I post?

nah, wheres the fun in that?!

edit: that code does not work .. I never thought of including the skipfile deletion.. but I will, and revision2 will be born.

raidzero 03-03-2010 05:02 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
Quote:

Originally Posted by Lat (Post 1604347)
Does this only work with the Rhodium dialer?

I'm using the pyrorob leo dialer right now (which does have landscape)...how would i go about reducing the size of phcanimages.dll in it too?

Thanks for all your great work rz =)

yes phcanimages.dll is specific to the dialer package. in order to do this to other dll's there are a few requisites...

PE Explorer, or other resource editor

open up the dll in pe explorer, delete the images that you dont want (if any) save the dll, then save all resources from it as images. then edit each image with GIMP or photoshop and convert the mode to indexed, make sure you auto generate the color palette (indexing discards all information about colors that are not present in the image, thus saving space). if you have photoshop CS2, I have already created droplets to convert bmp's and png's to indexed mode. I will attach them if anyone is following what I am saying.

after the images have been edited (they will now be much more lightweight) replace all the images in the dll and save, then use the dll in an EXT as normal.

if all the editing sounds scary, its pretty simple to just remove resources from a DLL. with PE explorer, all you do is right click it, and click remove resource. then say yes to the warning when you save the file so it can recalculate the size of the dll.

raidzero 03-03-2010 05:18 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
here is a working way to not have skipfiles copied:

Code:

echo Now extracting the following packages...

echo _skip > skipfiles
for /F "usebackq delims=" %%A in ("packages_sorted.txt") do (
echo D|xcopy /D /H /E /C /Y /Q /EXCLUDE:skipfiles %%A %sortedfolder%\%%A >NUL
echo %%A
)


Jbradthomas 03-03-2010 05:38 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
Thanks Raid,

Downloaded your XIP and SYS. Compared them to mine and they where identicial. Deleted mine, pasted yours TP is booting.
Like I said earlier my rollup must have gotten corupt or something.

Funny CE OS 5.2.23533(Build 23541.5.5.0) :???:

Thanks,
Brad

YouTube is working fine.

raidzero 03-03-2010 05:52 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
Quote:

Originally Posted by Jbradthomas (Post 1604448)
Thanks Raid,

Downloaded your XIP and SYS. Compared them to mine and they where identicial. Deleted mine, pasted yours TP is booting.
Like I said earlier my rollup must have gotten corupt or something.

Funny CE OS 5.2.23533(Build 23541.5.5.0) :???:

Thanks,
Brad

YouTube is working fine.

there must not be a 23541 kernel so people have been including the 23533 one. If it bothers you, you can edit the build number by opening up 723fb954-d931-4348-b672-82a188e587b5.dsm (in msxipkernel) with DSM_Editor (included in tools for your DSM editing pleasure) and editing the QFElevel:

http://i48.tinypic.com/4jbcer.png

just erase 23533 and replace it with 23541, then save the dsm and exit ;)

obviously this is just a quick hack to maintain consistency, this does nothing that actually updates the kernel haha

strange that youtube works for you. there are things I do not understand in the world of cooking...

raidzero 03-03-2010 05:57 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
well the time has come for me to go home, it was fun today, posting like a madman like old times.. lol. see you all around!

Jbradthomas 03-03-2010 06:04 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
Thanks again Raid. 23533 really does't bother me just thought it was funny.
Really appreciate your help today. You have a good evening. I learned alot today. It seems if thing don't go right you learn more. I think I will try with 28205 just to see if I can get that to work. If I ever get to TP2 land I will be looking for you.

Big Thanks Again,
Brad

Lat 03-03-2010 06:10 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
Quote:

Originally Posted by raidzero (Post 1604365)
yes phcanimages.dll is specific to the dialer package. in order to do this to other dll's there are a few requisites...

PE Explorer, or other resource editor

open up the dll in pe explorer, delete the images that you dont want (if any) save the dll, then save all resources from it as images. then edit each image with GIMP or photoshop and convert the mode to indexed, make sure you auto generate the color palette (indexing discards all information about colors that are not present in the image, thus saving space). if you have photoshop CS2, I have already created droplets to convert bmp's and png's to indexed mode. I will attach them if anyone is following what I am saying.

after the images have been edited (they will now be much more lightweight) replace all the images in the dll and save, then use the dll in an EXT as normal.

if all the editing sounds scary, its pretty simple to just remove resources from a DLL. with PE explorer, all you do is right click it, and click remove resource. then say yes to the warning when you save the file so it can recalculate the size of the dll.

whoa, sounds like a lot of work...but i'll try that now =P
i dunno which resources i can remove, so i'll probably just convert them to indexed

Edit: hm, phcanImages.dll is already at around 4MB...maybe it's already optimized
Edit2: took me a while, but i managed to do that for both phcanimages.dll and phcanimages2.dll, reduced both by around 50% =)

Lat 03-04-2010 01:44 AM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
Just reporting that I'm smoothly running build 23541 now, with my first run of Sense 2.5.2012. I've reduced the sizes of the phcanImage/2.dll for the Leo dialers too, and everything seems to be without issues. (If you want those files and you're using pyrorob's dialer, just let me know!)

The only minor thing was that the new manila had extra updated packages for the Device Information in the settings menu; I'll have to delete the older ext for my next flash (and do the same for my extra Power icon too :drunken:)

Lat 03-04-2010 05:08 AM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
Quote:

Originally Posted by Jbradthomas (Post 1584819)
Sharkie,
Changed back to Contact_Picker_1_0_19202622_00 fixed contact problem in messaging. SMS\MMS both work sweet.


Will post screenshots soon.

I have to do the same too, the new contact picker in the Manila 2.5.2012 failed..

Thanks for the info =)

Jbradthomas 03-04-2010 08:39 AM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
Quote:

Originally Posted by Jbradthomas (Post 1589626)
Link to contact picker http://forum.xda-developers.com/show...633795&page=49 post 490. Cook in regular contact picker first then half patched. Might need to rename a little to get proper order. That was all I changed. Didn't use any of the others at that post.

With HDWall all I have managed to change is color of taskbar & softkey bar. Sure I 'am doing something wrong. How did you change wallpaper?

Lat,

I later switched contact picker to these.

Jbradthomas 03-04-2010 10:16 AM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
I was able port 28205. I think I will try this for a few days and see how it works.

This is actually very simple, Sharkie or Lat if you need any help with this just holler. I have also trimmed some more out of SYS. Thats why I want to run a few days.

23541, I was making to complicated at first. After Raid answered some questions and got me steered straight I see it real easy. Just wish there wasn't something wrong with my 23541 rollup.

Again Raid Thanks for keeping it simple.

raidzero 03-04-2010 10:25 AM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
Quote:

Originally Posted by Jbradthomas (Post 1605911)
I was able port 28205. I think I will try this for a few days and see how it works.

This is actually very simple, Sharkie or Lat if you need any help with this just holler. I have also trimmed some more out of SYS. Thats why I want to run a few days.

23541, I was making to complicated at first. After Raid answered some questions and got me steered straight I see it real easy. Just wish there wasn't something wrong with my 23541 rollup.

Again Raid Thanks for keeping it simple.


No problem, happy to help. :)

Jbradthomas 03-04-2010 02:39 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
I have two problems I need to solve.

1. Opera 10 Beta 3 cab install works fine. If I cook it in, starts in windows fine, but manila internet tab gives error that its not signed , blah blah.
Tried sdcerts didn't fix.

2. Manila taking over start menu. How can I stop manila from putting people, calendar, and music icons in start menu? Also for some reason I get a utilities icon with mail setup, this I can delete and will stick after soft reset but manila ones come back.

Any Idea's
Thanks Brad

Sharkie405 03-04-2010 03:24 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
I don't have that issue w/Opera10. My only suggestion would be to try SDCerts which you already have, so I don't have a clue.

You can look in the kitchen at OEM\OEM_Lang_0409\initflashfiles.dat and see if you see those icon/links listed there and edit to your liking. I don't have time to search and see if they are there, but I know that this is a way to remove some of the other icons/links from the start menu...

raidzero 03-04-2010 03:46 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
There is no way to get rid of those icons that manila will create every time it is started. Well, I am sure there IS a way, but I do not know it. You can remove them manually but as soon as manila is restarted they are back. one thing you can try is remove starticonloader, or at least tweak it.. since it seems that is what that does. I have not messed with opera 10 since the first beta so I cannot help there. Can you launch it manually? how are you converting to EXT? I always go from cab to oem, from oem to ext. never had any problems with that.

Jbradthomas 03-04-2010 03:52 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
Raid you just had a nice looking start menu, Sense 2.5.2012 trashes it.

I tried the opera 10 EXT and it wouldn't cook in. Yes I cab to oem to ext.

Thanks Guys

edit; Just noticed that opera 10 is in Tmartins kitchen, will try them.
edit2 Sharkie sound for YouTube is working with 28205 also.

raidzero 03-04-2010 04:15 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
Quote:

Originally Posted by Jbradthomas (Post 1606671)
Raid you just had a nice looking start menu, Sense 2.5.2012 trashes it.

I tried the opera 10 EXT and it wouldn't cook in. Yes I cab to oem to ext.

Thanks Guys

edit; Just noticed that opera 10 is in Tmartins kitchen, will try them.
edit2 Sharkie sound for YouTube is working with 28205 also.

you could try manually exporting the reg from the cab and taking the files from it, then making an app.dat manually based on the file installation paths in the cab..

Sharkie405 03-05-2010 02:34 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
In case you guys hadn't heard, check out CookieMonster HomeScreen mod v1.6 was released yesterday and looks awesome for VGA! You'll also need CHTEditor v1.6. There's a link to that post in the first post of the CookieMonster thread...

http://forum.xda-developers.com/showthread.php?t=625483

One of the benefits is more quick links. I have mine running 48 quicklinks! 16 per page and swype over for two more pages of quick links. So far, it's running smoothly on my ROM.

http://i981.photobucket.com/albums/a...Scr0002-34.jpg

raidzero 03-05-2010 02:38 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
Quote:

Originally Posted by Sharkie405 (Post 1608926)
In case you guys hadn't heard, check out CookieMonster HomeScreen mod v1.6 was released yesterday and looks awesome for VGA! You'll also need CHTEditor v1.6. There's a link to that post in the first post of the CookieMonster thread...

http://forum.xda-developers.com/showthread.php?t=625483

One of the benefits is more quick links. I have mine running 48 quicklinks! 16 per page and swype over for two more pages of quick links. So far, it's running smoothly on my ROM.

http://i981.photobucket.com/albums/a...Scr0002-34.jpg

FORTY-EIGHT quicklinks! jeez. haha
there is no way I could fill 48, I have a hard time filling 9 even! have to end up stretching and using mp3 trimmer or something there.. which I do not ever use enough to warrant having a link on my home screen :)

Sharkie405 03-05-2010 02:48 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
Yeah, I don't have enough programs to fill 48 quick links either, but 16 on the first is page better than the 9 standard. Using CHTEditor, however, you can change the no. of quicklinks per page, the no. of quicklink pages and customize a whole lot of homescreen stuff.

Oh, you can also change the operator name with CHTEditor, which means my inability to cook in Personalizer has become a non-issue! :)

raidzero 03-05-2010 03:01 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
Sweet!

raidzero 03-05-2010 03:35 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
hey guys, for those of you sense cookers, I foun out from Mike how ot disable its shortcuts....


add this to the manila start menu reg in tweaks:

Code:


[HKEY_CURRENT_USER\Software\HTC\Manila]
"IsShortcutEnable"=dword:0


Lat 03-05-2010 03:55 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
Quote:

Originally Posted by Sharkie405 (Post 1608926)
One of the benefits is more quick links. I have mine running 48 quicklinks! 16 per page and swype over for two more pages of quick links. So far, it's running smoothly on my ROM.

Wow, just wow. I use...0 of the quicklinks with my Sense 2.5. Too used to everything being in my start menu =P

Quote:

Originally Posted by raidzero (Post 1609078)
hey guys, for those of you sense cookers, I foun out from Mike how ot disable its shortcuts....

Sweet thanks, will implement that!

Jbradthomas 03-05-2010 05:20 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
Quote:

Originally Posted by raidzero (Post 1609078)
hey guys, for those of you sense cookers, I foun out from Mike how ot disable its shortcuts....


add this to the manila start menu reg in tweaks:

Code:


[HKEY_CURRENT_USER\Software\HTC\Manila]
"IsShortcutEnable"=dword:0


I found this samething over at Mobile Underground last night. Tried but it didn't work.

Raidzero, I have very low ear speaker volume in phone calls since I upgraded to 28205. I see you have RZ Audio CSV in EXT\System. Is there anything to do to improve this. I know its an old story but it seems lower than with 23518 or stock was.

raidzero 03-05-2010 05:41 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
Quote:

Originally Posted by Jbradthomas (Post 1609346)
I found this samething over at Mobile Underground last night. Tried but it didn't work.

Raidzero, I have very low ear speaker volume in phone calls since I upgraded to 28205. I see you have RZ Audio CSV in EXT\System. Is there anything to do to improve this. I know its an old story but it seems lower than with 23518 or stock was.

Make sure that the reg is being applied after the manila packages do (move it to a folder that comes after manila). My audio CSV is actually to increase earpiece volume. but you can remove it if you want to test..

Jbradthomas 03-05-2010 05:58 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
Yes, I just learned to add that reg. setting to manila core rgu file. I believe it has to be cooked in.

I thought about removing your audio CSV and testing. Just wanted your opinion.

Thanks,
Brad

Jbradthomas 03-05-2010 10:23 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
Quote:

Originally Posted by raidzero (Post 1609078)
hey guys, for those of you sense cookers, I foun out from Mike how ot disable its shortcuts....


add this to the manila start menu reg in tweaks:

Code:


[HKEY_CURRENT_USER\Software\HTC\Manila]
"IsShortcutEnable"=dword:0


Just to confirm this reg.edit does work cooked in. I added it to EXT\Baseline\11_registry\RZ_TodayScreen_Manila. It also fixed some double icons I was having. Just one more to fix Utilities\Mail Setup. Which is already in Office Mobile.

Lat 03-06-2010 07:57 AM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
i have a bug with my peoplemessagingclassic 2.01 in manila 2.5.2012...

within the contact card (not arcsoft), when i'm using the messaging tab to text with a friend, the threading order is a bit messed up.

the texts i've sent are timestamped and all appear at the top of the list
the texts i've received are only datestamped and all appear at the bottom of the list.

does anybody else have this issue?

Jbradthomas 03-06-2010 08:58 AM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
Lat,

Sharkie, I believe and I are using HTCSense_amarullzNoMessagingClient_2.0.0-BETA3.
I don't text very often, but do use MMS. Both seem to be working well. If you need this Messaging Client let me know and I will post it.

Jbradthomas 03-06-2010 09:19 AM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
Quote:

Originally Posted by Sharkie405 (Post 1599439)
Aight, so BG4ALL in full effect!

http://i981.photobucket.com/albums/a...Scr0001-42.jpg http://i981.photobucket.com/albums/a...Scr0002-31.jpg

http://i981.photobucket.com/albums/a...pScr0004-8.jpg

http://i981.photobucket.com/albums/a...Scr0003-13.jpg

I believe the solution was using Album_3_2_20113921_0 the Rhodium version instead of the Topaz version which I believe is what I had in there before. I think there was something wrong with the path in the Topaz version. I didn't have the option to look in Albums w/the other one when trying to set a wallpaper. I could only go through the windows explorer to get to pics. I used the attached cab for the actuall bg4all program. It's the one I've found that work the most. In landscape mode the picture is set higher than in portrait mode. That's the only bug I can see.

I also cooked in Full_Screen_Player_1_8_20113022_00_Topaz and Full_Screen_Player_VGA_Patch. I'm not sure which of the three changes exactly caused things to work, but that's what I have cooked in that could possibly affect wallpaper.

Sharkie could you tell me which MediaToolKit you are using with Album_3_2_20113921_0.

Thanks

Sharkie405 03-06-2010 12:58 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
Quote:

Originally Posted by Lat (Post 1610380)
i have a bug with my peoplemessagingclassic 2.01 in manila 2.5.2012...

within the contact card (not arcsoft), when i'm using the messaging tab to text with a friend, the threading order is a bit messed up.

the texts i've sent are timestamped and all appear at the top of the list
the texts i've received are only datestamped and all appear at the bottom of the list.

does anybody else have this issue?

Yep, My texts are timestamed the same way as yours Lat. If you figure it out, let me know. I also have the 2016 sms date issue. I've tried Ziggy's 2016 fix, but it didn't work. Anyone know of a fix?

Quote:

Originally Posted by Jbradthomas (Post 1610397)
Lat,

Sharkie, I believe and I are using HTCSense_amarullzNoMessagingClient_2.0.0-BETA3.
I don't text very often, but do use MMS. Both seem to be working well. If you need this Messaging Client let me know and I will post it.

Correct, I'm using this messaging client.

Quote:

Originally Posted by Jbradthomas (Post 1610404)
Sharkie could you tell me which MediaToolKit you are using with Album_3_2_20113921_0.

Thanks

Currently I'm using Media_Tool_kit_1_2_20113122_0. Is this dependency to do w/youtube at all? I have v.1920 that was already in RZ's 2.5.19xx dependencies. I wonder what differences they have...

Jbradthomas 03-06-2010 01:37 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
Quote:

Originally Posted by Sharkie405 (Post 1610640)
Yep, My texts are timestamed the same way as yours Lat. If you figure it out, let me know. I also have the 2016 sms date issue. I've tried Ziggy's 2016 fix, but it didn't work. Anyone know of a fix?


Correct, I'm using this messaging client.


Currently I'm using Media_Tool_kit_1_2_20113122_0. Is this dependency to do w/youtube at all? I have v.1920 that was already in RZ's 2.5.19xx dependencies. I wonder what differences they have...

I'm having trouble with my photos in full screen(only shows top 2/3 of photo). Was going to try different Album, just wanted to know which MediaToolKit to use. Going to flash soon will let you know if it breaks YouTube.

Thanks

edit; Upgrading Album and MediaToolKit did fix photo problem, but didn't break YouTube. I've still have no luck fixing Opera 10. Still won't start in manila.

Jbradthomas 03-06-2010 04:57 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
Just to let you guys know 28205 has caller id issues. Seen something about other builds with same problem. Will be looking for a fix. Switching back to 23541.

Sharkie405 03-06-2010 05:23 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
I heard very soon after 28205 was released, that it was very unstable. So much so that I didn't ever even bother trying it out. I don't have any caller id issues w/28011.

Jbradthomas 03-06-2010 06:20 PM

Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
 
Quote:

Originally Posted by Sharkie405 (Post 1611191)
I heard very soon after 28205 was released, that it was very unstable. So much so that I didn't ever even bother trying it out. I don't have any caller id issues w/28011.

I didn't have any stabiliaty problems. Just no caller id and hopefully that was my low volume problem. Think battery life was a little lower to. Oh well see what 23541 brings.


All times are GMT -4. The time now is 05:17 AM.

Powered by vBulletin® ©2000 - 2026, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0