hi,
I tried to develop a similar application like the screen shot application kousik developed. But, I could able to develop a binary to read the frame buffer, as kousic guided, after that I am able to exec it manually to get the frame buffer. If I execute that through my application I am getting problem. That time that c application not able to read the frame buffer. So, can any one help me out?? how to do that???
I am in the middle of the process? I am not able to proceed?
Thanks
raj
Related
So I'm trying to write an application that changes the volume of my phone at given points in time. I know that there is atleast one application that already does exactly this, but where's the fun in downloading (and paying for) it? I want to do it myself
The only part of the application that is missing is that I want it to be able to schedule these events somehow. I don't want it running in the background eating extra battery/cpu power. My phone runs Windows Mobile 6.1 Professional. I'm writing the app in C#, but it doesn't really matter what language you answer in.
So does anyone here know how to do this or maybe has a suggestion on where I could look for an answer?
Any help is greatly appreciated!
/Json84
This is a call for developers and testers !!!
Please don't fill this post with dummies questions about kithchen software or WM kind stuff, this is developing not modding or lamming. Real hackers needed !!
(consider reading "hacker" from wikypedia)
Considering Android is Free Software (GNU/linux kernel + Apache license) we can compile an Android image with all the needed drivers and specially configured for the HTC Imagio legally.
What i guess we need:
Complete hardware information, exact model of wifi module, gps, radios, and others
Developers, must have some knowledge and understanding of programming
Testers
Please post your thoughs about this !!
---
the ignorance is a disease, but it can be cured…
I fully support this movement. I've been working on this for some time now and haven't been able to get everything I need. I'm volunteering to test or donate if need be. Keep the progress up
Thank you very much !!!
ViaCapita13 said:
I fully support this movement. I've been working on this for some time now and haven't been able to get everything I need. I'm volunteering to test or donate if need be. Keep the progress up
Click to expand...
Click to collapse
Hi, i was ale to boot yesterday but i found a problem with the LCD screen, it is not recognized and is blank, i think maybe we can work it out using the correct command line arguments in the startup.txt HaRET file
Please try it, i need help:
http://www.4shared.com/file/h9LTDTdp/droid_booted_imagiotar.html
The screen is blank, but i know it boots because it turns off the screen after a minute and responds to the "send" buttom and turns on, also it created a data.img and FSCK0000.REC file
There's a lot of work to do but we are on the right way !!!
Thak's
Hello everyone,
Im developing a application detect thief via ip camera.I watched successfully camera via rtsp on surface view, but I have a problem "how can I detect color in center of surface view". In this cas, If someone wear red T-shirt appear in front of camera, this app will notify that is red color.
Can someone tell me how to get some pixel around center surface view. I try to use mediametadataretriver with getFrameAt() method but fail
Thank in advance
Can someone tell me how to write few code take full screenshot in Eclipse. Thanks very much
Buddy can you share the Code on how did you manage to get it running over Ip . i am new to Android and am quite keen in development .
Hi,
I am working on a coffeemaker that helps people diagnosed with dementia getting a bit of there independence back. It has to show the directions of the coffee making process. The coffeemaker has some sensors placed on it to register what steps have already been completed and has a arduino + bluetooth module for communication. I would like to build an app that makes it possible to show a particular page of the app>res>layout depending on what number it gets from the arduino. So basicly it should whent receives like a 4 from the arduino it should set the contentview to r.layout.4. I am a absolute noob at android programming and I have no clue where to start. I even cant get the Bluetooth connection to work. The arduino code is working so when I am using a android Bluetooth serial terminal I can communicate with the arduino.
So it has to fetch the data of the incoming bluetooth (serial) data and according to that data view a page on the app.
I am also able to create the layoutfiles with the desired text and pictures.
Do you guys have some tips and like a good tutorial for me or some help/advice?
I have looked at the android development pages but I simply cant get it to work.
Thank you in advance,
Marijnsp
I'm writing my thesis and hope you can help me in finding an approach to my problem.
First of all: I am not a professional in the field of Android development.
I would like to monitor on my Android device accesses to the file system, in particular on the folder "/data/data". Therefore I use the class "File Observer".
So according to the scheme:
...
observe = new RecursiveFileObserver (this, "/data/data");
observe.startWatching ();
...
Of course, the generated instance need for that root privileges, but unfortunately, I don't know how...is there a chance at all? Can you give me a hint for get implemented this? I've scoured some forums but have not found anything, yet. The produce, to create a process that generates a shell instance, is unfortunately not purposeful, I think.
Perhaps, do I have to create a similar service, that will run with root privileges ... is this possible?
Can you help me?
Thanks a lot and best regards