General :: CM9 Compiling Errors
Jun 6, 2012
I'm trying to compile CM9 for my Galaxy Mini, but I always get these errors:
Code:
frameworks/base/core/java/android/view/inputmethod/InputMethodManager.java:1485: cannot find symbol
symbol : variable config_symKeyShowsImePicker
location: class com.android.internal.R.bool
if (context.getResources().getBoolean(com.android.internal.R.bool.config_symKeyShowsImePicker)) {
[Code] .......
View 2 Replies
May 2, 2014
I am trying to compile a kernel for my device(kyleprods or GT-S7582 or Galaxy S duos 2) because I havent found any custom kernel out here. Im compiling from source. I tried compiling WITHOUT any tweaks or such, just plain compile after downloading the source, and it compiled successfully. I tried adding smartassv2 but I got these errors after running "make -j1" twice.
CHK include/linux/version.h
CHK include/generated/utsrelease.h
make[1]: `include/generated/mach-types.h' is up to date.
Creating rdb link for Hawaii
CALL scripts/checksyscalls.sh
[Code] .....
cc1: some warnings being treated as errors
make[2]: *** [drivers/cpufreq/cpufreq_smartass2.o] Error 1
make[1]: *** [drivers/cpufreq] Error 2
make: *** [drivers] Error 2
View 3 Replies
View Related
Jul 22, 2013
I installed android SDK and the apis
I use APK Tool
Galaxy Nexus on MIUI 3.7.12
I was trying to enable carrier logo
When decompiling, i install the 2 frameworks (framework-res.apk and framework-miui-res.apk)
View 1 Replies
View Related
Mar 26, 2013
i came across a word related to android "compiling". What does compiling exactly mean?
View 9 Replies
View Related
Sep 2, 2012
If I have the source code compatible with the Zenithink ZT282 but its based on Android 2.3.4 can I use it to compile cm7.2 2.3.7 with the cm7 source.
View 1 Replies
View Related
May 31, 2014
Cannot find symbol when compiling cm 11.0 on debian.
Code:
packages/apps/Settings/src/com/android/settings/hardware/DisplayColor.java:109: cannot find symbol
symbol : method getDefValue()
location: class org.cyanogenmod.hardware.DisplayColorCalibration
int defaultValue = DisplayColorCalibration.getDefValue();
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
View 3 Replies
View Related
Apr 18, 2014
I'm very familiar with using APKTool and Compiling/Decompiling Apps. I've run into a problem with the framework-res and SystemUI apps.
Current ROM/App info:
Samsung Galaxy Tab 3 8.0
Android 4.2.2 (Samsung Touchwiz)
Framework Installed in APKTool: framework-res.apk, twframework-res.apk and SystemUI.apk
APKTool Version: 2.0 (I've tried almost every version of APKTool and AAPT)
Java Version: 1.7 (as required by APKTool 2.0)
OS: Windows and Linux (same results on each OS)
The framework and SystemUI apps decompile fine. No errors and all the XML/Smali files are perfect. The problem is that I can not recompile either of them. Each time I attempt, I get the same error regarding the Android Manifest file....
Code:
brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: c
rut_util_Jar_8264547236691306049.tmp, p, --forced-package-id, 127, --min-sdk-version, 17, --
me, 4.2.2-T310UEUAMH2, -F, C:UsersAdamAppDataLocalTempAPKTOOL3953045592385201216.tmp, -0
:UsersAdamDesktopProject_Tab3_4.15OriginalFilesSystemUI
es, -M, C:UsersAdamDesktopP
xml]
[code]...
I know some dev's have been able to sucessfully compile these apps .
FYI - I have even tried compiling the stock apps without any mods and I get the same errors.
View 9 Replies
View Related
Aug 25, 2012
I'm trying to get my status bar transparent following this guide [URL] .....
I'm using wanams apk manager, I make the changes to the statusbar.smali file and the xml files, I compile and it doesn't work on my phone, so I decompiled the modified apk, and the changes to the xml files went through but the smali files go back to the originals.
when compiling I use yes on Is this a system apk, yes to copy additional files, go to keep, delete resources.arsc and finish.
It happens with any smali file when I compile, I use notepad++ to edit the files.
So what I ended up doing since my xml files were saving but my smali files weren't, I didn't realize that when compiling it asks to copy over files and the classes.dex file was overwriting all my changes to the smali files, so I compiled and when it asks to delete files from the keep folder I took the classes.dex from that folder, decompiled it seperatly made the changes to the smali files there. I still deleted my resources.arsc, then I finished making the apk opened the apk and replaced the classes.dex there with my modified one. pushed to my phone and everything works perfectly.
View 3 Replies
View Related
Mar 8, 2014
I'm compiling android from source. After compilation I have following output:
See attachment for output message. (could not post it here)
Did it compile? I suspect not. So, Why?
View 1 Replies
View Related
Oct 16, 2012
I'm having bit of a strange issue. I've been editing a Mms.apk by decompling it with apktool and then chaning png, editing xml files ( I Use dreamwaver cs6, but have tried with notepad++ too) and the likes.
But when I then recompile the apk something strange happens to the data stored in the xml files, like it gets encrypted or messed up somehow. They still work tho since Ive pushed the Mms.apk to my system/app and the changes I've made are clearly shown+working.
But it makes it difficult incase I want to redo some changes in the XML files by decompiling the new Mms.apk. I've uploaded one xml file with the changes ive made, and then the same after it has been recompiled to my dropbox.
[URL] ......
View 1 Replies
View Related
Nov 20, 2013
I get this weird linker error when trying to compile CyanogenMod 10.2 for the LG Optimus G (e970 [AT&T]):
Code:
make[1]: Leaving directory `/home/greg/android/system/kernel/lge/gproj'
mdpath=`find /home/greg/android/system/out/target/product/e970/system/lib/modules -type f -name modules.order`; if [ "$mdpath" != "" ];then mpath=`dirname $mdpath`; ko=`find $mpath/kernel -type f -name *.ko`;
for i in $ko; do /home/greg/android/system/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/bin/arm-eabi-strip --strip-unneeded $i; mv $i /home/greg/android/system/out/target/product/e970/system/lib/modules/; done; fi
[URL] .....
I can't figure out which library or object file I'm missing that would resolve this reference. Btw, I've tried building it a couple ways: typical "brunch", and lunch / mka. Both produce the same error.
View 1 Replies
View Related
May 20, 2012
I have a device labelled Superpad VI. everything was okay but when i tried firmware update, its wifi stopped working and started giving "error" when i try to turn it on. Now I have just figured out that the original superpad VI has ralink wifi chipset whereas this device has realtek rtl8188cus chipset. so when i try to install superpad VI firmware, everything else works but wifi doesn't. Now how do I need to install the drivers for wifi? I have found the Linux/Android drivers from Realtek website but they need to be compiled. I know nothing about compiling/programming and Linux itself.
The un-compiled drivers can be found here (under rtl8188cus) [URL] ....
View 4 Replies
View Related
Apr 11, 2014
Downloaded all the sources of cyanogenmod for 4 and a half days, until then all right, when I tried the commands "brunch" and "breakfast" had some errors telling me you wouldn't find the repositories to the Galaxy Fame codenamed nevis ...
[URL] .....
View 1 Replies
View Related
Nov 3, 2012
I've started compiling AOKP roms for Toroplus and Maguro recently and I'd like to start including Trinity Kernel in my Rom.
I know it can be flashed after the rom but I'd like to have it come installed with it.
View 1 Replies
View Related
Apr 8, 2013
I've been trying to compile the original code for the power control widget from the "settings" app, but it won't because of the missing / hidden / internal classes,I remember with a modified Settings apk with more or modified buttons in the widget.
View 1 Replies
View Related
Jun 8, 2014
was trying to build cm11 byt was never been able to get the final zip file. It happened over 7 times. My pc reboots in the middle of the process every time. Is there a way to check what is causing this reboot?
View 2 Replies
View Related
May 22, 2014
kernel compiling with GCC 4.8 google toolcahin:
Got this error during generating bcmdhd module:
Quote:
CC [M] drivers/net/wireless/bcmdhd/wl_cfgp2p.o
drivers/net/wireless/bcmdhd/wl_cfgp2p.c: In function 'wl_cfgp2p_act_frm_search':
drivers/net/wireless/bcmdhd/wl_cfgp2p.c:769:31: error: array subscript is above array bounds [-Werror=array-bounds][code].....
View 3 Replies
View Related
Apr 1, 2013
I am trying to decompile contacts.apk from my micromax a52. I tried from apk manager and apk multi tools but it is giving error.
Code:
can't find framework resources for package of id:2.you must install proper framework files.
now i installed framework files to my computer and also by using "pull dependencies from device".
but still couldn't decompile it properly.it is also giving error during recompiling if i ignore those error and mod it.
Code:
Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, --min-sdk-version, 10, --target-sdk-version, 10, -F, C:UsersamanAppDataLocalTempAPKTOOL2048703324560073052.tmp, -0, arsc, -I, C:Usersamanapktoolframework1.apk, -S, C:APK-Multi-Toolother..projectsContacts.apk
[Code] .........
View 7 Replies
View Related
Mar 28, 2012
I've been getting a lot of 941 errors in the market place when I try and update apps. Having this issue after upgrading to ICS?
View 24 Replies
View Related
Mar 29, 2012
I have been successful a few times but lately if I fix all the make: errors I get a Java heap space error or a gc Java out of memory error. I have a pastebin and will post it when I get back home from work in the morning! I've gotten this errors running Ubuntu 10.04 building cm9, Codename and cm7. I thought at first it was virtual box. So I partitioned my hard drive and dual booted. What is wrong with my environment and Java?
OG Epic 4g Touch CM9
View 4 Replies
View Related
May 2, 2012
I downloaded the android source code, by following the steps here [URL] ....
then i started building the source code, by following this [URL] ....
while making
$ make -j16
I get the following error (and a lot more similar to them after these lines)
Code:
device/htc/dream-sapphire/libsensors/sensors.c:53:37: error: field 'device' has incomplete type
device/htc/dream-sapphire/libsensors/sensors.c:59:34: error: field 'device' has incomplete type
device/htc/dream-sapphire/libsensors/sensors.c:61:5: error: unknown type name 'sensors_data_t'
[Code] .....
Earlier these lines, the make process does not complains of any missing files as such. Why these errors are coming up since i am just trying to begin and learn this stuff.
What is causing this, and more importantly what should i do to resolve them ?
I am building on Linux virtual Machine and have taken all care that the Environment is right, as given here [URL] ....
i am building on Ubuntu 11.10 64 Bit, the commands were, in order,
Code:
source build/envsetup.sh
lunch full-eng
make -j16
View 1 Replies
View Related
Oct 22, 2011
1) albums dont appear fast enough when scrolling. is there a way to make albums appear as quickly as you scroll?
2) the zplayer lockscreen is a pain. i got to swipe a few times to unlock the phone while zplayer is playing. is there a way to just swipe once to unlock it?
3) the sliders to fast foward or rewind arent very responsive. is there a way to "grab" the sliders better to make it move smoother?
there a way to edit the file of zplayer to correct all these errors.
View 3 Replies
View Related
Aug 30, 2011
is there a native android app/script to check fat32 sdcard for errors and fix them?
View 5 Replies
View Related
May 1, 2012
I am developing a chat client that would connect to gtalk server.. I am just doing this to learn Android programming. I know that I have to use XMPP to connect to google talk server. I am having issues when attempting to do Connection.connect(). I get a whole bunch of errors from FatalException,
Networkmainthreadexception and so on...
I ran the same code in a seperate java project and the whole thing ran without any problems.. I have enabled internet in the manifest file. <uses-sdk android:minSdkVersion="15" />
<uses-permission android:name="android.permission.INTERNET"/>
<applicationHere is my main.xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<TableLayout xmlns:android="(removed due to # of post restriction...)://schemas.android.com/apk/res/android"[code].....
View 2 Replies
View Related
Oct 19, 2013
I am trying to build cm10.2 but im getting "permission denied" error
View 2 Replies
View Related
Feb 14, 2013
OK I got this 7 mid Google Android 4.0 multi touch capacitive tablet PC.
Now everything works fine ...the only real issue I have is whenever I go to Google play and try to download anything I would get this error and the only way I could get past it is to remove my account and sign in again. Is there a way to fix this so that the error don't continuously show up?? A13MID
View 4 Replies
View Related
Apr 30, 2014
Got the following errors after compilation Hammerhead AOSP with "make otapackaage -j4":
target Java: core (out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes)
javac: target release 1.5 conflicts with default source release 1.7
make: *** [out/host/common/obj/JAVA_LIBRARIES/dumpkey_intermediates/javalib.jar] Error 41
make: *** Waiting for unfinished jobs....
javac: target release 1.5 conflicts with default source release 1.7
make: *** [out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes-full-debug.jar] Error 41
View 2 Replies
View Related
Aug 21, 2013
As you can see on the attached screenshot,when in full screen mode, the youtube's last update app won't show the progress bar, same thing happens on a galaxy tab 2 7"
GT-I9100
View 2 Replies
View Related
Oct 7, 2012
I'm trying to get the LiveView plugin template to work but upon import of the project into Eclipse, I already have 13 errors and 2 warnings. I have already downloaded SDK for Android 1.6 which I believe is what it requires. The errors are as follows:
Code:
The method startPlugin() of type AbstractPluginService.LiveViewCallback must override a superclass method AbstractPluginService.java /com.sonyericsson.extras.liveview.plugins.PluginPreferences/src/com/sonyericsson/extras/liveview/plugins line 173 Java Problem
[code]...
View 1 Replies
View Related
Feb 27, 2013
I port cm10 to msm8x25 devices
If i start mm-qcamera-daemon on init.rc , then camera cant connect.
logcat
Code:
E/mm-camera( 115): kernel returned 23060073FF-SAM-S
E/mm-camera( 115): kernel returned s5k5ca
E/mm-libcamera2( 135): mm_camera_open: ctrl_fd = 26
E/mm-libcamera2( 135): Errno:22
[Code] ....
I use camera.msm7627a from official system.
View 2 Replies
View Related