General :: How To Recompile Google Now For ICS
Aug 8, 2012
I've been able to successfully disassemble the Google Now apk for ICS devices and made a change to the sounds it makes for "open" and "success". However, xdaAutoTool displays a lot of errors when I try to recompile it.
View 1 Replies
Aug 18, 2013
The title says all, the decompiling is succesfull, but i cant recompile any apk, this is the log when i try to recompile holo launcher. (using the last apktool)
and the same happen even if i dont edit nothing on the apk and try to recompile.
I have "if framework-res and systemui" resources from my phone
View 1 Replies
View Related
Jun 15, 2012
Any TUT in how to recompile an existing kernel so i can make some changes and then recompile it?
View 5 Replies
View Related
Mar 3, 2012
Everywhere i look redirects to apkmanager.. Which is not working for me.. Any manual way to recompile an apk.. Or an alternative to apk manager.
SPH-D710
View 6 Replies
View Related
Dec 29, 2013
I cant recompile movies,stock launcher apk. If I just decompile and again recompile without any changes it gives me error.
C1904
View 5 Replies
View Related
Jul 8, 2012
I want recompile the kernel of my lg e400 for add ext2-3-4 support.How i must proceed? I'm able to compiling with success and i have source from lg, sdk installed etc etc.
View 3 Replies
View Related
Aug 20, 2013
I want to add some function to my system music player app. So I decompiled the classes.dex with dex2jar, copied the source code and add the code for my functions. Now my problem is that I do not know how to recompile the app. I can't compile it with Eclipse because it uses some system namespaces (in Eclipse it is an error so I can't compile) How can I recompile the app? I only have the *.java files.
Or can't I use the java files and have to edit the smali files? Of course that's much harder...
View 6 Replies
View Related
Jun 23, 2012
I can decompile and recompile framework-res.apk and other apps successfully, but every time I decompile a theme chooser *.apk I get errors trying to recompile.
Is there a trick to this? I am running Reaper 3.0(CyanogenMod 7) installed the framework via installation options(that's all), have paths to platform-tools, tools etc.. The latest Android SDK installed (and all the others..)
Once again I'n only getting these errors Recompiling TC Themes.
Here is an Excerpt of my APKMULTITOOL.LOG, the start middle and end.
(full log is also attached)
|
Code:
Thu 06/21/2012 -- 22:05:11.28|
--------------------------------------------------------------------------
java version "1.7.0_05"
Java(TM) SE Runtime Environment (build 1.7.0_05-b05)
Java HotSpot(TM) Client VM (build 23.1-b03, mixed mode, sharing)
Could Not Find C:android-sdkplace-apk-here-for-modding../place-apk-here-for-modding/signedcom.araviel.theme.aerish.apk
Could Not Find C:android-sdkplace-apk-here-for-modding../place-apk-here-for-modding/unsignedcom.araviel.theme.aerish.apk
I: Loading resource table...
I: Loaded.
[code]...
View 2 Replies
View Related
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
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
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
May 1, 2009
I'm trying to recompile AnimationDrawable class ( source code tooked from android source ) but I get some errors...
It says "The constructor DrawableContainer.DrawableContainerState (AnimationDrawable.AnimationState, AnimationDrawable) is undefined". Any ideas how to fix it?
View 3 Replies
View Related
Feb 17, 2014
l uninstalled Google Search and Google Play store apps, but they were not completely uninstalled and now I can't reinstall them because the store says they are installed. I cannot find them on my android tablet and so I cannot use them. What is a good app to completely uninstall them. Some of these apps will not install on my Lenovo tablet.
View 4 Replies
View Related
Apr 16, 2014
I am using Nexus 4 Bought from US thro my friend.Current Android version id 4.4.2..My Service Provider is Airtel. All my google applications like Gmail, Maps, Play,Google Plus are working fine in WIFI.But when i try to refresh or update these application thro Airtel 3g,i am getting No Connection Error.
All my 3rd party apps like Facebook,Whatsapp are working fine in 3G.
View 3 Replies
View Related
Apr 17, 2013
I'm using the latest version of Google Maps on JB 4.2.2 [Nexus 4]..I noticed that I cannot edit the names of my locations in "My Places" in the phone app. So I used Google Bookmarks (google.com/bookmarks) from my PC to edit/rename My Places. However, the names do not sync or carry through to the Google Maps app on the phone. The names in the app are still the generic names, coordinates or street names.
Is there any way to change the names of My Places and get them to sync with the phone app? Really baffling!
View 2 Replies
View Related
Nov 22, 2012
just trying out Google Play Music today. I'm confused though as I have around 10000 music files sitting in a folder on Google drive. I can't see an option to ask Google Play Music to look into Google Drive and upload the music from there. I have connected my Google play music app on my nexus 7 to my Google account' but nothing seems to happen. Surely Google is able to connect two parts of its cloud together and I don't have to re upload everything?
View 1 Replies
View Related
Aug 17, 2013
Recent switcher to Android and owner of brand new Galaxy S4 here. I have two separate Gmail accounts, one for work and one for home. Each has its own Google Calendar. Both accounts are linked to my phone.
However, I want separate apps on my GS4 to handle each Google calendar. My phone came with S Planner and I have added Google Calendar App (GCA) from the Play store.
On S Planner I choose to display the home account calendar - no problems so far. I then switch to GCA and choose to display the work account calendar. Great. However, and this is my problem, these apps now seem to be 'linked', such that when I then go back into S Planner from GCA it is now displaying the work account calendar instead of the home calendar.
In other words, changes in one app seem to be mirrored in the other app. Is there any way around this, so that each app only displays one account calendar?
View 1 Replies
View Related
Mar 2, 2014
Would it be possible to add a line of code to the Google Hangouts app on Android to receive forwarded Google Voice calls as it does on the iOS app?
There's been apps like Groove IP that are already able to provide this feature. I'd just like to have this functionality without having to install any 3rd party apps that always have to be running in the background. Google Hangouts is already the primary sms app for Android & so it is already able to receive texts, mms, along with video and voice chats. Thus, it should be somewhat possible to receive call forwarding from Google voice.
View 3 Replies
View Related
Nov 14, 2013
Just installed the new Google Search. But i dont have any options to turn on cards, like TV shows, local transport etc. Do these appear over time? I only have 4 things in "Everything else" but i have seen people have like 20+
View 1 Replies
View Related
Jun 22, 2013
Android user on a Nexus 4 and am a bit cautious about how much info I give Google.
I'm trying to figure out if the Google Play Music app tells Google what songs I'm listening to, or sends any other information to Google for that matter. If so, is there a way to turn that function off?
I know many people don't have an issue with letting Google know these kinds of things about them and that's fine. I'd just rather not. I didn't use Apple's genius recommendations on my iPhone either.
View 2 Replies
View Related
Feb 5, 2012
I synced google foto on my gnex than i tried TO delete it.
Now i don't see any picasa folder in my Gallery but i cannot delete the USB memory of google+ app.
Ho could i delete every cache file of google plus? It's not possibile through settings/applications
View 4 Replies
View Related
Sep 22, 2013
I have a Nexus 4 and Nexus 7.I am trying to sync all my Google Drive photos with my Google + account. In Google + I have checked the box to allow Google Drive to sync with Google Drive. Most of the pictures show up in Google + without a problem. Some however, do not. There doesn't seem to be a rhyme or reason to this either. All of my photo folders. It doesn't seem to be related to one format or another. (Ex. One JPG file is there and another isn't)
View 1 Replies
View Related
Dec 21, 2012
so i screwed up and got a windows 8 machine (sony tap20) anyhow its past end of life for google sync but i need to sync outlook calendar with my google calendar, prefer ota like it used to be
View 1 Replies
View Related
Oct 8, 2012
Any way to setup two different google accounts to stream music from the google music service minus using two different devices. Is it even possible.
View 2 Replies
View Related
Jul 26, 2012
How do you set "home" and "work" locations in Google Now? I found an article online but it didn't have the same screens as I do. When I got my GNex, I set it up at work and somehow it thinks that is my "home." When I'm home, I get a Card that tells me the traffic and how many minutes it will take to get Home. I don't remember setting it up that way, I just took all the defaults.
I'm running JB. When I scroll up to get Google Now, I scroll to the bottom and press the 3 dots and select Settings. I press on Privacy and accounts, then on Manage Location History. Maps comes up briefly, but then the Settings menu overlays it. From the menu I select Location Settings. Enable location history is enabled. When I press Manage your places, I get a blank screen with a tiny message that says "No check-in places to manage."
View 1 Replies
View Related
Oct 3, 2013
I've recently switched from an iPhone to a Samsung Galaxy 4. While there are a few issues in adjusting, one major annoyance I am finding is something called 'Google Now' popping up wanting setup. Frankly I'm sick of this doing so and want it to go away, but I don't know how. I've disabled Google notifications and push, but it still keeps coming up - it just seems random with no pattern as to what I am using or doing. I can't delete it because it's not in Apps. There seems to be nothing about how to get rid of it on the 'net unless it's installed - which it's not.
I throw this phone into a wall. I'm loving 90% of it, except for all the maddening and idiotic notifications, prompts, and insistence to install useless rubbish I don't want... such as Google Now.
View 14 Replies
View Related
Feb 27, 2012
My stock Rogers Galaxy Nexus recently went into a boot loop for some reason, so I just reset it to factory defaults. It now boots and asks me login to my google account and now it freezes on 'signing into google'.. And after a couple of hours of waiting (I figured it was just downloading alot of photos or something) it won't cancel either.
View 1 Replies
View Related
Mar 22, 2014
I'm interested in the World Rally Championship and would like to add WRC news to Google Now.
How do i do that?
View 1 Replies
View Related
Sep 12, 2012
I have HCL Me U1 tablet with following things done on it:
1) Rooted
2) Google Play installed
3) Display DPI changed to 120
My problem is that many popular apps on Google Play are incompatible with it. The display resolution is 800x480, which is standard.How do I make it compatible with Google Play? Searching for incompatibility, gave some results about display DPI, but it did not solve my issue.
View 9 Replies
View Related
Jul 11, 2012
I trying to uninstall Google + app altogether. i don use it and im sick of having to update this app among other Google apps and just want to hide it on Google play market so it won't bother me anymore... is there a way possible to do this or am i stuck with it?
Non rooted TMobile
LG G2x
View 2 Replies
View Related