General :: APKTool Not Recompiling Gmail App?

Jan 14, 2014

I tried to decompile the Gmail.apk with Apktool, but it said: can't decode attr value, value=0x00004001. And after that some more errors.

I tried it with and without framework install first, and I got the latest version of Apktool. Still nothing works, although I can decompile other apps.

General :: APKTool not recompiling Gmail app?


General :: Change Gmail Conversation Item Color With APKTool?

Jan 23, 2013

I want to change gmail conversation item color with apktool but i cant find a way.

View 1 Replies View Related

General :: Recompiling An APK

Jan 3, 2013

I wanted to add ios6 emoji's onto an already modded with previous emojies, MMS.apk. I extracted the emoji .png files from handcent and i placed them in the folder with all the other emojis.I then went into values > public.xml and I edited the id codes so that all of the ios6 emojis would be in this file (I also extracted this from handcent but I had to re-write the id code. While doing so, I also had to re-write some of the id codes for other items that weren't emojis because if I didnt, the id codes would duplicate since I went in order while writing the id code). But when I recompile the apk, it wont recompile. I've tried previous versions of apktool and also apkmanager.

I have also included the original MMS.apk and my framework-res.apk..it wont upload onto xda so I uploaded it on my dropbox! URL.....

View 1 Replies View Related

General :: Error While Recompiling APK?

Apr 24, 2014

I am running Android APK MULTI TOOL for recompiling and decompiling an APK. When I decompile it, it goes smoothly. But when I attempt recompiling, it gives A LOT of errors stating at the end "... is not defined". This is not an after-mod error because I tried recompiling it right after decompiling, without even opening the decompiled folder. It still gives the same error.

View 9 Replies View Related

General :: Boot Looping ROM After Recompiling?

Jan 3, 2014

I have an Amazon Kindle Fire HD 7" (the 2012 one, not the 2013 one), and I am trying to pre-root the stock software for it (version 7.4.6). I downloaded the update in a .bin format, renamed it to .zip and de-compiled it with 7-zip. I put the su and busybox binaries in "/system/xbin/", and added CWM's Superuser.apk to "/system/app/", and added a couple of more tweaks to it as well.

I adjusted the update-script file accordingly, and re-compiled the ROM. I moved it over to my Kindle, rebooted into recovery, wiped, flashed, and... bootloop and eventual TWRP.

View 1 Replies View Related

General :: Settings APK Recompiling Error?

Apr 24, 2014

I decompiled settings.apk of Micromax A110 using apktool.I installed framework-res.I did not even touch any file of the decompiled directory.i recompiled it.and it is showing the following error.I cannot even add my name in the ROM i created and it is my first rom .is it any problem with apktool or java.i can get the output apk and it donot get installed in the rom.There is no settings in the app drawer.

View 4 Replies View Related

General :: Error While Recompiling Themes In HK Theme Manager

Mar 25, 2014

the errors in recompiling/signing CM themes to use in HK theme manager (Xposed Module).

View 1 Replies View Related

General :: Error While Recompiling Modded Holo Launcher

Apr 18, 2013

I was modding holo launcher to give it a whole new look....

I changed name in the strings.xml

Code:
@string/application_name

Changed Icons and animations...

I used all apk tools available from

1. APKTool
2.APKMultiTool
3. APK Manager

But while recompiling I get a hell lot of errors....

What to do?

I recompiled many times still errors

View 4 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 :: APKTool And SystemUI No Status Bar?

Apr 12, 2013

My ROM for the Note 2 is a TW base (people want the S-Pen functions). And they like the AOSP feel so i decided to try and make a ROM that is AOSP themed. Well i have the launcher and a few AOSP themed apps such as the messaging app.

The flashers were very satisfied with my work so far. But they wanted an AOSP themed status bar. Meaning some AOSP battery images wifi and so on. I decided just just replace the EXACT images. I used a cm10 ROM to get the pngs. I also did use the newest Apktool to do it. I did all the framework installation. I decompiled both and started transfering. Here is what i did. I went to the drawable-xhdpi folder in both ROMs. They had pretty much identical png names. But the icons were different (one being the blue theme) so i took the blue icons (battery and wifi) and transfered them to my rom. I made sure that only the pngs with the same names were transfered. so there wasnt any issue compiling.

Next i compiled the APK file.Then i used my backup systemui.apk file to transfer the META-INF folder to the new one using 7-zip.Then i went and signed it and used dsixda's android kitchen to zipalign it. Then after all that i pulled that apk from the zipaligned folder and put it on my phone's sd card. I have the root explorer app. I move it to my /system/app folder. It moved successfully. Then i reboot and when it comes back up i dont have a status bar. And my wallpaper is black for a little while and then goes back to the feather thing.

I have tried signing and not signing. Zipaligning and not zipaligning.I am really wanting the AOSP themed icons in the status bar.

View 9 Replies View Related

General :: Editing Apps With APKTool?

May 2, 2014

I have been playing with apktool to learn how apps are made. Decompiled following the guide from this forum.

However I can't find what I'm looking for in the apps. For example, it's easy to edit the drawable folders of the apps and change the images.

I took some apps that gather feeds from news sites and I tried to find where are the feeds URLs coded or embedded inside the apps files, and could not find any info at all. No URLs at all. I opened the XMLs, and other files inside res, lib or smali folders, opened a lot of the files with Notepad++ and I can't find any information about it, or any place where the app connects to the website.

Is it possible to access that info when we decompile with apktool?

I also watched a lot of videos in YouTube, on how to edit apps with apktool, and all of them explain how to change the images, but nothing else.

Is it only possible to edit the theme/design of an app, when we decompile with apktool? Or can we go further and change something else?

View 2 Replies View Related

General :: Run APKTOOL In Android - No Such File Or Directory

Jan 31, 2013

Tried it, i put aapt,apktool and apktool.jar in /system/bin...

But when typing apktool it says "no such file or directory"

How can i make it work?

View 4 Replies View Related

General :: Modify With APKTool App - Block In Dalvik

Jan 31, 2012

my friends mods and give me an app that he had blocked only for my imei code and date control..i have modify with apk tool the app (the condition control where the app check imei and date) but when i resign the app and install it, when i launch it crash.How i can remove these blocks?

View 1 Replies View Related

General :: Correct APKTool For ICS And Jelly Bean For Linux / Mac?

Jul 21, 2012

Correct ApkTool for ICS and Jellybean for Linux/Mac?

I can't compile using the one from the website as I get compiling errors

View 6 Replies View Related

General :: How To Edit System Apps With APKTool For Android

Nov 1, 2013

how to decompile system apps with apktool for android....

View 2 Replies View Related

General :: Native APKTool - Looking For App To Recompile Apps Within Android?

May 18, 2013

I'm interested in an app to decompile apps within android. Something like ninjamorph would be great however ninjamorph seems to do the equivalent of extracting an apk instead of leaving an editable app with readable xml files. What is the likelihood of something like this happening? What is preventing it from happening?

View 2 Replies View Related

General :: Recompile System APK Using ONLY APKTool While Keeping Signature?

May 17, 2012

I don't want to use APK Multi-Tools or APK_Manager or whatever. I want to know exactly what those tools are doing in order to recompile the system apk while keeping the original signature.

What I initially did...

Code:
apktool d "%~dpnx1.apk" "%~dpnx1"

...modify files here...

apktool b "%~dpnx1" "%~dpnx1.apk"

But obviously that's unsigned. I need to sign it, but I want to use the original signature, which I'm guessing is the META-INF stuff, right? So I attempted this...

Code:
apktool d "%~dpnx1.apk" "%~dpnx1"
7za x -o"%~dpnx1-signature" "%~dpnx1.apk" META-INF -r

...modify files here...

apktool b "%~dpnx1" "%~dpnx1.apk"
7za a -tzip "%~dpnx1.apk" "%~dpnx1-signature/*" -mx9

You'll notice I now use 7-Zip to pull out META-INF from the original APK and then insert it back into the recompiled one afterwards.

The only other thing I can think of would be to go with my first method, but then use 7-zip to pull out the compiled files from the unsigned apk and insert them into the signed apk. I haven't tried that yet, but it will be the next one I go with. Every time this fails, though, I have to do a nandroid restore.

For those interested, after running "apktool b" (to build/compile), ignore the output zip. Instead go into the source directory and there is now a build directory. In that is an apk directory. Simply add your changed files to the original untouched APK (if you modified any XML files, then replace resources.arsc; if you added anything to smali, then replace classes.dex; if you added any XML files, then you need to include those as well; for me, i copied resources.arsc, classes.dex, and one new XML file). I used the following command:

Code:
zip -9 ..SystemUI.apk reslayoutstatus_bar.xml classes.dex resources.arsc

I use zip instead of 7za for cosmetic reasons. You can also use "7za a -tzip etc..." if you want.

View 1 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 :: New Galaxy S4 Deleting All Gmail Contacts Synced In Phone And In Gmail

May 22, 2013

why my S4 is deleting all my contacts from it. I have my contacts synced with my gmail contacts and this has been the case for years. I had a Samsung Infuse before this and have never had a problem. I've had the S4 for about 3 weeks now and this hasn't happened until yesterday. And since yesterday it has happened 3x's. At first I thought it was a Trulia app (realestate app) that I was using to try to call some realtors. I'm not sure if it was a coincidence but the first 2 times I was on the app and my contacts disappeared. How I recovered them was through the contacts recovery feature on Gmail. I would be SOL if I were out and needed to call someone on my contacts list immediately and without access to my laptop.

View 5 Replies View Related

General :: How To Add Another Gmail Address To Gmail App On Note 3

Oct 16, 2013

I've gone through all menus and settings and dont see a way to add a second gmail address to the gmail app

View 8 Replies View Related

Sony Ericsson Xperia X10 : Gmail Notification When I Receive An Email To My Gmail Inbox

Sep 11, 2010

Googled this issue and can't seem to find the resolution. I am using the Gmail app which came pre-installed on the phone. I have entered my account details, I can send emails but I don't get a notification when I receive an email to my Gmail Inbox. I have checked the settings and I have setup a ringtone and selected the option to flag up an icon in the notification bar. However the only way I know I have an email is if I open the app. I have a task manager and Gmail is on the ignore list.

View 5 Replies View Related

HTC EVO 4G :: Exchange Activesync Will Not Sync With Gmail / Gmail Push Extremely Slow

Jun 22, 2010

This is my first post on the androidforums. I usually just read what other people wrote, but I can't seem to find a related post for my current problem.I date someone overseas in S. Korea, and since there's no way to send text msgs in Korean from here, I talk to her using activesync with a gmail account. She can check emails on her phone from Korea, and my phone sends me notification everytime I get an email from her. Basically it's same as texting except it allows me to type in Korean and doesn't cost a dime.For the reasons mentioned above, saving battery life isn't much of an option for me. I need to have activesync or gmail push running instantly. I tried using "check email every 5 minutes", but just imagine having to stay idle for 5 minutes everytime you text with your friends.

As of today, gmail push on android seems to work with 5 - 30 minutes delay (or manual refresh). However, Exchange Activesync will not even allow me to sync gmail (Different errors every time even though I'm putting the same information; gmail address,m.google.com as server address, username & password). I thought activesync just allows me to use "gmail push" on HTC mail app, so I don't quite understand why gmail app works (despite the lag), but activesync won't even let me sync my mail. Activesync last worked on 06/17/2010.Also, gmail push works with no lag when I'm on wifi. Is this normal?I'm starting to think there's a problem with the Sprint network or my phone. Gmail push also works instantly if my 3G bar is white. If it's greyed out, no emails come until the 3G bar turns white. Now I have to turn on AIM or MSN messenger to keep the data flowing and manually keep the 3G bar white. Then gmail push comes instantly. It's pretty ridiculous because the battery then lasts about 2-4 hours.

View 3 Replies View Related

HTC Incredible : Gmail Messages Should Appear On Phone Without Having To Refresh Or Manually Sync Gmail App

May 14, 2010

im not an expert on how push email works, but my understanding is that gmail messages should appear on my phone without me having to refresh or manually sync the gmail app. for a reason unknown to me, sometimes this works and sometimes it doesnt. at night, i shut down wifi and the mobile network to conserve battery and start up the mobile network when i leave for work in the morning. i get notification of new yahoo email, thru the htc widget, almost instantaneously, yet gmail doesnt come thru until i manually sync the gmail app. then during the course of the day, sometimes gmail messages get pushed right thru and other times not at all until i manually sync the app. meanwhile my yahoo mail comes thru flawlessly.

considering gmail is supposed to push and the htc widget does not, this is the opposite of what i expect. as far as settings, i have auto sync enabled for both the device and for the gmail app. while i always assume user error until proven otherwise, in this instance i think i have all the correct settings, which makes sense considering sometimes gmail does get pushed. its just erratic and unpredictable. anybody got any ideas what's going on here?

View 22 Replies View Related

Android :: Has Google New Security Slowed Down Gmail To Gmail App Sync?

Jan 14, 2010

I have noticed that Gmail is taking a little bit longer to sync, if it syncs at all. I have had to use the manual refresh in my Gmail app to populate mail most of the day today.I have run some tests, and it appears that Gmail will sync in random amounts of time. Sometimes 5-10 minutes, sometimes more than 15 minutes. Up until yesterday, it was almost instantaneous.When I send mail, or change labels, or delete mail on my Droid, the changes are noticed on my Gmail account within a minute or just like normal. It appears to only be a problem with fetching new mails.I have cleared the Gmail app cache, I have turned off sync - rebooted my phone - turned sync on again everything I can think of.

View 13 Replies View Related

Android :: Gmail Won't Send 1MB Photo From My Phone / It Freezes Gmail

Sep 8, 2010

I've got a Sprint Hero and when I try to send a 1MB photo, it basically freezes up my Gmail on my smartphone. Is that normal? I've tried to do it a few times, but it just says "sending" for longer than 10 minutes. It even sort of crashes my phone by hogging all the data and not letting me surf the internet or sync with Remember the Milk and other data reliant apps.I hate this Sprint Hero, by the way (unrooted, running OS 2.1). It's a genuine POS.It's so laggy (takes literally 10 F'n seconds to call someone after I dial the number).I've honestly almost smashed it on the ground twice it's so laggy.When I'm in a hurry, I can't stand it's lagginess.It's amazing to me this phone was released to the public with such an egregious lag time on almost everything I do (most noticeably the phone, which is simple compared to other apps).

View 2 Replies View Related

Motorola Droid :: Gmail Notifier For Changing Gmail Notifications

Jan 29, 2010

Some have complained about not being able to change the LED or get repeat notifications for gmail. I stumbled on this last night and thought I would share. I haven't tried it and make no claims to its greatness.Gmail Notifier.It lets you change the color of the LED, vibration length, and gives repeat notifications. It also works for multiple gmail accounts I believe.

View 1 Replies View Related

Motorola Droid :: How Do You Make All Contacts That Have Gmail Link To There Gmail?

Apr 23, 2010

I have people that have gmail accounts on my phone. The problem is that some of them automatically links to that gmail account and others don't. For instance contact #1 has a gmail account I can see the picture that they update on their gmail account and statuses but contact #2 doesn't show anything from there gmail account. Is there a way to get this contacts to all link to there gmail, if they have a gmail account?

View 3 Replies View Related

Android :: Gmail Notifier App Finally Fixes Gmail Notification Bug

Jan 24, 2010

If you are a business user like me, then you probably need your phone to sound EVERY time you get a new email, not just at the first unread message. This has been so frustrating since I purchased the Droid, and a quick google search showed that this is a problem many have but google was not exactly rushing to fix!
Issue 4190 - android - Gmail Notifications Bug?Project Hosting on Google Code.I stumbled upon Gmail Notifier (free) in the android market a couple of days ago, and it fixes the problem! Plus, it has has multi-account support and custom options regarding LED color, vibration length, etc. And it does not run in the background, so no decreased battery life, etc.The original version did not have support for multiple accounts, but I sent a quick email to the Dev and he fixed it in the new update that came today!I'm using it in conjunction with Gmail Unread Count widgets, and finally the email on my Droid is up to par with (well, actually better than) my old blackberry!

View 10 Replies View Related

General :: Get Into General Settings Page In Gmail On Hudl?

Jan 10, 2014

I am trying to get in to the General Settings page in Gmail on my Hudl to change the "swipe to delete" value, but I cannot find the page. When I go into settings there is a General link but it only shows

- Auto advance

- Message text size

- Ask to show pictures

I have tried different contexts, inbox, recycle bin, unread email, read email, but cannot find this setting, in fact according to the Google support page I am missing a whole range of settings.

View 6 Replies View Related

HTC Incredible :: Adding 2nd Gmail Account Via Gmail Application

Oct 27, 2010

i'm trying to add a 2nd gmail account through the gmail app. it goes through the entire process, goes to the sync page and allows me to select what i wish to sync up then gives me a confirmation that the account has been added but when i go to the gmail app and check accounts it still only lists the 1 original account. i've tried powering the phone off and restarting - also added the account via HTC email app and deleted the 2nd account via HTC email app just in case it was conflicting there

View 2 Replies View Related







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