Related
Hi, is anywhere guide for developing.. i want dev too but i dont know how
What you want to develop? Kernel? System? Both?
on which host (Win/Linux/Mac)?
i want to dev too
i want do dev both kernel and system on windows ... so any advices? and thank you in advance
(EX/OR)
i want to develop both but maybe ony system. because when i wil dev kernel, i will can brake my phone
and im on win exactly win7. but on Notebook i have linux.. so its Win or Lin
And im think it will be better with guide.. Later can be more developers and it is better because updates release frequently
It is possible to put together a build using windows, but for serious development work you will need a Linux system for compiling, building from an already developed base only requires a good text editor, ( not notepad), and 7zip really.
so i need only good text editor? and source data.. its all?
and what sam knowledge of C/+/++/# Java.. nothing?
C for kernel
java for system
linux for both
Develop on windows is quite painful and on mac there are some problem with libs.
The only good system for fast develop is linux. Use a virtual system and setup a simple virtual machine with linux.
Then follow the fresh froyo thread to compile the first time (a lot of time).
Hi Michga,
have you development knowledge in any environment?
Are you for the first time approaching software developing?
Obviously you need programming language knowledge if you want to develop software (every kind of software: applications, utilities, system tools, kernel and so on)
moreafter, if you mind developing operating system's module (kernel, drivers and so on) you need deep understanding of general operating systems mechanisms in addition to specific knowledge about the OS you are developing for.
If this is your first step in software developing, I can suggest you try little application first, then step to system programming...
As a software is made up of simple text, as Zenity said, what you need is AT LEAST a good text editor and this is correct if you plan to write or modify simple pieces of software but if you mind to develop something more, a software developing environment maybe a better choice.
More, have a look at http://developer.android.com/sdk/index.html where you can find the SDK toolkit for Android.
Sorry not being more helpful: I'm a software developer but don't develop for Android yet... (Time... Time... Time... )
See you
thanks for answers.. i think it is all i need..thanks
Hi there all ... as the Title says this thread is all about porting Kali Linux / Kali Net hunter ( esp Nethunter ) ... so , does anyone have any resource / any place to get some info , needed files from there ? ... also people , if you know someone which may be helpful , just let me know and I'll invite them so help us .... First , lets get some info about it :
The Kali Linux NetHunter project is the first Open Source Android penetration testing platform for Nexus devices, created as a joint effort between the Kali community member “BinkyBear” and Offensive Security. NetHunter supports Wireless 802.11 frame injection, one-click MANA Evil Access Point setups, HID keyboard (Teensy like attacks), as well as BadUSB MITM attacks – and is built upon the sturdy shoulders of the Kali Linux distribution and toolsets. Whether you have a Nexus 5, Nexus 7, or Nexus 10, we’ve got you covered. Our freely downloadable images come with easy to follow installation and setup instructions to get you up and running in no time at all.
Click to expand...
Click to collapse
as written here
also there is a guid for porting this to our device ... as said here
We need :
1- a Patched Kernel ( maybe @xluco can help us best because I'm just a noob about kernels )
2- a Device Built rootfs file ( I can but need help I can't do it myself ... anyone intrested in helping ? )
3 - a Tester Team ( I can help )
So All , please help give this device a KAli Linux and a Nethunter to make it uniqe and useful ... Thanks in Advance
With Best Wishes
Hitman1376
Sounds awesome would we be able to dual boot? I will be willing to beta test if we can dual boot. I'm fairly experienced with linux so that should help. Also will the interface be optimized for touch at all? Also any particular reason for Kali over Ubuntu touch?
Sent from my SM-P600 using XDA Free mobile app
salam hamvatan
i bought my p601 more than 1 year ago and my main purpose was installing linux and specific kali linux which could be installed on note 10.1 2012 easily i lost my hope but i can help this project how much i can
I want to modify system android me so I can do multi rom because the device I do not support please to the master in terms of android help me, android I sm g313hz. I want to do the new experiment
Help me please[emoji16]
Good day -
I am looking for the best open-source method to root my new Android 7.0
AGM A8 (qualcomm 425 snapdragon chipset, 4x AARCH64 cores) when it arrives.
I am a programmer (not a mobile device expert) with latest Android Studio + NDK
installed with Android 24 & 25 platforms for aarch64, on a Linux x86_64 Workstation.
I do not run Windows, though perhaps WINE might be a possibility; I can run Java, of course .
I will not root my device until I can assemble the source code
/ scripts and build an unlocking tool that I can read and understand - I do not want to
put my entire device security in the hands of a closed-source application that I cannot
read or build - especially one that risks bricking the device.
Please, does anyone know of an open-source rooting tool that will work for my device that I can build
and run with Android Studio ( IntellIJ Idea + SDKs + NDK + LLDB ) - on Linux ?
I also have Qt5 Designer & latest Java tools & gcc-6.3 & glibc-2.25 & binutils-2.28 & many frameworks installed .
Any suggestions gratefully received .
I have found : https://github.com/android-rooting-tools/*.git
but it looks like these take some time to learn how to use & are potentially dangerous
and not likely to work for Android 7.0 .
Ideally, I'd like a tool I can read (in C, C++ , Java, or Python or PERL or shell scripts) , build on Android Studio, run under emulator for testing,
and then push to device and run on device . Is there any such out there ? If not, it may be a long road, but I will follow till I get there / find one / write one.
Thanks & Regards,
Jason
hi
if i want to begin developing mikro modules for xposed , how would i set up the android emulator in android studio (or possibly something else ) ?
and get a good glimpse of xposed related logs so i can debug correctly.
up until now i only programmed java script (firefox addons) and a onetime a native c++ program with opencv , so for java theres some heavty learning curve for me on how to get this all up and running, especially since this isnt running on my pc but in a virtual environment so i need to debug correctly .
is android studio emulator even the way to go for xposed module dev?
thanx everybody for your hard work
-------------------------------------------------------------------
i may have more questions, so mods is it ok to use this thread? (ill not post module specific stuff in here )
Hi,
I started last week on xposed module.
I've installed android studio and followed 2 guides to make my first app.
https://forum.xda-developers.com/showthread.php?t=2709324
https://blog.attify.com/xposed-framework-android-hooking/
Happy coding!