[DEV][ROM] B2G/MozillaOS

gtuxyco

Senior Member
Jan 13, 2012
77
10
0
Riohacha
Note: In real system no work xD
No boot, stuck in M logo

I will need re install Android system by sbf

Edit: phone brick
Battery Low - Cannot program...
Anyone know how to unbrick?
 
Last edited:

Gafanhotz

Inactive Recognized Contributor
Sep 7, 2011
1,171
1,055
0
Note: In real system no work xD
No boot, stuck in M logo

I will need re install Android system by sbf

Edit: phone brick
Battery Low - Cannot program...
Anyone know how to unbrick?
Probably have to do the mcguyver method to charge it and then reinstall the stock sbf.
 

swapnil360

Senior Member
Nov 16, 2011
350
225
0
There's an option in settings that mounts the SD card. Anyway does anybody know how to take a screenshot?

Sent from my MB525 using xda app-developers app
 

m11kkaa

Recognized Developer / Inactive Recognized Contrib
Jan 20, 2011
1,259
2,145
0
You can take a screenshot with "screencap-gonk" via adb shell.
Code:
~ # screencap-gonk -h
usage: screencap-gonk [-hp] [FILENAME]
   -h: this message
   -p: save the file as a png.
If FILENAME ends with .png it will be saved as a png.
If FILENAME is not given, the results will be printed to stdout.
I updated first post, with flashable ZIP and new instructions.
 

xift

Senior Member
Jun 13, 2010
90
8
0
mpf... I don't know why but adb doesn't show my device (in your preview build).
Any ideas?

My own build won't work either. I was missing some libraries and added them.
But it still doesn't boot. I'll check out your new zip now.
 

m11kkaa

Recognized Developer / Inactive Recognized Contrib
Jan 20, 2011
1,259
2,145
0
You have to enable ADB in bootmenu before boot.
Which are the missing libs?

And to everyone who wants to help: I created two issues about Wifi and RIL. Maybe somone can find a solution.
 

xift

Senior Member
Jun 13, 2010
90
8
0
Ok. Thats probably it. I found the button but thought it would disable ADB.
The following libs were missing:

system/lib/drm/*
system/lib/libandroid.so
system/lib/libandroid_runtime.so
system/lib/libaudioeffect_jni.so
system/lib/libdrmframework.so
system/lib/libdrmframework_jni.so
system/lib/libfilterfw.so
system/lib/libfilterpack_imageproc.so
system/lib/libjnigraphics.so
system/lib/libmediaplayerservice.so
system/lib/libOpenMAXAL.so
system/lib/libOpenSLES.so
system/lib/libsoundpool.so
system/lib/libstagefright_soft_h264dec.so
system/lib/libstagefright_soft_vpxdec.so
system/lib/libwilhelm.so

I just tried to rebuild and got an error message while building libandroid. Maybe I was just too tired yesterday. I will fix the problem and check if the build works then.
 

m11kkaa

Recognized Developer / Inactive Recognized Contrib
Jan 20, 2011
1,259
2,145
0
All libs you listed are opensource-libs which should by created during build.
try make clean.
For make clean you have todo ". build/envsetup.sh" and "lunch full_jordan-eng" first in case you didn't, because B2G's build.sh does this normally.
 

m11kkaa

Recognized Developer / Inactive Recognized Contrib
Jan 20, 2011
1,259
2,145
0
are there any big difference except camera and proximity?
My build does not contain a kernel, so: just try it.
 

j814wong

Senior Member
Apr 11, 2012
123
8
0
Thanks for this! I'm going to try it out.

However, in all honesty, Mozilla OS, as it is, has a very tacky and cheap look. However, I can understand if developers are focusing on function for now rather than looks.
 
  • Like
Reactions: brajesh.sharma87

vedhasd

Senior Member
May 31, 2012
382
226
0
29
Gaithersburg
Thanks for this! I'm going to try it out.

However, in all honesty, Mozilla OS, as it is, has a very tacky and cheap look. However, I can understand if developers are focusing on function for now rather than looks.
See html5 is nascent and, and its not good at UI as the native UIs in java and android, thats y tacky

Sent from my MB525 using xda app-developers app