[L7][Recovery] TWRP Recovery v2.6.3.0 - Optimus L3, L5, L7 Original Android Development

Team Win Recovery Project 2.x, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. 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.
Code:
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.
*/
Phone look:
{
"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"
}
Notes about encrypted backups:
Why encrypt your backups? -- Most people store their backups on the device. Any app that has permission to access storage could potentially read your backup files and try to harvest your data. Encrypted backups also provide an added layer of security if you move your backups to other storage devices or to the cloud. The encryption that we're using is probably not strong enough for enterprise level security, but should be strong enough to make it significantly difficult to get to your data.
Encryption is using OpenAES which uses AES 128-bit cbc encryption. If you happen to use a longer password (over 16 characters) then the encryption strength improves to 192 or 256 bits. Do not forget your password. If you forget your password you will be unable to restore your backup. We don't encrypt the entire backup. Encryption is very CPU intensive and can be fairly slow even when we spread the workload over multiple cores even on the latest high-end devices. To ensure that encrypted backups don't take forever, we don't encrypt any other partitions besides /data and in /data we don't encrypt /data/app (or other app related directories where apks are stored) and we don't encrypt dalvik cache.
DOWNLOAD:
P700
Instalation:
Flash via CWM.
BUGS:
none so far
Contributors
Dees_Troy, bigbiff

Thanks a lot!! That's a wonderful surprise!!!
Good job OP!! I try it now! :fingers-crossed:
Edit: I keep it! TWRP is really nice!

Can i use this on p705 Sir..??

It should be compatible with p705.
Sent from my LG-P700 using xda app-developers app

Any chance for a port to L5? Thanks alt for all your effort

@tudorsirb in Recovery when you tried to install something from Phone memory, Recovery shows folder "0" on Phone memory as a main foleder of Internal (a.k.a. Phone) memory.. Can you change that destination on "sdcard0" because like this, you can not pick anything from sdcard0 to install, if that is not in "0" folder on sdcard0 memory.. Sorry on bad English, i hope you understand..

miki89 said:
@tudorsirb in Recovery when you tried to install something from Phone memory, Recovery shows folder "0" on Phone memory as a main foleder of Internal (a.k.a. Phone) memory.. Can you change that destination on "sdcard0" because like this, you can not pick anything from sdcard0 to install, if that is not in "0" folder on sdcard0 memory.. Sorry on bad English, i hope you understand..
Click to expand...
Click to collapse
0 is the default destination on 4.3. If you are on older ROMs create that folder.
L5 is out of the question because I don't have that phone to test and a bad recovery bricks your phone pretty bad.
Sent from my LG-P700 using xda app-developers app

Great Recovery, Thanks! One question tho, all the ROMs come with CWM so is there a way i can keep TWRP through flashing ROM's / Kernels?

Made a backup through twrp for Vanir and now when I try to restore it, it fails ..

anwarkhan25 said:
Made a backup through twrp for Vanir and now when I try to restore it, it fails ..
Click to expand...
Click to collapse
I just restored a backup to test this. Can you be more specific on your problem?

tudorsirb said:
I just restored a backup to test this. Can you be more specific on your problem?
Click to expand...
Click to collapse
Basically i made a full wipe (system, data, cache & dalvik cache) and then tried restoring my backup i made just a hour or so ago. It starts, but restoring data starts and stays for a while but then after ~5 mins at the top it says Finished and under it says Failed. just to be on the safe side, i didnt reboot into system. I just flashed back to vanir. It's my first time playing with backups so it might be my fault somewhere. thankss!

I really new to whole LG development. I have LG Optimus L7 II. Would this work on that device?
Thanks!

apratomo said:
I really new to whole LG development. I have LG Optimus L7 II. Would this work on that device?
Thanks!
Click to expand...
Click to collapse
This is not compatible with P710 (L7 II). Here is a CWM for P710. This is not my work. I am only directing you to a link for P710. I am not resposable for any damage to your phone. I did not test this,

tudorsirb said:
This is not compatible with P710 (L7 II). Here is a CWM for P710. This is not my work. I am only directing you to a link for P710. I am not resposable for any damage to your phone. I did not test this,
Click to expand...
Click to collapse
:good:

can this work for LG E405, pls

akins47 said:
can this work for LG E405, pls
Click to expand...
Click to collapse
If title say L7 ONLY then its only for L7 !

Any update op to be compatible with the latest kitkat?
sent from my p705g - v20f jellybean extreme w/ stock kernel

vaikz said:
Any update op to be compatible with the latest kitkat?
sent from my p705g - v20f jellybean extreme w/ stock kernel
Click to expand...
Click to collapse
It is

If device is off... How to come into TWRP? Same as CWM?

TheAvngrZ said:
If device is off... How to come into TWRP? Same as CWM?
Click to expand...
Click to collapse
Yup
Sent from my LG-p705 using Tapatalk

Related

{S}[DEVELOPMENT] - CM10 - FreeXperia Project

CyanogenMod is a free, community built distribution of Android 4.1 (Jelly Bean) which greatly extends the capabilities of your phone.
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.
*/
{
"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"
}
HOWTO
Install instructions:
first time
- power off the phone:
- hold vol+ and plug usb to boot into fastboot (blu led)
- fastboot flash boot boot.img (from cm10 zip)
- fastboot reboot
- enter recovery, on boot led will be violet for 3'', during this period press vol+
- flash rom zip
- flash gapps zip
- wipe
- reboot
for update just flash rom zip from recovery
Google Apps are not included in this ROM. You'll need to find those yourself if you want them.
ENJOY AN UNOFFICIAL CM10 RELEASE BROUGHT TO YOU BY FreeXperia Team
PLEASE DONT MIRROR OUR ROMS
DOWNLOAD
http://unrestrict.li/FXP
thanks to all who made this possible supporting us
contributing with code, donations or even trusting us
thanks to SONY that made all this possible !
all basic function, does it means gsm data too?
Sent from my LT26i using xda premium
Nice work!!
Thanks!!
Q. only Xperia S?
gothraven666 said:
all basic function, does it means gsm data too?
Sent from my LT26i using xda premium
Click to expand...
Click to collapse
for some cariers YES
we have tested 2 and data works
Thx for this rom. I have a question. Gsm still not working?
Edit:
Mods can delete this msg
kes4817 said:
Nice work!!
Thanks!!
Q. only Xperia S?
Click to expand...
Click to collapse
read the title !
for the others we will release asap
we are working on it
br
J
FXP Team
FXP said:
for some cariers YES
we have tested 2 and data works
Click to expand...
Click to collapse
can't wait for downloading then
Sent from my LT26i using xda premium
Awesome going to give this a go right now. In the 'how-to' do I format system before installing the kernel? How is this done please?
Swatto86 said:
Awesome going to give this a go right now.
Click to expand...
Click to collapse
show us some screeny when u're done
Sent from my LT26i using xda premium
Thank Thank you for a great job!
Can i use any of the great ICS kernels?
I heard that there is no flash support in JB, but is have CM and team Xperia managed to include it?
Skickat från min LT26i via Tapatalk 2
hold on.....so....after allt eh fuss waiting for sony to update to ics....we already have now a working JB rom for xperia s?
is this still in early stages or is everything working as should be?
i had always said i want to keep this phone stock.....but after waiting ages for sony to sort out their software, i'm thinking i might try this at some stage.
what are the benefits and drawbacks of this rom?
i.e. what is present in this rom that isn't in stock, and vice versa?
(and most importantly of all.....how is battery life?)
Gloris said:
hold on.....so....after allt eh fuss waiting for sony to update to ics....we already have now a working JB rom for xperia s?
is this still in early stages or is everything working as should be?
i had always said i want to keep this phone stock.....but after waiting ages for sony to sort out their software, i'm thinking i might try this at some stage.
what are the benefits and drawbacks of this rom?
i.e. what is present in this rom that isn't in stock, and vice versa?
(and most importantly of all.....how is battery life?)
Click to expand...
Click to collapse
If you're going to ask such questions, better stick with stock.
Anyone know if we have to format System before flashing the kernel? And if so how do I do this with fastboot? Is it just the same as data wipe/factory reset in CWM?
Swatto86 said:
Anyone know if we have to format System before flashing the kernel? And if so how do I do this with fastboot? Is it just the same as data wipe/factory reset in CWM?
Click to expand...
Click to collapse
From seconf post "before flash it is important to FORMAT SYSTEM
this is not included in updater-script yet
so it has to be done manually"
Do the "kernel.elf" be boot.img in .zip file like CM9?
th3discodancer said:
If you're going to ask such questions, better stick with stock.
Click to expand...
Click to collapse
so....if we want to know anything about the rom we are potentially flashing to our £400 phone......then we shouldn't bother?
i dare say i'm capable of flashing a rom, i was forced to do it many times with my useless wildfire s.....i don't think it's that unreasonable to ask for a few pro's and cons?
e.g. what's the battery life like? do we lose panoramic and 3d camera options? do we lose nfc tags? etc...
Gloris said:
so....if we want to know anything about the rom we are potentially flashing to our £400 phone......then we shouldn't bother?
i dare say i'm capable of flashing a rom, i was forced to do it many times with my useless wildfire s.....i don't think it's that unreasonable to ask for a few pro's and cons?
e.g. what's the battery life like? do we lose panoramic and 3d camera options? do we lose nfc tags? etc...
Click to expand...
Click to collapse
It's still alpha and it said that all basic phone functions are working.. I am afraid that many things like nfc, hdmi etc not working and may be not camera.. But i am downloading it.. Will try it
Mano1982 said:
It's still alpha and it said that all basic phone functions are working.. I am afraid that many things like nfc, hdmi etc not working and may be not camera.. But i am downloading it.. Will try it
Click to expand...
Click to collapse
cool, thanks.
post back a mini review maybe?
good to see that we have some (fairly decent sounding) progress already

[L5][RECOVERY] TWRP 2.6.3.0 touch recovery 20131219

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.
*/
Team Win Recovery Project 2.x, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. 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.
{
"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"
}
CHANGELOG for 2.6.3.0:
-Proper backup and restore of SELinux contexts (thanks to Tassadar)
-Pull in some ROM information for backup name generation
-Merge all recent patches from AOSP bringing TWRP up to date with Android 4.3
-Add 1200x1920 theme (thanks to Tassadar)
-A few other fixes and tweaks
CHANGELOG for 2.6.1.0:
-Initial SELinux support (only a few devices, need testers so come by IRC if your device doesn't have it and needs it)
-Initial support for f2fs file system formatting (Moto X)
-Update SuperSU install for 4.3 ROMs
-Fixed a permissions bug on files created during backup
-Fixed a bug that caused TWRP to not wait for compressed backups to finish causing 0 byte files and md5sums to not match
-Fixed decryption of encrypted data so that both TouchWiz and AOSP decryption are possible
-Ignore lost+found folder during backup and size calculations
-Various other minor bug fixes and tweaks
CHANGELOG for 2.6.0.0:
Special Note: If you are running a custom theme, you will likely need to remove that theme before updating to 2.6.0.0 as your custom theme will likely not have some of the new changes visible (e.g. you won't be able to encrypt a backup)!
-Can encrypt a backup to prevent theft of private data from your backup files
-Updated graphics / icon courtesy of shift
-Updated exFAT to latest commits
-Fixed a problem with Samsung TouchWiz decryption
-Update SuperSU binary
-Fixed saving of backup partitions list
-Fixed saving of last used zip install folder
-Fixed backup of datadata on devices that use a separate partition for datadata
-Fixed some issues with the advanced wipe list (android_secure, can now wipe internal storage on data/media deivces and wipe data on the advanced list no longer formats the entire data partition)
-Fixed some problems with partitioning a SD card
-Various other bug fixes and tweaks
Notes about encrypted backups:
Why encrypt your backups? -- Most people store their backups on the device. Any app that has permission to access storage could potentially read your backup files and try to harvest your data. Encrypted backups also provide an added layer of security if you move your backups to other storage devices or to the cloud. The encryption that we're using is probably not strong enough for enterprise level security, but should be strong enough to make it significantly difficult to get to your data.
Encryption is using OpenAES which uses AES 128-bit cbc encryption. If you happen to use a longer password (over 16 characters) then the encryption strength improves to 192 or 256 bits. Do not forget your password. If you forget your password you will be unable to restore your backup. We don't encrypt the entire backup. Encryption is very CPU intensive and can be fairly slow even when we spread the workload over multiple cores even on the latest high-end devices. To ensure that encrypted backups don't take forever, we don't encrypt any other partitions besides /data and in /data we don't encrypt /data/app (or other app related directories where apks are stored) and we don't encrypt dalvik cache.
Bugs:
* No button backlight
* You tell me
Installation:
Flash In Recovery
Download:
https://www.mediafire.com/folder/858a7utdfa5gx/TWRP
OC = overclocked (use at your own risk 1056mhz)
Source:
https://github.com/pinkflozd
https://github.com/TeamHackLG
Thanks to:
TeamHackLG
Finally! Thanks :good: will try it right now
Enviado desde mi LG-E610 mediante Tapatalk
---------- Post added at 06:17 PM ---------- Previous post was at 06:14 PM ----------
And a question, OC? Hows that? Thanks
Enviado desde mi LG-E610 mediante Tapatalk
Cool!
Had not had time to thank ...
Now I'm going to install! THANKS
So far, so good!
Enviado desde mi LG-E610 mediante Tapatalk
Seems cool I waited long for this thanks will try it, if somehting goes wrong how to revert to standart recovery?
Nothing will go wrong, but you can just flash the other recovery again from terminal
Sent from my LG-P990 using Tapatalk 2
so far is ok. the first run it was unresponsive the touchscreen, once I taked out batery and reset it worked fine
havent tried oc one yet
---------- Post added at 07:41 PM ---------- Previous post was at 07:35 PM ----------
so far is ok. the first run it was unresponsive the touchscreen, once I taked out batery and reset it worked fine
havent tried oc one yet
Thanks man for this great tarp but does oc work only in recovery ?
Sent From My Awsome LG L5
What is the difference between the OC one and normal? Does the OC overclock your ROM?
Jared20098 said:
What is the difference between the OC one and normal? Does the OC overclock your ROM?
Click to expand...
Click to collapse
OC overclocks cpu in recovery
Sent from my LG-E610 using XDA Premium 4 mobile app
How to get into the recovery? I used usual vol down+home+power combo for getting into recovery like in CWM, and it didn't work.
EDIT: Come on guys! Help me here!
Jared20098 said:
How to get into the recovery? I used usual vol down+home+power combo for getting into recovery like in CWM, and it didn't work.
EDIT: Come on guys! Help me here!
Click to expand...
Click to collapse
Its the same . if you are on cm advanced reboot in developer. o
JoKeR19899 said:
Its the same . if you are on cm advanced reboot in developer. o
Click to expand...
Click to collapse
He is asking .... How about boot into recovery when the phone is off?
what about custom romflash,how to install roms that are normaly for cwm,is there a lil guide or does the latest roms support both recoverys for flash?just for info,thanx!!!
Jared20098 said:
How to get into the recovery? I used usual vol down+home+power combo for getting into recovery like in CWM, and it didn't work.
EDIT: Come on guys! Help me here!
Click to expand...
Click to collapse
Download terminal emulator and enter
Su
Reboot Recovery
Sent From My Awsome LG L5
AlshMoudy said:
Download terminal emulator and enter
Su
Reboot Recovery
Sent From My Awsome LG L5
Click to expand...
Click to collapse
already went into recovery, forgot to update post, so all is :good:
New Recovery version available
Code:
Changes:
* SELinux enabled recovery
* Updated Kernel
All roms should be fully compatible now
With this recovery i can flash kitkat? (aosp,cm11)
yes its working perfect.
@pinkflozd, what about themes,any idea how to get or how to make one?
-CALIBAN666- said:
yes its working perfect.
@pinkflozd, what about themes,any idea how to get or how to make one?
Click to expand...
Click to collapse
You could take a look at LG Optimus 2x forums....there have been made some themes there

[ROM][SLimLP][5.0.1][Lollipop] jfltexx UNOFFICIAL SLimLP Alpha 0.9 Latest 20141217

{
"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 the UNOFFICIAL Release
Code:
#include
/*
* Your warranty is now void.
*
* I'm 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.
*
*/
U can Download Rom from Here in case u wanna download from torrent see Attachment
Thanks to @zubyro
Slim-jfltexx-5.0.1.alpha.0.9-UNOFFICIAL-20141217-1740.zip
Click to expand...
Click to collapse
Known Issues
~ laggy Bluetooth
Xposed Framework
~Remember its Not Supported to Lollipop yet~ so its not a ROM bug
What you'll Need
Download The Rom See The Torrent File In Attachments
Of Course you'll need a Custom Recovery. i've used CWM
Gapps
SuperSU.zip
Click to expand...
Click to collapse
How To Install
~ Put All Zip files in Your Sdcard
~Go to Recovery Mode
~Full Wipe/Factory Reset
~Then choose Install Zip from sd card
~Choose that SLimLP Zip File and wait till it complete
~Then install Gapps Same Way
~Then u can Install SuperSU
And Reboot
Click to expand...
Click to collapse
it takes 3 -8 Mins at first Boot. Dnt worry. just wait
I will try My Best To Post Further Builds
Although My Next Build Will Be on This Sunday
This is UNOFFICIAL build from SLimRoms Source
Also Compiled[kernel] With CM12 Used Blobs of cm12
remember This is Alpha 0.9
XDA:DevDB Information
SlimLP UNOFFICIAL Builds Compiled With CM12, ROM for the Samsung Galaxy S 4
Contributors
touseefiqbal, SlimRoms
ROM OS Version: 5.0.x Lollipop
ROM Kernel: Linux 3.4.x
Based On: SLimRoms
Version Information
Status: Alpha
Created 2014-12-17
Last Updated 2014-12-17
Reserved
Thank u. First?
Sent from my GT-I9505 using XDA Free mobile app
2g mobile data wokr ?
bes1de said:
2g mobile data wokr ?
Click to expand...
Click to collapse
. look in. Attachment
Yes
Sent from my GT-I9505 using XDA Free mobile app
ambient display?
interesting.
does it have usual feature of slim rom? or is quite similar to cm12 by antares?
erghetto said:
interesting.
does it have usual feature of slim rom? or is quite similar to cm12 by antares?
Click to expand...
Click to collapse
V less features of slim . more like cm12 but few changes
Sent from my GT-I9505 using XDA Free mobile app
i want to thank you, firstly, because you shared your work with us. i am using antare's one for the moment, but i would try this rom as well. i understood from the posts above that you bring a few changes. maybe you can tell us what those changes are? :cyclops:
Only 189mb?
Waiting anxiously for dark material :3
Mod Edit
This needs a proper direct download link to an approved file host.
Torrent is not enough.
Please post it ASAP
Thank you
malybru
Forum Moderator
Mega link: https://mega.co.nz/#!xt5SFIhL!n7fozwdcqvKWX7jJti5QI30BPN4VTmg_ZjQp_pZAV40
Download 99% decryption error
It is a mega problem
Hello!
thx you for sharing this rom.
does it work with f2fs file system?
phone precess not working - so no network ?
Also - no root - even with flashing same SuperSU that worked on CM12. Guess I will have to go back there,
Hello, i answer to me : f2fs doesn't work, flashing failed even if the build is convert for f2fs instal
angelcalibur said:
Hello, i answer to me : f2fs doesn't work, flashing failed even if the build is convert for f2fs instal
Click to expand...
Click to collapse
Yeh i tried everything too. I also found that after reverting all partitions back to ext4 and formatting then repairing and rebooting like 20 times, I had install script error unmounting /system, and I had to fix permissions in twrp..on cleanly formatted partitions..interesting lol
Runs great anyway on ext4...stable enough for my daily driver, and even better with alucard 1.0f (but the alucard 1.0f zip is corrupt, you have to repair the archive with winrar or similar first).
I don't get any bugs other than the few that all LP rom's have at the moment.
BTW..what happened to alpha's 0.6, 0.7 and 0.8?
Anyway, thankyou heaps @touseefiqbal for bringing us this rom early, a nice little christmas present to play with :good::good::highfive::victory:
Do you plan on any future builds perhaps or is this just a once-off?
Cheers
ph3n0mII said:
Yeh i tried everything too. I also found that after reverting all partitions back to ext4 and formatting then repairing and rebooting like 20 times, I had install script error unmounting /system, and I had to fix permissions in twrp..on cleanly formatted partitions..interesting lol
Runs great anyway on ext4...stable enough for my daily driver, and even better with alucard 1.0f (but the alucard 1.0f zip is corrupt, you have to repair the archive with winrar or similar first).
I don't get any bugs other than the few that all LP rom's have at the moment.
BTW..what happened to alpha's 0.6, 0.7 and 0.8?
Anyway, thankyou heaps @touseefiqbal for bringing us this rom early, a nice little christmas present to play with :good::good::highfive::victory:
Do you plan on any future builds perhaps or is this just a once-off?
Cheers
Click to expand...
Click to collapse
i will do future builds but ass of now. m kinda busy. will start things from monday
touseefiqbal said:
i will do future builds but ass of now. m kinda busy. will start things from monday
Click to expand...
Click to collapse
Ok thats great
Make sure you focus on important life things too like christmas and family and everything, but it will be cool to see some SlimLP builds here and there slightly ahead of the regular release schedule, and keep us from getting bored/impatient, perhaps take some pressure off @Tylog too :cyclops:

[ROM][I8150][5.1.1][LMY47X] AOSP Alpha-1 [2015/05/12]

AOSP-Samsung-msm7x30
{
"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"
}
​
Code:
android-5.1.1_r2
Code:
- WIP
Code:
/*
* 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.
*/
Install
Use CWM6.
Warning: Only use this recovery to flash CM-12.0. Otherwise, you risk bricking your phone, or you might experience boot and stability issues!
Wipe data and cache.
Format /system (only first time coning from older recovery)
Format /data and /data/media (only first time coning from older recovery)
Flash update*.zip.
Flash gapps*.zip. You must flash gapps after every upgrade to CM12.0 since /system is formatted, wiping your previous add-ons.
Reboot phone.
First boot might take 30-40 minutes, so be patient.
After you setup your Google account, reinstall the three apps from Market in order to restore most of your apps, call log and SMS history.
Warning: Do not restore backup data of system apps!
If you restore a bad backup with cached settings in telephony.db in data/data/com.*.*.telephony it can break MMS.
It seems that restoring backups can also break Calendar sync.
Upgrades
Upgrades from previous versions of CM12.0 are the same process as install, except you do not need to wipe anything. Contrary to popular belief, you do not need to even wipe cache and dalvik-cache when upgrading between CM12.0 versions. You only need to wipe if you are doing a major upgrade, switching to a different ROM entirely, or attempting to fix bugs caused by bad backups or corrupt app data.
AOSP-Ancora_Alpha-1
Credits
arco
christopher83
CyanogenMod Team
AriesVE DevConnection Team
OptiPop Team
LegacyXperiaAOSP Team
Everyone that donated me
XDA:DevDB Information
AOSP-Samsung-msm7x30, ROM for the Samsung Galaxy W I8150
Contributors
K_TECH, arco68
Source Code: https://github.com/aosp-samsung-msm7x30
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
Based On: AOSP
Version Information
Status: Alpha
Created 2015-05-13
Last Updated 2015-05-13
Aosp changelogs
UNOFFICIAL CHANGELOGS​
Code:
[B][SIZE="4"]2015/05/12[/SIZE][/B]
-Initial release for ancora
-Using K^kernel source as stock kernel (416 of ram) by Christopher83
ANNOYANCES​
Code:
[B][SIZE="4"]2015/05/12[/SIZE][/B]
Knowing bug of AOSP Alpha-1 for samsung msm7x30 devices
- Torch toggle
- No root access
- Button backlight
- Graphic glitch in video recording
- Sometimes graphic glitch in AOSP plat logo
- Power off charging
Enjoy it guys, Hope you like it
gaps
K_TECH said:
Enjoy it guys, Hope you like it
Click to expand...
Click to collapse
gaps nya mana ya mas... / mohon link nya dong...
nice work. pure aosp?
K_TECH said:
ANNOYANCES​
Code:
[B][SIZE="4"]2015/05/12[/SIZE][/B]
Knowing bug of AOSP Alpha-1 for samsung msm7x30 devices
- No root access
Click to expand...
Click to collapse
cant activate root via development options?
I wish there is aosp based on ICS
AOSP LP 5.1.1 ROM, great job @K_TECH, thank you. I'm gonna try it.
Edit:
Has just installed. very light ROM, love it.
one question, I'm okey with no root access or no pre-built file manager installed
but, even with no root access, is it possible to reach my external sdcard using file manager from play store?
Edit 2:
Got it, still can reach external sdcard, my bad
embethcakep said:
gaps nya mana ya mas... / mohon link nya dong...
Click to expand...
Click to collapse
here mas bro, make sure you choose Gapps for 5.1
and next time it will be good if we are using English instead our mother language in international forums.
discotine.... :fingers-crossed:
If you want root access in AOSP, you must flash supersu.zip
Good Work's ;
Adden "File Manager" "EFS Manager vs...."
GAAps Added Link 5.1
PleaseOnly Play Store Added new version
Screenshot
the feature wasn't complete. it cant do screencapture, apps too slow to appear when it touched.
button shortcut not installed too
but the ROM was good
deleoren said:
Good Work's ;
Adden "File Manager" "EFS Manager vs...."
GAAps Added Link 5.1
PleaseOnly Play Store Added new version
Click to expand...
Click to collapse
Installing the GaAps the phone became very slow.....and can't be used....
How to root this rom?
andra81 said:
How to root this rom?
Click to expand...
Click to collapse
Flash supersu
ddstr69 said:
the feature wasn't complete. it cant do screencapture, apps too slow to appear when it touched.
button shortcut not installed too
but the ROM was good
Click to expand...
Click to collapse
Just press and hold power + volume down button for seconds, it works on my phone
iwjosi said:
Flash supersu
Click to expand...
Click to collapse
link me

[Moto X Play][ROM][UNOFFICIAL][CM13.0][6.0.1]Temasek's CM13 - V11 - August 19

{
"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"
}
temasek's UNOFFICIAL CM13 BUILDS
DISCLAIMER
Code:
/*
* 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. Hard. A lot.
*/
Download ROM
Download GAPPS
Clean Install
1. Download the appropriate ROM .
2. Download GApps .
3. Back up any and all important data.
4. WIPE DALVIK/CACHE/DATA/FACTORY RESET.
5. Flash the ROM in recovery.
6. Flash the GApps.
8. Flash this if you use dual sim on a single sim device
9. Reboot Device
10. Force Reboot into Recovery if you have bootloop
11. Wipe Cache & Dalvik
12. Reboot
Dirty Flash
1. Download the appropriate ROM.
2. WIPE CACHE/DALVIK. (I find wiping /SYSTEM can stop some issues with play store F/C’s)
3. Install the zip from recovery.
4. Install GApps (If you wiped system)
5. Reboot Device
6. Force Reboot into Recovery if you have bootloop
7. Wipe Cache & Dalvik
8. Reboot
You tell me
@temasek
@joshndroid @Vatsal
CM Team, CyanogenMod
Source
Temasek
Rom Source
Device
Device Source
Changelogs
https://github.com/temasek/Changelogs/blob/cm-13.0/cm_hlte-Changelog.txt​
Reserved
First
Envoyé de mon XT1563 en utilisant Tapatalk
One of the best roms I've used! Thanks @GtrCraft!
The only fast and smooth 6.0 rom for my european xt1562. Thank you!
where's rom? In the host not found...
prsilveira654 said:
where's rom? In the host not found...
Click to expand...
Click to collapse
Just search for lux, then select it.
As in most other cm13 roms, when using pin lockscreen and quick unlock, the last few digits are very laggy
Benjamin_L said:
As in most other cm13 roms, when using pin lockscreen and quick unlock, the last few digits are very laggy
Click to expand...
Click to collapse
Thats a cm issue
How is this different from squid's cm13 rom?
Android Version difference?
Or
Kernel difference?
Sent from my XT1562 using Tapatalk
K.khiladi said:
How is this different from squid's cm13 rom?
Android Version difference?
Or
Kernel difference?
Sent from my XT1562 using Tapatalk
Click to expand...
Click to collapse
A big feature difference, from ambient display modifications to system animations
When changing apps you still see much of the last one disappearing. Its a bit annoying in settings though.
Benjamin_L said:
When changing apps you still see much of the last one disappearing. Its a bit annoying in settings though.
Click to expand...
Click to collapse
You should check your setup. There is an app or setting slowing your phone. Not a rom issue
GtrCraft said:
You should check your setup. There is an app or setting slowing your phone. Not a rom issue
Click to expand...
Click to collapse
Happens even with performance governor and no open apps
Benjamin_L said:
Happens even with performance governor and no open apps
Click to expand...
Click to collapse
Still something else. Or give it some to settle. I have tested and it did run smooth from the beginning. Now after a day it runs even better
GtrCraft said:
Still something else. Or give it some to settle. I have tested and it did run smooth from the beginning. Now after a day it runs even better
Click to expand...
Click to collapse
did you use Titanium Backup or just a fresh install? I read that CM13 still has problems with it but I need it for several apps, so
Benjamin_L said:
did you use Titanium Backup or just a fresh install? I read that CM13 still has problems with it but I need it for several apps, so
Click to expand...
Click to collapse
Titaniumbackup with a clean install
GtrCraft said:
Titaniumbackup with a clean install
Click to expand...
Click to collapse
Hmm, same here. So let's say, you go to settings and to sound and press the back button. You don't see the sound menu falling down in the background?
Edit: Made a screen cap: https://owncloud.lebsanft.org/index.php/s/zzaC3qlfPadtdZE
Don't know if this is normal behaviour, i never found it annoying before so something must be different. It guess it's a bit too laggy for me to ignore it as smooth fading
Benjamin_L said:
Hmm, same here. So let's say, you go to settings and to sound and press the back button. You don't see the sound menu falling down in the background?
Edit: Made a screen cap: https://owncloud.lebsanft.org/index.php/s/zzaC3qlfPadtdZE
Don't know if this is normal behaviour, i never found it annoying before so something must be different. It guess it's a bit too laggy for me to ignore it as smooth fading
Click to expand...
Click to collapse
It tried the steps you told me 10 times. It lagged a little for 2 times, the other times it animated smooth. Maybe changing the animation in temasek spare parts --> system animations will help
Sent from my XT1562 using Tapatalk
Hello nick
Sent from my XT1562 using XDA Free mobile app

Categories

Resources