can anyone give me a copy of this devices build prop.
Related
Hey guys im not a developer but i am a freelance Graphic Designer just a little curious about developing making an app cutom for myself.. I have eclips installed and the Android SDK but it wont open any .apk so i can view the file and edit it. Can anyomne help me with this or point me in the right direction?
.apk is the same format as .zip. just open in 7zip (pc) or betterzip (mac). in the folder called res, there are a bunch of subfolders. edit any of the .png files in any folder that has something to do with drawable. if you edit a .9.png, make sure to redraw the patch.
Hi!
I have not found any answers from Google so I'm going to post it here and those who can answer Thank You!
I can't recompile some apps that is secured or something like that..
I have modified Dolphin browser Beta's xml files to support Flash player on Jelly Bean but I can't make .xml files to human unreadable like how them are in the app packages.
Code:
/res/xml/webcontent_prefences.xml
default value from ON-DEMaND to true
deleted: dolphin:entries="@array/pref_plugin_state_choices" dolphin:entryValues="@array/pref_plugin_state_values"
/res/xml/browser_prefences.xml
added: <mobi.mgeek.preference.FlashPlayerPreference dolphin:key="plugin_state" dolphin:title="@string/pref_content_plugins" dolphin:defaultValue="true" dolphin:background="@drawable/settings_bg_middle_bk" />
Please help me if you know how to do that..
I have tried to compile another apk with those files but then it will fail compiling the APK and I have no idea what to do and how to do!
hmmmm... i am not programmer that makes applications , but as far as i know , XML files in APK is only for layout or resources , am i correct ?
if you wanna make your browser support flash , seems it doesn't have anything to do with XML files.
and usually , shouldn't you decompile the APK files first , and then modify , and recompile after all ???
in any case , it should be APK/XML human unreadable files ----(decompile)---> human readable and modify ---(recompile)---> unreadable again.
I'm not exactly sure what the command is but I believe aapt (from the Android SDK) is your best bet. Either that or something like APKTool or FJ-APKTools so that you can just 'decompile' it and replace whatever files you need (human-readable XML that is) and then repackage/'compile' it all up again.
Unlawful said:
I'm not exactly sure what the command is but I believe aapt (from the Android SDK) is your best bet. Either that or something like APKTool or FJ-APKTools so that you can just 'decompile' it and replace whatever files you need (human-readable XML that is) and then repackage/'compile' it all up again.
Click to expand...
Click to collapse
I have used APKtool and FJ-APKtools and no luck with those, so that's why I need to do it manually somehow..
I read from internet that somehow can do something to .xml file via aapt but I don't think it could be able to convert the .xml to human unreadable .xml
I found two *.so file in shared_prefs in my android device
and I want to ask if we can edit them
because I want to see what the file contains
libBugly.so and libagame.so
BrunoMM said:
I found two *.so file in shared_prefs in my android device
and I want to ask if we can edit them
because I want to see what the file contains
libBugly.so and libagame.so
Click to expand...
Click to collapse
Those are shared object library, containing functions other programs can call, you can disasemble them to see the assembly code, but i can't see a big interest in that...
How do I get folders for multi loader 5.67 help me please.
Hi All,
i'd be grateful if someone uploads the following files from Official Oreo
media_profiles.xml
media_profiles_V1_0.xml
media_profiles_vendor.xml
they should be in
system/etc/
and
system/vender/etc/
thanks.
Here is media_profiles_v1.0. I can't find the other two files you asked for. There are a bunch of media_codec files though. I looked in the places you suggested and did a root search.
Couldn't find this file:
Code:
media_profiles_vendor.xml
By the way, the media_profiles_V1_0.xml attached was found in:
Code:
/vendor/etc
Anyone on latest Android Pie, please share build.prop
File name is "build.txt" because they wouldn't let me upload it with ".prop" extension.
Download, rename to "build.prop"