Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
su
mkdir stuffs
cat /proc/config.gz > /sdcard/stuffs
cat /dev/block/mmcblk0p15 > /sdcard/stuffs/boot.img
cat /dev/block/mmcblk0p16 > /sdcard/stuffs/recovery.img
cat /proc/mounts > /sdcard/stuffs/mounts.txt
cat /proc/partitions > /sdcard/stuffs/partsize.txt
ls -la /dev/block/platform/msm_sdcc.1/by-name/ > /sdcard/stuffs/partname.txt
Thanks! You forgot the /proc/config.gz, which allows me to build kernels!
When I ran command for it it said system was read only.. After that I use root explorer too mount system as r/w an ran the command again and it said the same thing
Ok so I tried commands again this instead of sending them to Sd card I send them to a system folder and it worked so here is the link to proc config file that was missing https://drive.google.com/file/d/0B5-gAih33qiTS2djSWQ5a043LTA/edit?usp=sharing
adb shell
su
dd if=/dev/block/platform/msm_sdcc.1/by-name/system of=/sdcard/system.img
dd if=/dev/block/platform/msm_sdcc.1/by-name/boot of=/sdcard/boot.img
If you grab the system.img and boot.img I will put together some stock roms for this device. I am sure cwm is just around the corner seeing who is on this thread
Code:adb shell su dd if=/dev/block/platform/msm_sdcc.1/by-name/system of=/sdcard/system.img dd if=/dev/block/platform/msm_sdcc.1/by-name/boot of=/sdcard/boot.img
Okay, root guide is up. The link to the cwm is there as well. To actually install the recovery, follow these steps since it's not a flashable zip. If you know how to create a flashable zip, then you can do so instead.I've been waiting for this device to come out long before it was publicly announced. I have my ways of finding device info So naturally I'm here lol
Anyway, I have CWM build at the moment, and I will have it uploaded later tonight after I'm home from work, unless it finishes building early enough before I leave.
Here is what I will need tested:
Report any graphical issues
Check to make sure that you have access to sdcard(internal sd) AND sdcard1(external sd)
Check if USB Mass Storage is working.
While still plugged into the computer, unmount USB Mass Storage and see if you still have access to sdcard and sdcard1
Mount/Unmount all the partitions (system, data, etc)
Backup to both sdcard and sdcard1
Restore from both sdcard and sdcard1
Install zip from both sdcard, sdcard1, and sideload
oh and make sure you grab SuperR a copy of system.img before you do remove ANYTHING. I'll have my root guide posted when I upload cwm.
adb push recovery.img /cache/recovery.img
adb shell
dd if=/dev/zero of=/dev/block/mmcblk0p16
dd if=/cache/recovery.img of=/dev/block/mmcblk0p16
custom kernel guys:
http://dt11.net/rbheromax/boot.img-stormer
dd if=/sdcard/boot.img-stormer of=/dev/block/platform/.msm_sdcc.1/by-name/boot
lemme know wat works so far
What's all enabled in it?
I'm assuming you used the msm8930 kernel source repo? It doesn't have any stormer related bits. those are in the stock hera kernel source.4.4 requirements enabled. thats all. nothing added in yet. just wondering if this boots, cuz we can continue from there
haha nice. I need to merge the stormer shit into the msm8930 source, but i'd rather just wait for the kernel and use the hera source for now. lol
I'm still convinced that they took the awe kernel source and used it as the basis for both the hera and the warplte, but both were written at the same time, rather than one after the other. which is why the warplte has newer stuff, but the hera got the stormer shit
Once the stormer kernel is released, I say we use it as the base, or at least take the updates and merge them into the current msm8930 source
I sent them an email the other day, gonna send them a new one tonight. You hounding them yet?I think we should wait till the stormer source is released. I wont do a real kernel until then, only a teaser.
If you've got bootani, then you should be able to pull logcatsSee what had happened was....
I'm slack lol. But on the brightside nex has bootani on cm11. Get it from hroark13. The problem now is the kernel. Enable selinux and it should boot tell him that also