Hi all.
I have successfully flashed PsychoGame's CyanogenMod 7 ROM for GT-s5360 together with its kernel.
Now i would like to make some changes in the source code of CM7 and to build it from source. Unfortunately i have spent already 4 days without success.
Those are the steps that i did:
1. I have downloaded CM7 source code from git://github.com/CyanogenMod/android.git -b gingerbread
2. I have cloned PsychoGame's totoro device code into /devices/samsubg/totoro
3. i have connected my device via USB and run the script extract-files.sh which successfully extracted all files.
4. during the building i realized that the above script extract all essential files (like camera related), so i cloned PsychoGame's vendor directory from github.com/PsychoGame/android_vendor_samsung_totoro.git
5. now i realized that the file cyanogem_totoro.mk in the directory vendor/cyanogen/products is missing. where i can find a suitable file?
i have found somewhere such file and succeeded to build an ROM, unfortunately CWM does't let me to flash it because the assert command checks that the current device in "totoro" but it fails. i have tried to open the zip file of the ROM and to delete the assert command but CWM still can''t flash the new ROM.
can somebody please help me with some guild about how PsychoGame built his last vertion of CM - CyanogenMod 7 Alpha 5 Release
Thank you very much!
Use percys source code - It has more fixes
Compare build.prop and update binary & scripts for cwm flashing
marcussmith2626 said:
Use percys source code - It has more fixes
Compare build.prop and update binary & scripts for cwm flashing
Click to expand...
Click to collapse
Hi, thank you for the information about gigngerDX. i found the github of the device but can you please tell me where to find all other files to build this rom? do i need to buld it without the kernel? how to do that?
thank you again!
yuripo said:
Hi, thank you for the information about gigngerDX. i found the github of the device but can you please tell me where to find all other files to build this rom? do i need to buld it without the kernel? how to do that?
thank you again!
Click to expand...
Click to collapse
Percys github is
https://github.com/percy-g2
I haven’t compiled a Cyanogen rom before
If you would like to contribute to the building of Cyanogen roms the best person to talk to is percy
I haven’t compiled a Cyanogen rom before
If you would like to contribute to the building of Cyanogen roms the best person to talk to is percy[/QUOTE]
can please somebody explain how to build only Percys ROM without the kernel?
thank you
Hi all.
Can somebody please give a small guide for how to build percy's CM7 ROM from source?
which directories in the CM7 i should replace? does the process of building is the same as with official ports?
Thank you!
Hello again:
Build B2G for ZTE Open (inari) is tricky. People who want to develop applications with firefox's app-manager extension need to wait for ZTE upgrades or build their own system, which involves some permission modifications in boot.img and some tweaking to recover the bootanimation (lost on custom builds) among other things.
But hey, I've build a production pre-release of firefox os 1.2, and so far so good , and I like to share it with you via a flashable .zip file. Remember this file can be installed ONLY from CWM recovery, cause its not signed
features:
Version 1.2-prerelease (user release):
Build with blobs from version 1.1.0B02 (also known as 1.1.0B06) for ZTE Open (EU version)
Multilanguage - upgradeable through B2G nightlies (for both gecko & gaia)
Compatible with firefox app-manager (firefox 26+)
Includes su & busybox binaries ( busybox is linked with clear, grep, head, less, lsmod, more, nohup, pidof, ping, printf, pstree, sysctl, tail, telnetd, tftpd, traceroute, uname & usleep, for debugging via adb)
No carrier branding, just official firefox os branding
Fastboot enabled | ADB rooted
does *NOT* overwrite your recovery partition (you won't loose CWM recovery )
known bugs: isn't a bug but a security feature: "ADB should not be allowed to connect when device is locked in production builds"
FAQ:
I'm on version 1.x.y of 'some-carrier' build, Will this zip work in my case: Yes, only and just only if you have CWM installed.
There are a lot of strange files inside .zip, why ? this is because ZTE provides upgrades with radio & bootloader firmware (incompatibles between versions) If I want to support this ROM I need to make sure everyone have the same version ( the version that matches with the blobs )
Of course, YOUR WARRANTY IS VOID, and if you brick your phone , this is NOT MY FAULT
the link to the zip file: ul.to/2jwkruhj
Feedback is welcome
paziusss said:
Hello again:
Build B2G for ZTE Open (inari) is tricky. People who want to develop applications with firefox's app-manager extension need to wait for ZTE upgrades or build their own system, which involves some permission modifications in boot.img and some tweaking to recover the bootanimation (lost on custom builds) among other things.
But hey, I've build a production pre-release of firefox os 1.2, and so far so good , and I like to share it with you via a flashable .zip file. Remember this file can be installed ONLY from CWM recovery, cause its not signed
...
Feedback is welcome
Click to expand...
Click to collapse
Runs great, I will use your build to test and mod some apps with the app-manager.
And please, stay at this good work (updates etc?!)
---edited:
Is your build a development build (of FFOS 1.2)? I cant't open certified apps with the app-manager (I have changed the pref "devtools.debugger.forbid-certified-apps" to false in my profile. But there is no certified app to see or to open in the app-manager. If not, can you - or somebody else - build this development build of FFOS 1.2?
ROM is pretty stable. I don't know if I'm the only one having this issue, but it looks like my data is connecting but then it isn't working. I'm connected to AT&T right now. When I pull down the notification bar, I see that I am getting an "H" (HSPA+) signal but if I try to open firefox and hit a site, it says I'm not connected to the internet.
I'm aware that this is in a prerelease state but do you know how I could fix this?
@martin_s5670: AFAIK there are three types of builds: engineer builds, userdebug builds and user builds. This is an user build, but you can also test privilegied (aka certified) apps on it. If you want to see your installed system apps I'm sorry but you can't do it in this way
@ryanolson7: could you please test your connection via a ping
adb shell
ping www.google.com
if you can't reach google, then I would appreciate if you paste somewhere your logcat in this way:
adb logcat | grep RIL > file.log
and just deactivate data, wait a few seconds, and activate it again.
---
I'll do some further tests on this branch (because some blobs may change from 1.0.1) but here in Spain both 3G & 2G data seems to works well, need to find a place with HSPA+.
Are you in the USA? I'm asking because this rom is based in open_eu release ( AFAIK they are the same except for radio capabilities )
Thanks for the feedback
Great Job!
Thanks! Tried and working. I have even received a update, and still working smooth!
can you tell me about the creating this ROM process?
I'm using US rom, I just want to use these blobs to make a custom builds, but flashing all the images bricked my phone. Can you explain me about the steps you did to package this ROM?
paziusss said:
...
Feedback is welcome
Click to expand...
Click to collapse
@ paziusss:
Maybe a littele bug: The app "calendar" starts everytime when your build will be booted - without open it separetly.
im new here
i want to know if i can use this in my nexus 4 multirom android 4 KK
Need FF OS 1.3
Can anyone please provide me zip file of FF OS 1.3?
Thanks
LinuxHolic said:
Can anyone please provide me zip file of FF OS 1.3?
Thanks
Click to expand...
Click to collapse
Not quite a zip, but, https://daylightpirates.org/b2g_inari_nightly_builds/
Bad Luck
Deathwish238 said:
Not quite a zip, but, https://daylightpirates.org/b2g_inari_nightly_builds/
Click to expand...
Click to collapse
I flashed the latest nightly build and everything went fine but my mobile is sitting on Fox now and restarts constantly
Look
LinuxHolic said:
I flashed the latest nightly build and everything went fine but my mobile is sitting on Fox now and restarts constantly
Click to expand...
Click to collapse
groups [dot] google [dot]com/d/msg/mozilla.dev.b2g/dENpc-7Fbi4/80t6EyS6bwIJ
is the included radio for european or american zte opens?
@hecatae:
blobs were pulled from 1.1.0B02 - UK but radio firmware should be the same for both UK and US versions
paziusss said:
Hello again:
Build B2G for ZTE Open (inari) is tricky.
Feedback is welcome
Click to expand...
Click to collapse
HI!
Can you build with added Russian keyboard?
I wanna use 1,2. Because it have RU locale, but have not keyboard.... (((
At 1.1. have not RU locale, but it have RU keyboard
FM radio doesn't work, no sound.
Japanese?
Could someone enable the Japanese keyboard and provide a ROM? I can explain how to do it, just can't build for it
thanks
thanks for your rom
I have Phicomm C230w which is exactly ZTE Open C as far as the specs are concerned, same processor, same screen size and so on.
Just wanted to know if its possible to flash Firefox OS on the device.
Any reply will be highly appreciated
have phicomm released any kernel source or firmware updates for it so we could look at the kernel config?
hecatae said:
have phicomm released any kernel source or firmware updates for it so we could look at the kernel config?
Click to expand...
Click to collapse
Not as far as I know, it does have Android 4.2 installed though
a jellybean kernel and hal may be enough for us to get gecko booting on it.
is the bootloader unlocked, can you issue fastboot commands?
Hello,
I build CWM recovery and Philz touch recovery for this device :
http://forum.xda-developers.com/android/general/rom-cwm11-recovery-port-phicomm-c230w-t2871370
And the kernel is available at :
http://gpl.phicomm.com/
What does it look like for us to get ROMs with F2FS support? This seems like something we should definitely implement (OnePlus 3T uses it)
Here is a great thread with a comparison between F2FS and EXT4 (keep in mind this is very old, and F2FS has probably improved since then): https://forum.xda-developers.com/showthread.php?t=2697069
Sequential/Random Write on F2FS is much faster.
F2FS SQL operations are much faster (up to 10x)
Read speeds are slightly slower on F2FS
slgooding said:
What does it look like for us to get ROMs with F2FS support? This seems like something we should definitely implement (OnePlus 3T uses it)
Here is a great thread with a comparison between F2FS and EXT4 (keep in mind this is very old, and F2FS has probably improved since then): https://forum.xda-developers.com/showthread.php?t=2697069
Sequential/Random Write on F2FS is much faster.
F2FS SQL operations are much faster (up to 10x)
Read speeds are slightly slower on F2FS
Click to expand...
Click to collapse
Turbo said he just implemented F2FS in his second Destroyer rom.
Multirom
I just found yesterday that there is a version of Multirom that works with the Le Pro 3, tested myself it works great.
The Multirom TWRP.img also has F2FS support and it works with Turbo's Newest EUI stock rom v3 he just released (also tested myself). Had to flash Supersu v2.79.zip then use Titanium Backup to uninstall the International Roaming app because of constant crashing, but its fast and works perfect. Love F2FS.
Too new to post the link but just find GalticStryder Mrom 2.0 on Github for Multirom.
Now, if only we could get some Aarch64 full Linux distributions on our Le Pro 3 through Multirom :fingers-crossed:
Kriptous said:
I just found yesterday that there is a version of Multirom that works with the Le Pro 3, tested myself it works great.
The Multirom TWRP.img also has F2FS support and it works with Turbo's Newest EUI stock rom v3 he just released (also tested myself). Had to flash Supersu v2.79.zip then use Titanium Backup to uninstall the International Roaming app because of constant crashing, but its fast and works perfect. Love F2FS.
Too new to post the link but just find GalticStryder Mrom 2.0 on Github for Multirom.
Now, if only we could get some Aarch64 full Linux distributions on our Le Pro 3 through Multirom :fingers-crossed:
Click to expand...
Click to collapse
Kriptous, hi..... if you write a simple guide, nothing fancy on how to do it, i can post it or anyone here (under your name)..... lots of people looking for multiboot....
thank you,
TURBO
TURBO2012 said:
Kriptous, hi..... if you write a simple guide, nothing fancy on how to do it, i can post it or anyone here (under your name)..... lots of people looking for multiboot....
thank you,
TURBO
Click to expand...
Click to collapse
Galaticstryder released it today on his own thread along with the app. Thanks for the rom with F2FS support its quite nice!
Have any ideas about linux on our Le Pro 3 using Multirom? I looked at the .Mrom format for Linux distributions and it looks rather simple just a renamed uncompressed .Zip file with a few config .txts.