[WEBTOOL] Note 2 Multi Window Tool - Galaxy Note II Original Android Development

READ ALL OF THIS POST CAREFULLY!
Multi Window on the Note 2 is kinda cool, but it only works with limited apps, which kinda sucks. There are 2 solutions to this - the first is to wait for developers to add support (perhaps using my guide), the second is to edit one of the framework APKs to enable other apps. The second is the most useful, but perhaps a little complex for most people.
So here's a tool to help.
This tool takes a list of apps and creates you an update zip (for flashing via clockworkmod) with a modified framework APK that enables your chosen apps for multi window support.
Important points to note...
This tool is ONLY tested on the LJ1 release, additional options are added via user requests. I STRONGLY recommend you don't use the resulting zip on a ROM version other than that for which it's intended.
Backup before flashing the update zip. No really! Or at LEAST backup the framework-res.apk.
If you don't want to use clockworkmod you can extract the framework-res.apk and push it via ADB. Make sure to set the permissions to 0644 or your device won't boot.
Be very careful to ensure that your entries in the tool are correctly formed or again you could end up with a non-booting device.
Use this tool at your own risk!
Got that? OK, let me tell you how to compile the list in the tool.
Simply, you need to enter <item> </item> tags with the 'package names' of your chosen apps in the textbox. Package names are best found on the web Play Store by looking at the URL. Here's some examples for you.
Plume on the web Play Store is at play.google.com/store/apps/details?id=com.levelup.touiteur - therefore the package name is com.levelup.touiteur and you should use the entry <item>com.levelup.touiteur</item>.
TVCatchup on the web Play Store is at play.google.com/store/apps/details?id=com.gzero.tv - therefore the package name is com.gzero.tv and you should use the entry <item>com.gzero.tv</item>.
Simple eh? Just put in the ones you need, hit the button and download your update zip.
To use the tool, head on over to this topic.

Have the xml precharged samsung apps or build from 0 and we need to add chrome, talk, snote, etc?

The pre-configured stuff stays, just put in things you want to *add*.
P

If someone on LJ3 can post their unedited/stock framework-res.apk Paul said he should be able to update his script to deal with that too.

Lennyuk said:
If someone on LJ3 can post their unedited/stock framework-res.apk Paul said he should be able to update his script to deal with that too.
Click to expand...
Click to collapse
i have posted on his forum, he is working on it ;D

alj3 tool already available, going to test. thx

LJ3 support added.
P

paulobrien said:
LJ3 support added.
P
Click to expand...
Click to collapse
working!!! thx

work perfectly! now I have about 40 apps

I'm a bit short of time, but I will add an option where you can upload your framework-res.apk for patching to avoid version issues.
P

if you want faster to find out package name. go to www.play.google.com then press installed apps and you will be able to find faster package name of your all installed apps

paulobrien said:
READ ALL OF THIS POST CAREFULLY!
Multi Window on the Note 2 is kinda cool, but it only works with limited apps, which kinda sucks. There are 2 solutions to this - the first is to wait for developers to add support (perhaps using my guide), the second is to edit one of the framework APKs to enable other apps. The second is the most useful, but perhaps a little complex for most people.
Click to expand...
Click to collapse
All kinds of love coming your way from me Paul and all the devs like Lenny who got this working, awesome stuff guys.

Hi, very very good,works fine...what the solution to had items stock spen calendar Please?
Thanks
Envoyé depuis mon GT-N7100 avec Tapatalk

Awesome tool Paul, thanks for supporting the Note2 community, it works like a gem
Sent from my GT-N7100 using xda premium

androidizen said:
All kinds of love coming your way from me Paul and all the devs like Lenny who got this working, awesome stuff guys.
Click to expand...
Click to collapse
Paul did most of the leg work even for what I did. All I did was turn his findings into a mod so that people could have something while Paul worked on a better system (like this one he has made).

Working fine.. thanks
Sent from my GT-N7100 using xda premium

I threw together a little app to steamline the process a bit. This is my first android program so this thing contains a whole 3 hours of android wisdom...
It's a frankenstein mix of googled code but it gets the work done. A work in progress. This version asks for some storage/call/debug permissions which I have no idea how to remove or limit. So if that makes you feel uneasy pm me and I can send you the netbeans project in a 7z and you can check the source code and compile it yourself.
What the app does is display a list of installed packages by item name, you can then select the ones you want, hit the export button which will copy your selection to the clipboard, open a browser window to pauls page where you can paste it into the text area and download the generated apk all directly on the phone.
I would not recommend selecting all items in the list, this might have horrible consequences. Just select stuff you recognize.
For me the download popped up cfw but then failed to install the apk (possible due to file location), so I moved the apk to the root dir, rebooted to cfw recovery and then flashed just fine.
In later versions I'll see about reducing permissions, add icons to the list.
Disclaimer: Whatever you do with this app, whatever consequences come from using this app, is on you.
Thanks for the lovely apk page. <3
// m

Hi,....against me....
I can't seem to find source code to generate the application scalendar after several attempts still nothing,can you help me.
Thanks. ..
Envoyé depuis mon GT-N7100 avec Tapatalk

Hi all,
Everytime i add an app to the multiscreen view the one that i flashed before disappears. So, if i add dropbox and then imdb i will imdb but dropbox will disappear. Im flashing the zip files using CWM recovery. Can someone tell me how i can solve this? Thanks

koahhe said:
Hi all,
Everytime i add an app to the multiscreen view the one that i flashed before disappears. So, if i add dropbox and then imdb i will imdb but dropbox will disappear. Im flashing the zip files using CWM recovery. Can someone tell me how i can solve this? Thanks
Click to expand...
Click to collapse
Are you adding one app. Flash the generated zip and then add one app, generate a new file and flash it? If so, dont do it that way You must add all apps you want in the same file, generate that and flash it
Sent from one big Note II

Related

[Tool][28-11-2011] (Rom)Archive Compare and Edit v2.1

About:
This tool is meant to easily compare the contents of two rom archives and allow easy manipulation by copying files from one rom to another and removing files from a rom archive. The idea is to specify two rom archives which have the same structure, usually something like the following:
[data]
[META-INF]
[sdcard]
[system]
flash_image
modem.bin
zImage
I made it because I would like to know which files/apks might have been removed from one rom compared to another, which isn't always clear from the descriptions. But then thought other people might find it usefull as well, so here it is
It's written in java, just extract the zip and run through run.bat (windows only) or the .jar file.
Update, version 2 added
Ok, I tested it today and seems to work fine... Was able to reflash a rom modded with this tool (file from another rom added, other files removed).
For now it just allows transferring of files between roms and removal of files from a rom archive.
How it works:
1. Load the rom-archives (zip only) using the browse buttons. If one file is selected all contents are simply listed, in case 2 files are supported only the extra files per rom are listed.
You can filter on .apk/.odex files only by using the checkbox and pressing 'Scan'.
2. By using the 'Copy >>' and '<< Copy' buttons you can copy files between roms, these entries will be colored GREEN in the respective table views.
3. By using the 'Remove files' buttons you can remove files from the roms, these entries will be colored RED in the respective table views.
4. Save the rom by pressing the proper 'Save Changes' button and specifying the name of the .zip it has to be saved to.
A progressbar will show the progress and you'll get a message telling you when it's done. It's not the fastest but it does the job. The resulting zip can then be flashed through clockworkmod (at least the one I tested it with could ).
THere are prolly some bugs when you move files back and forth and delete files in between and adding them again, etc... I just tested it with moving a few files from one rom to another and deleting a few form the target rom. This worked fine, but please let me know about bugs and issues.
Update, version 2.1 added
Allrighty, I included the data from the spreadsheet found here:
http://forum.xda-developers.com/showthread.php?t=1069924
To display information about the selected apk's in the table. This gives you a quick overview about what an apk does and whether or not you can and want to remove it. It's displayed in a little text area below the table.
I also changed it so that by default one 'view' is shown, once a first archive is selected the option to select a second one is enabled by displaying the proper buttons. Only after a second file is specified the complete view is shown (two tables, etc).
That's it again for now
Use it at your onwn risk!
Thanks this is very helpful tool.
Would love to see this further developed...two thumbs up!
Sent from my GT-I9100 using Tapatalk
Subscrived to this topic in a hope to see development on it
Sent from my GT-I9100 using xda premium
Woooww, this tool is awesome, how about adding feature like u can copy one or more file from one archive to another one so we can not only remove but also add
I hope u will improve this app further in the future!
Sent from my GT-I9100 using Tapatalk
Thanks for the comments people, good idea about moving apk's to one and another as well indeed To be continued (and always open for suggestions!)
Also updated main post, but...
I rewrote it to allow removal of files and copying of files between two rom packages, I haven't been able to test it myself yet (finished it just now and really need to catch some sleep) but will try to do so tomorrow... However, if anyone else wants to give it a shot as well please let me know and I'll send it (tomorrow evening or monday prolly). I will not put it up before it has been tested and it is about 2:30am here so time to go to sleep. If I get a chance to test and upload tomorrow I'll do so...
Will try to check this topic tomorrow again but can't promise... Busy day.
Clever tool. Will definitely watch this develop
Gr8 work pal. Please continue your development. Is really a handy tool.
Updated 1st post with new version and some instuctions/clarifications
wow. missing that tool.
And another update, added ifnormation display about the apk's using the spreadsheet from this source:
http://forum.xda-developers.com/showthread.php?t=1069924
and changed the UI a bit to make it a bit simpler...
ps. Thinking about adding a feature where you can add seperate apk's/files... Would have to think about how to add that without rewriting too much.

[TOOL] Framework Flasher 1.1.4 (1/14/12) - Easily modify and flash framework-res.apk

Finally! After days of struggling to figure out how to modify my ROM's framework-res.apk and create a working flashable update.zip to install the framework-res.apk changes, I have finally figured out how (big thanks to the guys here: http://forum.xda-developers.com/showthread.php?p=20962080#post20962080) and have created an automated script to help others struggling with the same problem.
Framework Flasher 1.1.4
Feel free to download and experiment with it. This is my first gift to the XDA/Android Hacking community, and I plan on doing more. I just want to test the waters for now Feedback would be nice. Let me know if I've helped you in some way!
---------------------------
What does it do?
It extracts your framework-res.apk file and allows you to edit the files. After editing, the script will compile, sign the apk, create your update.zip with the correct structure for flashing, and then sign the .zip. Everything you need to modify and flash your framework-res.apk file.
How do I use it?
Download the .zip from the link below and extract it somewhere on your PC. Drag the framework-res.apk file that you want to modify and/or flash into the /place-framework-res-here/ directory. Double-click on RunMe.bat and off you go! Do the steps (1-5) in order and you shouldn't have any problems.
Who needs this?
A LOT of people according to how many google searches I did in the past 3-4 days.
Will it work for files other than framework-res.apk?
Currently, no. However it would be easy to implement that functionality if I saw that people would benefit from it.
I found a bug... what do I do?
Post it in this topic. I'll do what I can to make continual updates as long as I see people are benefiting from it. I'm sure there are bugs in it somewhere, so just let me know.
Where do I download this snazzy piece of software?
http://www.mediafire.com/?1nc14hkhs2yrqmt
The little disclaimer
If you download this tool, please say thanks! Not only does it motivate me to continue to improve this software, but it also let's me know how many users are using it! Thanks!
This script is mainly intended for use with editing script files (xml, etc.), and normal (non 9png) images. 9pngs have been successfully repacked using this tool! If you run into any problems, be sure to make it known!
This tools was created to work with the Droid X2. If you are experiencing problems using it, first ensure that you are in fact using a Droid X2.
Change Log
1.1.4 (1/14/12)
- Corrected the Log error. You can now see error logs!
- Corrected an error processing problem where Framework Flasher would instantly close without warning
1.1 (1/7/12)
- Made compatibility tweaks
- Removed unnecessary overhead
1.0 (1/6/12)
- Initial Release
When reporting errors, please ensure that there are no spaces in your file path, and include what ROM and version you are running.
Hello
This is an awesome little tool you got here. I haven't tried it yet but I'll likely give it a shot eventually.
You should add functionality for SystemUI.apk, that's the other "real big" file people like to edit. Just a suggestion based on what I know about theming
Very nice!
So r u telling me this will modify everything including the. 9 png images..also can u get into the xml files as well or images only...i use apk manager and with the. 9 pngs u cannot touch the 9 patches or change the image without using draw 9 patch to ensure the apk will recompile
Sent from my DROID X2 using xda premium
PoorCollegeGuy said:
Hello
This is an awesome little tool you got here. I haven't tried it yet but I'll likely give it a shot eventually.
You should add functionality for SystemUI.apk, that's the other "real big" file people like to edit. Just a suggestion based on what I know about theming
Very nice!
Click to expand...
Click to collapse
Thanks. I will definitely look into adding this. I'll update the OP with any changes or updates.
Kevin3328 said:
So r u telling me this will modify everything including the. 9 png images..also can u get into the xml files as well or images only...i use apk manager and with the. 9 pngs u cannot touch the 9 patches or change the image without using draw 9 patch to ensure the apk will recompile
Sent from my DROID X2 using xda premium
Click to expand...
Click to collapse
Not tested 9pngs with this, it's mainly intended for scripting (xml files, etc. along with normal non 9png images). I've updated the OP to include a little disclaimer stating this fact. Thanks for pointing that out.
.9.png seems to work
Thanks Wesf90 for the tool. I was curious about the .9.png myself. Looking at the script it decompiles and compiles using apktool just like the apkmanager script does so just by looking at your RunMe.bat it looks like it would be fine. I did test it out to be sure though. So I took the framework-res from eclipse 2.0.3 changes some 9.png files and recompiled without any issues. It is important to note that you need to be careful when editing 9.png files to NOT change the black "patches" around the edge of those images. Doing so will cause bad patches and will generate errors when re-compiling. So for example if you apply a filter to the entire image double check that the color value of the black patches are still 000000 (I've done this ). If you don't mess with the patches all should be fine. It also depends on the original framework-res you are starting with. If you use one that has broken 9.pngs in it to start then you will need to fix them before re-compiling (I've done this too ).
Nice work. I especially like that step 4 that creates the update.zip. That is not in apkmanager that I've been using. So following steps 1,2,3,4 sure does make it simpler for a beginner which was your goal. Keep up the good work!
hedwig34 said:
Thanks Wesf90 for the tool. I was curious about the .9.png myself. Looking at the script it decompiles and compiles using apktool just like the apkmanager script does so just by looking at your RunMe.bat it looks like it would be fine. I did test it out to be sure though. So I took the framework-res from eclipse 2.0.3 changes some 9.png files and recompiled without any issues. It is important to note that you need to be careful when editing 9.png files to NOT change the black "patches" around the edge of those images. Doing so will cause bad patches and will generate errors when re-compiling. So for example if you apply a filter to the entire image double check that the color value of the black patches are still 000000 (I've done this ). If you don't mess with the patches all should be fine. It also depends on the original framework-res you are starting with. If you use one that has broken 9.pngs in it to start then you will need to fix them before re-compiling (I've done this too ).
Nice work. I especially like that step 4 that creates the update.zip. That is not in apkmanager that I've been using. So following steps 1,2,3,4 sure does make it simpler for a beginner which was your goal. Keep up the good work!
Click to expand...
Click to collapse
Thanks for the test run. I've updated to OP to state that 9pngs have been tested.
Creating the update.zip was the hardest part for me, learning how to use update-script and updater-script. Hopefully this will help everyone else get on the right path.
is it possible, that after the editing was done, to simply push the framework to its place? without flashing recovery?
Dude XDA did a writeup on this.. but the article states there is no. 9 compatibility .... which is not true your program decompiles just like apk manager and apk tool do... .9 can be edited the patches simply can't be touched.. making this an awesome little tool !!!
Sent from my DROID X2 using xda premium
Sweet tool, just what I've been looking for
Just wanted to drop in and say thanks for this tool (button hit, donation forthcoming).
I tried this with my framework-res file from and ICS 4.0.1 ROM I'm running and it decompiles perfectly, but after I make edits and try and recompile, the script just closes.
I tried looking at the log in the folder of the tool and it didn't have any information except the date/time I ran the script.
Any thoughts? Would love to make use of this if you think it should work for me. Thanks again!
XT69 said:
is it possible, that after the editing was done, to simply push the framework to its place? without flashing recovery?
Click to expand...
Click to collapse
Yes, definitely possible if you have ADB access. I may add this feature, but the idea of the tool is primarily to allow users to create a flash-able file for their's, or others', phones. I'll put it on my to-do list though
Kevin3328 said:
Dude XDA did a writeup on this.. but the article states there is no. 9 compatibility .... which is not true your program decompiles just like apk manager and apk tool do... .9 can be edited the patches simply can't be touched.. making this an awesome little tool !!!
Sent from my DROID X2 using xda premium
Click to expand...
Click to collapse
Yeah I noticed that about the 9pngs in the article, however several people (including yourself) have stated that 9png's work fine. So hopefully XDA will eventually update the post.
zaxondis said:
Just wanted to drop in and say thanks for this tool (button hit, donation forthcoming).
I tried this with my framework-res file from and ICS 4.0.1 ROM I'm running and it decompiles perfectly, but after I make edits and try and recompile, the script just closes.
I tried looking at the log in the folder of the tool and it didn't have any information except the date/time I ran the script.
Any thoughts? Would love to make use of this if you think it should work for me. Thanks again!
Click to expand...
Click to collapse
Interesting. I plan on releasing another update soon, so send me the file you tried (I sent you a PM), I plan on weeding out small bugs quickly. Once the update is ready, hopefully I can have this bug fixed (or at least resolved)
Wes
zaxondis said:
Just wanted to drop in and say thanks for this tool (button hit, donation forthcoming).
I tried this with my framework-res file from and ICS 4.0.1 ROM I'm running and it decompiles perfectly, but after I make edits and try and recompile, the script just closes.
I tried looking at the log in the folder of the tool and it didn't have any information except the date/time I ran the script.
Any thoughts? Would love to make use of this if you think it should work for me. Thanks again!
Click to expand...
Click to collapse
had the same here!
other then that great tool
Ok to u guys having this happen... try to decompile and them recompile immediately ... if this works odds are u damaged a .9 png... those images have a black 1 pixel boarder that cannot be touched
Sent from my DROID X2 using xda premium
Maybe a dumb question but do we flash this in recovery or is this for pc use?Thanks I been itching to try this on my Iced Sam Vib...
Program is for PC use when u r done it will create a flashing zip for u
Sent from my DROID X2 using xda premium
Dougfresh said:
Maybe a dumb question but do we flash this in recovery or is this for pc use?Thanks I been itching to try this on my Iced Sam Vib...
Click to expand...
Click to collapse
Yes, you're absolutely correct. Once you go through the steps and create the update.zip file, simple place that file onto your sd card. Then flash the .zip in recovery.
Wes
Doesn't work for me. It says that echo is off.
Thanks wesf90. Going to DL, and check this out.
Work with any Android?
Will this work with any Android system, like the GS2? Sorry if I missed the answer somewhere above.
Thx.
disclaimernotice said:
Doesn't work for me. It says that echo is off.
Click to expand...
Click to collapse
Does this happen as soon as you start it?

[SUPPORT THREAD] JT Inverted Productions JB4.2 Aroma + Quickflash

This is the support thread for JT Inverted Productions JB 4.2 Gapps+ mod. If you have questions, ask them here. Do not ask for help in the other thread.
Main thread for downloads:
[APPS]JT Inverted Productions JB 4.2 Gapps+ Aroma & Quickflash
How to flash:
1. Backup your current ROM, if needed
2. Perform a full wipe - format /system, /data, /cache, and /dalvik-cache
3. Flash your ROM
4. Flash the gapps package you want
5. Reboot
6. If you need to restore any data, DO NOT restore data to any inverted apps
How to post a question:
1. Did you perform a full wipe before having this problem?
- Yes. There is no other correct answer to this question. If you answered no, correct that first by backing up your device, then doing a full wipe. This means that you should wipe /system, /data, /cache, and dalvick-cache before you even think about continuing with your report. Do not restore data. If you don't fully wipe, you will not receive help. Doing a full wipe allows you to check to see if the problem is there without any of your modifications.
2. Which file are you having trouble with?
- Please make sure to type or copy/paste out the entire file name.
3. Which device are you using?
- HTC One X/Samsung Galaxy S3/Motorola RAZR
4. Which ROM are you using, and which UI type is it?
- Post a link to the ROM you're using and also mention the type of UI (AOSP/CM10/AOKP). List your kernel as well, if you don't use the ROM's built in kernel.
5. Which recovery version are you using?
- CWM/TWRP/4EXT
6. State your problem with as much detail as possible.
- We aren't standing over your shoulder watching you mess up your phone. Describe in great and excruciating detail what you did to arrive at your problem.
1. I'm going to post my question without doing a search.
Fine, but you'll just get made fun of, or infracted by one of the mods who use this mod. Searching is the first rule of XDA.http://forum.xda-developers.com/announcement.php?f=263
1. Search before posting.
Use one of our search functions before posting, whether you have a question or something new to share, it's very likely someone already asked that question or shared that news.​
2. Do I really have to do a full wipe?
No one is going to stand over your shoulder and make sure you do, but don't expect help if you don't.​
3. Why doesn't the zip file flash properly/Why is the zip file password protected?
Too many people don't bother reading the directions, so the zips are now password protected. The password is located in the OP (post #1) of the main thread. You have to read to find it. It only changes on occasion, so keep using the same password until it stops working, then look for the new one. Make sure to read for the changes when you grab the new password. The flashable zip is always hidden inside the password protected zip.
For more information on the password system, please read this helpful post by KidCarter93.​
4. My recovery freezes, gives me some other weird error, or the gapps package just didn't flash properly and force closes a lot.
You probably don't have enough /system space. You need around 160MB of free /system space for the full package.​
5. Gmail (or some other app) is not inverted after flashing this.
You forgot about FAQ #3. Always do a full wipe. Make sure you don't have duplicate apps in /data/app/ and /system/app/. All AOSP-based ROMs should NOT include Google Apps. Some of them might, so you may need to do some manual house cleaning to get this to work. If your chef includes Google Apps in a CM, AOKP, or AOSP ROM, remind them that Google does not allow this.​
6. People app is not inverted/Phone.apk is missing.
Either restore your backup, or reflash aroma and deselect the people app from the menu. Do not use the inverted people app, as this tells us that it is not working on your device. There is no fix, so don't ask.​
7. MMS.apk is not inverted.
Theme it yourself. Open MMS app, then go to Settings > theme and set it however you like. The included themes from TUN_D will automatically invert them, however.​
8. When using Quick Reply pop up, the message displayed is not always the actual message that I just got. Sometimes it is an older message.
That's an issue with the MMS.apk provided by the CM team. It happens when you do not reply to a message from within the quickreply pop up, but instead bypass it to reply within the app. To get around that, you can disable the pop up, but leave the quickreply option and simply tap the "Quick Reply option from the notification bar. This will trigger the pop up and allow you to reply each time to the correct message.​
9. I have problems with ghost inputs, or the touch screen is buggy, in aroma.
Follow the instructions in this post by Wechy77.​
10. I don't want this boot animation anymore, or it was installed by mistake.
Delete /data/local/bootanimation.zip if it's there, or, if it's not there, extract your original boot animation from your ROM's zip file at /system/media/bootanimation.zip and move it to the same location in your ROM.​
11. Instagram has a problem connecting to Facebook.
Before flashing the inverted Instagram, download the latest Instagram from the market, and log in to give it permission to access your Facebook profile. After that, flash the inverted Instagram, and it will work like normal. An updated version of Instagram is being worked on.​
12. I read this whole FAQ and my issue isn't addressed.
Make a post with the following information, and state your problem clearly and in excruciating detail.
1. Did you perform a full wipe before having this problem?
- Yes. There is no other correct answer to this question. If you answered no, correct that first by backing up your device, then doing a full wipe. This means that you should wipe /system, /data, /cache, and dalvick-cachebefore you even think about continuing with your report. If you don't fully wipe, you will not receive help.
2. Which file are you having trouble with?
- Please make sure to type or copy/paste out the entire file name.
3. Which device are you using?
- HTC One X/Samsung Galaxy S3/Motorola RAZR
4. Which ROM are you using, and which UI type is it?
- Post a link to the ROM you're using and also mention the type of UI (AOSP/CM10/AOKP). List your kernel as well, if you don't use the ROM's built in kernel.
5. Which recovery version are you using?
- CWM/TWRP/4EXT
6. State your problem with as much detail as possible.
- We aren't standing over your shoulder watching you mess up your phone. Describe in great and excruciating detail what you did to arrive at your problem.​
This one is mine too.
hopefully the new thread won't get so cluttered
why is the new gallery named differently?
GTDarthYoda said:
hopefully the new thread won't get so cluttered
why is the new gallery named differently?
Click to expand...
Click to collapse
Is there a pool on how many posts before the first profoundly retarded question surfaces?
How do I make my phone black this looks way cool! I'm a super dark person and white is not my friend. Haha I kid l kid great job here guys!
Sent from my SCH-R530U using Tapatalk 2
Perhaps mine will be the first dumb question...
Here goes nothing - hope this isn't too dumb.
I see that the new download is jusTunbean_aroma.v4.0b.zip and what I downloaded yesterday was jusTunbean_aroma.v4.0.zip. I checked the changelog and didn't see an update. What's the difference between the 11/10 and the 11/11 version?
Thanks in advance. Let me know if this is a dumb question - don't want to flash for nothing, but also don't want to be one of those annoying noobs.
Brandimc said:
Here goes nothing - hope this isn't too dumb.
I see that the new download is jusTunbean_aroma.v4.0b.zip and what I downloaded yesterday was jusTunbean_aroma.v4.0.zip. I checked the changelog and didn't see an update. What's the difference between the 11/10 and the 11/11 version?
Thanks in advance. Let me know if this is a dumb question - don't want to flash for nothing, but also don't want to be one of those annoying noobs.
Click to expand...
Click to collapse
Some sort of bug fix, can't hurt flashing it.
GTDarthYoda said:
hopefully the new thread won't get so cluttered
why is the new gallery named differently?
Click to expand...
Click to collapse
Google changed the name
Mac of York said:
Some sort of bug fix, can't hurt flashing it.
Click to expand...
Click to collapse
Thanks for the help! I think this support thread is a great solution. This way, noobs like me don't get nervous posting. Though, trust me - I always read the OP and FAQ, and try googling before I post. It's amazing how lazy people can be.
Brandimc said:
Here goes nothing - hope this isn't too dumb.
I see that the new download is jusTunbean_aroma.v4.0b.zip and what I downloaded yesterday was jusTunbean_aroma.v4.0.zip. I checked the changelog and didn't see an update. What's the difference between the 11/10 and the 11/11 version?
Thanks in advance. Let me know if this is a dumb question - don't want to flash for nothing, but also don't want to be one of those annoying noobs.
Click to expand...
Click to collapse
As far as I know, gallery and some other 4.2 stuff was removed due to errors. Also, CM file manager was changed. If 4.0 is working without any problems for you, then don't worry about updating to 4.0b. If you have issues, then update.
Aroma 4.0/Gapps 4.2a/b/c working with CM10 4.1.2 (i9000) , or not?
The new (4.2) cam/gallery and keyboard are working fine ... (other sources)
second the password was a goal on the wrong side my opinion, because the spamming goes on ...
thx for advanced
MfG
If someone has trouble with ghost inputs, and doesn't know, what to do, here is my little guidance:
There is a little work with it before you can make it work with touchscreen:
1. download "JusTunBean Aroma 4.x..."
2. download "update-binary" from here
3. copy "aroma-config" from JusTunBean.zip (It is in META-INF/com/google/android folder) Edit with notepad++ add calibrate("0.9718","4","1.0176","-9"); to first line. (This calibrate values are for Xperia ray)
If you use another phone and has trouble with ghost inputs then serach a rom in your phone thread with aroma install and find calibrate values.
It should look like this:
Code:
calibrate("0.9718","4","1.0176","-9");
### LICENSE:
#
(if you are on other phone, search for your calibrate numbers)
4. copy modded "aroma-config" and downloaded "update-binary" into the zip (META-INF/com/google/android folder) and overwrite old ones.
5. copy zip to sd card and go into cwm.
6. choose install zip from sd card, and it works with touchscreen.
Thats it.
p.s.: You must do it with every new release of course.
warhead1978 said:
Aroma 4.0/Gapps 4.2a/b/c working with CM10 4.1.2 (i9000) , or not?
The new (4.2) cam/gallery and keyboard are working fine ... (other sources)
second the password was a goal on the wrong side my opinion, because the spamming goes on ...
thx for advanced
MfG
Click to expand...
Click to collapse
Stop whining about it.
Wechy77 said:
If someone has trouble with ghost inputs, and doesn't know, what to do, here is my little guidance:
There is a little work with it before you can make it work with touchscreen:
1. download "JusTunBean Aroma 4.x..."
2. download "update-binary" from here
3. copy "aroma-config" from JusTunBean.zip (It is in META-INF/com/google/android folder) Edit with notepad++ add calibrate("0.9718","4","1.0176","-9"); to first line. (This calibrate values are for Xperia ray)
If you use another phone and has trouble with ghost inputs then serach a rom in your phone thread with aroma install and find calibrate values.
It should look like this:
Code:
calibrate("0.9718","4","1.0176","-9");
### LICENSE:
#
(if you are on other phone, search for your calibrate numbers)
4. copy modded "aroma-config" and downloaded "update-binary" into the zip (META-INF/com/google/android folder) and overwrite old ones.
5. copy zip to sd card and go into cwm.
6. choose install zip from sd card, and it works with touchscreen.
Thats it.
p.s.: You must do it with every new release of course.
Click to expand...
Click to collapse
Adding this to the FAQ.
cajunflavoredbob said:
Stop whining about it.
Click to expand...
Click to collapse
thx for the answer ...
nice support thread... and the flamming goes on...My third post for JT and the last one ... you musn't reply, I will try it like every time when I install any modifications on my phone ... I hate to read the thread because there is 99,8 % nonsense, I will not do the same ****!
So have fun with your non reading community asking all the time for the same things ... happy days ...I will be a read only user like the last 2 Years ...
MfG
Could someone help me out. I've read the op a hundred times. I'm pretty sure i have the password. I've downloaded Zarchiver but now I'm lost. the directions that are given are once you find the password DL Zarchiver and type the password in that application. I can't DL the aroma zip to my phone in order to use Zarchiver to unzip it. All I get is a bunch of crazy text and the DL kicks me back to the xda post.If you could tell me what I'm doing wrong I'd really appreciate it. This is by far the best invert mod out there. Thanks
Sent from my SCH-I535 using xda premium
bbrannack said:
Could someone help me out. I've read the op a hundred times. I'm pretty sure i have the password. I've downloaded Zarchiver but now I'm lost. the directions that are given are once you find the password DL Zarchiver and type the password in that application. I can't DL the aroma zip to my phone in order to use Zarchiver to unzip it. All I get is a bunch of crazy text and the DL kicks me back to the xda post.If you could tell me what I'm doing wrong I'd really appreciate it. This is by far the best invert mod out there. Thanks
Sent from my SCH-I535 using xda premium
Click to expand...
Click to collapse
You can download in pc, and extract using password with 7zip or winzip or winrar. The Zarchiver is for that users mentioned, who wants download direct to phone. (I don't use Zarchiver, so i don't know, how it works)
bbrannack said:
Could someone help me out. I've read the op a hundred times. I'm pretty sure i have the password. I've downloaded Zarchiver but now I'm lost. the directions that are given are once you find the password DL Zarchiver and type the password in that application. I can't DL the aroma zip to my phone in order to use Zarchiver to unzip it. All I get is a bunch of crazy text and the DL kicks me back to the xda post.If you could tell me what I'm doing wrong I'd really appreciate it. This is by far the best invert mod out there. Thanks
Sent from my SCH-I535 using xda premium
Click to expand...
Click to collapse
Try to use Chrome -- it works.
This is a question about the theming:
I suppose this is to TUN, I don't use any of the custom themes, and I am on a Note using CM10:
when I am in Instagram, the words for "more comments" I assume is black on the black theme. I mean that when a person has more than 5-6 comments and you want to click it to see more.
Then the other thing I saw is in Facebook, when writing a message, I couldn't see what words were being typed, was just black on black.
Does anyone else see this?

[SCRIPT]Bloatware Remover

I have made this script for removing bloatware easily on Most gingerbread phones(Samsung mainly)
Note: Bloatware are the apps that are useless . It might be differnent for different people. But this apps removes mostly all the apps and leaves your mobile with minimalist amount of apps that make your device run faster and better. I have been using this script for mostly all roms and it works well. It Makes your work a lot easier by just deleting a lot of apps in seconds.
So Give it a try... Dont wait much
Warning: this app will remove a lot of apps and widgets so you might like to have a nanodroid backup ready.
Download : http://db.tt/oH9PduRu
What You need
1. Gingerbread Phone
2.This is a Flashable zip and requires your phone to be rooted
3.Eyes and fingers
Procedure
1.Turn off your phone by pressing the power button
2.Go into recovery mode by pressing and holding the three keys (for samsung galaxy y) - Volume up, Power button and the home button
3.You should flash with CMW
4.select install zip from sd and select cmw zip file
5.First go to mounts and storage- Mount system
6. Install zip from sd card then selct zip
7.after flashing zip go to advanced and clear davilex cache
8. Then fix permission.
Where did you get this script?
In case of original work from you please post the sources.
In case of shared work indicate author and original thread and also permissions
In compliance with the GPL License. We need to know the sources or else this will be submitted for investigation
This post is in compliance with the national potato safety regulation.
[Galaxy S 4 LTE]
Thanks, about time someone took the time to make a quick script that removes it all in seconds.
You won't mind if I promote this a bit, right?
Will give it a try
Press THANKS if I HELPED YOU
deathnotice01 said:
Where did you get this script?
In case of original work from you please post the sources.
In case of shared work indicate author and original thread and also permissions
In compliance with the GPL License. We need to know the sources or else this will be submitted for investigation
This post is in compliance with the national potato safety regulation.
[Galaxy S 4 LTE]
Click to expand...
Click to collapse
Its just a simple command that is repeated for a number of apps example : delete("/system/app/BuddiesNow.apk");
I dont know what kind of source i have to give here.But i think that If someone creates a php file he would not want to thank microsoft or the maker of .php files because its open source and same goes for android , i just repeated a command over and over that i learned i dont think i need to put credits as " i wanna thank google for making android , xyz for making flashing scripts" Because ITS OPEN SOURCE but because you reminded me i took some info from here https://docs.google.com/spreadsheet/pub?key=0AulpDQBL_oTOdDRIbnV5b0UyQTd0TDNZSFBKYXJ1blE&gid=0 I dont know who created this or from where this info is gathered.
Mitko said:
Thanks, about time someone took the time to make a quick script that removes it all in seconds.
You won't mind if I promote this a bit, right?
Click to expand...
Click to collapse
I will never...
Edit: I mean i dont mind..
xXx~~~SHLOK~~~xXx said:
Its just a simple command that is repeated for a number of apps example : delete("/system/app/BuddiesNow.apk");
I dont know what kind of source i have to give here.But i think that If someone creates a php file he would not want to thank microsoft or the maker of .php files because its open source and same goes for android , i just repeated a command over and over that i learned i dont think i need to put credits as " i wanna thank google for making android , xyz for making flashing scripts" Because ITS OPEN SOURCE but because you reminded me i took some info from here https://docs.google.com/spreadsheet/pub?key=0AulpDQBL_oTOdDRIbnV5b0UyQTd0TDNZSFBKYXJ1blE&gid=0 I dont know who created this or from where this info is gathered.
Click to expand...
Click to collapse
Thanks,
Because i had a bloatware remover integrated into my s-rom too.
Tip:
Be sure to add a script to fix permission mismatches. It's likely if the app is already installed the OS doesn't delete the dalvik and the 2nd time around when you decide to install it again you'll get FC's
This post is in compliance with the national potato safety regulation.
[Galaxy S 4 LTE]
deathnotice01 said:
Thanks,
Because i had a bloatware remover integrated into my s-rom too.
Tip:
Be sure to add a script to fix permission mismatches. It's likely if the app is already installed the OS doesn't delete the dalvik and the 2nd time around when you decide to install it again you'll get FC's
This post is in compliance with the national potato safety regulation.
[Galaxy S 4 LTE]
Click to expand...
Click to collapse
No problems mate..
Edit: Updated the installation procedure
great work!
@op It would be nice if you have posted the names of the apps which the script would remove. I know that we can see what apps are removed by reading the updater-script, But you could have posted it in op
BLOATWARE REMOVER ORIGINAL BY BROADWAYS (MADE BEFORE THIS BLOATWARE REMOVE SCRIPT BY OP) -ALSO MENTIONED IN PORTAL- +M JUST SAYING |JUST CLICK THIS|
74M3NUMB3RS said:
BLOATWARE REMOVER ORIGINAL BY BROADWAYS (MADE BEFORE THIS BLOATWARE REMOVE SCRIPT BY OP) -ALSO MENTIONED IN PORTAL- +M JUST SAYING |JUST CLICK THIS|
Click to expand...
Click to collapse
What can I do about this? I told you its just a delete command repeated over n over. If you don't like it plz don't use it..
xXx~~~SHLOK~~~xXx said:
What can I do about this? I told you its just a delete command repeated over n over. If you don't like it plz don't use it..
Click to expand...
Click to collapse
Just Sayin Sir.
Pinadala galing sa aking GT-S5360 gamit ang Tapatalk 2
xXx~~~SHLOK~~~xXx said:
I have made this script for removing bloatware easily on Most gingerbread phones(Samsung mainly)
Note: Bloatware are the apps that are useless . It might be differnent for different people. But this apps removes mostly all the apps and leaves your mobile with minimalist amount of apps that make your device run faster and better. I have been using this script for mostly all roms and it works well. It Makes your work a lot easier by just deleting a lot of apps in seconds.
So Give it a try... Dont wait much
Warning: this app will remove a lot of apps and widgets so you might like to have a nanodroid backup ready.
Download : http://db.tt/oH9PduRu
Click to expand...
Click to collapse
Thank you very much for this script... :laugh: I needed this.. Was fed up of removing all those unnecessary applications manually.. :highfive:

Flash all your apps at one time (makes life so much easier)

Here is a .zip where you can flash all your apps in one fell swoop.
This is not my work but something Silesh made for me. I don't think he will mind me sharing it.
I use it all the time and it saves me tons of time not having to install my apps manually.
All you need is WinZip
Just put all your apk files into the data/app folder
and flash away.
What I do is flash the rom and fully boot it first,
then I go back into recovery and flash this .zip.
Boom, all my apps installed. Very nice!
I put just one apk in there. Clean Brower, just so it will work and I can post it here.
Another trick is, using Root Explorer on you phone, just copy your data/app folder from your rom
Then replace that app folder in this .zip and all your apps will be in there.
The advantage to doing this is even when you update or add new apps your apps from the playstore or other, the updated apks will end up in this flashable .zip.
Just make sure when using WinZip when you "add files" and add the app folder you drag it into the data folder. (first delete the app folder that is already in there.)
Again all credit goes to Silesh
Just thought I'd share this.
..
Thanks :good:
Nice to have. Thanks for sharing.
Very good!
Thanks for you. It really works.
Please, can you show, how I can use your zip for another devices? May be for I9000?
faorekh said:
Thanks for you. It really works.
Please, can you show, how I can use your zip for another devices? May be for I9000?
Click to expand...
Click to collapse
It should work on other devices the same.
It flashes all your apps to data/app folder which is used on any Android device.
Obviously not for windows or apple.
Sent from my GT-I9205 using Tapatalk 2
Hi,
zcink said:
It should work on other devices the same.
It flashes all your apps to data/app folder which is used on any Android device.
Obviously not for windows or apple.
Sent from my GT-I9205 using Tapatalk 2
Click to expand...
Click to collapse
zicnk, maybe you are interested in this app too:
https://play.google.com/store/apps/details?id=zip.me&hl=en
treare said:
Hi,
zicnk, maybe you are interested in this app too:
https://play.google.com/store/apps/details?id=zip.me&hl=en
Click to expand...
Click to collapse
Yes thanks.
I have a couple other apps that create flashable zips
But none work as good as the script Silesh has made.
One has an aroma installer but it also has alot of bugs.
Copying my data/app folder into Silesh's .zip works flawless for me.
Sent from Smoke Signals
Aroma Installer
Here is an apk that basically does the same thing.
You can use it to backup and reflash all your apks in recovery at the same time.
This one uses an aroma installer which is nice because you can check or uncheck only the apps you want to install.
It will also do system apps.
Not my work. Had this kicking around from a older phone.
Seems to work fine on the Mega.
Just sharing.
Sent from Smoke Signals

Categories

Resources