does anyone could tell me how to customize the source code of froyo-2.2
i want to display a string on the main screen
thx your answer
Related
Hi, I would like to improve the security of the CM7 lock screen, but I am unable to find the code in GitHub so I can make the changes, could anyone help me?
i want to get the source code of the nexus lwp 'a peek into neural network' because i find it interesting among other similar lwp in other android versions, so anyone would be kind to show me where can i get this
Hi i'm developing a little project and I need to limit the user access to only one app. I based my project on the Nexus 7 but I rather use a cheap chinese tablet to lower the overall cost.
This is a list of the requirements of the kiosk mode:
- Only my app can be accessed by the user
- An administrator can go to app settings/system settings
- Remove the status bar completely
- Hide navigation bar on my app but show it on settings
- Custom update backend since play store update will be disabled
- Hide system notifications
- Anything needed to keep the end user inside my app....
I choosed to develop a custom rom based on AOSP. I know there are other possible solutions but I choosed this so i can release the code at some point. I think this rom could be usefull for some projects.
At this point I downloaded this brach "android-4.4.4_r1" and I made my app the default launcher for the system. I tested the rom image on the AVD emulator and it worked.
Any advice, help, guidelines, tips would be appreciated. Thanks!!
PD: I think I'll name this project AKOSP (Android Kiosk Open Source Project)
PD2: Sorry for my english skills
Hey
I'm very interested by this project. Do you have any link? Did you release the code? Can I help?
Thanks
im developing camera application using source from google, there is class called
Code:
CameraProxy
that trigger the camera to open preview, but i need to get the Parameters from that camera to set the color effect
the problem is, when i write
Code:
CameraProxy.getParameters()
, that return null, if i write
Code:
CameraProxy.getCamera().open()
first, i will get the camera and parameter, but the
Code:
CameraProxy.startPreview
wont work and the camera wont open
anyone ever develop the camera pure from AOSP that can help me with this additional feature? thanks in advance
Hi all,
I spent some time to develop an application launcher based on Trebuchet 13 with a custom application drawer which users can create folders and change application icons placement.
You can check this video to see what it looks like and how it acts Youtube - DecentHome Preview
It is a little bit 2015, and it's not that customization friendly, but I tried to make it simple and mainly focused on the application drawer's capabilities.
In order to achieve that I may had to rewrite Application Drawer from scratch and heavily reconstruct existing database and its services.
You can download the source code from GitHub - DecentHome
Also, you can download a standalone version of Trebuchet 13 which you can directly download, import and compile on Android Studio from GitHub - Trebuchet13Standalone
You can install it with attached apk.
Feel free to ask questions an comment.
Please let me know about any errors.
Thank you.