Next release will be the full rom package@Mohitash when are you going to make a full rom package?
Obviously v7.9 and now 8.1. This rom is the best so far. But I did find problem with note 2 gallery. and now my sd card gone with all data on it.Before flashing v8.0 you were on which version?
Sent from my GT-S7562 using XDA Premium 4 mobile app
So mate, v8.0 is must for v8.1 check update post, instructions....etc......Obviously v7.9 and now 8.1. This rom is the best so far. But I did find problem with note 2 gallery. and now my sd card gone with all data on it.
Sent from my GT-N5100 using xda app-developers app
Hey @Mohitash thanks once again for updating. Maybe someone can calculate the version number we'll reach at the end of the year :silly:.v8.1 is online!!
Update package for v8.0 only
Changelogs and instructions updated
#check if frandom already loaded
if [ -c /dev/frandom ]; then
BUSYBOX rm /dev/random
BUSYBOX mv /dev/random.ori /dev/random
BUSYBOX chmod 666 /dev/random
BUSYBOX rm /dev/urandom
BUSYBOX mv /dev/urandom.ori /dev/urandom
BUSYBOX chmod 666 /dev/urandom
fi
wow.. hope that all the current instability issues will be fixed with the upcoming full rom package..Next release will be the full rom package
Sent from my GT-S7562 using XDA Premium 4 mobile app
OOoooooo... i missed it...thanks for helping me :good::good:Hey @Mohitash thanks once again for updating. Maybe someone can calculate the version number we'll reach at the end of the year :silly:.
Glad to see CrossBreeder back again though it is still not working correct.
Here is the fix to work with frandom. I am not going to explain everything once again as it was done some posts back.
first check your entropy level using this: https://play.google.com/store/apps/details?id=com.promethylhosting.checkrandentropyavail
possible ways to apply fix in recommended order:
- Dev Mohitash adds in next update
- replace "zzCrossBreeder" in /etc/CrossBreeder with the attached one using root explorer and giving permission rwx r-x r-x (delete the .txt extension)
- add Code below in "/etc/CrossBreeder/zzCrossBreeder" before Frandom check/load routine
reboot and check entropy level again should be around 4096 nowCode:#check if frandom already loaded if [ -c /dev/frandom ]; then BUSYBOX rm /dev/random BUSYBOX mv /dev/random.ori /dev/random BUSYBOX chmod 666 /dev/random BUSYBOX rm /dev/urandom BUSYBOX mv /dev/urandom.ori /dev/urandom BUSYBOX chmod 666 /dev/urandom fi
This wont affect Kernels without frandom module!
The last line in the attached CrossBreeder.txt is incomplete.- replace "zzCrossBreeder" in /etc/CrossBreeder with the attached one using root explorer and giving permission rwx r-x r-x (delete the .txt extension)
If you had read the thread, you would have a clear advantage ...thanks alot mr mohitash for this work but i have aproblem with rom v7 and above that wifi cant be opened itried kor 5 kernel and breakfast kernel and still the same problem iam using ddbmd1 baseband i tried also the wifi p2p test addon and no improvement .help me pleeeeeeeeeeease .thanks in advance
thanks but idont know how to use stock wifi module please explain moreIf you had read the thread, you would have a clear advantage ...
Look here ...
Look here and the following posts ...thanks but idont know how to use stock wifi module please explain more
Try the modules in the appendix.THANKS but how to extract the module from the stock kernel
Did you start with v7.0? Then try starting with v5.5.0 and flashing all the way to the latest release. Settings worked for me without any issues in v5.5.0.Hi , did everything but there seems to be an error when I install the 7.0 and boot then the inial settings come then I choose the language then wifi the message comes "unfortunately ,settings has stopped"
Its works now , what I did was fisrt flashing the said compatible ofw then 5.5 then 7.0 then 8 then 8.1Did you start with v7.0? Then try starting with v5.5.0 and flashing all the way to the latest release. Settings worked for me without any issues in v5.5.0.
---------- Post added at 10:01 PM ---------- Previous post was at 09:27 PM ----------
I'm running PMP Ultra (U810) on unlisted BASEBAND XXBMJ1 (Germany, not branded) and it's working fine.
Thanks Mohitash!