Ok i Have searched the forum and online and can't find i way of doing this
I don't have the knowledge or hardware to edit or build source code so all i got is smali editing...... I would like to know if there is someway to find the lines i need to edit in the smali file that i would edit if i was editing the source code???
any guides are welcome am willing to learn
Thank you
Kayant said:
Ok i Have searched the forum and online and can't find i way of doing this
I don't have the knowledge or hardware to edit or build source code so all i got is smali editing...... I would like to know if there is someway to find the lines i need to edit in the smali file that i would edit if i was editing the source code???
any guides are welcome am willing to learn
Thank you
Click to expand...
Click to collapse
See here: http://forum.xda-developers.com/showpost.php?p=20206139&postcount=3 and here: http://forum.xda-developers.com/showpost.php?p=20399270&postcount=6.
Thank you for your reply the color converter will be useful i have seen one of them already ..... Do you have any more links???
Kayant said:
Thank you for your reply the color converter will be useful i have seen one of them already ..... Do you have any more links???
Click to expand...
Click to collapse
These were the only two I could find .
Theonew said:
These were the only two I could find .
Click to expand...
Click to collapse
Don't worry i searched more and i have some what found a solution
Thanks for your help again
you can find it at handster.com
thread closed by OP request
Related
Hi I would like some help on altering the code in the framework-res, and settings.apk to make the built in USB+WiFi tethering say yes and work. I've tried and I can't find the lines.
Didn't you already post a thread with basically the same question here?
Please don't create another thread, when you already have a thread which you're asking basically this same question.
This is technically a new question, in that one I was asking what to do, and I found out but I was wondering if someone experienced could help me find the lines of code for tethering.
Do you know if I'm supposed to edit the apk files with notepad++, or do I edit something inside those?
Looking for a good guide, " how to modify apps "
Rana Fahad Khan said:
Looking for a good guide, " how to modify apps "
Click to expand...
Click to collapse
ok, 1. you need to decompile the apk file, like here:
http://modstorm.co/how-to-decompile-android-app-with-apktool/
2. if you know, how android apps are structured, you can now easily modify the application, by changing the sourcecode and recompiling it.
DISCLAIMER: BE AWARE OF COPYRIGHT!!
Hello friends, I 'm editliy custom ROM and you would have a couple of questions . I would be glad if you could help .
• The setting is established in the CM ROM updates and the " Welcome to cynogenmod the text" How can I edited ?
• The icon will appear when installed package Rom How do I change .
• Settings> About phone > cynogenmod version.
How do I change fonts and animations in .
I do not know much English. I used to Google translation.
Does not that help ?
Please help !! ?
Start with learning to compile from source code. You will have to edit it in the source. But be advised that changing things like that is not gonna allow you to post it here.
zelendel said:
Start with learning to compile from source code. You will have to edit it in the source. But be advised that changing things like that is not gonna allow you to post it here.
Click to expand...
Click to collapse
Where do I need to compile the source code of CM .zip file ? I know compile the source code from Ubuntu as I search on the internet.
Trip-Tonic said:
Where do I need to compile the source code of CM .zip file ? I know compile the source code from Ubuntu as I search on the internet.
Click to expand...
Click to collapse
You do. You will have to sync the source code and then compile a build with your changes.
zelendel said:
You do. You will have to sync the source code and then compile a build with your changes.
Click to expand...
Click to collapse
So how to do extensive editing what action you tell a manner ? Do not bother . thanks.
I have cygwin installed on windows 10
I have kernel extracted in android directory in cygwin home/user/android/kernel
now I want to compile the kernel
could someone help me with this ?
[edit] I have the samsung kernel source
ok I will try to explain my problem more
I have cygwin installed with all required packages
I have kernel source
now I want to compile the kernel without config
can this be done ?
please help
AlMaghraby said:
I have cygwin installed on windows 10
I have kernel extracted in android directory in cygwin home/user/android/kernel
now I want to compile the kernel
could someone help me with this ?
Click to expand...
Click to collapse
AlMaghraby said:
[edit] I have the samsung kernel source
Click to expand...
Click to collapse
AlMaghraby said:
ok I will try to explain my problem more
I have cygwin installed with all required packages
I have kernel source
now I want to compile the kernel without config
can this be done ?
please help
Click to expand...
Click to collapse
Greetings,
Please read the description and Sticky threads for XDA Assist. This is not a help desk. Our purpose here is to guide NEW members to the correct section or thread relative to their issues. We don't help Senior members here. As a Senior member, you are expected to use the search tools provided to you and find the correct location to post your questions.
Thanks for understanding.
Thread closed.
I'm stuck following googles source documents as what to do next. I have download the source code as described here and I have done this "git clone https://android.googlesource.com/kernel/msm.git". I see the ".git" file in the working directory but I'm confused as to what to do next. Where are the kernel files? I dont see the files that I see here: https://android.googlesource.com/kernel/msm.git/+/android-msm-marlin-3.18-nougat-mr1. Maybe I am confused but I'm just not sure what to do next. Any help or info will be appreciated.
ducksauce88 said:
I'm stuck following googles source documents as what to do next. I have download the source code as described here and I have done this "git clone https://android.googlesource.com/kernel/msm.git". I see the ".git" file in the working directory but I'm confused as to what to do next. Where are the kernel files? I dont see the files that I see here: https://android.googlesource.com/kernel/msm.git/+/android-msm-marlin-3.18-nougat-mr1. Maybe I am confused but I'm just not sure what to do next. Any help or info will be appreciated.
Click to expand...
Click to collapse
Well, there are a buncha guides over here if you look in.
Ive found one for you - [Guide] build a kernel .
sachin n said:
Well, there are a buncha guides over here if you look in.
Ive found one for you - [Guide] build a kernel .
Click to expand...
Click to collapse
I've searched the forums and they are all out dated. The one you linked is from 2012. Google's documentation has changed and I can't find any extra info that is aligned with googles documentation.