General :: Unable To Replace PNGs Inside APK
Oct 24, 2012
i've been working on replacing icons in an app for 2 days now, i wanted to try everything i could before i presented my prollems to the good people at XDA
The app is Popup 7
[URL]
Whenever i try to replace even just one .png with another, it will either attempt to install and fail, or just get a parsing error.
Even if i don't replace, and just slightly edit one .png instead, it fails to install.
I have tried :
manually renaming the .apk to .zip, extracting, replacing or editing one .png , zipping, and renaming again = fail
using power archiver to replacing or editing a .png without having to unzip = fail
using the app "ninjamorph" to replace a png within the apk without having to install a new apk = fail (the app force closes after an edit)But if i just rename to zip, extract, Do not touch anything, zip, and rename again it installs fine... (so its not my compressing/decompressing process?)and i am currently trying to learn how to use eclipse to do it? It is a paid app.
I have tried editing my own .apk that i have purchased by getting it from titanium backup (it was in the asec folder) = fail and i have tried editing an .apk download from the webbernet = fail
I was looking over guides and they kept taking about a frameworks file but there is none?
View 4 Replies
Oct 6, 2013
There are all kinds of .png's in my gallery. and i cannnot figure out how to filter them? I would like to open the gallery and just have pictures taken, downloaded and screenshots etc.
View 1 Replies
View Related
Mar 3, 2010
In my foo_layout.xml file I have a subclassed RelativeLayout:
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<com.android.myapp.FooView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/pegboard_table"
android:orientation="vertical"
android:scaleType="fitXY"
>
<ImageView
android:id="@+id/triangular"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:src="@drawable/pegboard_board"
android:scaleType="fitXY"
android:gravity="center"
android:visibility="invisible"
/>
<Chronometer
android:id="@+id/timer"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@drawable/timer_display"
android:textSize="40sp"
android:textColor="#000"
android:layout_alignParentTop="true"
android:gravity="center"
android:visibility="invisible"/>
<TableLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:id="@+id/board_table"
android:visibility="invisible"
/>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:gravity="center_horizontal"
android:background="@drawable/tab_bar">
<!-- android:layout_alignLeft="@id/options_tab"-->
<ImageView
android:id="@+id/game_select"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:src="@drawable/game_select" android:paddingLeft="15sp"/>
<ImageView
android:id="@+id/undo_select"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toRightOf="@id/game_select"
android:layout_weight="1"
android:src="@drawable/undo"
/>
<ImageView
android:id="@+id/settings_select"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toRightOf="@id/undo_select"
android:layout_weight="1"
android:src="@drawable/settings"
/>
<ImageView
android:id="@+id/info_select"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toRightOf="@id/settings_select"
android:layout_weight="1"
android:src="@drawable/info"
This doesn't seem like the right behavior. I've tried it with other views inside the FooView hierarchy and findViewById() always returns null.
For the life of me I can't figure out what I'm doing wrong.
View 2 Replies
View Related
Oct 30, 2010
I've been a couple of days trying to solve this thing but I can'f figure it out.The problem is, simple activity, with simple layout, ScrollView -> LinearLayout -> and a lot of buttons inside the layout (within the scroll content). Everything works just fine but one tricky thing. When I click a button let's say at the top of the scroll content and inmediatelly I scroll down to the bottom of the content and I click other button there, nothing happens until I click a second time and all come to normal again.This can be reproduced anytime and it's code independent (i've tried more than 20 scenarios). I've not much experience in android yet but looks like the scroll listener stops the onclick listener or something like that.
View 1 Replies
View Related
Jul 7, 2009
So I've been extremely frustrated by this for a long time now.I've posted before, but can't seem to find a good solution. My goal is to have something pretty much exactly like the installed application details page in the Android Market.I need a list of items displayed along with other content above the list, and would like the content above to scroll up along with the list (exactly like the application details does for the "My Review" and other descriptive info).Due to responses to my previous posts, I came to believe that it really wasn't possible to do this with a ListView.So rather than using a ListView, I refactored my code to use a simple LinearLayout and add individual View items to the list, thinking I could just set each View as clickable and add an OnClickListener to each View in the LinearLayout.That's not working at all though, and now I'm getting even more frustrated.If someone can help me get the OnClickListener working, then I think it'll work, but I do need a separator for the LinearLayout.How do I add a separator like the one used for ListView to my LinearLayout?
View 12 Replies
View Related
Sep 28, 2013
I want to replace "System/lib/modules" and "Sysltem/lib/hw" with the other ROM's modules and hw folder. I simply copy pasted but I am getting installation aborted error in CWM.
View 4 Replies
View Related
Jan 6, 2013
I think that is for a malfunction of GPS fault driver. I wanted existing driver that is from Custom Rom / system / app / YGPS.apk replaced by the factory driver.
I have a Nandroid backup of the factory ROM (file: boot.img, cache.img, data.img, system.img and nandroid.md5).
But I do not know where this factory driver is located. How removed from Nandroid backup and put in a cell phone.
View 4 Replies
View Related
Apr 21, 2012
i installed a custom rom and the locker is verry ugly,i tryed different apps,but are not replacing the old lockscreen...i had to unlock twice and still the old lockscreen is there. How to make a change in rom and replace in rom the old lockscreen with the froyo lockscreen?i don't want apps!(are not working,are having long delay,or is not replacing the lockscreen),and i want to use the stock password model too.
View 2 Replies
View Related
Jul 25, 2013
Anyway to replace the charging port on HTC One?
View 2 Replies
View Related
Nov 17, 2013
Having recently switched to Android from iOS, I am still learing how to customize Android to get the phone just right... One of the features that I really miss is the notifications on the lockscreen. I have a company phone - and the security settings forces a PIN or Password lockscreen. I have tried installing a 3rd Party lockscreen that supports notifications (Such as LockerPro), but all it does is provide the new lockscreen in addition to the default one (i.e. I have to unlock "twice"). I would like the default lockscreen to be replaced by the 3rd party one.
View 2 Replies
View Related
Mar 29, 2012
1. Is it possible to replace homescreen with app launcher? I mean when you press home button, homescreen shows up, is it possible to force phone to open app drawer instead of homescreen when you press home button?
2. Or/and maybe there is a launcher which shows all your apps not alphabetically but by date and also with ability to arrange the apps however you want?
View 4 Replies
View Related
Jan 17, 2013
I want to replace CM10 clock with one from CM10.1. I have the .apk, and it works when I install it (replaces the CM10's app), but when I reboot the phone it goes back to CM10 clock.
How to permanently install it?
View 2 Replies
View Related
Mar 18, 2012
Do I need an apk or need to do some dev works?
GT-S5830
View 6 Replies
View Related
Feb 4, 2013
Is it possible to replace framework's default wallpaper with a live wallpaper? (Like new Sony xperia phones)
View 1 Replies
View Related
Jun 20, 2012
Can I replace apks in the system folder on an odexed rom, or do I need to be deodexed first?
View 1 Replies
View Related
Jun 14, 2013
As you know, Twitter shut down Tweetdeck for Android, I was using a modified version by Modaco (Tweakdeck).
It was an old Twitter client, but it had the ability of putting all your searches in separated and unlimited columns.
So I had the basic colums: Timeline, Mention and DM, but after that I had like 10 searches!
My city name (So I knew what was happening anytime), one of my search was "nexus 4" so I had all the tweets in the world containing nexus 4.
You had add someone timeline as a column itself (If you didn't want to follow him or the timeline was very important).But now it doesn't work , app was pulled from the PlayStore.
I have installed a lot of apps and no one can do what Tweetdeck or Tweakdeck did..
View 2 Replies
View Related
Oct 5, 2012
I am using HYPERION Rom build 06 and I want to using on it lmodded touchwiz launcher from Creed v3.5. So I use root explorer and I delete default launcher and I was trying to install launcher from creed. But... It does not work. Still says that "application is not installed"... GT-S5360
View 2 Replies
View Related
Oct 3, 2012
I'm wondering whether it would be possible to run ADB (Android Debug Bridge) inside an existing Android device. I saw this, but what I want is to be able to compile an ADB binary (plus any necessary libraries) for Android, put it on my sdcard, and run ADB commands from within a terminal emulator.
Secondly, I'm wondering whether, after installing ADB on one device (device #1), I could connect that device and another device (device #2) together, and use device #1 to perform ADB commands on device #2 (for example, rooting device #2 without needing a PC).
View 4 Replies
View Related
Aug 17, 2012
How do I replace builtin apps with the latest versions as they are eating up the internal storage...
As google play, Maps, voice search, Gmail, Google search...
These apps take a lot of memory space ... So i am looking for a solution so that the outdated apps of factory versions can be totally removed and replaced with updated versions...
View 4 Replies
View Related
Jan 31, 2013
replacing systemui ??
I am a mmx a68 user..
Actually I am trying to replace systemui of its (stock rom) to another systemui (custom rom)
but i failed every time.. method which was i followed.
1.replacing system UI (system/app) and changed permition.(worked with other app like file maneger).
2. flashable zip.. (worked with other app)
result - system UI not installed..
View 9 Replies
View Related
May 3, 2012
I have a sony xperia arc s and it is on official ICS It can read and write arbic just fine , but some applications project the arabic words left to right
View 1 Replies
View Related
Mar 2, 2014
any app to replace stock battery icon without root?
View 1 Replies
View Related
Jun 1, 2014
i'm using Ultra Slim CM10 v2+ but i can't use contacts directly from SIM.
Some phones, have an option to choose if use contact on phone OR in the SIM, can i replace this app? where i can find it?
View 1 Replies
View Related
Nov 25, 2011
is there a app to replace the default FM Radio in HTC Wildfire S without rooting it.
No Streaming. Only the available FM station available after attaching the headphone.
View 7 Replies
View Related
Sep 15, 2013
phone is lenovo K900 rooted, but no access to cwm recovery, running 4.2.1, still no custom rom ATM.how do I replace lenovo UI in phone, contacts, messaging to AOSP stock UI ?
View 1 Replies
View Related
Aug 3, 2013
Well actually I wanted to replace/ place a text file in system directory (e.g. /system/etc/) of android phone remotely which means I don't have any physical contact to that phone.
By remotely I mean via downloading or through app. or any other mean ?
- Is it possible?
- Is it necessary to have that phone rooted?
View 8 Replies
View Related
Dec 3, 2011
Basically what I am trying to do is use a customer font in AppWidgetProvider to display a custom number font in my widget. The issue I am having is that getAssets is not allowed inside of AppWidgetProvider. I have read alot on google and forums about using custom fonts, it seems to be possible but not easy.
View 1 Replies
View Related
Jun 29, 2013
I downloaded all the software to develop applications; when open eclipse know android developer tools i get an error that read could not find folder tools inside sdk C:documents and settings
View 3 Replies
View Related
Jan 24, 2014
Since I got my Razr Maxx HD over a year ago... I've just "gone with" the "Circles". Accuweather is now trying to push free apps and doesn't seem to remember I want values expressed in F rather than C. Is there a way to replace accuweather on my home screen?
View 9 Replies
View Related
Jun 15, 2013
I've tried looking around google, xda search tool, have read all pages (3 of them) in Xposed wiki. I've been trying to cheat in a game called Galaxy On Fire 2 HD (I have purchased it), I've found some tutorials how to do that on iOS by modifying some binary files (assetsdatainships.bin and items.bin), on android those files are in game apk, and I cannot modify them without breaking signature.
I found Xposed framework and I think it could be perfect for my purposes. Is there an easy way to replace those asset files by my own? I have very little programming skills though, but I'll try. I've found a short example in wiki, but I don't understand it. I've read wiki tutorial 2 times but still have only vague idea how all this works.
View 2 Replies
View Related