[MOD][CM10.1][4.2.2][GUIDE] Enable Multiuser (for noobs) - Galaxy S III Android Development

This is the noob-proof multiuser enabler guide for the CM10.1 - GS3 only!!
Want to enable multiuser on your galaxy S3 under CM10.1?? This is the easiest way to do it.
Updates - based on cm-10.1-2013XXXX-NIGHTLY-i9300.zip:
Multi_20130306
Multi_20130303
Multi_20130302
Multi_20130222
This is very simple: just flash the zip file and you're done!! just need to create the users under settings!! Can create up to 8 users!!
P.S. You need to reflash it for every new nightly installed!!!!
IMPORTANT INFORMATION!!!
I just found out a way to reduce FC in secondary user. Create 2 other users... delete the second, reboot and the third user should now be the second but without the FCs... well it should, it worked for me...
Screenshots:
{
"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"
}
Next is the tool I used to create the flashable mod zip. In case you wanna try for yourself or need to remake the mod for futures nightlies just download and follow the steps:
Links:
. JDK and JRE for windows 32bits - (are you under windows x64? Install the 32bits javas anyway)
. FrameworkFlasher Adapted from the wesf90 Original Thread and Updated from iBotPeaches Original Thread to run on CM10.1
1) Install JDK and JRE and Unzip FrameworkFlasher
2) copy your phone's framework-res.apk to the folder "place-framework-res-here"
3) run "RunMe.bat"
4) press 1 to decompile
5) Make the necessary changes under the folder "files-to-edit" ****
6) run 2 to recompile
7) run 3 and 4 to sign and zip the apk
8) Just flash your new zip and be happy!
**** In order to enable multiuser, it's necessery to change some xml file inside framework-res.apk and this is only possible by doing this decompile/compile process...
The files you need to change are:
. framework-res.apk\res\values\integers.xml
look for config_multiuserMaximumUsers and change the number of users (min 2)
Code:
<integer name="config_multiuserMaximumUsers">8</integer>
. framework-res.apk\res\layout-port\keyguard_host_view.xml
need to add this after the second </FrameLayout>
Code:
<FrameLayout androidprv:paddingTop="7.0dip" androidprv:layout_width="fill_parent" androidprv:layout_height="wrap_content">
<include androidprv:layout_gravity="top|center" androidprv:layout_width="fill_parent" androidprv:layout_height="fill_parent" layout="@layout/keyguard_multi_user_selector" />
</FrameLayout>
I made more changes than this so I advice to use mine own keyguard_host_view.xml

Thanks for the great work.... it worked perfectly. However, I have a feedback:
Few findings
- Unable to find option "Enable USB Debugging
- Unable to add facebook contact sync for secondary user
- Facebook sync not working

santoshtalluri
Unfortunetly multiuser feature still very limited and buggy... not my fault, it's Android/Cm10.1 fault... you also cant make/receive calls and themes cause fc in a secundary user...

santoshtalluri said:
Thanks for the great work.... it worked perfectly. However, I have a feedback:
Few findings
- Unable to find option "Enable USB Debugging
- Unable to add facebook contact sync for secondary user
- Facebook sync not working
Click to expand...
Click to collapse
Try tapping on the "Build Number" in settings 7-8 times to enable Developer Options.

Developer options only in primary user

help with decompile
I get the following failure when trying to decomile my apk. I am on the Sprint GS3 and d2spr CM10.1 2013-01-31 nightly. Any help would be appreciated. Also, I am making the leap that the same technique here works for any SG3 framework-res.apk and not just for the i9300. If that is an invalide assumption, then please set me straight. Thanks in advance...
---------------------------------------------------------------------
| Log - Sat 02/02/2013 -- 17:34:26.62 | Documents\Desktop\FrameworkFlasher-1.1.4\LogSimple.txt
---------------------------------------------------------------------
THE LOG BELOW IS FOR YOUR MOST RECENT PROCESS ONLY.
java version "1.6.0_39"
Java(TM) SE Runtime Environment (build 1.6.0_39-b04)
Java HotSpot(TM) Client VM (build 20.14-b01, mixed mode, sharing)
I: Loading resource table...
Exception in thread "main" brut.androlib.AndrolibException: Multiple resources: spec=0x01080293 drawable/ic_ab_back_holo_dark, config=-xhdpi
at brut.androlib.res.data.ResConfig.addResource(ResConfig.java:65)
at brut.androlib.res.data.ResConfig.addResource(ResConfig.java:58)
at brut.androlib.res.decoder.ARSCDecoder.readEntry(ARSCDecoder.java:196)
at brut.androlib.res.decoder.ARSCDecoder.readConfig(ARSCDecoder.java:165)
at brut.androlib.res.decoder.ARSCDecoder.readType(ARSCDecoder.java:130)
at brut.androlib.res.decoder.ARSCDecoder.readPackage(ARSCDecoder.java:105)
at brut.androlib.res.decoder.ARSCDecoder.readTable(ARSCDecoder.java:82)
at brut.androlib.res.decoder.ARSCDecoder.decode(ARSCDecoder.java:48)
at brut.androlib.res.AndrolibResources.getResPackagesFromApk(AndrolibResources.java:315)
at brut.androlib.res.AndrolibResources.loadMainPkg(AndrolibResources.java:50)
at brut.androlib.res.AndrolibResources.getResTable(AndrolibResources.java:43)
at brut.androlib.Androlib.getResTable(Androlib.java:44)
at brut.androlib.ApkDecoder.getResTable(ApkDecoder.java:148)
at brut.androlib.ApkDecoder.decode(ApkDecoder.java:98)
at brut.apktool.Main.cmdDecode(Main.java:128)
at brut.apktool.Main.main(Main.java:65)

@ swiggs98
Yes... probably works for your phone too....
The compile/decompile process can cause several erros when one or more conditions are not satisfied, so make sure:
1. Latest Java JDK/JRE 32 bits are installed
2. FrameworkFlasher is updated (the one I posted is updated, so use mine)
3. The folder name where FrameworkFlasher is running should not have spaces
4. framework-res.apk is not corrupted (I use WIFI file explorer to download framework-res.apk to my PC)
5. Wrong changes in framework-res files also ruins the process

Re: [MOD][CM10.1][4.2.1][GUIDE] Enable Multiuser (for noobs)
rfmalta said:
@ swiggs98
Yes... probably works for your phone too....
The compile/decompile process can cause several erros when one or more conditions are not satisfied, so make sure:
1. Latest Java JDK/JRE 32 bits are installed
2. FrameworkFlasher is updated (the one I posted is updated, so use mine)
3. The folder name where FrameworkFlasher is running should not have spaces
4. framework-res.apk is not corrupted (I use WIFI file explorer to download framework-res.apk to my PC)
5. Wrong changes in framework-res files also ruins the process
Click to expand...
Click to collapse
Thx. It was the version I had. Same version number but from the original forum.

bootlooping when after flashing the zip!

@ varund7726
according to your signature you're running AOKP ROM with a custom kernel Syiah... my mod is made for official CM10.1 ROM only...

rfmalta said:
This is the noob-proof multiuser enabler guide for the CM10.1 - GS3 only!!
Want to enable multiuser on your galaxy S3 under CM10.1?? This is the easiest way to do it.
Update 1 (based on build cm-10.1-20130204-NIGHTLY-i9300.zip)
1. Multi_user
This is very simple: just flash the zip file and you're done!! just need to create the users under settings!! Can create up to 5 users!!
P.S. You need to reflash these zips for every new nightly installed!!!!
Screenshots:
Next is the tool I used to create these flashable mods zips. In case you wanna try for yourself or need to remake the mods for futures nightlies just download and follow the steps:
Links:
2. JDK and JRE for windows 32bits - (are you under windows x64? Install the 32bits javas anyway)
3. FrameworkFlasher Adapted from the wesf90 Original Thread and Updated from iBotPeaches Original Thread to run on CM10.1
1) Install JDK and JRE and Unzip FrameworkFlasher
2) copy your phone's framework-res.apk to the folder "place-framework-res-here"
3) run "RunMe.bat"
4) press 1 to decompile
5) Make the necessary changes under the folder "files-to-edit" ****
6) run 2 to recompile
7) run 3 and 4 to sign and zip the apk
8) Just flash your new zip and be happy!
**** In order to enable multiuser, it's necessery to change some xml file inside framework-res.apk and this is only possible by doing this decompile/compile process...
The files you need to change are:
. framework-res.apk\res\values\integers.xml
look for config_multiuserMaximumUsers and change the number of users (min 2)
. framework-res.apk\res\layout-port\keyguard_host_view.xml
need to add <include layout="@layout/keyguard_multi_user_selector" /> before the second </FrameLayout> ---in my mods there are more changes than this so I advice to copy and paste this file from my mod to this new one---
Click to expand...
Click to collapse
My S3 (CM10.1 updated, stock kernel) is having FC with everything with a new user. The "Setup Wizard" can't start.

lucasdeeiroz
some native apps crash a lot but apps from play should work as I installed several games and facebook at my secondary user... so try removing second user and create it again...

rfmalta said:
lucasdeeiroz
some native apps crash a lot but apps from play should work as I installed several games and facebook at my secondary user... so try removing second user and create it again...
Click to expand...
Click to collapse
but i can't use anything with the new user: i can't configure it and i can't do anything 'cause the FC window appear for Wizard Setup, Contacts, Apollo, and it never stops. The only thing I can do is tap ok for FCs (no one app starts, neither launcher) and go to lockscreen to switch to original user.

Maybe the latest nightly release is not compatible with the old mod... so I have updated it to match 20130206... remove your secondary user under settings and reflash the new mod... create the new user and then you tell me if it works

rfmalta said:
Maybe the latest nightly release is not compatible with the old mod... so I have updated it to match 20130206... remove your secondary user under settings and reflash the new mod... create the new user and then you tell me if it works
Click to expand...
Click to collapse
tried wiping cache, fixing permissions, reflashing ROM AND MOD, deleting and recreating the user, but nothing works. the same FC problem. even the new 07/02's ROM and MOD.
it can be the gapps? the new user can't open the Wizard Setup (and I think it's part of gapps). I really want the multi user on my S3, so thanks for your work on it.
SOLVED! The problem is with the system theme. With the default theme, it worked!.
We can't apply themes to the system with multi user

Yes... themes cause FCs on secondary users... great to know it worked for you

rfmalta said:
Yes... themes cause FCs on secondary users... great to know it worked for you
Click to expand...
Click to collapse
superuser don't work on second user. is it a known issue or it never will work?

It's a known issue and its up to superuser developer to fix

Re: [MOD][CM10.1][4.2.1][GUIDE] Enable Multiuser (for noobs)
Will this work with aosp
Sent from my GT-I9300 using xda premium

@ sharingan92
maybe yes, maybe no... you gonna have to try... remember to backup first

Related

[DISCONTINUED] Mi2Launcher B-1.5.1 [ADW/GO/NOVA/APEX/HOLO]

Hello every one , sorry for my bad English.
​I love MIUI, how about you ?
But since ICS release , i'm switch to ICS and unfortunately MIUI ICS doesn't offical support my phone .... ( now no phone )
So i'm trying to learning create some launcher theme to get back MIUI icons for my phone... and i see there're some one around here need apk for MIUI icons too, that i decide to make this program with my little skill to make it easier and improve my stupid skill ( don't " lol " me , please )
And this is Mi2Launcher
{
"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"
}
​
What you need to run this program ?
[DOWNLOAD] Windows with .NET framework 3.5 ( 8, 7 and XP tested )
[DOWNLOAD] Android SDK with API 7 and platform-tools installed
[DOWNLOAD] Apache ant 1.8.0 is minimum requirement
How to make it work ?
Download attach zip and extract, run "Mi2Launcher.exe", add some package and start with fun
If you have notify about problem with some thing, just open "Wrench" icon, and follow it
Import some icons pack and Create your new Project
Hit Start, wait and done
What's new in this update?
Fixed Import mtz problem ( because new "xhdpi" packages )
Removed Project list context
Fixed Export button disalbe after build apk
Fixed duplicate icons phone and contacts - tested on avd and 1 real device, it works
Fixed problem because some "unwanted" files (lazy me !!!)
Add Download button for environment setup make it easier
Default icons are "selectable"
New log text ( just for fun xD )
DOWNLOAD
Older :
v1.5 :
• Fix JB ( 4.1 ) Problems with Apex, Nova
• Fix some environment setup
• Fix duplicate and wrong icon for "Contacts"
• Database update with 3188 activities
v1.0.2 :
• Fix problem while setup jdk ( some people select for jre ) thanks to Anicane for report
• Little improve in template for GO Launcher
• Allow to find data for .png if it doesn't include in database now you can add all your icons to package
• Remove duplicate in "selectable" icons
• Add all icons to "selectable"
• Fix missing icons and missing database
• Some more tweak, i can't remember , i'm noob, you know
v1.0.1.2 :
• Code clean up but still stupid .... , reduce .png copy, make it a bit faster when build APK and better program performance xD
• Remove duplicate icons for activity from same package ( g+ or map ... )
• Fix error while copy .tff and also add function too see font name instead of path to font
• Allow to add "selectable" icons for Nova and Go Launcher
• Fix problems with local.properties
• You can press start actvity watch but can't add to db, just leave it == if you know what you need to do, you can add it to db !
v1.0.1:
•Support Apex, Nova and GO Launcher ( Now with icon background )
•Little UI improved . Credit to [email protected]
•You can import mtz package that created by MAC OS. Ex: MIcons Project [999+][07/03/12]
•You can choose custom scale factor for missing icon to make suite with other
•Fix some Error when create new Project
v1.0:
•Initial Release
Be back soon
This tool is gonna be very helpful.. Thanks
Sent from my Xperia Live
Yaaaay its out Tung91 .
Just did some initial testing, followed instructions to the 'tee' with installing everything but running into issues when Importing a .MTZ (in this case was just testing with MIcons Project v2 - http://forum.xda-developers.com/showthread.php?t=1701281).
Below is the error I'm getting:
As you can see all dependencies (SDK/JDK and Ant are there). Hope you can fix !
elite_gamer04 said:
Yaaaay its out Tung91 .
Just did some initial testing, followed instructions to the 'tee' with installing everything but running into issues when Importing a .MTZ (in this case was just testing with MIcons Project v2 - http://forum.xda-developers.com/showthread.php?t=1701281).
........................
As you can see all dependencies (SDK/JDK and Ant are there). Hope you can fix !
Click to expand...
Click to collapse
Yeah, thank you, this mtz package is created by Mac OSX so sharpziplib has some problem, fixed, but package has new format so we need to do some more
1.0.1 Updated :fingers-crossed:
tung91 said:
1.0.1 Updated :fingers-crossed:
Click to expand...
Click to collapse
Everything is running fine, mtz is imported fine, I even get the "APK build complete". But where is it built? I don't see any apk in the entire folder. Only a folder is created under Project folder. I even marked the "Open exported folder" but it doesn't. Please guide.
bagarwa said:
Everything is running fine, mtz is imported fine, I even get the "APK build complete". But where is it built? I don't see any apk in the entire folder. Only a folder is created under Project folder. I even marked the "Open exported folder" but it doesn't. Please guide.
Click to expand...
Click to collapse
It should be in "/Project/YOUR_PROJECT_FOLDER/bin/Mi2Launcher-debug.apk" , sorry i can't write the guide now, i'm on my class and will be back home later, when i'm home i will write the guide :good: btw, what package you try ? Are there any folder under "\Imported Package" ?
tung91 said:
It should be in "/Project/YOUR_PROJECT_FOLDER/bin/Mi2Launcher-debug.apk" , sorry i can't write the guide now, i'm on my class and will be back home later, when i'm home i will write the guide :good: btw, what package you try ? Are there any folder under "\Imported Package" ?
Click to expand...
Click to collapse
There's no bin folder there after running "Build APK".
Even though your tool says "APK build complete". -
I tried the MIcons and Crimp packages. They got their folder created under the Imported Package folder.
Spot anything wrong with my setup here?
bagarwa said:
There's no bin folder there after running "Build APK".
Even though your tool says "APK build complete". -
I tried the MIcons and Crimp packages. They got their folder created under the Imported Package folder.
Spot anything wrong with my setup here?
Click to expand...
Click to collapse
in picture, everything ok , are you install API 7 in sdk manager ? try Shift + Right click on "com.m2l.export" folder and choose Open command windows here , and type "ant debug" hit Enter and see what happen ? :silly:
tung91 said:
in picture, everything ok , are you install API 7 in sdk manager ? try Shift + Right click on "com.m2l.export" folder and choose Open command windows here , and type "ant debug" hit Enter and see what happen ? :silly:
Click to expand...
Click to collapse
Problem with path in propertiesfile
You see, project's root build.xml is looking for C:\Program Files\Android\android-sdk/tools/ant/build.xml
Two issues with this. My Android sdk is not installed in that path. I had provided correct path in environment setup. But this tool took this path somehow. I manually edited this sdk.dir path in the properties file.
And ant 1.8.0 is minimum requirement [which is not mentioned anywhere] while I had 1.7.0. After installing 1.8.0, it ran fine.
bagarwa said:
Problem with path in propertiesfile
You see, project's root build.xml is looking for C:\Program Files\Android\android-sdk/tools/ant/build.xml
Two issues with this. My Android sdk is not installed in that path. I had provided correct path in environment setup. But this tool took this path somehow. I manually edited this sdk.dir path in the properties file.
And ant 1.8.0 is minimum requirement [which is not mentioned anywhere] while I had 1.7.0. After installing 1.8.0, it ran fine.
Click to expand...
Click to collapse
hmm, i think i already add some code to find and fix sdk dir error in local.properties inside template folder in first run ( you will see "Your template has problem " in sys tray notification ) tested on xp sp3 on vmware and it work ok and thank you for ant 1.8.0 part, because i just download and test 1.8.4 only is it working now
Yea, it is working now. But there are some issues in the apk created.
For some reason, the installed app is not replacing all available icons. i.e. the Project\project-name\res\drawable-hdpi folder has that icon, but when the apk is built, that icon doesn't replace the default icon in app drawer.
Nova launcher provides option of individual icon selection from an icon pack. Long press any app, select change icon, select icon-pack; all icons in that icon pack is displayed. But this last step doesn't work for icon-packs created with this tool.
Since this is just first version of this tool, I guess this is just bug report / feature request. A great tool nonetheless. :highfive:
bagarwa said:
Yea, it is working now. But there are some issues in the apk created.
For some reason, the installed app is not replacing all available icons. i.e. the Project\project-name\res\drawable-hdpi folder has that icon, but when the apk is built, that icon doesn't replace the default icon in app drawer.
Nova launcher provides option of individual icon selection from an icon pack. Long press any app, select change icon, select icon-pack; all icons in that icon pack is displayed. But this last step doesn't work for icon-packs created with this tool.
Since this is just first version of this tool, I guess this is just bug report / feature request. A great tool nonetheless. :highfive:
Click to expand...
Click to collapse
1.ah ok , icons doesn't show maybe it's caused by activity name ( eg 2.3 Gallery and 4.0 Gallery ) that it need to update database , it's reason why we have "Start Activity Watch" button to add custom activity from user's phone :silly:
2.About selection from icon pack, i forgot to add drawable item in project :angel: It's used in GO Launcher too, i will add it to night when i'm back home :highfive:
it works very well except it did not import a bunch of icons from mtz.
SilverMist1 said:
it works very well except it did not import a bunch of icons from mtz.
Click to expand...
Click to collapse
Because it need info for each icons , not just copy icons that program just take icons inside database
You are real very good
why is adk with api 7 recomended? should we use api 15 for android 4.0.4 for cm9?
lightninbug said:
why is adk with api 7 recomended? should we use api 15 for android 4.0.4 for cm9?
Click to expand...
Click to collapse
because in some template's config it's api 7, api 7 still work fine with 4.0.4 and 2.3 with Go can use your package,too :d i'm on 4.0.4 with AOKP and it work with out problem :fingers-crossed:

(ROM)(PORT) MiuiV4 2.9.21 b5r0

** As i don't have HTC Legend anymore, i won't be able to port and share any ROM for Legend anymore. So, anyone are welcome to kang, modified, enhance or whatever you like to this ROM. Just make sure you give appropriate credits ESPECIALLY to the creator of ROM based that i ported over. Best Regards. **
About
As some of you know, several few days ago, i have put an efforts to port Miuiv4 to our device. I'm not a developer, just doing some simple mods but i'm dying to see miuiv4 to run in our device and to see how other device that have similiar hardwares with our legend have motivate me. Now, i have fixed most of the issue and given permissions to share it with you all.
I have put the links to ROM that i take as base so please go there and hit thanks to the respective devs to show our appreciation to their hardwork.
I appreaciate any suggestions but requests are not welcome at all.. I do it for you for free..
Screenshots:
Click to expand...
Click to collapse
Installation
1. Download the ROM zip file
2. Put into your sd card
3. Boot into CWM
4. Do backup (MUST!)
5. FORMAT /boot, /system, /cache, /data if do clean installation. Skip if want to flash on top of 2.7.6
6. Flash the ROM
You also can install from ROM Manager (2.7.6). Thanks to OZNER93 for the testing.
Working Lists (2.9.21):
1. Phone (call/sms)
2. Bluetooth
3. wifi
4. themes (local/online/mixed/backup)
5. camera (normal / panorama)
6. vibrate
7. google account sync
8. play store
9. Miui Toolbox
10. root access
11. screenshot
12. Flashlight (from launcher and from lockscreen
13. Miui Prevent Misuse mode (screen will be locked is prox sensor detected something covering it while phone being unlocked)
14. Google Now tested working. Not included. Get it from its thread
15. Many other upstream Miui features
Not working (2.9.21):
1. everything that doesn't work in cm9 also doesn't work
2. Usb tether
3. Headset
4. please report
Issues+Hints (2.9.21)
1. When applying theme, statusbar doesn't get themed completely, you need to reboot after that
2. When applying statusbar Mod from Miui Toolbox, your statusbar will disappear for a while and your phone seems hang, let it until your phone self reboot.
3. Be sure to clear RAM (long press home button) after do multitasking to avoid random reboot.
4. Total size of internal memory in Settings -> About is not correct.
5. Cursor in composing text for sms is not clearly visible in portrait mode.
6. Launcher
{
"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"
}
1st time boot, it will look weird. Press menu button -> Launcher settings, change grid layout type to 4x4.
Turn off icon shadow to save RAM.
7. Miapps
Backup app is removed from ROM. If you need it, take the apk files attached and push both of it to /system/app/
8. If you keep facing issue after rebooting phone, freeze/remove LBE Guard using titanium backup or using root explorer, it is problematic miapps. I should remove it from ROM by default.
Working Lists (2.7.6):
1. Phone (call/sms)
2. Bluetooth
3. wifi
4. themes (local/online/mixed/backup)
5. camera
6. vibrate
7. google account sync
8. play store
9. miui backup
10. root access
11. screenshot
12. soft nav-bar (enable in ics control panel and do Hot reboot; long press power -> reboot -> Hot Boot and you can rearrange its position in settings -> full settings -> Button -> customize screen key position)
13. adb
14. oc (use third party apps like no-frills cpu)
15. Swipe to clear notifications
16. etc etc.... [lazy mode ;p ]
Not tested (2.7.6):
1. Gps
2. vpn
Not working (2.7.6):
1. everything that doesn't work in cm9 also doesn't work
2. torch (please use third party apps)
3. some options in ics control panel (overscroll effect and app drawer)
4. Usb tether
5. please report
Hints:
A. Turn off animation and set background process limit to "at most 4 processes" in developer options for better performance.Turn off "show rounded corners also might help a little.
B. If you get an annoying popup every time you reboot that saying "export internal data to sd card" as per screenshot below,
this will happen when you try to open Themes while your sdcard still not fully mounted.
To fix it,
1. open root explorer
2. go to /data/sdcard/
3. there will be one empty folder named MIUI (make sure it is really empty first)
4. delete it.
you also can do it via recovery
1. adb shell
2. cd /data/sdcard/
3. rm -r MIUI
now that annoying pop up wont appear again
Change dpi
1. Use root explorer or adb
-from root explorer, go to /system/
-mount r/w
-edit in text editor build.prop
-find ro.sf.lcd_density = 133
-change to 132, or default 160 or whatever value that you prefered
-save changes
-reboot
2.using adb
-pull build.prop
adb pull /system/build.prop
Click to expand...
Click to collapse
-make same changes as above method to it
-push back to /system
adb push build.prop /system/
Click to expand...
Click to collapse
Camera
If camera hang/freezed, go to Settings -> apps -> all, clear data for camera. 1st time launch will take a while. Be patient.
Attached are the Miui Camera. Install as normal app. Load faster but panoramic mode is not working. Upon launching it, turn it off (panoramic mode) from setting.
Credits:
(If i forgot to mention you, PLEASE PM ME to include you)
Miui US Team
zeubea for his CM9 HERE as base
Zackconsole for most parts of the ROM including but not limited to Miui Toolbox, frameworks and SystemUI. One of his thread HERE
Henry_01 for his great Miuiv4 2.7.6 here
OZNER93 for testing installing using ROM Manager
Please if you can, go to their thread and press thanks for them before me..
Download Links:
Current:
2.9.21 b5r0 (mediafire)
MD5 SUM: 124a3ce7b3a9c1b452fa1635cda4ffad
** You can flash it on top of 2.7.6,clear cache and dalvik-cache after flash,no need to clear data, i've done it with no issue at all but if you do face any issue, please do clean install.
Older build (just for references):
2.8.3 Alpha
2.7.6 b4r2 download here
2.7.6 b4r1 download here
mediafire link
CHANGELOGS:
26.09.2012
2.9.21 b5r0
- Miui 2.9.21
- Rebased to CM9 Beta 5
- Theme Manager fixed from Miui base
- Torch fixed
- SMS/MMS composing box for dark themes in portrait fixed
- Camera Panorama mode tested working
16.08.2012
2.7.6 b4r2 (Revision 2)
- NEW sound recorder
- NEW Google Quicksearchbox
- UPDATED Notes
- UPDATED Gallery
- Default dpi (160)
- Normal Play Store
15.08.2012
2.8.3 Multi Language Alpha
- Not recommended for daily use, not tested well.
- dpi set to default (160)
- Rebased to Miui 2.8.3
- Usb mount working using UMS app (included), native not working
- Espanol not fully translated (other language not fully tested)
25.07.2012:
2.7.6 b4r1(beta 4 rev 1)
- based on Zeubea's CM9 Beta 4
- dpi still set to 133 by default
- patched play store
- supersu fixed
- graphics bug fixed
- signal bar bug fixed
- added ics control panel
- camera now load up faster
18.07.2012:
- Initial build.
- Based on Zeubea's CM9 Beta 3
- All system packages taken directly from Henry_01's ROM
- added common tweaks (in init.d and sysctl.conf)
- build.prop tweaks
- Graphics bugs
- Signal status bar bugs
- superuser permission issue
reserved
Thx feed3
I will try to install the rom
What is the difference between your rom to rom Miuiv4 Port For Legend - Beta 1.1
---------- Post added at 05:35 AM ---------- Previous post was at 05:27 AM ----------
I get an error message
"E:error in /sdcard/miui-2.7.6-b4-r1.zip (status 6)
installation aborted."
moshe1974 said:
Thx feed3
I will try to install the rom
What is the difference between your rom to rom Miuiv4 Port For Legend - Beta 1.1
---------- Post added at 05:35 AM ---------- Previous post was at 05:27 AM ----------
I get an error message
"E:error in /sdcard/miui-2.7.6-b4-r1.zip (status 6)
installation aborted."
Click to expand...
Click to collapse
Some issue with updater script. maybe got some intermittances during upload. reuploading again now. so sorry..
The differences are some bugs especially graphics glitches are fixed, supersu fully working, ics control panel added and some other things.
Edit: actually that ROM you asked is mine; my initial build.
Link is up in post #2.. I have reupload, then try to download and install it myself, confirm okay now.. enjoy..
Awesome ROM. Installed it and it's running fine. Will keep you posted if I notice anything unusual
Switched back to CM9 because of the graphic bug in the previous build. Testing this now
feed3 hi
Most of the apps i want to install, from the market, say that they are not compatible with my device
have you tried this? http://forum.xda-developers.com/showthread.php?t=1580827
@feed3: more languages would be awesome
s2e not work for me
moshe1974 said:
feed3 hi
Most of the apps i want to install, from the market, say that they are not compatible with my device
Click to expand...
Click to collapse
Did you wipe data before install? I can confirm it is working fine with me. Try clear data for play store and google services framework.
If you didnt like the custom dpi, how if i create one with normal dpi and normal play store. Anyone want it?
Sent from my Legend using xda app-developers app
moshe1974 said:
s2e not work for me
Click to expand...
Click to collapse
I didnt use it as it will shorten my sdcard life span. But lets see if i can find any spare sdcard and try to find any solution possible.
Sent from my Legend using xda app-developers app
Anyone that want to use miui gallery, it is not perfectly scalled for dpi i set. You might want to try to set dpi to 132, can confirm it is better at that dpi. or use cm stock gallery. When i come back from leave, i will attach the apk.
Sent from my Legend using xda app-developers app
xennr3 said:
have you tried this? http://forum.xda-developers.com/showthread.php?t=1580827
@feed3: more languages would be awesome
Click to expand...
Click to collapse
I think i can pull some lang files from cm for other language but i don't know how for other apk that have been completely translated inside the apk inside as what i have done for miui gb previously. Anyone can help on this matter? Credits will be given to you of course and i will add your name into the logo that you saw in settings -> about phones to show my appreciation to you for helping..
Sent from my Legend using xda app-developers app
feed3 said:
Did you wipe data before install? I can confirm it is working fine with me. Try clear data for play store and google services framework.
If you didnt like the custom dpi, how if i create one with normal dpi and normal play store. Anyone want it?
Sent from my Legend using xda app-developers app
Click to expand...
Click to collapse
1 vote for normal DPI here
Feed 3 ty for fix bugs , please try with miui 2.7.20
Supersu Does not recognize the second partition
CAN'T INSTALL LINK2SD APP
feed3 Hello
How to change CPU speed ?

[ TOOL ][ WINDOWS ][ BETA ] OOne ROM Editor

[SIZE=+1]I suggest reading the entire OP thoroughly from start to finish. I've put a lot of effort and time in to producing this utility and this OP in an attempt to make using OOne ROM Editor as simple as possible and to achieve the best results with OOne ROM Editor.[/SIZE]
Introduction
Because the system partition on these particular devices is only 190 MB, this tool was written to assist with removing unwanted applications, ringtones, and fonts from ICS and JB roms so as to shrink the overall size of the system partition prior to flashing.
A typical installation of any Android 4.0 and newer ROM will only leave a few KB of space remaining on the system partition. This is the reason why the ROMs need to be trimmed.
This tool will only edit ICS and JB ROMs for LG Optimus One family devices. Please refer to the help documentation for complete details and supported devices.
Updated 01/08/2013
New GUI but it is pretty self-explanatory. Various build actions can be accessed by right clicking in the list-view.​Features
Remove system apps or even convert them to user apps
LatinIME Keyboard Editor - Create a mini LatinIME.apk from the language dictionaries you choose. JB ROMs only.
User Apps Manager - Manage system apps converted to user apps as well as including apps from your local file system ( hard drive )
Recycle Bin - Restore files accidentally removed from the current build
Remove 'assert' statement from the updater-script. This is for those who are using a recovery that will only allow flashing P500 ROMs. Like CWM 5.0.2.7 Touch
Installation
Just download and unzip to a folder of your choosing and run OOneROMEditor.exe. This tool has no external dependencies.​Some things to keep in mind while using OOne ROM Editor
You cannot add system apps to the build ROM. Sorry, that defeats the purpose of this utility.
The major size difference between OOne's ROMs and the source ROMs is OOne does NOT include the "Extras" folder from the source ROM in it's build.
After using the keyboard editor it will place the LatinIME.apk in the apps "Recycle Bin". This is not an error but done on purpose. I use this list, the "Recycle Bin" contents that is, to skip over files in the source ROM that I don't want included in the build. The mini LatinIME.apk will appear in the correct folder, user data or system, in the output ROM.
Steps to obtain the best results from OOne ROM Editor
After choosing the ROM you wish to edit
Select "System Apps" in the treeview control on the left side of the GUI. Remove/delete/move any unwanted apk's at this time. DO NOT delete or remove LatinIME.apk.
Go to the Tools menu and select "LatinIME Keyboard Editor". Choose whatever dictionaries to include in the mini LatinIME and press the 'Apply' button to save the choices. From here, the keyboard editor will remove LatinIME.apk from the "System Apps" list.
Remove any unwanted fonts and ringtones. I usually don't bother.
Add any additional user apps. Select "User Apps" in the treeview on the left side of the GUI then right click in listview control on the right side of the GUI. A popup menu will appear and then choose/select the "Add" command item. A file dialog will appear and you can add as many additional files that you'd like to the user data partition. Note :: The more apps that you add, the longer it will take for the device to boot the first time.
Press F12 or go to the Tools menu and then select the "Build->Build Options" menu item. Set any options and press the "Apply" button.
Now build the trimmed ROM. Press F9 or go to the Tools menu and then select "Build->Build ROM" menu item.
Thanks
I want to personally thank ibub for beta testing OOne ROM Editor. You've been a great help ​Downloads
Primary
Current version => 0.0.1.2
Mirror
Current version => 0.0.1.2
Help Docs => DownloadUnzip help docs zip into the docs folder where your copy of OOne ROM Editor resides.​Note: The help docs 'Changelog' reflects changes/updates for the next update of OOne ROM Editor.
​ChangeLog
Code:
[ 0.0.1.2 ]
- Still in BETA
- Complete rewrite of the apps code.
Ported code from 'C' to 'C++' and built with Visual C++ 2010 Express.
- Help documentation temporarily removed.
- Completely new Explorer styled User Interface ( UI ).
- Build output is now built as a single archive.
- Removed "Large Icon" view from the ListView's "View" menu
- Added support for displaying "Tiles" in the ListView's view
- Modified LatinIME.apk can be specified to be installed as a user app
- Removed Include OldBB_Patch option.
- Removed all application settings. App now remembers it's last size, state, and position.
The apps previous state is restored with each run.
- Added support for JB 4.2 ROMs.
Happy editing...
Windows 8
I'm going to get Windows 8 tonight. Any idea if it'll work or should I be the first lab rat?
slipkn0t said:
I'm going to get Windows 8 tonight. Any idea if it'll work or should I be the first lab rat?
Click to expand...
Click to collapse
Honestly, I have no clue. I still don't understand why it won't run on Windows 7 Ultimate 64 bit. It runs flawlessly on Window 7 Home Premium 64 bit. Any findings would be greatly appreciated tho
bill.weckel said:
This tool was designed to assist with removing unwanted applications, ringtones, and fonts from our CM10 roms so as to shrink the overall size of the system partition prior to flashing a CM10 rom. This tool will only edit CM10 ROMs for LG Optimus One family devices. Meaning, if the chosen base rom is not a CM10 rom or it's not build for LG-P500, LG-P500h, LG-P505, LG-P506, or LG-P509 devices, then it won't allow you to edit the rom. This was done intentionally, since it seems that our devices are the ones with the small system partition.
I do have future plans for a universal ROM editor however. Also, you can find a slightly better description of the workings of this tool and want not in the 'docs' folder.
Know Issues
This tool has been developed and tested on Windows 7 Home Premium 64 bit. It is a 32 bit tool however. I have a beta tester who tried to run this on Windows 7 Ultimate 64 bit and well, it crashed. So, currently this tool will NOT run on Windows 7 Ultimate 64 bit. I'm looking into this issue.
Features
Remove system apps or convert them to user apps
LatinIME Keyboard Editor - Create a mini LatinIME.apk from the language dictionaries you choose
User Apps Manager - Manage system apps converted to user apps as well as including apps from your local filesystem
Recycle Bin - Restore files accidentally removed from the current build
More to come...
Installation
Just download and unzip to a folder of your choosing and run LG-P50X_CM10_ROM_Editor.exe. This tool has no external dependencies.
Downloads
Current version => 0.0.1.0
Click to expand...
Click to collapse
Thanks alot buddy, needed these kind of software really badly..
want to use PA 2.2 but was having issue with the System storage, I guess it'll help alot
Thanks so much for this helpful thread..
bill.weckel said:
Honestly, I have no clue. I still don't understand why it won't run on Windows 7 Ultimate 64 bit. It runs flawlessly on Window 7 Home Premium 64 bit. Any findings would be greatly appreciated tho
Click to expand...
Click to collapse
its running on my 64bit
u should run it as administrator
kprsnt said:
its running on my 64bit
u should run it as administrator
Click to expand...
Click to collapse
That's the thing. I had someone test it on a Windows 7 Ultimate 64 bit machine and it wouldn't go past the building of the filelists after choosing a rom. He tried running it as an Administrator and also with UAC turned off and on. Weird.
Thanks for your input
lovegambler said:
Thanks alot buddy, needed these kind of software really badly..
want to use PA 2.2 but was having issue with the System storage, I guess it'll help alot
Thanks so much for this helpful thread..
Click to expand...
Click to collapse
You are welcome. As long as it's an Android 4.1.X ROM for any of the Optimus One devices, it'll work.
Just used on my win 7 64bit Ultimate with no problem
BurningKoala said:
Just used on my win 7 64bit Ultimate with no problem
Click to expand...
Click to collapse
Thanks
slipkn0t said:
I'm going to get Windows 8 tonight. Any idea if it'll work or should I be the first lab rat?
Click to expand...
Click to collapse
Have you or anyone else tried this on Windows 8? Curious if it runs on it or not. Damn 64 bit systems. It may be time for me to change programming languages, as much as I hate to.
Ok. I see there's been about 100 downloads of this so far. I realize that in most cases no news is good news, however that makes it difficult to improve the software without any feedback. So... if there are any issues or suggestions for this tool, please let me know.
And, I have a few more abilities in the works...
Thanks for the excellent tool,Great idea.
Just one suggestion,while selecting the file to be deleted from media folder only single item can be selected, kindly enable multi select.
anuragchowdry said:
Thanks for the excellent tool,Great idea.
Just one suggestion,while selecting the file to be deleted from media folder only single item can be selected, kindly enable multi select.
Click to expand...
Click to collapse
Thanks.
Did you try holding the CTRL key. Multiple selection is supposed to be enabled.
Yes,i tried it but in vain.
anuragchowdry said:
Yes,i tried it but in vain.
Click to expand...
Click to collapse
Hmmm, multi-select is enabled by default when the control ( ListVIew ) is created. I can assure you that I did not disable it. Is your system set up for one click or two clicks to open files from say, Windows Explorer?
May be, i will try again. thanks for your reply.
It work with paranoid?
Team A.W.M.P. on Tapatalk
{
"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"
}
Any Android 4.1.x ROM for the lg optimus family.
Sent from my LG-P509
Has anyone had this running on Windows 8?
bill.weckel said:
Has anyone had this running on Windows 8?
Click to expand...
Click to collapse
Have you seen Microsoft's upgrade price - quite inexpensive, no??!
Sent from my A500 using xda app-developers app

[TOOL] Nightly Updater | 1.5 | Make Your Nexus Perfect | Backup | AROMA | Mako

{
"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"
}
Make Your Nexus Perfect
WHAT'S NEW?
> VER 1.5 | SEPT 10 2013
-> Quick Install quickened to 4 clicks as opposed to 6
-> Backup/Restore Menu Added
-> Backup/Restore User Apps and be able to remove backups
-> Backup/Restore Anything using keep.txt and be able to remove backups
-> How To section updated with info on Backup/Restore Menu
-> junk.txt Updated with Media and Face Unlock files
-> On the horizon: App deletion in AROMA installer
PREREQS
Nexus Device that has a system app you do not want
Grade school diploma (i.e. ability to read)
THE SKINNY
WHAT IS NIGHTLY UPDATER
Nightly Updater is an AROMA installer for those that
yearn to have the cleanest device. Since I first
owned an HTC Droid Eris, I have been wiping bloatware
off of my device. Flash foward to my latest devices -
LG Nexus 4 and the 2013 Asus Nexus 7 and there ain't
much bloatware... But, all AOSP ROMs tend to come with
at least one or two apps that I can do without (and
sometimes a lot more). Nightly Updater is a simple
tool that allows users to remove unwanted system
applications in an easy manner. NU also allows users
to customize which apps are removed.
HOW DOES IT WORK
Nightly Updater works by relying on scripts that
read txt files. When customizing your script, the
installer looks for junk.txt in the "NU" folder of
your virtual (i.e. internal) SD card. Each line that
has not been "commented out" (i.e. does not have a
"#" at the front of it) or any terms (i.e. app
descriptions) that follow a "#" are removed from the
script. This leaves Nightly Updater with a clean text
file that only has the applications you want to remove.
Review:
Custom Script is called: junk.txt
Custom Script goes here: /sdcard/NU/junk.txt
#Chrome.apk -- NOT DELETED FROM DEVICE
Chrome.apk -- DELETED FROM DEVICE
Chrome.apk #Google Browser -- AFTER "#" IGNORED
HOW DO I ADD MY OWN APPS
You can add your own apps in three ways: [1] name (without
apk), [2] name (with apk), or [3] file path.
[1] Name (without ".apk")... Just type:
Code:
Chrome
The installer will automatically know it is looking for an apk and
delete Chrome.apk.
[2] Name (with ".apk")... Just type:
Code:
Chrome.apk
I think you know what it does.
[3] Full File Path... Now, you can get a little funkier and do the entire
file path like:
Code:
/data/app/Chrome.apk
This comes in
handy for files like pre-loaded wallpapers and
ringtones you may want to remove. Be cognizant of
where the files you are removing are located! This
will become very important when telling Nightly
Updater where to scan.
By the way, Nightly Updater also recognizes wildcards.
This is great for those user apps that end up having
unpredictable file names. For example:
Code:
/data/app/com.google.android.youtub*.apk
com.google.android.youtube*
These are both ways of erasing YouTube regardless of
the "-X" at the end of the file name.
WHAT'S UP WITH SCANNING
When using a Custom Script, Nightly Updater asks
where you would like to scan for apps. By default,
Nightly Updater recommends you only scan in the
System/App folder - which is where (shocker) system
apps are located. Remember, most junk apps are located
in System/App. However, Nightly Updater has also given
the option to scan Data/App. Some developers will put
apps in the Data/App folder, so it may be useful to
remove apps from there. But NORMALLY, these are only
the apps you chose to install. The final option is
to scan EVERYWHERE. Be very cautious with this command!
Remember that it is matching what you write in
junk.txt with the scan parameter. If you accidentally
wrote "system" as an app you wanted to remove instead
of SystemTuner.apk (with full scan on)... you would
erase your system folder... that's REALLY BAD!!!
Now, if you only check this option when you are using
full path and double check your junk.txt file so that
you did not make any mistakes... YOU ARE GOOD!!!
When in doubt, post your junk.txt here and I will
check it over for you
WHAT'S THE DEFAULT SCRIPT
If you download junk.txt from the OP at XDA, then
you have seen the Default Script. The Default
Script is meant to remove apps that MOST people
would consider expendable. If you are nervous to
tinker with your own Custom Script, try running
the Default Script first. If the script deleted
an app you need or did not delete at app you want
to destroy - hit me up and I will walk you
through the steps.
MORE DIRECTIONS ARE IN THE INSTALLER
DOWNLOADS
Check the "Downloads" Tab
NU-1.5.zip - Nightly Updater Installer
junk.txt - Customizable Removal Script
keep.txt - Customizable Backup Script
BUGS
Installer will occasionally hang when you press "< Back" - Reboot Device to fix temporarily
You tell me
HOW YOU CAN HELP
Give me feature ideas
Come up with more pre-loaded apps to be added to junk.txt
SPECIAL THANKS
Patrics83 and the whole ROM Cleaner team for the inspiration of this amazing tool!!! :good:​
XDA:DevDB Information
Nightly Updater, a Tool/Utility for the Google Nexus 4
Contributors
swagstr
Version Information
Status: Stable
Current Stable Version: 1.5
Stable Release Date: 2013-09-10
Created 2013-09-08
Last Updated 2013-09-10
WOW.... This looks great and very handy
EDIT:- Tested it on Carbon Beast v15 works good
SmOuuK said:
WOW.... This looks great and very handy
Click to expand...
Click to collapse
Please do post your results.
Sent from my Nexus 4 using Tapatalk 4
Just a quick bump for the Version 1.5 update. Lots of ideas brewing in the Flo/Deb thread for new features. Any ideas over in Mako land?
Hey y'all! Working on a sizable update that is trying include several things requested from different devices. Looking for a little help on the testing side. First few that hit me up will get it.
Sent from my Nexus 4 using Tapatalk 4
BIG WARNING! DO NOT use the Data Wipe in version 1.5 and below. The script does not exclude the "media" folder... As some of you know... That's the SD CARD! I just did it and it SUCKED lol It will be fixed in the next version along with many new updates
Sent from my Nexus 4 using Tapatalk 4
Yo. Working diligently on the backup/restore feature. Next update will be sick. Standby
Sent from my Nexus 4 using Tapatalk 4
Any chance you can put the files in a normal attachment to the post? However you've done it only works if the user has XDA 2013 beta defined as their forum theme.
famewolf said:
Any chance you can put the files in a normal attachment to the post? However you've done it only works if the user has XDA 2013 beta defined as their forum theme.
Click to expand...
Click to collapse
I will get right on that with the next update! I'm beginning to think this DevDB thing was a mistake. Good idea in theory but is hard for mobile users and those not wanting to use the latest theme. Hopefully the next update is right around the corner :fingers-crossed:
I don't see anything really N4 specific. Have you considered placing your tool in the general android apps forum for all to use? I just upgraded a nook hd+ to carbon rom and was planning to put the nightly updater on it so thought I'd double check in case I missed something.

[MOD][TOOLKIT]Android Koolkit Tab 3 SM-217A Version 2.0.0 12/02/2014[MOD]

Android Koolkit V2.0.0 Tab3 SM-T217A/T​
YOU MUST HAVE ROOT In order to use these tweaks.
I have had reports that it works for the Sprint Variant as well but I am leaving that up to your judgement as I cannot verify without the device in hand.
{
"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"
}
Code:
[B][U]Install and Use[/U][/B]
1. Install the Toolkit as seen in the screenshots above
2. Connect your device and make sure you have USB drivers installed
3. Review the Readme screen
4. From the "Tools" menu - Install Busybox
5. Choose any or all of the included customizations
6. Wait for the notifications on the device to complete
7. Choose the reboot option and restart your device.
Code:
[B]Changelog[/B]
[B][U]Changelog V2.0.0[/U][/B]
1. All new windows installer for ease of install
2. Requires .NET 4.5 and up
3. Easy interface for all features
4. Complete debloat (user configurable)
5. Complete Tweaks (User configurable)
6. Build Prop tweaks (User Configurable)
7. Reboot menu for recovery/download mode
8. SecSettings modified to remove OTA Updates
9. SecSettings modified to retain device status official
10. Install apps to system or user space
11. Install busybox
Includes custom Koolkit init.d support
[U][B]V1.0.1_RC2[/B][/U]
New Name and versioning
Complete re-write from ground up
custom editing of bloatware removal
custom edit build.prop
custom edit sysctl.conf configuration
[U]Version 3[/U]
Added Custom bloatware removel (user customizable)
Added code to remove Samsung Knox (User customizable, knox components vary based on device)
[U]Version 2[/U]
Added notations and prompts during install
Added file checks to see if mods are needed
Added Ability to enable custom bootanimation
Google Bootanimation by default (if custom bootani is chosen)
Added Custom bloatware removel (user customizable)
[B]What's included[/B]
Init.d script support
Improved memory management (Lowmemory killer tweaks)
Improved Battery Management
Improved touch screen responsiveness
Better Network stability
Enhanced image resolution (jpg, video and bmp)
More to come as I test and weed out the non-productive tweaks
Will eventually include ability to remove some bloatware
Will eventually include code to remove Samsung Knox
Instructions for customizing the bloatware removal and build.prop tweaks:
Located in "/files/bloat/nobloat.txt" is a text file named nobloat.txt, Choose "File" - Edit Bloat Removal and make your changes.
To add your customizations simply add the file name of the apk (Case Sensitive), if the apk also has a coresponding odex
file you will need to add the path to that as well following all case sensitive patterns. Be careful when adding apks to this list if you
add an apk that is required by the system to boot you will be required to flash the stock rom and start over from scratch.
To edit the build.prop tweaks use the "File" - Edit Build.prop Settings, make your changes and save the file.
To Edit the sysctl settings use the "File" - Edit sysctl Configuration, make your changes and save the file.
Once you are comfortable that you have your configurations correct you can move on to applying the features
of this toolkit to your device.
Click to expand...
Click to collapse
Thanks
@oldbbman - for his absolute willingness to test anything and everything under the sun.
and for not running away screaming when he had to reflash his Tab3 multiple times.
#~NOTICE~#​Team Blackout is not responsible if you blow up your house, your dog eats your homework, the zombie apacolypse, your wife/husband divorcing you or if your device turns into an unrecognizable smoldering pile of plastic. by reading this you agree to take all responsibility for any damage you do to the universe, your device, your marriage or your failing grades in school or college.​
​
Ah shucks it was nothing!
Sent from my Nexus 5 using XDA Premium 4 mobile app
Thank you both!
Dear mother of God...finally! lol Too busy to work on anything. Thanks guys!!!
hmmm my tab froze after i tried running the script file. I had already pressed SU too. I will attempt running this again. I'm on a T217S
The download says s5mod. Is that right?
Sent from my SM-T217S using Tapatalk
graffix31 said:
The download says s5mod. Is that right?
Sent from my SM-T217S using Tapatalk
Click to expand...
Click to collapse
Yes it is correct!
Sent from my Nexus 5 using XDA Premium 4 mobile app
Huh. This actually worked for me. These things never work for me. There is a noticeable difference in speed.
Thanks!
Why not make it flashable?
Just a question, I see this lots of things to install and manually run why not make it flashable via CWM or TWRP???
kinglauryl said:
Just a question, I see this lots of things to install and manually run why not make it flashable via CWM or TWRP???
Click to expand...
Click to collapse
this was designed to work with the three main 217 models since the AT&T model is the one I own i needed to create this package to work for that model.so rather than create two different packages that do the same thing i created it as a script manager based install that will work on all three devices.
tones160 said:
hmmm my tab froze after i tried running the script file. I had already pressed SU too. I will attempt running this again. I'm on a T217S
Click to expand...
Click to collapse
should work fine on 217S as long as your running stock firmware, should work for 4.1.2 and 4.2.2
graffix31 said:
The download says s5mod. Is that right?
Sent from my SM-T217S using Tapatalk
Click to expand...
Click to collapse
Everything i build is prefixed with "S5" actually has nothing to do with any samsung galaxy model...
Worked liked a charm! One tangible dfference I noticed right off the bat is that I can now record at higher resolution with the dashcam app I use autoboy. Before the script it would freeze when I selected 720p even though when using the regular camera it can record at 720P for autoboy it would freeze. Can't wait for other tweaks to imrpove this tablet. Thanks again for your hard work.
This worked on the T-Mobile version 217T
tones160 said:
hmmm my tab froze after i tried running the script file. I had already pressed SU too. I will attempt running this again. I'm on a T217S
Click to expand...
Click to collapse
Same situation on my sprinty....
wobedraggled said:
Same situation on my sprinty....
Click to expand...
Click to collapse
hmmm, should have worked for Sprint as well, could you possibly post me a copy of your build.prop i believe that may be where the issues are,
for now i have updated the OP to warn against flashing on Sprint models until i resolve the issue.
Ran this script last night on mine "Sprint" version and it seems to have installed but I was unable to locate the files you posted to look for.
Sent from my LG-LS980 using Tapatalk
It stays stuck right after i try to run the script.
tones160 said:
It stays stuck right after i try to run the script.
Click to expand...
Click to collapse
yep, i need a copy of someones build.prop to verify my settings aren't causing the issue also if possible after running the script and before rebooting if possible check to make sure that the permissions on build.prop are 0644
Where is it located. I'll grab it now.
Sent from my SM-T217S using Tapatalk
https://www.dropbox.com/s/qtv1gm8mg5d4i2e/build.prop
This is a copy of mine.
Let us know what u can do bro
Sent from my SM-T217S using xda app-developers app

Categories

Resources