PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Apache Development (http://forum.ppcgeeks.com/forumdisplay.php?f=53)
-   -   Apache WM6 Kitchen CE OS 5.2.1908 (Build 18508.0.7.0) 071117_1 Bugs/Patches (http://forum.ppcgeeks.com/showthread.php?t=11971)

quite98 11-20-2007 12:04 AM

Quote:

Originally Posted by edufur (Post 125378)
the setup is sticking. so i guess i am at a loss. i am able to connect just fine if i use a service like Fring... but i would rather use the WM6 native voip. maybe you can point me to a document that clearly outlines what i should be doing to make it take? it would be nice if the VOIP setup program had a "test settings" function to tell me if the problem is there or elsewhere. unfortunately, the native system is not reporting anything.

Not sure if this helps but I have VoIP working (well, sort of working) with voiptalk.org.

I selected "whenever available" for "outgoing calls using VoIP", and the "Enable VoIP over 3G" option is checked. Once these two options and the SIP settings have stuck (i.e. after a reboot the options I chose are still entered), I can see that voiptalk appears in the dialer screen when the data connection is alive. If the data connection is not alive, I see the regular Sprint graphic.

When voiptalk is visible I can dial the test numbers and can confirm that both incoming and outgoing codecs work with two caveats:

- the audio comes from the rear speaker of the device
- the audio is too quiet to be usable.

Voiptalk.org offer a free trial (you get 20p credit). With this you can dial the test numbers, test incoming calls, etc.

bobonit 11-20-2007 12:13 AM

2 Attachment(s)
Quote:

Originally Posted by gguruusa (Post 126034)
Provide an example of simple, edufur.

Guru, It happens even if I use the htc.nb that is included in the Kitchen. If I use the splashimage converter to just VIEW the file in the buildos\splashimages\QVGA folder, it looks fine. However, if I use the splashimage converter to VIEW the file in the buildos\temp folder after the ROM is built, it has the green artifacts in it. That is my example of simple. If I use something nicer like a photo, it almost looks like a photo negative the output is so bad.

gesanjose 11-20-2007 12:14 AM

Has this issue been resolved yet?
 
Quote:

Originally Posted by dc (Post 121216)
I have been experiencing the same issue of the Bluetooth dropping during a call. While Bluetooth is somewhat weak on the 6700, this is the first build where it would drop during a call. Previously I would have trouble enabling Bluetooth, but once it was enabled it would stay connected. I am on Sprint and have attached the text file of my kitchen selections. I use a Bluetooth headset often, so any help would be appreciated.

Sorry if I missed this, but has this bluetooth issue been resolved yet?
I also use bluetooth quite often - mostly in the car - and have had my bluetooth shut off (but the call remain live) with my hands free Raytel 4200.
Any and all help would be appreciated. THanks in advance.

edufur 11-20-2007 01:54 AM

Quote:

Originally Posted by gesanjose (Post 126072)
Sorry if I missed this, but has this bluetooth issue been resolved yet?
I also use bluetooth quite often - mostly in the car - and have had my bluetooth shut off (but the call remain live) with my hands free Raytel 4200.
Any and all help would be appreciated. THanks in advance.

i have never had bluetooth problems in the phonecalls. i have had skipping issues with bluetooth stereo, but it seems everyone has that. if you are getting lost connections with phone call links, you may want to try a different headset. i am assuming you have already been through all the re-pairing business... so another headset might be worth a shot.

Wolf71 11-20-2007 03:29 AM

Here's my report:

Fixed Bugs:
- Final message "error downloading rom"
- When I include my old mms 3.0.6.24 appear the file exists error (not anymore!)
- Live messenger hangs when I forward a email with attached file, having htc today in any version installed
- Skipping mp3s when played from miinisd onto wmp
- Standard RUU generating a country error code when choose movistar venezuela
- Ir file transfer pc-pda (I guess, not yet tested)
- Drainy battery (still with bluetooth, wifi, ir and beam off, I hope)

Still Bugs:
- Newer MMS applet not invoke camera from inside (I guess that I'ts not made for apache)
- Additional -4 hours on displayed time (have to syncronize with network and soft reset)

Recently observed bugs:
- When first time buildos run, generates a carrier error, when saved the own selections, closed and open again, the error goes away
- Standard RUU generates a application error when launching and choosing next when run on vista, solution: goto upgrade/ruu and make ROMUpgradeUt app compatible with xp sp2
- Recording a video at 320x240 and zoom 2x in a sunny day at minisd produces a interlaced ugly random horizontal bands and get recorded too Solution: With a registry editor make the following:
HKLM\Drivers\SDCARD\ClientDrivers\Class\MMC_Class
SingleBlockWrites 0x1 (non extisting dword)
HKLM\Drivers\SDCARD\ClientDrivers\Class\SDMemory_C lass
SingleBlockWrites 0x1 (non extisting dword)

That's all for now

Wolf71 11-20-2007 03:49 AM

Quote:

Originally Posted by bobonit (Post 126070)
Guru, It happens even if I use the htc.nb that is included in the Kitchen. If I use the splashimage converter to just VIEW the file in the buildos\splashimages\QVGA folder, it looks fine. However, if I use the splashimage converter to VIEW the file in the buildos\temp folder after the ROM is built, it has the green artifacts in it. That is my example of simple. If I use something nicer like a photo, it almost looks like a photo negative the output is so bad.

Looks like that have fewer colors than original, (256 or 8 bits), just a matter of conversion

gguruusa 11-20-2007 07:17 AM

Quote:

Originally Posted by bobonit (Post 126070)
Guru, It happens even if I use the htc.nb that is included in the Kitchen. If I use the splashimage converter to just VIEW the file in the buildos\splashimages\QVGA folder, it looks fine. However, if I use the splashimage converter to VIEW the file in the buildos\temp folder after the ROM is built, it has the green artifacts in it. That is my example of simple. If I use something nicer like a photo, it almost looks like a photo negative the output is so bad.

Thanks, that was just the data I needed. A fixed BuildOS will be available shortly.

bobonit 11-20-2007 08:10 AM

Quote:

Originally Posted by gguruusa (Post 126225)
Thanks, that was just the data I needed. A fixed BuildOS will be available shortly.

Awesome, thanks !!!

friguy3 11-20-2007 08:51 AM

Quote:

Originally Posted by Wolf71 (Post 126196)
Here's my report:

Fixed Bugs:....

Still Bugs:
- Newer MMS applet not invoke camera from inside (I guess that I'ts not made for apache)
...
Recording a video at 320x240 and zoom 2x in a sunny day at minisd produces a interlaced ugly random horizontal bands and get recorded too Solution: With a registry editor make the following:
HKLM\Drivers\SDCARD\ClientDrivers\Class\MMC_Class
SingleBlockWrites 0x1 (non extisting dword)
HKLM\Drivers\SDCARD\ClientDrivers\Class\SDMemory_C lass
SingleBlockWrites 0x1 (non extisting dword)

Im using arcsoft 4.2.8.1 and seems to work fine. when you say, wont invoke camera, if i open MMS, new, ten tap the place to put a pic, then click the little camera, my camera does open.

And about the video, i was having that problem too, but only when i saved to my memory card, if i saved to the phone it worked fine. So those make it so i can record to the memory card, does it change anything else about the memory card, write/read time stuff. I run some programs off my card sometimes so just curious. thanks!

PUREKB 11-20-2007 09:05 AM

1 Attachment(s)
ok the only issue i have found with this is the following:

when triing to send a text message I get the following error
Error Class: Permanent
Cause Code: SMS Org.D.
Delivery Failed

when triing to send MMS message I get the following error
Error
Originator Address Not Found

I would apprecate any help on this please.


All times are GMT -4. The time now is 09:35 PM.

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


Content Relevant URLs by vBSEO 3.6.0