[Request] an app like apk easy tool but compiling in .aab format - Android Software/Hacking General [Developers Only]

We need an app like APK Easy tool which helped a lot of us through years thanks to evildog1
[Discontinued] [Windows] APK Easy Tool v1.60 (2022-06-23)
Apk Easy Tool is a lightweight GUI application that enables you to manage, sign, compile and decompile the APK files for the apps you are working on. APK Easy Tool is absolute free for commercial and non-commercial use. Please note: This tool...
forum.xda-developers.com
but now google requires uploading the new apps in .aab format only and apk is dead now
so many dev request and app like apk easy tool allows us to decompile and recompile in .aab format as well as .apk format for testing purposes that would help a lot and thanks ❤

Note: Questions go in Q&A Forum
If you are posting a Question Thread post it in the Q&A forum. Technical discussion of Android development and hacking. No noobs, please. Device-specific releases should go under the appropriate device forum...
forum.xda-developers.com

Related

Microsoft Notes

Does anyone have a cab for Microsoft Notes? The cooked ROM I'm using does not include the program.
have you looked in the windows dir if it's just the shortcut to programs that is missing
generaly cab files are install packets for optional programs and programs included in roms
are not available as cabs unless somebody made it manualy
What? Who would cook a ROM without the default apps?
lots of people i think
many people seem to think
removing rom based stuff
give more storage
but as far as i know unused rom space
is not used as storage space
they are 2 seperate things
Rudegar said:
lots of people i think
many people seem to think
removing rom based stuff
give more storage
but as far as i know unused rom space
is not used as storage space
they are 2 seperate things
Click to expand...
Click to collapse
True.
I suggest that you [OP] use no2chem's extROM tool and find it. Or create a shortcut to ":MSNOTES"
Ive used no2chem extROM tool to unlock the extended ROM and soft reset but I can not find it using File Explorer or Total Commander. Where is it?
Rudegar said:
have you looked in the windows dir if it's just the shortcut to programs that is missing
generaly cab files are install packets for optional programs and programs included in roms
are not available as cabs unless somebody made it manualy
Click to expand...
Click to collapse
Not in the Windows directory.
Solved
Its was named notes and not MSNOTES in the Windows directory. There was also a lnk called notetake which was the shortcut to the file. I'm surprised the cook of my ROM did not include this one, it's been in all my previous ROMS.
Hello and welcome to the forum! We noticed that you have posted in the wrong section so we thought we would direct your attention to a couple things before you get yourself in trouble.
The Development & Hacking Section is available for Users to post their contributions to the XDA Community (such as programs, applications, and themes.) Any & All Questions, Problems or Requests, must be posted in the Questions & Answers Section. If you prefer, you may also post in the section dedicated to your Device.
Any Questions, Problems, or Requests posted in the Development & Hacking Section will be removed Immediatley. Repeated Posting of "improper" Threads in the Development & Hacking section will result in Disciplinary Action. Please read the rules before opening any new threads. The rules are located on the top of every page in the Development And Hacking Section.
Feel free to post any questions or requests you might have in the Questions & Answers Section. You will receive the help you need there, and no question will be turned away.
If you have any questions, or need any help what so ever, please feel free to contact any member of the "Q&A TEAM". Contact information for the "Q&A TEAM" can be found on the first page of the Questions & Answers Section, or by simply replying to this message.
We appreciate your help with these changes in the Development & Hacking Section.
Thank You for your cooperation,
Q&A TEAM
​
please, do NOT answer questions in this section. thank you.
the thread will be moved.

[Guide] building and modding custom roms

First of all, i hope the mods and admins forgive me that i open this thread in the development section, it would better fit to general, but i noticed that the developers aren't really present at the general section, if i'm wrong please move it.
This thread is build to become an collection of our developers knowledge that helps newcomers to androiddevelopment to start with it. I know out there are some guides already and in every thread there's a little bit of it, but i would really like to collect as much as possible at one place, if it's not your opinion delete it.
It's not ment to become an step by step guide (but if anyone will write one i'm sure not upset ), it should be an collection of links, and posts of special parts of development, cause i think most developers aren't the overall specialists, but kings in their section^^ and the readers of these informations can compile what they want from it.
So pls dear android developers share your knowledge with us
There are some links i found:
Basic Guide Links:
[GUIDE] How to create a your own ROM
HOW TO: Build your own rom, by ITJE **UPDATED 11 nov**
[Q] Building ROMs
How to Cook a Rom
Android kitchen:
[KITCHEN][September 10 '11] Android Kitchen, v0.179 [Linux / Mac / Windows]
decompiling changing and recompiling apks:
apktool
apk manager
Tectas said:
This thread is build to become an collection of our developers knowledge that helps newcomers to androiddevelopment to start with it.
Click to expand...
Click to collapse
There is already an excellent place for this. http://www.xda-developers.com
Hope this helps.
InfernalByte said:
There is already an excellent place for this. http://www.xda-developers.com
Click to expand...
Click to collapse
Hahaha....Really helpful.
Tectas said:
First of all, i hope the mods and admins forgive me that i open this thread in the development section, it would better fit to general, but i noticed that the developers aren't really present at the general section, if i'm wrong please move it.
This thread is build to become an collection of our developers knowledge that helps newcomers to androiddevelopment to start with it. I know out there are some guides already and in every thread there's a little bit of it, but i would really like to collect as much as possible at one place, if it's not your opinion delete it.
It's not ment to become an step by step guide (but if anyone will write one i'm sure not upset ), it should be an collection of links, and posts of special parts of development, cause i think most developers aren't the overall specialists, but kings in their section^^ and the readers of these informations can compile what they want from it.
So pls dear android developers share your knowledge with us
There are some links i found:
Basic Guide Links:
....
....
Click to expand...
Click to collapse
Much appreciated, I've incoroported these posts into a new section called Development Guides within the Development INDEX thread
Anymore useful finds will be appreciated.
Added an link!
Thanks so much for this!!

[Q] Help with APK Tool

Wondering if anyone could provide me with some guidance on using APK Tool? I've successfully used it to decompile an app that I want to make some subtle graphic changes to. The main problem I have is how to recompile it so that it is signed and allowed to be installed on Android. I can't seem to find any clear instructions on recompiling.
Can anyone either help me with some clear directions on this or point me to a site that goes over this a bit deeper? I did a search already but couldn't find anything particularly helpful.
Please use the Q&A Forum for questions Thanks
Moving to Q&A

[Completed] [Q] Modifying Smali Code and recompile it.

I have read all the threads on the topic of decompiling APK file and recompiling it, and so far I am successful in decompiling and recompiling it.And now I want to make some changes in smali files like change package name and remove some features, But I don't know smali language, so Is there a way that I can convert smali files into Android JAVA project which I can import into Eclipse or I must have to learn smali language to achieve what I want.
Thanks in Advance
Hi there,
I'm sorry, but here is not the right place for technical support, so for relevant answers please post your question in this forum:
> Android Development and Hacking > Android Q&A, Help & Troubleshooting
Guide: [GUIDE][SMALI]Understanding and Creating Smali Mods & General Smali Questions
good luck
The mission of XDA Assist is to provide basic help to those who have tried searching but can't find what they are looking for and need assistance. This is not a "helpdesk" providing technical assistance but more to point you in the correct direction with your problem. Perhaps you can't find posts on how to root your phone, install custom recovery or maybe you have questions about how to navigate and use features on the site.
Click to expand...
Click to collapse

[Completed] Mass download of source codes for Offline use for those whom internet is a previlige.

My internet and power supply is very limited. I want offline access to Open Source Android projects for studying them.
I plan to make a script in Python to mass download Github projects for Android platform.
The first point is what "dork or search term" to use when search searching for Android projects?
Then what would be the best way to download from Github.
I'm thinking of downloading master.zip instead of git clone for easy file management.
XDA Visitor said:
My internet and power supply is very limited. I want offline access to Open Source Android projects for studying them.
I plan to make a script in Python to mass download Github projects for Android platform.
The first point is what "dork or search term" to use when search searching for Android projects?
Then what would be the best way to download from Github.
I'm thinking of downloading master.zip instead of git clone for easy file management.
Click to expand...
Click to collapse
Hello
Thank you for using XDA Assist.
Please use the below link to register a XDA Account first, prior to start posting and replying onto our forums.
Join the Experts
When you complete your registration, I invite you to post over your request in the below forum as our team of experts there should be able to help you:
Android Q&A, Help & Troubleshooting
Best regards and good luck.
.

Categories

Resources