• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root need testers for CWM touch

hroark13

Android Expert
Recognized Developer
I do not have this phone but I think I can get CWM touch working and working UMS

any way

here is the image i want you to test

you need to have adb and fastboot on your computer

download the image

https://www.mediafire.com/?xocf7e85j67zc7d


do not flash this just boot it with fast boot

adb reboot bootloader
fastboot boot flash_cwm_tch.img


then let me know if it works
 
I do not have this phone but I think I can get CWM touch working and working UMS

any way

here is the image i want you to test

you need to have adb and fastboot on your computer

download the image

https://www.mediafire.com/?xocf7e85j67zc7d


do not flash this just boot it with fast boot

adb reboot bootloader
fastboot boot flash_cwm_tch.img


then let me know if it works
Hello again lol. This is the other device that is said to not work with fastboot boot.
 
I flashed this to recovery partition.. IT does works fine.. Touch screen works fine.. mounting doesnt worked..

Rest all thing works fine.. Though not thorougly tested.. LOL it detect on pc as nexus device..
 
I flashed this to recovery partition.. IT does works fine.. Touch screen works fine.. mounting doesnt worked..

Rest all thing works fine.. Though not thorougly tested.. LOL it detect on pc as nexus device..


can you tell me which mounting does not work

system
data
cache
sdcard
storage/sdcar1

?
 
can you tell me which mounting does not work

system
data
cache
sdcard
storage/sdcar1

?

Helloo,

system mounting works, cache is mounted by default, it cannot be unmounted permission denied, data can be mounted once, then it throws permission denied error, sdcard and storage/sdcard1 doesnt mount...no error..
 
Helloo,

system mounting works, cache is mounted by default, it cannot be unmounted permission denied, data can be mounted once, then it throws permission denied error, sdcard and storage/sdcard1 doesnt mount...no error..


can you go into adb shell

and type

find -name mmc*


and then paste the output
 
Helloo,

system mounting works, cache is mounted by default, it cannot be unmounted permission denied, data can be mounted once, then it throws permission denied error, sdcard and storage/sdcard1 doesnt mount...no error..


can you also boot into android

go into adb shell type mount

and paste the output
 
find not found.. adb shell isnt working in recovery.. I need to mount system manually.. then it doesnt go for SU..

output for mount command in bootup android..

mount
rootfs / rootfs ro,relatime 0 0
tmpfs /dev tmpfs rw,nosuid,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
/dev/block/platform/msm_sdcc.1/by-name/system /system ext4 ro,relatime,user_xatt
r,barrier=1,data=ordered 0 0
/dev/block/platform/msm_sdcc.1/by-name/userdata /data ext4 rw,nosuid,nodev,relat
ime,user_xattr,barrier=1,data=ordered,noauto_da_alloc 0 0
/dev/block/platform/msm_sdcc.1/by-name/persist /persist ext4 rw,nosuid,nodev,rel
atime,user_xattr,barrier=1,data=ordered 0 0
/dev/block/platform/msm_sdcc.1/by-name/cache /cache ext4 rw,nosuid,nodev,relatim
e,user_xattr,barrier=1,data=ordered 0 0
/dev/block/platform/msm_sdcc.1/by-name/carrier /carrier ext4 rw,nosuid,nodev,rel
atime,user_xattr,barrier=1,data=ordered 0 0
/dev/block/platform/msm_sdcc.1/by-name/tombstones /tombstones ext4 rw,nosuid,nod
ev,relatime,user_xattr,barrier=1,data=ordered 0 0
/dev/block/platform/msm_sdcc.1/by-name/modem /firmware vfat ro,relatime,fmask=00
00,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=iso8859-1,shortname=lowe
r,errors=remount-ro 0 0
/dev/block/vold/179:23 /mnt/sdcard vfat rw,dirsync,nosuid,nodev,noexec,relatime,
uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharse
t=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/179:23 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,rela
time,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,ioc
harset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
tmpfs /mnt/sdcard/.android_secure tmpfs ro,relatime,size=0k,mode=000 0 0
root@android:/ #



also in case if you need partition infos and other details then my zfe flash folder..

https://www.dropbox.com/sh/uzespve9ce74j2d/PMlkyswqmj
 
Helloo,

system mounting works, cache is mounted by default, it cannot be unmounted permission denied, data can be mounted once, then it throws permission denied error, sdcard and storage/sdcard1 doesnt mount...no error..


can you please try mounting like this

phone not plugged into computer

powered off

power on holding vol up and power button

then try mounting and unmounting
 
Back
Top Bottom