General :: Compile AOSP For Specific Device
Jan 3, 2013
I am looking for compile AOSP Gingerbread for Galaxy ACE 2.
- I am a software programmer
- I have experience with linux
- I know how to compile a basic AOSP rom
but i am struggling with specific device drivers and configuration files.
View 2 Replies
Sep 11, 2010
I wanted to run a helloworld application with the AOSP and see it in emulator. [ Not through Android SDK setup] I followed the steps in http://source .android .com/source/download.html and compiled successfully the full code from / directory. I could see contacts.apk, camera.apk all applications apk in ~/mydroid/out/target /product /generic/system/app. tried two things. Went to /package/apps folder. Took a helloworld application( helloworld folder which was created in android-sdk), and copied a 'Android.mk' file from Launcher2 folder, kept my new name for application 'LOCAL_ PACKAGE_NAME := helloworld' and placed the folder in packages/app folder and compiled at /. I couldnt see .apk file created for helloworld in ~/mydroid/out/ target/product/ generic /system/app. 2 - I went to Launcher2 folde /package/apps/Launcher2. I changed the package name for Launcher2 in packages/app folder in 'Android,mk' file and compiled at root. I couldnt see a new apk created on the new packaged name( i gave) under ~/mydroid/out/target/product/generic/system/app. I tried several times with changes in activity names, application names in manifest.xml file. Nothing reflects. But it is sure, both helloworld, and change in package name is getting picked up while compiling. I could see intermediate classes getting created. ~/mydroid/out/target/common/ obj/APPS/manifirst_i ntermediates/src/com/ android/mani --> manifirst is like a helloworld which i created and run. ~/mydroid/out/ target/common/obj /APPS /Launcher2_intermediates /src/com/ android/launcher Could anyone please share the steps of compiling a simple Helloworld program in AOSP
View 16 Replies
View Related
Nov 5, 2012
The samsung galaxy s wifi/player 3.6 haven't cwm because we have a verry small comunity (3.6 thread : [URL] ...)
I tried to compile cwm 5 from cm7 source while ago and I didn't succeed : a error with a too big size out image.
Today I re-download the cm7 source but too many file are missing.
View 1 Replies
View Related
Jun 14, 2014
I want to compile TWRP recovery for an unsupported device. I compile with Linuxmint 17, java 6 and Omni 4.4 sources. I compile without erros but it doesn't work.Here are Boardconfing.mk and recovery.fstab i have used, and the log.
View 1 Replies
View Related
May 28, 2012
In general, Are most of Custom ROMs device specific?
My problem is: If i buy an android mobile which is not popular, can i upgrade to new Custom ROMs?
For Upgrading Custom ROMs, do we need PC suite applications or any other application from the vendor? The mobile i am planning to buy has no vendor support.
View 2 Replies
View Related
Oct 28, 2013
I have a tablet that made in China,I couldn't find any ROMs for it. How can I port android to this device ?
View 3 Replies
View Related
Jan 24, 2014
I'm working on a project that includes a test system for OEM devices. The supporting infrastructure is complete, however I'm having difficulties getting ROMs to run on the emulator. Of course the AVDs generated by the SDK work fine, but my next step is to run a binary intended for an OEM device. I understand that the emulator would require different drivers than a physical device, so I can't simply drop the same binary onto it and expect it to run.
Tweaking the AVDs generated by the SDK is about the limit of my knowledge. I've looked into pulling the system.img and other partitions from the ROM with ones from the emulator, but that doesn't work since the emulated hardware doesn't match what the drivers expect. I assume some modifications to qemu and some reverse engineering of the OEM ROM might be required to obtain my goal.
Assuming I have access to the binaries (but not the source) used by an OEM to construct their ROMs, what would be involved to obtain an emulator that matches the physical device, so I can run the compiled ROM on the emulator?
View 1 Replies
View Related
Jun 15, 2013
I want to keep specific songs from different albums on my device for offline play, but i cant figure out how to do it, if its at all possible.
When i go to my library on my nexus 4 i can press the menu button on an album and keep on device but if i go over to the right to songs to see all the individual songs and press the menu button i dont have the option to keep individual songs on the device.
View 1 Replies
View Related
Apr 15, 2012
i have: CMW recovery, Kernel source code on local computer, full repo cm source + toolchains.
How to add my device tree, kernel source code to CM source and compile CM7 ROm?
View 3 Replies
View Related
Apr 16, 2012
I listen to Pandora in my car via Bluetooth every time I go somewhere. It's slightly annoying to have to launch the app every time. I'm wondering if there's an app out there that will automatically launch a program when my phone is paired with a specific device (like the Pioneer deck in my car).
I'd like my music to start up automatically when I start my car.
View 3 Replies
View Related
Mar 16, 2010
when I compile android (http://source.android.com/download) it does not compile some source files. For example there is external/bluetooth/bluez/sbc/sbc.c which is not compiled. There are also other such files.
It's possible those files need not to be compiled. Or it might be that I need some special configuration to compile them.
Either way, if it is possible, I'd like to compile them. Is there some way to do it? Maybe some "compile_all" make target? (I believe the reason why I want to compile all source files is not important)
View 1 Replies
View Related
Mar 12, 2014
I have had androids for over two years now and am getting more and more concerned every time I download an app and seeing that it wants to READ my SMS message and Contacts.
Is there a way I can disable reading of SMS messages or any one of the other permissions by specific apps, or all apps?
Are we living in a world where any "joe schmo" can upload an app the to the app store and wait for those inadvertent downloads and collect all your personal information, and that's after all the time we spend protecting our identity and personal details?
View 2 Replies
View Related
Aug 12, 2010
I would like to be able to generate unique serial numbers for each Android device for use in unlocking an application. How could I do this? EDIT: The reason is I want to revamp a paid application and provide users who have paid for the old version, which will have a different package name, a way to obtain the full version by downloading an unlikable free version of the application. I would push an update to the old version that would generate and display the code that they could enter to turn the Free version into a fully functional version.
View 3 Replies
View Related
Dec 5, 2009
I'm stuck on trying to change system settings that are not standard android ones, specifically trying to enable/disable the auto backlight setting on the HTC Hero in code,
I can't see anyway to find out the string I need to use when doing Settings.System.get.
View 3 Replies
View Related
Apr 2, 2009
I want to send a message to only specific application in other device but i dont want SMS client to pick that. How is it possible?
View 2 Replies
View Related
Jul 27, 2010
I just finished reading the docs on Google's new Android License Verification Library. I often give out free copies of my applications to beta testers. I don't, however, want the beta testers to share the app with their friends. What's the best way to give out a device-specific license free version? From what I can tell I will need to create a custom policy and then maintain a list of authorized devices/accounts in my own backend that I can check. Is that what other devs are doing?
View 6 Replies
View Related
Jan 21, 2010
My .apk file is confirmed working, however for users of the Motorola Milestone (which runs the same android version 2.0 and up) they receive the error upon attempt to install. I've googled and searched through the other questions here. The error seems to normally only appear if you did something wrong in the signing wizard or renamed the file. Is it possible that some kind of software difference on the OS build on these Milestones is preventing the install?
View 1 Replies
View Related
Feb 1, 2012
What are the differences between RUU and AOSP ROMs?
Am I correct that a RUU rom is a fully stock rom that some devs post with or without root? Like basically the latest version of non OTA for your device?
I feel like this is something basic that I should know but just haven't come across it.
View 5 Replies
View Related
Nov 12, 2013
My company has recently received some new android hardware and has requested that I create a custom operating system for the device. The manufacturer has agreed to provide us with the existing android source, but I have a few questions to get started:
On the following link: [URL] .......
It states that I need to add lines similar to the below to my "51-android.rules" file:"
# adb protocol on maguro/toro (Galaxy Nexus)
SUBSYSTEM=="usb", ATTR{idVendor}=="04e8", ATTR{idProduct}=="6860", MODE="0600", OWNER="<username>"
How do I determine the correct information to use for this process? Should I collect this information with the device connected to a windows PC?
Once connected, I would like to scrap their existing operating system and begin from AOSP source, what information from their original source should I retain (Kernel, bootloader, etc), and what information would I be required to remove to bring in AOSP?
But most seem to be specifying nexus devices, or devices which already have a strong developer backing, neither of which apply to this hardware.
[URL]
View 1 Replies
View Related
Nov 5, 2012
Eclipse is so slow, so im trying to switch to intellij. My question is: how do i add the aosp or cm source to intellij?
I've tryed the same way like in eclipse but it doesn't work.
View 5 Replies
View Related
Aug 19, 2012
I have a SGS3, but I'm loving AOSP roms since my SGS2, i'm still on SAMMY roms only for the awesome camera app feautres that I don't want to lose...
so i'm asking to aosp users...do you have a good replacement (with HDR, somethingsimilarto best shot..) for stock camera app? 'cause i don't like very much aosp camera
View 1 Replies
View Related
Feb 27, 2012
Add video support to this App? (Crunchyroll)
Would it be too difficult or be a simple mod?
View 2 Replies
View Related
Jun 30, 2013
I've just run trough all the setps to be able to build aosp on ubuntu. Currently I'm running a build, looks like it will take a while.
My goal is to build an aosp rom for the samsung galaxy chat, samsung provides downloads for 'platform' and kernel.
My question is, what should I do with the sources of the kernel and the platform, do I need to integrate them into the aosp source?
View 2 Replies
View Related
Jun 6, 2012
How does one build a rom with aosp on windows, is it possible to build on a virtual box or something like that?
View 2 Replies
View Related
Nov 27, 2011
I know in a Sense ROM you can replace the system/media/audio/ui/Volume-1 through Volume-7 sound files and was wondering if I can do something like this with a AOSP ROM like CM7. Is this possible at all? Even if I had to look into building my own CM7 from source I'd like to give it a try.
View 2 Replies
View Related
Mar 4, 2013
Currently I'm running SlimBean 4.2.2 on I9000, which probably stripped the stock keyboard off most languages.I came from CM10.1 in which gesture/word suggestion typing worked in all languages.I was wondering if it is possible to add additional languages manually? Or maybe take the complete android stock keyboard out of the CM zip file and install it in my ROM.
View 3 Replies
View Related
Sep 28, 2012
how to improve battery life on AOSP ROM. I tried other ics ROM for my phone, which had the best battery life ... Do you think I should decompile "boot.img" (from ROM, which has a good battery life) and move kernel into the boot.img on AOSP ROM? Or do you know how to improve battery life on AOSP ROM ?
View 2 Replies
View Related
Feb 19, 2012
recently I've been learning more and more about building AOSP builds since I'm not a huge fan of the bloated touchwiz rom's for the Stratosphere. I'm looking more for AOSP roms, like I had when I had the Evo.
1. I have all I need to build Android from source, I have the Android source, and I have sources from Samsung for the Stratosphere. This includes the kernel sources, and platform sources, how do I merge these two together?
2. Do I have to build a kernel when I build the rom, or do I build the kernel seperately?
View 4 Replies
View Related
Aug 12, 2012
Having issues setting custom wallpapers through an AOSP based ROM, I have found the solution. Upload the image(s) to any host. I simply use my G+ account. Access said site using your device (through the browser) and long press your chosen image until the menu comes up. Choose Set As Wallpaper and voila! A full size, non-cropped custom wallpaper on your phone/tablet.
View 6 Replies
View Related
Nov 30, 2012
I am loving my verizon galaxy s3 and i currently running a leak JB rom for it and like it but i miss AOSP i was on aokp and liked it allot but i hated how strong and long the haptic feedback is when pressing back and menu hardware keys as well as other keys that activate it.
i can control the power the the keyboard haptic feedback but cant figure out how to with the system stuff?
View 1 Replies
View Related