ADWLauncher Compile Tut? - myTouch 3G, Magic Android Development

Hello,
have anyone a tut to compile ADWLauncher from gtihub source?
For Windows 7 or Linux Ubuntu.
I have all tools but no instructions.

I found some instructions as follows:
1. fecth source code from aosp
2. replace Launcher2 with ADW source
3. make Launcher2 in aosp directory
Is there any easy way?

Mhm ok.
Can anyone compile a ADWLauncher 1.0.1 mdpi for CM 5.0.8 with correct menu settings?
Only under menu -> settings -> ADW.Launcher
and not under menu -> ADW.Launcher and under menu -> settings -> ADW.Launcher.

Here's how I do it, no need to download the whole AOSP:
Prerequisite:
1. Install Android SDK (see, hxxp://developer.android.com/sdk/installing.html (WARNING: link obfuscated))
2. Install Apache Ant
Compiling:
1. fetch ADW's source code, I used the standalone branch, don't know if it makes any difference otherwise (`git clone -b standalone hxxps://github.com/AnderWeb/android_packages_apps_Launcher.git ~/adwlauncher` (WARNING: Link obfuscated))
2. Create project file (`android update project --path ~/adwlauncher`)
3. Make the project with ant (`ant debug` or `ant install`; see `ant help` for more build targets)

Related

[Tool]MIUI translateion's kitchen

Miui translation's kitchen is a new (in development) tool to automate many aspects of the translation of MIUI.
Feature:
- deodex original miui rom
- decode apk from list (Configurable from an external file) or single from terminal
- build apk from list (Configurable from an external file) or single from terminal
- add translation folder (Configurable from an external file)
- compare translation file (Configurable from an external file) [not completed now]
- sign apk and update.zip (not sure it works fine)
- fix build error (missing same packages, in development)
for now the kitchen is under development but usable for test.
source: github
for setup kitchen
Code:
. tools/kitchensetup
for prepare rom folder (extract zip and deodex the rom)
Code:
extract_deodex
for prepare rom folder (no odexed rom)
Code:
extract
for decode apk
Code:
decode
for check modified xml
Code:
test
for apply translate
Code:
translate
for fix xml files
Code:
fix
for rebuild apk
Code:
build
for sign apk and zip (it fix apk compression level for resources.arsc)
Code:
sign
this is the actualy completely function.
for now not all apk is successefull installed, I don't know what is the problem
If you have been helpful, buy me a beer
Sorry for bad eng
The tool is almost finished, the problem is that the apk (also unchanged) recompiled can not (even if signed) to be installed.
there are only a few exceptions like bugreport, FileManager and SoundRecorder
Can anyone help me? I tried apktool, 1.4.3 and 1.4.2
Thanks for your efforts, I will try to translate to french with it and report back the results

[SCRIPT] APK Manager Lite v0.2 BETA

APK Manager Lite BETA 0.1
This is a script written with my ideas of easy modification of apks,
and with references of some script codes from APKManager by Dameshm90
so I would like to thank Dameshm90 for the great codes.
Features:
This is a script simplifying your life of android app modding, with a UI that is even simple when comparing to APKManager, with some options that is difficult to understand being absent, and so stop you from wandering around the functions.
You may also have fastboot options found in this script.
Plans: portable-ize, can work on a computer without java jre and admin rights (for apktool install framework)
The script is in BETA stage!
I am unable to test the compatibility of different vendor apps and different android version. All suggestions are welcomed for improving the script and my own skills.
v0.1 BETA Download link: https://www.dropbox.com/s/vbvc0ulcrawtm3z/APKManagerLite.zip
v0.2 BETA Download link: https://www.dropbox.com/s/4e20qz8gayvbehy/APKManagerLite v0.2 BETA.zip
Change Log
v0.2 BETA
Flash kernel via fastboot option
New sign APK by drag and drop option
v0.1 BETA
Initial Release

[Mac Os X Tool] EasyADB

OS X is my native OS of choice and everytime I wanted to use ADB i needed windows for QuickADB because I'm lazy. So, today i coded this up. It's not as nice as QuickADB as this is all terminal based but i went with the philosophy of functionality over looks.
V 1.0 : [Removed]
- Set up ADB Path.
- Push & Pull files from phone.
- Source Included in Zip in txt file.
V 1.0.1 [Removed]
- Added adb from sdk into its own folder so user does not have to have sdk installed to use. (Just make your path point to the folder adb is in)
- Working on a small bug that adds extra spaces when directories are dropped into terminal causing user to have a bad time (as of right now check to make sure there are no extra spaces.)
V 1.0.5 [Current]
- Updated Source File
- Fixed the space bug that was present in previous version.
- Code clean up.
- Provided new screenshots.
feel free to modify as needed and keep in mind that this is OS X specific and all the code is C++. :highfive:
Bump

[Guide] How change icons ON your devices!

Change the icons of applications directly on your android devices.
You can work on your device:
- decompile
- modify
- compile and
- sign your application.
A). Prerequidites:
- rom deodexed
- root
- zip
- knowledge of decompiling and recompiling the .apk
B). These files download:
- Tools apktool ---> https://app.box.com/s/zeuzgbzc1a4h9d7dk6n9
(Original thread: forum.xda-developers.com/shoxthread.php?t=2488697
- This zipper ---> https://app.box.com/s/eo2zj583npvrawqh3c2s
- Site of icons ---> www.iconspedia.com
C). Installation of tools:
- Install zipper as application
- Make iconspedia as favorite in your browser
- Install apktool4.4: dezip apktool4.4_armhf. zip on sdcard-root. In this folder found apktool4.4.1.apk and install it.
D). Create a work folder on sdcard-root.
E). The work:
- Download the icon you want make
- Execute apktool application and choose application to modify icon.
- Go to work folder and brower the decompiled folder of application.
- Findd the folder RES and open it.
- Search ALL files with names DRAWABLE* ****
- Open these files one by one, find and change the icon desired. Keep the same names of icon
- Recompile your application
- Sign your application within apktool.
- Reinstall this application ON YOUR DEVICE.
END.

Custom ROM Help

Hi, i downloaded LineageOS 19.1 Source code for my device with Ubuntu WSL and i need help for customization, i nedd to know:
- How to change default launcher (PreBuilt APK)
- Add LockScreen Customization
- Add Prebuilt apk to system apps (background process and hidden icon)
Thanks!

Categories

Resources