General :: How To Modify Application Already Included In ROM
Jun 30, 2012
I'd like to modify the Gallery3D application , which is already included in my current rom (CM7 nightly), using eclipse and adb. However when trying to install the version I compiled, it fails.
There are two conflicts at least : the package name, and the providers.
I tried to freeze the ROM version with titanium backup, but it doesn't change anything.
The package name, I could change it in the source code (using sed utility, since eclipse was generating an exception with the Android tool to rename the package -_-)
But the providers, this is really annoying to have to change their names as well, it's a much more complicated operation, and I'd prefer to be able to use the source code as is.
I suppose I could try to remove Gallery3D from the ROM, but not sure how to do that. Or other possibilities ?
View 1 Replies
May 5, 2014
I have LG optimus LTE 2 (F160K) and I have got problem while sending USSD code error "Connection problem or invalid MMI code".
As I see from another users it must be working. Tried flashing stock and many other roms but still no luck.
Logcat is included in the atachment.
View 1 Replies
View Related
Feb 3, 2013
When on my tablet install no frills cpu control or antutu cpu master pro i have no option to select io scheduler when on my phone i am able to do this and playing with this for my phone to be significantly smoother. Is there any workaround or kernel parch or something ? Yeah i know about custom roms, i am running one on phone (jellyblast) but there is coming problem that i am using very uncommon tablet (emgeton consul 3) .
View 1 Replies
View Related
Sep 3, 2013
I would like to ask whether there is an app to modify apks on your phone or not I'm asking because I don't get to use the computer that much.
View 1 Replies
View Related
Jan 17, 2013
How to modify .xml file which editor on mobile and pc work for that
View 4 Replies
View Related
Feb 28, 2014
I tried to modify this keyboard .. I already modified what i want except one thing > Row numbers in arabic language
It look like that
And i want it like That
I Searched a lot in the xml files and found this one and i think it is the file i should modify but i don't know how ?
HTML Code:
<?xml version="1.0" encoding="utf-8"?>
<merge
xmlns:latin="http://schemas.android.com/apk/res/com.zl.inputmethod.latin">
<Key latin:moreKeys="!text/more_keys_for_symbols_1" latin:additionalMoreKeys="!text/additional_more_keys_for_symbols_1" latin:keyLabel="!text/keylabel_for_symbols_1" />
<Key latin:moreKeys="!text/more_keys_for_symbols_2" latin:additionalMoreKeys="!text/additional_more_keys_for_symbols_2" latin:keyLabel="!text/keylabel_for_symbols_2" />
<Key latin:moreKeys="!text/more_keys_for_symbols_3"
[code]....
I want to know what does this text mean ( !text/keylabel_for_symbols_1 )
which file i should modify ?
View 1 Replies
View Related
Apr 19, 2012
How to modify boot kernel ?
View 1 Replies
View Related
Jul 31, 2012
how can i modify my rom's windows style?
View 5 Replies
View Related
Feb 12, 2012
I want to modify the stock ICS launcher (like Trebuchet, Nova, etc. did). How can I do this? I understand that source code of Launcher from Google cannot be opened in Eclipse like an ordinary application (because it uses private APIs). So how does Cyanogenmod team do this?
View 1 Replies
View Related
Sep 10, 2013
i like to modify an app which is reading the whole phonebook. this app sends the complete phonebook over the internet.
Ive tried to modify the decompiled smali file with jar file, but its very difficult. Im a experienced programmer in PLC programming and some other languages like c# but the smali code is very difficult.Is it possible to implement fix contacts in the app like disable the access to the contacts an give an fixed array of hard programmed contacts?
View 3 Replies
View Related
Nov 14, 2012
I was just wondering if it is at all possible to modify the lock screen on android? I don't mean replace it with an app or anything like that. I mean for example, if someone were to input the incorrect passcode is it possible to have a little "special" message if the pin is wrong?
View 3 Replies
View Related
Aug 8, 2012
I have an EVO design 4g, stock 2.3.4 ROM, rooted, and s-off. I just downloaded the OTA ICS ROM and want to know how to modify the zip to be cwm flashable, without overwriting my recovery or hboot.
View 2 Replies
View Related
Jun 3, 2012
how to modify rom for my galaxy i9003?
View 1 Replies
View Related
Dec 16, 2009
How i can modify an existing apk and add a file to a specified path during installation. Better...i need that installation creates a file in data/data/com.myprogram.android/myfile where com.myprogram.android is the path of program data.
View 5 Replies
View Related
Mar 8, 2012
Issues with google music not recognizing music stored on their sd card, if their phone already has internal storage, but I have noticed on my HTC Amaze that google music will only recognize the music on the internal storage and not all of the songs I had on my micro sd. Is it possible to modify google music to read or find music from more than one location on your phone?
PS I have more music than what would fit on the the phones storage so moving songs from micro SD to the phones internal storage would not be an option.
View 7 Replies
View Related
Apr 24, 2014
I have a Samsung Galaxy S3 mini, GT-8190.
The first symptom was that my phone reboots itself constantly. My phone is rooted. I have TWRP installed.
I tried to flash a stock rom with Odin, it seemed to go well, but when the phone rebooted it was the same as before. I tried wiping the data with TWRP but when it reboots, everything is there again. I tried uninstalling the apps manually, but when I reboot the phone, they appear again. It's like I can't change anything in the internal memory. I can't do a factory reset, it reboots exactly the same as before.
It is like the internal memory is completely frozen. If I uninstall a program, it reappears on reboot, If I install an app, it disappears, If I turn off the wifi, it appears ON when reboot...
View 6 Replies
View Related
May 31, 2012
how to change the background of stock apps such as settings,dialler etc??
View 3 Replies
View Related
Jun 30, 2013
Status bar color is quite limited and doesn't change everything.
I'm looking for something to change the colour of the status bar icons and the transparency. Is there anything for that without changing system apks?
View 3 Replies
View Related
Sep 12, 2013
I'm trying to use the library RootTools to make root operations on android system. I want to make a backup of some files including in the /etc folder with the next commands:
Code:
button.setOnClickListener(new View.OnClickListener() {
public void onClick(View v) {
File exists = new File("/etc/gps.conf");
if (exists.exists()) {
[Code] ....
It's supposed that with the RootTools.copyFile I can make that operation, but It doesn't make anything. I see that in cat /proc/mount doesn't appear etc folder. I'm tried too with the Apache transfer file copy, FileUtils.copyFile(source, destination) but it seems that it have problem with the mount system, who seems to be in RO. I try too with RootTools.remount("/etc", "RW") but fails too.
I want to know how I can edit, create, delete, modify files in /etc /data... etc.
I'm testing this on a Samsung Galaxy S3 with an stock rom 4.1.2.
View 2 Replies
View Related
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
Jan 19, 2014
I have got LG L9 II with Jelly Bean 4.1.2 with kernel 3.4.0 (no newer firmware from LG nor other unofficial ports).I paired with it my Scala Rider G4 (by Cardo Systems) motorcycle bluetooth headset.
Pairing went OK, audio is transmitted by headset. But BT buttons do not work (almost) at all:
- initialize call, end call (Media Button?) - no reaction after one press,
- same button pressed twice - phone starts redialing last number (this is not default action of headset),
- volume up pressed once - no reaction,
- volume up long pressed - next song in player,
- volume down - no action.
With Nokias Symbian, or even Android 4.0.4, headset worked great.
I tried many apps like:
- Bluetooth Launcher,
- Tasker,
- Bluetooth Hedset Control
They simply did nothing.
So I thought, that maybe there are strange key mappings for that device. I tried KeyNumerTracker and ButtonRemapper from this forum [URL]- no reaction, like I did not press any button.
What can I do? Can I somehow check, whether BT buttons are received by phone? And change that strange reaction for dbl-press, long press?
View 3 Replies
View Related
May 27, 2014
I want to change icon order. Is it possible? How can I do it?
look ScreenShot:
My phone: Samsung Galaxy Trend, GT-S7560:
View 3 Replies
View Related
Nov 18, 2012
It is illegal to modify a free app then upload it to playstore?
For example I want to Mod instagram in different colors then upload it to playstore for free?
View 2 Replies
View Related
May 13, 2012
How can I get and modify files on the system without activating the usb android debuging?
View 2 Replies
View Related
May 18, 2012
I upgraded my Galaxy 551 to Gingerbread 2.3.6. All went well. Unfortunately it seems to be a common side effect that the Z and Y keys (and some others) get swapped. The fix is apparently to modify the file /system/usr/keychars/sec_keypad.kcm.bin. The ideal thing is to put the old file from before the FW update back in, but of course I don't have that anymore! But the existing one can apparently be altered. If I can copy it to the SD card I can alter it in a hex editor and put it back.
So, I rooted my phone with that one click application, and that went OK too. I installed root explorer and found the file. There were also some others in the same folder I may be able to use. But, I cant make the folder R/W (pressing the button does nothing) so cant do anything with the file. I also tried Super Manager with no luck.
View 2 Replies
View Related
Sep 2, 2012
What I want to ask is not related to decompiling and recompiling APKs, but modifying them.So, for example. I've a Settings.apk that I want to modify deleting an item from principal list. How can I remove or modify the 'LAUNCHER' item from the list?At the moment, this item, when you click it, open Launcher (TouchWiz) Settings, but if I want to open another launcher settings?!
View 1 Replies
View Related
Feb 27, 2013
After moving from 4.1.1 to 4.2.2, the external sd is not mounted anymore. or at least I see it grey in system/storage. I can access all its content via file manager, but thats it.
Now, I have checked the 4.1.1 system, and there I have 2 fstab files, internal_sd and external_sd, the content (stripped of comments):
external_sd:
dev_mount sdcard /storage/sdcard0 auto /devices/platform/omap/omap_hsmmc.0/mmc_host/mmc1
dev_mount sdcard2 storage/sdcard1 fuse
internal_sd:
dev_mount sdcard storage/sdcard0 fuse
dev_mount sdcard2 /storage/sdcard1 auto /devices/platform/omap/omap_hsmmc.0/mmc_host/mmc1
on 4.2.2, the content of vold.fstab is:
dev_mount sdcard1 /storage/sdcard1 auto /devices/platform/omap/omap_hsmmc.0/mmc_host/mmc1
Questions:
1. what to add in vold.fstab so that both cards are mounted?
2. what to modify so that the default one is the external one (I somehow assume that is in the build.prop, but not sure)?
View 8 Replies
View Related
Feb 8, 2012
What do I need to do to modify a status bar mtz, to make it look like a gaussian blur background? When I extract the mtz, there aren't any background pngs..just the icons for the status bar. I see there's a theme_values xml, but all the fields in there are color codes and such..
This is what I'm talking about:
View 9 Replies
View Related
May 13, 2012
How can I get and modify files on the system without activating the usb android debugging?
View 1 Replies
View Related
Apr 9, 2014
I often view my movies and animes on my Nexus 5.. But sometimes , when I try to play those videos on my ipod 4g or HTC desire C .. The wont play smoothly.. I do know it has something to do with hardware limitations on low end devices.. but I think its pretty unfair for these devices to not play atleast an SD 480p stream smoothly! I have seen this feature in the MX player called "Enable Hardware acceleration.."
I don't know what it does , but selecting that option on my HTC desire C makes the videos a bit smoother but still the 480p videos wont play properly. I tried reducing/increasing bitrates and codecs too (mostly H.264/XviD). But still no improvement.I have my phone rooted too.So is there any way to make 480p videos work on desire C and similar devices? I would be really interested to work on it like a project which may target an app or some tweaks with the hardware itself?
View 1 Replies
View Related