[GUIDE][WINDOWS]How to make a commit using Windows Github - Android

Hey Guys!
And I'm back with a new tutorial on how to make a commit without git. It's simple, you just need Github for Windows.
NOTE:- I know that you can modify files from browser, but you can't actually make a commit where you can modify more than 1 file. For that you need to use git which is difficult. This is far easier that git!
Requirments:
Notepad++ or any other editor
Github for Windows
Basic knowledge about github
Let's start:
1.Open Github on your Windows PC
2.You need first to clone the repo from github to modify it on your PC.
-To do that you just need to follow my Instruction(follow the screenshots below)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
3.After cloning is done, you can go to the directory where you cloned it and start modifying file with any editor(I prefer Notepad++).
It should look like this:
4.After editing is done, save and close every file you edited.
5.Now go back to Github for Windows. Then something like this should show up:
6.Click on Uncommited changes and see what you changed. Check if everything is like you wanted and then you can add a description and a Summary.
7.Now just press on "Sync" and the commit should be updated in your repo.
Credits:
Github
@Carlos_Manuel
@F4uzan
If something isn't clear you can reply and try my best to answer your question. ​

Helpful,thanks!
Sent from my Amazon Tate using XDA Premium 4 mobile app

AwesomeSMS said:
Helpful,thanks!
Sent from my Amazon Tate using XDA Premium 4 mobile app
Click to expand...
Click to collapse
No problem

Related

[TOO] [SHARE] APK Java Viewer

Note : I am Sharing the work of forumber2.All the credits goes to him A little intoduction by him
forumber2 said:
APK to Java Viewer​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hi all!
As you know, we can view and save java classes in classes.dex via some tools. And we have enough guides (like this; http://goo.gl/QkK6P7 ) but it requires effort so, I made this small tool for lazy people
This script will show the java files in your apk/jar (framework). Instructions as below:
1. Download the zip in Attachments.
2. Extract Java-Viewer.zip anywhere on your PC.
3. Put your an apk or jar (framework) in "Input".
4. Execute "Run_me_first.bat"
5. Follow Instructions (in tool)
**JRE is required
**IMPORTANT: DO NOT leave spaces when you name your apk files, e.g. "123 abc.zip" is a no go, "123abc.zip" is the correct way,
Bugs;
-After converting dex to jar, the script ends suddenly. Thats why you need execute View_Java.bat after finish Run_me_first.bat script
-jd-gui can't decompile all smali files.
Applications are used;
-JD-GUI 0.3.6
-7zip
-dex2jar-0.0.9.15
Credits;
@Ryuinferno for his "Sign-em!" thread style
@lickarock for his guide and his screenshot
Click to expand...
Click to collapse
Downloads Here
Orginal Threads

[App] [Share] Smali2java - Decompile Smali Files To Java

Smali2java - Decompile Smali Files To Java​
This is not my work - I am just sharing this programme which some people may find interesting
smali2java is based on smali files generated by apktool v1.5.0 with baksmali v1.3.4. smali2java depends on information such as code line number(.line keyword) and varialbe name(.local keyword) etc. Thus it can furthest reduce orignal java source code. The reduced java code will keep orignal variable names. The code sequence will be the same as orignal java code too. And also for this reason, this tool has limitaion. It only works for those smali files that have line numbers and varialbe name. Some java compiler options can eliminate these information from bytecodes.
Screenshots in spoiler
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Note - This is probably only useful just to compare for learning - Its unlikely you will be able to build anything from this
Download - Here
Original Website - Here
finally !!! thanks for sharing
But What About Compiling
myaservip said:
But What About Compiling
Click to expand...
Click to collapse
as stated in the op
unlikey you will be able to compile the java files - its just for learning and comparing java to smali but you can always try if you want
thankssssssss
EMINEM786 said:
thankssssssss
Click to expand...
Click to collapse
please just press the thanks button instead of creating clutter in a thread and also dont quote the entire op
okkk
marcussmith2626 said:
please just press the thanks button instead of creating clutter in a thread and also dont quote the entire op
Click to expand...
Click to collapse

[Q] Customizing GUI in simulator?

Hi
Need to know something rudimentary.
Is it possible to design/modify the look and feel of the Firefox OS from the device simulator? Not the apps, but the entire Firefox OS GUI.
Thanks.
arjunm009 said:
Hi
Need to know something rudimentary.
Is it possible to design/modify the look and feel of the Firefox OS from the device simulator? Not the apps, but the entire Firefox OS GUI.
Thanks.
Click to expand...
Click to collapse
Hi arjunm009,
FirefoxOS development name is b2g (boot2gecko) there is a beautiful diagram on Mozilla's pages advising how the layers work, see https://developer.mozilla.org/en-US/Firefox_OS/Platform/Architecture
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Gonk is the Hardware Abstraction Layer for the drivers
Gecko is the Rendering Engine
Gaia is the GUI, and the part you are interested in.
It is possible to modify Gaia, and Mozilla have a very detailed guide located just here: https://developer.mozilla.org/en-US/Firefox_OS/Developing_Gaia
You can also grab the B2G source code and only pull down Gaia this would then let you modify, or even fix and pass back upstream to Mozilla.
You would then need a way to get your changes into the emulator, you can do this on a live device by entering the Gaia directory and typing make gaia, and then reset gaia.
However, on the emulator Mozilla offer the following detailed tutorial on how to see your gui changes in realtime on the emulator running on Firefox:
https://developer.mozilla.org/en-US/Firefox_OS/Developing_Gaia/Making_Gaia_code_changes
thanks a lot. this would get me started.

help preparing kernel environment

Such foremost reason for this post is to ask for help and would like to compile my own kernel from my xperia M2 D2306 but I find a little inconvenience is only to find a file identification from my xperia I explain what this is.
This is the tutorial I'm following:
[ULTIMATE GUIDE] [Noob Friendly] Compile your own kernel from source android
As well I follow this tutorial sony:
How to rebuild kernels for flagship Xperia devices [tutorial]
And drop tools that tell me there is a problem but tell me this:
Code:
Replace Device Name with the configuration file found at:
Source / arch / arm / configs
It's written in This Way something_DeviceCodename_user_defconfig
and I went to the specified path but can not find any file of this type
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
information from the filename of the Xperia M2:
Code:
Xperia M2
aosp_yukon_eagle_defconfig
How could set the name of my device before entering the kernel configuration script
would be helpful thanks
You are barking at the wrong tree.
The reason there is no defconfig for M2 (yukon) is that they have not uploaded the defconfig in their Github repo.
From this site it is clear that
http://xperiafirmware.com/8-firmware/53-sony-xperia-m2-d2303/
M2's firmware is 18.x.x.x
If you check the branches on Github ,there is no branch with 18.x.x.x
Moral
That source won't work.
Instead use kernel source from the Open source center.
http://developer.sonymobile.com/downloads/opensource/
This one should work fine for all the M2 devices .
http://developer.sonymobile.com/dow...-18-3-1-a-1-7-18-3-1-b-1-8-and-18-3-1-c-1-13/

[TOOL] GetDump system dumper

Intro:
Today I present you with GetDump, a Windows batch file that is the simplest way to get a system dump from your phone. All its takes is 2 clicks. I might add Linux and Mac OS 10 support in the future, but if anybody wants to do it for me that would be great. The ADB files are included in the zip so you don't need to install them. I hope I posted this is the right place....
Requirements:
Your device drivers (The drivers from the manufacture)
Windows
Should have ADB installed
How to use:
Unzip the GetDump.zip file then once its unzipped double click on the GetDump.bat file. After that follow the onscreen instructions. Once its done a window will pop up with your system dump inside of it.
Download:
http://www.mediafire.com/download/sa7jy5s2frtzve1/GetDump.zip
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Credits:
Andy Huynh - For teaching me MS-DOS
My cat Chibbs - For testing
Hey cool, gonna DL for my Windows! Someone already beat ya to it in Linux tho
http://forum.xda-developers.com/showthread.php?p=62845957
Gratefully sent from my Rooted JollyRoger_B13
bcrichster said:
Hey cool, gonna DL for my Windows! Someone already beat ya to it in Linux tho
http://forum.xda-developers.com/showthread.php?p=62845957
Gratefully sent from my Rooted JollyRoger_B13
Click to expand...
Click to collapse
Tell Me how you like it. SuperRs does more then just a system dump, but I might make one that just does a system dump.

Categories

Resources