View Single Post
solca's Avatar
Posts: 109 | Thanked: 196 times | Joined on Sep 2008 @ Guatemala
#461
New release 0.3.2:

Originally Posted by jogorman View Post
Just an update. I am still having issues with cookies not working. I got a chance to hook up logcat while trying to log into various web services. No output is captured. I also tried to disable then re-enable cookies while attached to logcat, and nothing was reported there either, which I found curious with how verbose this can be.
Originally Posted by Thesandlord View Post
... the cookies don't work for some reason.
Fixed. Thx to BrentDC for pointing me to the HTC-Vogue Android port, they don't post sources but with some directions I found the problem, it seems an accidental bug by Google.

Originally Posted by rasmithuk View Post
I'm not sure if this is the right place to report this but I think the touch screen pressure code is backwards (or google picked an odd way to represent it).
If you go to 'Dev Tools' > 'Pointer Location' the current pressure is displayed at the top of the screen. Now I'm assuming that this is scaled from 0 to 1 with 1 being as higher force as possible. However on my n800 the harder I push the closer to 0 the value goes.
This does explain why the on-screen keyboard is a bit odd to use with multiple key presses being detected for no reason. I'm guessing the pressure calibration code still needs tweaking.
Fixed. The touchscreen driver reports the pressure value backwards. Thx to stelleg151 for helping me with the math. This change requires a kernel upgrade (zImage-nitdroid-2.6.28_n8x0-3).

Originally Posted by cyrus View Post
What are the plans for audio? I know you have it turned off for now. Is there any way any of us can help you out with implementing sound? Maybe doing some research for you, etc?
Yes, audio is turned off for now as for N800 is b0rked in latest kernels, I'm working in the IRC channel with some N800 owners testing driver fixes for latest kernels but no luck so far. N810 driver is ok but I can't get any sound output from within Android. For this release I put alsa-utils so ppl who want to help with sound could try from the command line with aplay, amixer, alsactl and alsacap. Too there is a /system/etc/asound.conf file that it's used by Android, I build it with help of alsactl output but probably it needs some mods to work.

For bluetooth I need a small kernel patch required by Android that I'm working though I have to test it well.

Thx to all ppl in the #NITdroid channel that have helped me testing stuff!
__________________
NITdroid
 

The Following 2 Users Say Thank You to solca For This Useful Post: