Related
Hello,
I have been porting kernel 3.0 to i9003 since last month.
Now, platform specific codes and most of the drivers are ported.
Today, I am able to finish the kernel build with minor warnings.
but I have problems customizing the init scrits to be used with the kernel.
Any help from more experience devs would be appreciated
Current status:
- Platform specific code and all drivers except battery are ported.
- The kernel is built successfully
- trying to pack it into normalboot.img
I can release the source now due to its size. ( asking a guy at github to increase my storage space). But will do asap.
Sorry to post in the wrong forum but I dont have permission to post in the dev forum.
crackerizer said:
Hello,
I have been porting kernel 3.0 to i9003 since last month.
Now, platform specific codes and most of the drivers are ported.
Today, I am able to finish the kernel build with minor warnings.
but I have problems customizing the init scrits to be used with the kernel.
Any help from more experience devs would be appreciated
Current status:
- Platform specific code and all drivers except battery are ported.
- The kernel is built successfully
- trying to pack it into normalboot.img
I can release the source now due to its size. ( asking a guy at github to increase my storage space). But will do asap.
Sorry to post in the wrong forum but I dont have permission to post in the dev forum.
Click to expand...
Click to collapse
Thank u very much! You could contact dhiru
Sent from my GT-I9003 using XDA
Great...but main question is that whether device boot or not??? Because many people have successfully compiled kernel 3.0 but device doesnt boot.
vishal24387 said:
Great...but main question is that whether device boot or not??? Because many people have successfully compiled kernel 3.0 but device doesnt boot.
Click to expand...
Click to collapse
That what I'm going to find out. For now, I'm trying to modify the init script and looking for help from some devs here to speed it up.
my wish- that you release it as fast as you can
R u using
This?
i have also used this guide n compiled a kernel 3.0 successfully packed it using dhiru's boot.img from alpha 6
i have also modified sum codes
but still no luck i think these files need alot of config changes!!!!
n lastly best of luck i hope u get success
sachin sharma said:
R u using
This?
i have also used this guide n compiled a kernel 3.0 successfully packed it using dhiru's boot.img from alpha 6
i have also modified sum codes
but still no luck i think these files need alot of config changes!!!!
n lastly best of luck i hope u get success
Click to expand...
Click to collapse
sachin sharma, can you explain your procedure during your port? I'll compare with mine to see if we do the same thing.
After checking the boot script, I don't think we can just do a drop-in replacement. I think modifying the init script is needed (and i'm working on it). Also, There are some changes in the kernel which can cause problem with the ported code. I'm thinking about droping RFS and J4FS support in the new kernel (and probably abandon all samsung code).
crackerizer said:
sachin sharma, can you explain your procedure during your port? I'll compare with mine to see if we do the same thing.
After checking the boot script, I don't think we can just do a drop-in replacement. I think modifying the init script is needed (and i'm working on it). Also, There are some changes in the kernel which can cause problem with the ported code. I'm thinking about droping RFS and J4FS support in the new kernel (and probably abandon all samsung code).
Click to expand...
Click to collapse
I will suggest u to start ur thread in development thread. In general section developers mostly dont come here. Also u should upload ur source code to github. It will help to other developers to look into ur source code & find out the problem.
vishal24387 said:
I will suggest u to start ur thread in development thread. In general section developers mostly dont come here. Also u should upload ur source code to github. It will help to other developers to look into ur source code & find out the problem.
Click to expand...
Click to collapse
He needs to pump up his post count first buddy
Sent from my GT-I9100 using xda premium
ephraim033 said:
He needs to pump up his post count first buddy
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
oh...I forgot about that Anyway how many posts one has to do so that he can post a thread in development section?
vishal24387 said:
oh...I forgot about that Anyway how many posts one has to do so that he can post a thread in development section?
Click to expand...
Click to collapse
Not sure, i think it's 10?
Sent from my GT-I9100 using xda premium
ephraim033 said:
Not sure, i think it's 10?
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
Yes, 10!
crackerizer said:
sachin sharma, can you explain your procedure during your port? I'll compare with mine to see if we do the same thing.
After checking the boot script, I don't think we can just do a drop-in replacement. I think modifying the init script is needed (and i'm working on it). Also, There are some changes in the kernel which can cause problem with the ported code. I'm thinking about droping RFS and J4FS support in the new kernel (and probably abandon all samsung code).
Click to expand...
Click to collapse
all we need is config file in /arch/arm/config for kernel 3.0 for our devices
all we have now is config file for kernel 2.6.7 thats wats preventing our devices to boot
i followed same procedure mentiond in that blog after that i used zoom config file edit it at some places wer i thought shud be a change like device name to galaxy sl etc
renamed it latona_galaxy_sl
even then no benefit but i havn't givn hope m still trying!!!!
main problem is that we dont know how to configurate config file as "make config" command gives a hell lot of options!!!!
@crackeziner is your 3.0 kernel booting ?
anuraagkochar said:
@crackeziner is your 3.0 kernel booting ?
Click to expand...
Click to collapse
Probably not.
Booting itself is the main problem .. lol.
All my attempts to port this failed miserably.
Skander1998 said:
Probably not.
Booting itself is the main problem .. lol.
All my attempts to port this failed miserably.
Click to expand...
Click to collapse
what can do now??
Skander1998 said:
Probably not.
Booting itself is the main problem .. lol.
All my attempts to port this failed miserably.
Click to expand...
Click to collapse
Just give it try. Don't let it down guys
Sent from my GT-I9003 using XDA
sachin sharma said:
all we need is config file in /arch/arm/config for kernel 3.0 for our devices
all we have now is config file for kernel 2.6.7 thats wats preventing our devices to boot
i followed same procedure mentiond in that blog after that i used zoom config file edit it at some places wer i thought shud be a change like device name to galaxy sl etc
renamed it latona_galaxy_sl
even then no benefit but i havn't givn hope m still trying!!!!
main problem is that we dont know how to configurate config file as "make config" command gives a hell lot of options!!!!
Click to expand...
Click to collapse
I have gone far more than that . All latona specific codes are ported not only the defconfig file. Most drivers (LCD, power switch, camera, etc.) are also ported. I'm now modifying the init script to match what the kernel have now. Hopefully it will boot.
crackerizer said:
I have gone far more than that . All latona specific codes are ported not only the defconfig file. Most drivers (LCD, power switch, camera, etc.) are also ported. I'm now modifying the init script to match what the kernel have now. Hopefully it will boot.
Click to expand...
Click to collapse
u mentiond that u r getting errors while compiling right?
that means ur deconfig file is still not correct
all the codes needs to be changed according to "kernel 3.0"
not by porting codes from other kernels or previous kernels
n lastly all drivers are already given in the source code thers nothing to change in it except that u just have to compile!!!!!!
crackerizer said:
I have gone far more than that . All latona specific codes are ported not only the defconfig file. Most drivers (LCD, power switch, camera, etc.) are also ported. I'm now modifying the init script to match what the kernel have now. Hopefully it will boot.
Click to expand...
Click to collapse
But did it boot?? Did u test that? When do u think u will be able to test that?
Please, can anyone please upload the ICS GPU drivers for our phone from the CM9 so we can use it on Gingerbread.. please I will be grateful if anyone uploaded the driver.
Thank you for your time reading this. I hope somebody can spare his time for just uploading the driver.
Are these it?
https://www.box.com/shared/5ff1c938a7e79634a836
Cheers
Sent from my GT-i9003 powered by Stable and Smooth CyanogenMod 9!
bscraze said:
Are these it?
https://www.box.com/shared/5ff1c938a7e79634a836
Cheers
Sent from my GT-i9003 powered by Stable and Smooth CyanogenMod 9!
Click to expand...
Click to collapse
WOW! THANK YOU VERY MUCH BUDDY! APPRECIATED IT!
Sorry for the caps..
EDIT: Tried to push them on my phone, but I got bootloop..
Good thing that I made a Nandroid Backup!
Silentkiller101197 said:
WOW! THANK YOU VERY MUCH BUDDY! APPRECIATED IT!
Sorry for the caps..
Click to expand...
Click to collapse
but i think these drivers need to include & compile in GB kernel.
vishal24387 said:
but i think these drivers need to include & compile in GB kernel.
Click to expand...
Click to collapse
I think yes, got a bootloop after trying pushing them on my phone..
Sorry to hear that . Maybe you could ask one of the devs how to enable them
Cheers
Sent from my GT-i9003 powered by Stable and Smooth CyanogenMod 9!
make note ! ALL DRIVERS are in the kernel for ALL ANDROIDS ! these are most likely to b lib files.. library files which can have a lot of improvements from ! library can contain the many things ! like how my dark video fix works !
Where did you push the lib files? /system/vendor/lib/egl or /system/lib/egl? Placing the lib files in /system/lib/egl will have no effect. Pushing them to vendor will result in a bootloop (i tried this a long time ago). Stock ROM finds its GPU drivers in the vendor directory. AOSP roms use the /lib/egl. The only lib gpu file we can use in Gingerbread would be libGLES_android.so (the benchmark change is minimal), then change egl.cfg to:
1 1 android
0 1 POWERVR_530_SGX530_125
Translates to: Use Hardware GPU for apps that ask for software rendering, Use Hardware GPU for common phone processes [e.g. Video Processing].
So i just did a system dump of the Huawei P1 and i think the radio Might work i got all the Libs frameworks now need to modd it for CM10 + ICS
FM Radio
In ICS check the kernel Dir for Radio0
on Huawei its at dev/radio0
On Cm10 sys/class/video4linux/radio
must add android/hardware/fmradio to framework to jar to test
UsbHost
I think i saw in arcee commits its enabled in the kernel so i will attempt to use the libs from p1 + framework tweak to add android/hardware/usb
I also got the Camera App Which Imo is better than Stock CM10 Camera + ArcCamera it has panaroma + HDR it can adjust sharpness saturation exposure(not Lg's "Brightness" which they call exposure) and brightness + Contrast Red Eye Reduction Plus i think it uses custom Flash Pattern For camera the Issue with it is something is causing it fill the buffer and the app freezes when using Features that require the Huawei camera Library framework
Edit: No go radio Broadcom Chip Same as Prada.
Camera P1 Only Panorama HDR is implimented in CameraHal.
OTG Need OTG Cable to test.
defcomg said:
So i just did a system dump of the Huawei P1 and i think the radio Might work i got all the Libs frameworks now need to modd it for CM10 + ICS
FM Radio
In ICS check the kernel Dir for Radio0
on Huawei its at dev/radio0
On Cm10 sys/class/video4linux/radio
must add android/hardware/fmradio to framework to jar to test
UsbHost
I think i saw in arcee commits its enabled in the kernel so i will attempt to use the libs from p1 + framework tweak to add android/hardware/usb
I also got the Camera App Which Imo is better than Stock CM10 Camera + ArcCamera it has panaroma + HDR it can adjust sharpness saturation exposure(not Lg's "Brightness" which they call exposure) and brightness + Contrast Red Eye Reduction Plus i think it uses custom Flash Pattern For camera the Issue with it is something is causing it fill the buffer and the app freezes when using Features that require the Huawei camera Library framework
Click to expand...
Click to collapse
Hi defcomg,
Any progress on the USB host? I desperately hope that you can make USB OTG work on O3D!!!
schubeir
Please link me to the camera u speak of. I live HDR photography lol
Sent from my LG-P920 using xda app-developers app
---------- Post added at 05:59 PM ---------- Previous post was at 05:58 PM ----------
Well... when you got it kinda working lol
Sent from my LG-P920 using xda app-developers app
MIUI V4
Im trynna Patch Stock ICS so far so good Will Need Testers if it Builds can't test oN CM10 and I are to Lazy to flash ics and then back again:good:.
If It works i will try Patch CM10 Next
H8 my internet damn 99% Upload and then fail trying again
I Give up for now it's still failing
defcomg said:
I Give up for now it's still failing
Click to expand...
Click to collapse
Good luck uploading, is this a test for otg?
Sent from my LG-SU760 using xda app-developers app
defcomg said:
I Give up for now it's still failing
Click to expand...
Click to collapse
hahha -160kbs , how does that even make sense lol, hope you havent given up totally, i could try the patch rom if you want , im back on ported ics
defcomg said:
Im trynna Patch Stock ICS so far so good Will Need Testers if it Builds can't test oN CM10 and I are to Lazy to flash ics and then back again:good:.
If It works i will try Patch CM10 Next
Click to expand...
Click to collapse
Are you talking about miui patchrom?
Sent from my LG-P920 using xda app-developers app
rezzsha said:
hahha -160kbs , how does that even make sense lol, hope you havent given up totally, i could try the patch rom if you want , im back on ported ics
Click to expand...
Click to collapse
yeah it always shows incorrect upload speed only have 512kbps upload internet is crap in my country they expensive as **** lol I will try again if that fails I will just do the github thing and upload the patchrom I used the lu6200 as template
berni987654321 said:
Are you talking about miui patchrom?
Sent from my LG-P920 using xda app-developers app
Click to expand...
Click to collapse
I have already patched it that's the ROM for testing
Only error I had was compiling settings apk had to manually patch it and that was it
Sent from my LG-P920 using xda app-developers app
***********************************************************************************
wARNING THIS IS A TEST ROM MIGHT BOOT LOOP I DUNNO TEST AWAY BASED ON ICS
**************************************************************************************
MIUIV4-ICS.zip - 251.02 MB
i'll try it out soon
edit: doesnt go pass the lg Logo
rezzsha said:
i'll try it out soon
edit: doesnt go pass the lg Logo
Click to expand...
Click to collapse
i think its the updater script
Code:
set_perm(0, 0, 06755, "/system/xbin/invoke-as");
it should at the least bootloop it patched the framework files without issue the only apps i patched was Gallery and ArcCamera
okay i should edit my reply to ,it gets stuck on the lg logo, restarts after a bit , then goes into recovery
If you need a tester I'm running ICS and ready to brick my phone :good: .
I had some free time so I synced cm10.1 source and started compiling it. Already fixed some compiling errors but got into trouble with the LGInfineon.java will post details later
Sent from my LG-P920 using xda app-developers app
posted last lines on pastebin hope somebody has an idea
hey defcomg , so i tried the mui port you posted above ,and added the line to the updater-script and had samnos j/h kernel , and instead of rebooting i get stuck on the "secure booting unsuccessfull" black screen, ive already flashed the signed u-boot but still nothing. Anyone else tried it ??
berni987654321 said:
posted last lines on pastebin hope somebody has an idea
Click to expand...
Click to collapse
Only saw this now According to the 2X Forum you need to move that file the issue i think it's refrencing files that do not exist in that dir
device/lge/p920/ril/telephony/java/com/android/internal/telephony/
to
frameworks/opt/telephony/src/java/com/android/internal/telephony/
Click to expand...
Click to collapse
Code:
$ mv ~/cm10.1/device/lge/p920/ril/telephony/java/com/android/internal/telephony/LGEInfineon.java ~/cm10.1/frameworks/opt/telephony/src/java/com/android/internal/telephony/LGEInfineon.java
rezzsha said:
hey defcomg , so i tried the mui port you posted above ,and added the line to the updater-script and had samnos j/h kernel , and instead of rebooting i get stuck on the "secure booting unsuccessfull" black screen, ive already flashed the signed u-boot but still nothing. Anyone else tried it ??
Click to expand...
Click to collapse
Then Secure boot needs to be turned off in Ramdisk does it logcat? on that screen
ok I just copyd it to that folder and cept the old one in the p920 directory
will try it later
INSTALL CM10 ON XPERIA E SS WITH BUGFIXES
NOTE - UNLOCKED BOOT LOADER IS NEEDED
*NOOB GUIDE*
1. DOWNLOAD @jjm34 ROM: http://sourceforge.net/projects/cmk/files/nanhu/nanhu-CM10DS-0.8.1.36-ota.zip/download
2. PUT IT ON YOUR SD CARD.
3. GO INTO RECOVERY, IF YOU DON'T HAVE RECOVERY FOLLOW GUIDE HERE: http://forum.xda-developers.com/showthread.php?t=2276943
3. DO A WIPE/FACTORY RESET
4. NOW SELECT INSTALL ZIP FROM SDCARD, DEPENDING ON WHEREVER YOU PUT THE FILE, E.G. EXTERNAL OR INTERNAL STORAGE, SELECT THE CORRESPONDING ONE AND FLASH
5. NOW POWER DOWN AND DOWNLOAD THIS KERNEL, PUT IT INTO FASTBOOT FOLDER: https://drive.google.com/file/d/0B73-53ZX-WVRSGxDZFBjNURBdm8/edit?usp=sharing
6. HOLD SHIFT AND RIGHT CLICK INTO THE FASBOOT FOLDER AND SELECT OPEN COMMAND WINDOW HERE
7. IN THE COMMAND WINDOW TYPE: fastboot flash boot boot.img
8. YOU SHOULD NOW HAVE A WORKING ROM WITH MOST BUGFIXES
VIDEO RECORDING IS THE ONLY THING THAT DOES NOT WORK!
THANKS TO @jjm34 FOR THE ROM AND @hsr0 FOR HIS KERNEL, ALL CREDIT GOES TO THEM!
Works Perfect ! Good Job man !
DanielFlorin said:
Works Perfect ! Good Job man !
Click to expand...
Click to collapse
Hit the Thanks Button If I Helped!
Doubt
No network bug detected with this combination?
bg.shishir said:
No network bug detected with this combination?
Click to expand...
Click to collapse
Yes no Network Bug in this Method!
dude video recording with some other video recorder also doesn't work ?
@UltraGamerHD
smz2014 said:
dude video recording with some other video recorder also doesn't work ?
@UltraGamerHD
Click to expand...
Click to collapse
Yes Video Recording (Need Fixing) is not going to work, the title clearly says Almost All Bug Fix.
Too busy working on CM11.
smz2014 said:
dude video recording with some other video recorder also doesn't work ?
@UltraGamerHD
Click to expand...
Click to collapse
Yes Video Recording (Need Fixing) is not going to work, the title clearly says Almost All Bug Fix.
Too busy working on CM11.
can i onerclock it if yes please tell me how ??
harimmedayil1 said:
can i onerclock it if yes please tell me how ??
Click to expand...
Click to collapse
Yes, you can. Just go to Settings > Performance, read the message, if you're OK with it, tap OK. Open Processor, and set the Maximum CPU Frequency to whatever you want. Here's something:
600 Mhz or below: Underclock, will save battery life
1008 Mhz: Normal, like you get in stock ROM.
1036 Mhz or higher: Overclock, will increase performance.
Unfortunate surprise
Dude.. just got the network bug.
Any advice? I really love cyanogen.
Also how is cm11 bugfixing coming along?
bg.shishir said:
Dude.. just got the network bug.
Any advice? I really love cyanogen.
Also how is cm11 bugfixing coming along?
Click to expand...
Click to collapse
Confirmed by a lot of users that use this method that network bug is fixed, if you go into settings --> About Phone and Under Baseband it says unknown then flash latest stock jellybean ftf and do this process again.
Sent from my C1605 using Tapatalk
earlier there wasa thread to overclock upto 1.36 ghz for the xperia E nanhu SS i coudnt find the kernel for that.then i flashed riches kernel my phone didnt even turn on
MY device SONY xperia E
running on xbooost rom
harimmedayil1 said:
earlier there wasa thread to overclock upto 1.36 ghz for the xperia E nanhu SS i coudnt find the kernel for that.then i flashed riches kernel my phone didnt even turn on
MY device SONY xperia E
running on xbooost rom
Click to expand...
Click to collapse
If you're using XboosT, Riches will not work. Riches is only for CM. If you want overclock, install CM10. If you want ICS, flash the XboosT kernel again. I don't think you can have both.
NSDCars5 said:
If you're using XboosT, Riches will not work. Riches is only for CM. If you want overclock, install CM10. If you want ICS, flash the XboosT kernel again. I don't think you can have both.
Click to expand...
Click to collapse
nop i flashe riches when i had cm 10 but after flashing riches ma phone didnt turn on it just vibrates on pushing power button and stays dead
harimmedayil1 said:
nop i flashe riches when i had cm 10 but after flashing riches ma phone didnt turn on it just vibrates on pushing power button and stays dead
Click to expand...
Click to collapse
Ah, you have my issue. Same happens with me. Just flash this boot.img: https://drive.google.com/file/d/0B7...0B73-53ZX-WVRSGxDZFBjNURBdm8/edit?usp=sharing
Not working
Flashed 2 times already. Still getting the network bug after 2 days of use. This is so annoying
I flashed latest stock (11. something ) and then did exactly as you said. I have c1504.
I personally think this has something to do with Viper sound engine. Because few weeks back I had installed hsr's cm and it worked perfectly for 10-15 days. The day I installed viper, that network bug came back. This is only a guess btw. I had viper, vine and instagram installed on my phone this time.
Any suggestions?
thanks using your rom currently
this one is the most stable available rom for xperia E right?
XperiaEss said:
thanks using your rom currently
this one is the most stable available rom for xperia E right?
Click to expand...
Click to collapse
Well, other than stock, yes, it is. And NoZ and XboosT (but both of those are stock-based anyway).
yes,seen those, noz is the ultimate show off rom (I'm not into it)
xboost i wanted to try ,but the instructions were too rough and too many downloads ,if there was like ,two zips i would have tried by now
the unexpected thing i found while using this rom was that it has cwm & twrp .....not sure where i got them but i like it
i want to know how this version is different from jim34 & hsr0 cm10 rom :cyclops:
Hey all
Now we know that broadcom knows and Trys to do what we wont
We got ICS Sources ?ok But missing audio ones and also camera libs
So i started new petition
To demand The missing sources
And also sources for Jellybean and kitkat
We need support
Lets do it Guys SIGN and SHARE this
★Petition★ Every Where Please
Good Luck For All Of Us
Reserved
@op Broadcom didn't release sources for us, it was for 'Raspberry Pi'…
madboy777 said:
@op Broadcom didn't release sources for us, it was for 'Raspberry Pi'…
Click to expand...
Click to collapse
However, we can mod it to work with this device.
and if they release jb/kk which i believe they wont
we could port "jb" on this
kk is impossible, device doesnt meet the min requirements of kk
Nachiket.Namjoshi said:
However, we can mod it to work with this device.
and if they release jb/kk which i believe they wont
we could port "jb" on this
kk is impossible, device doesnt meet the min requirements of kk
Click to expand...
Click to collapse
Galaxy mini with specs less than SGY has KK roms
Sent from my GT-S5360 using Tapatalk 2
Nachiket.Namjoshi said:
However, we can mod it to work with this device.
and if they release jb/kk which i believe they wont
we could port "jb" on this
kk is impossible, device doesnt meet the min requirements of kk
Click to expand...
Click to collapse
Lol Think of tass
**** that it has no power to run forio smothly but,, they have kk stable
wait until raspberry pi have 3rd anniv :v
Thank you man maybe this thing works
Sent from my GT-S5360 using XDA Free mobile app
Not for reperry
Read the article well They Heared Our call
This petition only to help devs
Devs are working if the made it its great
If they didnt
The petition would be grown up
myaservip said:
Not for reperry
Read the article well They Heared Our call
This petition only to help devs
Devs are working if the made it its great
If they didnt
The petition would be grown up
Click to expand...
Click to collapse
If it was the petition, then why didn't they released full source ? why only GPU oriented ?
mohamedrashad said:
Galaxy mini with specs less than SGY has KK roms
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
myaservip said:
Lol Think of tass
**** that it has no power to run forio smothly but,, they have kk stable
Click to expand...
Click to collapse
sg mini:
384 MB RAM, Qualcomm MSM7227, Adreno 200
totoro:
290 MB RAM, 830 MHz ARMv6, BCM Videocore iv.
And google says KK can "comfortably" run on devices with 312mb ram
so.... its a lil hard to predict if it could run on totoro...
however, JB May run...
Open GL can be handled.
camera and touch will be a very big speed braker on this one though
ONLY after it successfully boots on totoro... which again, cant be predicted
but i will go with a yes. with an improved Ramdisk we may be able to boot it
I wish we could make it have the source codes... and complete CM9 /10/10.1/11
Thanks for your concerning
ربنا يباركلك و يقويك علي الاعداء D:
Sent from my GT-S5360 using XDA Free mobile app
Nachiket.Namjoshi said:
tassve:
384 MB RAM, Qualcomm MSM7227, Adreno 200
totoro:
290 MB RAM, 830 MHz ARMv6, BCM Videocore iv.
And google says KK can "comfortably" run on devices with 312mb ram
so.... its a lil hard to predict if it could run on totoro...
however, JB May run...
Open GL can be handled.
camera and touch will be a very big speed braker on this one though
ONLY after it successfully boots on totoro... which again, cant be predicted
but i will go with a yes. with an improved Ramdisk we may be able to boot it
Click to expand...
Click to collapse
Bro okey maybe ram is bad on sgy but our cpu is better than tassve its a advance
Sent from my e-tab4 using XDA Free mobile app
Deopolos14 said:
Bro okey maybe ram is bad on sgy but our cpu is better than tassve its a advance
Sent from my e-tab4 using XDA Free mobile app
Click to expand...
Click to collapse
yuea... bcm vidcore iv is better.
thats y it can handle opengl better... but since ram....
so... lags lags everywhere. :|
anyways... those are just my guesses.
there is no harm in building and testing is there ? haha. was just sharing what i felt like
Deopolos14 said:
Bro okey maybe ram is bad on sgy but our cpu is better than tassve its a advance
Sent from my e-tab4 using XDA Free mobile app
Click to expand...
Click to collapse
Tassive cpu is from qualcomm
With full source
So overclocking and optimisation are available
Totoro cpu broadcomm
Incomplete sources- no actual overclocking and no optimisation
Galaxy y is very old i had it and its not good contender for KK
Sent from my C6502 using XDA Premium 4 mobile app
Nachiket.Namjoshi said:
tassve:
384 MB RAM, Qualcomm MSM7227, Adreno 200
Click to expand...
Click to collapse
alkesh95 said:
Tassive cpu is from qualcomm
With full source
So overclocking and optimisation are available
Click to expand...
Click to collapse
Wrong... wrong.
Those stats are for tass, not tassve. Tassve has exactly the same hardware as a Galaxy Y, and runs with the same BCM21553 CPU and VideoCore IV as totoro.
Remember,
Tass= GT-S5570
TassVe= GT-S5570I
totoro, tassve, cooperve and the Galaxy Pocket use the BCM21553 chipset.
It is true, however, that tass has full sources, and that is why they do have a somewhat stable KK.
Broadcom, like what madboy said, only released their sources because it was Raspberry Pi's second anniversary, not because of the petition. If it were, they would have released the sources shortly after the petition reached 10,000 signatures, but instead there was a lapse and they did not release it. Only on Feb 28, Raspberry Pi's 2nd anniversary did they release the sources. Even the main XDA site (not the forum) states that it was the anniversary that prompted Broadcom to release their sources.
Get your facts right.
NightRaven49 said:
Wrong... wrong.
Those stats are for tass, not tassve. Tassve has exactly the same hardware as a Galaxy Y, and runs with the same BCM21553 CPU and VideoCore IV as totoro.
It is true, however, that tass has full sources, and that is why they do have a somewhat stable KK.
Broadcom, like what madboy said, only released their sources because it was Raspberry Pi's second anniversary, not because of the petition.
Get your facts right.
Click to expand...
Click to collapse
oops sorry my mistake... but the specs are of sg mini
sorry, my mistake
post edited
Broadcon has released their sources for raspberry pi anniversary
Galaxy mini(tass) has a qualcomm processor 600mhz
GPU adreno 200
278MB of ram
Inviato dal mio GT-S5570i con Tapatalk 2
I thought Broadcomm doesn't have the libs for camera or audio they are with samsung. So we are never gonna get it.
Correct me if i am wrong.
___________________________________
««||Proud to be a geek. #lovexda||»»
The question that is in my mind now. Those libs are written on Java or C++ or what?
Sent from my GT-S5360 using Tapatalk 2