[DEV RESEARCH] Searching for devs who want to make a little team - General Topics

{
"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"
}
Hello, i'm a student and a (semi) developer of a new rom, I'm searching for some devs that can be part of my team.
I know the basic syntax of XML and Java (I'm also practicing with C++ but i don't know the language, i only try to understand)
1---Know some basic commands of git (checkout, rebase, pull etc.)
2---Know the basic syntax for Java (alternatively you must know the basic of C++ or XML)
3---Have a Nexus,Pixel or CAF device (no mediatek devices, i'm sry)
4---No kangers
5---Speak english or italian
6---Be serious, no spammers or any sort of time wasters
7---Good PC with a linux based system
I think that five people are enough
Contact me on telegram ONLY IF YOU ARE CORRESPONDING ON ALL THE REQUIREMENTS nick: MasterJack1697

Related

Prevent Display of Smart Minimize Buttons in Application (C#)

Hi
Im programming a school project WM6 application using c#. Im trying to hide the minimize form button in the right corner.
Im not trying to change it to OK by setting the minimize property to true but im triyng to completely remove it like this:
{
"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"
}
I have managed to do so using c++ by doing this:
hWnd = CreateWindow(szWindowClass, szTitle, WS_VISIBLE | WS_NONAVDONEBUTTON, CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, NULL, NULL, hInstance, NULL); More info here: http://msdn.microsoft.com/en-us/library/aa458799.aspx
But since i dont really understand c++ and the rest of my app. is written in c# this gets me nowhere....
Is it possible to do this using C#... If so, please be specific with your answer since i am pretty new to .net programming. I would be very happy if you post the code here also hehe
Regards Danieze
in the form designer change the property 'ControlBox' to false.

"AppInventor 2013" by EndoreStudios (A.K.A gavguitarhero)

Ok guys.....It has been a while since I have been on here....
So what's new...
I decided it was about time I made it a little simpler to work with AppInventor so I took up the challenge to expand on an already offline local version of AppInventor.
So what did I do?
I took the offline AppInventor and loaded it in to a simple UI......
But that's not all.....
I created a set up which will install and help configure all the things you need to start building right up to publishing your apps
The ISO currently stands at something like 1.3GB but that is only because it is packed with everything you need.
Right now I'm running short on time and will not be able to upload right now.....but.....enjoy some screenies lol
Upload will follow soon enough.
Peace guys.
Install ADK.....
{
"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"
}
Install 1 of 2 Publishers.....
Configure JAVA Environment Variable Guide....
UI Loading Screen......
Main UI.....
Choose Publisher.....
Publisher......

[Completed] [ROM Build From Source Help] Error at compiling stage

Hi all,
I am in my Day 1 of ROM Developing. I have setup environment, running Ubuntu 13.10
I have this error when compiling "AOSX Rom" (AOSP modified by xperia novathor developers) the errors are in the screenshot
{
"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"
}
Was building with ssh connected to my VPS on my phone btw.
May i know the origin of this error?
Also, please link me to some noob proof guides on building roms from source as i am really really really new. I have already set up my build environment so do not link me to those threads please
TIA,
AndroidNoob69
Sent my AOSP Xperia P
Hi, there are several locations including here you can go for help.
It is for Optimus so you may want to search by device,.
Good luck !!
it cannot find libz
sudo apt-get install libz-dev
to fix
that's all, I have had this in the past as well

[UTIL] Android Software Detonator - Software to speed up reverse-engineering

Hi!
{
"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"
}
I was struggling to create clear folder structure for maintaining reverse-engineering projects. Also doing everything manually took that much time I preferred not to compile app and read .java files of cracked application just to check that I didn't break anything while working with Smali. That's why I created this project. The code is mostly uncommented but I have made it pretty easy to read if you know basics of Ruby though I'm thinking about commenting it soon.
The software is Linux only at this moment since I'm lazy, I don't like Windows and there is no good reason to prefer Windows over Linux while reverse-engineering.
https://github.com/b10011/Android-Software-Detonator
I hope you enjoy, report bugs and contribute. And as always I'm not responsible of your acts and this shall not be used for apps that you don't have permission to reverse-engineer!

[APP][CloudIDE] goormIDE: Powerful Code Editor with Container

{
"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"
}
The Powerful Cloud-based IDE Service:good:
DEVELOP WITH EXCELLENCE
goormIDE is a powerful cloud IDE service to maximize the productivity for developers and teams.
Build your own development environment with just a few clicks. You can turn your ideas into SW anytime, anywhere.
- Edit, build, run and debug on the web-browser.
- Access to the Linux-based container via the fully-featured web-based terminal.
- Install and configure anything whatever you want, just like your local machine.
- Edit source code in real-time and communicate with other teammates on the same environment.
- If problems occur, just rollback source code at any time.
- Connect your Git/Subversion repositories, easily.
- Using gui-interface, just clone, edit, commit, push and pull your project.
Search for goormIDE in the Chrome Web Store!

Categories

Resources