Add Sqlcipher to android framework - Android Q&A, Help & Troubleshooting

Hi,
for an research project i am developing an custom version of android based on cyanogenmod.
Now i wanted to use SqlCipher in the android framework. But i don't get it to work. The Compiler did not find the Librarys.
Does anybody an idea where and who i have to add the jar files to the makefile?

Related

package list for compiling android

Hello everyone,
I'm in the process of trying to build my own android OS but am stuck on one thing. I have downloaded the android repo and have my build environment setup ok. In the packages folder I have Launcher2 and VoiceDialer folders which I do not want to compile and build into my OS build. Would anyone know how to remove packages from being compiled?
Thank you for any pointers you may have.
Ben Z.

[Q]porting tools ?

how to use tools ported in dsixda kitchen?
I plan to ported rom cyanogenmod 7 hero to my x8 devices
anyone can help?
I haven't messed with the porting tools in dsixda's kitchen, yet, but I am pretty sure the best way to port CyanogenMod to an unsupported device is by forking the master and implementing the drivers and build scripts for the device in question. You will have to modify a lot of source code to get any bugs ironed out and get the kernel configured properly for your device. After that, you'd compile from source.
My want to check in the CyanogenMod forums for some advice, as well. Also, the CyanogenMod wiki has a LOT of information on the project and how to build kernel ports.

[Q] How to edit and build android source

Hi,
I've downloaded the source code of android 4.0, and I've correctly installed the eclipse platform to develop with android.
Now I want to know how import the android source in eclipse, edit and build. Which files I must import? There is a tutorial for this? As you did?
Thanks.
ADT
get the ADT plugin for eclipse.
you'll find more info here:
developer.android.com/sdk/eclipse-adt.html
I got ADT plugin and correctly installed it.
But I don't know how put the source code of android into a new project, edit and build it.

[Q] Implementing features from other sources

I have the source for PACMAN ROM downloaded and now I want to figure out how to add other features from either github or wherever to it. There's some things from the xposed framework that I'd like to implement in the ROM but I'm not sure how to go about doing it. I'm new to android development, just been porting PAC to my phones that don't have support. Any help is greatly appreciated.
Bump. Anyone?

[Q] Migration of a ROM 2.3 To 4. Where to begin?

Hi to all!
I am new in the Android world and I have a mutimidia car system with Android 2.3.4.
The problem i have is to install new applications available on the playstore like Viago.
This application requires at least Android. I have the Android 2.3.4 ROM soucecode and my doubt is if can i make a compilation of the ROM, to upgrada to Android 4 just modifying the sourcecode of the ROM i have.
Or if can i use any other V4 stock ROM, and add the kernel i have and cook it together.
Thanks in advance.
c_verri said:
Hi to all!
I am new in the Android world and I have a mutimidia car system with Android 2.3.4.
The problem i have is to install new applications available on the playstore like Viago.
This application requires at least Android. I have the Android 2.3.4 ROM soucecode and my doubt is if can i make a compilation of the ROM, to upgrada to Android 4 just modifying the sourcecode of the ROM i have.
Or if can i use any other V4 stock ROM, and add the kernel i have and cook it together.
Thanks in advance.
Click to expand...
Click to collapse
Well, what you could do is modify the AndroidManifest.xml in the apk file so that the minSdkVersion is set to API 10. so it would look like this:
minSdkVersion="resource_id:0x10"
Make sure that the app does not require any features that are not in Gingerbread. I hope this helps.
rcunningham said:
Well, what you could do is modify the AndroidManifest.xml in the apk file so that the minSdkVersion is set to API 10. so it would look like this:
minSdkVersion="resource_id:0x10"
Make sure that the app does not require any features that are not in Gingerbread. I hope this helps.
Click to expand...
Click to collapse
Thanks for your quick response. I have some trouble. When I decompile the apk, i am having some errors and dont know what to do. The apk is fully functional in my s4 mini With Android 4.2. this apk (garmin viago) and apktool are not good friends. Initially there are some errors with .9.png images, i've made the Changes in the AndroidManifest.xml and then a recompiled the apk. The result: More and more errors. The only i want to do is modify the min sdk to 10. I Dont know where to follow.
c_verri said:
Thanks for your quick response. I have some trouble. When I decompile the apk, i am having some errors and dont know what to do. The apk is fully functional in my s4 mini With Android 4.2. this apk (garmin viago) and apktool are not good friends. Initially there are some errors with .9.png images, i've made the Changes in the AndroidManifest.xml and then a recompiled the apk. The result: More and more errors. The only i want to do is modify the min sdk to 10. I Dont know where to follow.
Click to expand...
Click to collapse
Trying to get a apk file from Android 4.2 to work on Gingerbread is hard. Getting a apk from ICS to work on Gingerbread is much more simple. But if you only make changes to the AndroidManifest.xml everything should work. If you have more issues, message me on XDA and I could help you a bit more. I might get marked as spam if I post on this page to much.

Categories

Resources