[Recovery][TWRP][P930 / SU640] TeamWin Recovery Project 2.6.0.0 [2013-07-30] - LG Nitro HD

{
"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"
}
P930 and SU640 now officially supported by TWRP team. I will no longer be building recoveries for these devices. However I will keep this thread updated to the best of my ability.
Team Win Recovery Project, or twrp for short, is a custom recovery built with ease of use and customization in mind. We started from the ground up by taking AOSP recovery and loading it with the standard recovery options, then added a lot of our own features. It’s 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.
Click to expand...
Click to collapse
If you want more information about twrp please go to this page.
Phone look:
CHANGE LOG: http://www.teamw.in/project/twrp2
DOWNLOAD:
P930: http://www.teamw.in/project/twrp2/162
SU640: http://teamw.in/project/twrp2/167
Installation Methods:
1 - GooManager (Android App)
Code:
Download the GooManager app from either location:
[URL="https://market.android.com/details?id=com.s0up.goomanager"]Market Link[/URL]
[URL="http://goo.im/devs/s0updev/gooinsideme"]Direct Download[/URL]
Install the app and open it.
Tap menu then hit Install OpenRecoveryScript.
Tap Yes.
Verify that the filename displays your device's code name and hit Yes.
The file will download and your device will reboot and install the recovery automatically.
2 - ADB
Code:
adb push openrecovery-twrp-*.img /sdcard/
adb shell
su
dd if=/sdcard/openrecovery-twrp-*.img of=/dev/block/mmcblk0p13
3 - Terminal Emulator
Copy openrecovery-twrp-*.img to root of SD card then in your terminal emulator type the following:
Code:
su
dd if=/sdcard/openrecovery-twrp-*.img of=/dev/block/mmcblk0p13
BUGS:
If you have found a bug, please consider posting it here,possibly with a recovery.log. It's very hard to keep up with multiple threads for multiple devices. Please search the issues list first. Your issue may have already been reported.
SUPPORT:
Live support is available via #twrp on Freenode with your IRC client or just click this link.
DISCLAIMER:
I take no responsibility for bricked devices, nuclear wars or such things.
CREDITS:
TeamWin for making the recovery.
CyanogenMOD team for the device tree.
Goo.im for file hosting.
Thanks to Dees_Troy and TweakerL from twrp IRC for their help and guidance.

can 640 use it?thx for ur work
Sent from my LG-SU640 using xda premium

范凯爱西西 said:
can 640 use it?thx for ur work
Sent from my LG-SU640 using xda premium
Click to expand...
Click to collapse
maybe. like p930's cwm recovery?

范凯爱西西 said:
can 640 use it?thx for ur work
Sent from my LG-SU640 using xda premium
Click to expand...
Click to collapse
TBH I don't know and have no way of testing but my guess is that it should work. However if you are going to test make sure to use all the precautions you can and that you have time to unbrick if needed. Plus this is still in beta stages and not fully functional.
Let me know if you try and it works. Good luck.

OK I WILL TEST FLASH IT TOMORROW IN MY SU640.....THX FOR UR WORK....HOPE MORE WORK FOR P930.....Sorry for my bad English....谢谢。

nexwave-mat said:
TBH I don't know and have no way of testing but my guess is that it should work. However if you are going to test make sure to use all the precautions you can and that you have time to unbrick if needed. Plus this is still in beta stages and not fully functional.
Let me know if you try and it works. Good luck.
Click to expand...
Click to collapse
Hmm, I suspect it won't work. There are separate CWM builds for SU640 and P930. I assume there is some reason for that.

drumist said:
Hmm, I suspect it won't work. There are separate CWM builds for SU640 and P930. I assume there is some reason for that.
Click to expand...
Click to collapse
Could you please link the CWM .img for the SU640? I checked CWM's site and was unable to find it. I would like to compare the two.

nexwave-mat said:
Could you please link the CWM .img for the SU640? I checked CWM's site and was unable to find it. I would like to compare the two.
Click to expand...
Click to collapse
Ok,i sent these in your mail:[email protected]!!! If u complete,plz upload it.....i first use it...haha....thank u...sorry for my bad english...

范凯爱西西 said:
Ok,i sent these in your mail:........THX!!! If u complete,plz upload it.....i first use it...haha....thank u...sorry for my bad english...
Click to expand...
Click to collapse
I never got the email. Can you please edit your post to remove my email address? I don't want to spam bots to find me! Thanks.

nexwave-mat said:
Could you please link the CWM .img for the SU640? I checked CWM's site and was unable to find it. I would like to compare the two.
Click to expand...
Click to collapse
http://download2.clockworkmod.com/recoveries/recovery-clockwork-6.0.1.0-su640.img
(It's listed under LG Optimus LTE on their site.)

Delete post

slg1119 said:
I think
TWRP for P93X have bug
it have...
Unmount/mount Bug!
Thx to your job~
Sent from my LG-SU640 using XDA
Click to expand...
Click to collapse
This should be fixed in beta4.
On another note I will work on an SU640 version as soon as my schedule frees up.

nexwave-mat said:
This should be fixed in beta4.
On another note I will work on an SU640 version as soon as my schedule frees up.
Click to expand...
Click to collapse
I don't think it is fixed.
I get a bunch of lines in the log saying:
E:Unable to mount /sdcard (Invalid argument)
Click to expand...
Click to collapse
I'm on Paranoid Android/CM10 Hybrid ROM

mattman86 said:
I don't think it is fixed.
I get a bunch of lines in the log saying:
I'm on Paranoid Android/CM10 Hybrid ROM
Click to expand...
Click to collapse
Ya that is another minor bug in twrp itself but in no way a show stopper. Its caused by the fact that our device has 2 different ways of mounting SDcards. When the first fails you get the error message then it tries the second.
I've already reported this bug to the twrp team. They said version 2.3.0.0 should resolve this.
Beta4 should be fully usable however I kept it in beta stage in order to have it tested by a wider audience so please make a backup first

nexwave-mat said:
Ya that is another minor bug in twrp itself but in no way a show stopper. Its caused by the fact that our device has 2 different ways of mounting SDcards. When the first fails you get the error message then it tries the second.
I've already reported this bug to the twrp team. They said version 2.3.0.0 should resolve this.
Beta4 should be fully usable however I kept it in beta stage in order to have it tested by a wider audience so please make a backup first
Click to expand...
Click to collapse
It seems like it is a show stopper because I cant use it for it's intended purpose because it can't backup/restore because it doesn't have anything to backup/restore to/from.

mattman86 said:
It seems like it is a show stopper because I cant use it for it's intended purpose because it can't backup/restore because it doesn't have anything to backup/restore to/from.
Click to expand...
Click to collapse
Go into the install menu first. That should force a mount. Then go right back out and do your backup.
Once you have done this could you provide your recovery log please?
Thanks,

nexwave-mat said:
Go into the install menu first. That should force a mount. Then go right back out and do your backup.
Once you have done this could you provide your recovery log please?
Thanks,
Click to expand...
Click to collapse
It tells me that the backup was successful and shows the log.
At the bottom of the log, it says:
-- Could not mount: /sdcard.
-- Aborting.
Click to expand...
Click to collapse

mattman86 said:
It tells me that the backup was successful and shows the log.
At the bottom of the log, it says:
Click to expand...
Click to collapse
Can you supply your full log please? Run this command while in twrp to copy the log file to your PC.
Code:
adb pull /tmp/recovery.log
Thanks

nexwave-mat said:
Can you supply your full log please? Run this command while in twrp to copy the log file to your PC.
Code:
adb pull /tmp/recovery.log
Thanks
Click to expand...
Click to collapse
http://pastebin.com/LdGuWbUM

mattman86 said:
http://pastebin.com/LdGuWbUM
Click to expand...
Click to collapse
Very particular, could you please test with another sdcard or reformat the one you have on a PC and try again?
Thanks
Sent from my LG-P930 using xda app-developers app

Related

[DEV][WIP][ROM] CM10.2 Development thread - CALLING ALL DEVELOPERS

THIS ISN'T A PUBLIC ROM RELEASE. THIS IS FOR DEVELOPMENT ONLY. THE ROM DOES NOT BOOT. FOR MORE INFO READ THE ENTIRE POST
I've been working on bringing our device onto par with a build of Android 4.3. I've set up a GitHub organization just for our device and it has everything we need to build for the device. Now I've been somewhat quiet with what I've been doing lately and I really don't have time to list everything I've done. @bradthomas127 and I have been communicating back and forth about building. I'd say he's done just about as much work as I've done trying to get 4.3 building. Well now, after some tips from him, I've got it building. It's using, in my opinion, the best up-to-date trees there are for our hardware. I am opening this project up to anyone that can help get it BOOTING. I don't need testers as right now I feel like I myself am the best tester for now because getting adb working on a device that sticks at a blank scree is a pain in the a**. So PLEASE I encourage anyone that knows how to maintain a GitHub and can compile and do a little coding to try to help us. The more people we can get, the faster and better we can get 4.3 actually running on our device.
Here is the GitHub:
https://github.com/Primo-Dev
If you feel you are capable of helping us dev this please PM me and I may add you to the GitHub so you can contribute.
Here is the latest build:
http://d-h.st/JSo
Logcat can be downloaded here:
http://d-h.st/SYz
Now, some basic rules for this forum:
1. DON'T ASK FOR ETA OR UPDATES - This kind of stuff is hard and takes time
2. Don't ask to test - I'll open this up for testing if we ever get it to boot
3. To all other people who aren't devs: Don't post here as this is for development only. I've made this thread in hopes of finding more devs to try to help with this, not open this up as a public ROM.
What needs attention:
I'll post bits and pieces of logcat here that shows things that need to be worked on
Code:
I/auditd ( 99): Starting up
E/auditd ( 99): Failed on audit_set_pid with error: Protocol not supported
I/auditd ( 99): Exiting
W/dalvikvm( 161): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
I did not even notice this till you posted the logcat, libgenlock is not even building.
Code:
E/libEGL ( 1327): load_driver(/system/lib/egl/libEGL_adreno200.so): dlopen failed: could not load library "libgenlock.so" needed by "libEGL_adreno200.so"; caused by library "libgenlock.so" not found
Based on the logs, you'll need a kernel that has SELinux support. That is the major failure you are having. I am not sure if there will be a way to disable it.
robaho said:
Based on the logs, you'll need a kernel that has SELinux support. That is the major failure you are having. I am not sure if there will be a way to disable it.
Click to expand...
Click to collapse
That's what I've been thinking. All the devices that have been updated to cm10.2 have SELinux. Only problem is I'm not much of a kernel dev, but I can see what I can do. Also, if you take the main hardware libs from RhythmicRom and put them in cm10.2 you can get to the bootanimation.
Sent from my HTC One V using xda app-developers app
I just made a build with libgenlock.so in it, have not tried it yet.
I had to cherry pick this for SELinux support: GitHub That goes in primoc_defconfig and should take care of "audit_set_pid" & "PR_SET_NO_NEW_PRIVS" Errors.
To get libgenlock.so to build i had to bring in android_hardware_qcom_display-legacy because everything else is going ION now. display-legacy is "not" to replace qcom_display though we are already calling it in BoardConfigCommon.mk with this "TARGET_QCOM_DISPLAY_VARIANT := legacy", I used Icebox's but it is the same one we have in primo-dev <= lots of build errors though.
Edit: No boot, led blinks a couple times now. If anyone knows how to pull a logcat on 4.2+ on boot and would like to give it a try, it would be much appreciated.
cm-10.2-20130822-UNOFFICIAL-primoc.zip
-
bradthomas127 said:
I just made a build with libgenlock.so in it, have not tried it yet.
I had to cherry pick this for SELinux support: GitHub That goes in primoc_defconfig and should take care of "audit_set_pid" & "PR_SET_NO_NEW_PRIVS" Errors.
To get libgenlock.so to build i had to bring in android_hardware_qcom_display-legacy because everything else is going ION now. display-legacy is "not" to replace qcom_display though we are already calling it in BoardConfigCommon.mk with this "TARGET_QCOM_DISPLAY_VARIANT := legacy", I used Icebox's but it is the same one we have in primo-dev <= lots of build errors though.
Edit: No boot, led blinks a couple times now. If anyone knows how to pull a logcat on 4.2+ on boot and would like to give it a try, it would be much appreciated.
cm-10.2-20130822-UNOFFICIAL-primoc.zip
-
Click to expand...
Click to collapse
I'll logcat. I'll also post instructions on how I logcat on 4.2+.
Sent from my HTC One V using xda app-developers app
Hey @awidawad just an FYI the Incredible S has released CM10.2 and source is on Github. I figured it might help you guys somehow.
Sent from my LG Optimus F7 using xda app-developers app
reV17 said:
Hey @awidawad just an FYI the Incredible S has released CM10.2 and source is on Github. I figured it might help you guys somehow.
Sent from my LG Optimus F7 using xda app-developers app
Click to expand...
Click to collapse
Hmm thanks I'll do some research on github later. It has almost the same specs so it will be useful.
BTW: To anyone waiting for logcat instructions I'm trying to find a simplest way to do it with the little time I have between work and football, and school coming up.
Alright guy's i finally got it past the black screen of death but i am stuck in a bootloop, if you know how to get a logcat from a non booting ROM on 4.2+ i really need to know how or get a logcat posted on this.
cm-10.2-20130924-UNOFFICIAL-primoc.zip
bradthomas127 said:
Alright guy's i finally got it past the black screen of death but i am stuck in a bootloop, if you know how to get a logcat from a non booting ROM on 4.2+ i really need to know how or get a logcat posted on this.
cm-10.2-20130924-UNOFFICIAL-primoc.zip
Click to expand...
Click to collapse
Hey man I'll post how to when I get home
Sent from my C525c using Tapatalk 4
You need to enable adb and disable secure. If you use the eng (engineering) build. Otherwise you would need the GUI up so you can allow access from the computer due to the new security constraints.
Sent from my One V using xda app-developers app
Lucky CDMA people with half working 4.3 o-o
robaho said:
You need to enable adb and disable secure. If you use the eng (engineering) build. Otherwise you would need the GUI up so you can allow access from the computer due to the new security constraints.
Click to expand...
Click to collapse
I added ro.adb.secure=0 to the default.prop a couple days ago making the ramdisk/default.prop look like this now.
Code:
ro.adb.secure=0
ro.secure=0
ro.allow.mock.location=0
ro.debuggable=1
persist.sys.usb.config=adb
I've also tried moving adbkey.pub to data/misc/adb/pub_keys in TWRP but it gets erased as soon as i boot.
Is the USB driver working, that is, can you.see a USB device using your system devices view - varies by OS
Sent from my One V using xda app-developers app
This is how I logcat on 4.3:
First off, you're going to need a WORKING android device running 4.2+
Now:
1. Plug the device into your PC
2. Go to Settings>Development and enable adb
3. When the dialogue comes up asking to trust the computer tap yes. If it doesn't appear run "adb devices" on your PC.
4. Get a root file explorer
5. In the explorer, go to \data\misc\adb and copy adb_keys to your PC. (Copy adb_keys to your Sdcard, mount phone storage, then copy to PC.)
6. Download THIS and extract all files on your PC
7. Open up the extracted directory.
8. Place adb_keys in \data\misc\adb and then run the "Run_to_build_zip.bat" file.
9. Download THIS and flash in recovery on the device you're going to logcat.
10. Copy the zip that was just created on your PC to your sdcard and flash in recovery. (Zip will be named "adb_hack_step2_**.**.**@**_**.zip" )
Reboot, adb should now be enabled and work on the PC you used.
awidawad said:
This is how I logcat on 4.3:
First off, you're going to need a WORKING android device running 4.2+
Now:
1. Plug the device into your PC
2. Go to Settings>Development and enable adb
3. When the dialogue comes up asking to trust the computer tap yes. If it doesn't appear run "adb devices" on your PC.
4. Get a root file explorer
5. In the explorer, go to \data\misc\adb and copy adb_keys to your PC. (Copy adb_keys to your Sdcard, mount phone storage, then copy to PC.)
6. Download THIS and extract all files on your PC
7. Open up the extracted directory.
8. Place adb_keys in \data\misc\adb and then run the "Run_to_build_zip.bat" file.
9. Download THIS and flash in recovery on the device you're going to logcat.
10. Copy the zip that was just created on your PC to your sdcard and flash in recovery. (Zip will be named "adb_hack_step2_**.**.**@**_**.zip" )
Reboot, adb should now be enabled and work on the PC you used.
Click to expand...
Click to collapse
Not working for me, messed with it a couple times.
bradthomas127 said:
Not working for me, messed with it a couple times.
Click to expand...
Click to collapse
Strange... I've used that method multiple times in ubuntu.
Sent from my C525c using Tapatalk 4
awidawad said:
Strange... I've used that method multiple times in ubuntu.
Click to expand...
Click to collapse
Getting boot now, just boot loops every min.
{
"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"
}
:highfive:
bradthomas127 said:
Getting boot now, just boot loops every min.
:highfive:
Click to expand...
Click to collapse
You might need Simon's battery fix in the kernel???
Sent from my One V using xda app-developers app
robaho said:
You might need Simon's battery fix in the kernel???
Sent from my One V using xda app-developers app
Click to expand...
Click to collapse
Do you mean this one? https://github.com/bradthomas127/an...mmit/9af6efa20ece323155a853ff508563a87670e2f0
Rukin added it 4 months ago.
You did just open my eyes though, i thought i commited the SELinux stuff but just noticed i didn't on this kernel, maybe why i am having reboots and SD card is not mounting (reason for no screen shot). Thanks :good:

[RECOVERY][8-22-13]Unofficial OUDHS Recovery 1.0.3.6 for Manta

Unofficial OUDHS Recovery version 1.0.3.6 for the Nexus 10​
Downloads
Unofficial OUDHS Recovery 1.0.3.6 Manta
MD5 Checksum: 7E7FAF0569FB9983B5903321AA4241CB
Click to expand...
Click to collapse
Flashing Instructions
1. Download the above file.
2. Move the downloaded recovery file into the directory where you have ADB and Fastboot setup on your computer.
3. Navigate into the directory where you have ADB and Fastboot setup on your computer and run the following commands from the command prompt on your computer:
Code:
adb reboot bootloader
fastboot flash recovery manta-oudhs-1.0.3.6-unofficial.img
Congratulations you now have OUDHS Recovery version 1.0.3.6 running on your Nexus 10.
Credits: shabbypenguin for developing the OUDHS source code and for being an excellent mentor!
Thanks!! Downloading as I type!!
Update: Flashed and was able to run a backup and restore, also flashed with no problems. One thing I see is that the font is really small, it maybe due to the high density display of the Nexus 10, if it can be adjusted to the same size as Clockworkmod it will be perfect. The gestures are sweet!!
Thanks.
Erik
Word on the street(and Google) is that this recovery supports OpenRecoveryScript. Is this true? Also does it support multi-zip flashing? Finally, does it work(as in not constantly reboot like TWRP)? I have never used/heard of this recovery before, and don't have much time to flash yet tonight, which is why I am asking all of the questions. Thanks!
{
"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"
}
See what I mean about the text size? It's kind of impossible to read but on the other hand is extremely convenient to swipe.
Erik
Sent from my LG-E980 using Tapatalk 4
Koopa777 said:
Word on the street(and Google) is that this recovery supports OpenRecoveryScript. Is this true? Also does it support multi-zip flashing? Finally, does it work(as in not constantly reboot like TWRP)? I have never used/heard of this recovery before, and don't have much time to flash yet tonight, which is why I am asking all of the questions. Thanks!
Click to expand...
Click to collapse
Yes, as this recovery is based on the Clockworkmod Recovery source code is does support OpenRecoveryScript. As far as multi-zip flashing is concerned this recovery does not support multi-zip flashing like TWRP does. Also, It does work without constantly rebooting. If you have any other questions I'll be happy to answer them as best I can.
ricco333 said:
See what I mean about the text size? It's kind of impossible to read but on the other hand is extremely convenient to swipe.
Erik
Sent from my LG-E980 using Tapatalk 4
Click to expand...
Click to collapse
I definitely see what your saying about the text size. I can try and play with the recovery graphics and see if I can make it a little bigger.
shimp208 said:
Yes, as this recovery is based on the Clockworkmod Recovery source code is does support OpenRecoveryScript. As far as multi-zip flashing is concerned this recovery does not support multi-zip flashing like TWRP does. Also, It does work without constantly rebooting. If you have any other questions I'll be happy to answer them as best I can.
Click to expand...
Click to collapse
So it doesn't require the proprietary hooks used in ROM Manager? Multi-zip flashing isn't important, I was just wondering. I would however really like to have unrestricted access to ORS. Thanks!
Sent from my MB855 using xda app-developers app
Koopa777 said:
So it doesn't require the proprietary hooks used in ROM Manager? Multi-zip flashing isn't important, I was just wondering. I would however really like to have unrestricted access to ORS. Thanks!
Sent from my MB855 using xda app-developers app
Click to expand...
Click to collapse
I haven't personally tested any OpenRecoveryScripts on this but it should work as I believe the OUDHS source is patched to include support.
This supports regular CWM backups. Nice! I'm currently testing ORS support, I'll edit this post with results.
EDIT: Nope, it just rebooted to recovery and I would have to flash manually. I'll try with RM installed.
Thank u very much for this. I just flashed it and it looks great. I concur that the font could be slightly larger but my eyes are still pretty good. I've never heard of this recovery and haven't been able to locate any real info on it. Can u point me anywhere?
Sent from my Nexus 10 using Tapatalk 4
newellj79 said:
Thank u very much for this. I just flashed it and it looks great. I concur that the font could be slightly larger but my eyes are still pretty good. I've never heard of this recovery and haven't been able to locate any real info on it. Can u point me anywhere?
Sent from my Nexus 10 using Tapatalk 4
Click to expand...
Click to collapse
Glad you like it and if you want to learn more about it you can check out the OUDHS github that contains the recovery source code. Overall OUDHS recovery is based on CWMR sources with some modifications and additional features such a open source touch support and some other enhancements.
I can't seem to find where the backup is stored on my tablet?! I made one and in recovery it shows that its in sdcard/clockworkmod/, but in that folder I only have three tiny files. Yet, I know the backup (wherever it is) is actually consuming 3gigs or so... Any ideas?
Sent from my Nexus 10 using Tapatalk 4
newellj79 said:
I can't seem to find where the backup is stored on my tablet?! I made one and in recovery it shows that its in sdcard/clockworkmod/, but in that folder I only have three tiny files. Yet, I know the backup (wherever it is) is actually consuming 3gigs or so... Any ideas?
Sent from my Nexus 10 using Tapatalk 4
Click to expand...
Click to collapse
Try navigating to the /sdcard/clockworkmod/backup directory and seeing if your backups are in there. Also how big are the backup files you are able to see currently? Because usually Clockworkmod compresses it's backups heavily to save space.
Edit: The other place to check would be /data/media/clockworkmod/backup that is most likely where the backups will be
shimp208 said:
Try navigating to the /sdcard/clockworkmod/backup directory and seeing if your backups are in there. Also how big are the backup files you are able to see currently? Because usually Clockworkmod compresses it's backups heavily to save space.
Edit: The other place to check would be /data/media/clockworkmod/backup that is most likely where the backups will be
Click to expand...
Click to collapse
Found it in data/media... Thanks!
Sent from my Nexus 10 using Tapatalk 4

[August 3rd]SailfishOS for Galaxy Nexus (Alpha)

SailfishOS for Galaxy Nexus (GSM)
{
"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 a community port of Jolla's SailfishOS for the Galaxy Nexus.
It features a gesture-based user interface with a unique design and ease-of-use in mind.
For more information about SailfishOS please head over to sailfishos.org.
This is not an Android ROM, this is a different operating system.
It only uses parts of Android for hardware enablement (drivers).
Special Thanks to vakkov, sledges, mugna91, the Mer Project, the Nemo Project and all the fine people over at #sailfishos-porters
Release Notes:
This release is based on SailfishOS 1.0.8.19 (Tahkalampi).
The Galaxy Nexus port is considered to be of alpha quality.
Though depending on your usage it might be stabile enough for daily use.
Bug reports:
Please issue bugreports at the Nemo Project Bugzilla.
Known issues:
Due to an issue with ofono, reading from SIM does not work. You'll need to remove your PIN lock before flashing.
Setting an ambiance (color theme & wallpaper) causes hangs. Either needs the battery to be pulled, or you can SSH into the device and run:
systemctl --user restart lipstick
The startup wizard is getting skipped for now, due to the issue above.
The Jolla Store currently does not work. As an alternative you can try Warehouse for OpenRepos.
The camera does not work.
Due to redistribution issues the codec for MP3 can't shipped. To enable the codec run the following command:
devel-su zypper in gst-av
Instructions & Download:
Make a backup
Factory Reset (Wipe /data & /cache)
Wipe /system
Install CyanogenMod 10.1.3
Install SailfishOS on top:
Mirrors:
beidl.eu
Reboot
Old versions:
Alpha1:
XDA
beidl.eu
XDA:DevDB Information
SailfishOS for Galaxy Nexus, ROM for the Samsung Galaxy Nexus
Contributors
beidl, vakkov, sledges
ROM Kernel: Linux 3.0.x
Version Information
Status: Alpha
Created 2014-08-03
Last Updated 2014-08-24
Reserved
Changes:
August 24th, 2014:
Notification LED working
Bluetooth activation/deactivation fixed
Changes for Video playback (work in progress)
August 3rd, 2014:
Initial release
Nice & interesting..
Awesome! I'd love to check this out, as I've been following the progress in the other thread! (And because I'd actually like to check sailfish out, I never experienced Maemo and Meego so this will be an entirely new experience). However the XDA download link is unbelievably slow (Topping out at like 30 KB/s maximum on a decent internet connection). Does anyone have a download link from a service such as Google Drive/Mega/AFH? I'd be extremely thankful if someone did have a mirror, and would return the favour by uploading it. (If the OP allows for mirrors).
Justice™ said:
Awesome! I'd love to check this out, as I've been following the progress in the other thread! (And because I'd actually like to check sailfish out, I never experienced Maemo and Meego so this will be an entirely new experience). However the XDA download link is unbelievably slow (Topping out at like 30 KB/s maximum on a decent internet connection). Does anyone have a download link from a service such as Google Drive/Mega/AFH? I'd be extremely thankful if someone did have a mirror, and would return the favour by uploading it. (If the OP allows for mirrors).
Click to expand...
Click to collapse
Mirror to my private server added.
Ubuntu 14.04 recognizes the device as a ethernet cable connection..
I've played around the USB settings and all the others are charging-only.
freshgiammi said:
Ubuntu 14.04 recognizes the device as a ethernet cable connection..
I've played around the USB settings and all the others are charging-only.
Click to expand...
Click to collapse
Alright, definitely something nobody has tested, for whatever reason. As you are using Ubuntu, a quick sshfs mount to [email protected] might do it for now.
beidl said:
Alright, definitely something nobody has tested, for whatever reason. As you are using Ubuntu, a quick sshfs mount to [email protected] might do it for now.
Click to expand...
Click to collapse
Also, powering down the device while connected via USB to the PC, reboots it instead of shutting it down.
Can't try sshfs since i've just restored my Android backup bc Gnex is my daily driver, I'm sorry.
i couldnt select allow untrusted software to install warehouse. it does nothing when i select accept to allow it o settings.
freshgiammi said:
Also, powering down the device while connected via USB to the PC, reboots it instead of shutting it down.
Can't try sshfs since i've just restored my Android backup bc Gnex is my daily driver, I'm sorry.
Click to expand...
Click to collapse
As mentioned, the "Alpha" tag is pretty much justified. Thank you for testing.
Also, the "untrusted software" switch is pretty useless and installing 3rd party applications
is supposed to be done through the command line for now.
beidl said:
As mentioned, the "Alpha" tag is pretty much justified. Thank you for testing.
Also, the "untrusted software" switch is pretty useless and installing 3rd party applications
is supposed to be done through the command line for now.
Click to expand...
Click to collapse
so i have to install cm10.1.3 maguro and install the sailfish os alpha..?
cause it been 15minute it's stuck on google boot screen.
EDIT:
does it have to be EXT4..?
edit:
ah yeah it does ext4..
z3n0x1 said:
so i have to install cm10.1.3 maguro and install the sailfish os alpha..?
cause it been 15minute it's stuck on google boot screen.
EDIT:
does it have to be EXT4..?
Click to expand...
Click to collapse
Yes, I would assume it needs to be EXT4
Justice™ said:
Yes, I would assume it needs to be EXT4
Click to expand...
Click to collapse
yup correct just installed it now..
and now need to install the alternative jolla store.. the warehouse.. but i don't know how..
allow untrusted software are not working..
what i have to go.. even get the warehouse.rpm.. it still can't be installed..
z3n0x1 said:
yup correct just installed it now..
and now need to install the alternative jolla store.. the warehouse.. but i don't know how..
allow untrusted software are not working..
what i have to go.. even get the warehouse.rpm.. it still can't be installed..
Click to expand...
Click to collapse
You need to install it through the terminal, I'm not sure what the command is to install rpms of the top of my head, so googling it would probably get you an answer.
Justice™ said:
You need to install it through the terminal, I'm not sure what the command is to install rpms of the top of my head, so googling it would probably get you an answer.
Click to expand...
Click to collapse
well i got this...
after download the warehouse.rpm
goto setting > develoment > set password > save
type into terminal: devel-su -c harbour-warehouse
and type the password.. but nothing comes up
do i have to restart after save password or maybe restart after type pass word?? :silly:
EDIT:
open terminal
type cd ~/Downloads
type pkcon install-local ./downloaded-package.rpm
got "fatal error:nothing provides libsailfishapp.so.1 needed by harbour-warehouse-0.3-20.armv7h"
need the libsailfishapp.so.1.. lookfor it now..
the alpha looks smooth untill now been few hours test.. message working.. wifi.. haven't check the rest..
im still curious about how to install .rpm
z3n0x1 said:
well i got this...
after download the warehouse.rpm
goto setting > develoment > set password > save
type into terminal: devel-su -c harbour-warehouse
and type the password.. but nothing comes up
do i have to restart after save password or maybe restart after type pass word?? :silly:
the alpha looks smooth untill now been few hours test.. message working.. wifi.. haven't check the rest..
im still curious about how to install .rpm
Click to expand...
Click to collapse
I assume you'd need to elevate to root using devel-su, and then use one of the commands I've quoted below to install the warehouse rpm.
From terminal, root
Install a package
rpm –ivh packagename
upgrade a package
rpm –Uvh packagename
you can find out what the switches mean by doing a rpm --help from the command line.
Click to expand...
Click to collapse
I think -ivh would indicate installation and -uvh being the uninstall process
Justice™ said:
I assume you'd need to elevate to root using devel-su, and then use one of the commands I've quoted below to install the warehouse rpm.
I think -ivh would indicate installation and -uvh being the uninstall process
Click to expand...
Click to collapse
yes it's seems so..
i'll try you code now..
or maybe the -uvh are the upgrade..?? since it's upgrade on the code you are quote..
EDIT:
error: failed dependdencies:
libsailfishapp.so.1 is needed by harbour-warehouse-0.3-20.armv7h
so i perssume it the libsailfishapp.so.1 the problem..
http://forum.xda-developers.com/showpost.php?p=53171554&postcount=90
he's said that just copy it from /usr/lib/ . but how come even we don't have filemanager..
i'll try the pkcon install jolla-fileman (the native file manager from jolla) apprently the rpm are not there..
just maybe.. even we have the native file manager.. the missing libsailfishapp.so.1 still occur..
z3n0x1 said:
yes it's seems so..
i'll try you code now..
or maybe the -uvh are the upgrade..?? since it's upgrade on the code you are quote..
Click to expand...
Click to collapse
I must've misread it as uninstall then, yeah.
Justice™ said:
I must've misread it as uninstall then, yeah.
Click to expand...
Click to collapse
oh my im deprresed Lol
oh my now what should i do..
is there anyway that we can reach the root via computer..?
z3n0x1 said:
oh my im deprresed Lol
oh my now what should i do..
is there anyway that we can reach the root via computer..?
Click to expand...
Click to collapse
You could try and SSH in and run the commands, which may be easier, I'm trying to get the warehouse installed now

[RECOVERY][jactivelte] CWM 6.0.5.1 - PhilZ Touch 6.57.9

Main thread + features + install instructions (don't follow) + dev support
http://forum.xda-developers.com/showthread.php?t=2201860
PhilZ Touch is a CWM Advanced Edition that adds all the features you could ever miss in CWM
It is a well proven recovery for many phones
It also adds a full touch interface a completely configurable GUI
Please give your feedback, what works, and any bug you could encounter
Read the features, and check if you are missing something
Also, do not forget to read about the powerful aroma file manager integration and double tap shortcut
Last version can be found here:
https://drive.google.com/folderview?id=0ByEZDplbxwxJVW54a1QzNHVXZ3c&usp=sharing
How to flash
Download tar file from download link
Download odin (3.07 recommended ) just search for it on xda
Open odin
do whats here
{
"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"
}
connect device to download mode and hit start
Thanks for this :good::good::good:
This make the Modding more easyer
Downloaded
Installed
Works fine (Install ZIPs, Backup to internal SD Card tested)
Nice Work
Is installation only possible with this Windows tools? Even when an older CWM-based Recovery is installed?
defim said:
Is installation only possible with this Windows tools? Even when an older CWM-based Recovery is installed?
Click to expand...
Click to collapse
I could make recovery installers but m lazy to do so you can take the recovery out of the tar ball and flash it with heimdall if you are using linux
mythi said:
I could make recovery installers but m lazy to do so you can take the recovery out of the tar ball and flash it with heimdall if you are using linux
Click to expand...
Click to collapse
Finally we've full operational recovery.
Thanks.
The Screenshoots works in the Recovery.... but in the Aroma Installer it is not working. Do you know how i can make Screenshoots from the Aroma Installer?
Darkman said:
The Screenshoots works in the Recovery.... but in the Aroma Installer it is not working. Do you know how i can make Screenshoots from the Aroma Installer?
Click to expand...
Click to collapse
did you place aroma installer zip on the correct place on the phone
mythi said:
I could make recovery installers but m lazy to do so you can take the recovery out of the tar ball and flash it with heimdall if you are using linux
Click to expand...
Click to collapse
Thanks, I've a Windows but the USB is a little unstable...
The Aroma Installer works fine
I want only make Screenshoots from the Aroma Installer
I have to say, this is very good, still concerned that it is an unsupported recovery now, though I did see that Philz updated sources today with a fixed lib file. Good work @mythi. Are you going to update this or does it matter?
Pkt_Lnt said:
I have to say, this is very good, still concerned that it is an unsupported recovery now, though I did see that Philz updated sources today with a fixed lib file. Good work @mythi. Are you going to update this or does it matter?
Click to expand...
Click to collapse
Yeah ... Sure when the weekend comes :~)
mythi said:
Yeah ... Sure when the weekend comes :~)
Click to expand...
Click to collapse
Good, I get errors in Philz now second time using it. Here is a link to the post.
http://forum.xda-developers.com/showpost.php?p=55842367&postcount=5567
Pkt_Lnt said:
Good, I get errors in Philz now second time using it. Here is a link to the post.
http://forum.xda-developers.com/showpost.php?p=55842367&postcount=5567
Click to expand...
Click to collapse
Should be fixed on next release but m not facing issues with it anyway .. Twrp is gonna be updated to latest version too
@Pkt_Lnt the latest version doesn't boot no matter what i do , the libguitouch.a is a binary file which cannot be edited easily atleast through hex-editing , i will look on to some help but i don't gurntee it booting as Mr Philz dropped the support :crying:
mythi said:
@Pkt_Lnt the latest version doesn't boot no matter what i do , the libguitouch.a is a binary file which cannot be edited easily atleast through hex-editing , i will look on to some help but i don't gurntee it booting as Mr Philz dropped the support :crying:
Click to expand...
Click to collapse
Why would he post the fact that it needs fixed and the fix in that thread then? I know he stopped support due to work, but then he must feel it important enough to post about it?
Hi guys. Does anyone know if backup and restore works on 4.4.2 kitkat with this recovery?
I'll answer my own question. Yes it does, as I did a restore from my backup last night making it, imho the best recovery for our device.
Sent from my GT-I9295 using Tapatalk 2
dazzawill said:
I'll answer my own question. Yes it does, as I did a restore from my backup last night making it, imho the best recovery for our device.
Sent from my GT-I9295 using Tapatalk 2
Click to expand...
Click to collapse
CWM is very outdated, brain dead (it will kill root on zip flashes) and unsupported. Philz is a better choice if you like that kind of recovery, but it is abandoned as well. TWRP is a better choice if you grab the one from the Multi-ROM thread. http://forum.xda-developers.com/gal...mod-multirom-v30-multirom-twrp-i9295-t2962492
philz touch builds are currently broken on cm12 so there isnt much todo on cm12 , will see if its same on cm11
Am i the only one with following problem?
When i turn off the phone and plug in the power cable, the Stock charging animation appears but its freezed. After 15 seconds a smaler charging animation appears. Next thing is: During this, i cant use the power button to power on the phone. The phone restarts, but it will go back into the charging animation. I must unplug the power cable to boot the phone into android.
I think this is a problem of CWM/PhilZ ?!
PhilZ Touch 6.57.9 CWM 6.0.5.1 with CM12 official nightly.

[Unknown] China Device P40 Pro+

Dear XDA-Dev-Community,
i have here a china-import with a supposed Android 10.
I would like to install a linaege or other ROM, but which one should I use?
Can you help me?
Basic knowledge for installing and testing is available...
In the appendix you can find some pictures for evaluation.
{
"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"
}
Nobody can help?
Maybe I can build my own Custom Rom for this device?
What i hove to do? Save the Drivers?!?!
Anybody know a good guide for me?
Probably a faked one... what build.prop entry ro.board.platform says?
And/or ro.mediatek.platform?
next message
CXZa said:
Probably a faked one... what build.prop entry ro.board.platform says?
And/or ro.mediatek.platform?
Click to expand...
Click to collapse
adb devices -l gives this:
Code:
device usb:1-2 product:P40 Pro+ model:U2 device:Smartphone transport_id:1
Code:
[ro.board.platform]: [mt6580]
[ro.mediatek.platform]: [MT6580]
complete getprop:
https://pastebin.com/h66R0mNk
So, MT6580 and probably a Lollipop. Could be worse.
There is some jlinksz (maker of these) threads here.
Also at 4pda, where there is more info and stuff.
Jlinksz K960 - Обсуждение - 4PDA
Jlinksz K960 - Обсуждение, Планшет, 9.6"
4pda.ru
I would not do much to it if it works well enough as it is. But if you do take a backup first as finding correct one later can be really really hard...
CXZa said:
So, MT6580 and probably a Lollipop. Could be worse.
Click to expand...
Click to collapse
Why worse? What problems you see?
CXZa said:
I would not do much to it if it works well enough as it is.
Click to expand...
Click to collapse
This is not an option. Its so creepy and full of preinstalled apps i can´t trust, u know?
So can i build a custom rom by extract the drivers and AOSP? Is this possible with beginner skills on coding?
0
Seppppx said:
I might be able to help. The kernel source is missing, but there are some device trees for other mt6580 phones. I will try to craft a device tree for this phone.
Click to expand...
Click to collapse
Thanks a lot! I will deliver how fast i can. But this took a long time and i get some troubles:
Seppppx said:
For now i need these things:
1. The android version.
Click to expand...
Click to collapse
Labeld as Android 10, but it's a fake. It looks like Android 6 / Marshmallow
2. raw dd'ed boot image of the device
3. raw dd'ed system image of the device
Click to expand...
Click to collapse
here the trouble beginns...
3. raw dd'ed system image of the device
[/QUOTE]
So i tried to get root by some tools, from this site here:
How to root your Android smartphone: Google, OnePlus, Samsung, Xiaomi, and more
Rooting your phone is still possible — and fun — these days. Here's how to do it on your Android device.
www.xda-developers.com
But nothing works! by adb sideload or apk-install...
Some advice?
I have the exact same phone, same issues as Ronny has. Have made a backup image of the phone but it's quite large in size ( over 5gb broken into 3 files). Would this be of use in in figuring out how to Root the phone?
B
BruizerBG said:
Have made a backup image of the phone but it's quite large in size ( over 5gb broken into 3 files).
Click to expand...
Click to collapse
Yeah, i´m not alone ;D
Would like to hear how you done this!
And my offer to host your files for downloading on my nextcloud instance.
Could give you an uploadlink (password save) and publish the link here...
Seppppx said:
I might be able to help. The kernel source is missing, but there are some device trees for other mt6580 phones. I will try to craft a device tree for this phone.
For now i need these things:
1. The android version.
2. raw dd'ed boot image of the device
3. raw dd'ed system image of the device
Click to expand...
Click to collapse
Hi Seppppx, I have this phone with Android 5.1 on it. I use Linux so I am assuming I can set the phone up and do the dd's via an adb command?
Any guidance you can give on the correct way to do this would be good and I can try and get the files available for you .
B
ronnyst said:
Yeah, i´m not alone ;D
Would like to hear how you done this!
And my offer to host your files for downloading on my nextcloud instance.
Could give you an uploadlink (password save) and publish the link here...
Click to expand...
Click to collapse
Hi Ronny, you can backup the files on the phone by entering Recovery mode. Switch off the phone. Then, at the same time, hold down the power and volume up buttons down until a small menu appears in the middle of the screen. Choose the recovery option, volume up scrolls through the list, volume down selects which option you want from recovery, fastboot or normal. You'll have a android image pop up, maybe with the message "no command " , just wait or press the same button combination again and the recovery menu should appear . In the list will be the system or user files backup. I see from your images though that you have already figured most of the out.
That only gives us no. 3 of the files that Seppppx needs so I have asked him how to get the bootloader dump.
B
BruizerBG said:
Hi Seppppx, I have this phone with Android 5.1 on it. I use Linux so I am assuming I can set the phone up and do the dd's via an adb command?
Click to expand...
Click to collapse
At first: You need to be root do dd boot and systemimages. After you got it you get try this:
[Guide] Dumping boot.img & recovery.img using dd (for complicated partitions)
Hi there! i am new to forums as well as in developing. i have recently taken interest in making cyanogenmod for my device. So, i have been searching web for hours to dump boot.img and recovery.img for my device. As my device is a mediatek device...
forum.xda-developers.com
But i tried this and i failed because a doesn´t have su (root). So i tried to use adb push but even then i cant access the Boot/system-image folders (cause no root). See my previous posts for...
BruizerBG said:
Hi Ronny, you can backup the files on the phone by entering Recovery mode. Switch off the phone. Then, at the same time, hold down the power and volume up buttons down until a small menu appears in the middle of the screen. Choose the recovery option, volume up scrolls through the list, volume down selects which option you want from recovery, fastboot or normal. You'll have a android image pop up, maybe with the message "no command " , just wait or press the same button combination again and the recovery menu should appear . In the list will be the system or user files backup.
That only gives us no. 3 of the files that Seppppx needs so I have asked him how to get the bootloader dump.
B
Click to expand...
Click to collapse
Just look at my pictures from previous posts... I´d already done this...
BruizerBG said:
That only gives us no. 3 of the files that Seppppx needs so I have asked him how to get the bootloader dump.
B
Click to expand...
Click to collapse
Sorry Bruizer, but this option gives us only a dump of the userdata. this will doesn´t help Seppppx.
Any update on this? I have received a phone to use as back up until I get my own and it's the same type of deal as far as chinese phone goes.
Also, I forgot to mention that I was looking through the adb pull screen shot and even though I do not currently have root I can still cd to /dev/block/platform/mtk-msdc.0/ without viewing contents but when i try to cd by-name there is no directory by that name.... I want to be able to achieve root and also possibly make a custom rom for this device and I'm willing to follow any suggestions anybody has. Clearly the boot.img and such are in a different directory but I'm going to have to do more digging.
whizpopthat said:
Any update on this? I have received a phone to use as back up until I get my own and it's the same type of deal as far as chinese phone goes.
Click to expand...
Click to collapse
sorry no updates. we (BruizerBG and me) aren´t able to dd the boot partition.
I would be happy for any advice or help!!!
ronnyst said:
sorry no updates. we (BruizerBG and me) aren´t able to dd the boot partition.
I would be happy for any advice or help!!!
Click to expand...
Click to collapse
I'm trying to find some time to do some digging about finding the boot partition because as I stated in my last post the by-name dir doesn't exist but obviously we are unable to find out which dirs do exist without root... If I come up with something I will be sure to let you know.

Categories

Resources