[ROM][NIGHTLY] Unofficial Firefox OS Nightly Build 2012-08-26 01:37:32 - Nexus S Android Development

Introduction
Welcome to the Unofficial Firefox OS, Boot to Gecko(B2G), Nightlies for the Nexus S
The build is compiled from the latest B2G repos using the build scripts on mac.
Notes
This build is Unofficial work, not related to B2G nightlies. Please do not report bugs to B2G team for anything that is provided as part of this thread.
Use this at your own risk. I will not be accountable if this causes you phone to fail, or you lose your data. The backup of your data is your responsibility.
B2G rom image erases /data and /cache partitions, so, you should backup /system and /data with CWM backup menu. After you flash B2G, you cannot recovery your android user data if you don't backup.
You can not burn Firefox OS ROM by Clockwork Mod Recovery, burn it by fastboot command yet. If anyone help me to make update.zip, help contact me.
Thank you.
Requirement
Unlocked Nexus S
fastboot command for *nix or mac
[Option] CWM Recovery for backup/restore Android OS
Download ROM
firefoxos-crespo-20120905-010423.zip
firefoxos-crespo-20120901-210716.zip
firefoxos-crespo-20120826-013732.zip
firefoxos-crespo-20120813-041917.zip
firefoxos-crespo-20120804-001307.zip
Install Firefox OS
Turn off the device
Press VOL UP and POWER to launch fast boot mode
Run flash.sh on *nix command line
Work:
Call and receive telephone
Connect WiFi and 3G Network
Run the B2G applications
Not work:
Launch camera
Auto correct date/time
i18n localization
And, many many functions
Screen shots:
{
"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"
}
Links:
Building and installing Boot to Gecko | Mozilla Developer Network

At last downloading now
Sent from my Nexus S using xda app-developers app

Most happy to see this
Gonna try it soon
Thanks alot !!

Can you make it CWM flashable?

waiting flashable

nice working ok so far

Thank you so much for sharing your work.
In download..... :thumbup::what:
Inviato dal mio Crespo

Looks pretty neat!
Sent from my Nexus S using Codename Android Jelly Bean

Any way to get it as a flashable zip ? :\

Is it really so hard to follow the instructions? fastboot really isn't that hard to cope with
Sent from my Nexus S using xda premium

If you guys really want to try out Boot 2 Gecko, go to Nexus S General section and search for B2G thread, where a user named Moriarty compiled flash able B2G rom.
Sent from my Nexus S using Tapatalk

Wow wow
Sent from my Nexus S using XDA Premium App

Can't you share atleast a CWM backup of the rom ?. so it'll be easier to get the os on to the device .
Thanks.

arlyanagi, have you ever had bootloop problems? Have you done some modifies in Kernel therms?

interesting OS. can't do much with it for now. Looking forward to mozilla making progress on it, however.

looks promising enough,,, please can u state how to install through fastboot on windows... I mean the exact command lines.

shb66 said:
looks promising enough,,, please can u state how to install through fastboot on windows... I mean the exact command lines.
Click to expand...
Click to collapse
[windows] download the zip. inside you will find 4 .img files. place them in the same directory as your fastboot.exe
Code:
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash userdata userdata.img

holtenc said:
[windows] download the zip. inside you will find 4 .img files. place them in the same directory as your fastboot.exe
Code:
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash userdata userdata.img
Click to expand...
Click to collapse
Thanks for the prompt reply.....will try it today...

... Can u post changelog along with every new nightly link.

Man i cant wait until this is stable.
Good work so far!

Related

[TOOL][FASTBOOT] QuikIMG - A frontend for fastboot [0.2 beta][22 Mar]

QuikIMG
A small tool I made to flash .img files through fastboot easily and quickly, without the need to type in commands manually. Originally I only made it for personal use but I decided to release it here. Someone might find this useful.
Q: FlashTool has this feature. Why bother?
A: Just because I can. Use whichever you prefer.
Screenshots
{
"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"
}
Requirements
Unlocked bootloader.
A USB cable.
Fastboot already working.
Windows.
Release Notes
0.2 beta (22 Mar)
List is refreshable.
MD5 hash of selected file.
Ability to boot (without flashing) a kernel.
UI changes.
0.1 beta (17 Mar)
Initial release.
Downloads
QuikIMG-0.2-beta.zip (1.66 MB)
Instructions
Extract the contents anywhere you like.
Place .img files inside /QuikIMG/images.
Start QuikIMG.
Choose .img file.
Choose desired partition.
Click "Flash"
Wait for it to flash and then you're done.
Known Issues
Shell output doesn't update in real time. Seems to be an issue with fastboot.exe.
File filtering currently not implemented. You can put any file in the "images" folder and have fastboot flash it. Please be careful.
Planned Features
Ability to individually flash an .img file anywhere on your PC.
Configurable images directory.
Disclaimer
This beta software is to be used only by advanced users who know what they're doing. I hold no responsibility for damaged/bricked/exploded devices. I do not own the included md5sums executable as it is only used to complete a feature in the software.
If you have any suggestions or found a bug, post it here and I'll see what I can do. Hit 'Thanks' if this tool helped you.
Awesome!!
Thank you!
Awesome x2!!!
sent from my digital typewriter
awesome x3 this is cool thanks a lot
Awesome.... !! Best tool...
Thanks for this, became tedious renaming each kernel to boot.img
Sent from my LT18i using Tapatalk
dinesh690 said:
Thanks for this, became tedious renaming each kernel to boot.img
Sent from my LT18i using Tapatalk
Click to expand...
Click to collapse
Actually, you didn't have to rename them.
Code:
fastboot flash boot <file name>.img
THANKS a lot!!!!!
doomed151 said:
Actually, you didn't have to rename them.
Code:
fastboot flash boot <file name>.img
Click to expand...
Click to collapse
You can also open the CMD in the fastboot directory, type:
Code:
fastboot flash boot
Then drag the .img from your download folder to the CMD window and it will enter the full path for you (with quotes if required).
Doomed: Thank you for this useful tool. Please could you show the MD5 hash for the selected image?
isangelous said:
Doomed: Thank you for this useful tool. Please could you show the MD5 hash for the selected image?
Click to expand...
Click to collapse
Like this?
doomed151 said:
Like this?
Click to expand...
Click to collapse
"Win" for fastboot flash boot some strange kernel.img
Thanks doomed
Sent from my MT15i using Tapatalk
Nice tool, thanks for the great job.
Well That was the first time I had system.img flashed to my Phone.. My fastboot had that Waiting for Device issue and I tried my best but couldnt resolve it..
But this application did it for me...
Btw.. I had one issue flashing userdata.img.. I cant make a log but it showed some "1 Black had bad sector".. dont know what could that mean...
Great simple but very useful app.
Sent from my LT15i using xda premium
doomed151 said:
Like this?
Click to expand...
Click to collapse
That would be perfect
this is great for people like me who find it hard to use command things, thank you
wont let me drag img file
hello can you help i drag my img kernel in the box but it doesn't show in the box. what am i missing?
my phone shows it is "connected".
thanks.
primod808 said:
hello can you help i drag my img kernel in the box but it doesn't show in the box. what am i missing?
my phone shows it is "connected".
thanks.
Click to expand...
Click to collapse
Dragging doesn't work. You must put the .img file into /QuikIMG/images/ folder.
doomed151 said:
Dragging doesn't work. You must put the .img file into /QuikIMG/images/ folder.
Click to expand...
Click to collapse
Thanks for the reply flashing now
QuikIMG 0.2 beta released.

[Guide]HTC Salsa Recovery Programs

​
The current working Recovery systems are as follows.....
I actually got bored this evening and flashed every known recovery setup i could find lol...believe me there's a lot of them lol!
These are for everyone but use with caution.
I will of course add any working recovery programs available to us up asap. I am aware of a few 5.0.2.7 CWM but i yet to find a working one. 5.0.2.8 as far as i know doesn't work, the copy found in these boards is a port and isn't reliable.
RaidZero Recovery 2.1.4
{
"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 recovery is nice to use, quick and smooth, but by using this, you cannot backup ext2/3/4 (sd-ext)
It backs up everything else nicely and smaller than CWM.
ClockWorkMod 5.0.2.6
This is the Normal Recovery Program that we all use.
Now Installation of these is easy.
Now everyone should by now if there here looking at this, be able to get to bootloader..! (I hope anyway)
If not follow these steps
1-Take battery out
2- Insert battery
3-Hold the volume down key and press the power button at the same time.​
now Hboot menu will appear, wait for it to do its check etc.
4-Select fastbootmode​Now you need you PC Cable plugged into the fone and PC, i am also assuming by reading this you already have adb cmds setup and know the basics of using them. For those that don't please search the appropriate threads in these sections for those details.
5-Open the DOS cmd window in Windows and get to your adb folder.​
Example (c:/android-sdk/platform-tools)
you will need the recovery.img file which will be listed below this thread for download, place into the c:/android-sdk/platform-tools folder. Unzip the files which contain recovery.img into the c:/android-sdk/platform-tools using winrar/winzip program.
6- using this cmd > fastboot flash recovery recovery.img (copy and paste into the cmd window)​
it will now flash the recovery.
once done, unplug your cable from the phone and select bootloader option.
now wait till it searches again, and then scroll down and seldet recovery.
These recoverys are designed buy users for users, raidzero recovery does not have any support any-more, CWM for us isn't official either, but both work!
By undertaking these steps i hold no responsibility to damage of any-kind to your phone, not that anything will happen!
RaidZero recovery Download >http://www.mediafire.com/download.php?9jcaoz7awnbwaqg
CWM 5.0.2.6 Recovery Download >http://www.mediafire.com/download.php?2lhvwec445w1r6q
All credits go to there respected owners! nothing was created by me...im just passing this excellent information across
Which is the latest stable version of CWM for the Salsa?
theschneidi said:
Which is the latest stable version of CWM for the Salsa?
Click to expand...
Click to collapse
5.0.2.6 is the only working CWM recovery
BigBearEvo said:
5.0.2.6 is the only working CWM recovery
Click to expand...
Click to collapse
Nice guide. Updated mine to 5.0.2.6 {Finally}. Isnt there any scope to get touch recovery? I can experiment, but only if my recovery can be flashed to normal using cmd. WFS has Touch TWRP and CWM touch- http://forum.xda-developers.com/showthread.php?t=2063849 and http://forum.xda-developers.com/showthread.php?t=1761799
vigoos said:
Nice guide. Updated mine to 5.0.2.6 {Finally}. Isnt there any scope to get touch recovery? I can experiment, but only if my recovery can be flashed to normal using cmd. WFS has Touch TWRP and CWM touch- http://forum.xda-developers.com/showthread.php?t=2063849 and http://forum.xda-developers.com/showthread.php?t=1761799
Click to expand...
Click to collapse
i know they do and yes ive tried them...also had a dev see if it can be ported but it didn't work
CWM 6.0.5.0 for Salsa
BigBearEvo said:
i know they do and yes ive tried them...also had a dev see if it can be ported but it didn't work
Click to expand...
Click to collapse
I was going through the Salsa Dev forum, and this is the latest CWM available as of now. I tried going to link provided in the post, but it is a github repo and I don't know how to build the recovery using this repo. Can you please help me here?
I am planning to install CM11 ROM from here once I done installing with CWM 6.0.5.0.
I tried posting in the thread itself, but I cannot post in any development thread as I am new to this forum.
Aakash_India said:
I was going through the Salsa Dev forum, and this is the latest CWM available as of now. I tried going to link provided in the post, but it is a github repo and I don't know how to build the recovery using this repo. Can you please help me here?
Click to expand...
Click to collapse
Ok. Found the recovery-image.
Aakash_India said:
I am planning to install CM11 ROM from here once I done installing with CWM 6.0.5.0.
installed the KitKat as well. Will test for a few days.
Click to expand...
Click to collapse
Click to expand...
Click to collapse

[HOW TO] Get Android 4.2 Beta On Your Nexus 4

Hello guys, while trying to change partition layout of our nexus 4, i ended up finding how to get android 4.2 beta on your device;
1st Post - Tutorial(about the rom will be 2nd post)
TUTORIAL(about the rom & ss, 2nd post)
1st: Download these files:
https://dl.google.com/dl/android/aosp/occam-jdq39-factory-345dc199.tgz (Factory Image of 4.2.2)
https://mega.co.nz/#!BA9HXAyJ!O2YFME-Wm_l6KXynWOxCYGztwuBq6u9fV4caMWtc5ls (Nexus 4 TOT file, dont worry we will not flash this on LGPST)
http://forum.xda-developers.com/attachment.php?attachmentid=2387139&d=1384231255 (LG Firmware Extractor, to extract the .tot)
Fastboot and Adb already configured will be needed(i will not explain how to do this).
2nd: Install Factory Image
-just extract the .zip, and run flash-all.sh(or .bat if you using windows)
3rd:Extract the .TOT
-first, extract BinExtractor zip into the same folder as the .tot
-go to the location where bin extractor and the LGE960 .tot is(it must be the same)(ps: i use c:\ to be more easy to use the files).
-rename the .tot to a.bin
-open cmd as admin and type BinExtractor -extract a.bin
-it will say a warning about not finding magical number, just type "y"(without quotes) and press enter.
-then it will crash(if not skip), to fix the crash, right click BinExtractor.exe,go to compability and use Windows XP SP3
- if has crashed do again the command BinExtractor -extract a.bin, type y and press enter again.
-now you will see another warning, type y again and press enter, and wait until it finishes
4th:Installing the new System
- turn off your phone, and turn on as fastboot mode(vol down and power)
-open cmd where the fastboot folder is located and type fastboot erase system and press enter
- on that cmd, after it finishes type fastboot flash system <path\to\17-System.img\that\will\be\in\the\same\folder\as\a.bin>
- when it finishes, you just need to reboot and wait untill it finishes loading
Thanks(no order)
@xonar_ :for BinExtractor
@Gigadroid :for unbrick thread
@foil :for Tot File
Well Lets GO:
LockScreen(NO LOCKSCREEN WIDGETS,and clock in right instead of middle, also no lock ring):
{
"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"
}
HomeScreen(nothing different for me, comes with aosp browser on home screen, but also comes with chrome, u will se later)
AppDrawerit comes with chrome also, and some weird app called LocMgrFT 1.4)
Camera(No Photosphere LOL):
Weird App(LocMgrFT 1.4):
Google Now as Just Google Search(yeah, no google now really):
About The Phone(System Updates dosent work, it dont find any)
Dev Options(Some Options That i didnt saw on official 4.2.2, like simulate second display and bug report):
-----------------------------------------------------------------------
The rom is stable, sometimes launcher crashes but its rare.
It uses less 20mb of ram the normal 4.2 & 4.2.2
some buttons are slightly changed from official 4.2
on about the phone you see that the kernel is from 2013 but that is because we are using 4.2.2 one(remember, after factory reset we only flashes system.img not boot.img)
whats the point? We have stable 4.2 (which is old) and we are on 4.4.
Maurice5813 said:
whats the point? We have stable 4.2 (which is old) and we are on 4.4.
Click to expand...
Click to collapse
its not to use as daily driver, but its cool, to see how 4.2 was before release. and any aplication(except for benchmark) uses any of the api additions of 4.3 or 4.4 so yeah.
also 4.4 system ui is laggy.
opssemnik said:
its not to use as daily driver, but its cool, to see how 4.2 was before release. and any aplication(except for benchmark) uses any of the api additions of 4.3 or 4.4 so yeah.
also 4.4 system ui is laggy.
Click to expand...
Click to collapse
nah 4.4 is all stable
Maurice5813 said:
nah 4.4 is all stable
Click to expand...
Click to collapse
nah², you need to use art and break alot of apps to make it fast as 4.3.
now stop being off topic or i report.
Thanks.. But pointless. 4.4.2 is as solid as a rock.
Sent from my Nexus 4 using xda app-developers app
Crisisx1 said:
Thanks.. But pointless. 4.4.2 is as solid as a rock.
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
where did i say this is to be used as daily driver? this is just curiosity, if was to be used for testing and release i would put on android development section.
pointless
Sent from my Nexus 4 using Tapatalk
What year are we in??????
I thought we were flashing 4.4???
Sent from my Nexus 4 using Tapatalk
Well I think it's pretty neat to be able to use a beta just to see what it's was like
Sent from my Nexus 4 using xda premium
Noobs don't get what you are doing. It's not to flash. It's a legacy of 4.2 as a work in progress. What's so hard to understand? Thanks for posting
Sent by reversed alian technology.
thx for response of the guy who understood the propose of this tutorial.
for the rest of ppl. troll fail detected. if was to be used as daily material i would had put on android dev section.
gg.
Android 4.2 beta
Back to school.....really?
Thanks for sharing! I love having stuff like this to play with when I'm bored and I feel like tinkering. It's also something I love having in my factory image collection. I still have factory roms from all my past devices because I never know when I'll feel like playing around with one some time.

[TUT] Flashing CWM Recovery in Linux

Before I go on, I'd like to say THANKS to @MaDaLiNoSt and @Ezzam_Itachi for and all others for helping me in my "tragic" incident about me not going to Recovery Mode and stuck in Linux.
So here we go.
Before we start, You'll need
1. Heimdall for Linux
2. CWMR from thewhisp
3. A S6500/D/L/T Phone
4. USB Cable
~PREPARE YOUR PC~
Firstly, prepare your Linux PC by installing Heimdall (which is easy to install by Googling).
Secondly, download thewhisp's CWMR, preferably the cwm-6.0.3.2-jena-build-2.tar because the 6.0.3.3 don't work when I tried flashing that.
Thirdly, you are gonna extract the CWMR file and put it on your Desktop for easy reference.
~PREPARE YOUR PHONE~
Firstly, go to Download/Odin Mode (Press buttons, Home + Vol Up + Vol Down)
Secondly, when you are in Download/Odin Mode already, press Vol Up and plug in your device to your computer.
~Flashy Time~
Firstly, on your computer, copy the path of the recovery.img that you saved in your Dekstop. (SHOWN IN PICTURE)
{
"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"
}
Secondly, start up your terminal and then type in sudo heimdall flash --RECOVERY
"paste file path" (SHOWN IN PICTURE)
Once you right click and paste, it will do its thing. Leave like that and when its ALMOST DONE, hold down your home button and both vol buttons in order to go to recovery and to prevent from being like me previously when i cant go to recovery )
Reserved
Sent from my MI 3W using XDA Free mobile app
Good think you have revived from bootloop ..:victory::good:
If you can't flash cwm 6.0.3.3 from linux, use my attached file, and then flash it from phone, to update recovery and enjoy new features.
Ported to jena by @TheWhisp
MaDaLiNoSt said:
If you can't flash cwm 6.0.3.3 from linux, use my attached file, and then flash it from phone, to update recovery and enjoy new features.
Ported to jena by @TheWhisp
Click to expand...
Click to collapse
What feature did you add ??
Ezzam_Itachi said:
What feature did you add ??
Click to expand...
Click to collapse
I didn't add anything.
You will get advanced restore feature.
MaDaLiNoSt said:
I didn't add anything.
You will get advanced restore feature.
Click to expand...
Click to collapse
But even if you were to flash your cwm version 6.0.3.3, we'd still be updating to 6.0.4.7 WHICH also has Advanced Restore.
Sent from my GT-S6500 using XDA Free mobile app
TiTAN-O-One said:
But even if you were to flash your cwm version 6.0.3.3, we'd still be updating to 6.0.4.7 WHICH also has Advanced Restore.
Sent from my GT-S6500 using XDA Free mobile app
Click to expand...
Click to collapse
Ok, I can't select the best recovery for you...BUT 6.0.4.7, is unstable, heavy, loading commands slowly, have lag. If you want those ,,features,, just flash 6.0.4.7
Links for people as lazy as I am
I don't really like to google for stuff that should be already linked here. It's jsut my taste!
thewhisp home at Goo.IM
The recovery tarball mentioned in OP
All-in-One Samsung Galaxy Mini 2 (GT-S6500/D/T/L) Guide
I hope this helps someone.

Unofficial TWRP recovery for Huawei Y6 SCL-L02

Hi guys,
After searching high and low for a custom recovery for my phone the Huawei Y6 all I could find was a chinese cwm.
So I thought to myself "here's an opportunity to start building twrp" and now here it is.
TWRP 2.8.7.0 built using Huawei kernel source, Cyanogenmod 12.1 source and Omnirom bootable recovery source.
Everything works so far including mtp, adb, backup, restore, zip flash etc.
{
"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"
}
Here is my kernel source and device config for those interested.
https://github.com/DestructoSphere/android_kernel_huawei_msm8909
https://github.com/DestructoSphere/android_device_huawei_y6twrp
1, Unpack zip archive DO NOT try to flash it.
2, Flash unpacked twrp.img with your preferred method (I test using fastboot boot twrp.img then when confirmed fastboot flash recovery twrp.img)
Thanks to:
Teamwin and Omnirom for the twrp source
Cyanogenmod for the cm 12.1 source
Huawei for the kernel source
Will this work on SCL-L01?
Sent from my GT-I5500 using XDA Free mobile app
Good work!
But it doesn't work with SCL-L21: no touch!
nicolap8 said:
Good work!
But it doesn't work with SCL-L21: no touch!
Click to expand...
Click to collapse
Can you upload your stock recovery and post the output of
Code:
cat /proc/app_info
Costiin said:
Will this work on SCL-L01?
Sent from my GT-I5500 using XDA Free mobile app
Click to expand...
Click to collapse
Give it a go and let me know if you have any problems
this recovery works for SCL-L03?
DestructoSphere said:
Can you upload your stock recovery and post the output of
Code:
cat /proc/app_info
Click to expand...
Click to collapse
Thanks, I already managed the thing!
TWRP for Y6 SCL-L21
I have a question, I have my huawei Y6 SCL-L03 with bootloader unlocked, and I want to try this recovery, can you help me telling me how I can copy the recovery.img stock currently have, and then flash this recovery and if something goes wrong to return to the stock recovery SCL-L03.
TheMasterMindGT said:
I have a question, I have my huawei Y6 SCL-L03 with bootloader unlocked, and I want to try this recovery, can you help me telling me how I can copy the recovery.img stock currently have, and then flash this recovery and if something goes wrong to return to the stock recovery SCL-L03.
Click to expand...
Click to collapse
IMPORTANT: for testing you DON'T need to flash the recovery!
Use the command:
fastboot boot mynewrecovery.img​
nicolap8 said:
IMPORTANT: for testing you DON'T need to flash the recovery!
Use the command:
fastboot boot mynewrecovery.img​
Click to expand...
Click to collapse
I'm looking to make a backup of the stock recovery SCL-L03. If this version does not work.
I have tested in my Huawei Y6 SCL-L03 with the command
fastboot boot mynewrecovery.img
But the touch gives problems do not let any action.
It is possible to fix this problem?
i have succesfully flashed TWRP on Huawei Y6 SCl-L01 but the touchscreen is working only if i press multiple times the buttons in TWRP....how can i make it work normally?
DestructoSphere said:
Can you upload your stock recovery and post the output of
Code:
cat /proc/app_info
Click to expand...
Click to collapse
Can you both please do this for me?
DestructoSphere said:
Can you both please do this for me?
Click to expand...
Click to collapse
Warmly, just tell me where should I run this code from ADB? from BOOTLOADER?
Run it via adb or terminal on your running system.
TheMasterMindGT said:
Warmly, just tell me where should I run this code from ADB? from BOOTLOADER?
Click to expand...
Click to collapse
If you has adb working this is the simplest:
adb pull /proc/app_info​
You can also copy the file to sd from a terminal (even without root).
@nicolap8 Out of curiosity how did you resolve your touchscreen?
Did you unpack and repack with your stock kernel or did you compile from source?
I unpacked the chinese version and copied from your the ramdisk\twres folder.
Repacked and worked! :victory:
Sent from my HUAWEI SCL-L01 using XDA-Developers mobile app
---------- Post added at 01:11 PM ---------- Previous post was at 12:35 PM ----------
https://www.dropbox.com/sh/kd44jsu5ip4ywzn/AAC6zCESIouee4Dlu4xtWDYHa?dl=0 and here is my stock recovery
Costiin said:
is this what you need?
Click to expand...
Click to collapse
From a point of view, yes. But is very difficult to read: we want to help you but you need to do something better!
Read the previous messages and post the file, not the screenshot!

Categories

Resources