General :: Decompile APK And Change Some Functions?

May 20, 2014

Is it possible to decompile an apk and change some function? For example: A game give you always 50 gems for an exercise. Is it possible to change the function so you will get 100 gems?

General :: Decompile APK and change some functions?


General :: Decompile APK To Change Appdata Path From Internal To SD Card

Jan 29, 2013

how to change the default appdata storage...

datadatacom.google.android.apps.currents to sdcardAndroiddatacom.google.android.apps.curren ts coz currents stores both cache and data to internal mem...which takes a whopping 100-150mb itself.

can i change some vaules to make it store in the sdcard instead.....

View 7 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 :: How To Decompile APK In Android

Jun 6, 2012

How to decompile APK in android?

View 4 Replies View Related

General :: How To Decompile APKs

Jul 8, 2013

I have been trying to use APK Tool for HOURS and I keep getting this error:

I: Baksmaling...

I: Loading resource table...

Exception in thread "main" java.lang.ClassCastException: brut.androlib.res.data.
value.ResFileValue cannot be cast to brut.androlib.res.data.value.ResScalarValue
at brut.androlib.res.decoder.ARSCDecoder.readComplexE ntry(ARSCDecoder.ja[code].....

I am trying to edit BlockLauncher Pro APK. Is there any other way to decompile apks?

View 7 Replies View Related

General :: How To Decompile Jar Files

Apr 18, 2013

how to decompile and compile jar files using cmd or other...

View 2 Replies View Related

General :: Can't Decompile ICS APKs

Nov 22, 2011

Using APK Manager im trying to decompile some APKs from ICS, though always run into errors (Unlike GB APKs which I have no problem with)

Code:
|22/11/2011 -- 20:21:58.42|
--------------------------------------------------------------------------
java version "1.7.0_01"
Java(TM) SE Runtime Environment (build 1.7.0_01-b08)
Java HotSpot(TM) 64-Bit Server VM (build 21.1-b02, mixed mode)
--------------------------------------------------------------------------
|22/11/2011 -- 20:22:29.68|
--------------------------------------------------------------------------
java version "1.7.0_01"
Java(TM) SE Runtime Environment (build 1.7.0_01-b08)

[URL]

Ive heard using the newer version of APK Manager is supposed to fix things, though cant find a newer one. The only file I found on XDA was a Jar file, and didnt explain what / how to replace with current APK Manager.

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 :: Sprint GS4 V4.3 - How To Decompile SystemUI APK

Feb 20, 2014

I was trying to decompile, modify and then recompile my SystemUI.APK to put THIS mod into it. I am using THIS TOOL.... Now I can successfully decompile my SystemUI.APK, but when I go to recompile it, nothing happens and there is nothing in the recompiled folder.

BTW I have a Sprint GS4 running a custom ROM (TouchWiz based) on Android 4.3.

View 1 Replies View Related

General :: Add Activity Class To Decompile App

Oct 10, 2013

It Possible? I Decompile App and i want add my class to this app. How to do this? I search but can'y find any guide. I Use Apktool.

View 5 Replies View Related

General :: Cannot Get Android Multitool To Decompile Any APKs

Feb 20, 2014

I've installed the android sdk, java, and all the other fancy things I was supposed to, but cannot get Android Multitool to decompile any apk's.

This is the error log it throws out: The system cannot find the path specified. 'apktool' is not recognized as an internal or external command, operable program or batch file. The system cannot find the file specified.

View 4 Replies View Related

General :: How To Decompile Small Files And Then Edit

May 18, 2013

I know how to decompile, recompile and sign apk but how to decompile smali file for editing....

View 9 Replies View Related

General :: How To Decompile / Recompile System Apps From MTK Phones

Dec 21, 2013

how to Decompile/Recompile System apps from MTK phones? I'm using apktool 1.5.2.I can decompile like "SystemUI.apk"But I can't recompile. Even I didn't edit anything yet.Specially those who have MTK phones.

View 3 Replies View Related

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 :: How To Disable Cell / 3G Functions V2.3

Jan 22, 2013

I have a PCD Chaser with Android 2.3 on it. I'd like to disable the 3G and cell connection. Airplane mode will do both (3G can be disabled manually anyway), but also kills the Wi-Fi.

So here's my question. Is there a ROM out there, or a guide to making a custom one, for removing the cell and 3G functionality? I haven't even found anything for a bootloader or recovery for it, so I don't have high expectations.

View 4 Replies View Related

General :: How To Unlock All Functions Of Play Store

Jul 12, 2012

How i can unlock all functions of the Play store? For example the magazine,the video and the music.

View 5 Replies View Related

General :: Emulating Touch Screen Functions With USB Keyboard

May 5, 2013

I was wondering if it would be possible to emulate touch controls with a USB keyboard similar to how you can emulate touch controls with a PS3 controller using the sixaxis app. I want to do this for some rhythm games.

View 1 Replies View Related

General :: How To Access Core Android Functions Like App Switching

Jun 28, 2013

Is there any way to access core Android functions like app switching (holding down the Home button for a few seconds), to be used in other contexts? Similar to how you can access Activities from the apps installed and use them as Shortcuts.

What I'd like to do is this:

press Home -> bring up app switching interface
long-press Home -> go to Home screen

Basically I want to reverse the two functions that short and long pressing the Home button does.

If not that, I'm also interested in being able to access the "app switching interface" via a Shortcut (like a Shortcut you place on your Home screen), or via an app.

For example, you can long-press on the Home screen and add a Shortcut (different than adding a shortcut to an App) which basically includes various context functions of some of the apps you have installed. I want to be able to do this - add a Shortcut - in which the Shortcut I add launches the "app switching interface" that you normally get by long-pressing the Home button. That way I can put that Shortcut in Wavelauncher or wherever else I want to be able to app switch without the annoyance of having to long-press something.

View 5 Replies View Related

General :: Android Binary To Handle Root Functions?

Oct 6, 2012

Several apps on android market is utilizing some kind of binary and root to call android system methods which normally require permissions only granted to system apps (/system/app).

I am wondering if it is possible to call java methods with C++ binaries using JNI. How the apps are doing this? An example is the launcher Apex launcher, which uses root to allow users to add widgets with the new widgets screen on ICS.

View 1 Replies View Related

General :: Motorola Droid 3 - Turn Off Vibrate For All Functions Including Apps?

Aug 28, 2012

is there a way to turn it off for all functions, including apps? i have a motorola droid 3.

View 4 Replies View Related

General :: Lenovo A820 With MOD CP5.3 - Custom Home Screen Functions Disappeared?

Jan 8, 2014

after update firmware to 150 & rooted it & repartitiond it & also install MOD CP5.3. All things work very fine except some issues.

1 - custom home screen functions disappeared !!!! (add & remove & rearrangement of home screens).

2 - the radio doesn't work without headphone .... (solved in the same topic mentioned).

3 - what about installing different roms !!!!! (what happens to the re-partition of 2.7!!) and what roms you suggests to me to play with.

and another Qs not about roms ....

1 -what if i want to update the phone to android 4.2 or 4.3 or even 4.4 kitkat !!!!!

2 - how to change lock screen !!! is there any app do that !

3 - how to change incoming call screen !!!!

View 3 Replies View Related

Android :: Password Security - Encryption - Decompile

Feb 2, 2010

I am developing an app that uploads files to an FTP server, and the app will have the ftp user name / password in the code. I'm investigating making the FTP user name and password as secure as possible (including an encrypted value for each in a strings.xml and decrypting in the app when it needs to connect to the FTP server).

My concern is this is not actually secure at all, it seems someone could unzip the .apk, decompile it, view the strings.xml and java code that decrypts it - and thereby obtain the ftp login info.

So my question is.. am I approaching this wrong way? Is there a standard method of ensuring passwords that are hard coded into an app can be secure? (note - in this case this is not a password a user of the app would enter, the FTP password is universal to all that install it so it is included in the app).

View 3 Replies View Related

Android :: Key Functions Not Working

Jun 18, 2010

I have looked all over the place. Here in the forums, online, user manuals, etc. What I am looking for: When I am texting, I see above the "A" key is an alt symbol that looks like an arrow pointing to the right with a verticle line. It appears to be an ALT-function of some sort. What is it? What does it do?

View 1 Replies View Related

Android :: How To Use SQLite Functions?

Apr 1, 2009

I read in the documentation for SQLite that there should be some core functions and aggregate functions available, but I can't seem to use them in my code.. Can anyone help? Here's the documentation ad: http://www.sqlite.org/lang_aggfunc.html http://www.sqlite.org/lang_corefunc.html There is for example the function count() but how do I use it? I have tried to use it as stated below, but none of the functions in the documentation is available that way (i.e when I type "db." the list that shows in Eclipse documentation doesn't include any of the functions from the SQLite doc except from execSQL):
Code...

View 7 Replies View Related

HTC 4G :: Advanced Camera Functions For EVO

Jul 4, 2010

Looking for a way to do sports mode and the many other camera modes that cell phones offer. I upgraded from an htc touch pro 2, although it did not come with sports mode initially enabled, there were registry fixes that allowed this to happen. Is there such a 'easy' fix for the android platform (EVO)?

View 23 Replies View Related

Android :: Why Busybox Necessary - How It Functions?

Aug 28, 2010

Can someone tell me what busybox actually does and why it's required or necessary? I'm using a rooted captivate if it matters.

View 1 Replies View Related

HTC Incredible :: Functions Not Working / Since 2.2 Update

Sep 1, 2010

So I just did the OTA Froyo update (I think that maybe I should have done the RUU that I've been reading about. Anyway, since I've done the update things that no longer work properly on my phone: Pressing "Menu" button to unlock the phone Swype will no longer work when swyping letters, only when pressing like a typical keyboard Browser constantly shutting down...I cannot get 20 seconds into using the browser without it shutting down.

View 7 Replies View Related

Android :: Need To Sync Business Functions

Oct 7, 2010

New to android..been using WM 6.1 sync with outlook obviously seemless. Need the same type of functionality but it doesn't have to be with outlook. Looking for options to use for business. Being a small company I can go anyway I want, don't have any restrictions other than need to sync all with phone, laptop and desktop. Beginning to travel more so contact, calendar and task must sync (notes and a Today front end would be nice). I have tried Dejaoffice but I end up with 2 sets of contacts and calendars (Samsung and Dejaoffice) not to mention that the UI is lame (had just as good 15 years ago with Instant Recall). Don't mind rooting the phone if needed. So what options exist in the open source world? Love my captivate phone but need to be able to do business to keep it. Anxious to hear how the rest of the Android world does it.

View 10 Replies View Related

Android :: USB Functions For All User Devices?

Apr 23, 2010

Are there any USB functions for Android devices (all user devices, not rooted)? I'm curious because I might want to make an app that puts things through USB

View 1 Replies View Related

Android :: SQLite Creating SQL Functions

Jul 22, 2010

How does one go about adding a custom SQLite function from within the Android sqlite API? I have a function (written in C) that I'm able to add using the C API outside of Android as described here: http://www.sqlite.org/c3ref/create_function.html.

View 4 Replies View Related







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