Hello friends
I want to edit roidmi apk to create landscape orientation for this app, but after edit AndroidManifest.xml, recompile and sign, the app won't install. I tried to decompile and recompile and sign the app via apktool without any changes or edit for test and saw the app won't install again! So I don't know what kind of decompiler should be good for this project. Anyone can help me please.. cuz I need Roidmi landscape for tablet UI in car and I have to edit this app. By the way I wonder why the app lost it size about 2 MB after recompiling even with no mode or changing.
Thank you in advanced.
no one have any plan?
no idea yet? I have to edit this app.. please help me if you can..
Related
Hi guys, I was wondering if anybody knows how to adjust the rotary wheel's position on the lock screen, I'd like to maybe move it a little lower if possible. I'm guessing that the positioning must lie in an XML somewhere, but which and where? It's no big deal if it can't be practically done, the ROM remains awesome either way.
I'm using a NAA and D_d CM7.2.0.4 on the mini
Thanx in advance guys
And props to all the devs on this forum!! You guys are the reason why dynamite comes in small (mini) packages!!
it is in framework-res.apk
xml's are in layout:
keyguard_screen_tab_unlock.xml
keyguard_screen_tab_unlock_land.xml
keyguard_screen_unlock_landscape.xml
keyguard_screen_unlock_portrait.xml
Thanx but now how do I edit them, what program do I use because when I open them up on my phone, all I see is... stuff, no values.
you need to edit them on pc by using Apk Maneger and Notepad++.
maybe if i will have some time i will fix framework for your device but you can try it if you want
THANK YOU!!! I appreciate the offer but I'm going to try for myself first but if I have problems, I'll let you know!! Thanx again!
Edit: Ok, extracted apk and opened one of the XMLs in Notepad ++ but its different stuff, "SOL" "NUL" where are values you can edit? How do you change Notepad ++ to show numbers that humans can read ?
How do I change an app name in the home>menu>settings>applications>manage>all?
I want any app to be configurable to be called screenshot
::edit:: is that in the smali?
Edit the androidmanifest.xml,
you'll need to resign it and cant update though market of couse, like any modified app.
Always on it, themanii! Thanks!
Im trying to port in the widget controls for the status bar. Ive been able to add the png images and Edit the public/ids/strings but when i edit the status bar extended xml or the status bar service smali thats when it will force close.
any help would be much appreciated!
I have attached my project up till problems occured
phone kyocera echo
m9300
Or maybe a guide from Samsung I used the vibrant code to port over a power menu mod so maybe it would work?? Any links?? I've only seen a detailed guide on nexus
Edit solved...
Sent from my MB855 using XDA App
Mind posting up what you did to fix it and a finished screenshot? Might help others in the future.
its in the smali code i started over from scratch using the nexus guide and for got to edit the id that calls the notification layout into play..
also editing the staus bar expanded doesnt work i copied the i9000 one completely and recompiled but when i decompiled it again it was the original so it doesnt need changing.. any ?'s just ask..
Hi all, you know, today samsung give us android 4.1.2 with multiview!
I was looking to how to add other app to multiview, and i saw that all i need to do is to add some line to framework-res.apk into file arrays under res/values.
I'd like to add into multiview whatsapp and instagram (i don't use lots applications...)
I decompiled it with apktool, but now when i try to recomplile it gave me error...
Is there someone who would do that? If you want to add other app and share it with the comunity is not a problem,!
Here is a litte how to:
go to /res/values/arrays.xml
find the part relating to multiview (search ‘multi’)
add package names for apps you want added and save (in my case com.whatsapp and com.instagram.android)
Thanks in advance,
EniJ
PS. Sorry for my bad english!
Hi,
Take a look here:
[No Root Needed] Customise Your Own Apps to Work With MultiView on Android 4.1.2
gonna test soon
I tested it and works well for 80/90% of apps
In other case, the app goes full screen
Tapatalk on GT-I9305
This question is to all the developers out there!
I am more of a graphics designer than a programmer.
I have very basic knowledge as far as programming and API's are concerned.
I know there are tools out there which can help you Compile and Recompile APKs, and I can do that without help,
but I was wondering if its possible to edit just the graphical elements of the app (say, change the app icon,or modify the typography, or color accents) without the need for changing a whole lot of the code?
If not, is it possible to learn how to do it in a short while?
I would love to modify to redesign a few open source apps and post it here for everyone else. ( Inspired by Android Design in Action )
shubhamsizzles said:
This question is to all the developers out there!
I am more of a graphics designer than a programmer.
I have very basic knowledge as far as programming and API's are concerned.
I know there are tools out there which can help you Compile and Recompile APKs, and I can do that without help,
but I was wondering if its possible to edit just the graphical elements of the app (say, change the app icon,or modify the typography, or color accents) without the need for changing a whole lot of the code?
If not, is it possible to learn how to do it in a short while?
I would love to modify to redesign a few open source apps and post it here for everyone else. ( Inspired by Android Design in Action )
Click to expand...
Click to collapse
Yes it is possible all you need this:
1 the app you wish to modify
2 an app called ninjamorph
A computer optional
And enough space on your phone to decompile on APK which isn't much
A way to save the app as an Apk on your phone ( ie titanium backup or the like)
Run ninjamorph I believe it has a tutorial with in and app if you need it very simple to use
It will decompile the APk of the app and then you can go into the product work space within ninjamorph and goto resources drawable depending on the app maybe drawable HPI just look through the folders then select the PNG you wish to modify and ninjamorph has ui to change right there on your phone or you can connect your phone to a computer and transfer the PNG file you wish to modify to the computer and modify it there then replace it and in the exact location you found it (with the same name names are I believe case sensitive) and use ninjamorph to recompile the apk, uninstall the old apk (if installed before hand) and install the new Apk and there you go should work
Sent from my SGH-I997 using xda premium
moving to q&a
if u only need to modify image files open apk from winrar, edit it and save.
Can I also change stuff like screen margins, fonts etc. this way? I'm guessing no. Right?
Sent from my One V using xda premium
Is it really that tough? Any suggestions?
shubhamsizzles said:
Is it really that tough? Any suggestions?
Click to expand...
Click to collapse
No you cant change the margins and fonts that way. You will have to edit the layout of the app by decompiling it and changing the XMLs and maybe some smali coding changes.