Related
After hours reading tons of posts I got my ADP1 (Android Developer Phone1) rooted. My current setup is
Phone: ADP1 G1 | 32B | HTC Dream
Rom: COS-DS (http://forum.xda-developers.com/showthread.php?t=950765)
Recovery: Amon RA-Dream-v1.7.0 (http://forum.xda-developers.com/showthread.php?t=566669)
Radio: 2.22.28.25 (http://forum.xda-developers.com/showthread.php?t=831139)
SPL: 1.33.0013d (http://forum.xda-developers.com/showthread.php?t=831139)
microSD: 96MB swap + 512MB ext4 + FAT32
Code:
~ # free
total used free shared buffers
Mem: 112616 110680 1936 0 604
Swap: 23548 20476 3072
Total: 136164 131156 5008
# cat /proc/partitions
major minor #blocks name
7 0 668 loop0
7 1 4508 loop1
7 2 1760 loop2
31 0 256 mtdblock0
31 1 5120 mtdblock1
31 2 2560 mtdblock2
31 3 93184 mtdblock3
31 4 27648 mtdblock4
31 5 93952 mtdblock5
253 0 23552 zram0
179 0 992000 mmcblk0
179 1 398437 mmcblk0p1
179 2 500000 mmcblk0p2
179 3 93562 mmcblk0p3
~ # mount
rootfs on / type rootfs (ro,relatime)
tmpfs on /dev type tmpfs (rw,relatime,mode=755)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
none on /acct type cgroup (rw,relatime,cpuacct)
tmpfs on /mnt/asec type tmpfs (rw,relatime,mode=755,gid=1000)
tmpfs on /mnt/obb type tmpfs (rw,relatime,mode=755,gid=1000)
none on /dev/cpuctl type cgroup (rw,relatime,cpu)
/dev/block/mtdblock3 on /system type yaffs2 (ro,relatime)
/dev/block/mtdblock5 on /data type yaffs2 (rw,nosuid,nodev,relatime)
/dev/block/mtdblock4 on /cache type yaffs2 (rw,nosuid,nodev,relatime)
/dev/block/loop0 on /system/lib/modules type squashfs (ro,relatime)
/dev/block/loop1 on /system/fonts type squashfs (ro,relatime)
/dev/block/loop2 on /system/xbin type squashfs (ro,relatime)
/dev/block/vold/179:2 on /sd-ext type ext4 (rw,nodev,noatime,nodiratime,barrier=1,data=ordered,noauto_da_alloc)
/dev/block/vold/179:1 on /mnt/sdcard type vfat (rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
/dev/block/vold/179:1 on /mnt/secure/asec type vfat (rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
tmpfs on /mnt/sdcard/.android_secure type tmpfs (ro,relatime,size=0k,mode=000)
I would like to know if there is any optimization?
Why should I do the customMTD? (http://forum.xda-developers.com/showthread.php?p=7061471#post7061471)
I'm not using ClockworksMOD as described by COS-DS. Should I? (http://forum.xda-developers.com/showthread.php?t=950765)
My partition order is different as described by COS-DS. Does it matter?
Using customMTD you could assign your cache memory (around 27MB) as internal memory.
Clockwork, I don't like much, but this is my personal opinion. Advantage(?) of Clockwork: you can flash unsigned zip files.
Partition layout probably matters, because on system startup there is a chance, that they are not mounted.
Sent from my Gingerbread on Dream using XDA App
I found customMTD to be difficult to install (I did it with firerat's Magpie ROM), but worth it for the extra space it gave me. Prior to, I was getting low on disk space messages and random shutdowns galore.
I don't recall why, but during my research I recall learning that Amon-Ra is stable and Clockwork isn't if you're going to use customMTD.
In the works? Sure carrier branding is a step redded child. But at least others and myself might be more adventurous if we had backups and a stock firm
I can hope right
Sent from my DROID BIONIC using Tapatalk
Finding very little info myself. Patience is virtue I guess.
Sent from my SCH-I815 using xda premium
I don't really have the extra time to devote to developing for this tablet, but if someone builds CWM for it, that might be what I need to crank out a custom kernel for it. =)
geeknik said:
I don't really have the extra time to devote to developing for this tablet, but if someone builds CWM for it, that might be what I need to crank out a custom kernel for it. =)
Click to expand...
Click to collapse
that'd be cool. I want to look more into messaging.apk, framework, and small things. been timid without cwm backups. I already made a fc cycle issue when playing with the telephony service - thank you for adb.
So, just gotta sit back and wait calmly
Sent from my SCH-I815 using Tapatalk 2
geeknik said:
I don't really have the extra time to devote to developing for this tablet, but if someone builds CWM for it, that might be what I need to crank out a custom kernel for it. =)
Click to expand...
Click to collapse
Man that would be awesome. I'll start praying now for CWM.
The main thing that is preventing me from making a CWM for your device is that I don't know the partition layout. If I had that, it wouldn't take too much work to make one. Also, getting my WIP CM port working (obviously with only partial hardware support, which is the case for the P68x0 as well) on the i815 shouldn't be too bad either. They way I've set stuff up, most changes go in a common repository that is shared by 4 devices (the P68x0 and the P62x0), which the i815 would also inherit from.
Currently I don't really have the time to work on an additional device, but if someone who is familiar with deving is interested in working on the i815, feel free to PM me.
how can I find the partition layout of the device?
Sent from my ADR6425LVW using Tapatalk 2
To help gague interest, I would certainly like this to happen.
Sent from my SCH-I815 using XDA Premium HD app
If someone would like to open a terminal emulator and type in the following:
cat /proc/partitions
Copy and paste the output here
I'll get it in a few hours off mine and would be for helping others test. On work time atm
Sent from my DROID BIONIC using Tapatalk
if nobody beats me to it, ill do this tonight when I get home from work.
Sent from my ADR6425LVW using Tapatalk 2
nitroglycerine33 said:
If someone would like to open a terminal emulator and type in the following:
cat /proc/partitions
Copy and paste the output here
Click to expand...
Click to collapse
Code:
$ cat /proc/partitions
major minor #blocks name
179 0 15388672 mmcblk0
179 1 20480 mmcblk0p1
179 2 1280 mmcblk0p2
179 3 1280 mmcblk0p3
179 4 8192 mmcblk0p4
179 5 8192 mmcblk0p5
179 6 8192 mmcblk0p6
179 7 409600 mmcblk0p7
179 8 16384 mmcblk0p8
179 9 851968 mmcblk0p9
179 10 13492224 mmcblk0p10
179 11 561152 mmcblk0p11
179 16 31166976 mmcblk1
179 17 31162880 mmcblk1p1
Hope this is what you need
Beat me to it...
PLEASE develop CWM for this device. I can't believe it isn't more popular. It is perfect in every respect I can think of. I just wish I could find a decent otterbox-type case. Thanks again! I would gladly donate to the cause.
Can you grab this for me as well:
cat /proc/mounts
Usually the partitions command brings up an alias but I guess not on the gtab. This last one should tell me that partitions.
Here's mine
$ export PATH=/data/local/bin:$PATH
$ cat /proc/mounts
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/mmcblk0p9 /system ext4 ro,noatime,barrier=1,data=ordered 0 0
/dev/block/mmcblk0p10 /data ext4 rw,nosuid,nodev,noatime,barrier=1,data=ordered,noauto_da_alloc 0 0
/dev/block/mmcblk0p7 /cache ext4 rw,nosuid,nodev,noatime,barrier=1,data=ordered 0 0
/dev/block/mmcblk0p1 /efs ext4 rw,nosuid,nodev,noatime,barrier=1,data=ordered 0 0
/dev/block/mmcblk0p11 /preinstall ext4 rw,nosuid,nodev,noatime,barrier=1,data=ordered 0 0
/dev/block/mmcblk0p4 /mnt/.lfs j4fs rw,relatime 0 0
/sys/kernel/debug /sys/kernel/debug debugfs rw,relatime 0 0
/dev/fuse /mnt/sdcard fuse rw,nosuid,nodev,relatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
tmpfs /mnt/sdcard/extStorages tmpfs ro,relatime,mode=755,gid=1000 0 0
/dev/block/vold/179:17 /mnt/sdcard/extStorages/SdCard vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1023,fmask=0002,dmask=0002,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
$
Thank you VERY MUCH! I can also get you a dump from Mobile Odin Pro if that would help?
-Rob
if anybody can do it it is definitely Nitro
I have a terminal emulator installed and both rooted and supersu. ES File Manager as well. Ask away!!!
I too, will gladly make a donation for this dev.
You guys actually have the same partitions as the 6800. If there is a recovery out there for odin that does not include a kernel (recovery.bin) the 6800 should work just fine for you. If there isn't one out there that is just the recovery I will see if I can get something done today or tomorrow for you.
The only thing is you would have to boot into recovery right away after flashing and I can create a zip for you to flash that would remove system/etc/install-recovery.sh. Otherwise it will pull the stock recovery from the boot.img and override clockworkmod.
The other option would be to include recovery with a kernel that you can flash with odin.
Next Step
Nitro,
Thank you VERY much. Let me know how or what I can do to move this forward. I am eager to get it going.
Thanks,
-Rob
Hi can anyone dump the recovery.img off thier galaxy s3mini. Im going to try and make a cwm but need this .img. i think its easier for people that a rooted there phones. Thanks in advance
Sent from my GT-I9300 using xda premium
you can get it sinply by extract recovery.img from the firmware.
avicohh said:
you can get it sinply by extract recovery.img from the firmware.
Click to expand...
Click to collapse
Its not in the firmware unfortunately
Sent from my GT-I9300 using xda premium
No it isn't. I already tried and failed.
Maybe we can extract it through ADB SHELL.
Currently i get:
$ cat /proc/mounts
cat /proc/mounts
rootfs / rootfs rw 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
tmpfs /dev/shm tmpfs rw,relatime,mode=755,gid=1000 0 0
none /debug debugfs rw,relatime 0 0
/dev/block/mmcblk0p22 /system ext4 ro,noatime,errors=panic,barrier=1,data=ordered 0 0
/dev/block/mmcblk0p12 /modemfs ext4 rw,nosuid,nodev,noatime,errors=panic,barrier=1,journal_async_commit,data=ordered 0 0
/dev/block/mmcblk0p23 /cache ext4 rw,nosuid,nodev,noatime,errors=panic,barrier=1,journal_async_commit,data=ordered 0 0
/dev/block/mmcblk0p11 /efs ext4 rw,nosuid,nodev,noatime,errors=panic,barrier=1,journal_async_commit,data=ordered 0 0
/dev/block/mmcblk0p24 /preload ext4 ro,noatime,errors=panic,barrier=1,data=ordered 0 0
/dev/block/mmcblk0p25 /data ext4 rw,nosuid,nodev,noatime,errors=panic,barrier=1,journal_async_commit,data=ordered,noauto_da_alloc,discard 0 0
/dev/block/mmcblk0p19 /mnt/.lfs j4fs rw,relatime 0 0
/sys/kernel/debug /sys/kernel/debug debugfs rw,relatime 0 0
/dev/fuse /storage/sdcard0 fuse rw,nosuid,nodev,noexec,relatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
$
But which one is the recovery ???
Try modem.
quendil said:
Maybe we can extract it through ADB SHELL.
Currently i get:
$ cat /proc/mounts
cat /proc/mounts
rootfs / rootfs rw 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
tmpfs /dev/shm tmpfs rw,relatime,mode=755,gid=1000 0 0
none /debug debugfs rw,relatime 0 0
/dev/block/mmcblk0p22 /system ext4 ro,noatime,errors=panic,barrier=1,data=ordered 0 0
/dev/block/mmcblk0p12 /modemfs ext4 rw,nosuid,nodev,noatime,errors=panic,barrier=1,journal_async_commit,data=ordered 0 0
/dev/block/mmcblk0p23 /cache ext4 rw,nosuid,nodev,noatime,errors=panic,barrier=1,journal_async_commit,data=ordered 0 0
/dev/block/mmcblk0p11 /efs ext4 rw,nosuid,nodev,noatime,errors=panic,barrier=1,journal_async_commit,data=ordered 0 0
/dev/block/mmcblk0p24 /preload ext4 ro,noatime,errors=panic,barrier=1,data=ordered 0 0
/dev/block/mmcblk0p25 /data ext4 rw,nosuid,nodev,noatime,errors=panic,barrier=1,journal_async_commit,data=ordered,noauto_da_alloc,discard 0 0
/dev/block/mmcblk0p19 /mnt/.lfs j4fs rw,relatime 0 0
/sys/kernel/debug /sys/kernel/debug debugfs rw,relatime 0 0
/dev/fuse /storage/sdcard0 fuse rw,nosuid,nodev,noexec,relatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
$
But which one is the recovery ???
Click to expand...
Click to collapse
Lol i dont have a clue. Could you try downloading this tool http://forum.xda-developers.com/showthread.php?t=1703488 its for normal galaxy s3. When installed click any firmware version and then select option to make nandroid backup through adb to computer. You need to have root to do it. Thanks again
Sent from my GT-I9300 using xda premium
I don't think recovery partition is mounted in normal boot. Try adb in recovery mode?
Skickat från min GT-P7500 via Tapatalk 2
---------- Post added at 01:30 PM ---------- Previous post was at 12:50 PM ----------
In terminal, cat /proc/partition gives me:
$ export PATH=/data/local/bin:$PATH
$ su
# cat /proc/partitions
major minor #blocks name
7 0 14585 loop0
7 1 2111 loop1
7 2 4190 loop2
7 3 5229 loop3
7 4 47849 loop4
7 5 2111 loop5
7 6 4190 loop6
7 7 13545 loop7
179 0 7634944 mmcblk0
179 1 128 mmcblk0p1
179 2 384 mmcblk0p2
179 3 1024 mmcblk0p3
179 4 1024 mmcblk0p4
179 5 512 mmcblk0p5
179 6 512 mmcblk0p6
179 7 512 mmcblk0p7
179 8 512 mmcblk0p8
179 9 1024 mmcblk0p9
179 10 1024 mmcblk0p10
179 11 16384 mmcblk0p11
179 12 16384 mmcblk0p12
179 13 16384 mmcblk0p13
179 14 51200 mmcblk0p14
179 15 64 mmcblk0p15
179 16 14336 mmcblk0p16
179 17 2048 mmcblk0p17
179 18 2048 mmcblk0p18
179 19 16384 mmcblk0p19
179 20 16384 mmcblk0p20
179 21 16384 mmcblk0p21
179 22 1228800 mmcblk0p22
179 23 860160 mmcblk0p23
179 24 327680 mmcblk0p24
179 25 4945920 mmcblk0p25
179 64 2048 mmcblk0boot1
179 32 2048 mmcblk0boot0
179 96 32113664 mmcblk1
179 97 16056320 mmcblk1p1
179 98 16048128 mmcblk1p2
254 0 14584 dm-0
254 1 2110 dm-1
254 2 4189 dm-2
254 3 5229 dm-3
254 4 47848 dm-4
254 5 2110 dm-5
254 6 4189 dm-6
254 7 13545 dm-7
7 8 21861 loop8
254 8 21861 dm-8
7 9 29138 loop9
254 9 29137 dm-9
7 10 13545 loop10
254 10 13545 dm-10
7 11 2111 loop11
254 11 2110 dm-11
7 12 5229 loop12
254 12 5229 dm-12
7 13 55125 loop13
254 13 55125 dm-13
7 14 2111 loop14
254 14 2110 dm-14
7 15 15624 loop15
254 15 15624 dm-15
#
Skickat från min GT-I8190
ops.. i forgot something.
the recovery built in the kernal, its more complicated then S3.
C:\Android>adb reboot recovery
C:\Android>adb shell
$ cat /proc/mounts
cat /proc/mounts
rootfs / rootfs rw 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
/dev/block/mmcblk0p1 /mnt/.lfs j4fs rw,relatime 0 0
/dev/block/mmcblk0p22 /system ext4 rw,nodev,noatime,nodiratime,barrier=1,data=ordered 0 0
$
This is what I get in recovery mode. Hope it helps
Edit: Or not, damn it!
avicohh said:
ops.. i forgot something.
the recovery built in the kernal, its more complicated then S3.
Click to expand...
Click to collapse
Why do they have to make things so confusing. I dont think im able to do it now
Sent from my GT-I9300 using xda premium
You were right, it is in the kernel. I've managed to disassemble boot.img and found a recovery in there. This indeed complicates things.
Benzonat0r said:
You were right, it is in the kernel. I've managed to disassemble boot.img and found a recovery in there. This indeed complicates things.
Click to expand...
Click to collapse
Oh, damn! We need someone like chainfire to get this device goin' custom!
Skickat från min GT-P7500 via Tapatalk 2
Benzonat0r said:
You were right, it is in the kernel. I've managed to disassemble boot.img and found a recovery in there. This indeed complicates things.
Click to expand...
Click to collapse
Can you extract that recovery.img i will then try and add cwm to it. What operating system are yiu using to unpack boot.img?
Sent from my GT-I9300 using xda premium
Windows 7 emulating Linux via Cygwin + dsixda's Android Kitchen
This it an extracted boot.img, the recovery is in here.
Benzonat0r said:
Windows 7 emulating Linux via Cygwin + dsixda's Android Kitchen
This it an extracted boot.img, the recovery is in here.
Click to expand...
Click to collapse
Ahh yeah ive dont that but there is no recovery.img in there
Sent from my GT-I9300 using xda premium
There's no image in there no, but I think it's integrated in it, just like in Galaxy Ace 2 there's no recovery.img in the stock firmware but the recovery its packed directly in kernel.bin
Benzonat0r said:
There's no image in there no, but I think it's integrated in it, just like in Galaxy Ace 2 there's no recovery.img in the stock firmware but the recovery its packed directly in kernel.bin
Click to expand...
Click to collapse
Yeah thats what i thought. Looks like im going to have to set up ubuntu to create it. Not many tools made for windows. Hopefully can get it set up in the next week. Dont hold me to it though as ive never done anything like this before. I usually do theming over at the galaxy s3 intetnational forum. Only problem is people are going to have to try it out for me if i can get it together as my girlfriend has the s3mini and doesnt like me doing thing to her phone.
Sent from my GT-I9300 using xda premium
Hahahaha that's totally understandable man girls are like that don't sweat it. We'd appreciate that very much.
Thing is that I don't have a spare hard drive to install Ubuntu and my disk space is nearly full, around 8 gigs free of 2TB of space.
hey i build a cwm version on koushik-lion for Galaxy S3 mini (alias Golden) ... its cwm recovery 6.0.2.7 Touch recovery.img - 6.10 MB but i don´t know how i can test it..... because its my first samsung device and I don´t want to brick it .... can i try "fastboot flash recovery recovery.img" or .... I hope someone knows a way ...
ps: link to recovery-builder: http://jenkins.cyanogenmod.com/job/recovery/14184/
Could somebody please provide the following (yes, searched here and google - no luck):
Partitions
Code:
# cat /proc/partitions
and
Mounted partitions
Code:
# mount
Could please somebody post their results from (preferable stock 2.3.6 and rooted) device here.
Thank you!
Solved my issue I was having, managed to get it, in case anybody else may need it:
Code:
# cat /proc/partitions
major minor #blocks name
137 0 513024 bml0/c
137 1 256 bml1
137 2 2048 bml2
137 3 2048 bml3
137 4 256 bml4
137 5 12800 bml5
137 6 5120 bml6
137 7 5120 bml7
137 8 5120 bml8
137 9 235520 bml9
137 10 40960 bml10
137 11 201984 bml11
137 12 256 bml12
137 13 256 bml13
137 14 256 bml14
137 15 1024 bml15
138 6 1280 stl6
138 9 227840 stl9
138 10 36864 stl10
138 11 194816 stl11
Code:
# mount
rootfs / rootfs ro,relatime 0 0
tmpfs /dev tmpfs rw,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
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0
/dev/stl9 /system rfs ro,relatime,vfat,log_off,check=no,gid/uid/rwx,iocharset=cp437 0 0
/dev/stl10 /cache rfs rw,nosuid,nodev,relatime,vfat,llw,gid/uid/rwx,iocharset=cp437 0 0
/dev/stl6 /mnt/.lfs j4fs rw,relatime 0 0
/dev/stl11 /data rfs rw,nosuid,nodev,relatime,vfat,llw,check=no,gid/uid/rwx,iocharset=cp437 0 0
Straight Into the Topic.
This is based on Omni 6.0 Sources. My OWN FORK/REPO
Please Test, If woking/no please comment in comment section
Downloads:
twrp-3.0.2-1-oneplus3.img
twrp-3.0.2-0-oneplus3.img
Hope You Will Test It!
Source: https://github.com/HostZero/android_device_oneplus_oneplus3/tree/android-6.0
XDA:DevDB Information
[TWRP][ONEPLUS3][TESTING] TWRP 3.0.2-1 | Testing | Help of OP3 Users Required, Tool/Utility for the OnePlus 3
Contributors
HostZero
Version Information
Status: Testing
Created 2016-06-16
Last Updated 2016-06-19
HostZero said:
Straight Into the Topic.
This is based on Omni 6.0 Sources. My OWN FORK/REPO
Please Test, If woking/no please comment in comment section
Downloads:
twrp-3.0.2-0-oneplus3.img
Hope You Will Test It!
Source: https://github.com/HostZero/android_device_oneplus_oneplus3/tree/android-6.0
XDA:DevDB Information
[TWRP][ONEPLUS3][TESTING] TWRP 3.0.2-0 | Testing | Help of OP3 Users Required, Tool/Utility for the OnePlus 3
Contributors
HostZero
Version Information
Status: Testing
Created 2016-06-16
Last Updated 2016-06-16
Click to expand...
Click to collapse
How is this different from the one made by Grarak?
CircuitBug said:
How is this different from the one made by Grarak?
Click to expand...
Click to collapse
Sir, I don't even know the Grarak, made a TWRP. I am here to make official twrp for OP3 , so if booting and other features are fine. I will talk to my superiors to make it OFFICIAL. I hope you will test Recovery Now.
- HostZero
HostZero said:
Sir, I don't even know the Grarak, made a TWRP. I am here to make official twrp for OP3 , so if booting and other features are fine. I will talk to my superiors to make it OFFICIAL. I hope you will test Recovery Now.
- HostZero
Click to expand...
Click to collapse
My phone will arrive today, and I'll gladly test this for you. Any specific checks you need to be carried out?
CircuitBug said:
My phone will arrive today, and I'll gladly test this for you. Any specific checks you need to be carried out?
Click to expand...
Click to collapse
Thabkyou for the positive and quick replies.
I need Backup/Restore, CPU Temp.
And Major, Is it booting?
That's it sir.
- HostZero
I used your toolkit and everything worked well. I'm rooted and running Xposed on my OP3.
My device tree already has TWRP flags inside with decryption working.
And as an addition, Dees Troy will prolly be merging Grarak's sources for Official TWRP. He has tested everything on his phone himself, so
Sent from my OnePlus2 using XDA Labs
both storages in TWRP recovery shows 0 MB, any helps? thanks.
Naman Bhalla said:
And as an addition, Dees Troy will prolly be merging Grarak's sources for Official TWRP. He has tested everything on his phone himself, so
Sent from my OnePlus2 using XDA Labs
Click to expand...
Click to collapse
So its best that I forget TWRP for OnePlus3.
works very well thank you to you
backup not working
Installed there is not
HostZero said:
So its best that I forget TWRP for OnePlus3.
Click to expand...
Click to collapse
LoL
I should get my phone today. Still need more tests?
Is encryption supported already?
Gesendet von meinem OnePlus One
jejemc said:
works very well thank you to you
backup not working
Installed there is not
Click to expand...
Click to collapse
I found the bug, but has raised because of partition details I have provided. Please provide me new block/partition details so I can fix backup install etc issues.
Could I use it with oxygen?
Gesendet von meinem ONEPLUS A3003 mit Tapatalk
HostZero said:
I found the bug, but has raised because of partition details I have provided. Please provide me new block/partition details so I can fix backup install etc issues.
Click to expand...
Click to collapse
Hello what file? I do not see or take it thank you
Hi, Flashed it and its running.
There is a mouse cursor in the middle of the screen.
Backup is not working as I cant select any location where to backup too.
Edit. It seems that I can't mount the data partition to flash supersu.zip
Signor Rossi said:
Hi, Flashed it and its running.
There is a mouse cursor in the middle of the screen.
Backup is not working as I cant select any location where to backup too.
Edit. It seems that I can't mount the data partition to flash supersu.zip
Click to expand...
Click to collapse
Please your a senior member so you ksut be know about block details please provide me your device block info.
HostZero said:
Please your a senior member so you ksut be know about block details please provide me your device block info.
Click to expand...
Click to collapse
Not 100% sure if this is what you are looking for ?
Code:
[email protected]:/ $ cat /proc/partitions
major minor #blocks name
7 0 32768 loop0
8 0 56582144 sda
8 1 8 sda1
8 2 32768 sda2
8 3 262144 sda3
8 4 1024 sda4
8 5 512 sda5
8 6 128 sda6
8 7 128 sda7
8 8 512 sda8
8 9 10240 sda9
8 10 10240 sda10
8 11 1024 sda11
8 12 8096 sda12
8 13 16192 sda13
8 14 512 sda14
8 15 56238572 sda15
8 16 4096 sdb
8 17 4052 sdb1
8 32 4096 sdc
8 33 4052 sdc1
8 80 1572864 sdf
8 81 2048 sdf1
8 82 2048 sdf2
8 83 4 sdf3
8 84 512 sdf4
8 64 4194304 sde
8 65 512 sde1
8 66 512 sde2
8 67 2048 sde3
8 68 2048 sde4
8 69 512 sde5
8 70 512 sde6
8 71 2048 sde7
8 72 16 sde8
8 73 512 sde9
8 74 512 sde10
8 75 97280 sde11
8 76 16384 sde12
8 77 1024 sde13
8 78 32768 sde14
8 79 8192 sde15
259 0 8192 sde16
259 1 16384 sde17
259 2 65536 sde18
259 3 65536 sde19
259 4 3080192 sde20
259 5 65536 sde21
259 6 4 sde22
259 7 1024 sde23
259 8 512 sde24
259 9 512 sde25
259 10 256 sde26
259 11 256 sde27
259 12 256 sde28
259 13 256 sde29
259 14 256 sde30
259 15 256 sde31
259 16 4 sde32
259 17 33424 sde33
259 18 2048 sde34
8 48 131072 sdd
8 49 32 sdd1
8 50 4 sdd2
8 51 1024 sdd3
254 0 56238556 dm-0
[email protected]:/ $
Code:
[email protected]:/ $ mount
rootfs / rootfs ro,seclabel,size=2846160k,nr_inodes=711540 0 0
tmpfs /dev tmpfs rw,seclabel,nosuid,relatime,size=2921120k,nr_inodes=730280,mode=755 0 0
devpts /dev/pts devpts rw,seclabel,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,seclabel,relatime 0 0
selinuxfs /sys/fs/selinux selinuxfs rw,relatime 0 0
debugfs /sys/kernel/debug debugfs rw,seclabel,relatime 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
none /sys/fs/cgroup tmpfs rw,seclabel,relatime,size=2921120k,nr_inodes=730280,mode=750,gid=1000 0 0
tmpfs /mnt tmpfs rw,seclabel,relatime,size=2921120k,nr_inodes=730280,mode=755,gid=1000 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
pstore /sys/fs/pstore pstore rw,seclabel,relatime 0 0
adb /dev/usb-ffs/adb functionfs rw,relatime 0 0
/dev/block/bootdevice/by-name/system /system ext4 ro,seclabel,noatime,discard,data=ordered 0 0
/dev/block/bootdevice/by-name/cache /cache ext4 rw,seclabel,nosuid,nodev,relatime,data=ordered 0 0
/dev/block/bootdevice/by-name/persist /persist ext4 rw,seclabel,nosuid,nodev,relatime,data=ordered 0 0
/dev/block/bootdevice/by-name/dsp /dsp ext4 ro,seclabel,nosuid,nodev,relatime,data=ordered 0 0
/dev/block/bootdevice/by-name/modem /firmware vfat ro,context=u:object_r:firmware_file:s0,relatime,uid=1000,gid=1000,fmask=0337,dmask=0227,codepage=437,iocharset=iso8859-1,shortname=lower,errors=remount-ro 0 0
/dev/block/bootdevice/by-name/bluetooth /bt_firmware vfat ro,context=u:object_r:bt_firmware_file:s0,relatime,uid=1002,gid=3002,fmask=0333,dmask=0222,codepage=437,iocharset=iso8859-1,shortname=lower,errors=remount-ro 0 0
tmpfs /storage tmpfs rw,seclabel,relatime,size=2921120k,nr_inodes=730280,mode=755,gid=1000 0 0
/dev/block/dm-0 /data ext4 rw,seclabel,nosuid,nodev,relatime,discard,noauto_da_alloc,data=ordered 0 0
/dev/block/loop0 /su ext4 rw,seclabel,noatime,data=ordered 0 0
/dev/fuse /mnt/runtime/default/emulated fuse rw,nosuid,nodev,noexec,noatime,user_id=1023,group_id=1023,default_permissions,allow_other,reserved_mem=50MB 0 0
/dev/fuse /storage/emulated fuse rw,nosuid,nodev,noexec,noatime,user_id=1023,group_id=1023,default_permissions,allow_other,reserved_mem=50MB 0 0
/dev/fuse /mnt/runtime/read/emulated fuse rw,nosuid,nodev,noexec,noatime,user_id=1023,group_id=1023,default_permissions,allow_other,reserved_mem=50MB 0 0
/dev/fuse /mnt/runtime/write/emulated fuse rw,nosuid,nodev,noexec,noatime,user_id=1023,group_id=1023,default_permissions,allow_other,reserved_mem=50MB 0 0
[email protected]:/ $
Code:
[email protected]:/ # df
Filesystem Size Used Free Blksize
/ 2.7G 4.8M 2.7G 4096
/dev 2.8G 124.0K 2.8G 4096
/sys/fs/cgroup 2.8G 12.0K 2.8G 4096
/mnt 2.8G 0.0K 2.8G 4096
/mnt/runtime/default/emulated 52.6G 22.8G 29.8G 4096
/mnt/runtime/read/emulated 52.6G 22.8G 29.8G 4096
/mnt/runtime/write/emulated 52.6G 22.8G 29.8G 4096
/system 2.8G 2.4G 417.4M 4096
/cache 248.0M 1.1M 246.9M 4096
/persist 27.5M 420.0K 27.1M 4096
/dsp 11.7M 4.1M 7.6M 4096
/firmware 95.0M 81.2M 13.8M 16384
/bt_firmware 1023.7M 112.0K 1023.6M 16384
/storage 2.8G 0.0K 2.8G 4096
/storage/emulated 52.6G 22.8G 29.8G 4096
/data 52.7G 22.8G 29.9G 4096
/su 27.5M 1004.0K 26.5M 4096
[email protected]:/ #
Delete
---------- Post added at 05:45 PM ---------- Previous post was at 05:43 PM ----------
Grarak said:
My device tree already has TWRP flags inside with decryption working.
Click to expand...
Click to collapse
Garak, I installed your recovery and was able to back up successfully.
No problems so far.
Thanks!
phonepersonality said:
Delete
---------- Post added at 05:45 PM ---------- Previous post was at 05:43 PM ----------
Garak, I installed your recovery and was able to back up successfully.
No problems so far.
Thanks!
Click to expand...
Click to collapse
You are in the wrong thread dude
Gesendet von meinem OnePlus One