General :: Compile Error In APK Multi Tool

Apr 29, 2013

I was being decompiling my settings.apk And after compiling i was edit XML Files there And after editing i compile it And theres a error that it said go to option 21 to take a log but its only a compression level for apks i think its should 24. I was only creating a rom but this only compiling made the day long to post it here

GT-S5300 Rooted with Remix v2 Rom

General :: Compile error in APK Multi Tool


General :: Compile / Decompile Using APKTool Or APK Multi Tool

Feb 16, 2012

I'm trying desperately to edit some files inside SystemUI.apk and framework-res.apk but I'm having some troubles...

I wanted to post in the specific thread of the program : [URL] but I'm not allowed to, because it's my first post here.

First I used only apktool, I managed to decompile my 2 files with no problems, I replaced a few *.png files and tried to recompile it but I'm getting errors... (I only manage to recompile the files if I don't edit a thing)

Then I tried APK Multi Tool, I achieved to decompile my 2 files (with the option 9 in the program), but I can't recompile them after editing my files. So I decided to make a test, I tried to decompile and recompile (I hit 9 then 11 in the choice case) them WITHOUT changing a thing and I get errors anyway. If I use the choice 1 (only extract the apk), do my editing and then zip the project (with the choice 3), directories are wrong inside the new *.apk, I get "projectsSystemUI.apk(res or smali, etc...)" so the *.apk result is not usable

Here is the log file when I try to recompile WITHOUT changes :

Code:
I: Baksmaling...
I: Loading resource table...
I: Loaded.

[Code]....

View 9 Replies View Related

General :: Setting Up APK Multi-tool

Apr 16, 2013

i downloaded apk multi tool for windows..i installed it but when i open it i get an error 'java not installed'.

View 1 Replies View Related

General :: Kernel Compile Error

Feb 25, 2012

I have built many kernels on the wildfire s for cm7 but I noticed that ksgl was not getting compiled so I added it to the build and it compiles but at the end of compiling. URL...

View 2 Replies View Related

General :: Compile Error IW Tools

Nov 18, 2013

I am on CM "jellybean" branch and want compile iw from source in order to get a p2p0 interface. My goal is use precompiled libnl.so provided by my vendor (Sony). I add iw sorces in external/iw directory and modified Android.mk of external/libnl-header in order to create the module "libnl" necessary for compile iw. All changes are in this commit.

When I compile I obtain this

Code:

external/iw/iw.h:5:29: fatal error: netlink/netlink.h: No such file or directory

It look like the libnl module is not imported by iw.

View 3 Replies View Related

General :: Custom Kernel Compile Error

Mar 9, 2012

Last week, I played around with getting a custom recovery built for INQ Cloud Touch..

After compiling - flashing recompiling re-flashing for almost a week and on the verge of giving up ...

I realized, searched and found flash_image ... come to find out custom compile of recovery was fine, fastboot did not like my device and wasn't flashing it properly.

So flash_image got the custom recovery working as suppose to, able to backup/restore ... Flash roms.. however there are no roms.. best i could do was try roms from devices close to this one, with no luck!

So i decided i would try my hand at making a 2.3.7 gingerbread rom. Of course stock is froyo 2.2.1 and before i can make the rom.. i need a kernel for gingerbread. So I got the cm-kernel source using this guide:

[URL] .....

[EDIT]
pulled my .config file using both
/proc/config.tgz
and the included script to pull it from the boot.img
[/EDIT]

Now, i been trying to get kernel compiled for the last 5 days.. and like i said, no lack of searching and reading... Had first error, forgot what it was now, but i got it fixed and compile went on.

Code:
LD .tmp_vmlinux1
arm-eabi-ld: no machine record defined
arm-eabi-ld: no machine record defined
arch/arm/mach-msm/built-in.o: In function `parse_tag_msm_partition':

[Code] ......

I have a notepad full of things i have enabled/disabled and restored to original trying to find what is missing or shouldn't be there!

View 5 Replies View Related

General :: Command Not Found Error While Trying To Compile Kernel From Source With NDK

Mar 29, 2014

I 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] ....

View 1 Replies View Related

General :: Eboot Error (16008) In Smart Phone Flash Tool (Micromax A25)

Feb 17, 2013

how to fix this error... i also create a new scatter file of my phone.. but nothing works..

Error is

EBOOT ERROR : (16008)

[Android Partition size changed!

[HINT] Partial images download error

View 1 Replies View Related

Android :: Compile Error In New Hello Testing Tutorials Program

Sep 19, 2010

There is compile error in HelloAndroidTest program in the Tutorials Hello Testing program, because I got this compile error. com.example.helloandroid.R.id.textview can not be resolved.

CODE:................

My com.example.helloandroid.R doesnt have R.id.textview, and endroid.R.id class does not have endroid.R.id.textview field. Where do I support to get this field, com.example.helloandroid.R.id.textview?

View 3 Replies View Related

Android :: Compile Static Library Using Droid NDK / Getting Error - Get It To Work?

May 31, 2010

I'm trying to compile a static library to use on Android but I can't figure out how to compile it. The library uses standard libraries (stdio.h etc...) and libxml2.

I am trying to compile using arm-eabi-gcc but I get the following error:

/cygdrive/c/android-ndk-r4/build/platforms/android-8/arch-x86/usr/include/asm/posix_types.h:15:28: error: posix_types_64.h: No such file or directory

How do I get this to work?

View 2 Replies View Related

Android :: Unknown Error With AAPT Tool While Build Project

Jun 18, 2010

I am in need of help to complete my application. I am trying to execute a project that uses and android library. Basically I am trying to execute the android facebook sdk to run the sample code provided at http://github.com/facebook/facebook-android-sdk 1. I have downloaded the sdk and extracted the zip file to a folder 2. I used Eclipse galileo import to create an android project from existing resource. I imported the sdk source code (facebook folder of the sdk) into my project explorer successfully. I can also run Build Project for this source code. 3. Now, I am trying to import the sample example in it. The project is imported but I cannot execute it. I cannot build the project. Code...

View 2 Replies View Related

Android :: Strange Error When Building / Using Prebuilt Tool Chain

Jan 17, 2009

When I using default pre-built android-toolchain to build android on linux, the following errors occur: hucheng@hucheng-bj:~/temp$ uname -a Linux 2.6.18.5-gg42workstation-mixed64-32 #1 SMP Tue Nov 25 21:45:59 PST 2008 x86_64 GNU/Linux Have you met it before? Institute of High Performance Computing, Department of Computer Science and Technology,

View 2 Replies View Related

Android :: How To Compile All Source Files - Default Make Target Does Not Compile All Of Them

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

Media : Media Encoder - Can't Use Handbrake - Keep Getting Error With It When Try To Compile Movies To Mp4

Apr 23, 2010

That isn't handbrake. I can't use handbrake. I keep getting a weird error with it when I try to compile my movies to mp4. The devs for handbrake basically said they were sorry but it wont work on my system. Anyway, anyone know of a good program I can use to encode for the droid?

View 2 Replies View Related

General :: How To Compile PHP CLI For Android

Aug 7, 2013

compiling PHP 5.4.17 CLI for android on Ubuntu 13.04. I just have installed Ubuntu on my pc. What are the next steps ? How to setup it for cross compiling php ?

Which tools do I need and where/how to get this ?

View 1 Replies View Related

General :: How To Compile ROM With HALO

Jul 29, 2013

I am currently building AOKP and I want to add HALO to this. I have just downloaded all AOKP sources. I know that link to HALO repos is this:[URL] but what shall I do now?

View 9 Replies View Related

General :: How To Compile And Decompile JAR Files

Aug 19, 2012

I need to edit my phone "service.jar' file. So i need to know how to compile and decompile ".jar" files. I think before the edit ".jar" files i need to decompile it like android apps. Are there any too for it like apktool? I try to do it with apktool but not success.

View 4 Replies View Related

General :: Compile Kernel Source

Jul 30, 2013

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 Related

General :: How To Compile CM10 ROM For LG P690

Apr 11, 2013

i want to compile a rom for lg p690 from source which guide will be best for it

View 2 Replies View Related

General :: Compile CWM From Source For New Device

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

General :: APKTool Can't Compile Unchanged App?

May 6, 2012

I have made a CM7 theme and I'm unable to compile it. I have investigated it a little and found out that if I decompile a theme and then compile it back without ANY change, it gives the following error:

Code:
chris@ubuntu:~/Desktop$ apktool b xres
W: Could not find sources
I: Checking whether resources has changed..[code]....

View 9 Replies View Related

General :: How To Compile FFMpeg With Support For GPU

May 25, 2012

how to compile FFMpeg with support for the Mali GPU or Generic Android HW acceleration?A good number of video players on the Android Market are able to playback HD video without issue, where some not optimized for GPU decoding are not.

View 3 Replies View Related

General :: Compile Apk From Github Source

Jan 10, 2014

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...

View 2 Replies View Related

General :: Cannot Get Jelly Bean To Compile

Dec 27, 2012

I've attempted to build two different sources, one modified ICS AOSP and another from straight up JB AOSP. Both err on me.

JB spits out the following:

Quote:

make: *** No rule to make target `out/target/product/devicetest/obj/STATIC_LIBRARIES/lib_driver_cmd_wext_intermediates/export_includes', needed by `out/target/product/devicetest/obj/EXECUTABLES/wpa_supplicant_intermediates/import_includes'. Stop.
make: *** Waiting for unfinished jobs....
target thumb C: wpa_cli <= external/wpa_supplicant_8/wpa_supplicant/src/utils/edit.c

I'd prefer to get JB working, but would be satisfied with ICS for now.

View 6 Replies View Related

General :: Compile Android On ARM Architecture?

Apr 27, 2013

getting a dev board for use as a mini pc. Wondering can you compile android on arm hardware or only on x86 hardware. If you can compile android on arm I will get a high end quad core dev board, if not will just go for a mid range dual core board. Thought it would be a fun project to have an auto android builder along with file and print server. Yes I know it will be slow to compile.

View 2 Replies View Related

General :: Compile Rom From Source On Windows?

Apr 11, 2013

how to compile a rom from source on windows 7 tried virtual machine but dont work

View 2 Replies View Related

General :: APK Tool Won't Decompile

Mar 13, 2012

I'm trying to decompile a few apks for modifying the dialer on an ICS rom. When I go to decompile I get an empty folder and this error:

I: Baksmaling...
Exception in thread "main" java.lang.RuntimeException: bad magic value: 64 65 78 0a 30 33 36 00
at org.jf.dexlib.DexFile.<init>(DexFile.java:377)
at org.jf.dexlib.DexFile.<init>(DexFile.java:274)
at brut.androlib.src.SmaliDecoder.decode(SmaliDecoder .java:44)
at brut.androlib.src.SmaliDecoder.decode(SmaliDecoder .java:33)
at brut.androlib.Androlib.decodeSourcesSmali(Androlib .java:68)
at brut.androlib.ApkDecoder.decode(ApkDecoder.java:85 )
at brut.apktool.Main.cmdDecode(Main.java:128)
at brut.apktool.Main.main(Main.java:65)

All I would like to do is edit a few xml files to change the color on text. Could I just rename the apk to .zip and extract the files to be edited?

View 5 Replies View Related

General :: LG Thrill 4G - Get App ROM Tool Box

Mar 7, 2012

I rooted my LG Thrill 4G (LG optimus 3D) with superoneclick which went smoothly and was fine. For some reason without me not even knowing the basics of a ROM decided to get an app ROM Toolbox I believe and play around with it. I did not download any ROM I was just looking at a cyano something rom when all of a sudden my phone froze. I tried turning it off I even waited 30 minutes for it to unfreeze but nothing happened so I pulled the battery. When I turned the phone on it just stays at the LG logo. I went ahead and pulled the battery again and started the phone in system recovery, but I get this no matter what I try to do:

E:Can't mount CACHE:recovery/command
E:Can't mount CACHE: recovery/log
E:Can't open CACHE:recovery/log

View 1 Replies View Related

General :: How To Compile Android Kernel From Source

Jun 21, 2013

I 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 Related

General :: Unable To Compile APK (systemUI) Cyanogen

Dec 16, 2012

i tried to decompile systemui.apk it decompiled successfully using apktool but whenever i tries to recompile it it shows dis error

it is of cyanogen mod 9.1

C:UsersyoDownloadsCompressedNew folder (2)>apktool b SystemUI
I: Checking whether sources has changed...
I: Checking whether resources has changed...
I: Building resources...
invalid resource directory name: C:UsersyoDownloadsCompressedNew folder (2)
SystemUI

[code]....

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved