TWRP 2.7.1.0 Galaxy Tab 4 7.0 - Galaxy Tab 4 Original Android Development

Quote from General TWRP description by Dees_Troy:
Team Win Recovery Project 2.x, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
Recovery image for Tab 4 7.0 uses Linux kernel 3.10.0
Screenshot:
{
"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"
}
XDA:DevDB Information
TWRP 2.7.1.0 Galaxy Tab 4 7.0, ROM for the Samsung Galaxy Tab 4
Contributors
tgalal, Dees_Troy, bigbiff, ketut.kumajaya
ROM OS Version: 4.4.x KitKat
Based On: twrp
Version Information
Status: Testing
Current Stable Version: 2.7.1.0
Current Beta Version: 2.7.1.0
Created 2014-07-27
Last Updated 2014-07-27

Reserved
Attached is TWRP 2.7.1.0 for Tab 4 7.0 (SM-T230)
Configuration for building: https://github.com/tgalal/android_device_samsung_degaswifi
Compiled kernel source for SM-T230_EUR_XX from http://opensource.samsung.com/
Install instructions:
For some reason odin 3.09 fails to flash the device. If it's the same case for you, you can give it a try with heimdall it works fine.
Extract the tar file then,
heimdall flash --RECOVERY recovery.img
Click to expand...
Click to collapse
Here is also another method by nointer. I haven't verified it though.
Feel free to submit changes/ report any bugs/enhancements

I was able to flash this and it booted into recovery just fine. I didn't try to flash anything or backup device yet. It looks like the external sd isn't working. It showed 500mb free for both internal and external. I had 2gb free on the card though, now we just need some cool ROMs

Woah.... Hold on there. Are we talking about the TWRP for the Galaxy Tab 4 7.0 (SM-T230NU). I thought it wasn't possible since it uses Marvell Hardware.
Sent from my SM-T230NU using XDA Free mobile app

Can I use this TWRP for SM-T231 model?

Yyyiiii-haaaa!!!:laugh:
flashed with adb, looks perfect!!! SM-T230 Wi-Fi
jic there's someone in need of exact instructions, here's how I did it (needs root)
extract the tar, put recovery.img on device's sdcard
adb shell
su
ls /dev/block/platform/soc.2/by-name/RECOVERY -l
<produces "lrwxrwxrwx root root 2014-07-28 13:34 RECOVERY -> /dev/block/mmcblk0p9>
dd if=/dev/block/mmcblk0p9 of=/sdcard/original.recovery.img
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p9
exit
exit
adb reboot recovery
c'est tout!

jokowi said:
Can I use this TWRP for SM-T231 model?
Click to expand...
Click to collapse
Most probably yes, no guarantees though as I don't have that device to test it out.

tgalal said:
Install instructions:
For some reason odin 3.09 fails to flash the device. If it's the same case for you, you can give it a try with heimdall it works fine.
Extract the tar file then,
Click to expand...
Click to collapse
You HAVE to add an md5 to flash thru odin on this device. If its not in tar.md5 itll get stuck and eventually fail. I figured that out flashing my kernel
Here
https://mega.co.nz/#!ktcGhD5C!fH2wGFvoS2ljKHkLglb7eWcMATYERiErfbTH9fIZVYs
3052e1d405afffc98e810bcfbc790758

404-Not Found said:
Woah.... Hold on there. Are we talking about the TWRP for the Galaxy Tab 4 7.0 (SM-T230NU). I thought it wasn't possible since it uses Marvell Hardware.
Sent from my SM-T230NU using XDA Free mobile app
Click to expand...
Click to collapse
That's the model I have. I used Rashr to flash the recovery

likearaptor said:
That's the model I have. I used Rashr to flash the recovery
Click to expand...
Click to collapse
Does that mean Custom ROMs????!!!! Damn, I want to build already.
Sent from my SM-T230NU using XDA Free mobile app

404-Not Found said:
Does that mean Custom ROMs????!!!! Damn, I want to build already.
Sent from my SM-T230NU using XDA Free mobile app
Click to expand...
Click to collapse
I think so We don't have Knox to worry about yet...

likearaptor said:
I think so We don't have Knox to worry about yet...
Click to expand...
Click to collapse
What do you mean about "yet"?
Sent from my SM-T230NU using XDA Free mobile app

404-Not Found said:
What do you mean about "yet"?
Sent from my SM-T230NU using XDA Free mobile app
Click to expand...
Click to collapse
I have the S4 and it didn't have Knox until the latest 4.4 Android update and since then it hasn't stopped development, but it might have slowed it down. I don't care if my phone shows the Knox has been tripped for the kernel, recovery, or rom. So if they do implement it on the Tab 4, which I doubt they will (its more of a cheap device for normal people, not businesses), the worst Samsung has done is just scare us with telling us the warranty is void. I wouldn't worry. I doubt it really is coming. I haven't heard it from anyone, so don't take me word for or against it

404-Not Found said:
What do you mean about "yet"?
Sent from my SM-T230NU using XDA Free mobile app
Click to expand...
Click to collapse
by "yet" he means "already"
Sent from my SM-G900F using XDA Free mobile app

@tgalal i've been try to build twrp using your code, but always end with error
Target ram disk: /home/ubuntu1404/cyanogenmod/out/target/product/degaswifi/ramdisk.img
make: *** No rule to make target `/home/ubuntu1404/cyanogenmod/out/target/product/degaswifi/kernel', needed by `/home/ubuntu1404/cyanogenmod/out/target/product/degaswifi/recovery/root.ts'. Stop.
at out folder there's a ramdisk.img with tiny size 367kb only and there is no recovery.img
and i unpack and repack boot.im and get a boot-new.img where i must place this boot-new.img?
thank you

jokowi said:
@tgalal i've been try to build twrp using your code, but always end with error
Target ram disk: /home/ubuntu1404/cyanogenmod/out/target/product/degaswifi/ramdisk.img
make: *** No rule to make target `/home/ubuntu1404/cyanogenmod/out/target/product/degaswifi/kernel', needed by `/home/ubuntu1404/cyanogenmod/out/target/product/degaswifi/recovery/root.ts'. Stop.
at out folder there's a ramdisk.img with tiny size 367kb only and there is no recovery.img
and i unpack and repack boot.im and get a boot-new.img where i must place this boot-new.img?
thank you
Click to expand...
Click to collapse
Have you placed the kernel source at kernel/samsung/degaswifi? If you don't want to compile the kernel you can use a prebuilt one (u can extract it from my recovery.img), but then you need to set TARGET_PREBUILT_KERNEL in BoardConfig.mk instead of TARGET_KERNEL_SOURCE

likearaptor said:
I have the S4 and it didn't have Knox until the latest 4.4 Android update and since then it hasn't stopped development, but it might have slowed it down. I don't care if my phone shows the Knox has been tripped for the kernel, recovery, or rom. So if they do implement it on the Tab 4, which I doubt they will (its more of a cheap device for normal people, not businesses), the worst Samsung has done is just scare us with telling us the warranty is void. I wouldn't worry. I doubt it really is coming. I haven't heard it from anyone, so don't take me word for or against it
Click to expand...
Click to collapse
They also break Allshare Cast. To be specific, it will immediately disconnect after you connect rather than stay connected like it should. Apparently it checks that the flash counter is set to 0 and if not then it will refuse to stay connected. Sadly nobody has come up with a patched version yet so the only solution is to wait for Triangle Away to support the Tab 4.

got root and now got twrp , sweet!!!

Just wondering, does it work with SD cards yet or does everything have to be done using internal memory?

can someone put up a step by step guide sorry i am a noob. i am rooted now i want to have a custom recovery. and then after that will we be able to have custom roms?

Related

(ODIN + CWM 6 + ROOT + Stock) ATT / TMOBILE Galaxy Tab 2 10.1 {SGH-i497} {SGH-T779}

After a bunch of work, I present to you WORKING CLOCKWORKMOD!
{
"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"
}
*Big thanks to those of you who worked on the d2att, that code was invaluable for getting a working graphics driver and some unknowns I could not see.*
Confirmed on:
- SGH-i497 (ATT)
- SGH-T779 (T-Mobile)
You can also use this to get ROOT!
Requirements:
- Windows Computer with Samsung Drivers installed
- Odin if on Windows/Heimdall on Linux
- sdcard in the /sdcard slot
1. Download my Odin package here:
https://dl.dropbox.com/u/58849669/espresso10att/cwm_recovery_espresso10att_childofthehorn.tar.md5
2. Download SuperSu from Chainfire and copy to your sdcard:
http://forum.xda-developers.com/showthread.php?t=1538053
3. Open Odin (as administrator) and hit the "PDA" button, remember to uncheck the reset
4. Mount Device into Download Mode (PWR, Vol) and Hit go on Odin once it appears.
5. Once Finished, Reboot into Recovery
6. Backup your existing image
7. Flash SuperSu from SDcard
8. WInning.
TO RETURN TO STOCK RECOVERY USE THIS ODIN FLASHABLE:
https://dl.dropbox.com/u/58849669/espresso10att/espresso10_stock_childofthehorn.tar.md5
****In the process of doing this, I had to bust my /system in order to get the files required.
I would strongly appreciate if anyone can send me a copy of their boot.img and either a copy of their system.img or system.tar.ext4 made by clockworkmod. ****
Part of doing this was integrating everything with the d2-variant build chains in CM9 and CM10. Say thanks in the Thread if you like this or promote this thread so it makes it to the main page.
GITHUB: https://github.com/childofthehorn/espresso10att
Thanks Guys!
AWESOME!!!
Sweet, thanks so much, worked amazing on my T-Mobile Tab 2, got root awaiting a CM9 ROM. No rush, just happy to have my root on my plaything. Keep up the amazing work.
FINALLY! You just made my evening! Incoming Donation.
Confirmation number: 75052748C2563800A
---------- Post added at 09:43 PM ---------- Previous post was at 09:30 PM ----------
I have the ATT device as well, running a full stock rooted backup as we speak. I will get it uploaded when completed. Please hold...
Glad to hear it guys!
Very happy to know it works just as well on the T-mobile one.
I can get some custom ROMs going if I can get a copy of someone's /system and boot.img .
First goal is CM9 and then a migration to CM10.1 once that is pretty stabile.
Luckily for us, we have two amazingly complete CM sources with the d2att ( and nice d2 kernel chain!) and p5100 which cover most of our requirements as far as setup and drivers/libs.
Thank You for the support. If you like this, check out my site, say thanks, and/or vote this up onto the main site for a post so it is more visible.
I will be posting the original stock recovery.IMG in Odin flash able later tonight.
Sent from my Galaxy Nexus using Tapatalk 2
Childofthehorn said:
Glad to hear it guys!
Very happy to know it works just as well on the T-mobile one.
I can get some custom ROMs going if I can get a copy of someone's /system and boot.img .
First goal is CM9 and then a migration to CM10.1 once that is pretty stabile.
Luckily for us, we have two amazingly complete CM sources with the d2att ( and nice d2 kernel chain!) and p5100 which cover most of our requirements as far as setup and drivers/libs.
Thank You for the support. If you like this, check out my site, say thanks, and/or vote this up onto the main site for a post so it is more visible.
I will be posting the original stock recovery.IMG in Odin flash able later tonight.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
If I was home I could help with my T-Mobile tab 2. Currently out stealing cars legally tho. Just glad for root and I'll help if I can in anyway.
Sent from my ThunderBolt using xda app-developers app
Amazing work! Thank you.
Will this wipe my current apps and data?
dmunjal said:
Amazing work! Thank you.
Will this wipe my current apps and data?
Click to expand...
Click to collapse
Not at all. You are merely flashing Root over your existing install. I also suggest that you make a backup prior to installing SuperSU. All of your non-native apps and contacts, etc are on /data and SuperSU does not touch /data at all.
Just posted up the Original Stock Recovery in an Odin Flashable if you want to return to stock.
Thanks for figuring this out. If you still need boot img or anything from the t-mobile version let me know. Also is it possible to add the t-mobile model number (SGH-T779) to the thread title, it would help others to find it.
Thanks again
Edit: I just saw that you added the model to the OP. Thanks again
Yeah I can extract system images from the CWM blobs if that is all you have. However a simple tar ball of /system and your boot.img would be helpful.
No more help at this time, however that might change with CM9 integration for T-Mobile.
Sent from my Galaxy Nexus using Tapatalk 2
Thanks a lot !, I had waiting a long time for this.
I have a GT-P5113 and I have the latest jellybean update (4.1.1). Do you know if this method works for my tablet, and if it doesn't, do you know a method for this model?
Sent from my GT-P5113 Galaxy Tab 2 10.1, the ipad pwning monster
Jooni said:
I have a GT-P5113 and I have the latest jellybean update (4.1.1). Do you know if this method works for my tablet, and if it doesn't, do you know a method for this model?
Sent from my GT-P5113 Galaxy Tab 2 10.1, the ipad pwning monster
Click to expand...
Click to collapse
^ This is covered elsewhere:
http://forum.xda-developers.com/showthread.php?t=1657056
BTW - The SGH-i497 has been added to CF-Autoroot by Chainfire. Now get rootness the easy way.
http://autoroot.chainfire.eu/
The T779 is in there as well.
For the T mobile users I will be putting together a Device tree for you guys as well. Let me know if there is anyone who wants to head up the CM9 port for the T779.
Childofthehorn
will this root work with the SCH-I915 Verizon ?
warlord002 said:
Childofthehorn
will this root work with the SCH-I915 Verizon ?
Click to expand...
Click to collapse
I honestly have no idea! That Model Number did not appear in the code, however the hardware is the same and considering the partition table is almost exactly like the D2 it just might.
IF YOU DO SO, YOU DO IT AT YOUR OWN RISK. I am not responsible!
Worst Case scenario, you will not be able to "wipe" your device in case of a failure easily until you perform a Manual update using Kies (usually the Samsung firmware has the recovery.img in it, but no guarantees!).
Get me a Copy of the Recovery.img or Full Odin Image for that device and I can probably make it work. The same would be true of the new SPH-P500 for Sprint. I do not have a Verzion version so I cannot test it. If you are a willing volunteer, let me know.
The Gtab2 10.1 LTE is Basically a Blown up Galaxy S3. However I am quickly finding that the AOSP D2 Kernel source doesnt like me much... erg.
Im out of town now but if no one shares their system I will dump mine when I get back sat morning.
Sent from my SGH-T779 using Tapatalk HD
Childofthehorn;
Get me a Copy of the Recovery.img or Full Odin Image for that device and I can probably make it work. The same would be true of the new SPH-P500 for Sprint. I do not have a Verzion version so I cannot test it. If you are a willing volunteer said:
I don;t know how to get that img or Odin image for you from my verizon tab 2 . but if you tell me how to do so i will surely try to make one ,
thanks
Click to expand...
Click to collapse
All the rooting steps are the same as the other gtab 2 10.1???
Yes. Basically.
These are the standard root steps for all Samsung devices with unlocked boot loaders.
Its the software and images that you are putting on your device which are different.
Sent from my Galaxy Nexus using Tapatalk 2

[GUIDE] How to root Samsung Galaxy S4 (GT-I9505 and GT-I9500)

Let's move on!
There is several methods of achieving root access on SGS 4 and several guides on this subject, but for sake of simplicity we
will use here easiest and simplest way.
Recognized xda developer Dan Rosenberg (@djrbliss) has recently published his exploit for
series of Motorola devices but it's obvious that this exploit works on wide range devices including SGS 4 by exploiting vulnerability in /dev/graphics/fb0.
For more detailed information about how motochopper works please read post from SW686 here on xda forum.
I'v tested this method on SGS 4 (GT-I9505) with Qualcomm Snapdragon 600 but it should work on GT-I9500 with Samsung Exynos processor.
Software build on which exploit was tested is XXUAMDF.
Advantages of this method to achieve root access on SGS4 are following:
No need to flash trough ODIN.
Simple one click method.
1. First make sure that You have samsung adb drivers installed! If not please download and install them from here or install Samsung Kies application which will also install adb drivers.
Senior xda member daerragh has provided very nice tutorial how to do it.
2. Download motochopper exploit from here and place it on Your Desktop.
3. Unzip motochopper with Your favorit archiving program or simply by using windows bulit in funcionality (Extract all)
4. Enable on Your phone USB development mode
Open up your device’s “Settings->Click on More as shown on picture 1 and then select About device”.
At the “About” screen, scroll to the bottom and tap on “Build number” seven (7) times.
Make sure you tap seven times. If you see a “You are now a developer!” message pop up, then you know you have done it correctly.
By tapping on “Build number” seven times, you have unlocked USB debugging mode on Android 4.2 and higher.
You can now enable/disable it whenever you desire by going to “Settings” -> “Developer Options” -> “Debugging” ->” USB debugging”.
{
"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"
}
5. Connect Your SGS4 to computer via USB cable.
6. Verify that Your USB drivers are installed correctly by opening command prompt (press windows key + r) and navigate to the folder in which
You extracted motochopper.
Code:
cd C:\users\{username}\Desktop\motochopper\
In cmd prompt type
Code:
adb devices
If Your cmd prompts looks like this then You may proceed with next step.
If you don't have output from command adb devices which shows Your device check Your Samsung driver installation, check connectivity (try replacing cable) etc.
7. Time for grand finale, type in cmd prompt
Code:
run.bat
and follow instructions on the screen.
Feel free to post any suggestion or updates on this thread.
Just tried this, it just hangs at * daemon started successfully *...
cmd512 said:
Just tried this, it just hangs at * daemon started successfully *...
Click to expand...
Click to collapse
Sent from my GT-I9505 using Tapatalk 2
Did command adb devices show that Your device is recognized ?
Did You install Samsung drivers?
zexbig said:
Sent from my GT-I9505 using Tapatalk 2
Did command adb devices show that Your device is recognized ?
Did You install Samsung drivers?
Click to expand...
Click to collapse
Yes, it recognized the device ID, but where your screenshot says "device," mine says "offline."
Device is recognized with no issues by Windows though, latest Samsung drivers installed.
You need to approve USB Debug connection on Your phone when You connect USB cable.
Device should present You with screen in which will ask You to allow connection with computer.
Sent from my GT-I9505 using Tapatalk 2
OK, fixed the "offline" bit, you need the latest adb drivers that support 4.2.2 and the RSA key. The script ran through to completion and the device rebooted. After the reboot, still no root...!
(See attached image.)
Does this method work on newer kernel that is supposed to be unrootable?
hassan89 said:
Does this method work on newer kernel that is supposed to be unrootable?
Click to expand...
Click to collapse
I believe that's the problem I'm running into, I'm running the latest "un-rootable" kernel. This method simply doesn't work in that case.
Can You please post exact kernel version which are u using, also which model You have I9505 or I9500?
Sent from my GT-I9505 using Tapatalk 2
XXUAMDE i9500
zexbig said:
Can You please post exact kernel version which are u using, also which model You have I9505 or I9500?
Sent from my GT-I9505 using Tapatalk 2
Click to expand...
Click to collapse
LATEST it's UNROOTABLE for both models.....
This method is working on firmwares up to MDM, after that Kernel got locked,
no solution atm, custom kernel is needed if you want the latest one...
It's possible to root latest MDM firmware for i9505 with Modified CF-AutoRoot though.... it replaces Kernel and it can stay Official..
djembey said:
LATEST it's UNROOTABLE for both models.....
This method is working on firmwares up to MDM, after that Kernel got locked,
no solution atm, custom kernel is needed if you want the latest one...
It's possible to root latest MDM firmware for i9505 with Modified CF-AutoRoot though.... it replaces Kernel and it can stay Official..
Click to expand...
Click to collapse
For this versions there is cofface method.
http://forum.xda-developers.com/showthread.php?t=2255652
Thanks for this coming from a noob looks nice and easy
Will it work on the below I won't do it without confirnation?
Can I use triangle away afterwards to?
Thank you
Sent from my GT-I9505 using xda app-developers app
I'm running kernel 3.4.5-526212 (GT-I9500). Is this kernel rootable?
zexbig said:
For this versions there is cofface method.
http://forum.xda-developers.com/showthread.php?t=2255652
Click to expand...
Click to collapse
His version has issues too, I've discussed it at length in his thread. Currently, there is NO good root method for the new kernels.
Hi Thanks for this and your effort.
My device is international version GT-I9505 and Baseband is: I9505ZHUAMDE
Will this method going to work? Or please tell me whats the easiest way to root my device?
Thanks in advance!!!!
Al
x86phre3x said:
I'm running kernel 3.4.5-526212 (GT-I9500). Is this kernel rootable?
Click to expand...
Click to collapse
Just use Adam kernel....it can root new kernel dude....
Sent from my GT-I9500 using xda premium
Process was fine, without any errors!
But result is fail.
Still no root access.(I checked it by "Root Checker")
I9505XXUAAMDE
hazri1974 said:
Just use Adam kernel....it can root new kernel dude....
Sent from my GT-I9500 using xda premium
Click to expand...
Click to collapse
dude.. the Adam Kernel itself is A KERNEL. lol
The Adam Kernel is based on the new unrootable kernel?

[WIP][Ubuntu Touch - Vivid][07-06-2015] Ubuntu Touch for falcon

{
"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"
}
Hi everybody,
I recently work on a port for Ubuntu Touch on android. And I achieve to build something​
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards, thermonuclear war,
* or you getting fired because the alarm app failed. Please do some research
* if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
WARNING : This ROM is a "Work In Progress" : this ROM is experimental, flash it only if you know what you are doing​
Downloads
h2o64 said:
h2o64 said:
UPDATE : Working (building) on a new build.... With a bunch of new stuff...
SPOIL : A piece of spoil if you wanna know what I'm up to ... https://github.com/ubuntu-touchCAF/...mmit/7647e187ac2994c81e59f3ba7ea0a96859f3483e
Click to expand...
Click to collapse
So what's up ?
Hre is a new build. But it's not the build I annnonced. Let me explain you.
Why this isn't the right build ?
I'm currently working on a rebased Ubuntu Touch (rebased on CAF wasn't has good as I thought). The "non-AOSP"/"Important" patches are made and applied. Sources are up-to-date. BUT there still is an issue : to do this a clean way, I need to update Ubuntu Touch from android-4.4.2_r1 to android-4.4.4_r2 and this take a very very very long time indeed (downloading files, merging the updates, ...). So I decided to do other stuff while the sources are downloading.
So.... What did you throw here ?
As I said many times, there aren't any developpers working on porting Ubuntu Touch there. But I found one a while ago wich his working on the OnePlus One and get it """working""" (thread here). And now that I have a bit of time, I decided to adapt his sources to Moto G. @mariogrip actually made everything work except RIL, Camera and bluetooth : it's not a daily driver at all.
But I didn't choose to follow his way earlier for a good reason : he didn't made such a clean job. Sources are dirty, commits are wrongly looking, device tree is wierd, he uses way too much AOSP, ... But I entirely respect him because he did the work I couldn't achieve to do.
So I leave you with this build down bellow.
Downloads - Non-tested but may be interessting for enthusiasts
boot.img - 9.3 Mo
recovery.img - 8.4 Mo
system.img - 126.3 Mo
UbuntuTouch-falcon-installer.zip - 4 Ko
How to install this on your device ?
Flash on you device,
1. Download boot.img, recovery.img, system.img, UbuntuTouch-falcon-installer.zip and wily-preinstalled-touch-armhf.tar.gz
2. Reboot the device into fastboot mode
3. Flash boot.img using fastboot
Code:
fastboot flash boot boot.img
4. Boot the device back to recovery (I recommend twrp, but anything should work!)
5. Wait until adb has started (use "adb devices" to check if it has started)
6. Extract UbuntuTouch-falcon-installer.zip, remember to have the configs folder in the same folder as the script.
7. Flash ubuntu root system and system.img using rootstock installer
Code:
./MotoG-rootstock-installer wily-preinstalled-touch-armhf.tar.gz system.img
8. After that it may boot ubuntu.
Source : http://wiki.ubports.com/index.php/OnePlus_One
Click to expand...
Click to collapse
I think I'll get my official build until next Sunday. You can check out my sources if you want. I do my best.
Click to expand...
Click to collapse
Developpers Informations
The sources is now here : CAF Ubuntu Touch
You can build by yourself thanks to this tutorial
Flash
Do not forget to do a NANDROID backup before flashing anything.
You need to use Ubuntu AND a Motorola Moto G (2013) Unlocked
That's only flashable on Ubuntu/Linux because the rootstock software (flashing tool) doesn't exist on Windows OS
A - Install adb and fastboot
Code:
sudo apt-get install android-tools-adb android-tools-fastboot android-tools-fsutils bzr
Create a directory (here mydirectory) and put every img files in it.
Connect your device de the PC using an USB cable.
B - Download the requiered files
Downloads the images and download the preinstalled files from Ubuntu like this :
Code:
wget http://cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/current/wily-preinstalled-touch-armhf.tar.gz
C - Install the actual ROM
Now reboot in recovery mode (By volume - to "recovery" and then volume + to confirm)
Go into Wipe and format DATA & SYSTEM and cahce/dalvik cache..
Next use Advanced Wipe and format every choice indidualy.
Now (in the terminal)
Code:
$ ./project-rootstock-ng/rootstock-touch-install wily-preinstalled-touch-armhf.tar.gz system.img
The ROM is installed
Click to expand...
Click to collapse
Thanks you
Remember that's a community project
Thanks guyw :highfive:
My Github : https://github.com/h2o64​
XDA:DevDB Information
[WIP] Ubuntu Touch Port on Falcon, ROM for the Moto G
Contributors
h2o64, h2o64
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
Based On: AOSP & CyanogenMod
Version Information
Status: Testing
Created 2014-07-18
Last Updated 2015-06-07
Can you provide a bit more info about the project? Where are these img taken from? Have you compiled them yourself?
fermasia said:
Can you provide a bit more info about the project? Where are these img taken from? Have you compiled them yourself?
Click to expand...
Click to collapse
I've compiled everything in this thread. The img came from my outpout directory
highly appreciated work. will try to build from monday. and yes u may need to link github to thread as u may violate GPL terms if thread doesnt have one.
yeshwanthvshenoy said:
highly appreciated work. will try to build from monday. and yes u may need to link github to thread as u may violate GPL terms if thread doesnt have one.
Click to expand...
Click to collapse
Thanks you !
Appricate the work done here. Hope to get a stable release to try on my G. Thanks.
Does it work on dual SIM devices?
Sent from my Moto G using XDA Free mobile app
K3VYNC said:
Does it work on dual SIM devices?
Sent from my Moto G using XDA Free mobile app
Click to expand...
Click to collapse
This is build with cm11 source in majority... So why not... But be careful!
Sent from my Moto G using XDA Free mobile app
so excited about this Project... hope it will boot
EDIT: I want to test but i'm not able to download, mega.co.nz is not working for me anymore
h2o64 said:
This is build with cm11 source in majority... So why not... But be careful!
Sent from my Moto G using XDA Free mobile app
Click to expand...
Click to collapse
Don't we need to flash "fastboot flash system system.img"? It's not in the OP
EDIT
K3VYNC said:
Don't we need to flash "fastboot flash system system.img"? It's not in the OP
Click to expand...
Click to collapse
No because of Rootstock
Sent from my Moto G using XDA Free mobile app
poran123 said:
so excited about this Project... hope it will boot
EDIT: I want to test but i'm not able to download, mega.co.nz is not working for me anymore
Click to expand...
Click to collapse
I know... I'm sorry... But my goo.im account isn't ready yet..
Sent from my Moto G using XDA Free mobile app
[email protected]:/home/k3vync/Downloads/Moto G/Archive-314b# ./project-rootstock-ng/rootstock-touch-install $ROOTFS system.img
please make sure the device is attched via USB in recovery mode
error: device not found
What should I do? it doesn't boot into recovery (Don't worry, I didn't brick my device, just flashed stock firmware now) @h2o64
K3VYNC said:
[email protected]:/home/k3vync/Downloads/Moto G/Archive-314b# ./project-rootstock-ng/rootstock-touch-install $ROOTFS system.img
please make sure the device is attched via USB in recovery mode
error: device not found
What should I do? it doesn't boot into recovery (Don't worry, I didn't brick my device, just flashed stock firmware now) @h2o64
Click to expand...
Click to collapse
I'll modify a little bit the tutorial.
EDIT : UPDATED
Sent from my Moto G using XDA Free mobile app
h2o64 said:
I'll modify a little bit the tutorial.
EDIT : UPDATED
Sent from my Moto G using XDA Free mobile app
Click to expand...
Click to collapse
is this booting any one tested this one
we now desperately need a multirom system. i did asked @Tasssadar but i guess he is busy and never replied.
asdcxz1 said:
is this booting any one tested this one
Click to expand...
Click to collapse
Nobody have tested
Sent from my Moto G using XDA Free mobile app
abhifx said:
we now desperately need a multirom system. i did asked @Tasssadar but i guess he is busy and never replied.
Click to expand...
Click to collapse
I've done too. And I fully agree ! But @dhacker29 maybe a better dev to contact (for falcon)
h2o64 said:
Nobody have tested
Sent from my Moto G using XDA Free mobile app
Click to expand...
Click to collapse
I tested and no, it's not passing fastboot
Sent from my XT1033 using XDA Free mobile app
K3VYNC said:
I tested and no, it's not passing fastboot
Sent from my XT1033 using XDA Free mobile app
Click to expand...
Click to collapse
Could you explain with more details?
Sent from my Moto G using XDA Free mobile app

[RECOVERY][LG Semi-Official][TWRP Official][e9wifi][v700] TWRP Touch Recovery 2.8.6.1

Team Win Recovery Project 2.x, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
TWRP 2.8.6.x Changelog: http://teamw.in/site/update/2015/03/26/twrp-2.8.6.0-released.html
TWRP Official Page for LG G Pad 10.1: https://twrp.me/devices/lggpad101.html
Features:
F2FS Support
Modem Partitions Support
Bumped
Encrypt
MTP / USB Storage
Downloads:
Flashable img: https://dl.twrp.me/e9wifi/
Install:
Flash:
Flash the .zip from recovery or flash the .img using THIS APP, which needs to have root access.
dd Install Method (Requires Root):
Download the latest image file (.img) from the download link above. Place it in the root of your /sdcard folder and rename it to twrp.img. Run the following commands via adb shell or a terminal emulator app:
Code:
su
Code:
dd if=/sdcard/twrp.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
Sources:
https://github.com/e9wifi-dev/twrp_device_lge_e9wifi
Thanks to LG Electronics, LGE, for sharing their products with me for developing, it couldn't be possible without them. Cause of that, this RECOVERY is Semi-Official.
{
"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"
}
XDA:DevDB Information
TWRP, Tool/Utility for the LG G Pad 10.1
Contributors
Dark-Nightmare
Version Information
Status: Stable
Stable Release Date: 2015-05-19
Created 2015-05-19
Last Updated 2015-06-01
Thank you I look forward to trying this out.
Sent from my SPH-L900 using XDA Free mobile app
I don't own a v700 tablet, but I'm really really happy to see development on this section! The GPad series is so good and we need more and more developers working on them! Yeaaa! ???
Sent from my LG-V400 using XDA Free mobile app
After flashing recovery, when trying to enter it writes "ERROR: boot certification verify".
Sorry for my bad english.
JekaSs said:
After flashing recovery, when trying to enter it writes "ERROR: boot certification verify".
Sorry for my bad english.
Click to expand...
Click to collapse
Try downgrading your tablet to KitKat, and then, reflash recovery.
Regards.
Dark-Nightmare said:
Try downgrading your tablet to KitKat, and then, reflash recovery.
Regards.
Click to expand...
Click to collapse
Yeap. On KitKat everything fine.
thx
Dark-Nightmare said:
Try downgrading your tablet to KitKat, and then, reflash recovery.
Regards.
Click to expand...
Click to collapse
Do you happen to have the KitKat kdz for the g pad 10.1? If so, can you upload it?
Do you need root to flash the img.
Yes to flash using the linked tool you do need root. If you use the recovery method then no root isn't needed.
4.4
How to restore to kitkat ?
firmvare v700
I funded firmware for v700,but i em not aloud to post link.stupid rules....
Marko-xdw said:
I funded firmware for v700,but i em not aloud to post link.stupid rules....
Click to expand...
Click to collapse
Is it okay if you pm me the KitKat v700 firmware?
Thanks in advance
Dark-Nightmare said:
Install:
Flash:
Flash the .zip from recovery or flash the .img using THIS APP, which needs to have root access.
Click to expand...
Click to collapse
It seems you copy-pasted from my thread here, but didn't realize you are not providing a flashable zip... You also copied some of my commits without keeping the authorship, I already pointed that out in your repo. Please @Dark-Nightmare, try to do things the right way...
Now where is cm11 or cm12.1? Haha
Wasnt able yet to test it but great anyway
Will this work on the Verizon (e9lte) LG G-Pad 10.1 LTE ? I finally found a way to root this thing.. And I don't know where to get any stock firmware imgs so I don't wanna risk bricking this thing.. Oh I'm on 5.0.2 btw
C4SCA said:
Now where is cm11 or cm12.1? Haha
Wasnt able yet to test it but great anyway
Click to expand...
Click to collapse
I agree. Wish myself or someone else would/could build cm12 for thus bad boy. I'm super happy someone finally built twrp for our tablet but I just can't see going back to kitkat without being able to flash a rom. I really didn't like LG kitkat on my V700. I love lollipop but I can't use this on lollipop.
CM 12.1 nightlies
http://download.cyanogenmod.org/?device=v400
mitbit2k3 said:
http://download.cyanogenmod.org/?device=v400
Click to expand...
Click to collapse
Thats for v400 bro.
Has anyone successfully installed this recovery on their v700? I tried every way possible and even with 2 different apps with no success. I am on lollipop though. Do you have to downgrade to get this working? If so can you downgrade, install tarp then go back to lollipop?
joeyz400 said:
Has anyone successfully installed this recovery on their v700? I tried every way possible and even with 2 different apps with no success. I am on lollipop though. Do you have to downgrade to get this working? If so can you downgrade, install tarp then go back to lollipop?
Click to expand...
Click to collapse
You have to be on kitkat and no you cannot retain custom recovery and upgrade. I tried the recovery on kikat out and it works great but until someone figure out how to make our lollipop rom flashable on kitkat it wont be possible. Or if someone builds CM 12.1 or something. Apparently noone with our device can or is willing to. I would but I wouldn't even know where to start.
---------- Post added at 11:34 PM ---------- Previous post was at 11:32 PM ----------
joeyz400 said:
Has anyone successfully installed this recovery on their v700? I tried every way possible and even with 2 different apps with no success. I am on lollipop though. Do you have to downgrade to get this working? If so can you downgrade, install tarp then go back to lollipop?
Click to expand...
Click to collapse
There is a way to use the kitkat aboot with the lollipop rom and resourses but I don't know how. That's how I got recovery on my G3. Someone made an app to install recovery while on lollipop by downgrading just the aboot to kitkat.

[Q&A] Galaxy Core Prime SM-G360T1 Root?

Q&A for Galaxy Core Prime SM-G360T1 Root?
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for Galaxy Core Prime SM-G360T1 Root?. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
root for SM-G360T1
There is a developer option to allow for the bootloader to be unlocked. Would that help get this phone rooted? I desperately need a root for this phone.
yeay me too! any updates?
jgammon1979 said:
There is a developer option to allow for the bootloader to be unlocked. Would that help get this phone rooted? I desperately need a root for this phone.
Click to expand...
Click to collapse
I think that option's only there for the Samsung engineers to update the bootloader and for those who already have root unfortunately, as any changes made to the bootloader without root result in an unbootable device. :/
Sent from my SM-G360T1 using Tapatalk
http://forum.xda-developers.com/tmo...recovery-twrp2-8-6-0-g925t-5-1-1-of6-t3143002 @bogarty here is some info that will help with making a rooted kernel for the Galaxy core prime the engineer bootloader will only help to not trip knox. The kernel still needs to be selinux permissive and a few other variables in the kernel have to be worked around like the other samsung galaxy phones with lollipop 5.1.1
---------- Post added at 12:50 AM ---------- Previous post was at 12:33 AM ----------
And yes I know the S6 has a exynos possessor and are core prime are qualcomm they are still both Linux base kernels. I'm start looking at other qualcomm base galaxy phones running lollipop 5.1.1 like the note4 and g360 variants compile some info since I won't have my pc for a couple more days but we will have root and custom recovery before Friday who cares if we void the warranty by tripping the knox counter
bremos812 said:
http://forum.xda-developers.com/tmo...recovery-twrp2-8-6-0-g925t-5-1-1-of6-t3143002 @bogarty here is some info that will help with making a rooted kernel for the Galaxy core prime the engineer bootloader will only help to not trip knox. The kernel still needs to be selinux permissive and a few other variables in the kernel have to be worked around like the other samsung galaxy phones with lollipop 5.1.1
---------- Post added at 12:50 AM ---------- Previous post was at 12:33 AM ----------
And yes I know the S6 has a exynos possessor and are core prime are qualcomm they are still both Linux base kernels. I'm start looking at other qualcomm base galaxy phones running lollipop 5.1.1 like the note4 and g360 variants compile some info since I won't have my pc for a couple more days but we will have root and custom recovery before Friday who cares if we void the warranty by tripping the knox counter
Click to expand...
Click to collapse
I would think the engineer bootloader would be unlocked so you could flash anything, not that it really matters I guess though as we'll likely never see one. I did already make an selinux permissive kernel with superuser and edited init file too that I think should've rooted the device. I even tried packing it into an ODIN file and also a flashable zip, but it doesn't let you boot into Android after flashing a custom anything from recovery or ODIN. I'm with you on the "who cares if we void the warranty" thing for sure. Guess I just wanted to make sure I could still carrier unlock it later with a tripped KNOX, as Samsung said I have to wait 90 days before I can do this. Also, I'm sure you already know that there is an official TWRP for the CORE PRIME already: https://twrp.me/devices/samsunggalaxycoreprimequalcomm.html I've been looking into how to port it though specifically for the SM-G360T1 lately, as pretty much everyone has reported it as non-functional. I figure if I can get a working custom recovery then, in theory, testing should be a breeze.
Well samsung of course gives Lil support for there low end phones no lollipop 5.1.1 source codes for any of the variants while custom recovery will be great I think without a custom kernel will cause boot loop
Sent from my SM-G360T1 using XDA Free mobile app
bremos812 said:
Well samsung of course gives Lil support for there low end phones no lollipop 5.1.1 source codes for any of the variants while custom recovery will be great I think without a custom kernel will cause boot loop
Sent from my SM-G360T1 using XDA Free mobile app
Click to expand...
Click to collapse
I hear ya. Bootloop's not really a big deal anymore though, which is good news for testing. If you get caught in a bootloop just flash my ODIN boot file...or, of course, if you were flashing a recovery when it happened, then just flash the ODIN recovery file. Works like a charm!
http://forum.xda-developers.com/showpost.php?p=62457159&postcount=42
Ok I'm going and getting a new laptop today to being work on a metropcs stock root kernel I'm ready to trim the fat off this phone @bogarty I was reading last night and seen a guy on xda made a tmo kernel for the S5 following Aou and unibase github making changes were need be how is work on the twrp recovery going
Sent from my SM-G360T1 using XDA Free mobile app
Well I figured out why the other TWRP file isn't working for people. Looks like someone just compiled it directly from the generic source for all Core Prime phones without really making any changes. Also looks like they didn't add touch screen support, which is why you can't do anything with it. Made some changes to customize it a bit and add touch, but looks like there may be quite a bit more to be done. Have to start from scratch and work from source as the other TWRP is no good. Have to go out of town though today, so can't do it right now.
Sent from my SM-G360T1 using Tapatalk
Samsung finally released the source code o yeah
Sent from my SM-G360T1 using XDA Free mobile app
Now that Samsung has released the source code will we be seeing a root soon?
Yes, a rooted custom kernel is in the works stay tuned
Sent from my SM-G360T1 using XDA Free mobile app
I cannot wait!
Sent from my SM-G360T1 using XDA Free mobile app
I'll be watching this thread.
ROOT HAS BEEN ACHIEVED courtesy of @ShinySide!!!
Be sure to send him your thanks/donations/etc.
ROOT THREAD IS HERE: http://forum.xda-developers.com/galaxy-core/development/kernel-root-root-sm-g360t1-5-1-1-t3203522
Yes! Finally achieved root and my first time (successfully I might add) that I have ever used odin! Now hopefully some custom roms will come our way (pac-rom....hint-hint!)
{
"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"
}
Sent from my SM-G360T1 using XDA Free mobile app
mcrue69 said:
Yes! Finally achieved root and my first time (successfully I might add) that I have ever used odin! Now hopefully some custom roms will come our way (pac-rom....hint-hint!)View attachment 3476215
Sent from my SM-G360T1 using XDA Free mobile app
Click to expand...
Click to collapse
Awesome! Yes. We really need a custom "deodexed" rom to be made actually, as Samsung phones require this in order to run the Xposed framework.
Is there any way to remove the Security Warning that continues to pop up after root?
Sent from my SM-G360T1 using XDA Free mobile app
mcrue69 said:
Is there any way to remove the Security Warning that continues to pop up after root?
Click to expand...
Click to collapse
Yes. That was the first question I had too. If you haven't already after root, download SuperSU from the play store and open it at least once. Then, download a root browser and use it to go to the "/system/app" folder. Delete the entire folder in there called "SecurityLogAgent". Make sure to give the browser root permission whenever SuperSU prompts you. After that the security message will not appear.
Sent from my SM-G360T1 using Tapatalk

Categories

Resources