Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am beginner level Android developer and I want to make a stock Rom to customized ROM via coding and not by manually. Is there any possibility to do this. Someone please guide me to correct path.
I want to make a stock Rom to customized ROM via coding and not by
manually. Is there any possibility to do this.
go through the following link, it will provide good demonstration for how to setup Custom ROM's,
Create Your Own Custom ROM for Android
Also have a look at Getting started with creating custom ROMs, it contains some usefull links for how to do it.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I want to make custom os for a smartglass but I have no experience AOSP where should I start from and what are the things that I should take into consideration.
As for me, first you need to think about the DevKit, which is supported by AOSP out of the box. For example, in my projects I use HiKey960. The link below describes the basic steps of getting AOSP sources, building them, and target flashing: https://source.android.com/setup/build/devices#960userspace
Once you have buildable and runable AOSP, you can try adding your own functionality: application, services, native daemons, HAL implementation, and so on.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
as title says, im trying to figure out how to programmatically take a screenshot in android without root or adb,
what about executing script or simulating android keyevents? im trying to find solution but no success.
On Android 5.0+, use the media projection APIs. They are somewhat under-documented. This sample project demonstrates how to take screenshots.
On Android 4.4 and lower, this is not possible, outside of perhaps some security flaws on specific device models.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Hi guys I am Android Application Developer and I am doing good in application development. Now I want to study about Android Hardware i.e all beneath Android OS.I tried to find some material on this but its hard for me.
Kindly refer me some good resource/BOOK.
Regards
Android runs on a variety of hardware. I don't think you can find a book describing Android hardware.
You can examine open source hardware projects that run Android like Beagleboard
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I have googled and gone through some of the posts, im not clear about creating the themes for the android phone. I just want to create the themes for the android mobile. Not necessary to be an app.As far as i know the HTC Desire HD consists the option of theme(In that it is named as skins). My question is How to create a theme for the android mobile? Can we do that programatically? if so provide me some samplesIf we cant create programatically then Wat is the procedure to create the theme? and i want to know that whether i can do something like Firmware Modification. If firmware modification is possible how can i do tat?
Help me out..
I have gone through this Link but i cant able to figure it out right.
Thanks in advance.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
i am a fairly new android developer. i wanted to ask you if there is an easier way to make GUI design in android?
i mean i always have to code the layout files which is very cumbersome and time-energy consuming. Plus the graphical layout provided by Eclipse is not at all helpful.
Is there a tool with which i can design the XML files....something like the tool offered in iphone development.
Android is provided by Google, there has to be a more sophisticated way of GUI designing.
thank you in advance.
While building your UI in xml is VERY straight forward, DroidDraw has helped me at least get started quickly.
There is a GUI for designing the layout in android
You can download DriodDraw