[TOOL] Kamome tool for Windows - deodex tool for 4.4 KitKat - Sony Cross-Device Development Themes and Apps

I created deodex tool based on kamome tool for Xperia 4.4.
This tool supports all Xperia 4.4.
Note: Z2 has "com.android.nfc_extras.odex", but there is no "com.android.nfc_extras.jar".
Maybe it's OK to leave "com.android.nfc_extras.odex".
This tool renames three files before deodexing (if they exists)
playstationcertified.odex => com.playstation.playstationcertified.odex
cneapiclient_release.odex => cneapiclient.odex
com.quicinc.cne_release.odex => com.quicinc.cne.odex
Download
Note: v7 causes creating zip problem in some environment.
Please use v6a if you have problem.
* For KK 4.4 *
Kamome tool v7 (mirror)
kamome tool v6a (mirror)
kamome tool v6 (mirror)
kamome tool v5 (mirror)
kamome tool v4 (mirror)
kamome tool v3 (mirror) (mirror2)
kamome tool v1
* For JB 4.3, 4.2 and 4.1*
Kamome tool v7 (mirror)
kamome tool v6a (mirror)
kamome tool v3 (mirror) (mirror2)
kamome tool v1
Changelog
v7
- Automatically copy zip with timestamps when adding apk to zip
- Clear messages after adding apk to zip -> go to menu
- Display Java path on the top of the menu
If you didn't install Java correctly, it will tell you "Java version not found,please install Java Runtime Environment!!"
v6a
- Changed script to delete whole /system/app, framework, priv-app instead of deleting only odex
!! You have to install SuperSU zip after installing deodex zip !!
Since deodex zip deletes superuser.apk, you will lost root if you doesn't install SuperSU zip.
v6
- Added "Exit 0" in del_odex.sh (thanks funky0308)
- Added Exit menu (thanks Henry2o1o)
v5
- Added logging for 4.4 version to investigate what causes error while deodexing
- Updated smali.jar and baksmali.jar (v2.0.3)
v4
- Removed zipalign menu
v3
- Fixed zipalign menu
v2
- Added zipalign option
- Changed adb command (thanks to WafiAzmiHartono)
Requirements
Java runtime
Enable USB debugging on your device (needed if you want to pull files)
Guide
1. Extract zip
2. Run deodex_bat.bat
3. Type 1 to create working directory
4. Type 2 to pull files from your connected device
This step can be skipped if you manually copy /system/app, /system/priv-app, /system/framework folder to /deodex_install_kitkat/system
5. Type 3 to start deodexing
6. Type 4 to create flashable zip
7. Done!
You can now copy deodex_install.zip to your device and flash it with recovery.
NOTE: check the zip and see if there are META-INF folder and del_odex.sh.
If there is only system folder, please download v6a and re-deodex with it.
!! You have to install SuperSU zip after installing deodex zip !!
Since deodex zip deletes folder which includes superuser.apk, you will lost root if you doesn't install SuperSU zip.
Experimental option - Type 5 to zipalign apks (before "6. Type 4 to create flashable zip")
**NOTE**
If you have problem (error or bootloop) with zipalign, retry from 2. and DO NOT run 5. zipalign.
************
Thanks @hagurekamome !

Great work, yet again @RyokoN

will it work on 4.3 ?

jokamaciek said:
will it work on 4.3 ?
Click to expand...
Click to collapse
It won't work because 4.4 version has "priv-app".
I deleted "priv-app" related command, so this version will work for 4.3.
https://mega.co.nz/#!30Q02QaQ!MM-PLgYRCpvPUUvasV6MTh76t_4mDrmUwQ1xc86KWcM

Been using the kitchen which has been a pain since KK was released but this is great!

Jop, thanx. This is awesome tool, guys now know how to make my own ROM.
Really thanx. :angel:

Awesome Script
Thanks man its make very simple to deodex my phone :good:

Great tool... Congrats!!
And also you have made the news !!

SONY Xperia Z Ultra FW 14.3.A.0.757 KitKat works everything well. Thanks for the best work.

It's not working on Xperia M.
But after replacing this code on deodex_bat.bat
Code:
:pfile
cls
cmd\adb wait-for-device
@echo Pulling files from your device...
cmd\adb pull /system/app system\app
cmd\adb pull /system/framework system\framework
pause
cls
goto menu
With this code
Code:
:pfile
cls
cmd\adb kill-server
cmd\adb start-server
@echo Pulling files from your device...
cmd\adb pull /system/app system\app
cmd\adb pull /system/framework system\framework
pause
cls
goto menu
It's working perfect, awesome, thanks for the tool
Sorry for my bad english.

Thx @RyokoN
Worked a treat, this should be stickied :thumbup:
Sent from my C6833 using Tapatalk

Root needed?

Also working on SGS 4 stock kitkat
Finally i found the way to deodex my stock GS 4 rom, THANKS!!! :good:
May i post di tool to GS 4 android development? for other members that dont know how to deodex?

AndikaTedja said:
Finally i found the way to deodex my stock GS 4 rom, THANKS!!! :good:
May i post di tool to GS 4 android development? for other members that dont know how to deodex?
Click to expand...
Click to collapse
OK

Link not working for 4.3 please upload it somewhere else.
Sent from my C1905 using xda app-developers app

@RyokoN mate
Great Work.. Can u make a option for Zip align too... ?

I updated kamome tool to v2:
- Added zipalign option (not tested on my device...)
- Changed adb command (thanks to WafiAzmiHartono)

Thanks for the mirror bro....
Sent from my C1905 using Tapatalk 4

thanks man :good:

I did not work xperia sp 201 stock
pass the apk manually
then 3 - 5 - 4
I think the zip is 160megas
install and does not follow the boot animation

Related

[KITCHEN] dsixda HTC Android Kitchen Now for Leo Nand

Thanks to our Senior Moderator dsixda , his Android Kitchen now has support for our Leo Nand too.
You can modify any Rom:
_Shipped
_Custom
_Nandroid Backups
It is easy to use with some automated features as:
_Deodex
_Zipalign
_Add scripts
_Add App2sd
_extract Kernel and initrd
_etc
Code:
===================================================================
HTC Android Kitchen - by dsixda (xda-developers.com)
===================================================================
Main Menu
1. Set up working folder from ROM
2. Add root permissions
3. Add BusyBox
4. Disable boot screen sounds
5. Add wireless tethering
6. Zipalign all *.apk files to optimize RAM usage
7. Change wipe status of ROM
8. Change name of ROM
9. Check update-script for errors
10. Show working folder information
Advanced Options
11 - Deodex files in your ROM
12 - Add task killer tweak for speed (stock ROM only)
13 - Add /data/app functionality
14 - Add Nano text editor + sysro/sysrw
15 - Add Bash (command shell)
16 - Add Apps2SD
17 - Add /etc/init.d scripts support (busybox run-parts)
18 - Add custom boot animation functionality
19 - Porting tools (experimental)
20 - Unpack or re-pack a boot image
21 - Unpack data.img
22 - Sign APK file(s)
23 - Convert update-script or updater-script
24 - Run plugin scripts
99. Build ROM from working folder
00. About/Update kitchen
0. Exit
dsixda said:
How do I import a ROM into the kitchen to use as my base?
From a shipped ROM:
First, find the shipped ROM for your device, usually from htc.com or from searching xda-developers (check the Wiki or sticky posts under your device's sub-forum).
This link may help: Various devices
Please don't ask me for links, as I don't know everything or own all devices. ;-)
The shipped ROM can be found in three different formats. Identify the type you have downloaded:
If the shipped ROM is in a .ZIP format, then simply copy it to the kitchen's original_update folder.
OR if the shipped ROM consists of system.img and boot.img files, then copy those two files to the kitchen's original_update folder.
OR if the shipped ROM is in an .EXE format, then do the following:
In Windows, run the shipped ROM's .EXE file till it gets to the first dialog. Stop there but don't close the window yet.
Go to Start->Run and type: %TEMP%
When the folder opens, search for Rom.zip (use the "magnifying glass" Search button)
Copy Rom.zip to your kitchen's original_update folder
OR from a cooked/custom ROM:
Copy the update.zip (or equivalent ZIP file) to your kitchen's original_update folder
OR from a Nandroid backup (under /sdcard/nandroid) [NOT RECOMMENDED FOR NON-STOCK ROM BACKUPS]:
Copy the system.img and boot.img files from the backup folder to your kitchen's original_update folder
NOTE: The Nandroid-backup method of ROM customization is not the best method, because the kitchen may not account for various advanced options that were added outside of this kitchen (these options are in the update-script file which was in the original ROM but is not in the backup. The kitchen needs to re-create this file and 'guess' those options). However, it will support Nandroid backups that already have basic features like root, busybox and /data/app functionality.
Click to expand...
Click to collapse
Go to dsixda thread and grab your Kitchen now and have some fun with it!
KITCHEN THREAD
If you like it don't forget to hit thanks to dsixda and consider to him a donation for his work.
How to use HD2
Make Tut 4 HD2 plz....
oh em gee!
for those asking for a tutorial,
http://forum.xda-developers.com/showthread.php?t=633246
if you visit the kitchen's thread you will find much more information and step-by-step guide for all operating systems.
thanks
In the thread of dsixda everything are available step-by-step.
I can confirm that it is working and tested from the begin of implementation of this Nand support.
I used it for HD2, sometime work, sometime not work
Whenever I cook using this Awesome kitchen I successful have a zip file. When I try to flash it It gives me an error (Status 6) and I do not know what to do to resolve this issue.
Raptordin said:
Whenever I cook using this Awesome kitchen I successful have a zip file. When I try to flash it It gives me an error (Status 6) and I do not know what to do to resolve this issue.
Click to expand...
Click to collapse
Nice to know that an arabian is cooking
Waiting your builds because i'm sure you will be incorporating arabic roms and full arabic support by default!
This error sound of something wrong in updater-script, in this kitchen you must:
1. convert updater-script to update-script for working on it
2. convert it back to updater-script before make the zip process.
Anyway fore me it worked at 1st shot and this is what i made and in Dsixda thread there is a good tutorial and a video that explain all.
Raptordin said:
Whenever I cook using this Awesome kitchen I successful have a zip file. When I try to flash it It gives me an error (Status 6) and I do not know what to do to resolve this issue.
Click to expand...
Click to collapse
Life Engineer said:
Nice to know that an arabian is cooking
Waiting your builds because i'm sure you will be incorporating arabic roms and full arabic support by default!
Click to expand...
Click to collapse
I am still a noob when it comes to Android but will do my best, Used to be very good with WinMob bt still starting here, will try my best though.
af974 said:
This error sound of something wrong in updater-script, in this kitchen you must:
1. convert updater-script to update-script for working on it
2. convert it back to updater-script before make the zip process.
Anyway fore me it worked at 1st shot and this is what i made and in Dsixda thread there is a good tutorial and a video that explain all.
Click to expand...
Click to collapse
Thanks for your reply, I did convert it back and forth though but still same error. The tutorials are very nice and I did follow them to the letter. Will try again today after I get back home from work and will try to get another base to start from.
Np raptordin,
if you wanna say to me what build you are trying to mod and what mod you want to do, i can give it a go and see if i get the same error.
af974 said:
Np raptordin,
if you wanna say to me what build you are trying to mod and what mod you want to do, i can give it a go and see if i get the same error.
Click to expand...
Click to collapse
Will test again in an hour or so when I get home and report back. Thanks for your interest.
Just a reminder -- if you have a boot.img in your ROM's working folder, and it didn't get converted to "boot" folder after building the ROM, then you have to do the conversion manually.
1) Select option 20 - "Unpack or re-pack a boot.img"
2) Select option c - "Convert boot.img into NAND boot folder"
Then you can build.
If you are using a custom HD2 ROM then this step is probably not necessary, as the kitchen will aready have created the boot folder and removed the boot.img. To make sure, just open the .ZIP file that was created by the kitchen after building.
Thanks for info Dsixda,
I'm facing a couple of problems with the Kitchen, here they are:
1. In the Kitchen Rom info app2sd are not installed but it still in init.d
2. if i add /data/app (option 13) market apps installation end with an error.
Code:
Working folder information
Android OS version : 2.3.3
Device : bravo
ROM Name : GRI40
Rooted (unsecured boot.img) : YES
Rooted (Superuser.apk + su) : YES
BusyBox installed : YES
BusyBox run-parts support : YES
Apps2SD enabled : NO
/data/app enabled : NO
Custom boot animation allowed : NO
Nano text editor installed : YES
Bash shell support : YES
/system/framework is deodexed : YES
/system/app is deodexed : YES
radio.img found : NO
ROM will wipe all data : NO
I'm using this rom as base http://forum.xda-developers.com/showthread.php?t=933951
af974 said:
Thanks for info Dsixda,
I'm facing a couple of problems with the Kitchen, here they are:
1. In the Kitchen Rom info app2sd are not installed but it still in init.d
Click to expand...
Click to collapse
So you don't have an "a2sd" file under /system/bin or /system/xbin or anywhere else? What options did you select for apps2sd (e.g. runparts?).
2. if i add /data/app (option 13) market apps installation end with an error.
Click to expand...
Click to collapse
You need to be specific.. what is the error? And when you say 'installation' do you mean while the kitchen is adding the data/app folder, or while the ROM is booting?
Nope, there is nothing in there but there is the script in init.d " 10app2sd", though i'm speaking of original update.zip.
dsixda said:
So you don't have an "a2sd" file under /system/bin or /system/xbin or anywhere else? What options did you select for apps2sd (e.g. runparts?).
Click to expand...
Click to collapse
After the boot, i go to market and download an app but it cant be installed.
You need to be specific.. what is the error? And when you say 'installation' do you mean while the kitchen is adding the data/app folder, or while the ROM is booting?
Click to expand...
Click to collapse
Whoot! time to get my chef on!
Thanks you for this great tool
af974 said:
Nope, there is nothing in there but there is the script in init.d " 10app2sd", though i'm speaking of original update.zip.
Click to expand...
Click to collapse
Is it really apps2sd (apps to ext3) or is it just that hack that is used to move all apps to the fat32 partition of the SD card (the option that is in Settings of Cyanogen ROMs)? Can you paste the contents of that file here please (in
Code:
tags)
[QUOTE]
After the boot, i go to market and download an app but it cant be installed.[/QUOTE]
I don't know anything about that, probably your device's or ROM's issue because it works elsewhere. When the kitchen adds /data/app to the working folder it only sets the permissions for that folder when flashing.

Flash torch in Lockscreen for Samsung 4.0.4 based ROM....

How to implement torch in locksreen ( long press home button when screen is locked to activate flashlight ) for Samsung 4.0.4 based rom
Hello friends,I want to share with all this useful mod ...
What do you need:
-1 My modified smali files to implement in Android.policy.smali
-2 Smali/backsmali utility
-2 7Zip or Winrar
-3 Some patient
Works perfectly with the Samsung XWLPM / XWLPT based rom
Examples:
- Take your Android.policy.smali and open it with 7Zip/Winrar ( is located in system/framework ) extract the file Classes.dex.
- Decompile the Classes.dex with smali
- Copy all the file from my archive and paste it to your decompiled Classes.dex ( \android.policy.jar\com\android\internal\policy\impl:
PhoneWindowMmanager.smali, KeyguardViewManager.smali, KeyguardViewMediator$2.smali and KeyguardViewMediator.smali )
- Recompile your Classes.dex with Baksmali
- Open again Android.policy.smali with 7zip/winrar and copy the new classes.dex
- Make backup of your Android.policy.smali and replace it with the new modified file
- copy torch apk and install it
- Also you need to create a new folder in your internal sdcard: tweak\lock_torch_on ( the correct structure located in my archive )
If you liked my work give me a thanks.....
Enjoy.......:good:
Torch source XWLPM/XWLPT
Download
Nice
Hope someone can make a CWM flashable zip
this mod work in i9100g or just i9100??
Gabrieltan said:
this mod work in i9100g or just i9100??
Click to expand...
Click to collapse
XWLPM / XWLPT based rom is for international i9100 model
How can i do that with LPW Odexed rom ? i want this feature so much !
interesting, try to port it on other rom~
is there any tutorial?? i want try to make it for my phone(i9100g)
Does anyone have tried this with different phones, like HTC for example?
@ Neme77 How do you think? Is your mod going to work on HTC Desire with Android 4.1.2?
Thank you in advance.
Sorry for the bump
After upgrading to SuperNexus 2.0 Rom I really miss this feature.
Anyone knows how to do this with JB 4.2.1?
Thanks!

Root MANY ANDROID! [Upd: 20.07.2014] - Updated: New Z2 Root by CubeandCube

Hi,
i made a small script which is able to root ICS/JB phones. It uses a remount timing issue in Androids "adb restore" service.
So normally it should work on nearly all ICS/JB devices, for some it won't but the idea may work in a slightly modded version
There is a case for Xperia T and Xperia S,P etc. phones, this phones run ICS but don't have android's native restore with adb, Sony has added a own custom "Backup&Restore" app, the script handles this cases too, just choose the correct option!
Download:
Root_with_Restore_by_Bin4ry_v36: Download
New Z2 Root method by CubeandCube (thanks man!) See original: https://twitter.com/cubeundcube/status/490153209164349441
New 2014 root method, Z1s, Z2 Tablet etc. thanks to jcase for the exploit (http://forum.xda-developers.com/showpost.php?p=53407127&postcount=1004)and xsacha the z2tablet implementation (http://forum.xda-developers.com/showthread.php?t=2781109). donate to them please !
For Z2 Tablet be sure to be on a firmware < .402, else it will not work!
Ubuntu users please edit the runme.sh to use the system inbuilt adb command.
I removed the PWN binary from jcase method on request, to get the newest working binary please download it here: Click and then copy it to "z2root" folder of my tool!
v33:
New Root for some newer Xperias by cubeundcube
supported devices (thanks RyokoN for collecting this infos):
bug 9950697
・Xperia Z C6603/C6602 10.3.1.A.2.67 / 10.3.1.A.2.74 / 10.3.1.A.0.244
・Xperia ZL C6502
・Xperia Tablet Z SGP311JP / SGP312 10.3.1.C.0.136
・Xperia V LT25i 9.1.A.1.140
・Xperia AX SO-01E 9.1.C.1.103
・Xperia Z SO-02E 10.3.1.B.0.256
・Xperia Tablet Z SO-03E 10.1.E.0.305
・Xpeira A/MIKU SO-04E 10.3.1.B.0.224 / 10.3.1.B.0.256
・Xpeira UL SOL22 10.2.F.3.81
・Xperia GX SO-04D 9.1.C.1.103
CVE-2013-6282
・Above devices/firmwares
・Xperia Z1 C6903 14.1.G.1.534
・Xperia Z Ultra 14.1.B.1.532
・Xperia UL SOL22 10.3.1.D.0.220
・Xperia SX SO-05D 9.1.C.1.103
・Xperia VL SOL21 9.1.D.0.401
・Xperia miro ST23i 11.0.A.5.5
・Xperia J ST26i 11.2.A.0.33
・Xperia L C2105 15.3.A.0.26
・Xperia E C1505 11.3.A.2.23
NOTE: If you have problems downloading, please use: http://unrestrict.li/
Mirror 1 Uploaded.to : http://ul.to/a1ycrsqj
For Xperia S 2.55 Firmware look in this thread: http://forum.xda-developers.com/showthread.php?p=39498268
DO NOT MIRROR IT! If you cannot download kindly ask other users to send you a private message with a link, dont post public Mirrors!
Also if you have download problems try rapid8 or unrestricted.li !
Have fun with it and if you like you can donate to me
How-To:
1.) Download attached file.
2.) Extract it using 7zip
3.) Double click the RunMe.bat and follow instructions!
Xperia phones with "older" firmware = Normal mode
Sony Tablet and similar = Special mode
Xperia phones with JB Firmare = Mode 3 (Goroh_kun mode)
Video Tutorial: http://forum.xda-developers.com/showthread.php?p=33470626#post33470626
Updates:
Updated to v2 windows&linux! (thanks kamistral for the Unix port )
Updated to v3 (no unix script included yet, sorry no time!) - Included Sony Tablet S mode thanks WonderEkin for helping me out there!
Updated to v4 - On many requests i added a unroot option
Updated to v5 - Other renamed to Normal, Xperia T integrated to Normal-Mode, adjusted wait-for-device time to atleast 10 seconds etc...
Updated to v6 - Made it even more simple Checks itself for Xperia S, P etc etc and switches modes automatically. So only 3 modes left: Normal, Tablet S and unroot.
Updated to v7 - Fixed some scripting errors & added some more output!
Updated to v8 - Fixed very very stupid scripting error!
Updated to v9 - Fixed another bug (thanks maxrfon) & Added automatic stat for Backup&Restore on special Sony devices like LT26,LT22 ...
Updated to v10 - Just updated Superuser app and su binary
Updated to v11 - Added sync to Special mode, thanks to smokey_joe
Updated to v12 - Added ric for Xperia T, device will not reboot anymore on system remount + Full Unix script (thanks codeworkx for port)
Updated to v13 - Fixed selfmade bugs -.-
Updated to v14 - Fixed several Unix bugs, added support for more devices with RIC, no more reboot issues on this devices after remounting system partition to RW
Updated to v14_2 - Just a fix for Unix SH script (thanks to shadyabhi)
Updated to v15 - Fixed "lagging devices", just re-root a lagging device and it will be fine
Updated to v16 - Added a 10 second delay before reboot (needed for some devices!)
Updated to v17 - Added more settings to local.prop, hopefully it will work on some more phones now!
Updated to v18 - Fixed "unroot" Option, fixed Linux Version, added a notice for usb-drivers in Windows Version
Updated to v20 - New method by Goroh_kun for Xperia Z/ZL added, maybe also it works for other new Xperia Firmwares! All credits for this belongs to him!
Updated to v21 - Fixed NFC Bug on Xperia Z after rooting !
Updated to v22 - Fixed ServiceMenu Status of Rooting Allowed & Added choice if Superuser or SuperSu should be installed & install other RIC to prevent phones from rebooting @ System RW remount
Updated to v23 - Fixed stupid script error.
Updated to v24 - More robust NFC fix & unrooting improved
Updated to v25 - Fixed Problems with SuperSU (SuperSU reported NOT rooted before) & updated to newest ADB version (be sure to have actual drivers installed!!)
Updated to v26 - Fixed Problem with last step of mode 3. (Now rm -rf of busybox is used instead android one which misses -f flag)
Updated to v27 - Fixed little script error and added a Linux version (chmod +x it yourself) [thanks to jamcswain for the unix script]
Updated to v28 - Reboot issue fixed, NFC more stable fix (Mode 3)
Updated to v29 - Small fixes
Updated to v30 - Updated Busybox version, Added Rooting for Google Glass Explorer Edition (thx Saurik for the ab file)
Updated to v31 - Added a improved Root-Method by Ariel Berkman (see here for details: http://seclists.org/fulldisclosure/2013/Jun/115)
Updated to v32 - Added new Z1 14.1.G.1.534 Root method by cubeandcube
Updated to v33 - More devices
Updated to v34 - Z2 Tablet root
Updated to v35 - removed the pwn binary on request!
Notice:
Normal Mode will not wipe any other data, dont worry! (only maybe your backgroud vanishes )
Special Mode CAN wipe your data, Rollback SHOULD restore, but to be sure backup you data somehow!
New Mode SHOULD be able to root all new Sony Firmwares like 2.55 and higher where Normal mode was failing [thanks Goroh]
Confirmed devices:
Sony Xperia : S, T, P , Acro S, Ion , Tipo , Tablet S, Go, Sola, U, Z, ZL
Google: Nexus 7 [UK Firmware] (thanks Paul O'Brien for test) [seems some firmwares to work and some don't, as i dont have this device myself i would appreciate reports with FW-versions]
XTouch: X401
Jiayu G2-S thanks txakar
LG: P705 thanks mariolcneto, P7510 thanks fdothivanka
HTC: One S thanks sebagsm, Sensation XL [ICS 4.03] thanks Koate via PM, Sprint's OTA ICS update on Evo3D seems incompatible, Desire S thanks to Krayt via PM
Kyocera: Rise & Hydro thanks jmztaylor
Samsung: Galaxy S2 thanks danroob
Some more
Ainol: Novo 7 Tornado 7 thanks anoperson
Prestigio: MultiPad PMP5197D 9.7 ULTRA thanks logofreax
HDC: I9300 S3 clone thanks PMmshprojects
Additional info for SONY 2012 Owners:
If your STOCK ROM does not have preinstalles Sony's Backup&Restore app please visit arielhezi thread, it may help you:
http://forum.xda-developers.com/showthread.php?t=1898240
Older Versions:
v35 - http://ul.to/a1ycrsqj
v34 - removed
v33 - Click
v32 - http://ul.to/lsm7hw6t
v31 - http://ul.to/z7krermj
v30 - http://ul.to/qdwj779r
v29 - http://ul.to/gmg1x5cn
v28 - http://ul.to/k2yx2rmz
v27- http://ul.to/8qh0ictt
v26 - http://ul.to/45k0f6t7
v25 - http://ul.to/ni1svkhk
v24 - http://ul.to/zdb0h9lz
v23 - http://ul.to/5kw7a8r9
v22 - http://ul.to/4cn4kwd3
v21 - http://ul.to/aa18qpkh
v18 - http://ul.to/0fpyh5c5
v17 - http://ul.to/xdevcthz
v16 - http://ul.to/2vabz461
v15 - http://ul.to/h44f6vni
Regards
thanks for this.
YOU'RE SO AWESOME
Sent from my LT26i using xda app-developers app
will this root SONY U with unlocked bootloader and ICS android?
pesky_89 said:
will this root SONY U with unlocked bootloader and ICS android?
Click to expand...
Click to collapse
Since the U is a NXt phone it should work
Is your method able to relock the bootloader?
point " 4)other " isn't working
androidseb said:
point " 4)other " isn't working
Click to expand...
Click to collapse
For which phone? IF you are using a Xperia NXT you have to choose option 3) LT26,LT22 etc.
Regards
Bin4ry said:
For which phone? IF you are using a Xperia NXT you have to choose option 3) LT26,LT22 etc.
Regards
Click to expand...
Click to collapse
Not working on a Stock Xperia S... doesnt ask to restore... just reboots... and fails to chmod
Hi, thanks for the root
I do have a question though, what are the FakeBackup.ab and VPNFaker.apk for?! just curiosity
zbuh said:
Not working on a Stock Xperia S... doesnt ask to restore... just reboots... and fails to chmod
Click to expand...
Click to collapse
It works here, have you started the restore app ? On Xperia S you have to start the "Backup&Restore" app from menu and select the backup to restore manually.
Regards
This is so kool, no longer need to downgrade to GB.
Can I change the Superuser.apk with supersu?
@ Bin4ry
what about Sony U running GB and not ICS? can i root it?
pesky_89 said:
@ Bin4ry
what about Sony U running GB and not ICS? can i root it?
Click to expand...
Click to collapse
You need ICS because it utilizes backup & restore app which is one of the default app in ICS
DeepUnknown said:
Hi, thanks for the root
I do have a question though, what are the FakeBackup.ab and VPNFaker.apk for?! just curiosity
Click to expand...
Click to collapse
fakebackup.ab is the file which is used for XperiaT and other devices which can do directly "adb restore"
vpnfaker is from tabletS rooting trick, i removed it now because someone else has posted already a good version in TabletS forum
Regards
@Bin4ry
In your batch file you have the following lines:
Code:
echo Device type:
echo 1) Xperia T
echo 2) Tablet S
echo 3) LT26,LT22 etc.
echo 4) Other
set /p type=Make a choice:
if %type% == 1 GOTO XPT
if %type% == 2 GOTO XPS
if %type% == 3 GOTO OTHER
By choosing 4 the script won't do anything as nothing is defined for that operation.
reuploaded the script, a little error in choice. sorry for that !
Regards
Bin4ry said:
It works here, have you started the restore app ? On Xperia S you have to start the "Backup&Restore" app from menu and select the backup to restore manually.
Regards
Click to expand...
Click to collapse
The "hacked" backup is not there to restore...
Device type:
1) Xperia T
2) Tablet S
3) LT26,LT22 etc.
4) Other
Make a choice: 3
Normal Mode enabled!
Please connect device with ADB-Debugging enabled now....
3201 KB/s (1085140 bytes in 0.331s)
2426 KB/s (22364 bytes in 0.009s)
3217 KB/s (843503 bytes in 0.256s)
Please look at your device and click RESTORE!
If all is successful i will tell you, if not this shell will run forever.
Please re-download, my 1st script was messed a little
Regards
Bin4ry said:
For which phone? IF you are using a Xperia NXT you have to choose option 3) LT26,LT22 etc.
Regards
Click to expand...
Click to collapse
For a arc s and for the Future Xperia v
Sent from my Xperia Play with Official ICS Test Release Xperia Play 4.0.4 and Advanced Stock Kernel by Doomlord
It worked in Xperia P but it said:
cannot stat 'stuff\ric': No such file or directory
wondering if it could affect something...

[ROM] Stock 4.1.4 For 101xs, Clean, Stable, Root

Hello guys,
8 years after the release of my 4.1.2 rooted rom, I retrieved my 101 xs and I updated my rom. So here it is, an updated 4.1.4 rom, rooted and optimized that you can install now (don't forget to make backups of course).
I mainly got the tweaks from BlueAndroid: http://forum.xda-developers.com/showthread.php?t=2073859
What I did
Retrieved build.prop enhancements and init.d tweaks from BlueAndroid
Updated busybox to 1.32-Stericsson
Updated CA certs from my recent Samsung phone, because the stock ones were expired
Removed ui sounds completely, I dislike them
Added custom host file for blocking ad servers
Added Viper4Android 2.4.0.1 (was Awesome Beats on 4.1.2)
Added Sony Walkman (music player)
Added Mixplorer v6.57.1 and MixArchive
Added Seeder (entropy generator to reduce lag)
I didn't do any UI tweaks (I'm not good at this). If someone wants, just do it. If you want to build your own version of the rom, I've made a script that builds the patched rom from the stock file. It runs under Linux or WSL. You'll have to download mkrom.zip and androidmerged.squashfs. Unzip the zip and place the squashfs file in the same directory. Then run mkrom.sh, and if everything goes well you should get a file named archos.ext4, ready to be installed (see Installation below).
Also I tried putting more recent versions of Google Play Store and Archos apps in the system/app folder, but when I did this, the apps were not working correctly, so I left them as their old versions. If someone has an explanation, please tell me
Download
Version 1: Archos_4.1.4_Mwyann_1.zip
Installation
I'm just gonna copy/paste BlueAndroid installation instructions here:
Install Developer Edition if you didn't already
connect USB cable & check if USB debugging is already enabled !
put archos.ext4 in your device ( root directory ! ) , or using adb command :$ adb push archos.ext4 /mnt/storage ;
go to recovery -> Developer Edition Menu -> Remove Android Kernel ( if exist ! ) -> Flash Kernel & Initramfs -> copy here zImage and initramfs.cpio.lzo in the new drive that appears !
OK -> wait to reboot -> enjoy the new rom
Don't hesitate to tell me if it worked or not, and what you think of this.
Hi!
I have tried to install it, but when I restart the device it just do not want to boot.
It freez ad the Archos logo screen!
What I am doing wrong!
I have dongraded my device to 4.0.26 version.
After that I have enabled the USB debuging.
Than I have installed the SDK version from Archos web site.
Restart and paste your firmware.
Restart again and flash the zImage and initramfs.cpio.lzo (deleting ar not the Archos Kernel - no matter the result is the same - freez).
And nothing. Any help?!?!
Thanks!
PS: May be there is something wrong with your zImage and initramfs.cpio.lzo files, because with the files from this post it works.
So it did work with the new zImage and initramfs.cpio.lzo files? It's possible I just took the wrong files, from 4.1.1. I'll update those files soon.
Edit: Files updated to 4.1.2, should be fine now.
I will trythis method on the 97xs
Great It is ok
if you use the 4.0.26 !!!
doesn't work for me, "Usb connection : please copy a zImage and an initramfs, then press ok to disconnect" i used adb to put
THANKS for your THANKS :good:
Bump to this thread, because I've updated it after 8 years Enjoy a fresh 4.1.4 rom, rooted and updated as far as I could.

[Aroma][addons][patch]install any KitKat rom with any recovery[Dualboot tool]

Hi all.
before anything :
- this tool is for especialy for dualbooters because i havent tested in 1rst rom. but updater-script manage kernel flashed. prepare odin in case of bad flash, you're advised.
- always make nandroid before use and flash with my tool.
I saw that ppl have many trouble to install 4.4.2 kitkat roms on their device.
it seems that we have manu such "error status 7" , and these were about setting persmissions during flash.
so i decide to make an aroma to avoid this error.
if you flash an original 4.4.2 Kitkat rom and have the error, no need to flash another compatible recovery kernel to re-try, just use my aroma flasher with the steps i descride below. In the aroma advanced MENU, you will choose set_perm commands compatible flash instead of set_metadata commands persmission to see if flask process will work in fine
Sure, at end of process, a kernel will be flashed, dorimanx branch 8 i have put in pach you went to donwload, or another you have put instead like i describe in extra step 6 below too.
so, AROMA structure details is like this :
pach/AROMA
---------backupEFS <------- useful script, no need to touch.
---------KERNEL <------- place here your boot.img file. (original rom or other)
---------maliv2
-------------system/lib/egl/ <-------- maliv2 .so libs contents, no need to touch.
pach/data/app <--------- you can put som apks here, moved from /system/app/ (i often move in latinIME.apk from /system/app/ and then i free 40Mo on /system/ partition, its good for GAPPS)
pach/META-INF/....../ <--------- no need to touch.
the available download pach i use for some months now , is here :
UniversalAROMAinstallerFOR-4.4.2-ROMs-DefinitivePach.rar - 8.53 MB
how to use it
1 - download any kitkat 4.4.2 ROM your want to install I9100.
2 - try it normaly, and see if you have error on flash.
3 - when you got it, on PC, make a safe copy ot it somewhere, and open it with WINRAR. Then delete META-INF and other boot.img file. just let system folder in ZIP.
4 - uncompree my AROMA somewhere.
5 - drag and drop the 3 "bolded" folders (in aroma structured details) in ZIP rom you still have opened.
extra step 6 : in AROMA/KERNEL/ folder, you will find dorimanx branch 8 version (new @StanTRC recovery inside) i have put. You can replace it with any boot.img you want , even those from original rom zip you have safely somewhere on your PC. just extract boot.img from it and replace with in you new aroma installer rom zip you went to manage in steps 3, 4 and 5 .
aroma choice you will have :
"Compatibility of your Recovery Kernel",
"Your Kernel is compatible for set_metadata commands"
"Your Kernel ONLY understand set_perm commands"
"choose your based KK similar rom",
"AOSB BEANSTALK C-ROM EHNDROIX"
"CARBON"
"CM11 JELLYBAM"
"SABER PAC"
"PA"
"Resurrection Remix"
"SLIM SPIRIT"
"NEATROM AICP"
"SOKP"
"Backup EFS",
"Backup your EFS folder before flash"
"Skip"
"Kernel to flash at end of process",
"DorimanX 8 and MaliV2"<---------- option that serve to flash MALIV2 for dorimanX branch 8 users, dualbooters.
"any other kernel"
EXTRA TOOL : .db qulite bases "wiper" , it delete some .db files in some /data/data/com.android........../databases/ folders, usefull when we flash from <> based 4.4.2 roms, CM11 , RR , PAC , SLIM, PA....sometimes worked fines for me.
"Delete some SQlite .db files in ROM",
"YES ","Delete some SQlite .db from you installed rom to avoid com.android.phone FC or other FCs"
"NO thanks we can FLASH the ROM"
again, this is just for test and fun , dualbooters will like more that "normal" users. no risk to flash kernel in 2nd rom, but remember need maliv2 during AROMA....and i always afraid someone that try my work on 1rst rom will brick its device.....so i advertise everyone that before upload my "daily" works, i'm not always flashing them on my 1rst rom.
thanks.
How to use the pach
Hope image tuto are good readable .
1 - open ROM.zip with winrar
2 - delete some folders in ROM.zip
3,4 - what to copy from my pach to the ROM.zip
5 - explain about structure and tweak .
no image 6 - just flash new ROM.zip with my aroma.
thanks.

			
				
Ultimate Aroma Addons for KitKat 4.4.2 and JB 4.1.2 DualBoot Roms.
extracted Aroma Managment
Code:
"ROM TYPE",
"which type of rom do you use",
"JB 4.1.2
"KK ROM 4.4.2"
Code:
"4.1.2 rom runing",
"its on Normal install
"its on DualBoot install
Code:
"4.4.2 Options",
"apply or remove APKs",
"Addons apks
"Remove them
Code:
"Addons APKS",
"tick to add",
"Google Camera with Sphere"
"Google Keyboard"
"TW Launcher from PhenomRom TW Accuweather"
"S4 settings for KitKat
"S4 TW Launcher BY ANMOL7IFY need 25Mo on system
"Htc BlinkFeed v11 need 31Mo on system
"Htc BlinkFeed v11 on data partition
"Themes in data (2 cobalts themes added)
Code:
"Remove some added apks",
"tick to remove",
"Remove Google Keyboard
"Remove TW Launcher stuffs
"Remove S4 settings
"Remove S4 TW Launcher BY ANMOL7IFY
"Htc BlinkFeed v11 from all partitions
"remove Themes from data
Code:
"Google Play Sore 4.6.17",
"Install it or Not",
"Inverted Multi DPI Play Store
"Multi DPI Play Store
"Skip to Google Play Services 4.3.23
Code:
"Google Play Services 4.3.23",
"Install it or Not",
"Install it
"Skip
The Ultimate tool is here :
I9100Utimate-Aroma-AddonsFor-4.4.2or4.1.2ROMs-TouchWiz-GgSphere-GgKB-Themes-GgPLAY-GgServices.zip - 168.22 MB
thanks.
Troubadour666 said:
maybe another tool soon
Click to expand...
Click to collapse
hi
working perfectly, tested with crdroid built7
Flash session added in post 3
@nik60 , yes i think is good too
Troubadour666 said:
@nik60 , yes i think is good too
Click to expand...
Click to collapse
hi,
maybe you can added in aroma "pa micro gapps" that work in any rom
so people flash rom and gapps in one time
nik60 said:
hi,
maybe you can added in aroma "pa micro gapps" that work in any rom
so people flash rom and gapps in one time
Click to expand...
Click to collapse
i have made one pach with onle play store and google services , with others goodies, but i can re-script it with gapps. give me a way to follow what you think ppl need the most .
i mean this one, but i'm on some research about better way to use it, tomorrow i will post good version.
I9100-Aroma-addonsFor-KitKat-4.4.2-ROMS.zip - 180.81 MB
this one is that one i use in video review, you see i NEVER have trouble with space /system/ partition because initial ZIP ROM is modify with some apk in /data/app/ during flash, so i can add more goodies in /system/app/ using this aroma with play store, google sphere and touchwizz i use....see tuto how to move apks from /system/app/ to data/app/ before flash the rom and then gain space on /system/ to flash more files without disturbing /data/app/ we never want to full wipe to.
AND REMEBER external .sh script dont work well with dorimanx new recovery, i mean move choice in aroma so its better to have space in system before use and not use these options during aroma (i mean options to gain space)
thanks.
Troubadour666 said:
i have made one pach with onle play store and google services , with others goodies, but i can re-script it with gapps. give me a way to follow what you think ppl need the most .
i mean this one, but i'm on some research about better way to use it, tomorrow i will post good version.
I9100-Aroma-addonsFor-KitKat-4.4.2-ROMS.zip - 180.81 MB
this one is that one i use in video review, you see i NEVER have trouble with space /system/ partition because initial ZIP ROM is modify with some apk in /data/app/ during flash, so i can add more goodies in /system/app/ using this aroma with play store, google sphere and touchwizz i use....see tuto how to move apks from /system/app/ to data/app/ before flash the rom and then gain space on /system/ to flash more files without disturbing /data/app/ we never want to full wipe to.
AND REMEBER external .sh script dont work well with dorimanx new recovery, i mean move choice in aroma so its better to have space in system before use and not use these options during aroma (i mean options to gain space)
thanks.
Click to expand...
Click to collapse
hi,
i tink there is't problem with micro gapps and free space in system
i have crdroid , 461mb/495mb in system--crdroid is 208mb and was bigger rom (ONLY sokp is 228,but need your gapps)
is possible delete Google home in micro gapps for example(12mb)-any rom have launcher
Amazing.
Keep up the good work my friend.
Vivek_Neel said:
Amazing.
Keep up the good work my friend.
Click to expand...
Click to collapse
i think so too
Hi Troubadour666,
it is weekend and I'm testing on again.
Have just your "Ultimate Aroma Addons for KitKat 4.4.2 and JB 4.1.2 DualBoot Roms" installed and it works just fine.
"S4 settings for KitKat
"S4 TW Launcher BY ANMOL7IFY need 25Mo on system
Can you tell me what is the difference between TW ANMOL7IFY and TW PhenomRom ??
Am still looking for transparent accuweather ??
Regards Klaus

Categories

Resources