[GUIDE] [D802] Bumped_TWRP Recovery on Stock V30d Lollipop rom - G2 Android Development

Guide updated on 2015/04/04 with official no brand L Rom bumped and TWRP'eD
Use this guide ONLY if you have just upgraded to Stock Lollipop V30d(Vodafone branded) or
V30a (Stock Europe no brand)rom. You can find Official KDZs around here....
What do you need to proceed ?
- You have to root your D802. Guide for Lollipop here
- Download my pack for V30d (Vdafone branded) HERE
or
- Download my pack for V30a (Stock Europe no brand) HERE
extract directory on your pc, and copy all files inside into your sdcard
Instructions:
connect phone to pc, open a command prompt window and be sure your device is recognized : adb devices
then copy every single line above by pressing ENTER for each one pasted on cmd window:
adb shell
su
dd if=/sdcard/aboot.img of=/dev/block/platform/msm_sdcc.1/by-name/aboot
dd if=/sdcard/laf.img of=/dev/block/platform/msm_sdcc.1/by-name/laf
dd if=/sdcard/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
dd if=/sdcard/boot.img of=/dev/block/platform/msm_sdcc.1/by-name/boot
exit
exit
adb reboot recovery
boom
credit:
@autoprime for his original idea....
@codefire team for BUMP
@blastagator for his TWRP
{
"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"
}
Thanks for a beer you pay if you want here

thanks for guide i have the spain 32 gb kdz .....

denuxer said:
thanks for guide i have the spain 32 gb kdz .....
Click to expand...
Click to collapse
Yeah, works well for you

This is exactly what I need but for the D801 version (30B). Excellent work.
Sent from my LG-D801 using XDA Free mobile app

hungary open d802v30a?
whether it can?

Hi, followed the process and in worked perfectly! D802 Vodafone Italy 16GB
Just one question, the only not-lollipop partition now is the laf?

Callintz96 said:
Hi, followed the process and in worked perfectly! D802 Vodafone Italy 16GB
Just one question, the only not-lollipop partition now is the laf?
Click to expand...
Click to collapse
laf and aboot partitions

wolfgart said:
laf and aboot partitions
Click to expand...
Click to collapse
Thanks for replying, so bootloader si Lollipop? I just want to be sure =)

Callintz96 said:
Thanks for replying, so bootloader si Lollipop? I just want to be sure =)
Click to expand...
Click to collapse
bootloader il Lollipop for sure

Great work, thank you.
Just a question. How did you bump the boot.img? is it possible to do on windows or even the phone itself?

I use method from LG G3,I can use TWRP on 30d Now.

somboons said:
I use method from LG G3,I can use TWRP on 30d Now.
Click to expand...
Click to collapse
Great. Any chance to make a full rom with root and twrp via flashable recovery zip file?

If we can root and install TWRP is there a guide for debloating? I am already get bored with LG's default application. I want them to be removed.

Will it works with this http://forum.xda-developers.com/lg-g2/development-d802/rom-stock-30d-flashable-zip-t3070383 ?

Delete

SNaReX said:
If we can root and install TWRP is there a guide for debloating? I am already get bored with LG's default application. I want them to be removed.
Click to expand...
Click to collapse
simply if you want debloat all, using a root explorer delete "preload" directory under /system, and delete directory "carrier" under /system/vendor. At last delete two zip file under /system/media/
Now you have a perfect Stock No Brand rom

albsat said:
Great. Any chance to make a full rom with root and twrp via flashable recovery zip file?
Click to expand...
Click to collapse
+1 just wait europe open
lukelvlb said:
Will it works with this http://forum.xda-developers.com/lg-g2/development-d802/rom-stock-30d-flashable-zip-t3070383 ?
Click to expand...
Click to collapse
This is vdf(vodafone brand) i prefer to wait europe open
wolfgart said:
bootloader il Lollipop for sure
Click to expand...
Click to collapse
So, lollipop bootloader is unlocked by default like jellybean? No need to do strange thing like kitkat? @wolfgart

lukelvlb said:
Will it works with this http://forum.xda-developers.com/lg-g2/development-d802/rom-stock-30d-flashable-zip-t3070383 ?
Click to expand...
Click to collapse
i prefer install stock Lollipop kdz and do little manual changes like mine. Target is try to have a perfect and original Lollipop rom rooted and with twrp

4Freedom said:
+1 just wait europe open
This is vdf(vodafone brand) i prefer to wait europe open
So, lollipop bootloader is unlocked by default like jellybean? No need to do strange thing like kitkat?
Click to expand...
Click to collapse
So when I lost custom recovery, how i be able to restore my backup ?

lukelvlb said:
So when I lost custom recovery, how i be able to restore my backup ?
Click to expand...
Click to collapse
you need to install again TWRP or CWM and restore the backup made with the same recovery.
but remember that the RECOVERY wont restore your BOOTLOADER and others partitions

Related

[GUIDE] HowTo Downgrade From OTA (INC RADIO)

Ok here is a little guide on how to downgrade your tmobile G2 firmwhere and Radio version. Its been tested and varified to work
This will wipe your phone
Although tested and really shouldn’t cause any damage I accept no responsibility for any damage caused by this. By doing this you are accepting all responsibility ​
What you will need
HeX editor
G2 Temp Rooted
ADB set up and working
And this ROM || [MIRROR]
1) Download ROM and rename to PC10IMG.zip
2) Place on root of SD card //make shure to unmount usb storage after//
3) open up "ADB shell" and type SU to get # symbol
4) run
dd if=/dev/block/mmcblk0p17 of=/sdcard/misc.img
Click to expand...
Click to collapse
5) copy misc.img from the root of the sdcard to your computer //Copy So as to preserv a backup of misc.img on the SD card//
6) open the misc.img in the HeX editor
7) now edit the version line from somthing like
1.22.531.8
Click to expand...
Click to collapse
This will be whatever the version you are on currently
to
1.19.531.1
Click to expand...
Click to collapse
This can/will be whatever the version of the rom you are trying to downgrade too
8) now save as miscnew.img
Here is what your miscnew.img should look like in HeX editor
{
"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"
}
9) copy miscnew.img to sdcard
10) unmount usb storage
11) in ADB shell run command
dd if=/sdcard/miscnew.img of=/dev/block/mmcblk0p17
Click to expand...
Click to collapse
12) power off phone
11) boot into hboot by holding down vol-dwn + power
13) the phone should then scan the .zip file and ask to flash
14) after flash you will be downgraded SW and Radio
To make this future proof just add the vesion that you want to downgrade too where we are putting "1.19.531.1".
This Can't in any way be used to gain permanant root
I was the guinea pig .
We should attempt something similar to root the device (unless I read it wrong and now I sound like a noob)
Flippy125 said:
We should attempt something similar to root the device (unless I read it wrong and now I sound like a noob)
Click to expand...
Click to collapse
Go for it! Tell us how it turns out.
I wonder if we can use the Desire Z rom?
This in no way will help to perma root. It will alow you to downgrade if htc ads more security or fix an exploit in the future.
eViL D: said:
I wonder if we can use the Desire Z rom?
Click to expand...
Click to collapse
Dunno ..... whats the error when trying to flash the desire Z rom to the G2 while using a goldcard ?
We should attempt something similar to root the device (unless I read it wrong and now I sound like a noob)
Click to expand...
Click to collapse
Already have "root". No it won't "unlock" device that requires turning S-Off which people are already working on.
eViL D: said:
I wonder if we can use the Desire Z rom?
Click to expand...
Click to collapse
I'm with this glad to see you here evil, love your roms on my nexus
What's bad with the OTA update that would make you want to reverse it?
Sent from my T-Mobile G2 using XDA App
eViL D: said:
I wonder if we can use the Desire Z rom?
Click to expand...
Click to collapse
Saids data is to large when I try to load a signed Desire Z img.
This is so any exploits found with the older radio or ROM, can be used. So the OTA is "safe" essentially.
touchpro247 said:
Saids data is to large when I try to load a signed Desire Z img.
Click to expand...
Click to collapse
Need a bigger SPL file? Does this even have an SPL?
Thank you very much for this. Now I can finally have wifi calling without worrying about screwing my chances for perm root! Cheers!
Can we install pc10img 1.12? Or is that not sign?
Sent from my T-Mobile G2 using XDA App
xile6 said:
Can we install pc10img 1.12? Or is that not sign?
Sent from my T-Mobile G2 using XDA App
Click to expand...
Click to collapse
That is not the point for this, the point is we want to downgrade from the new version.
~~Tito~~ said:
That is not the point for this, the point is we want to downgrade from the new version.
Click to expand...
Click to collapse
Yea no crap i know that i was just asking if its possible to downgrade pass that
xile6 said:
Yea no crap i know that i was just asking if its possible to downgrade pass that
Click to expand...
Click to collapse
Hmmm, most likely we could since the process would stay the same. From what I've been reading, and listening, the misc partition has to be read/writable. Which means this will still work.
Indeed, if this could be used to flash an early test build that didn't have the copy-protection, you'd be off to the races...
cmstlist said:
Indeed, if this could be used to flash an early test build that didn't have the copy-protection, you'd be off to the races...
Click to expand...
Click to collapse
Yea that was my idea but the 1.12 isnt sign/ made with test keys. So thats a no go but at lest with this we can always revert to stock
Sent from my T-Mobile G2 using XDA App

[TOOL][KK & LP]Titan Firware & Recovery Flasher

{
"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 FOR THE ONES WHO DON'T WANT TO COPY PASTE OR FASTBOOT FLASH EVERY IMAGE!!
YOU SHOULD HAVE AN UNLOCKED BOOTLOADER!!!!
Hi, I created this Program so that you can unbrick your moto g 2nd gen, or restore it to the stock firmware! Just run the script and it will do every thing for you!
DISCLAIMER
Code:
IM NOT RESPONSIBLE TO ANYTHING THAT HAPPENS TO YOUR PHONE.
I CANNOT ATTEND THE FUNERALS OF YOUR PHONES.
Anyways, xt1068 users can neglect the disclaimer as it has been tested on it.
And xt106x users can also try it, if you have all the firmware files with you. (read on, you'll get it)
INSTRUCTIONS
1.DOWNLOAD THE exe file(LP OR KK)
2.COPY IT INTO THE FOLDER WHERE YOU HAVE EXTRACTED YOUR FIRMWARE
3.RUN THE EXE FILE
4.OPEN README.TXT AND READ IT. THERE'S A LIST OF FILES YOU REQUIRE IN IT.
5.BOOT YOUR PHONE INTO BOOTLOADER MODE, PLUG IT IN AND CONTINUE.
6.SELECT IF YOU WANT TO LOCK BOOTLOADER OR NOT.
7.EXE WILL DO THE TALKING
8.SELECT IF YOU WANT TO FLASH A CUSTOM RECOVERY (CWM/PHILZ)
8.ENJOY!!
NOTE: IF YOU HAVE SELECTED TO LOCK BL AND YOU GET STUCK IN A BOOTLOOP, RUN RunThisIfYourPhoneDoesntBootAfterBLlock.bat as administrator
DOWNLOADS
FIRMARES (I DO NOT own them)
[just try to find your firmware and i recommend downloading it using Advanced Download Manager(android). Keep no. of Download parts to 9 and auto resume on under download section of slidebar.]
Tool under download tab.
CREDITS
To me for the LOGO
HIT THANKS IF I COULD HELP!! ITS FREE OF COST, YOU KNOW
XDA:DevDB Information
[TOOL][KK & LP]Titan Firmware And Recovery Flasher, Tool/Utility for the Moto G 2014
Contributors
Vidhanth
Version Information
Status: Stable
Current Stable Version: 1.0
Stable Release Date: 2015-05-02
Created 2015-05-06
Last Updated 2015-05-06
CHANGES
Reserved
Thanks for your work. This tool work for downgrade lollipop to Kk?
gmpdri said:
Thanks for your work. This tool work for downgrade lollipop to Kk?
Click to expand...
Click to collapse
Will work from anywhere. You can flash this on any rom. The only thing is you should be able to boot into bootloader mode.:thumbup:
Vidhanth said:
Will work from anywhere. You can flash this on any rom. The only thing is you should be able to boot into bootloader mode.:thumbup:
Click to expand...
Click to collapse
Hi i have locked bootloader, can i use this for downgrade from Lollipop at kitkat or i will fist unlock bootloader? Thanks
realshaoran said:
Hi i have locked bootloader, can i use this for downgrade from Lollipop at kitkat or i will fist unlock bootloader? Thanks
Click to expand...
Click to collapse
I'm not sure is you should have an unlocked bootloader for this. Anyways, I guess it should work. You can try.
I don't have never unlock the bootloader, my moto g is All stock...
realshaoran said:
Hi i have locked bootloader, can i use this for downgrade from Lollipop at kitkat or i will fist unlock bootloader? Thanks
Click to expand...
Click to collapse
you will need a unlocked boot loader
reefuge said:
you will need a unlocked boot loader
Click to expand...
Click to collapse
Oh... Well, thanks you.
you sure you tried this ?
i just downloaded RETAILDSDSALL_XT1068_5.0.2_LXB22.46-28_cid7_CFC.xml this has 5 system.img_sparsechunk files and this script only flashes 4 ! would it not cause bootloop
Mirror to the firmware RETAILDSDSALL_XT1068_5.0.2_LXB22.46-28_cid7_CFC.xml : https://drive.google.com/file/d/0B4wmYm0bnkUAczZOckpBQkhuSms/view?usp=sharing
This is for XT1068 working ,flashed over soaktest. (used manual script)
I think it's obvious that the OP was refering to flashing stock Kit Kat firmware. After all the thread was started a couple of days ago, and the lollipop firmware was uploaded 6-7 hours ago.
notanoob said:
you sure you tried this ?
i just downloaded RETAILDSDSALL_XT1068_5.0.2_LXB22.46-28_cid7_CFC.xml this has 5 system.img_sparsechunk files and this script only flashes 4 ! would it not cause bootloop
Mirror to the firmware RETAILDSDSALL_XT1068_5.0.2_LXB22.46-28_cid7_CFC.xml : https://drive.google.com/file/d/0B4wmYm0bnkUAczZOckpBQkhuSms/view?usp=sharing
This is for XT1068 working ,flashed over soaktest. (used manual script)
Click to expand...
Click to collapse
Ok, I'll add a script for flashing lollipop firmware also. And will also update the OP.:thumbup:
And thanks for informing.
What is this 5.0.2 image?
It's user made or is the official image from motorola? @Vidhanth
Hey man, i'd loved this post.
Thank you for your efforts taking this possible, i just wanna ask you if you could upload this file "RETBR_XT1068_5.0.2_LXB22.46-28_cid12_CFC.xml.zip" into a best cloud storage service like dropbox or megaupload.. . it just because i tried download it 3 times =\ and it fail, stuck on 60% at 30kbps
Also could you provide the Md5 of this file please?
raz0r1991 said:
Hey man, i'd loved this post.
Thank you for your efforts taking this possible, i just wanna ask you if you could upload this file "RETBR_XT1068_5.0.2_LXB22.46-28_cid12_CFC.xml.zip" into a best cloud storage service like dropbox or megaupload.. . it just because i tried download it 3 times =\ and it fail, stuck on 60% at 30kbps
Also could you provide the Md5 of this file please?
Click to expand...
Click to collapse
Ok, so is the file on file factory? If yes, I have the secret to download that file from file factory.
Download Advanced Download Manager from the Play Store.
Under download settings, change all preferences like in the screenshot.
Then start the download and keep it downloading overnight.( only because that's the time we have the most patience)
Wake up, and you'll have the file downloaded!
Just for make sure, i need to unlock my bootloader and install TWRP recovery?
I've found TWRP 2.8.4.0 for titan, should it work?
raz0r1991 said:
Just for make sure, i need to unlock my bootloader and install TWRP recovery?
I've found TWRP 2.8.4.0 for titan, should it work?
Click to expand...
Click to collapse
Maybe unlocking bootloader is necessary but twrp is not necessary. And that's for sure:thumbup:
Updating op with serious info. Pls do read.
Update: Done. Updated op
I read the OP again, but could not see any change, what did you have fixed?
raz0r1991 said:
I read the OP again, but could not see any change, what did you have fixed?
Click to expand...
Click to collapse
Only mentioned that the bootloader has to be unlocked

[STOCK] H815 10C STOCK ROM + KDZ [system + boot + modem + bootloader]

{
"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"
}
These are for the H815 variant only. Files are from software version 10C.
Included below: TWRP-flashable stock rom, boot, modem and bootloader zips. KDZ is also included.​
Requirements:
You must have TWRP 2.8.7+ installed to use these files. Thanks to Dees_Troy as always for that. And, of course, you must have your bootloader unlocked for TWRP to work. Please do not ask if "model x" is supported... did you unlock via LG's official unlock tool? Yes? then you can use it. No? then you can't.
*note*
the original KDZ file was named 10B but build.prop shows 10C... therefore I am going with the 10C name for now.
ro.lge.swversion=H81510c
ro.lge.swversion_short=V10c
ro.lge.swversion_shortdate=V10c_11-JUN-2015
ro.lge.factoryversion=LGH815AT-00-V10c-GLOBAL-COM-JUN-11-2015+0
Downloads:
ROM:
LG-H81510C-Flashable.System.Boot.zip
100% stock untouched system/rom and stock boot.img (kernel + dtb + ramdisk).
Not going to upload a rooted image this time... just a waste of space. Easier to just flash stock/untouched rom then flash the SuperSU zip from Chainfire... or just let TWRP root it (when you go to reset to system, if TWRP detects no root it will ask if you want TWRP to root you).
Latest SuperSu zip can always be downloaded here - download.chainfire.eu/supersu
Thanks as always to Chainfire for maintaining SuperSU!
Extras:
TWRP-Flashable stock extras. If you ever need to restore the modem, boot or bootloader.. these are the files that make it easy.
LG-H81510C-Flashable.Modem.zip
This is a flashable stock 10C modem.
LG-H81510C-Flashable.Boot.zip
This is a flashable stock 10C boot.img. Boot.img contains kernel + dtb + ramdisk.
LG-H81510C-Flashable.Bootloader.zip (updated link!)
This is a flashable stock 10C bootloader. It contains aboot, factory, hyp, laf, pmic, raw_resources, rpm, sbl1, sdi, sec and tz.
Also, KDZ + all stock images for 10C are available here (minus system)
CODEFIRE DIRECTORY
#TEAMCODEFIRE
Click to expand...
Click to collapse
y u quote OP?
Yeah! Nice work!
Envoyé de mon LG-H815 en utilisant Tapatalk
Did I tell you today how much I love you?
Omg!! Thanks in advance!! I have just updated from twrp 2.8.6.1 to 2.8.7.0
Enviado desde mi LG-H815 mediante Tapatalk
OK fixed zips are up. Just use the newest 2.8.7 official TWRP and all good to go.
Will get around to making a proper (and safe) bootloader zip at some point today. Not really needed right this second... system/boot/modem should keep y'all entertained for now.
So, with this i can block again the bootloader ?
Th3PorTuGa said:
So, with this i can block again the bootloader ?
Click to expand...
Click to collapse
if by block you mean "re-lock".. then no. it can return you to stock.. but as LG explained on their unlock page... you cannot relock.
Oh, ok thanks....
Thanks.... Very stupid question. Just flash the zip via TWRP. Wipe cache.... And I am updated to B?
Ok thanks. All is ok.
Scroll and tap seems to be really better.
But one question, have we got a changelog for this update?
Thanks @autoprime was easy as pie to install on rooted EU model (NL) so far feels snappy as hell, typing (SwiftKey) goes better than it did, will keep an eye on everything tomorrow!
Thanks @autoprime! Flashed this and it's working perfectly
Hello everybody,
I have one question. For complete convert from 10a to 10c I must flash all zips?
First system, second modem and last step is bootloader flash?
Thank you for answer
Have a nice day for all
Thanks!!!
Work great
49172 antutu
Hoffmanns said:
Hello everybody,
I have one question. For complete convert from 10a to 10c I must flash all zips?
First system, second modem and last step is bootloader flash?
Click to expand...
Click to collapse
Flashing the main zip will do, the other zips are for troubleshooting/problem purposes :good:
Hey guys , i just got my g4 yesterday , i was wondering if 10c is fixing the tap issue , and are you guys feeling a difference from 10a
Thanks
( about to unlock that monster )
Edit : thanks @autoprime for the hard work you put here
Higuys,
I have tried updating both from twrpand from kdz file but I am still getting 10b as build number.
What am I doind wrong?
Thanks
@gazouille : You have a carrier variants ? Or your G4 is unlocked ?
Dougi said:
Hey guys , i just got my g4 yesterday , i was wondering if 10c is fixing the tap issue , and are you guys feeling a difference from 10a
Thanks
Click to expand...
Click to collapse
Well at first I thought there was a real difference, and maybe SwiftKey is just creating a mess, but feels mostly like before. Switching back to Google Keyboard.
baptiste28 said:
@gazouille : You have a carrier variants ? Or your G4 is unlocked ?
Click to expand...
Click to collapse
unlocked one ! why ?

[7.0] [ROM] Android N Official Preview 1

Screenies
{
"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"
}
you can sign beta from here: https://www.google.com/android/beta
Link: http://storage.googleapis.com/andro...review/seed_l8150-npc56p-preview-82472ebc.tgz
hi @nhmanas, can I flash this tgz rom on i-mobile IQ II?
tom1491 said:
hi @nhmanas, can I flash this tgz rom on i-mobile IQ II?
Click to expand...
Click to collapse
Maybe OEM partition is not compatible. But give it a try. If it gives error then flash gm4g's OEM partition i guess..
It works!
nhmanas said:
Maybe OEM partition is not compatible. But give it a try. If it gives error then flash gm4g's OEM partition i guess..
Click to expand...
Click to collapse
Thanks!
By the way, I downloaded the factory images and have already flashed them on my i-mobile IQ II. It worked!
I think any 2nd gen Android devices with codename 'seed' and a snapdragon 410 chip can be flashed with GM 4G's factory images.
and... Facebook and Messenger is no yet working so I switched back to CM13 again it's a nice OS though
Wew, thanks its working on All
:good:
tom1491 said:
Thanks!
By the way, I downloaded the factory images and have already flashed them on my i-mobile IQ II. It worked!
I think any 2nd gen Android devices with codename 'seed' and a snapdragon 410 chip can be flashed with GM 4G's factory images.
Click to expand...
Click to collapse
Can I use this on Moto G 2015, if so how to flash the file?
I can confirm, it works on IQ-II too.
But the /system file-system has changed from ext4 to squashfs which is ro by default and can't be remounted.
TWRP is useless, since it has no squashfs support, so it won't detect the system partition.
Any ideas how to mount or extract such partitions?
Ok, got it.
DHRbolai said:
:good:
Can I use this on Moto G 2015, if so how to flash the file?
Click to expand...
Click to collapse
You're in android one second generation forum. No other device (except wileyfox swift) can use our roms.
__________________
Edit: I know we can use crackling roms but can they use ours?
Please make someone dump /system for wileyfox swift.
Volidol said:
Please make someone dump /system for wileyfox swift.
Click to expand...
Click to collapse
Need to find a method to root the device first.
No root, no dump..
vel_tins said:
Need to find a method to root the device first.
No root, no dump..
Click to expand...
Click to collapse
Android N root:
http://forum.xda-developers.com/apps/supersu/wip-android-n-preview-t3335726
Volidol said:
Android N root:
http://forum.xda-developers.com/apps/supersu/wip-android-n-preview-t3335726
Click to expand...
Click to collapse
doesn't work for Android One
vel_tins said:
doesn't work for Android One
Click to expand...
Click to collapse
when the root come, you can make a dump?
Volidol said:
when the root come, you can make a dump?
Click to expand...
Click to collapse
You need a dump for what?
Just use the system.img from the official rom
vel_tins said:
You need a dump for what?
Click to expand...
Click to collapse
system.img from official rom doesn't mount and I can't install rom from twrp. I want change file-system to ext4 and flash it.
sorry for my english
Volidol said:
system.img from official rom doesn't mount and I can't install rom from twrp. I want change file-system to ext4 and flash it.
Click to expand...
Click to collapse
system.img is a squashfs file system and a dump won't change that.
Volidol said:
Please make someone dump /system for wileyfox swift.
Click to expand...
Click to collapse
http://forum.xda-developers.com/wil...oid-n-developer-preview-t3334439/post65865252
[/COLOR]
mermigas said:
http://forum.xda-developers.com/wil...oid-n-developer-preview-t3334439/post65865252
Click to expand...
Click to collapse
I installed Android N DP1. It works. Only one or two bugs sorted then I'll use it as my daily driver on my Swift
This is a file of 1.11 GB. How do I flash this?

Question Updates fail at 59%

I am trying to update my OP11. I follow the guide and what it says to do but my updates still fail at 59%. Anyone have any idea how to update it easy? I don't feel like rerooting it every update.
cabagekiller said:
I am trying to update my OP11. I follow the guide and what it says to do but my updates still fail at 59%. Anyone have any idea how to update it easy? I don't feel like rerooting it every update.
Click to expand...
Click to collapse
Update with Magisk installed? Did you restore the stock boot.img before updating?
WoKoschekk said:
Update with Magisk installed? Did you restore the stock boot.img before updating?
Click to expand...
Click to collapse
Yes I did. I don't reboot the device when I do it do I?
cabagekiller said:
Yes I did. I don't reboot the device when I do it do I?
Click to expand...
Click to collapse
No, do not reboot. But grab some logs from logcat and dmesg (kernel log) after update process fails. You just need the last lines when you grab it right after the error message.
1. Start update process
2. As soon as it fails open a terminal app and execute
Code:
logcat > /sdcard/logcat.txt
dmesg > /sdcard/kernel.txt
3. Find the logs in your intenal storage and have a look at the last lines of it.
You need to execute those commands as root (su).
cabagekiller said:
I am trying to update my OP11. I follow the guide and what it says to do but my updates still fail at 59%. Anyone have any idea how to update it easy? I don't feel like rerooting it every update.
Click to expand...
Click to collapse
you download stable full package in oxygen updater than flash with local updater apk.
sefai77 said:
you download stable full package in oxygen updater than flash with local updater apk.
Click to expand...
Click to collapse
Us have no full pack
ChrisFeiveel84 said:
Us have no full pack
Click to expand...
Click to collapse
But the updated firmware images on your device. Extract and upload them for other users, so they could be flashed on their devices to the inactive slot via fastboot. To know which partitions are needed you could extract a payload.bin of a full rom OTA update in other countries.
WoKoschekk said:
But the updated firmware images on your device. Extract and upload them for other users, so they could be flashed on their devices to the inactive slot via fastboot. To know which partitions are needed you could extract a payload.bin of a full rom OTA update in other countries.
Click to expand...
Click to collapse
Will Not work he have an usa model and the usa inrcemantal Update will fail when he have eu full rom on his phone
ChrisFeiveel84 said:
Will Not work he have an usa model and the usa inrcemantal Update will fail when he have eu full rom on his phone
Click to expand...
Click to collapse
I guess, there should be at least one user in the OP 11 forum here at XDA with a successful installed OTA update for US region. On this device you have the fully updated entire firmware images, that can be copied, uploaded and flashed on all the other devices that are not able to load the incremental OTA update due to root.
I was shown this picture,, what does this issue?
{
"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"
}
IronSkillet said:
I was shown this picture,, what does this issue?
View attachment 5866531
Click to expand...
Click to collapse
in the photo it looks like it couldn't download otas if you look at this (that's not a real rom name)
or an extra rom that is not intended for everyone " don't take it too seriously ")
How would he get rid of the problem?
This guy insisted the phone is broken..
I just want to point out a solution for the issue
IronSkillet said:
How would he get rid of the problem?
This guy insisted the phone is broken..
I just want to point out a solution for the issue
Click to expand...
Click to collapse
Is this a china op11 with oos on it ?
Yes, I guess he also had A_07 when he received the phone
I had used OxygenUpdater and it had no issues going A_08 ,
IronSkillet said:
Yes,
Click to expand...
Click to collapse
Than you have to download the rom and flash it over fastbootd and than flash the cos image back (only oplusstanvbk.img needed from cos 13 a10 build)
Ok,. Do you know a reputable community member who could do this process for him via remote support?
IronSkillet said:
Ok,. Do you know a reputable community member who could do this process for him via remote support?
Click to expand...
Click to collapse
Youtube video
Is easy to flash a phone with fbe and fasbootd and than flash thr the image from coloros oplusstanvbk.img
To the oplusstanvbk partition and reboot
He somehow doesn't want to make any effort in understanding the phone...
Anyone who can do this for him?
IronSkillet said:
He somehow doesn't want to make any effort in understanding the phone...
Anyone who can do this for him?
Click to expand...
Click to collapse
This he have to make for all Updates

Categories

Resources