General :: Decompiling / Compiling Error (framework Files Missing)

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

General :: decompiling / compiling error (framework files missing)


General :: Compiling Framework And SystemUI

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

General :: Linker Error When Compiling CM 10.2 For LG E970

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

General :: Error While Compiling CM11 For Galaxy Fame

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

HTC Incredible :: Error While Downloading .3gp Files And Saving Images / Missing Something

Sep 3, 2010

Since 2.2 I have been unable to download anything and only get an error message after it takes you to the download screen. This is happening on the stock browser as well as skyfire. Am I missing something? This worked fine in 2.1.

View 5 Replies View Related

General :: Kernel Compiling Error During Generating Bcmdhd Module?

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

General :: Decompiling SystemUI For ICS

Jul 20, 2012

When I decompile my systemui using any of the apktool available i run into problems.

Most of the pngs and xmls are fine. Although the only file i want to change doesn't decompile correctly.

The file is res/values/drawables.xml

Alot of the file decompiles fine but i also get this message repeated several times in the xml

<item type="drawable" name="APKTOOL_DUMMY_0086">false

This is repeated about 20 times.

View 9 Replies View Related

Android :: Getting Error While Compiling Droid Pdf / Fix It?

Feb 26, 2010

I am using droid pdf reader in ndk. I am unable to generate libpdfreader.so file. while compiling i am getting following errors. code...

View 2 Replies View Related

General :: Decompiling Baseband Firmware?

Nov 17, 2012

One thing that bothers me about my Android phone is the opaque, closed-source baseband firmware ("radio" as it's often called here). Since the baseband is interposed between the OS and most hardware functions, its firmware presents a major unknown in the total security of the device.

It's unlikely that the source code for any of this baseband firmware is going to be released, and the open source OsmocomBB baseband is a long way off from supporting Android or the dominant Qualcomm chips. But I would settle for decompiling an existing baseband firmware image, so that I can start to understand some things about it's behavior, and perhaps compile modified versions.

View 5 Replies View Related

Android :: Internal Compiler Error When Compiling Native Code

Aug 9, 2010

Currently I am trying to compile native code for Android. The code is from the OpenCV port for Android. I pasted all the code correctly in my project and edited my make files accordingly. When I set android:debuggable to false everything works fine and I get my native library. When I try while android:debuggable is set to true I get an error.

Here is a part of the log:

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

From what I have found on the internet this is caused by the optimization level of the compilation. As long as the code isn't compiled so that is is debuggable afterwards everything should be fine.

Now apparently it is possible to avoid this by setting APP-OPTIM := release in the Application.mk or adding -O2 to LOCAL_CFLAGS. I have tried both and still I get this error.

Right now I don't really care that much about debugging my native code, but I would like to have basic debugging enabled. And I don't want to keep switching android:debuggable in my manifest every time I want to compile. I'm not even sure if it is okay at all if I just set android:debuggable to false pre compiling and to true post compiling, but I am sure I will forget it every second run.

View 1 Replies View Related

General :: Star LT18i Missing Files

Dec 18, 2012

i tried to flash recovery for my star lt18i for right to left mod(i'm hebrew speaker and the hebrew langugh wirten right to left) i cant flash any recovery cause i dont have the drivers, any link for those files:

star lt18i drivers
recovery
saccter
rtl mod /

any rom with hebrew full support?

View 2 Replies View Related

General :: HTC Desire Root Missing File Error

Mar 6, 2014

I have s-offed and installed amon ra 2.0.1 on my htc desire. Now,when I try and flash a rom it comes up with an error saying missing files,But I have tried 3 different roms.

I have done all the usuall,wiping cache etc. It is a pvt4,hboot is now 6.93.1002.

View 1 Replies View Related

General :: Missing Music Files After Downloading To Phone?

Nov 9, 2012

I have a samsung galaxy ii skyrocket. Sometimes I transfer mp3s directly from my computer to a new music subfolder on my phone. But when i look on my phone, some of the mp3s show up in the folder and some do not.

View 1 Replies View Related

General :: First Google Play Missing Then Force Close ERROR

Sep 26, 2012

I have Samsung Galaxy mini and flashed it with stock Froyo 2.2 ROM but when I installed the ROM and I didn't find the Android MarketGoogle Play App, But I searched for this problem at google and the only solution for this problem is downloading the market apk file, And I downloaded and installed it but another problem appeared, When I open the market it gave me a force close Error

View 2 Replies View Related

Android :: Process Framework Unknown Error?

Jun 14, 2010

Did anybody encounter the RuntimeException with the message "Unknown error"?

java.lang.RuntimeException: Unknown error at android.os.Process.setProcessGroup(Native Method) at android.app.ActivityThread.handleChangeTopApp(ActivityThread.java:3663) at android.app.ActivityThread.access$4100(ActivityThread.java:126) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2039) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:123) at android.app.ActivityThread.main(ActivityThread.java:4595) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:521) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java: 860) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618) at dalvik.system.NativeStart.main(Native Method)

http://www.netmite.com/android/mydroid/frameworks/base/core/jni/andro...

View 3 Replies View Related

General :: Home / Power Buttons Not Functioning - Keychar And Keylayout Files Missing

May 21, 2013

Earlier I've posted about losing my keychar and keylayout folders but however downloading some files and folders from the internet and from other (non-samsung phones) my keys started working...However my home key, back key, the power keys doesn't work!

I probably think that some files are missing from my system folder (keychar and keylayout folder). I do not want to re-install my android once again. (I do not have backups either)

Image: [URL] ..... (The marked buttons are not working.) How to get the phone back to work normally.

Samsung Galaxy Chat GT-B5330
Android Jelly Bean 4.1.2
Portland ICS ROM
Rooted
QWERTY

View 1 Replies View Related

General :: GN2 USB Connection Error When Transferring Files To PC

Dec 21, 2012

I am getting an error message when I try to move pictures or videos off of my GN2 on to my pc using a USB connection.

In file manager I open up the phone drive and then my SD card. I see and select the files I want to copy over. When I drag and drop them from the phone into the new folder on my PC an error comes up that "the requested resource is in use." It won't even let me move them to a new file folder on the phone.

View 1 Replies View Related

General :: What Does Compiling Exactly Mean

Mar 26, 2013

i came across a word related to android "compiling". What does compiling exactly mean?

View 9 Replies View Related

HTC Incredible :: Files Missing On SD

Oct 28, 2010

Any idea why this would happen?I'm confused as all get out.I lost ALL of my photos and wallpapers,but nothing else.

View 4 Replies View Related

General :: Compiling Android For ZT-282

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

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

General :: Cannot Find Symbol When Compiling CM 11.0

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

Samsung Galaxy S :: Missing Files From 'Memo App'

Sep 21, 2010

I created some memo files using the 'Memo' application, but cannot find them when I look in 'My Files'.Does anyone know why?

View 1 Replies View Related

General :: Smali Changes Not Compiling - Transparent Status Bar

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

General :: Compiling Android Source Code

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

General :: Compiling Kernel With Governor - Getting Errors

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

General :: Compiling XML Results In Gibberish (still Works)

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

General :: Errors Compiling MIUI SystemUi?

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

Motorola Droid X :: Files - Folders Missing In Explorer

Nov 10, 2010

I have a Droid-X and am having a peculiar problem. When I connect the phone to my PC with the USB, I try to browse the files on the "DROIDXRemovable Storage" directory, but only some of the files and folders are showing up. If I download and save a file on the device, it doesn't show up at all in explorer. I've even tried copying a file to the device from windows, and as soon as I disconnect and reconnect, the file is gone in Explorer even though it shows up fine on the device's file manager. Does anybody know why these files and folders are missing when I browse in Windows Explorer?

View 2 Replies View Related

General :: Compiling Realtek Rtl8188ctv WiFi Module

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







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