Cannot deactivate knox - Samsung Galaxy Tab A series Questions & Answers

Hello
I have a Samsung Galaxy Tab A 10.1 (2016) and i have rooted it. now i am getting that annoying Knox notification about security. I have tried to get rid of it/deactivate but without luck.
I have tried:
- through adb shell command
- A few months ago i have tried to disable a knox service through a bat fille which contains this:
@Echo off
echo ---------------------------------
echo Security Notification Removing
echo By BoxWares
echo ---------------------------------
echo.
echo Please make sure that Sideload mode is enabled from Custom Recovery, and SAMSUNG drivers are installed.
echo.
echo Starting adb server..
echo ADB Starting ..
adb kill-server
echo Waiting for device ..
adb wait-for-device
adb shell su '-C' mount -o rw,remount /system
adb shell su '-C' rm -r /system/app/SecurityLogAgent
echo Security Notification Removed Successfully ..
pause
- through smali patcher
- paid the titanium backup and froze associated apps (what i have found through google search are a bit different associated apps, in the attachment you can see what did titanium backup find under "knox"- i have freeze which you can see in blue + secure folder later).
That goddamn security notification still keeps popping out.
Is there any way to get rid of it? it is really annoying me.
Thank you for helping me

Related

[HOWTO]: Rooting the Huawei S7 Android 2.2.2 stock

Well this was a bit of a mess!
Firstly updating:
http://forum.xda-developers.com/showthread.php?t=1043349
http://phonedock.net/huawei-ideos-s7-froyo-2-2-2-update.html I followed this nice writeup. Be sure to delete the log file in dload for the second round of the upgrade as your device might, like mine, just blink on and off for a while trying to flash what it thinks it finds is already flashed but what just gives an error!
http://www.androidtablets.net/forum...uawei-ideos-s7-official-firmware-2-2-2-a.html Links to 2.2.2 Brazil which is the best for the 101 apparently, some tests done in that post on which rom work best for which model.
Now,
REMOVE YOUR SDCARD IF ANY! AND REBOOT THE DEVICE ! THIS HACK RELIES HEAVILY ON HIGH STRANGENESS AND SPOOKY ACTION AT A DISTANCE!
Originally i though modifying an ol doroot.sh script to using the psneuter exploit from SuperOneClick i would manage to root the device. Not without some fuzz, no. Firstly i discovered "cp" and many basic fileutils im used to in the world of *nix was missing from the 2.2.2 image kindly provided by Huawei ( The Norwegian Telenor image i might add that the camera on a model 101 will not work with!) so i found an easier way! push push push!
Here's what i did, for convenience ill try making it a script, but be prepared to copy these commands manually instead! For windows simply remove the ./ and add .exe .
Now, to make this work, simply get SuperOneClick from http://shortfuse.org/?page_id=2 and unzip, i used the adb from the google android sdk, but i guess the adb binary that comes with SOC is a simpler route if your just in for a quick root fix. Simply rename the appropriate adb for your system and use this method.
The simplest thing to do i guess is to copy Exploits/psneuter or gingerbreak to the ADB folder (in SuperOneClick's folder) and go on from there, also copy su-v3 (rename it to su) and Superuser.apk from "Root/" to the folder (ADB), or if you choose to, rewrite this "script" with the appropriate paths. Im unsure if the following script will work in every case, so you might want to do it manually, but most should get the drift, if you are not comfortable with this procedure you probably have no business or reason rooting the device in the first place. Disclaimer; if this bricks your device don't blame me, this is a fact of "it worked for me", your results may differ.
Be sure to set your USB mode to "Developer" mode
AND BE ROOT ON YOUR MACHINE!
Code:
#/bin/bash
echo "The BackAsswardsRootScript!\n\n"
echo "Lets start the adb server.\n\n"
./adb kill-server
./adb start-server
echo "Pushing the exploit psneuter onto the device.\n\n"
./adb push psneuter /data/local/tmp/psneuter
./adb shell "chmod 0755 /data/local/tmp/psneuter"
./adb push busybox /data/local/tmp/busybox
./adb shell "chmod 4755 /data/local/tmp/busybox"
echo "Now we run the root exploit.\n\n"
./adb shell "./data/local/tmp/psneuter"
echo "We should be root now, making sure.\n\n"
./adb root
echo "Remointing the FS as RW!\n\n"
./adb shell " /data/local/tmp/busybox mount -o rw,remount /system"
echo "Pushing the system files in place\n"
./adb shell "/data/local/tmp/busybox cp /data/local/tmp/busybox /system/bin/busybox"
./adb push su /system/bin/su
./adb push Superuser.apk /system/app/Superuser.apk
echo "Correct permissions might be nice.\n"
./adb shell "chmod 4755 /system/bin/busybox"
./adb shell "chmod 4755 /system/bin/su"
./adb shell "chmod 755 /system/app/Superuser.apk"
# Lets go back to read only, just for kicks!
echo "Remounting the filesystem as Read-Only\n\n"
./adb shell "busybox mount -o ro,remount -t /system"
echo "You should now be rooted my friend.\n Enjoy!\n"
Please help feed my Linux addiction! Go to http://threader.zapto.org and click Donate!
Rooting S7 using Gingerbreak
Just too inform you. I've just succesfully rooted the Indonesian 2.2.2 running on a
S7-105 using Chainfire's Gingerbreak v1.2.
Cool, theres a gingerbreak exploit in the superoneclick package also, i tried that after i though psneuter didnt work, just a matter of replacing psneuter with gingerbreak. Did you use this method though or did you find some other way?
I didn't change or replace anything. My terminal skills are not on a level to have the guts anyway.
I simply updated from S7V100R001C43B010 to S7v100R001C98B021.
Then ran the Gingerbreak 1.2 exploit.
Interesting, yeah the gingerbreak exploit will work, when i wrote the fist post i used the gingerbreak exploit instead of the psneuter one thinking psneuter didnt work, turns out it did though and i went back to that one as its designed for 2.2.2, didnt know of this wrapper though, thanks!
Just granted su superuser permissions on the Australian s7
Great work. Just noticed a missing final quotation mark:
threader said:
./adb shell "chmod 0755 /data/local/tmp/psneuter
Click to expand...
Click to collapse
Probably works because of the end of line but should be:
./adb shell "chmod 0755 /data/local/tmp/psneuter"
threader said:
Well this was a bit of a mess!
Firstly updating:
http://forum.xda-developers.com/showthread.php?t=1043349
http://phonedock.net/huawei-ideos-s7-froyo-2-2-2-update.html I followed this nice writeup. Be sure to delete the log file in dload for the second round of the upgrade as your device might like mine just blink on and off for a while trying to flash what it finds is already flashed but what just gives an error. !
http://www.androidtablets.net/forum...uawei-ideos-s7-official-firmware-2-2-2-a.html Links to 2.2.2 Brazil which is the best for the 101 apparently, some tests there on which roms work best for which models also.
Now,
REMOVE YOUR SDCARD IF ANY! AND REBOOT THE DEVICE ! THIS HACK RELIES HEAVILY ON HIGH STRANGENESS AND SPOOKY ACTION AT A DISTANCE!
Originally i though modifying an ol doroot.sh script to using the psneuter exploit from SuperOneClick i would manage to root the device. Not without some fuzz, no. Firstly i discovered "cp" and many basic fileutils was missing from the 2.2.2 image kindly provided by Huawei (Norwegian Telenor image, that i might add, the camera on a model 101 will not work with!) soo i found an easier way! push push push!
Heres what i did, for convenience ill try making it a script, but im making it as i type this post so this is untested as a script(!) Be prepared to copy these commands instead!
Now, to make this work, simply get SuperOneClick from http://shortfuse.org/?page_id=2 and unzip, i used the adb from the google android sdk, but i guess the adblinux binary that comes with SOC will work just as well, simply rename it to adb and use this method. The simplest thing to do i guess is copy Exploits/psneuter to the ADB folder (in SuperOneClick's folder) and go from there, also copy su-v3 (and rename it to su) and Superuser.apk from Root to the folder (ADB), or rewrite this "script"/collection of commands i used" with the appropriate paths. Im unsure if the following script will work as is as i said, so you might want to do it manually, but most should get the drift, if not you probably have no business or reason rooting the device in the first place. Disclaimer; if this bricks your device don't blame me, this is a fact of "it worked for me", your results may differ.
Be sure to set your usb mode to Developer mode
BE ROOT!
#/bin/bash
echo "The backasswardsrootscript!\n\n"
echo "Lets start the adb\n\n"
./adb kill-server
./adb start-server
./adb push psneuter /data/local/tmp/psneuter
./adb shell "chmod 0755 /data/local/tmp/psneuter
echo "Now we run the root exploit.\n\n"
./adb shell "./data/local/tmp/psneuter"
echo "Should say we are already root now.\n\n"
./adb root
echo "Remointing the FS as RW!\n\n"
# This really should be /dev/block/mmcblk0p1, i have no idea why this works.
./adb shell "mount -o rw,remount -t ext3 /dev/block/mmcblk1p1 /system"
# Now instead of copying using cp or moving with mv, considering "cp" was missing
# and mv just didnt work for some reason...! I found just pushing the files straight to the
# system after remounting worked just fine
echo "Pushing the system files in place\n"
./adb push su /system/bin/su
./adb push Superuser.apk /system/app/Superuser.apk
./adb push busybox /system/bin/busybox
echo "Correct permissions might be nice.\n"
./adb shell "chmod 4755 /system/bin/busybox
./adb shell "chmod 4755 /system/bin/su"
./adb shell "chmod 755 /system/app/Superuser.apk"
# Lets go back to read only just for kicks!
echo "Remounting the filesystem as Read-Only\n"
./adb shell "mount -o ro,remount -t ext3 /dev/block/mmcblk1p1 /system"
echo "You should be rooted my friend\n Enjoy!\n BE SURE TO DONATE TO SUPERONECLICK!!!"
# One of the main strangenesses i found was the block device was logically enough placed on
# partioton 1, of block1 which really should have been block 0 part 1, but that doesnt work.
# So it boils down to that this shouldnt work but does for no apparent reason(!).
# even /etc/mtab says that mmcblk0p1 is mounted to a non existent /mnt/dcard
# as an EXT4 partition which isnt supposed to be supported until 2.3.x
Click to expand...
Click to collapse
Dear S7 users,I am using the ideos s7 by Teltra supllier and i did unlock sim by norwegian rom.I read a lot of document but i didnt find out an easy way to run clockwork that i can run cook rom,can u help me how to run it in easy way.Thanks and appreciate that.
http://www.androidtablets.net/forum...wegian-2-2-2-s7v100r001c57b111.html#post82863
PuZZleDucK said:
Just granted su superuser permissions on the Australian s7
Great work. Just noticed a missing final quotation mark:
Probably works because of the end of line but should be:
./adb shell "chmod 0755 /data/local/tmp/psneuter"
Click to expand...
Click to collapse
Great! Thanks! Ops, yeah missed that, fixed now, thank you for pointing that out. I haven't spent much more time on this. the pad has pretty much been untouched since i moved house. I would like to make this easier for less technical inclined here but its just a matter of replacing ./adb with adb.exe if your on windows. Besides, i don't want to be at fault for bricking someone. And maybe i could write some simple application for installing Gnu/Linux as well, ( http://forum.xda-developers.com/showthread.php?t=1109730 ) but that will have to wait until someone bribes me or hits me over the head i guess.
tell me how you did it. i have a s7 - 105 too. please tell me the full tutorial, beginning to the end. cause i'm new to this android stuff. please..
---------- Post added at 08:53 PM ---------- Previous post was at 08:51 PM ----------
Maniacnl said:
Just too inform you. I've just succesfully rooted the Indonesian 2.2.2 running on a
S7-105 using Chainfire's Gingerbreak v1.2.
Click to expand...
Click to collapse
tell me how you did it. i have a s7 - 105 too. please tell me the full tutorial, beginning to the end. cause i'm new to this android stuff. please..

Possible new way to ROOT

New possible root method on Thinkpad tablet forums, by OPDECIRKEL. He needs help testing it out.
look here and lets cross our fingers =D
http://www.thinkpadtabletforums.com...nt/yareftpt-yet-another-root-exploit-for-tpt/
opdecirkel released the exploit -> http://opdecirkel.wordpress.com/2012/03/18/yareftpt/
unfortunately, it doesn't work. =( can't execute "adb remount" when the script calls for it, but hopefully things will get ironed out soon.
***EDIT***
updated script worked!
-=HOLLYW00D=- said:
unfortunately, it doesn't work. =( can't execute "adb remount" when the script calls for it, but hopefully things will get ironed out soon.
Click to expand...
Click to collapse
Not sure if it can help you, but try checking the TPT forum thread again, there has been some advances and troubleshooting going on
Moved To General​
As the first post is just a link and contains no development, this has no place in this section​
updated -> http://opdecirkel.wordpress.com/2012/03/18/yareftpt/
Someone thinkpadtabletforum reported that it worked for him.
updated script worked for me! cwm installed fine as well!
I achieved root with the new method on OTA 2.5. Also installed CWM with no issues. Works great.
Sent from my PC36100 using Tapatalk
I can confirm it worked!
I had to update first because the "Disable Battery Discharge" option was not there. (I guess my Tablet stopped getting OTA updates since I was on ThinkPadTablet_A310_02_0024_0065_US... Also, you have to update one at a time, you can't go from 24_65 straight to 37_75. Also, I stopped at 39_86 since I was impatient.)
I like this once since we can see how it worked rather than blindly running some guys program (I never tried the first root.)
I can also confirm the new method to be working. Just rooted my 0089_WE TPT. Works like a charm
I am quoting the following post (i don't have privilege to post there): forum.xda-developers.com/showpost.php?p=23902281&postcount=64
daswahnsinn said:
I unrooted and then updated, now I can't root. I updated the SDK and made sure I have the proper drivers needed. So I take back my easy comment. I'll keep trying I might just manually push the files back.
Click to expand...
Click to collapse
How did it fail? At which stage and what error did you get?
Okay, I'll try and flash the oldest update zip, and it fails as it should, then I wipe the cache part, reboot, and I hit enter when I gets to the unlock screen then the CMD window closes.
EDIT: I spent a good hour or so combing through my PC and these forums and tried both methods a lot, and this one finally worked. It wouldn't let me get to the /cache/recovery/pwn/su part of the script. Thank you all for your support.
I have problems...
Hi all,
Apologizes for my english, too bad to discuss this kind of issues. Sorry in advance.
I had the "fantastic" idea to update the firmware some weeks ago, when I was SU. After this, I've lost most of capabilities!
I tried to follow the procedure, but I cannot reach 'root' in any case. I have version WE089. Downloaded US060, but there's only 065 for Western Europe. I got both, just in case..
Unfortunately, in the first step it failed I'm not able to update anything. The process crashes when is loading old firmware, either US060 or WE065.
I've realised that during the process I loose the USB link connection (when I reboot), and the system tries to install again and again the driver. If the TPT is running in recovery mode, it seems that is not connected via USB... If I have the tablet in "normal use", I see it through the Windows Desktop.
Other question: should I disconnect the Internet connection?
I guess other requirements are right (ADBD, debugging mode,...). It's really annoying, it took me a lot of hours and I haven't found any solution.
Can anybody help me? What I'm doing wrong?
Cheers!
jm
W7 64bits - TPT WE089
@jm
goto device manager. right click on Android device. reinstall device driver.
This worked for me in recovery when the device was not recognized.
Edit: look here: http://forum.xda-developers.com/showthread.php?t=1471106&page=2
What do you mean with loosing the connection? Is the adb driver installed correctly? Where did you get it from? Is it an genuine lenovo driver? If so, than you shouldn't worry!
Perhabs it's the MTP driver, that is missing when you boot into recovery? If it's the adb driver, than you should try jlove's method.
In addition I wanted to inform you, that the new method worked for me, too! Even with some complications... by this way, thanks again to opdecirkel!
Because the run.bat script did't worked correctly, I had to do it manually. So I put the "yareftpt" on C:\\, started cmd.exe, booted the TPT into recovery and changed the directory in cmd.exe with "cd.." to "cd yareftpt" ...followed the instructions with the update...
echo 4. Reboot in RECOVERY: (shutdown the tablet, then start it and press volume + few times until it starts in recovery)
echo 5. Go to apply update, select the update from the sdcard and try to apply it. It will fail, but that is OK.
echo 5. Then, go to 'WIPE CACHE PARTITION' and select it (navigate with volume buttons and select it with power button),
echo 6. When wipe cache complete, press (here) ^<ENTER^>.
and after that I copied the first line of the script into cmd and executed. I did it line after line, just to the next step. (dark green= copy line after line, paste and execute)
adb shell "/system/bin/mkdir /data/local/pwn"
adb shell "/system/bin/mkdir /data/local/pwn-bak"
adb shell "/system/bin/cat /system/etc/install-recovery.sh > /data/local/pwn-bak/install-recovery.sh.orig"
adb shell "/system/bin/mkdir /cache/recovery/pwn"
adb push su /cache/recovery/pwn
adb shell "/system/bin/rm /cache/recovery/log"
adb shell "/system/bin/ln -s /system/etc/install-recovery.sh /cache/recovery/log"
adb shell "echo \"/system/bin/chmod 777 /cache\" >> /tmp/recovery.log"
adb shell "echo \"/system/bin/mount -t ext4 /dev/block/mmcblk0p4 /cache\" >> /tmp/recovery.log"
adb shell "echo \"/system/bin/chmod 777 /cache\" >> /tmp/recovery.log"
adb shell "echo \"/system/bin/mount -oremount,rw -t ext4 /dev/block/mmcblk0p4 /cache\" >> /tmp/recovery.log"
adb shell "echo \"/system/bin/chmod 777 /cache\" >> /tmp/recovery.log"
adb shell "echo \"/system/bin/chmod 777 /cache/recovery\" >> /tmp/recovery.log"
adb shell "echo \"/system/bin/chown root /cache/recovery/pwn/su\" >> /tmp/recovery.log"
adb shell "echo \"/system/bin/chmod 4777 /cache/recovery/pwn/su\" >> /tmp/recovery.log"
echo 7. On the device, go to 'DISABLE BATTERY DISCHARGE' and select it. When complete press (here) ^<ENTER^>
pause
some of commands might cause failures, but don't worry and just go on
adb shell "/system/bin/rm /cache/recovery/log"
echo 8. On the device, select REBOOT. When startup COMPLETE press (here) ^<ENTER^>
pause
adb push Superuser.apk /data/local/pwn/Superuser.apk
adb push busybox /data/local/pwn/busybox
adb push su /data/local/pwn/su
adb push pwn-in.sh /data/local/pwn/pwn-in.sh
adb shell "/system/bin/chmod 777 /data/local/pwn/pwn-in.sh"
echo Your PC command prompt appears next. Do the following things:
echo 1. adb shell
echo when '$' (adb shell) appear, do:
echo 2. /cache/recovery/pwn/su
echo when '#' appears. You are root. run the following:
echo 3. /data/local/pwn/pwn-in.sh
now you should try if you have su, even if you don't see in your app list..
download root checker, install, open and try it!
You should have root right now.
In my case, i had root, but no CWM!
So I had to install in manually, but with root it should't be a problem. you only have to download the correct cwm version:
http://forum.xda-developers.com/showpost.php?p=21916505&postcount=71
then I installed it with the Android Terminal Emulator app, because the cmd.exe method did't worked for me. You should just follow the instructions:
or you can copy img file on /data/local/ folder of your tablet (with a file manager with root permissions)
launch "Android Terminal Emulator" application
and tape the instructions
su
mount -o rw,remount /system
echo "#!/system/bin/sh" > /system/etc/install-recovery.sh
dd if=/data/local/NameOfCWMFile.img of=/dev/block/mmcblk0p1
http://www.thinkpadtabletforums.com...nd-development/clockworkmod-recovery-for-tpt/
After a shutdown and reboot into recovery I had cwm! So I am able to do nandroid backups...
In this way, I would particularly like to thank to all devs that made the TPT root possible! Now i like my TPT 1000% more than before...e.g. no status-bar in lecture notes -> sooo great!!
I do get the following error maybe someone can help me out
[*]
[*]
[*]
/system/bin/mkdir: not found
/system/bin/mkdir: not found
cannot create /data/local/pwn-bak/install-recovery.sh.orig: directory nonexisten
t
/system/bin/mkdir: not found
699 KB/s (22364 bytes in 0.031s)
/system/bin/rm: not found
/system/bin/ln: not found
7. On the device, go to 'DISABLE BATTERY DISCHARGE' and select it. When complete
press (here) <ENTER>
Drücken Sie eine beliebige Taste . . .
it cant find the mkdir command very strange
I'm a little rusty, but are the / and \ facing the correct way? And are you in the correct directory? Not found usually means path is incorrect.
@rangercaptain
thats the commands from the root script. I didnt change them.
the commands are send over from adb shell and the tablet is in root directory i think.
When i go into shell and type in ls i get access denied error.
and you load the update zip and wiped cache before typing the commands, right? You have to do this every time you try to root...
Try to do it with another method. Don't do it directly trough adb shell...just type the shell commands in the cmd.exe
You just have to chance the directory in cmd, before executing the commands.
Then try not to input 'adb shell' before the shortened command, but the whole command as one line like:
adb shell "/system/bin/mkdir /data/local/pwn"
Perhabs it will work..?!?
@neos
yes i do the same procedure.
I also tried over cmd with adb shell "command" and also in shell.
Always the same error.
I looked into the system/bin directory and mkdir does have filesize of 0kb...

[HOWTO] Overclock the MotoACTV

Using the amazing overclock module made by Tiago Sousa http://code.google.com/p/milestone-overclock/ , it is possible to modify the frequency tables on the motoACTV.
I'm not responsible for what you do to your device. This is potentially dangerous.
Extract the attached overclock.ko in some folder of your computer and open a command line in that folder. You need to have adb installed.
Issue the following commands:
Code:
adb remount
adb push overclock.ko /system/lib/modules/
adb shell insmod /system/lib/modules/overclock.ko omap2_clk_init_cpufreq_table_addr=0xc0049150
adb shell 'echo "0 1000000" > /proc/overclock/freq_table'
adb shell 'echo "1 800000" > /proc/overclock/freq_table'
adb shell 'echo "2 600000" > /proc/overclock/freq_table'
adb shell 'echo "3 300000" > /proc/overclock/freq_table'
adb shell 'echo "1 300000000 20" > /proc/overclock/mpu_opps'
adb shell 'echo "2 600000000 30" > /proc/overclock/mpu_opps'
adb shell 'echo "3 800000000 45" > /proc/overclock/mpu_opps'
adb shell 'echo "4 1000000000 45" > /proc/overclock/mpu_opps'
adb shell "echo 1000000 > /proc/overclock/max_rate"
adb shell "echo 45 > /proc/overclock/max_vsel"
This will create 4 frequency steps:
300MHz. This is the minimum we can get with the current kernel.
600Mhz. This is the stock highest speed. Now the voltage is lower.
800Mhz.
1Ghz.
Now, you can use a program like setCPU http://forum.xda-developers.com/showthread.php?t=505419 to set the maximum and minimum speeds.
Enjoy
On this command (after copying and pasting your commands above):
Code:
adb shell 'echo "0 1000000" > /proc/overclock/freq_table'
I get a return of:
Code:
The system cannot find the path specified.
I tried next to re-run:
Code:
adb shell insmod /system/lib/modules/overclock.ko omap2_clk_init_cpufreq_table_addr=0xc0049150
but it failed, because it already exists.
EDIT: I believe they should be like this:
Code:
adb shell "echo '0 1000000' > /proc/overclock/freq_table"
adb shell "echo '1 800000' > /proc/overclock/freq_table"
adb shell "echo '2 600000' > /proc/overclock/freq_table"
adb shell "echo '3 300000' > /proc/overclock/freq_table"
adb shell "echo '1 300000000 20' > /proc/overclock/mpu_opps"
adb shell "echo '2 600000000 30' > /proc/overclock/mpu_opps"
adb shell "echo '3 800000000 45' > /proc/overclock/mpu_opps"
adb shell "echo '4 1000000000 45' > /proc/overclock/mpu_opps"
EDIT 2: That didn't work... the frequencies aren't in setcpu, even after re-detecting speeds.
can you try this command?
Code:
adb shell grep omap2_clk_init_cpufreq_table /proc/kallsyms
It should return a number, and this number is the one that has to be used for the insmod.
I haven't updated my MotoActv in a while and maybe the kernels have changed.
Code:
C:\Users\Owner\Desktop\MiniADB>adb shell grep omap2_clk_init_cpufreq_table /proc
/kallsyms
[B]c0049150[/B] T omap2_clk_init_cpufreq_table
There was no error when running the insmod the first time, it went through successfully, just the next several lines, and then no change at the end, even after a reboot and re-checking the frequencies in SetCPU.
You are right about the commands, for windows, you have to use this:
Code:
adb remount
adb push overclock.ko /system/lib/modules/
adb shell insmod /system/lib/modules/overclock.ko omap2_clk_init_cpufreq_table_addr=0xc0049150
adb shell "echo '0 1000000' > /proc/overclock/freq_table"
adb shell "echo '1 800000' > /proc/overclock/freq_table"
adb shell "echo '2 600000' > /proc/overclock/freq_table"
adb shell "echo '3 300000' > /proc/overclock/freq_table"
adb shell "echo '1 300000000 20' > /proc/overclock/mpu_opps"
adb shell "echo '2 600000000 30' > /proc/overclock/mpu_opps"
adb shell "echo '3 800000000 45' > /proc/overclock/mpu_opps"
adb shell "echo '4 1000000000 45' > /proc/overclock/mpu_opps"
adb shell "echo 1000000 > /proc/overclock/max_rate"
adb shell "echo 45 > /proc/overclock/max_vsel"
Do not reboot! This changes are not save anywhere yet. It's a bit dangerous because the system will not boot if you put wrong values in there. I'm leaving this for later.
Good work, however the changes are not persistent to reboots. I put them in init.goldfish.sh but still not persistent. When doing it from shell, the changes are there in SetCPU, just not after a reboot. Maybe we could script it somewhere else to start at reboot...
Regards...
I added init.d to the /system/etc folder and added my script - still nothing
I added the script in other shells but still nothing...
I heard that SManager will boot scripts at logon, maybe this is the way to go?
There are a few scripts that are launched by init directly. One for the keyboard, one for preinstall, etc.
Try adding the insmod and echo commands to one of those. I'll test this later and post about it.
I amended the one for the keyboard, no dice. I am going to try again though... keep you informed.
init_prep_keyboard.sh keeps reverting back to what it was before amendments. I am sure that I verified its permissions prior to reboot, it just went back to what it was before and deleted the .BAK file too, wierd.
Peace
Working Solution...
I've tested the method above and it works perfectly.
But as mentioned, the script has to be executed upon every reboot.
Working Solution !!!
I've tested this and it works 100%
- Dump boot.img from watch.
- Extract and decompile boot.img
- Create overclock.sh and put it in etc folder from boot.img
- Write entire script in overclock.sh
- Open init.rc from boot.img
- Add exec /system/etc/overclock.sh in init.rc
- Save changes to init.rc
- Repack boot.img
- Push modified boot.img to watch via fastboot
- Restart watch.
Consider adding overclock.ko in system.img
Overclock is now permanent !!! Even after reboot :-D
tansoftware said:
I've tested the method above and it works perfectly.
But as mentioned, the script has to be executed upon every reboot.
Working Solution !!!
I've tested this and it works 100%
- Dump boot.img from watch.
- Extract and decompile boot.img
- Create overclock.sh and put it in etc folder from boot.img
- Write entire script in overclock.sh
- Open init.rc from boot.img
- Add exec /system/etc/overclock.sh in init.rc
- Save changes to init.rc
- Repack boot.img
- Push modified boot.img to watch via fastboot
- Restart watch.
Consider adding overclock.ko in system.img
Overclock is now permanent !!! Even after reboot :-D
Click to expand...
Click to collapse
Can you possibly make a patched boot.img for us?
tansoftware: This is no easy task on a windows box... I will try on Fedora...
a detailed walkthrough would be superb! i.e. How-to? Otherwise GIYF
Peace
EDIT: This ain't easy in linux either...
If you could post your modified Boot.img, that would be killer!
What bash shell did you use upon init.rc? Could you at least share that with us?
dproldan: This thing WIZZes at 1Ghz! If there were just an easier way to make it persistent across reboots... but what a difference.
I posted on the other motoactv thread a very easy way to overclock.
You need android overclock and rom toolbox pro (maybe the free version works I have no idea)
1. Open android overclock select advanced/custom.
2. Scroll to bottom and select apply preset. This gives you four slots 350, 500, 800, 1000.
3. Open rom toolbox pro, performance, cpu control.
4. Slide the bar to desired speed. You can also set profiles in this section to clock down to 350 while the screen is off etc.
I was able to apply at boot etc and haven't lost the overclocking settings. With cf-bench my score went from 1504 to 2370. You can probably apply settings beyond the slots listed above but you will need to increase the voltages in android overclock. I haven't had time to try it. Another microsoft certification exam this week.
Updated Method...
Jeff said:
tansoftware: This is no easy task on a windows box... I will try on Fedora...
a detailed walkthrough would be superb! i.e. How-to? Otherwise GIYF
Peace
EDIT: This ain't easy in linux either...
If you could post your modified Boot.img, that would be killer!
What bash shell did you use upon init.rc? Could you at least share that with us?
Click to expand...
Click to collapse
I can't share my boot.img at this time as it is highly experimental and could easily & un-reversibly brick your watch. My boot.img contains a modified bootstrap.bin that flashes upon boot and forces Android to boot from the built-in MMC instead of internal nvram. Extremely buggy at this stage with several crashes but I'm no longer limited by the 256mb ram on the watch. Hopefully after the bugs are ironed out, we can all enjoy full 8/16 gigs of space. This trick was taken from the nook color modified boot code.
As for how to embed the code into your own boot.img, I believe @Prack posted a simpler cleaner method to overclock the watch. If his method does not work as explained, I'll provide a more thorough explanation of my method.
tansoftware said:
Extremely buggy at this stage with several crashes but I'm no longer limited by the 256mb ram on the watch.
Click to expand...
Click to collapse
Uh what?
eXecuter.bin said:
Uh what?
Click to expand...
Click to collapse
My guess is he's talking about a swapper2 or some other swap file. It helps but it by no means replaces having more ram. I was on a droid 1 for years and the biggest issue with that phone was the ram/internal storage space. I used swap and 2nd sdcard partitions to make up for it. I'm guessing he's doing the same thing with the watch. Would be interesting to see if he gets any actual improvement.
any more news on this?
permanent settings for the overclock
Attached is a modified "loadpreinstalls.sh" file that will load the module and apply the settings at boot.
Be careful with this, it can prevent your device from booting, requiring a full system reinstall to bring it back.
so, download the overclock.ko from the first post, download and extract this loadpreinstalls.sh to the same folder in your computer and issue this commands from a terminal:
adb remount
adb push overclock.ko /system/lib/modules/
adb push loadpreinstalls.sh /system/bin/
adb shell chmod 755 /system/bin/loadpreinstalls.sh
adb reboot
Now you can use SetCPU to choose the speeds you like and make its changes permanent.
This is working fine for me with the current MotoACTV system releases, it could be broken for some older versions.
Enjoy
This sounds like an awesome application - any way to make it easier for the lay (er) people that know just enough to be dangerous?
mattyv said:
This sounds like an awesome application - any way to make it easier for the lay (er) people that know just enough to be dangerous?
Click to expand...
Click to collapse
How about this. I just wrote a simple windows install script and included all of dproldan's needed files, so all you have to do is unzip this to your desktop and run "runme.bat".
Pre-requesites:
-ACTV must be rooted
-ACTV must be plugged into computer and turned on normally
Called it "dproldan_overclock".
Even included the ADB drivers.

Root for Mac

So thecubed made a great tool to root, but the .bat file is intended for PC use. I'm on a Mac.
Could anyone extrapolate the adb commands used in that file? I'm familiar with adb and would have no issues with following the commands, I just can't seem to see exactly what the .bat file does.
tldr: what are the adb commands needed to root using his files? I can take it from there.
I'd love to know as well.
Sent from my VS980 4G using Tapatalk 4
mjdupuis said:
So thecubed made a great tool to root, but the .bat file is intended for PC use. I'm on a Mac.
Could anyone extrapolate the adb commands used in that file? I'm familiar with adb and would have no issues with following the commands, I just can't seem to see exactly what the .bat file does.
tldr: what are the adb commands needed to root using his files? I can take it from there.
Click to expand...
Click to collapse
Here, I put the whole .bat file text, you should be able to figure it out.
@echo off
echo.
echo **************************************
echo Easy root for LG G2
echo Supports ATT, TMO, VZW, and KT Variants
echo Repackaged by IOMonster
echo See http://tinyw.in/mXhw for details
echo **************************************
echo.
echo.
echo Credit to http://optimusforums.com/threads/how-to-root-the-lg-g2-f320.8846/
echo.
echo.
pause
echo Looking for device...
.\adb.exe wait-for-device
echo Determining carrier...
for /f %%i in ('.\adb.exe shell getprop ro.build.target_operator') do set RESULT=%%i
if %RESULT%==ATT GOTO ATTTMORoot
if %RESULT%==TMO GOTO ATTTMORoot
if %RESULT%==VZW GOTO VZWRoot
if %RESULT%==KT GOTO KTRoot
echo.
echo.
echo No matching phone found. Got %RESULT% from ADB.
pause
:ATTTMORoot
echo Found ATT or TMO phone!
echo Pushing g2_security...
echo.
.\adb.exe push g2_security /sdcard/g2_security
GOTO RootStep2
:VZWRoot
echo Found VZW phone!
echo Pushing VZW g2_security...
.\adb.exe push g2_security_vzw /sdcard/g2_security
GOTO RootStep2
:KTRoot
echo Found KT F320k phone!
echo Pushing ytiruces_1a ...
.\adb.exe push ytiruces_1a /sdcard/ytiruces_1a
GOTO RootStep2
:RootStep2
echo.
echo.
echo *******************************************************
echo Now, please unplug usb, go to developer options and
echo disable USB debugging and re-enable it.
echo Once you've done that, re-plug your usb...
echo *******************************************************
pause
echo Waiting for device...
.\adb.exe wait-for-device
echo Now it's time to install su and superuser.
echo.
echo Please note! This will trip LG's rootchecker!
echo.
echo This means your phone will show ROOTED in the settings menu,
echo and in the LG Download mode.
echo.
echo If you do not want to possibly invalidate your warranty
echo press CTRL-C to stop this script.
echo You will have a rooted ADB, but no apps on the phone will be able
echo to access root functions.
echo.
pause
echo.
echo.
echo Mounting system RW and pushing SU, then remounting system RO again
.\adb.exe shell "mount -o remount,rw /system"
.\adb.exe push su /system/xbin/su
.\adb.exe shell "chown 0.0 /system/xbin/su;chmod 06755 /system/xbin/su;sync;mount -o remount,ro /system"
echo Installing superuser
.\adb.exe install superuser.apk
echo.
echo.
echo ***************************************************
echo Done.
echo ***************************************************
echo.
echo Please check the above for any errors and let me know if you run into any issues.
echo Enjoy your phone!
pause
Click to expand...
Click to collapse
wargreymon89 said:
Here, I put the whole .bat file text, you should be able to figure it out.
Click to expand...
Click to collapse
If anyone can't, they don't need to root.
If you know your carrier, skip all the carrier detect crap and go straight to pushing the correct root.
Then wait and push Su and the rest.
It's a pretty simple root via adb manually.
I just want tethering to work before I run out and get one.
Thank you very much!
I'm having trouble getting debug mode on my mac. Any suggestions? SDK Tools are updated and USB Debugging is checked...
Did you select internet and then Ethernet when you connect your USB?
mjdupuis said:
Did you select internet and then Ethernet when you connect your USB?
Click to expand...
Click to collapse
Your a boss!
wargreymon89 said:
Here, I put the whole .bat file text, you should be able to figure it out.
Click to expand...
Click to collapse
By the way, this worked out just fine. I couldn't get it to work the first time around because the original method by thecubed didn't work with the ota. His update worked. Thank you, again.
A Mac root method (not automated)
I posted this in another Q&A thread, just wanted the answer to be available if someone may be following this. The two thread might need to be combined.
WARNING! This is just what worked for me, and it's just the adb commands from thecubed's program. All credit goes to him, I didn't do any of this, just took the info from it.
Here's the thread: http://forum.xda-developers.com/showthread.php?t=2448887
Download it, unzip it, and then take a moment to go back and thank him if you didn't do that.
You are not actually using his program, just the files and commands. Everything is done using Terminal and the Finder. You must have ADB working, look elsewhere for instructions on setting that up.
The files used here are the Verizon versions of the files, which I used for my phone. They are also specific to the OTA'd Verizon software, "11A" so there are different files if you haven't installed the OTA. These commands are correct, but the files being pushed aren't all the same between different carrier models and do not work with any other carrier. All the right stuff for other carriers is contained in thecubed's program.
The bold sections are files you need to send over adb, you can manually enter the file pathway or drag the files from finder into terminal after the adb commands (and before you type the destinations).
One more warning; if this is your first time using adb or terminal, I don't recommend this as your first try. It's super easy to screw something up in terminal.
Your phone must have developer options enabled and usb debugging on. Plug in your phone via usb and select "Internet" and then "Ethernet."
adb push ytiruces_1a_vzw /sdcard/ytiruces_1a
Unplug usb, disable USB debugging and then re-enable it. Plug USB back in.
adb shell "mount -o remount,rw /system"
adb push su /system/xbin/su
adb shell "chown 0.0 /system/xbin/su;chmod 06755 /system/xbin/su;sync;mount -o remount,ro /system"
adb install superuser.apk
exit
I see there are step by step videos for windows but none for Mac yet. I've rooted my last two phones but I followed videos which showed the exact process. I'm hoping someone eventually posts a Mac walk through video for the less confident users such as me.
I'm trying to follow the steps. When I run ./adb devices it lists my phone but says offline next to it. any ideas?
If you're on a Mac there's no "./" just "adb devices". You can't follow the commands in the .bat file without making those adjustments. Did you try following the commands in my post?
black05x5 said:
I'm trying to follow the steps. When I run ./adb devices it lists my phone but says offline next to it. any ideas?
Click to expand...
Click to collapse
You need to be sure USB debugging is on, that you selected Internet>Ethernet when connected to USB, and my phone asked me if I wanted to allow connections from my computer. If all these are set up correctly it should work.
I have usb debugging on. My phone did ask me to confirm connection which I did. Then when I type ./adb devices it lists my phone but still says offline next to it. Being a noob at this I'm really stumped.
mjdupis can you please clarify what you mean when you say I don't need to type ./ before the command? My understanding was I always had to do this on a Mac?
black05x5 said:
mjdupis can you please clarify what you mean when you say I don't need to type ./ before the command? My understanding was I always had to do this on a Mac?
Click to expand...
Click to collapse
The "/" is what you would use to point to a filepath. Like /Home/Library/Root or a file on the phone /System. If you look at the commands I listed there are no ./ before any adb commands, that's a windows thing.
Terminal tells me there's no such directory when I put ./ before adb commands, because it thinks I'm trying to direct it to an adb folder.
I reinstalled everything and now its finally recognizing my phone. Now I just have to figure out how to do this. Sorry to keep asking, but can someone confirm if this is right...
Now that it recognizes my phone
I type adb push then drag the file ytiruces_1a_vzw into terminal and then type /sdcard/ytiruces_1a and hit enter.
Then unplug the cord from phone, turn of debugging and back on then plug the cord back in. then select internet ethernet to activate debugging.
Then type adb shell and hit enter.
Then type mount -o remount,rw /system and hit enter.
Is this correct so far??
thanks for your help!!
---------- Post added at 10:54 PM ---------- Previous post was at 10:15 PM ----------
Actually, looks like I figured it out. Got phone rooted... Thanks again for the help!
Could use your help again! Got my phone rooted and installed TWRP. Everything was working great. Running stock rom. Only mod I had done was the black notification bar. I installed an app from the market called LCD Density. Tried changing my phone from 320 to 300. It then reboots the phone for it to take affect. My phone is now stuck in a bootloop on the LG logo screen with the LED flashing. I can get into TWRP but the problem is I never made a back up or downloaded a rom onto the phone as I hadn't planned to flash any roms. Is there any way I can get a rom onto my phone so I can then flash it in TWRP? I have a Mac.. Thanks for any help...
Got it fixed! Was finally able to connect to my Mac. Then put a rom on the phone using ADB and flashed the rom.

Custom Debloat of your rooted XA1 / fw G3121_40.0.A.6.135

Hi,
I've done this easy debloat batch script for experimenting with. It reads the file applist.txt and process all lines which does not start with #
Package(App) is disabled, then it's data removed and finaly the package directory deleted.
You need working adb shell (Flashtool) and rooted phone.
You need custom kernel flashed, so rw remount works. i am using kernel from xa1 ultra thread.
debloat_xa1.bat and applist.txt must be in the same directory. For example ...\Flashtool\x10flasher_lib\
debloat_xa1.bat
Code:
adb devices
timeout 4
adb shell su -c mount -o rw,remount /system
adb shell su -c mount -o rw,remount /oem
timeout 1
echo off
for /f "eol=#" %%f in (applist.txt) do (
set radek=%%f
call :work
)
goto :eof
:work
for /f "tokens=1,2 delims=^=" %%a in ("%radek%") do (
set cesta=%%a
rem disable package: %%b
adb shell su -c pm disable %%b
rem delete data/data package: %%b
adb shell su -c pm clear %%b
rem delete directory: %%a
call :mazudir
echo:
)
goto :eof
:mazudir
for /f "tokens=1,2,3 delims=/" %%j in ("%cesta%") do (
echo delete directory /%%j/%%k/%%l
adb shell su -c rm -rf "/%%j/%%k/%%l"
)
goto :eof
This is my hc debloat list - no google stuff, no play services, sony and other. I am using alternatives like f-droid/ k-9 mail/firefox/offline calendar so You probably want to edit it and enable stuff (add #)
This is bare working minimum. !!! Backup your system and data partitions first !!!
applist.txt
Code:
#------/system/priv-app/StatementService/StatementService.apk=com.android.statementservice
#------/system/vendor/app/AutoDialer/AutoDialer.apk=com.example
#------/system/vendor/app/ChromeCustomizations/ChromeCustomizations.apk=com.android.partnerbrowsercustomizations.chromeHomepage
#/system/app/ApplicationsProvider/ApplicationsProvider.apk=com.android.providers.applications
#/system/app/AptxNotifier/AptxNotifier.apk=com.sonymobile.aptx.notifier
#/system/app/BasicDreams/BasicDreams.apk=com.android.dreams.basic
#/system/app/Bluetooth/Bluetooth.apk=com.android.bluetooth
#/system/app/BluetoothMidiService/BluetoothMidiService.apk=com.android.bluetoothmidiservice
#/system/app/BookmarkProvider/BookmarkProvider.apk=com.android.bookmarkprovider
#/system/app/CameraAddonPermission/CameraAddonPermission.apk=com.sonymobile.camera.addon.permission
#/system/app/CameraCommonPermission/CameraCommonPermission.apk=com.sonymobile.cameracommon.permission
#/system/app/CameraExtensionPermission/CameraExtensionPermission.apk=com.sonyericsson.cameraextension.permission
#/system/app/CaptivePortalLogin/CaptivePortalLogin.apk=com.android.captiveportallogin
#/system/app/CertInstaller/CertInstaller.apk=com.android.certinstaller
#/system/app/ClockWidgets-release/ClockWidgets-release.apk=com.sonymobile.advancedwidget.clock
#/system/app/CoreSettings/CoreSettings.apk=com.sonymobile.coresettings
#/system/app/DeviceConfigTool/DeviceConfigTool.apk=com.sonymobile.deviceconfigtool
#/system/app/DownloadProviderUi/DownloadProviderUi.apk=com.android.providers.downloads.ui
#/system/app/ExactCalculator/ExactCalculator.apk=com.android.calculator2
#/system/app/FotaService/FotaService.apk=com.sonymobile.fota.service
#/system/app/GoogleExtShared/GoogleExtShared.apk=com.google.android.ext.shared
#/system/app/HTMLViewer/HTMLViewer.apk=com.android.htmlviewer
#/system/app/HeadphoneSelection/HeadphoneSelection.apk=com.sonymobile.headphoneselection
#/system/app/HotspotAdvancedSetting/HotspotAdvancedSetting.apk=com.sonyericsson.settings.wifi
#/system/app/IddPermissionApplicationCertificate/IddPermissionApplicationCertificate.apk=com.sonymobile.idd.permission.application_certificate
#/system/app/Iengine/Iengine.apk=com.sonymobile.intelligent.iengine
#/system/app/KeyChain/KeyChain.apk=com.android.keychain
#/system/app/LiveWallpapersPicker/LiveWallpapersPicker.apk=com.android.wallpaper.livepicker
#/system/app/LockscreenSettings-release/LockscreenSettings-release.apk=com.sonyericsson.lockscreen.uxpnxt
#/system/app/MusicFX/MusicFX.apk=com.android.musicfx
#/system/app/NfcNci/NfcNci.apk=com.android.nfc
#/system/app/OneTimePassLockScreenApp/OneTimePassLockScreenApp.apk=com.sonymobile.lockscreen.otp
#/system/app/PacProcessor/PacProcessor.apk=com.android.pacprocessor
#/system/app/PrintSpooler/PrintSpooler.apk=com.android.printspooler
#/system/app/ScdServiceJava/ScdServiceJava.apk=com.sony.scdservice
#/system/app/SecureClockService/SecureClockService.apk=com.sonymobile.secureclockservice
#/system/app/SemcAutoPowerOff/SemcAutoPowerOff.apk=com.sonyericsson.autopoweroffservice
#/system/app/SemcSettings/SemcSettings.apk=com.sonyericsson.settings
#/system/app/ServiceMenu/ServiceMenu.apk=com.compal.sony.servicemenu
#/system/app/SmartcardService/SmartcardService.apk=org.simalliance.openmobileapi.service
#/system/app/SomcSketch-live/SomcSketch-live.apk=com.sonymobile.sketch
#/system/app/SomcWifiDisplay/SomcWifiDisplay.apk=com.sonymobile.tvout.wifidisplay
#/system/app/SoundEnhancement/SoundEnhancement.apk=com.sonyericsson.soundenhancement
#/system/app/Theme009-sw320dp-xhdpi-release/Theme009-sw320dp-xhdpi-release.apk=com.sonymobile.themes.id009
#/system/app/Theme010-sw320dp-xhdpi-release/Theme010-sw320dp-xhdpi-release.apk=com.sonymobile.themes.id010
#/system/app/Theme011-sw320dp-xhdpi-release/Theme011-sw320dp-xhdpi-release.apk=com.sonymobile.themes.id011
#/system/app/Theme012-sw320dp-xhdpi-release/Theme012-sw320dp-xhdpi-release.apk=com.sonymobile.themes.id012
#/system/app/TopContactsWidget-release/TopContactsWidget-release.apk=com.sonymobile.advancedwidget.topcontacts
#/system/app/TouchFilterPackageSwitchService/TouchFilterPackageSwitchService.apk=com.sonymobile.touchscreen.touchfilter
#/system/app/TransmitPower/TransmitPower.apk=com.sonymobile.transmitpower
#/system/app/UiccTerminal/UiccTerminal.apk=org.simalliance.openmobileapi.uiccterminal
#/system/app/UnsupportedHeadsetNotifier/UnsupportedHeadsetNotifier.apk=com.sonyericsson.unsupportedheadsetnotifier
#/system/app/UserDictionaryProvider/UserDictionaryProvider.apk=com.android.providers.userdictionary
#/system/app/WAPPushManager/WAPPushManager.apk=com.android.smspush
#/system/app/WallpaperBackup/WallpaperBackup.apk=com.android.wallpaperbackup
#/system/app/WebViewGoogle/WebViewGoogle.apk=com.google.android.webview
#/system/app/XperiaXLiveWallpaper-release/XperiaXLiveWallpaper-release.apk=com.sonymobile.xperiaxlivewallpaper
#/system/app/ar-effect/ar-effect.apk=com.sonymobile.androidapp.cameraaddon.areffect
#/system/app/bootinfo/bootinfo.apk=com.sonyericsson.android.bootinfo
#/system/app/com.swiftkey.swiftkeyconfigurator/com.swiftkey.swiftkeyconfigurator.apk=com.swiftkey.swiftkeyconfigurator
#/system/app/com.touchtype.swiftkey/com.touchtype.swiftkey.apk=com.touchtype.swiftkey
#/system/app/device-monitor/device-monitor.apk=com.sonyericsson.devicemonitor
#/system/app/sim-detection-release/sim-detection-release.apk=com.sonyericsson.simdetection
#/system/app/skin-core-release/skin-core-release.apk=com.sonymobile.runtimeskinning.core
#/system/app/skin-picker-release/skin-picker-release.apk=com.sonymobile.runtimeskinning.picker
#/system/app/theme-xperialoops-release/theme-xperialoops-release.apk=com.sonymobile.themes.xperialoops
#/system/app/white-balance/white-balance.apk=com.sonymobile.whitebalance
#/system/framework/framework-res.apk=android
#/system/priv-app/ApnUpdater-release/ApnUpdater-release.apk=com.sonymobile.apnupdater
#/system/priv-app/ArtFilterCamera/ArtFilterCamera.apk=com.sonyericsson.android.addoncamera.artfilter
#/system/priv-app/BackupRestoreConfirmation/BackupRestoreConfirmation.apk=com.android.backupconfirm
#/system/priv-app/BatteryAge/BatteryAge.apk=com.cei.batage
#/system/priv-app/BlockedNumberProvider/BlockedNumberProvider.apk=com.android.providers.blockednumber
#/system/priv-app/CalendarProvider/CalendarProvider.apk=com.android.providers.calendar
#/system/priv-app/CallLogBackup/CallLogBackup.apk=com.android.calllogbackup
#/system/priv-app/CallWidgetFrameworkPermission/CallWidgetFrameworkPermission.apk=com.sonymobile.callwidgetframework.permission
#/system/priv-app/CameraCommon/CameraCommon.apk=com.sonymobile.cameracommon
#/system/priv-app/CameraPanorama-release/CameraPanorama-release.apk=com.sonyericsson.android.camera3d
#/system/priv-app/CameraWearableBridgeHandheldServer/CameraWearableBridgeHandheldServer.apk=com.sonymobile.cameracommon.wearablebridge
#/system/priv-app/CarrierConfig/CarrierConfig.apk=com.android.carrierconfig
#/system/priv-app/Contacts-release/Contacts-release.apk=com.sonymobile.android.contacts
#/system/priv-app/Conversations/Conversations.apk=com.sonyericsson.conversations
#/system/priv-app/CredentialManagerService/CredentialManagerService.apk=com.sonyericsson.credentialmanagerservice
#/system/priv-app/CustomizationSelector-universal-release/CustomizationSelector-universal-release.apk=com.sonymobile.customizationselector
#/system/priv-app/CustomizedSettings-release/CustomizedSettings-release.apk=com.sonyericsson.customizedsettings
#/system/priv-app/DefaultContainerService/DefaultContainerService.apk=com.android.defcontainer
#/system/priv-app/DeviceSecurityService/DeviceSecurityService.apk=com.sonymobile.devicesecurity.service
#/system/priv-app/Dialer-release/Dialer-release.apk=com.sonymobile.android.dialer
#/system/priv-app/DocumentsUI/DocumentsUI.apk=com.android.documentsui
#/system/priv-app/DownloadProvider/DownloadProvider.apk=com.android.providers.downloads
#/system/priv-app/EmergencyInfo-release/EmergencyInfo-release.apk=com.android.emergency
#/system/priv-app/EmergencySms/EmergencySms.apk=com.sonymobile.emergencysms
#/system/priv-app/EnterpriseService/EnterpriseService.apk=com.sonymobile.enterprise.service
#/system/priv-app/ExtendedBootLockService/ExtendedBootLockService.apk=com.sonymobile.extendedbootlock.service
#/system/priv-app/ExternalStorageProvider/ExternalStorageProvider.apk=com.android.externalstorage
#/system/priv-app/FMRadio/FMRadio.apk=com.mediatek.fmradio
#/system/priv-app/FMRadioFTM/FMRadioFTM.apk=com.cei.FMRadio
#/system/priv-app/FusedLocation/FusedLocation.apk=com.android.location.fused
#/system/priv-app/GSensorCalibration/GSensorCalibration.apk=com.mediatek.engineermode
#/system/priv-app/GoogleExtServices/GoogleExtServices.apk=com.google.android.ext.services
#/system/priv-app/GooglePackageInstaller/GooglePackageInstaller.apk=com.google.android.packageinstaller
#/system/priv-app/InputDevices/InputDevices.apk=com.android.inputdevices
#/system/priv-app/IntelligentBacklight/IntelligentBacklight.apk=com.sonymobile.intelligent.backlight
#/system/priv-app/MediaProvider/MediaProvider.apk=com.android.providers.media
#/system/priv-app/MmsService/MmsService.apk=com.android.mms.service
#/system/priv-app/MtpDocumentsProvider/MtpDocumentsProvider.apk=com.android.mtp
#/system/priv-app/ProxyHandler/ProxyHandler.apk=com.android.proxyhandler
#/system/priv-app/SEMCSetupWizard/SEMCSetupWizard.apk=com.sonyericsson.setupwizard
#/system/priv-app/SemcCameraUI/SemcCameraUI.apk=com.sonyericsson.android.camera
#/system/priv-app/SemcCnapProvider/SemcCnapProvider.apk=com.sonyericsson.providers.cnap
#/system/priv-app/SemcContactsProvider/SemcContactsProvider.apk=com.android.providers.contacts
#/system/priv-app/SemcPhotoEditor-photoeditor-release/SemcPhotoEditor-photoeditor-release.apk=com.sonyericsson.photoeditor
#/system/priv-app/SemcStorageChecker/SemcStorageChecker.apk=com.sonymobile.storagechecker
#/system/priv-app/SemcTelephonyProvider/SemcTelephonyProvider.apk=com.android.providers.telephony
#/system/priv-app/Settings/Settings.apk=com.android.settings
#/system/priv-app/SettingsProvider/SettingsProvider.apk=com.android.providers.settings
#/system/priv-app/SharedStorageBackup/SharedStorageBackup.apk=com.android.sharedstoragebackup
#/system/priv-app/Shell/Shell.apk=com.android.shell
#/system/priv-app/SimContacts/SimContacts.apk=com.android.sonymobile.simcontacts
#/system/priv-app/SimlockUnlockApp/SimlockUnlockApp.apk=com.sonymobile.simlockunlockapp
#/system/priv-app/SmartCleaner/SmartCleaner.apk=com.sonymobile.smartcleaner
#/system/priv-app/SomcExtTelephony/SomcExtTelephony.apk=com.sonymobile.telephony.extension
#/system/priv-app/SomcWifiService/SomcWifiService.apk=com.sonymobile.wifi
#/system/priv-app/SoundPhotoCamera/SoundPhotoCamera.apk=com.sonymobile.android.addoncamera.soundphoto
#/system/priv-app/Stk1/Stk1.apk=com.android.stk
#/system/priv-app/SuperStamina/SuperStamina.apk=com.sonymobile.superstamina
#/system/priv-app/SystemUI/SystemUI.apk=com.android.systemui
#/system/priv-app/Tag/Tag.apk=com.android.apps.tag
#/system/priv-app/TeleService/TeleService.apk=com.android.phone
#/system/priv-app/Telecom/Telecom.apk=com.android.server.telecom
#/system/priv-app/TetherEntitlementCheck/TetherEntitlementCheck.apk=com.sonyericsson.tetherentitlementcheck
#/system/priv-app/TimeShiftCamera/TimeShiftCamera.apk=com.sonymobile.android.addoncamera.timeshift
#/system/priv-app/USMHome/USMHome.apk=com.sonymobile.usm
#/system/priv-app/VpnDialogs/VpnDialogs.apk=com.android.vpndialogs
#/system/priv-app/WallpaperCropper/WallpaperCropper.apk=com.android.wallpapercropper
#/system/priv-app/WapPush/WapPush.apk=com.sonyericsson.wappush
#/system/priv-app/enhancedusbux/enhancedusbux.apk=com.sonyericsson.usbux
#/system/priv-app/sound-picker-release/sound-picker-release.apk=com.sonyericsson.suquashi.soundpicker
#/system/priv-app/usb-mtp-backup-transport/usb-mtp-backup-transport.apk=com.sonyericsson.mtp.extension.backuprestore
#/system/priv-app/usb-mtp-factoryreset-wrapper/usb-mtp-factoryreset-wrapper.apk=com.sonyericsson.mtp.extension.factoryreset
#/system/priv-app/usb-mtp-fotaupdate-wrapper/usb-mtp-fotaupdate-wrapper.apk=com.sonymobile.mtp.extension.fotaupdate
#/system/priv-app/usb-mtp-update-wrapper/usb-mtp-update-wrapper.apk=com.sonyericsson.mtp.extension.update
#/system/priv-app/usb-mtp-vendor-extension-service/usb-mtp-vendor-extension-service.apk=com.sonyericsson.mtp
#/system/vendor/app/BtTool/BtTool.apk=com.mediatek.bluetooth.dtt
#/system/vendor/app/Gba/Gba.apk=com.mediatek.gba
#/system/vendor/app/MDMLSample/MDMLSample.apk=com.mediatek.mdmlsample
#/system/vendor/app/MediatekDM/MediatekDM.apk=com.mediatek.mediatekdm
#/system/vendor/app/Omacp/Omacp.apk=com.mediatek.omacp
#/system/vendor/app/RootPA/RootPA.apk=com.gd.mobicore.pa
#/vendor/framework/mediatek-res/mediatek-res.apk=com.mediatek
#/vendor/priv-app/CDS_INFO/CDS_INFO.apk=com.mediatek.connectivity
#/vendor/priv-app/ImsService/ImsService.apk=com.mediatek.ims
#/vendor/priv-app/WfoService/WfoService.apk=com.mediatek.wfo.impl
/data/app/com.digitalturbine.ignite.deutschetelekom-1/base.apk=com.digitalturbine.ignite.deutschetelekom
/data/app/com.facebook.orca-1/base.apk=com.facebook.orca
/data/app/com.instagram.android-1/base.apk=com.instagram.android
/oem/priv-app/de.telekom.tsc/de.telekom.tsc.apk=de.telekom.tsc
/system/app/AnonymousData/AnonymousData.apk=com.sonymobile.anondata
/system/app/CalendarGoogle/CalendarGoogle.apk=com.google.android.calendar
/system/app/Chrome/Chrome.apk=com.android.chrome
/system/app/CrashMonitor/CrashMonitor.apk=com.sonyericsson.crashmonitor
/system/app/CrashMonitorSystem/CrashMonitorSystem.apk=com.sonymobile.crashmonitor.system
/system/app/CtsShimPrebuilt/CtsShimPrebuilt.apk=com.android.cts.ctsshim
/system/app/DemoAppChecker/DemoAppChecker.apk=com.sonymobile.demoappchecker
/system/app/Drive/Drive.apk=com.google.android.apps.docs
/system/app/Duo/Duo.apk=com.google.android.apps.tachyon
/system/app/EasterEgg/EasterEgg.apk=com.android.egg
/system/app/EditorsDocs/EditorsDocs.apk=com.google.android.apps.docs.editors.docs
/system/app/EditorsSheets/EditorsSheets.apk=com.google.android.apps.docs.editors.sheets
/system/app/EditorsSlides/EditorsSlides.apk=com.google.android.apps.docs.editors.slides
/system/app/Exchange2/Exchange2.apk=com.sonymobile.exchange
/system/app/FaceLock/FaceLock.apk=com.android.facelock
/system/app/GetMoreClient-standard-release/GetMoreClient-standard-release.apk=com.sonymobile.getmore.client
/system/app/Gmail2/Gmail2.apk=com.google.android.gm
/system/app/GmsSampleLayout/GmsSampleLayout.apk=com.google.android.launcher.layouts.gms
/system/app/GoogleContactsSyncAdapter/GoogleContactsSyncAdapter.apk=com.google.android.syncadapters.contacts
/system/app/GoogleLyricsPlugin/GoogleLyricsPlugin.apk=com.sonymobile.music.googlelyricsplugin
/system/app/GooglePrintRecommendationService/GooglePrintRecommendationService.apk=com.google.android.printservice.recommendation
/system/app/GoogleTTS/GoogleTTS.apk=com.google.android.tts
/system/app/GpaiConfig-release/GpaiConfig-release.apk=android.autoinstalls.config.sony.xperia
/system/app/IddAgent/IddAgent.apk=com.sonyericsson.idd.agent
/system/app/Maps/Maps.apk=com.google.android.apps.maps
/system/app/Music2/Music2.apk=com.google.android.music
/system/app/OmaDownload/OmaDownload.apk=com.sonyericsson.omadl
/system/app/PartnerBookmarksProvider/PartnerBookmarksProvider.apk=com.android.providers.partnerbookmarks
/system/app/Photos/Photos.apk=com.google.android.apps.photos
/system/app/RcaHandler/RcaHandler.apk=com.sonymobile.rcahandler
/system/app/RemoteControlService/RemoteControlService.apk=com.realvnc.android.remote
/system/app/SemcEmail/SemcEmail.apk=com.sonymobile.email
/system/app/SemcWarrantyTime/SemcWarrantyTime.apk=com.sonyericsson.warrantytime
/system/app/SomcMovieCreatorRmm-release/SomcMovieCreatorRmm-release.apk=com.sonymobile.moviecreator.rmm
/system/app/SomcXperiaServices/SomcXperiaServices.apk=com.sonymobile.xperiaservices
/system/app/SyncHub-release/SyncHub-release.apk=com.sonymobile.synchub
/system/app/Videos/Videos.apk=com.google.android.videos
/system/app/WikipediaPlugin/WikipediaPlugin.apk=com.sonymobile.music.wikipediaplugin
/system/app/WorldClockWidget-release/WorldClockWidget-release.apk=com.sonymobile.advancedwidget.worldclock
/system/app/XperiaTransferMobile-release/XperiaTransferMobile-release.apk=com.sonymobile.xperiatransfermobile
/system/app/YouTube/YouTube.apk=com.google.android.youtube
/system/app/YouTubeKaraokePlugin/YouTubeKaraokePlugin.apk=com.sonymobile.music.youtubekaraokeplugin
/system/app/YouTubePlugin/YouTubePlugin.apk=com.sonymobile.music.youtubeplugin
/system/app/com.amazon.mShop.android.shopping/com.amazon.mShop.android.shopping.apk=com.amazon.mShop.android.shopping
/system/app/com.facebook.appmanager/com.facebook.appmanager.apk=com.facebook.appmanager
/system/app/com.facebook.katana/com.facebook.katana.apk=com.facebook.katana
/system/app/com.s.antivirus/com.s.antivirus.apk=com.s.antivirus
/system/app/com.sonyericsson.xhs/com.sonyericsson.xhs.apk=com.sonyericsson.xhs
/system/app/com.sonymobile.infoapp/com.sonymobile.infoapp.apk=com.sonymobile.infoapp
/system/app/com.sonymobile.support/com.sonymobile.support.apk=com.sonymobile.support
/system/app/com.sonymobile.xperialounge.services/com.sonymobile.xperialounge.services.apk=com.sonymobile.xperialounge.services
/system/app/com.spotify.music/com.spotify.music.apk=com.spotify.music
/system/app/newssuite/newssuite.apk=com.sony.nfx.app.sfrc
/system/app/phone-usage/phone-usage.apk=com.sonymobile.phoneusage
/system/app/playstationapp/playstationapp.apk=com.scee.psxandroid
/system/app/talkback/talkback.apk=com.google.android.marvin.talkback
/system/app/textinput-chn/textinput-chn.apk=com.sonyericsson.textinput.chinese
/system/app/videoplaceholder/videoplaceholder.apk=com.sony.tvsideview.videoph
/system/app/videotvsideview/videotvsideview.apk=com.sony.tvsideview.phone
/system/app/weather-release/weather-release.apk=com.sonymobile.xperiaweather
/system/priv-app/ConfigUpdater/ConfigUpdater.apk=com.google.android.configupdater
/system/priv-app/CtsShimPrivPrebuilt/CtsShimPrivPrebuilt.apk=com.android.cts.priv.ctsshim
/system/priv-app/GetMore-standard-release/GetMore-standard-release.apk=com.sonymobile.getmore
/system/priv-app/GetSetClient-release/GetSetClient-release.apk=com.sonymobile.getset
/system/priv-app/GetSetSystem-release/GetSetSystem-release.apk=com.sonymobile.getset.priv
/system/priv-app/GmsCore/GmsCore.apk=com.google.android.gms
/system/priv-app/GoogleBackupTransport/GoogleBackupTransport.apk=com.google.android.backuptransport
/system/priv-app/GoogleFeedback/GoogleFeedback.apk=com.google.android.feedback
/system/priv-app/GoogleLoginService/GoogleLoginService.apk=com.google.android.gsf.login
/system/priv-app/GoogleOneTimeInitializer/GoogleOneTimeInitializer.apk=com.google.android.onetimeinitializer
/system/priv-app/GooglePartnerSetup/GooglePartnerSetup.apk=com.google.android.partnersetup
/system/priv-app/GoogleServicesFramework/GoogleServicesFramework.apk=com.google.android.gsf
/system/priv-app/KerberosService/KerberosService.apk=com.sonymobile.sso
/system/priv-app/ManagedProvisioning/ManagedProvisioning.apk=com.android.managedprovisioning
/system/priv-app/MyXperia-release/MyXperia-release.apk=com.sonymobile.mx.android
/system/priv-app/OMAClientProvisioning/OMAClientProvisioning.apk=com.sonyericsson.android.omacp
/system/priv-app/Phonesky/Phonesky.apk=com.android.vending
/system/priv-app/RcsVideoShare/RcsVideoShare.apk=com.sonymobile.rcsvideoprovider
/system/priv-app/SemcClock-release/SemcClock-release.apk=com.sonyericsson.organizer
/system/priv-app/SemcMusic/SemcMusic.apk=com.sonyericsson.music
/system/priv-app/SetupWizard/SetupWizard.apk=com.google.android.setupwizard
/system/priv-app/SomcMovieCreator-release/SomcMovieCreator-release.apk=com.sonymobile.moviecreator
/system/priv-app/StartupFlagV2/StartupFlagV2.apk=com.sonyericsson.startupflagservice
/system/priv-app/UpdateCenter-release/UpdateCenter-release.apk=com.sonyericsson.updatecenter
/system/priv-app/Velvet/Velvet.apk=com.google.android.googlequicksearchbox
/system/priv-app/album-albumLive-release/album-albumLive-release.apk=com.sonyericsson.album
/system/priv-app/com.facebook.system/com.facebook.system.apk=com.facebook.system
/system/priv-app/com.sonymobile.retaildemo/com.sonymobile.retaildemo.apk=com.sonymobile.retaildemo
/system/priv-app/rcs-core/rcs-core.apk=com.gsma.rcs
/system/priv-app/rcs-settings/rcs-settings.apk=com.sonymobile.rcs.settings
/system/priv-app/rcs-startup/rcs-startup.apk=com.sonymobile.rcs.startup
/system/priv-app/somc-get-to-know-it-release/somc-get-to-know-it-release.apk=com.sonymobile.gettoknowit
/system/priv-app/sonyentrance2-release/sonyentrance2-release.apk=com.sonymobile.entrance
#/system/priv-app/home-sonyMobile-release/home-sonyMobile-release.apk=com.sonymobile.home
Maybe bit off topic
megaice said:
Hi,
I've done this easy debloat batch script for experimenting with. It reads the file applist.txt and process all lines which does not start with #
Package(App) is disabled, then it's data removed and finaly the package directory deleted.
You need working adb shell (Flashtool) and rooted phone.
You need custom kernel flashed, so rw remount works. i am using kernel from xa1 ultra thread.
debloat_xa1.bat and applist.txt must be in the same directory. For example ...\Flashtool\x10flasher_lib\
debloat_xa1.bat
Code:
adb devices
timeout 4
adb shell su -c mount -o rw,remount /system
adb shell su -c mount -o rw,remount /oem
timeout 1
echo off
for /f "eol=#" %%f in (applist.txt) do (
set radek=%%f
call :work
)
goto :eof
:work
for /f "tokens=1,2 delims=^=" %%a in ("%radek%") do (
set cesta=%%a
rem disable package: %%b
adb shell su -c pm disable %%b
rem delete data/data package: %%b
adb shell su -c pm clear %%b
rem delete directory: %%a
call :mazudir
echo:
)
goto :eof
:mazudir
for /f "tokens=1,2,3 delims=/" %%j in ("%cesta%") do (
echo delete directory /%%j/%%k/%%l
adb shell su -c rm -rf "/%%j/%%k/%%l"
)
goto :eof
This is my hc debloat list - no google stuff, no play services, sony and other. I am using alternatives like f-droid/ k-9 mail/firefox/offline calendar so You probably want to edit it and enable stuff (add #)
This is bare working minimum. !!! Backup your system and data partitions first !!!
applist.txt
Code:
#------/system/priv-app/StatementService/StatementService.apk=com.android.statementservice
#------/system/vendor/app/AutoDialer/AutoDialer.apk=com.example
#------/system/vendor/app/ChromeCustomizations/ChromeCustomizations.apk=com.android.partnerbrowsercustomizations.chromeHomepage
#/system/app/ApplicationsProvider/ApplicationsProvider.apk=com.android.providers.applications
#/system/app/AptxNotifier/AptxNotifier.apk=com.sonymobile.aptx.notifier
#/system/app/BasicDreams/BasicDreams.apk=com.android.dreams.basic
#/system/app/Bluetooth/Bluetooth.apk=com.android.bluetooth
#/system/app/BluetoothMidiService/BluetoothMidiService.apk=com.android.bluetoothmidiservice
#/system/app/BookmarkProvider/BookmarkProvider.apk=com.android.bookmarkprovider
#/system/app/CameraAddonPermission/CameraAddonPermission.apk=com.sonymobile.camera.addon.permission
#/system/app/CameraCommonPermission/CameraCommonPermission.apk=com.sonymobile.cameracommon.permission
#/system/app/CameraExtensionPermission/CameraExtensionPermission.apk=com.sonyericsson.cameraextension.permission
#/system/app/CaptivePortalLogin/CaptivePortalLogin.apk=com.android.captiveportallogin
#/system/app/CertInstaller/CertInstaller.apk=com.android.certinstaller
#/system/app/ClockWidgets-release/ClockWidgets-release.apk=com.sonymobile.advancedwidget.clock
#/system/app/CoreSettings/CoreSettings.apk=com.sonymobile.coresettings
#/system/app/DeviceConfigTool/DeviceConfigTool.apk=com.sonymobile.deviceconfigtool
#/system/app/DownloadProviderUi/DownloadProviderUi.apk=com.android.providers.downloads.ui
#/system/app/ExactCalculator/ExactCalculator.apk=com.android.calculator2
#/system/app/FotaService/FotaService.apk=com.sonymobile.fota.service
#/system/app/GoogleExtShared/GoogleExtShared.apk=com.google.android.ext.shared
#/system/app/HTMLViewer/HTMLViewer.apk=com.android.htmlviewer
#/system/app/HeadphoneSelection/HeadphoneSelection.apk=com.sonymobile.headphoneselection
#/system/app/HotspotAdvancedSetting/HotspotAdvancedSetting.apk=com.sonyericsson.settings.wifi
#/system/app/IddPermissionApplicationCertificate/IddPermissionApplicationCertificate.apk=com.sonymobile.idd.permission.application_certificate
#/system/app/Iengine/Iengine.apk=com.sonymobile.intelligent.iengine
#/system/app/KeyChain/KeyChain.apk=com.android.keychain
#/system/app/LiveWallpapersPicker/LiveWallpapersPicker.apk=com.android.wallpaper.livepicker
#/system/app/LockscreenSettings-release/LockscreenSettings-release.apk=com.sonyericsson.lockscreen.uxpnxt
#/system/app/MusicFX/MusicFX.apk=com.android.musicfx
#/system/app/NfcNci/NfcNci.apk=com.android.nfc
#/system/app/OneTimePassLockScreenApp/OneTimePassLockScreenApp.apk=com.sonymobile.lockscreen.otp
#/system/app/PacProcessor/PacProcessor.apk=com.android.pacprocessor
#/system/app/PrintSpooler/PrintSpooler.apk=com.android.printspooler
#/system/app/ScdServiceJava/ScdServiceJava.apk=com.sony.scdservice
#/system/app/SecureClockService/SecureClockService.apk=com.sonymobile.secureclockservice
#/system/app/SemcAutoPowerOff/SemcAutoPowerOff.apk=com.sonyericsson.autopoweroffservice
#/system/app/SemcSettings/SemcSettings.apk=com.sonyericsson.settings
#/system/app/ServiceMenu/ServiceMenu.apk=com.compal.sony.servicemenu
#/system/app/SmartcardService/SmartcardService.apk=org.simalliance.openmobileapi.service
#/system/app/SomcSketch-live/SomcSketch-live.apk=com.sonymobile.sketch
#/system/app/SomcWifiDisplay/SomcWifiDisplay.apk=com.sonymobile.tvout.wifidisplay
#/system/app/SoundEnhancement/SoundEnhancement.apk=com.sonyericsson.soundenhancement
#/system/app/Theme009-sw320dp-xhdpi-release/Theme009-sw320dp-xhdpi-release.apk=com.sonymobile.themes.id009
#/system/app/Theme010-sw320dp-xhdpi-release/Theme010-sw320dp-xhdpi-release.apk=com.sonymobile.themes.id010
#/system/app/Theme011-sw320dp-xhdpi-release/Theme011-sw320dp-xhdpi-release.apk=com.sonymobile.themes.id011
#/system/app/Theme012-sw320dp-xhdpi-release/Theme012-sw320dp-xhdpi-release.apk=com.sonymobile.themes.id012
#/system/app/TopContactsWidget-release/TopContactsWidget-release.apk=com.sonymobile.advancedwidget.topcontacts
#/system/app/TouchFilterPackageSwitchService/TouchFilterPackageSwitchService.apk=com.sonymobile.touchscreen.touchfilter
#/system/app/TransmitPower/TransmitPower.apk=com.sonymobile.transmitpower
#/system/app/UiccTerminal/UiccTerminal.apk=org.simalliance.openmobileapi.uiccterminal
#/system/app/UnsupportedHeadsetNotifier/UnsupportedHeadsetNotifier.apk=com.sonyericsson.unsupportedheadsetnotifier
#/system/app/UserDictionaryProvider/UserDictionaryProvider.apk=com.android.providers.userdictionary
#/system/app/WAPPushManager/WAPPushManager.apk=com.android.smspush
#/system/app/WallpaperBackup/WallpaperBackup.apk=com.android.wallpaperbackup
#/system/app/WebViewGoogle/WebViewGoogle.apk=com.google.android.webview
#/system/app/XperiaXLiveWallpaper-release/XperiaXLiveWallpaper-release.apk=com.sonymobile.xperiaxlivewallpaper
#/system/app/ar-effect/ar-effect.apk=com.sonymobile.androidapp.cameraaddon.areffect
#/system/app/bootinfo/bootinfo.apk=com.sonyericsson.android.bootinfo
#/system/app/com.swiftkey.swiftkeyconfigurator/com.swiftkey.swiftkeyconfigurator.apk=com.swiftkey.swiftkeyconfigurator
#/system/app/com.touchtype.swiftkey/com.touchtype.swiftkey.apk=com.touchtype.swiftkey
#/system/app/device-monitor/device-monitor.apk=com.sonyericsson.devicemonitor
#/system/app/sim-detection-release/sim-detection-release.apk=com.sonyericsson.simdetection
#/system/app/skin-core-release/skin-core-release.apk=com.sonymobile.runtimeskinning.core
#/system/app/skin-picker-release/skin-picker-release.apk=com.sonymobile.runtimeskinning.picker
#/system/app/theme-xperialoops-release/theme-xperialoops-release.apk=com.sonymobile.themes.xperialoops
#/system/app/white-balance/white-balance.apk=com.sonymobile.whitebalance
#/system/framework/framework-res.apk=android
#/system/priv-app/ApnUpdater-release/ApnUpdater-release.apk=com.sonymobile.apnupdater
#/system/priv-app/ArtFilterCamera/ArtFilterCamera.apk=com.sonyericsson.android.addoncamera.artfilter
#/system/priv-app/BackupRestoreConfirmation/BackupRestoreConfirmation.apk=com.android.backupconfirm
#/system/priv-app/BatteryAge/BatteryAge.apk=com.cei.batage
#/system/priv-app/BlockedNumberProvider/BlockedNumberProvider.apk=com.android.providers.blockednumber
#/system/priv-app/CalendarProvider/CalendarProvider.apk=com.android.providers.calendar
#/system/priv-app/CallLogBackup/CallLogBackup.apk=com.android.calllogbackup
#/system/priv-app/CallWidgetFrameworkPermission/CallWidgetFrameworkPermission.apk=com.sonymobile.callwidgetframework.permission
#/system/priv-app/CameraCommon/CameraCommon.apk=com.sonymobile.cameracommon
#/system/priv-app/CameraPanorama-release/CameraPanorama-release.apk=com.sonyericsson.android.camera3d
#/system/priv-app/CameraWearableBridgeHandheldServer/CameraWearableBridgeHandheldServer.apk=com.sonymobile.cameracommon.wearablebridge
#/system/priv-app/CarrierConfig/CarrierConfig.apk=com.android.carrierconfig
#/system/priv-app/Contacts-release/Contacts-release.apk=com.sonymobile.android.contacts
#/system/priv-app/Conversations/Conversations.apk=com.sonyericsson.conversations
#/system/priv-app/CredentialManagerService/CredentialManagerService.apk=com.sonyericsson.credentialmanagerservice
#/system/priv-app/CustomizationSelector-universal-release/CustomizationSelector-universal-release.apk=com.sonymobile.customizationselector
#/system/priv-app/CustomizedSettings-release/CustomizedSettings-release.apk=com.sonyericsson.customizedsettings
#/system/priv-app/DefaultContainerService/DefaultContainerService.apk=com.android.defcontainer
#/system/priv-app/DeviceSecurityService/DeviceSecurityService.apk=com.sonymobile.devicesecurity.service
#/system/priv-app/Dialer-release/Dialer-release.apk=com.sonymobile.android.dialer
#/system/priv-app/DocumentsUI/DocumentsUI.apk=com.android.documentsui
#/system/priv-app/DownloadProvider/DownloadProvider.apk=com.android.providers.downloads
#/system/priv-app/EmergencyInfo-release/EmergencyInfo-release.apk=com.android.emergency
#/system/priv-app/EmergencySms/EmergencySms.apk=com.sonymobile.emergencysms
#/system/priv-app/EnterpriseService/EnterpriseService.apk=com.sonymobile.enterprise.service
#/system/priv-app/ExtendedBootLockService/ExtendedBootLockService.apk=com.sonymobile.extendedbootlock.service
#/system/priv-app/ExternalStorageProvider/ExternalStorageProvider.apk=com.android.externalstorage
#/system/priv-app/FMRadio/FMRadio.apk=com.mediatek.fmradio
#/system/priv-app/FMRadioFTM/FMRadioFTM.apk=com.cei.FMRadio
#/system/priv-app/FusedLocation/FusedLocation.apk=com.android.location.fused
#/system/priv-app/GSensorCalibration/GSensorCalibration.apk=com.mediatek.engineermode
#/system/priv-app/GoogleExtServices/GoogleExtServices.apk=com.google.android.ext.services
#/system/priv-app/GooglePackageInstaller/GooglePackageInstaller.apk=com.google.android.packageinstaller
#/system/priv-app/InputDevices/InputDevices.apk=com.android.inputdevices
#/system/priv-app/IntelligentBacklight/IntelligentBacklight.apk=com.sonymobile.intelligent.backlight
#/system/priv-app/MediaProvider/MediaProvider.apk=com.android.providers.media
#/system/priv-app/MmsService/MmsService.apk=com.android.mms.service
#/system/priv-app/MtpDocumentsProvider/MtpDocumentsProvider.apk=com.android.mtp
#/system/priv-app/ProxyHandler/ProxyHandler.apk=com.android.proxyhandler
#/system/priv-app/SEMCSetupWizard/SEMCSetupWizard.apk=com.sonyericsson.setupwizard
#/system/priv-app/SemcCameraUI/SemcCameraUI.apk=com.sonyericsson.android.camera
#/system/priv-app/SemcCnapProvider/SemcCnapProvider.apk=com.sonyericsson.providers.cnap
#/system/priv-app/SemcContactsProvider/SemcContactsProvider.apk=com.android.providers.contacts
#/system/priv-app/SemcPhotoEditor-photoeditor-release/SemcPhotoEditor-photoeditor-release.apk=com.sonyericsson.photoeditor
#/system/priv-app/SemcStorageChecker/SemcStorageChecker.apk=com.sonymobile.storagechecker
#/system/priv-app/SemcTelephonyProvider/SemcTelephonyProvider.apk=com.android.providers.telephony
#/system/priv-app/Settings/Settings.apk=com.android.settings
#/system/priv-app/SettingsProvider/SettingsProvider.apk=com.android.providers.settings
#/system/priv-app/SharedStorageBackup/SharedStorageBackup.apk=com.android.sharedstoragebackup
#/system/priv-app/Shell/Shell.apk=com.android.shell
#/system/priv-app/SimContacts/SimContacts.apk=com.android.sonymobile.simcontacts
#/system/priv-app/SimlockUnlockApp/SimlockUnlockApp.apk=com.sonymobile.simlockunlockapp
#/system/priv-app/SmartCleaner/SmartCleaner.apk=com.sonymobile.smartcleaner
#/system/priv-app/SomcExtTelephony/SomcExtTelephony.apk=com.sonymobile.telephony.extension
#/system/priv-app/SomcWifiService/SomcWifiService.apk=com.sonymobile.wifi
#/system/priv-app/SoundPhotoCamera/SoundPhotoCamera.apk=com.sonymobile.android.addoncamera.soundphoto
#/system/priv-app/Stk1/Stk1.apk=com.android.stk
#/system/priv-app/SuperStamina/SuperStamina.apk=com.sonymobile.superstamina
#/system/priv-app/SystemUI/SystemUI.apk=com.android.systemui
#/system/priv-app/Tag/Tag.apk=com.android.apps.tag
#/system/priv-app/TeleService/TeleService.apk=com.android.phone
#/system/priv-app/Telecom/Telecom.apk=com.android.server.telecom
#/system/priv-app/TetherEntitlementCheck/TetherEntitlementCheck.apk=com.sonyericsson.tetherentitlementcheck
#/system/priv-app/TimeShiftCamera/TimeShiftCamera.apk=com.sonymobile.android.addoncamera.timeshift
#/system/priv-app/USMHome/USMHome.apk=com.sonymobile.usm
#/system/priv-app/VpnDialogs/VpnDialogs.apk=com.android.vpndialogs
#/system/priv-app/WallpaperCropper/WallpaperCropper.apk=com.android.wallpapercropper
#/system/priv-app/WapPush/WapPush.apk=com.sonyericsson.wappush
#/system/priv-app/enhancedusbux/enhancedusbux.apk=com.sonyericsson.usbux
#/system/priv-app/sound-picker-release/sound-picker-release.apk=com.sonyericsson.suquashi.soundpicker
#/system/priv-app/usb-mtp-backup-transport/usb-mtp-backup-transport.apk=com.sonyericsson.mtp.extension.backuprestore
#/system/priv-app/usb-mtp-factoryreset-wrapper/usb-mtp-factoryreset-wrapper.apk=com.sonyericsson.mtp.extension.factoryreset
#/system/priv-app/usb-mtp-fotaupdate-wrapper/usb-mtp-fotaupdate-wrapper.apk=com.sonymobile.mtp.extension.fotaupdate
#/system/priv-app/usb-mtp-update-wrapper/usb-mtp-update-wrapper.apk=com.sonyericsson.mtp.extension.update
#/system/priv-app/usb-mtp-vendor-extension-service/usb-mtp-vendor-extension-service.apk=com.sonyericsson.mtp
#/system/vendor/app/BtTool/BtTool.apk=com.mediatek.bluetooth.dtt
#/system/vendor/app/Gba/Gba.apk=com.mediatek.gba
#/system/vendor/app/MDMLSample/MDMLSample.apk=com.mediatek.mdmlsample
#/system/vendor/app/MediatekDM/MediatekDM.apk=com.mediatek.mediatekdm
#/system/vendor/app/Omacp/Omacp.apk=com.mediatek.omacp
#/system/vendor/app/RootPA/RootPA.apk=com.gd.mobicore.pa
#/vendor/framework/mediatek-res/mediatek-res.apk=com.mediatek
#/vendor/priv-app/CDS_INFO/CDS_INFO.apk=com.mediatek.connectivity
#/vendor/priv-app/ImsService/ImsService.apk=com.mediatek.ims
#/vendor/priv-app/WfoService/WfoService.apk=com.mediatek.wfo.impl
/data/app/com.digitalturbine.ignite.deutschetelekom-1/base.apk=com.digitalturbine.ignite.deutschetelekom
/data/app/com.facebook.orca-1/base.apk=com.facebook.orca
/data/app/com.instagram.android-1/base.apk=com.instagram.android
/oem/priv-app/de.telekom.tsc/de.telekom.tsc.apk=de.telekom.tsc
/system/app/AnonymousData/AnonymousData.apk=com.sonymobile.anondata
/system/app/CalendarGoogle/CalendarGoogle.apk=com.google.android.calendar
/system/app/Chrome/Chrome.apk=com.android.chrome
/system/app/CrashMonitor/CrashMonitor.apk=com.sonyericsson.crashmonitor
/system/app/CrashMonitorSystem/CrashMonitorSystem.apk=com.sonymobile.crashmonitor.system
/system/app/CtsShimPrebuilt/CtsShimPrebuilt.apk=com.android.cts.ctsshim
/system/app/DemoAppChecker/DemoAppChecker.apk=com.sonymobile.demoappchecker
/system/app/Drive/Drive.apk=com.google.android.apps.docs
/system/app/Duo/Duo.apk=com.google.android.apps.tachyon
/system/app/EasterEgg/EasterEgg.apk=com.android.egg
/system/app/EditorsDocs/EditorsDocs.apk=com.google.android.apps.docs.editors.docs
/system/app/EditorsSheets/EditorsSheets.apk=com.google.android.apps.docs.editors.sheets
/system/app/EditorsSlides/EditorsSlides.apk=com.google.android.apps.docs.editors.slides
/system/app/Exchange2/Exchange2.apk=com.sonymobile.exchange
/system/app/FaceLock/FaceLock.apk=com.android.facelock
/system/app/GetMoreClient-standard-release/GetMoreClient-standard-release.apk=com.sonymobile.getmore.client
/system/app/Gmail2/Gmail2.apk=com.google.android.gm
/system/app/GmsSampleLayout/GmsSampleLayout.apk=com.google.android.launcher.layouts.gms
/system/app/GoogleContactsSyncAdapter/GoogleContactsSyncAdapter.apk=com.google.android.syncadapters.contacts
/system/app/GoogleLyricsPlugin/GoogleLyricsPlugin.apk=com.sonymobile.music.googlelyricsplugin
/system/app/GooglePrintRecommendationService/GooglePrintRecommendationService.apk=com.google.android.printservice.recommendation
/system/app/GoogleTTS/GoogleTTS.apk=com.google.android.tts
/system/app/GpaiConfig-release/GpaiConfig-release.apk=android.autoinstalls.config.sony.xperia
/system/app/IddAgent/IddAgent.apk=com.sonyericsson.idd.agent
/system/app/Maps/Maps.apk=com.google.android.apps.maps
/system/app/Music2/Music2.apk=com.google.android.music
/system/app/OmaDownload/OmaDownload.apk=com.sonyericsson.omadl
/system/app/PartnerBookmarksProvider/PartnerBookmarksProvider.apk=com.android.providers.partnerbookmarks
/system/app/Photos/Photos.apk=com.google.android.apps.photos
/system/app/RcaHandler/RcaHandler.apk=com.sonymobile.rcahandler
/system/app/RemoteControlService/RemoteControlService.apk=com.realvnc.android.remote
/system/app/SemcEmail/SemcEmail.apk=com.sonymobile.email
/system/app/SemcWarrantyTime/SemcWarrantyTime.apk=com.sonyericsson.warrantytime
/system/app/SomcMovieCreatorRmm-release/SomcMovieCreatorRmm-release.apk=com.sonymobile.moviecreator.rmm
/system/app/SomcXperiaServices/SomcXperiaServices.apk=com.sonymobile.xperiaservices
/system/app/SyncHub-release/SyncHub-release.apk=com.sonymobile.synchub
/system/app/Videos/Videos.apk=com.google.android.videos
/system/app/WikipediaPlugin/WikipediaPlugin.apk=com.sonymobile.music.wikipediaplugin
/system/app/WorldClockWidget-release/WorldClockWidget-release.apk=com.sonymobile.advancedwidget.worldclock
/system/app/XperiaTransferMobile-release/XperiaTransferMobile-release.apk=com.sonymobile.xperiatransfermobile
/system/app/YouTube/YouTube.apk=com.google.android.youtube
/system/app/YouTubeKaraokePlugin/YouTubeKaraokePlugin.apk=com.sonymobile.music.youtubekaraokeplugin
/system/app/YouTubePlugin/YouTubePlugin.apk=com.sonymobile.music.youtubeplugin
/system/app/com.amazon.mShop.android.shopping/com.amazon.mShop.android.shopping.apk=com.amazon.mShop.android.shopping
/system/app/com.facebook.appmanager/com.facebook.appmanager.apk=com.facebook.appmanager
/system/app/com.facebook.katana/com.facebook.katana.apk=com.facebook.katana
/system/app/com.s.antivirus/com.s.antivirus.apk=com.s.antivirus
/system/app/com.sonyericsson.xhs/com.sonyericsson.xhs.apk=com.sonyericsson.xhs
/system/app/com.sonymobile.infoapp/com.sonymobile.infoapp.apk=com.sonymobile.infoapp
/system/app/com.sonymobile.support/com.sonymobile.support.apk=com.sonymobile.support
/system/app/com.sonymobile.xperialounge.services/com.sonymobile.xperialounge.services.apk=com.sonymobile.xperialounge.services
/system/app/com.spotify.music/com.spotify.music.apk=com.spotify.music
/system/app/newssuite/newssuite.apk=com.sony.nfx.app.sfrc
/system/app/phone-usage/phone-usage.apk=com.sonymobile.phoneusage
/system/app/playstationapp/playstationapp.apk=com.scee.psxandroid
/system/app/talkback/talkback.apk=com.google.android.marvin.talkback
/system/app/textinput-chn/textinput-chn.apk=com.sonyericsson.textinput.chinese
/system/app/videoplaceholder/videoplaceholder.apk=com.sony.tvsideview.videoph
/system/app/videotvsideview/videotvsideview.apk=com.sony.tvsideview.phone
/system/app/weather-release/weather-release.apk=com.sonymobile.xperiaweather
/system/priv-app/ConfigUpdater/ConfigUpdater.apk=com.google.android.configupdater
/system/priv-app/CtsShimPrivPrebuilt/CtsShimPrivPrebuilt.apk=com.android.cts.priv.ctsshim
/system/priv-app/GetMore-standard-release/GetMore-standard-release.apk=com.sonymobile.getmore
/system/priv-app/GetSetClient-release/GetSetClient-release.apk=com.sonymobile.getset
/system/priv-app/GetSetSystem-release/GetSetSystem-release.apk=com.sonymobile.getset.priv
/system/priv-app/GmsCore/GmsCore.apk=com.google.android.gms
/system/priv-app/GoogleBackupTransport/GoogleBackupTransport.apk=com.google.android.backuptransport
/system/priv-app/GoogleFeedback/GoogleFeedback.apk=com.google.android.feedback
/system/priv-app/GoogleLoginService/GoogleLoginService.apk=com.google.android.gsf.login
/system/priv-app/GoogleOneTimeInitializer/GoogleOneTimeInitializer.apk=com.google.android.onetimeinitializer
/system/priv-app/GooglePartnerSetup/GooglePartnerSetup.apk=com.google.android.partnersetup
/system/priv-app/GoogleServicesFramework/GoogleServicesFramework.apk=com.google.android.gsf
/system/priv-app/KerberosService/KerberosService.apk=com.sonymobile.sso
/system/priv-app/ManagedProvisioning/ManagedProvisioning.apk=com.android.managedprovisioning
/system/priv-app/MyXperia-release/MyXperia-release.apk=com.sonymobile.mx.android
/system/priv-app/OMAClientProvisioning/OMAClientProvisioning.apk=com.sonyericsson.android.omacp
/system/priv-app/Phonesky/Phonesky.apk=com.android.vending
/system/priv-app/RcsVideoShare/RcsVideoShare.apk=com.sonymobile.rcsvideoprovider
/system/priv-app/SemcClock-release/SemcClock-release.apk=com.sonyericsson.organizer
/system/priv-app/SemcMusic/SemcMusic.apk=com.sonyericsson.music
/system/priv-app/SetupWizard/SetupWizard.apk=com.google.android.setupwizard
/system/priv-app/SomcMovieCreator-release/SomcMovieCreator-release.apk=com.sonymobile.moviecreator
/system/priv-app/StartupFlagV2/StartupFlagV2.apk=com.sonyericsson.startupflagservice
/system/priv-app/UpdateCenter-release/UpdateCenter-release.apk=com.sonyericsson.updatecenter
/system/priv-app/Velvet/Velvet.apk=com.google.android.googlequicksearchbox
/system/priv-app/album-albumLive-release/album-albumLive-release.apk=com.sonyericsson.album
/system/priv-app/com.facebook.system/com.facebook.system.apk=com.facebook.system
/system/priv-app/com.sonymobile.retaildemo/com.sonymobile.retaildemo.apk=com.sonymobile.retaildemo
/system/priv-app/rcs-core/rcs-core.apk=com.gsma.rcs
/system/priv-app/rcs-settings/rcs-settings.apk=com.sonymobile.rcs.settings
/system/priv-app/rcs-startup/rcs-startup.apk=com.sonymobile.rcs.startup
/system/priv-app/somc-get-to-know-it-release/somc-get-to-know-it-release.apk=com.sonymobile.gettoknowit
/system/priv-app/sonyentrance2-release/sonyentrance2-release.apk=com.sonymobile.entrance
#/system/priv-app/home-sonyMobile-release/home-sonyMobile-release.apk=com.sonymobile.home
Click to expand...
Click to collapse
Hii there
I am asking anyone who has some more knowledge than the average..
I have the XA1 Ultra and it is SIM locked AND bootloader unlock allowed NO
Is there any way you could know of unlocking the bootloader??
Have already tried with fastboot it gives me after the command ''not allowed''
Can I in any way make it change to bootloader unlock yes
Even if I do this
I would pay to get it sim unlocked and then I would ask the sony center to flash me
the factory firmware wich is debloated ... I would ask that from sony in a way that I do not
want this system form this provider with all that apps from that provider
And since I would go the way to unlock the sim and pay for that I would loose the warranty and
sony would be able to do it.. otherwise if it is locked to provider and under warranty thay do not
want me to do it even if I pay them couse thay want it form my provider to allow that operation
But my provider will do it after the 2 years warranty..
So.. again.. could it be unlocked in any possible way from bootloader no to yes..
And again if not.. could it be the solution if I ask sony to give me stock sony firmware
not the one from my provider.. could this change the hole sistem and then change the bootloader to yes unlock??
If you know anything please help I will try it

Categories

Resources