General :: Compile Mokee Open Source For I9305
Aug 12, 2013I wanna compile Mokee Open Source for i9305, how i can with the guide of bbs.mfunz.com?
[URL]
I wanna compile Mokee Open Source for i9305, how i can with the guide of bbs.mfunz.com?
[URL]
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?
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)
I use my phone Huawei Y210 and found the kernel source provided by Huawei. compile the kernel source.This is the link kernel: URL....
View 1 Replies View RelatedThe 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.
I want compile this apk from github source URL....my steps:
1)git clone URL....
2)So I have the folder with files on my pc
Now next step to compile apk? I have both windows and ubuntu...
how to compile a rom from source on windows 7 tried virtual machine but dont work
View 2 Replies View RelatedI am needing to make a kernel for a certain device. There aren't any source codes available for that device but there are for multiple clones out there. I am running Linux Mint Debian edition and i cant find a guide for compiling a kernel on debian.
View 1 Replies View Relatedwhat is the most simple way to get the latest version of TextSecure installed on my Android Phone?
My solution was creating something using the sourcecode found here: [URL] But the question is, how can I get it working. I've tried multiple things, but it seems like it isn't as easy as I thought. Currently I am on Windows 8. My phone is an Xperia S without GAPPS flashed, so no Play Store. Only F-Droid with FOSS.
I am trying to compile a kernel for LGE-P690 from CM ICS source but i don't have the device in my hand i searched all over the net for vendor files but i was unsuccessful in finding vendor files for ics but i found one for gingerbread so is there anyway i could perform ./extract-files.sh without device or can i convert gingerbread vendor files to ics if so how elaborate.
View 6 Replies View RelatedI am following this right here [URL] .... And i keep getting command not found even though i am sure its right.
Code:
~/AlienKernel3.0-alien-4 $ export CROSS_COMPILE=/home/user/ndk/android-ndk-r9c/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-
Code:
sudo make clean && sudo make mrproper
Code:
make: /home/dm47021/Android/toolchains/arm-unknown-linux-gnueabi-linaro_4.8.2-2013.08/bin/arm-unknown-linux-gnueabi-gcc: Command not found
/bin/bash: /scripts/gcc-version.sh: No such file or directory
[Code] ....
I have just donwload the source code of the Android default Launcher here: http://android.git.kernel.org/?p=platform/packages/apps/Launcher.git;... But when I import the project, i can't compile it because there is a lot of errors. Many of this are unresolved name, package, class and variables... why? what is the problem? How can I solve it?
View 6 Replies View RelatedI have several problem: If i modify Email app ,if i can use cygwin to compile.if yes how to compile,if no if i can compile in VMware Workstation with Ubuntu.
If i modify framework resources,if i can use cygwin to compile.if yes how to compile,if no if i can compile in VMware Workstation with Ubuntu.
How to combile whole source code ,if i can use cygwin or VMware Workstation with Ubuntu.
I am trying to compile the Android source tree under Cygwin. I got the source using repo, and following the docs, i called make. Here is what make writes in the console :
CODE:........
I need to compile the Android source to be able to link my NDK libs with libEGL.
I recently became acutely aware of how dependent I am on Feedly when it went down for my a couple days ago.Are there any good community driven open source RSS applications available?
View 3 Replies View RelatedAnyone could compile some SIP Stack in C/C++ along with Android source code? Note: i am referring not to compile the Sip Stack with ndk, but compile with all the code of the Android platform.
View 4 Replies View RelatedCan you please tell me if we can still compile froyo source on Mac OS X 10.5? Is it true that we need a 64 bit environment and Java 6 in order to compile froyo source?
I don't think 10.5 is 64 bits and has Java6.
I am trying to Port the Mokee 4.4.2 and have become some what successful as it boots... but my story ends there it self !!
After it boots at the first screen itself a Pop up appears mentioning that " Unfortunately , the process com.android.systemui has stopped "
I have tried replacing the SystemUI.apk but still the problem persists !
I am looking for the hp slate 21 open source kernel. I want to modify the kernel image to change the power_start from 0 to 1 so the tablet can boot when the tablet is plugged. How to do it or has the open source kernel that would be great.how to unpack the zImage kernel for the hp slate 21.
View 4 Replies View RelatedWithin all the call recorder app available on the play store, which one has fulfill your needs ? One of them is open source ? I don't know which one to choose and there are no reviews about it...And I heard that a lot of these apps record only mic and not the other voice during the call.
View 7 Replies View RelatedI am developing a play back feature on Google nexus 10 tablet , which plays specific video format , we have video Decoder.
For that i have downloaded android 4.2 jelly bean source code but , I don't know the steps to Build, compile or how to proceed further with android media framework (for play back feature ).
Here is my contribution to Android and the Open source..
I just wanted to share my Holo Theme port to Android 1.X and 2.X. This port is fully compatible with ActionBarSherlock and should be really easy to install.
Circle me: [URL] ......
Market (Google Play) link: [URL] ......
For me on Github: [URL] ......
I know you can get OTA updates on a custom ROM via rom manager but its proprietary. Are there any open source solutions to OTA updates on custom roms?
View 4 Replies View RelatedI 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 RelatedI want to import and compile FBReaderJ on eclipse. I have downloaded the latest source code from their website. Is it necessary to install NDK and cygwin for compiling FBRreaderJ.
View 1 Replies View RelatedI'm trying to flash TSP (Touch Firmware in my device I9305 galaxy S3.
I call Keystring_factory.apk with key *#2463# but a windows when try to open the is closed.
The same think happend when i call the app from adb with
Quote:
su -c 'am start -n com.sec.android.app.factorymode/com.sec.android.app.status.touch_firmware'
Is anyway i can force flash the touch firmware without read anything else to the device?Any way i can call the button TSP FW update (kernel) with adb directly?
[URL]
I make a mistake and flash N7105 boot.img to my device as i test somethinks so now my touch doesn't work.
I give you the decompiled Keystring_factory.apk.
I have the device for 17 days and i know i can restore all thinks and go to Samsung Service center but i dont whant to do that on a new device.
I've rooted 6 or so different android phones mainly using cf-autoroot, including an i9300, and never had any issues. But I have had a few issues rooting my 9503 using the cf-autoroot method (method #1 in this post). It aooeared to work, but SuperSU subsequently fell over, and Knox complained but after reading other posts I rectified that, but obviously not quite correctly:
After using cf-autoroot, SuperSU DID NOT appear in the apps list, but Google Play said it was installed but only presented the option to open it (not update or remove).
So I then tried flashing twrp (as per method #2 in this post) which all appeared to go successfully according to Odin. I was expecting to install superSU updater, as per step 3, but recovery mode appeared unchanged/stock so of course I couldnt flash anything as there was no option to do so. Yet there were no errors reported by Odin?
So I then got hold of the app file for SuperSU 1.93 and installed it (via Airdroid). It ran. It found knox. It removed it, and root was installed successfully (as verified by root checkers, titanium backup, droid wall and the like). So I concluded I had successfully rooted my 9305.But when I reboot SuperSU falls over again on boot up, and the version I added via Airdroid has disappeared, and of course there is no root mode.
But I can then restore root access after a reboot simply by following the same process, namley installing the supersu apk via Airdroid.And why is the later version of SuperSU disappearing on reboot?
Cyogenmod installer shows my galaxy s3 lte version bought at Tmobile as unsupported device and wont work. The installer currently supports all Qualcomm-based variants of the GS3 (d2lte).
View 6 Replies View Relatedhow to change bottom icons on home screen (e.g. phone,contact,message,internet,apps) i think its called the bottom dock its for new Samsung Galaxy S3 4G i cant find any forum or vids on youtube, i can find plenty on how to change the icons on the lock screen but thats not what i looking for.
View 5 Replies View RelatedI 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.1 - 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 and placed the folder in packages/app folder and compiled at /. I couldnt see .apk file created for ~/mydroid/out/target/product/generic/system/app.2 - 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 under ~/mydroid/out/target/product/generic/system/app. 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 _intermediates/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 1 Replies View Related