[rom] [01.07.14] Desire X DEODEXED Stock ROM 2.20.401.6 Jelly Bean Sense 4+ - HTC Desire X

Anyone can use this ROM as his base for Custom ROMs without asking for permission as long as they include credits wherever it is posted​
DEODEXED Stock Jelly Bean with Sense 4+ build 2.20.401.6 for Desire X​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
neXus PRIME for the JB TWRP Recovery
Chainfire for the SuperSU
doiutzu for testing the updater-script and other tests
And anyone directly / indirectly contribute for this ROM​
DEODEXED stock ROM
hTC update build 2.20.401.6 (with Heartbleed fix)
Android Jelly Bean 4.1.1 (JRO03C)
Sense 4+
Kernel: 3.4.0-g2b619a5
rooted with SuperSU
Pre-installed Busybox
init.d support
Unlocked bootloader & Custom Recovery fixed for Jelly Bean
Recommended TWRP Recovery by neXus PRIME (http://forum.xda-developers.com/showpost.php?p=36714573&postcount=2)
For hboot 1.25.0002 (JB hboot)
Put the 2.20.401.6_Dodexed.zip on your sdcard
Make sure you already have the TWRP for JB hboot installed (NOT the stock recovery)
fastboot flash the attached boot.img for S-On DX (which comes with init.d feature)
Reboot to recovery
Make a full wipe is recommended but you can always try a dirty flash if your current ROM is stock (odex or deodexed)
Install the 2.20.401.6_Deodexed.zip as how you normally install a custom ROM
Reboot once completed and you are done

Old version 2.20.401.5_Deodexed.zip
http://sourceforge.net/projects/others/files/DX/2.20.401.5_Deodexed.zip/download

*DELETED*

*DELETED*

I still can't remove apps from system.I think something's wrong with my phone.

CrysiZ said:
I still can't remove apps from system.I think something's wrong with my phone.
Click to expand...
Click to collapse
Use Aroma File Manager. I've removed almost all google aps successfully. Rebooted several times and they do not appear again

CrysiZ said:
I still can't remove apps from system.I think something's wrong with my phone.
Click to expand...
Click to collapse
Which ROM ?
As mentioned before, you need a ROM with a properly installed busybox, root and init.d support.
See Part 1 : http://forum.xda-developers.com/showpost.php?p=40359126&postcount=250
See Part 2 & 3 : http://forum.xda-developers.com/showpost.php?p=40359148&postcount=251

And still can't edit build.prop

secthdaemon said:
And still can't edit build.prop
Click to expand...
Click to collapse
On my Deodexed ROM ?

ckpv5 said:
On my Deodexed ROM ?
Click to expand...
Click to collapse
Yes. Made changes via Build Prop Editor app, allowed changes via SuperSU, rebooted and no changes been applied

secthdaemon said:
Yes. Made changes via Build Prop Editor app, allowed changes via SuperSU, rebooted and no changes been applied
Click to expand...
Click to collapse
Here are the screenshots of build.prop editing that I made on a fresh installed deodexed ROM
I made changes to "ro.config.htc.enableCOTA=1" to "ro.config.htc.enableCOTA=0" with Root Explorer (you can see build.prop.bak is created after saving the changes.
And make a reboot, after reboot the "ro.config.htc.enableCOTA" still show 0 and the build.prop.bak is still there

Init.d seems not to be working
C:\Android>adb reboot recovery
C:\Android>adb push 12_test /system/etc/init.d/12_test
27 KB/s (57 bytes in 0.002s)
C:\Android>adb shell chmod 0755 /system/etc/init.d/12_test
C:\Android>adb reboot
C:\Android>adb shell cat /data/local/tmp/test.log
/system/bin/sh: cat: /data/local/tmp/test.log: No such file or directory
You can try this one.
hm...tried to to make changes with root explorer, rebooted, and all changes are gone and no bak file

secthdaemon said:
Init.d seems not to be working
C:\Android>adb reboot recovery
C:\Android>adb push 12_test /system/etc/init.d/12_test
27 KB/s (57 bytes in 0.002s)
C:\Android>adb shell chmod 0755 /system/etc/init.d/12_test
C:\Android>adb reboot
C:\Android>adb shell cat /data/local/tmp/test.log
/system/bin/sh: cat: /data/local/tmp/test.log: No such file or directory
You can try this one.
Click to expand...
Click to collapse
init.d is working fine... you can find zipalign.log in /data
BTW.. which boot.img that you are using ? the one that you posted ?
I gotta go now... will check later and update post #3 when I'm home.

ckpv5 said:
init.d is working fine... you can find zipalign.log in /data
BTW.. which boot.img that you are using ? the one that you posted ?
I gotta go now... will check later and update post #3 when I'm home.
Click to expand...
Click to collapse
Nope, I'm using your boot.img

secthdaemon said:
Nope, I'm using your boot.img
Click to expand...
Click to collapse
It works for me and others too that helped me.... so no idea why it is not working for you
So.. you don't have zipalign.log in /data folder ?

I'm gonna reflash your rom and boot.img just in case, I'll write about results.

secthdaemon said:
Use Aroma File Manager. I've removed almost all google aps successfully. Rebooted several times and they do not appear again
Click to expand...
Click to collapse
I can remove system apps and edit build.prop with aroma without disabled wp. So what? Why do i need this boot.img?
Sent from my HTC Desire X using xda premium

micu13 said:
I can remove system apps and edit build.prop with aroma without disabled wp. So what? Why do i need this boot.img?
Sent from my HTC Desire X using xda premium
Click to expand...
Click to collapse
You don't have to and you don't need the boot.img when you are comfortable doing all these stuff in recovery
Most people prefer to do things not in recovery as most people use recovery just to do nandroid backup/restore and flashing zips. That is why flar2 comes out with a workaround not only for DX but also on other devices such as
HTC One - http://forum.xda-developers.com/showthread.php?t=2235085 & http://forum.xda-developers.com/showthread.php?t=2233665

secthdaemon said:
I'm gonna reflash your rom and boot.img just in case, I'll write about results.
Click to expand...
Click to collapse
Let us know the result... as I'm afraid it is the JB hboot thing as I can't test it as I'm on ICS hboot.
If yes.. then we may need the kernel source then only Dev like neXusPRIME and atis112 can do their magic.
Ahh... how I wish I am on JB hboot then I can test a lot of things

ckpv5 said:
Which ROM ?
As mentioned before, you need a ROM with a properly installed busybox, root and init.d support.
See Part 1 : http://forum.xda-developers.com/showpost.php?p=40359126&postcount=250
See Part 2 & 3 : http://forum.xda-developers.com/showpost.php?p=40359148&postcount=251
Click to expand...
Click to collapse
Yes,on your deodex rom

Related

Rooted and unrooted latest firmware 2.0.2.A.0.24 SI:1241-5072

Okey. I decrypted the latest firmware for you guys to flash it
unrooted (can use bin4ry flasher) and rooted firmware (read below)
it's a chinese firmware.
Unrooted .sins for bin4ry flasher
hotfile:http://hotfile.com/dl/92146294/5a928fd/1241-5072_2.1.7z.html
mediafire:http://www.mediafire.com/?h2wg0hl92xbmh00
UPDATE use loader.sin at the attachment. I packaged the wrong loader.sin in the 1241-5072_2.1.7z.
update2 actually, you can use both loader.sin. tried it
-----------------------------------------------------------------------------------------------------------------------------------
Rooted for internal flashing using unyaffs:
Instruction for internal flash using unyaffs (tested and works fine, thanks to the testers)
-for rooted 1.6 users only. if you have 1.6 unrooted, root it using SuperOneClick and proceed. if you have unrooted 2.1, go back to 1.6 and root
1st version
1-download firmware files. http://hotfile.com/dl/92146294/5a928fd/1241-5072_2.1.7z.html or http://www.mediafire.com/?h2wg0hl92xbmh00
(download loader.sin at the attachment, and extract it inside extracted firmware folder)
2-download newx8rooted.yaffs.7z(this is 1st version, for 2nd and 3rd version, refer link below) http://hotfile.com/dl/92304996/f21a3a4/newx8rooted.unyaffs.7z.html or http://www.mediafire.com/?g7b7v5bhriqrqyc
3-extract newx8rooted.unyaffs.7z to the root of your sdcard (3 files - newx8rooted.yaffs.img, busybox, unyaffs)
4-download install.sh.zip in the attachment and extract to root of your sdcard.
5-issue this command in adb shell
Code:
su
cd /sdcard
sh install.sh
6-flash firmware files with bin4ry flasher by removing system.sin
update: works for janlugt and muzic_demon should be working fine for others.
update 2: working on pre-installed xrecovery and busybox
update 3: chinese apps removed and now with preinstalled xrecovery and busybox (download 2nd version below)
2nd version
download here (3 files newx8.yaffs.img, busybox, unyaffs)
http://hotfile.com/dl/92367956/2ec17ca/newx8.rooted.yaffs.v2.7z.html OR
http://www.mediafire.com/?h3tfdxt13zoc4g8
Changes in v2:
-many apps removed
-busybox included
-xrecovery included (to get it work, download busybox from the attachment, replace the current busybox)
-unyaffs and mkfs.yaffs2 included to make your own modified rom later.
3rd version
download here (3 files newx8.yaffs.img, busybox, unyaffs) :
http://hotfile.com/dl/92662909/e5a90c6/newx8rooted.yaffs.v3.1.7z.html OR
http://www.mediafire.com/?96c6v6amp1c6wj6
What's new in v3
Same as v2 +
-xrecovery works well.
-new gingerbread theme.
Version 3.5
download here (3 files newx8.yaffs.img, busybox, unyaffs) :
http://hotfile.com/dl/92880350/f2257e0/newx8rooted.yaffs.v3.5.7z.html OR
http://www.mediafire.com/?zgd3mekon19cwt1
What's new in v3.5
Same as v3 +
-preloaded with JIT (tested and works fine - CPU score up to 755)
gmail and gtalk removed. download below. at /system/app
Steps to flash 2nd and 3rd version same as 1st version. just newx8.yaffs.img file different
New-if you have the older version of this firmware and want to install the new version, go back to 1.6 and root it again then follow the steps is the best way.
Backup all your data, settings and apps using titanium backup.
In case you wanted the app removed.:
http://hotfile.com/dl/92531751/9c9cc05/applications.2.0.2.A.0.24.7z.html
http://www.mediafire.com/?54cmvlby223d8dj
apps in /system/app
http://hotfile.com/dl/92531743/c3b5fd8/app.7z.html
http://www.mediafire.com/?vd7v3gh897rnfdk
-----------------------------------------------------------------------------------------------------------------------------------
version 1 and 2
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
version 3
Version 3.5
Uhh nice
Waiting for the Rooted Firmware!
propc said:
Okey. I decrypted the latest firmware for you guys to flash it using bin4ry flasher
this firmware is unrooted. rooted firmware will come. just wait . still testing it.
btw, it's a chinese firmware.
here you go:
hotfile:
http://hotfile.com/dl/92146294/5a928fd/1241-5072_2.1.7z.html
mediafire:
http://www.mediafire.com/?h2wg0hl92xbmh00
Click to expand...
Click to collapse
changelog???
suhel28 said:
changelog???
Click to expand...
Click to collapse
I will release the external boot version after this. testing the root. lazy to type the changelog
suhel28 said:
changelog???
Click to expand...
Click to collapse
No changes except minor performance improvements
And maybe bug fixes
No kernel update no app update..
Waiting for rooted imgs
Tried myself but I don't know how to create .img from files in windows if that is possible.
Sent from my E15i using XDA App
muzik_demon said:
No changes except minor performance improvements
And maybe bug fixes
No kernel update no app update..
Waiting for rooted imgs
Tried myself but I don't know how to create .img from files in windows if that is possible.
Sent from my E15i using XDA App
Click to expand...
Click to collapse
you cannot use unyaffs windows compiled. the extracted result won't be the same. I used ubuntu compiled unyaffs. success rooting it, but some problem with SuperUser.apk.
muzik_demon said:
No changes except minor performance improvements
And maybe bug fixes
No kernel update no app update..
Waiting for rooted imgs
Tried myself but I don't know how to create .img from files in windows if that is possible.
Sent from my E15i using XDA App
Click to expand...
Click to collapse
http://theunlockr.com/2010/03/26/ho...om-for-android-part-1-setting-up-the-kitchen/
To create a rooted system.img for others:
install xRecovery, use xRecovery to flash original system.img, while still in recovery, push su to /system/bin/ and superuser.apk to /system/app.
chmod 4755 /system/bin/su
chmod 755 /system/app/superuser.apk
now, reinstall xRecovery (3 files to /system/bin/)
Ok, done.
Reboot to xRecovery, create backup, share system.img from your backup.
P.S. i believe flashing kernel.img only from new update should be enough, other improvements are only in timescape ui, don't think anyone cares.
How does it work ???!!!!
Please explain more ...
I used external flash but nothing's changed !
paradise_human said:
How does it work ???!!!!
Please explain more ...
I used external flash but nothing's changed !
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=883890
but this is for x10. maybe not far from X8
1-Fells faster overall
2-Multitouch is not implemented
3-Unlock animation is more fluid and more responsive
4-the keyboard is now white and grey, like HTC: i really impressing this one. Cute.
5-unlike the the previous 2.1, every time you close apps its goes back to the application list not Home screen
Click to expand...
Click to collapse
propc said:
http://forum.xda-developers.com/showthread.php?t=883890
but this is for x10. maybe not far from X8
Click to expand...
Click to collapse
Yeah I read that edit...
I'll probably wont update my phone for such minor changes
maybe some major changes will be coming...
Yes i read some news that the SE developers start working on 2.2 for X10 and maybe X8 will also get froyo next year.
bnight said:
Yes i read some news that the SE developers start working on 2.2 for X10 and maybe X8 will also get froyo next year.
Click to expand...
Click to collapse
Not 2.2 SE start working on 2.3
They have started working for gingerbread but it doesnt mention its for x10 or x8
Thats what worries me!
But before that the new X12 will have 2.2 android with mean that SE can and will release 2.2 first this year and after that the X12 will get an update to 2.3
I know there is no big changes, but I'm just to excited to modify this new firmware and share with you guys.
edit: yaffs image for unyaffs method is ready. need someone to test it.
x12 wont be released with 2.2 froyo directly with gingerbread
Lets i hope we get 2.3 if not atleast froyo and multitouch!
If this is true i suppose that we also will get 2.3 and as SE say that the X12 will be out for the Barcelona convention on 18 February i thing that January will be an exiting month for the XPERIA owners.
So, is it worth the trouble all over again? Is there really a new keyboard like for the X10?
DerEineDa said:
So, is it worth the trouble all over again? Is there really a new keyboard like for the X10?
Click to expand...
Click to collapse
the keyboard is the same. maybe some speed improvement. need official changelog from SE to know the real changes

Dual-boot your favourite custom ROM with stock firmware

To encourage developers and users to switch to the new xRecovery, I prepared a package that allows dual-booting between custom ROM and stock firmware. This is just a proof of concept, I am not going to develop it further nor support it as usual project release. Instead, I hope that developers will find many useful things inside to use in their own pojects
It also may be useful for people using 2.3 ROMs without camera/camcorder.
Tested with: FreeX10 beta4, Woflbreak's CM, AOSP 2.3
PLEASE READ CAREFULLY:
- it works from NAND rather than SD Card - should not suffer fom performance issues
- it will work with any custom 2.2/2.3 ROM of reasonable size
- it WON'T work with custom 2.1 ROMs - not enough storage space
- it uses 200MB of your /system and 256MB of your /data partition - make sure you've got enough free space
- it requires xRecovery 1.0.0 (the old one doesn't allow custom boot)
- it cannot be accessed via recovery, but it's possible to mod it to do so (devs/adv.users)
- it works with baseband 49/52!
- if you back up your system with nandroid backup, the 2.1 ROM will be included in this backup
Click to expand...
Click to collapse
Install:
Flash the dualboot 2.0.A.0.504.zip via xRecovery 1.0.0.
Uninstall:
Remove the following folders using Root Explorer:
Code:
/data/dualboot
/system/dualboot
Boot into stock 2.1 firmware:
Boot into xRecovery, select "Boot custom ROM/kernel"
Download:
dualboot 2.0.A.0.504.zip
Cheers,
z
You genius you've done another amazing things for our phone thank you
Sent from my SEX10 using XDA App
Nice work mate!
What kind of genies do we have hear :O?!
I told everyone so, updating recovery has an advantage.
U really rock man
zdzihu said:
To encourage developers and users to switch to the new xRecovery, I prepared a package that allows dual-booting between custom ROM and stock firmware. This is just a proof of concept, I am not going to develop it further nor support it as usual project release. Instead, I hope that developers will find many useful things inside to use in their own pojects
It also may be useful for people using 2.3 ROMs without camera/camcorder.
Tested with: FreeX10 beta4, Woflbreak's CM, AOSP 2.3
Install:
Flash the dualboot 2.0.A.0.504.zip via xRecovery 1.0.0.
Uninstall:
Remove the following folders using Root Explorer:
Code:
/data/dualboot
/system/dualboot
Boot into stock 2.1 firmware:
Boot into xRecovery, select "Boot custom ROM/kernel"
Download:
dualboot 2.0.A.0.504.zip
Cheers,
z
Click to expand...
Click to collapse
Thanks for the work buddy..... I don't have access to mediafire from workplace will check once i reach home....
As you said its for developer's so i assume all source code's are included in it.
How to revert back to the first rom?
Thanks Z..u r the best
astrall said:
How to revert back to the first rom?
Click to expand...
Click to collapse
Remove this:
/data/dualboot
/system/dualboot
FINALLY
something awesome to play with!!!
downloading now...
will test it out this weeked for dual booting using FreeX10/CM7
also i think we can integrate custom kernel booting into this... for those roms which require it...
finished d/ling:
@anantshri:
Code:
#!/sbin/sh
# zdzihu: let's get some Ubuntu fun!
insmod /system/kernel/splboot.ko
sync
cat /system/kernel/miniloader > /proc/splboot/image
cat /system/kernel/boot-stock.img > /proc/splboot/boot_img
sleep 3
echo > /proc/splboot/boot
interesting eh???
guess i will heave to search for that splitbootimg binary/app again...
Genius @work
Thank you Z without you there would be no fun using the X10...
DooMLoRD said:
Code:
#!/sbin/sh
# zdzihu: [b]let's get some [size=4]Ubuntu[/size] fun[/b]!
insmod /system/kernel/splboot.ko
sync
cat /system/kernel/miniloader > /proc/splboot/image
cat /system/kernel/boot-stock.img > /proc/splboot/boot_img
sleep 3
echo > /proc/splboot/boot
Click to expand...
Click to collapse
Lawl, I forgot to rename my script Damn Ubuntu never booted fine anyway...
Cheers,
z
oh i see...
so basically we are flashing 2.1 ROM on top of custom rom....
so the 2.1 rom is actually in the .ext2 files!!!
zdzihu said:
Lawl, I forgot to rename my script Damn Ubuntu never booted fine anyway...
Cheers,
z
Click to expand...
Click to collapse
so for multibooting we can actually jsut store the img files on sdcard check flags set by users... copy those img files to /data & /system and then jsut continue booting with the modded kernel u posted...
hu i think that should work...
DooMLoRD said:
so for multibooting we can actually jsut store the img files on sdcard check flags set by users... copy those img files to /data & /system and then jsut continue booting
Click to expand...
Click to collapse
It does work. But it's not pretty. I played with both /system and /data being stored on SD Card, but the system suffered from terrible freezes/"x stopped responding" (like FreeX10 alpha). Also, first boot took around 7-8min.
DooMLoRD said:
with the modded kernel u posted...
Click to expand...
Click to collapse
With any kernel really. It's ramdisk that's important (mounting images).
Cheers,
z
V/Nice!
Q: Is this using CM7_Passion sources? cm_passion_full-xx - would be nice to compile and maybe add some extra's in.. possible?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
zdzihu said:
It does work. But it's not pretty. I played with both /system and /data being stored on SD Card, but the system suffered from terrible freezes/"x stopped responding" (like FreeX10 alpha). Also, first boot took around 7-8min.
With any kernel really. It's ramdisk that's important (mounting images).
Cheers,
z
Click to expand...
Click to collapse
ya i got that... i actually ment the ramdisk which doesnt remount NAND MTDs
Great works !!
Please teach me how to make system.ext2 & data.ext2 files ??

problem with root

Hi i have rooted my galaxy tab 10.1 wifi only, after i have installed the ClockworkMod Recovery'
and after the rom [ROM][ICS] JellyBeanRom ICS v5 [P7500][P7510][13.08.2012] - xda-developers.
All seems ok i have superuser and superSu .
I have tried to use some apps for root but dont work any such as Titanium backup root explorer etc
I have update superuser and superSu by play and by flash not resolved .
Root Checker done me this:
Root Access is not properly configured or was not granted.
Super User Applications Status:
Superuser application - version 3.1.3 - is installed!
SuperSU application - version 0.96 - is installed!
System File Properties for Root Access:
Standard Location
Check Command: ls -l /system/xbin/su:
Result: /system/xbin/su: No such file or directory
Analysis: File /system/xbin/su does not exist.
Standard Location
Check Command: ls -l /system/bin/su:
Result: lrwxrwxrwx root root 2019-08-31 03:30 su -> ../xbin/su
Analysis: File: su is a symbolic link pointing to another file: ../xbin/su
Alternative Location
Check Command: ls -l /sbin/su:
Result: /sbin/su: Permission denied
Analysis: File system permissions restricted and denied access.
Alternative Location
Check Command: ls -l /system/xbin/sudo:
Result: /system/xbin/sudo: No such file or directory
Analysis: File /system/xbin/sudo does not exist.
Root User ID and Group ID Status:
SU binary not found or not operating properly
System Environment PATH: /sbin /vendor/bin /system/sbin /system/bin /system/xbin
ADB Shell Default User:
ADB shell setting for standard access, stored in default.prop, is configured as: root user - ro.secure=0
Results provided on your GT-P7510 device
please can you help me?
Try uninstalling one of the two SU apps...you should only need one to my understanding. Then reboot right after.
If that doesn't work you may have to unroot completely and start over.
Hi dear friend...
I had the same problem(likely) with some APPs in ICS...please do the following:
First if you are running ICS,disable(or uninstall) superuser(supersu is sufficient),then open supersu and look at your list of APPs in the first page,if the # mark in front of some APPs are green,then they have root access.if not, tap on them,in the window that appears,in the root access drop down list choose "Grant"...if even this didn't solve the issue please tell us to send you a working root package...
djmatt604 said:
Try uninstalling one of the two SU apps...you should only need one to my understanding. Then reboot right after.
If that doesn't work you may have to unroot completely and start over.
Click to expand...
Click to collapse
I have tried this but is the same!
arashtarafar said:
Hi dear friend...
I had the same problem(likely) with some APPs in ICS...please do the following:
First if you are running ICS,disable(or uninstall) superuser(supersu is sufficient),then open supersu and look at your list of APPs in the first page,if the # mark in front of some APPs are green,then they have root access.if not, tap on them,in the window that appears,in the root access drop down list choose "Grant"...if even this didn't solve the issue please tell us to send you a working root package...
Click to expand...
Click to collapse
Hi tank you for help me i tried this but superSu dont work : exe SU not present and uperSu cant instal this is a problem!
pls any idea?
skyone75 said:
i tried this but superSu dont work : exe SU not present and uperSu cant instal this is a problem!
pls any idea?
Click to expand...
Click to collapse
Yes...you must get su and supersu.I've put it for you in the attachment...
Note that installing superuser or supersu only doesn't mean rooting...
All the credits of this package go to Max Lee from Zedomax...
arashtarafar said:
Yes...you must get su and supersu.I've put it for you in the attachment...
Note that installing superuser or supersu only doesn't mean rooting...
All the credits of this package go to Max Lee from Zedomax...
Click to expand...
Click to collapse
Tank you i tried to install this file now i have Clocworkmod recovery v 5.8.3.1 and result is :
Installing: /sdcard/GalaxytabHacks.com_superuser.zip
Finding update package...
Opening update package...
Installing update....
Install from sdcard complete
but i have the same problem!
You think is better unroot?
It sounds like you've tried everything else. I would back up stuff you need, unroot with stock firmware and start over with just one option. You may choose to skip manually rooting altogether and just flash a rooted ROM. Good luck!
The first time you flash this you must open supersu,a message says that the su binary is outdated,press OK,after some seconds connected to the internet,you see success message,reboot(just optional) znd execute the app you want to gain root access,if it fails(no prompt appeared)don't get disappointed,close the APP,launch supersu,see the # mark in front of the APP's name,tap on it,from the "root access" select "Grant"...
Edit:if you want to flash a ROM then have a look at Jelly Bean ICS in the dev forum...it's ICS and comes with root+many other goodies...
arashtarafar said:
Yes...you must get su and supersu.I've put it for you in the attachment...
Note that installing superuser or supersu only doesn't mean rooting...
All the credits of this package go to Max Lee from Zedomax...
Click to expand...
Click to collapse
arashtarafar said:
The first time you flash this you must open supersu,a message says that the su binary is outdated,press OK,after some seconds connected to the internet,you see success message,reboot(just optional) znd execute the app you want to gain root access,if it fails(no prompt appeared)don't get disappointed,close the APP,launch supersu,see the # mark in front of the APP's name,tap on it,from the "root access" select "Grant"...
Edit:if you want to flash a ROM then have a look at Jelly Bean ICS in the dev forum...it's ICS and comes with root+many other goodies...
Click to expand...
Click to collapse
Ok i try to unroot , need only flash a firmware samsung in download mode with odin?
wich firmware ? hc 3.2 or ics i have tab 7510 wifi only buy in switzerland with italian language
Is there not an Italian ICS? If not try the UK firmware with IT support.
djmatt604 said:
Is there not an Italian ICS? If not try the UK firmware with IT support.
Click to expand...
Click to collapse
But is better honey com 3.2 or ics for unroot?
Tanks
ICS is faster but lacks flash player...but it doesn't harm too much...
arashtarafar said:
ICS is faster but lacks flash player...but it doesn't harm too much...
Click to expand...
Click to collapse
i have unrooted and now i have installed ROM][ICS] JellyBeanRom ICS v5 [P7500][P7510][03.09.2012] v6
Itink the problem was then i caming by Honeycomb:
Instructions (IMPORTANT!):
1. Coming from stock ICS.
If you don't have any recovery then flash it (for example TWRP). Then boot into recovery, make a full wipe and flash my rom.
2. Coming from Honeycomb or any other custom like CM9/CM10/AOKP etc.
First you have to flash stock ICS, regarding which version of the Tab you have (3G/non 3G). Then you have to flash a custom recovery (for example TWRP), boot into it and make a full wipe. Finally flash my rom.
tanks for help bye .
That makes sense. You can run into problems with some ROMs depending on where you're coming from. I ran into problems with ICS ROMs in the beginning because of a bootloader issue...I flashed stock firmware to change my base and built ROMs from there as you're describing in Step 2.
Enjoy!
I have similar problem...
I own a T-Mobile 10.1 Tab, stock ICS... After flashing the stock ICS (i came from CM9) with odin, i flashed the CWM, and the applyed the "root.zip" file...
Booted and I saw that Superuser has been installed.
But I have no root access... The applications return that the root requisitation timed-out...
Anyone knows why? It shoud be quite simple....
Another thread has just been opened in the General area with someone asking the same question. The answers are there, friend...you just have to look for them Here it is again (assuming you are having the same problem and it sounds like you are) - it's because the version of Superuser the root.zip you're using drops into the system is not friends with ICS. Simply update Superuser to 3.1.3. Go Here , download Super 3.1.3-ARM-Signed.zip, drop it on your tablet's root, flash it from recovery and reboot. You should be good after that.
Tab 10.1 ICS flash player 11
arashtarafar said:
ICS is faster but lacks flash player...but it doesn't harm too much...
Click to expand...
Click to collapse
Since the adobe flash player 11 work for tab 10.1 HC 3.2 P7510, and some ICS early device.
adobe system no more certificate and support for ICS 4.0.x device.
So it SHOULD work for my Tab 10.1 P7510 ICS 4.0.4 too. and Yes. It is.
You no longer fine Flash player in Tablet PLAY store once you upgrade to ICS.
but you can find it in PC version PLAY store, then PUSH install from PC to Tablet P7510.
and YES, it work fine for my P7510 with ICS!
https://play.google.com/store/apps/details?id=com.adobe.flashplayer
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
or try download this APK to your tablet to install:
View attachment adobe.flashplayer11.apk
After install , open Flash player setting in your APPs, and setup options, then yoi are ready for any FLAH web object.
even web flash online games.

[ROM] CleanICE v1.5 [Updated: 2012/12/19]

- CleanICE v1.5 -​
- Based on -
Huawei S7-301u / ICS 4.03
- Modified -
Cleaned up / Removed non stock apps
Changed bootanimation
Updated Adreno Drivers
Updated Google Apps
Tweaked build.prop
"Project Butter" for ICS (build.prop and adreno config tweaks)
Rooted
[*]Included Touchfix and Overclock Kernel
- Installation -
Download ROM
Unzip dload.zip
Copy dload Folder to your sdcard
Reboot tablet (will reboot 2 times, first into firmware installer - remove sdcard as advised, second into android - upgrading firmware)
Install Superuser or SuperSU (whatever you may prefer)
Performance will further increase after indexing your media files has finished
- Known problems -
None
- Downloads -
dload.zip
- Changelog -
v1.5: Included Touchfix and Overclock Kernel
v1.4: Enhanced init.d Scripts, integrated Gmail and Superuser, renamed ROM to CleanICE
v1.3: Fixed Poweramp, replaced Launcher with Apex, completely cleaned cust
v1.2.1: Fixed init.d Scripts
v1.2: Additional "Butter" Tweaks, Android 4.2 Keyboard
v1.1: Included "Project Butter Approach" (modifications to build.prop and adreno configuration)
>>> If you like this ROM, please give me a thanks <<<​
Man, could you make a quadrante benchmark and post it here? I wonder how your ROM affect on MediaPad
Lolu said:
Man, could you make a quadrante benchmark and post it here? I wonder how your ROM affect on MediaPad
Click to expand...
Click to collapse
With HWMod Kernel, overclocked to 1.78 GHz (running stable for me): 3834 (CPU: 7680, Mem: 3315, I/O: 5380, 2D: 1006, 3D: 1790)
The thing is, that in my experience these benchmarks don't show how smooth the system feels. Therefore I don't give much into this numbers.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
this is really cool, looking forward for clean JB release
Hi!
When I use the HWMod Kernel, should I also copy the Kernel modules to /system/lib/modules/ ?
Regards from Kiel, Germany
Lore1 (Thomas)
Lore1 said:
Hi!
When I use the HWMod Kernel, should I also copy the Kernel modules to /system/lib/modules/ ?
Regards from Kiel, Germany
Lore1 (Thomas)
Click to expand...
Click to collapse
Yes, but do it with adb push from your pc.
Thank you a lot. I know that quadrant results arent 100% optimal to show performance, but i don know other way to see diffrence between your ROM and stock. I see reviews about s7-301u and on stock there was about 2700 points, so your 3800 looks rly well.
i have cm10 + pa rom installed. how do i install this rom?
drgupta1981 said:
i have cm10 + pa rom installed. how do i install this rom?
Click to expand...
Click to collapse
Reflash the original recovery image first (recovery.img - found in update.zip) in fastboot mode with
fastboot flash recovery recovery.img
fastboot flash recovery2 recovery.img
Copy the dload folder to your sd card and reboot into recovery mode, installation should start
is that correct?
h25p said:
Reflash the original recovery image first (recovery.img - found in update.zip) in fastboot mode with
fastboot flash recovery recovery.img
fastboot flash recovery2 recovery.img
Copy the dload folder to your sd card and reboot into recovery mode, installation should start
Click to expand...
Click to collapse
So if I boot into twrp recovery and flash recovery.IMG from there then follow next step..is that OK?
drgupta1981 said:
So if I boot into twrp recovery and flash recovery.IMG from there then follow next step..is that OK?
Click to expand...
Click to collapse
No, put your device in fastboot mode while connected to your pc (volume key to the left while booting). Use fastboot on your pc as stated above. You don't need twrp for this.
ROM Updated to v1.2: Additional "Butter" Tweaks, Android 4.2 Keyboard
Thanks man a lot!
you can flash recovery only via fastboot and it will overwrite twrp
Sorry, small bugfix release...init.d scripts weren't executable
So does this have the touch screen filtering fix?
nightanole said:
So does this have the touch screen filtering fix?
Click to expand...
Click to collapse
Touchscreen is working fine for me with stock kernel but you can always install hwmod kernel. It's running great at 1,78 GHz.
can you please give detailed instructions how to push module files in to system/lib/modules using adb?
---------- Post added at 02:30 AM ---------- Previous post was at 02:29 AM ----------
h25p said:
Yes, but do it with adb push from your pc.
Click to expand...
Click to collapse
can you give detailed instructions please?
has any one installed poweramp successfully? whenever I try to download poweramp, it gets stuck in installing and when I restart tablet it says android is upgrading and optimising application.,..and stucks there. then I have to re-install the ROM
drgupta1981 said:
can you please give detailed instructions how to push module files in to system/lib/modules using adb?
---------- Post added at 02:30 AM ---------- Previous post was at 02:29 AM ----------
can you give detailed instructions please?
Click to expand...
Click to collapse
First install the kernel with fastboot, then:
Enable USB Debugging
Connect your Mediapad to the pc
Remount system rw with "adb remount"
Push Modules with "adb push modules/ /system/lib/modules/" (assuming that you extracted the modules directory in the folder you are standing)

[ROM] [KTU84M] Pure Stock // Odex + Deodex // UNTOUCHED (Jun. 20, 2014)

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
​
This is Google's Official KRT16M Factory Image for the Nexus 5, without any mods included, zipaligned/signed, unrooted, untouched and ready to be flashed through any custom recovery. It will always come handy to you if you want to return back to stock from a custom rom, do a fresh and clean install or simply use it as a base to add your own mods. It is not rooted as some may don't want a rooted rom but can easily be done at any time by the end user. It comes in 2 versions, odexed and deodexed. This was cooked with dsixda's Android Kitchen.
Download KTU84P/Android 4.4.4 - Odex New!!!
http://www.mediafire.com/download/5e8m6403zj806kr/hammerhead_KTU84P_ODEX_itasoulas.zip
Download KTU84P/Android 4.4.4 - Deodex New!!!
http://www.mediafire.com/download/cfgxfavc1dq1c3t/hammerhead_KTU84P_DEODEX_itasoulas.zip
Relevant post:http://forum.xda-developers.com/showpost.php?p=53548698&postcount=130
-------------------------------------------------------
Download KTU84M/Android 4.4.3 - Odex
via dev-host
Download KTU84M/Android 4.4.3 - Deodex
via dev-host
Relevant post: http://forum.xda-developers.com/showpost.php?p=53145268&postcount=120
**** OUTDATED ****
Download KOT49H/Android 4.4.2 - Odex
via MEGA
via dev-host
Download KOT49H/Android 4.4.2 - Deodex
via MEGA
via dev-host
-----------------------------------------------------------
Download KRT16M/Android 4.4 - Odex
via MEGA
via dev-host
Download KRT16M/Android 4.4 - Deodex
via MEGA
via dev-host
Installation Procedure
- You need TWRP or CWM Custom Recovery installed on your phone.
- Wipe cache & dalvik
- Wipe data/factory reset
- Format system
- Flash rom
- Wipe cache and reboot
Root Procedure (optional)
Follow this thread by Chainfire. Once rooted you may also need to install Busybox
Odexed vs. Deodexed Mini Info
- Odexed may boot faster, can receive OTA updates
- Deodexed is easily customisable but cannot receive OTA updates
Note: I do not own a Nexus 5 (I am a Galaxy Nexus/Nexus 7 2013 user) so I cannot test things for you. But it should be safe for you flashing this since the procedure with Android Kitchen is always the same. Again I am not held responsible for any damage or issues you may face with your device after flashing this. You do this at your own risk!
*** How to update Android Kitchen in order to cook succesfully Nexus 5 ROMS ***
(thanks to members a9y and Dirk64 for providing me the workaround)
- unzip the files as follows:
a. "hammerhead" in kitchen's tools/edify_defs folder
b. "api_level" in kitchen's tools/deodex_files folder (will overwrite default file in that folder)
c. "use_this_version" in kitchen's tools/deodex_files folder (will overwrite default file in that folder)
d. "smali-2.0" & "backsmali-2.0" files in kitchen's tools/deodex_files folder
- now you can cook succesfully!!!
Thread will be updated every time a new factory image from Google is available!
mine! awesome thanks
rc420head said:
mine! awesome thanks
Click to expand...
Click to collapse
Fight Ya haha
Sent from my HTC One mini using Tapatalk
Ah, and so it begins. Cant wait till Monday when I get mine. Thanks
Nice, can't wait till i get mine... hrrr
Thanks for sharing
Sent from my SGH-I337M
It has begun!!!
Sent from my SGH-T989 using xda app-developers app
added deodexed version. I guess I am done for now. See you again when google releases a new factory image. Enjoy your awesome Nexus 5! :good:
EDIT: removed deodex, will re-upload in a while. Needed to deodex private apps folder, sorry about that!
Here is a mirror if its ever needed of the STOCK factory rom from Google
http://storagecow.eu/index.php?dir=Xda/Nexus+5/Stock+4.4/
itasoulas said:
Odexed vs. Deodexed Mini Info
- Odexed may boot faster, can receive OTA updates
- Deodexed is easily customisable but cannot receive OTA updates
Click to expand...
Click to collapse
You know I never really knew the exact diff. What can be customized on deodexed that can't be on odexed? Just curious.
Hand76 said:
You know I never really knew the exact diff. What can be customized on deodexed that can't be on odexed? Just curious.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?p=40026270 :good:
itasoulas said:
added deodexed version. I guess I am done for now. See you again when google releases a new factory image. Enjoy your awesome Nexus 5! :good:
EDIT: removed deodex, will re-upload in a while. Needed to deodex private apps folder, sorry about that!
Click to expand...
Click to collapse
Fully deodex version link added @ 1st post (including the priv-app folder!)
As the Android Kitchen wasn't build to support Android 4.4, after I build deodex version, I had to manually go back and erase apps in working folder's system/app, move the apps from priv-app to system/app and deodex again. Now apps from priv-app folder are deodexed so I replaced the odexed versions in original deodexed zip and then zipaligned it via command through android sdk tools folders. So quite easy trick there!
I get same error like the other build posted here in this section on XDA:
Deodexed version:
TWRP install error:
Error executing updater binary in zip
FAILED
Has somebody a hint whats wrong..??.
TWRP or the build zip?
thanks
Wonderful Work
You are Awesome Bro Thanks for KitKat 4.4 Many user waiting for 4.4 wait is over Thanks for KitKat 4.4 Rom
shivasrage said:
I get same error like the other build posted here in this section on XDA:
Deodexed version:
TWRP install error:
Error executing updater binary in zip
FAILED
Has somebody a hint whats wrong..??.
TWRP or the build zip?
thanks
Click to expand...
Click to collapse
I really can't test since I do not own the phone. Maybe others give us some feedback, can you flash this people? (don't know how many you already own the phone) I guess, if the bug is really there and not just you, updater-script or update-binary files might have a fault. Maybe Android Kitchen is not suitable to cook for N5? Maybe TWRP? Try CWM maybe? The process with Android Kitchen is quite straight forward, it shouldn't give errors.
Hand76 said:
You know I never really knew the exact diff. What can be customized on deodexed that can't be on odexed? Just curious.
Click to expand...
Click to collapse
It's mostly just theming. Also, the longer boot time is only on the initial boot.
itasoulas said:
I really can't test since I do not own the phone. Maybe others give us some feedback, can you flash this people? (don't know how many you already own the phone) I guess, if the bug is really there and not just you, updater-script or update-binary files might have a fault. Maybe Android Kitchen is not suitable to cook for N5? Maybe TWRP? Try CWM maybe? The process with Android Kitchen is quite straight forward, it shouldn't give errors.
Click to expand...
Click to collapse
TWRP has issues with some update-binaries (and the same one will probably work on CWM). Grab one of their binaries from another release they've done.
Is deodexed booting?
shivasrage said:
I get same error like the other build posted here in this section on XDA:
Deodexed version:
TWRP install error:
Error executing updater binary in zip
FAILED
Has somebody a hint whats wrong..??.
TWRP or the build zip?
thanks
Click to expand...
Click to collapse
I get the same error on both deodex odex version. Tried TWRP official and the 0.1. Oddly enough I can flash Slim rom. So I'm not sure if it's recovery or ROM.
Sent from my Nexus 5 using XDA Premium 4 mobile app
It's the binary and script. Kitchen hasn't been updated in a long time and its using old binary/script. Gotta update those.

Categories

Resources