I am having a problem with video playback, audio in the video is fine but picture is lagging. Other than that everything is running very smooth 3D games, apps, wifi, 3G. Nice work , thanks guys.
oh one other thing, when I tried to launch Portable Hotspot it didn't work and then I could not toggle WiFi or 3G on or off, had to reboot to fix.
Guys who doesn't know about camera problem here we go.
Guys who doesn't know about camera problem here we go.
Quote:
Quote:
Due to the change in ICS that requires moving the camera driver from libcamera to libhardware (like GPS and other devices for Gingerbread), a new driver has to be written.
The problem with this is that many data structures have changed. I couldn't get a single one to compile with the ICS SDK. There are many fundamental changes in the way memory is shared for preview/pictures/video, so that will need to be addressed. I have addressed picture only functionality in the skeleton driver, which will show how to transfer a picture back to the HAL.
ICS Camera Driver Overview
The driver seems to be very generic to most Qualcomm SoCs, so either approach should work for many other devices.
New Driver
See CameraHal_Module.cpp from the ICS source code to see what functions needs to be implemented. It needs to be placed in /system/lib/hw/camera.<target_name_in_build.prop>.so and have the struct "camera_module_t HAL_MODULE_INFO_SYM" inside the code, which the HAL looks for before loading. Once it is loaded, you must implement a few dozen functions to get it to work.
Old Driver
The old drivers primary interface with Android is through libcamera. This loads liboemcamera, which sends commands to the camera kernel driver and the Snapdragon DSP. Liboemcamera is a propriatary library with no documentation apart from the source for QualcommCameraHardware.cpp (which compiles to libcamera.so). The actual Linux kernel module is just a simple I2C bridge to control the camera, and provides no real interface.
Hi... I found this error on my phone's logcat for connecting to wifi... it happens when i'm turning it on... it does not show any network... this error exists with Beta2 ROM when using Stock and Franco v3 Kernel:
23:39:55.547 Error WifiStateMachine 1585 Failed to reload STA firmware java.lang.IllegalStateException: Error communicating to native daemon
23:39:55.980 Error WifiConfigStore 1585 Error parsing configurationjava.io.FileNotFoundException: /data/misc/wifi/ipconfig.txt: open failed: ENOENT (No such file or directory)
could anyone help about this error?!
Is it right after boot, or does it occur after a few hours, after wake?
Please be more specific
---------- Post added at 08:44 AM ---------- Previous post was at 08:40 AM ----------
@sweetbinodray
Hope some do realize now how much work it is
We should seriously respect the developers. And not begging for fix this or that. I know its hard to just doesn't. As your excited. I know how hard it is but we seriously got to do it. // XDA-Member
Sent From My TF101 TAB
Want to help me in SGS III 4.2.1 Port for Note II?
Guys who doesn't know about camera problem here we go.
good yesterday i had so many problems.....every build that i compiled didn't work....no boot no recognize on computer same problem with a wrong boot.img....yesterday was really a bad day...now i've deleted all sources resynced again and now i'm going to recompile a test build to see if it works then i will try to add this to my sources
CIAO MARCO!!!!
BYE MARCO!!!!
The Following 7 Users Say Thank You to lupohirp For This Useful Post: [ Click to Expand ]
Hope you will have more luck today
My 2nd harddisk on development pc just crashed (my ubuntu partition)
So need to install ubuntu again and start all over
ICS/CM9 for P500 seems to be cursed
The Following 5 Users Say Thank You to _Arjen_ For This Useful Post: [ Click to Expand ]
Hope you will have more luck today
My 2nd harddisk on development pc just crashed (my ubuntu partition)
So need to install ubuntu again and start all over
ICS/CM9 for P500 seems to be cursed
Lol, if devs were to say that... where will go... hahaha
Sent from my LG-P500 using xda premium
Regards Skhamsala
-----------
MODEL : Optimus One P500 - LG
ROM : PROTOS 9 - FD1999
The Following User Says Thank You to skhamsala For This Useful Post: [ Click to Expand ]
I think that i should learn some things about building from source...
HTC Desire HD
The one who brought sweep2wake feature for Atmel touch panel driver to HTC Desire HD .
First for Android with Sense 4.1, then for AOSP based ROM.
Advice: Only Use Original Software
Nevermind, install CyanogenMod ROM, doesn't matter it's unofficial or official version, believe me, it's still the best!
The Following User Says Thank You to thachtunganh For This Useful Post: [ Click to Expand ]
Would you like to know one of the things that really annoys me on a daily basis? Tough, … more
XDA Developers was founded by developers, for developers. It is now a valuable resource for people who want to make the most of their mobile devices, from customizing the look and feel to adding new functionality. Are you a developer?