Hello everyone since there is no 4.3+ based rom for the GT-I8200 I want to tell a method to install 4.3+ apps on 4.2.
Step 1:
Install apktool[pc] or apk editor pro[android].
Step 2:
Edit the following lines in AndroidManifest.xml.
<uses-sdk minSdkVersion="VALUE" targetSdkVersion="VALUE">
Sometimes the VALUE can be 19 or 21 depending on for which android version the app has been designed.
Replace the 2nd VALUE with 17 and the 1st VALUE with 17 - the distance between 1st VALUE and 2nd VALUE.
Step 3:
Done!
Lets for example take fifa16.apk[ 3.2.113645]
It was designed for android 4.4.
Lets make it playable on android 4.2.
After opening AndroidManifest.xml you will see the following lines
<uses-sdk minSdkVersion="19" targetSdkVersion="21">
to
<uses-sdk minSdkVersion="14" targetSdkVersion="17">
Sdk version numbers translated to android version numbers
Number Codename Version
1 NA 1.0
2 NA 1.1
3 Cupcake 1.5
4 Donut 1.6
5 Eclair 2
6 Eclair 2.1
7 Eclair 2.1
8 Froyo 2.2
9 Gingerbread 2.3
10 Gingerbread 2.3.7
11 Honeycomb 3
12 Honeycomb 3
13 Honeycomb 3.2.6
14 Ice cream sandwich 4
15 Ice cream sandwich 4.0.4
16 Jelly bean 4.1
17 Jelly bean 4.2.2
18 Jelly bean 4.3
19 Kitkat 4.4.1
20 Kitkat 4.4.4
21 Lollipop 5
22 Lollipop 5.1.1
23 Marshmallow 6
24 /
25 /
this is uploading for days ?
georgedk said:
this is uploading for days ?
Click to expand...
Click to collapse
today or tomorrow
nicee please provide pics too
photos please
Captures. Photos
@ PaulRichter
where is the link?
any luck with gapps?
KwstPap said:
@ PaulRichter
where is the link?
any luck with gapps?
Click to expand...
Click to collapse
I upload the rom after i found a fix for framework-res.apk (maybe in 1 week).
No luck with gapps.
PaulRichter said:
I upload the rom after i found a fix for framework-res.apk (maybe in 1 week).
No luck with gapps.
Click to expand...
Click to collapse
framework-res.apk? what problem?
KwstPap said:
framework-res.apk? what problem?
Click to expand...
Click to collapse
I explained the problem
After replacing pngs in framework-res.apk the phone doesnt boot
What are the major changes ? will the marvel graphics engine be updated or changed ?
Moinul Hossain said:
What are the major changes ? will the marvel graphics engine be updated or changed ?
Click to expand...
Click to collapse
You can run apps that are for 4.3+
And it looks more like aosp
the rest is the same
I play a lot of games , and this phone (the I8200) doesn't have a great gpu vivante gcx100 , but chinese phones with worse gpu can run some of the games I cant , after doing a bit of digging& using what little graphical knowledge I have I found that the gpu driver apk is not upto the task so I tried to patch one from the s3 , didn't work , tried other ones as well with no luck now just hoping that Samsung fixes it or we do via a custom rom / cm , by the way where can I view the changelog for our phones update
Moinul Hossain said:
I play a lot of games , and this phone (the I8200) doesn't have a great gpu vivante gcx100 , but chinese phones with worse gpu can run some of the games I cant , after doing a bit of digging& using what little graphical knowledge I have I found that the gpu driver apk is not upto the task so I tried to patch one from the s3 , didn't work , tried other ones as well with no luck now just hoping that Samsung fixes it or we do via a custom rom / cm , by the way where can I view the changelog for our phones update
Click to expand...
Click to collapse
Which game do you want play ?
Our phone supports tegra extensions.
PaulRichter said:
Which game do you want play ?
Our phone supports tegra extensions.
Click to expand...
Click to collapse
I tried tegra extensions & all the other available ones in gl tools nothing worked
the games I'm having problems with are
real boxing incompatible
asphalt 8 twitchy or flickering screen even though game runs smoothly
assassins creed pirates missing hud icons
nedd for speed no limits rgb problem & missing hud icons
When you give information loaded
Please have patience
And the rom is not stable for daily
waiting download link
@paule
Hey Paule, since u know now how to take a Screenshot, how about let us have
a sneek preview.
Gesendet von meinem A510 mit Tapatalk
fumbl said:
@paule
Hey Paule, since u know now how to take a Screenshot, how about let us have
a sneek preview.
Gesendet von meinem A510 mit Tapatalk
Click to expand...
Click to collapse
Here are some screenshots : https://drive.google.com/file/d/0B-q_L7oIt35ybWdUNmpBaFBDYms/edit?pli=1 Screenshots are already available on OP
Thnx for the prompt service. Looks promissing.
Gesendet von meinem A510 mit Tapatalk
Related
Hi there,I'm trying to port the SDK dump to my LG P500,which has the same specs like ZTE Blade.
After applying normal methods for making other phones' roms boot and a special patch found here it doesn't even give logcat,so bootloops in recovery.
After doing some research,I discovered that libs are built for armv7,which we don't have. But also Honeycomb SDK libs were built from armv7,but we got it working on both LG P500 and ZTE Blade.
So,any ideas? Just asking
I think honeycomb and below was build from armeabi (To run on the old simulator that was armv6 vfp (but the vfp wasn't used by google).
whereas ics was built for armeabi-v7a
That is certainly implied by the AVD manager anyway.
unrandomsam said:
I think honeycomb and below was build from armeabi (To run on the old simulator that was armv6 vfp (but the vfp wasn't used by google).
whereas ics was built for armeabi-v7a
That is certainly implied by the AVD manager anyway.
Click to expand...
Click to collapse
Thank you for replying
usually only kernel have ARM text and other also init.rc have kernel text if editing them to ARMv6 kernel text then it needs to work in ARMv6 device..
If not, then some files needs editing...
Android 4.0 ICS needs new EGL and hw files which needs to be ARMv6= ZTE Blade/other phone! all phones have own files to work fine!
If someone can edit Android 4.0 libGLES*.so, libEGL.so files and then egl folder files needs editing.. and then hw folder files for Screen, sensors, GPS, Audio, etc.
then them need right files to get work the audio, camera, WiFi...
WiFi files can work if you add older Android OS WiFi files: libhardware-legacy.so or what it is and then right WiFi files to /System/etc/
to get all to work it maybe takes many days and for me more than 9 months because I'm only 14! xD
SDK port is maybe not really good, it's better to port from other device ex: Samsung... then some files works without editing...
manumanfred the sdk was compiled for ARMv7, it's a different cpu, different machine code. It needs recompiling, to be able to do that you need the source code to compile it.
Without source code you're about as likely to get ICS running on your Blade as you are to get your PS3 running Windows 7.
When devices with ICS are available source code will be too, so porting it from another device would be a waste of time.
wbaw said:
manumanfred the sdk was compiled for ARMv7, it's a different cpu, different machine code. It needs recompiling, to be able to do that you need the source code to compile it.
Without source code you're about as likely to get ICS running on your Blade as you are to get your PS3 running Windows 7.
When devices with ICS are available source code will be too, so porting it from another device would be a waste of time.
Click to expand...
Click to collapse
its not hard to get ICS on zte blade as zte blade got a test verision of ICS
SWEATTAIMI said:
its not hard to get ICS on zte blade as zte blade got a test verision of ICS
Click to expand...
Click to collapse
Are you sharing it?
If not, it's still pretty hard.
http://forum.xda-developers.com/showthread.php?t=1312595
anyone please check this out maybe this can work
http://groups.google.com/group/android-building/msg/c0e01b4619a1455a?pli=1
Android ICS sourcecode is released! I belive that now in Cyanogenmod headquaters people hear red alert
uosiumen said:
http://groups.google.com/group/android-building/msg/c0e01b4619a1455a?pli=1
Android ICS sourcecode is released! I belive that now in Cyanogenmod headquaters people hear red alert
Click to expand...
Click to collapse
uosiumen said:
http://groups.google.com/group/android-building/msg/c0e01b4619a1455a?pli=1
Android ICS sourcecode is released! I belive that now in Cyanogenmod headquaters people hear red alert
Click to expand...
Click to collapse
Fail, u cant grab anything
Sent from my Transformer TF101 using xda premium
ICS on the Blade is booting!
But that's all it does
I used this ROM and replaced boot.img with CM N257. In the honeycomb port they fixed the flipped screen with patching libsurfaceflinger.so on offset 1AC90 but that does not work on ICS. Launcher FC's on first boot but does not after reboot.
Could you please upload that booting rom? I tried it and it won't even install. Even if nothing works, I would like to try several things on that to see if I can fix it, so if you upload it I would be very thankful
davidnintendo said:
Could you please upload that booting rom? I tried it and it won't even install. Even if nothing works, I would like to try several things on that to see if I can fix it, so if you upload it I would be very thankful
Click to expand...
Click to collapse
Take a working Rom for zte, and replace everything except build.prop and meta-inf folder
Sent from my LG-P500 using xda premium
FezzFest said:
ICS on the Blade is booting!
But that's all it does
I used this ROM and replaced boot.img with CM N257. In the honeycomb port they fixed the flipped screen with patching libsurfaceflinger.so on offset 1AC90 but that does not work on ICS. Launcher FC's on first boot but does not after reboot.
Click to expand...
Click to collapse
So correct me if im wrong, but you got ics booting on blade by using the g2 rom and boot.img from CM7 Latest nightly?
If so maybe start a new thread to track progress.
furrabbit.nh said:
So correct me if im wrong, but you got ics booting on blade by using the g2 rom and boot.img from CM7 Latest nightly?
If so maybe start a new thread to track progress.
Click to expand...
Click to collapse
LGP500 got bootloop on that, but thats our phone, so thats maybe work yes
SWEATTAIMI said:
LGP500 got bootloop on that, but thats our phone, so thats maybe work yes
Click to expand...
Click to collapse
I just tried it 10mins ago, it installs fine does not boot at all, no logcat output... Wonder if he/made any tweaks elsewhere.
I have a O1 somewhere might dig it out, and have a look
I got it booting! Screen is fliped, touchscreen doesn't seem to work at all and I couldn't test anything else because I can't press OK on the first tutorial screen, but it may be something to start with!
I'm uploading it right now, but I think it will take a while as my connection isn't working very well right now, but I'll post the link as soon as it's finished.
EDIT: OK. You'll have to be patient. Apparently, my 20 MB symmetric shared connection doesn't want to upload faster than 50 KB/s. It's always like this in the afternoon: too many people using it LOL. Hopefully it will be uploaded in 25 minutes or so.
davidnintendo said:
I got it booting! Screen is fliped, touchscreen doesn't seem to work at all and I couldn't test anything else because I can't press OK on the first tutorial screen, but it may be something to start with!
I'm uploading it right now, but I think it will take a while as my connection isn't working very well right now, but I'll post the link as soon as it's finished.
Click to expand...
Click to collapse
Thanks
Sent from my LG-P500 using xda premium
OK, fixed flipped screen & resolution. Thanks to smg22rus for the modified libsurfaceflinger.so.
Flashable ROM (for devs only!) can be found here
If you fix something, just post what you did to get it fixed, do not upload the whole ROM again.
That way, this thread stays clean & we have only one ICS ROM (not 10 different ones).
So finally our dev Tytung has brought us Jellybean 4.2.2 with almost all working features.
Finally camera, camcorder and panorama is here for 4.2.2.rom.
Facing any problems,feel free to post here and we will troubleshoot it for you?????
As you all know Tytung is not going to reply to any questions on Xda.
So you can post it here and get answers.
Long Live the Beast HD2 :laugh: :laugh:
Thanks to tytung for his hard work to keep our HD2 up to date.
Changelog:
V2.4 (Jul. 7, 2013)
Updated to CM-10.1.0 stable source code.
Fixed Bluetooth Tethering (Credits: marco.palumbi)
Added Privacy Guard support (Credits: CM)
Updated to Google Search 2.6.7.7219
Updated to Gmail 4.5.2-7141
Click to expand...
Click to collapse
V2.3 (Jun. 23, 2013)
Updated to CM-10.1.0-RC5 source code.
Updated to LowSoundFixer_v1.0.7.apk for fixing the low sound issue for CM-10.x. (Updated BT events. Not sure fix BT or not) (Credit: tytung)
Backported source code to fix native USB Tethering for CM-10.1 (frameworks_base) (Credit: tytung)
Added HWUI framework patch for CM-10.1 to support HWUI deny app HwaSettings.apk (Credits: royale1223 and tytung)
Allowed users to remove DSP Manager in the AROMA Installer. (Credit: tytung)
Fixed the black screen of incoming calls. (updated build.prop)
Updated the etc/init.d/99_lowmemorykiller tweak.
Updated to the latest hosts file (May-21-2013) for blocking ads.
Updated to Google Calendar 201305280
Updated to Google Maps 6.14.4
Updated to Google Play Store 4.1.6
Updated to Google Play services 3.1.36
Updated to Google Search 2.5.8.6757
Updated to Gmail 4.5-694836
Updated to YouTube 4.5.17
Click to expand...
Click to collapse
Changelog:
V2.2 (May 11, 2013)
Updated to CM-10.1.0-RC1 source code.
Included initrd.gz patch for NAND users. (Credit: marco.palumbi)
Included LowSoundFixer_v1.0.6.apk to fix the low sound issue for CM-10.x. (Credit: tytung)
Added WiFi Ad-Hoc Network support for CM-10.1 (wpa_supplicant v2.0 adhoc and Settings.apk) (Credit: tytung)
Backported source code to fix native WiFi Tethering for CM-10.1 (frameworks_base and netd) (Credit: tytung)
Updated to Google Play Store 4.0.27
Click to expand...
Click to collapse
I have a problem
Rahil S said:
So finally our dev has brought us Jellybean 4.2.2 with almost all working features,
including camera,wifi,bluetooth,gps. :good:
How many of you are using it?
Facing any problems?????
Long Live the Beast HD2 :laugh: :laugh:
Click to expand...
Click to collapse
I'm using sea_Jelly v2.0 Data On Ext but its not booting just stuck on evervolv logohttp://forum.xda-developers.com/images/icons/icon9.gif
CLK 1.4.0.1 320mb
cwm recovery v5.0.2.6
8gb class 4 micro sd (5.4 gb fat 32 default cluster/2gb ext4 default cluster)
help i cant post on the origanal tread because i dont have enough post to post in dev posthttp://forum.xda-developers.com/images/smilies/crying.gif
so please helphttp://forum.xda-developers.com/images/smilies/angel.gif
aazzam16661 said:
I'm using sea_Jelly v2.0 Data On Ext but its not booting just stuck on evervolv logohttp://forum.xda-developers.com/images/icons/icon9.gif
CLK 1.4.0.1 320mb
cwm recovery v5.0.2.6
8gb class 4 micro sd (5.4 gb fat 32 default cluster/2gb ext4 default cluster)
help i cant post on the origanal tread because i dont have enough post to post in dev posthttp://forum.xda-developers.com/images/smilies/crying.gif
so please helphttp://forum.xda-developers.com/images/smilies/angel.gif
Click to expand...
Click to collapse
Try to increase your system partition to 380mb and then try to reflash it.
Most problem are solved by it.
If not then u can PM me anytime. :good:
I am downloading Sea_JB v.2B and i can't wait to see how it works!
Aleks795 said:
I am downloading Sea_JB v.2B and i can't wait to see how it works!
Click to expand...
Click to collapse
The download link for Sea_JB v2B is not working, because there is too much load on site, but if you get to download then please let me know how it works after installation
It works like 4.1.1 but wifi running is lagging.
Aleks795 said:
It works like 4.1.1 but wifi running is lagging.
Click to expand...
Click to collapse
Is it so smooth????
Wifi is ok , i heard there are many problems with rom.
Can you share how you installed it, i mean tmous or eu, nand or native sd , sys partition.
It has problems with wake up, i don't know why.
I hd2 eu, nand+dataonExt, sys 300MB
Aleks795 said:
It has problems with wake up, i don't know why.
I hd2 eu, nand+dataonExt, sys 300MB
Click to expand...
Click to collapse
Increase your system partition size and then try it out
After few minutes it runs smoother, and there is no problem with wake up.
I think i have to change sdcard to faster and it will work perfectly. I didn't tested bt, camera etc yet.
Aleks795 said:
After few minutes it runs smoother, and there is no problem with wake up.
I think i have to change sdcard to faster and it will work perfectly. I didn't tested bt, camera etc yet.
Click to expand...
Click to collapse
Ok try it and let us know.
Even i want to try it but waiting for seaman2k to update link because other two link are not working.
Camera works good, but at second attempt (at first there was white stripes across screen)
Bluetooth works.
Aleks795 said:
Camera works good, but at second attempt (at first there was white stripes across screen)
Bluetooth works.
Click to expand...
Click to collapse
Thanks mate for updates, looks to be good rom.
Panorama and swype keyboard works?????
Have told seaman2k to upload a new link, will try as soon as new link is available.
Paranoid Android 2.99 data work - wifi not work
HellyBeanHD2 RC1 too data work - wifi not work
XYLON-EV V1 wifi work - data not work
Sea_JB V.2B wifi + data work
i tested 2 days latest 4.2.2 Roms. partition 400mb with class 10 sdcard (NAND dataonext4). My antutu score drop down to 2600~2800 1130 mghz. No big bugs in Roms but is not enough responsive and thinking time by start from apps it longer as 4.1.2 roms (Antutu 3400~3600) 1130 mghz. Launcher little bit buggy. All other stuff works. Anywhere have this to?
yakuzax1 said:
i tested 2 days latest 4.2.2 Roms. partition 400mb with class 10 sdcard (NAND dataonext4). My antutu score drop down to 2600~2800 1130 mghz. No big bugs in Roms but is not enough responsive and thinking time by start from apps it longer as 4.1.2 roms (Antutu 3400~3600) 1130 mghz. Launcher little bit buggy. All other stuff works. Anywhere have this to?
Click to expand...
Click to collapse
This are initial release so it is bit laggy, it will take a bit long to behave like 4.1.2.
Have you tried xylon rom, i think by far it is most smoothest 4.2.2 rom, with not much bug or lag.
if your looking for 4.2.2 then xylon rom is good with both data and wifi, try to increase you partition size.
If your happy with 4.1.2 then undoubtely tytung nexushd2 4.12 is best rom. smooth as butter and very responsive and consistent.
AW: Finally JB 4.2.2 with wifi.
You say it. Im on tytung Rom 4.1.2 1.4a at the Moment. For me its a best ROM for daily usage.
Gesendet von meinem NexusHD2 mit Tapatalk 2
yakuzax1 said:
You say it. Im on tytung Rom 4.1.2 1.4a at the Moment. For me its a best ROM for daily usage.
Gesendet von meinem NexusHD2 mit Tapatalk 2
Click to expand...
Click to collapse
You are right, its the best ROM.
Even i am sticking to same rom and will flash 4.2.2 when there will be release from tytung.:good:
I did flash the Seaman2k's 4.2.2 roms....i tried both of them, the PA and the normal version....alot of bugs and i would not recommend for daily use....not against it because i have been waiting for it for a very very long time...and i am using it because i like flashing different roms everyn week..
For Nexus S 01/02/2014
Cm 10.2.1 Stable
http://download.cyanogenmod.com/get/jenkins/57343/cm-10.2.1-crespo.zip
http://get.cm/get/e36
For gapps 20130813
http://goo.im/gapps/gapps-jb-20130813-signed.zip Working.
http://www.androidfilehost.com/?fid=23060877490000124 Working.
http://dongworkmod.org/gapps/gapps-jb-20130813-signed.zip.torrent Torrent.
CM 10.2.1 has been branched and released, officially ending our planned release process for Jellybean (Android 4.3) code. Included in the release are various devices that did not see a 10.2.0 build, such as the Droid RAZR HD, Photon Q, Nexus Q, Nook, Nook HD & HD+ and more. Downloads can be reached via our download portal using the following link.
This release does not bring a wealth of new features on top of 10.2.0, but instead focuses on bug fixes, APN updates, localization (translations), and some back port of code (and fixes) from CM11 (Android 4.4 Kitkat).
For those interested in a list of changes, feel free to browse our Gerrit for 10.2 mergers between December 2nd, 2013 and January 31st, 2014. To those who prefer to build your own releases, the 10.2.1 code can be found under the branch name ‘stable/cm-10.2′on our Github.
Source: http://www.cyanogenmod.org/blog/cm-10-2-1-maintenance-release
i wrote this for people that who didn't realized about Add ROW scheduler (android_kernel_samsung_crespo)
To activate it Setting/Performance settings/ i/o scheluder/ change it ROW instead of deadline and check the box which write apply at startup.
Source
lagloose said:
Hey people,
here's an alternate kernel for CM10.2 compiled from original CM sources, except following changes originally done by cn.fyodor:
- raise the max surfaceflinger FPS up to about 65~68
- make the Vsync thread more favorable for Android system
- squeeze a bit memories to userspace from the Kernel
This kernel should give a smoother UI experience. Klusark mentioned that raising FPS might break some apps. I didn't have any problems yet, but i guess this could happen for some games. Please report back here, if you find any problems. I agree with Klusark to not cut some more memory from 'camera space' to ensure all camera/video functions are working. However, if you like have a try, and tell me what you think.
Flash as usual via recovery. DO NOT wipe anything before and DO A BACKUP FIRST !!!
Download link
Greetz
Click to expand...
Click to collapse
Oh yeah
Many thanks!
The long wait is finally over!
Are there any issues or is everything working?
Gesendet von meinem Nexus S mit Tapatalk 4 Beta
4I-I said:
Are there any issues or is everything working?
Click to expand...
Click to collapse
Just finished downloading. Will flash and test for a while and report.
4I-I said:
Are there any issues or is everything working?
Gesendet von meinem Nexus S mit Tapatalk 4 Beta
Click to expand...
Click to collapse
I've been using it for an hour and there is no issues with the apps I use at least.
p.s. why is this not in the development section?
i can't open market or something with wi-fi and some times had camera problem not so much.
Victory! Downloading and will post impressions later on. Will try a dirty flash and see what happens
@maintainers of crespo device:
Just had a look at changelog...
IMHO you should re-enable system property 'ro.sys.fw.bg_apps_limit' in crespo build because it's very useful on low memory devices. So revert the 'revert' patch ( ) http://review.cyanogenmod.org/#/c/48640/
Greetz
wifi problem not related with the nightly it was my modem.
Everything (that I use) running smoothly.
Upgraded from @noloukos unofficial builds.
Dirty flash from cm10.1 nightly. Focal kinda force closes a lot and Nova gets killed almost all the time. Facebook app giving only ANR. But the ROM seems smoother.
Will probably do a full wipe when I get home
andrei1015 said:
Dirty flash from cm10.1 nightly. Focal kinda force closes a lot and Nova gets killed almost all the time. Facebook app giving only ANR. But the ROM seems smoother.
Will probably do a full wipe when I get home
Click to expand...
Click to collapse
focal just once worked for me when i open the normal camera first.
Been testing for almost five hours. Had all my user apps from 4.2 installed on the ROM. I have to admit the ROM is pretty smooth compared to 4.2.2. The only bug I noticed is the FC when switching from primary cam to secondary(back) cam and back to primary cam again. Also, data connection upstream and downstream arrows don't show up on the signal bars when enabling 3G.
Yes, cameras are a bit buggy.
Anyone using Nova Launcher? Is it getting killed a lot? Like after going back from any app?
Focal and camera not working for me.
Also, cant redefine the lockscreen shortcuts.
Downloading.. :good::good:
No love for be nexus s 4g
Sent from my Nexus S 4G using xda premium
Hello XDA community!
As you know, Sammobile announced that I9300 won't get official Kitkat update from Samsung. You can get more information from there;
http://www.sammobile.com/2014/05/07/heres-a-list-of-samsung-devices-getting-the-android-4-4-kitkat-update/
But Samsung released official Kitkat update for International Note 2 (N7100) from OTA. Almost everyone believed in this update is canceled because of low RAM. I did not believe it. So, I started to work to boot N7100XXUFND3 on I9300.
The ROM is about 1.8 GB, we have 1.5 GB partition size for system. There is no way to boot on NAND without partition eMMC. I partitioned my 16GB sdcard and install the ROM to sdcard. I changed the kernel from I9300XXUGNB6. And it booted.
It's running pretty smooth even running on sdcard. Of course it crashes sometimes, but not a big deal. The most important things are not working too (like RIL, WiFi)
Here's a video of demonstration;
Here's RAM usage;
https://drive.google.com/file/d/0B3U72O5ZZ8z-YmJ6UWlMRmtGZmc/edit?usp=sharing
So, What's your opinion about canceling update?
Only commercials, if they update an with years old phone they don't sell more s4 and s5
Inviato dal mio GT-I9300 utilizzando Tapatalk
Great job brother but huge disappointment as Google stated that kk can work on devices lower than 512mb of ram easily yet Samsung cancelled it due to ram limitations not genuine reason possibly they would bring a update in the near future neglecting a flagship device is seriously awful!
Sent from my GT-I9300 using Tapatalk
Well have kitkat, believe me. If you do the same with the KitKat update for the GT-I9305 instead of the Note2 firmware it will be better. Wifi will work, and RIL most probably too after some little changes.
I will try my best to port the upcoming GT-I9305 KitKat update to the GT-I9305. If you could tell me what you have done in order to port the firmware, that would be awesome! Maybe we can team up and start porting as soon as the update is available?
BTW: Why havent you debloated the rom to shrink it a bit? Removing all unnessesary apps from /system/app and /priv-app could make it smaller than 1,5GB
XeLLaR* said:
Well have kitkat, believe me. If you do the same with the KitKat update for the GT-I9305 instead of the Note2 firmware it will be better. Wifi will work, and RIL most probably too after some little changes.
I will try my best to port the upcoming GT-I9305 KitKat update to the GT-I9305. If you could tell me what you have done in order to port the firmware, that would be awesome! Maybe we can team up and start porting as soon as the update is available?
BTW: Why havent you debloated the rom to shrink it a bit? Removing all unnessesary apps from /system/app and /priv-app could make it smaller than 1,5GB
Click to expand...
Click to collapse
-If Samsung release Kitkat for GT-I9305, I'll do my best for porting it to I9300 too.
-I don't want to remove any apk for testing RAM usage (reason of cancelling)
-I changed only kernel, and it booted.
-We can make a team for porting of course, why not?
forumber2 said:
-If Samsung release Kitkat for GT-I9305, I'll do my best for porting it to I9300 too.
-I don't want to remove any apk for testing RAM usage (reason of cancelling)
-I changed only kernel, and it booted.
-We can make a team for porting of course, why not?
Click to expand...
Click to collapse
Ahh that makes sense amd im happynto hear that you want to team up! In the past i have ported several things and i think that we can do it together! The only thinh i worry about is the RIL. Lets hope samsung releases the S3 LTE firmware soon so we can start working on it.
Also a thing with the S3 LTE is that it has a different partition layout. We must take care of that and be very carefull in what we do. Unlike the note2 we cant just flash it and see what happens.
Gesendet von meinem GT-I9300 mit Tapatalk 2
XeLLaR* said:
Ahh that makes sense amd im happynto hear that you want to team up! In the past i have ported several things and i think that we can do it together! The only thinh i worry about is the RIL. Lets hope samsung releases the S3 LTE firmware soon so we can start working on it.
Also a thing with the S3 LTE is that it has a different partition layout. We must take care of that and be very carefull in what we do. Unlike the note2 we cant just flash it and see what happens.
Gesendet von meinem GT-I9300 mit Tapatalk 2
Click to expand...
Click to collapse
Note 2 has a different partitio layout too.
as a normal user, I'm going to hope that Samsung leaks GS3 KitKat Drivers, Kernel and sth like that.. And if they do, it may help you developers.
Thanks for trying to help all of us Kitkat wanters
Sam**** will definetly not release any Kernel source without releasing a rom along with it. Thats for sure. But we can take stuff from GT-i9305 and Note2 so were good for the next time....atleast till the next major Android version.
Gesendet von meinem GT-I9300 mit Tapatalk 2
A few thoughts:
-RIL: I guess the baseband is loading modem FW from NAND even when booting from SD card. Could also be an EFS issue.
-WiFi is probably Knox interfering with module loading, as seen on the I9305.
-Storage is a consequence of booting from SD card.
-Sensors are either a HW mismatch between S3 and NoteII, or a failure to mount the Firmware partition.
Try to debloat and flash on NAND.
Sent from my GT-I9305 using XDA Free mobile app
forumber2 can you post here your rom here so somebody can debloat it or help you with it ???
Ok. So let get this straight. what you actually did is that you modified build.prop (someone posted once here how it should look) and replaced the boot. (bin, I guess) with a stock kernle from S3, right ? And you installed it on the SD card because you needed more space ? If this is right, then please upload the ROM here, and I will debloat it for you
I will still try to do this. Also, the build.prop was uploaded on XDA with the news that S3 won't receive official KK. I will remove some Google stuff and then let the flash begin
Andr3y29 said:
Ok. So let get this straight. what you actually did is that you modified build.prop (someone posted once here how it should look) and replaced the boot. (bin, I guess) with a stock kernle from S3, right ? And you installed it on the SD card because you needed more space ? If this is right, then please upload the ROM here, and I will debloat it for you
I will still try to do this. Also, the build.prop was uploaded on XDA with the news that S3 won't receive official KK. I will remove some Google stuff and then let the flash begin
Click to expand...
Click to collapse
Nope, the video is legit. Look at the lockscreen and the settings app. Baseband version is also unknown, which is a sign that this is a legit port.
P.S: What are you gonna do with this rom? Its useless...WiFi and RIL doesnt work...
XeLLaR* said:
Nope, the video is legit. Look at the lockscreen and the settings app. Baseband version is also unknown, which is a sign that this is a legit port.
P.S: What are you gonna do with this rom? Its useless...WiFi and RIL doesnt work...
Click to expand...
Click to collapse
I didn't said it is not legit. in fact, I wanted to know what to do to use it myself And I would probably end just by testing it for few hours, probably testing some random modems / (restoring EFS :-? ). And @henrylife , who is porting the S5 ROM said that every 4.3 kernel works on that, so... probably ending dual-booting it. Found on Note II's thread even ROMs with like 600-700MB.
.NetRolller 3D said:
A few thoughts:
-RIL: I guess the baseband is loading modem FW from NAND even when booting from SD card. Could also be an EFS issue.
-WiFi is probably Knox interfering with module loading, as seen on the I9305.
-Storage is a consequence of booting from SD card.
-Sensors are either a HW mismatch between S3 and NoteII, or a failure to mount the Firmware partition.
Try to debloat and flash on NAND.
Sent from my GT-I9305 using XDA Free mobile app
Click to expand...
Click to collapse
-RIL: I think I just need to change RIL blobs tp get it work. It's easy
-WiFi: Maybe KNOX, maybe WiFi modules (dhd.ko) causes the problem. We should try
-Storage: The storage problem isn't causing by booting from sdcard, I tried boot from sdcard with CM11 and I9300XXUGNB6. Those had not any problems about storage. I think I need to change mount commands in ramdisk.
-Sensors: Android Sensor Service is updated in Kitkat. So, we need newer sensor driver of I9300. Maybe we can use CM11 opensource driver.
Andr3y29 said:
Ok. So let get this straight. what you actually did is that you modified build.prop (someone posted once here how it should look) and replaced the boot. (bin, I guess) with a stock kernle from S3, right ? And you installed it on the SD card because you needed more space ? If this is right, then please upload the ROM here, and I will debloat it for you
I will still try to do this. Also, the build.prop was uploaded on XDA with the news that S3 won't receive official KK. I will remove some Google stuff and then let the flash begin
Click to expand...
Click to collapse
I didn't change anything in /system partition. I changed only boot.img. I can't upload it, but if you want to play with this, you can download the ROM from sammobile or samsung-updates.
______________________________________________
I'm not gonna contiune to port Note 2 firmware. If Samsung will release Kitkat for I9300, I'll do my best
forumber2 said:
-RIL: I think I just need to change RIL blobs tp get it work. It's easy
-WiFi: Maybe KNOX, maybe WiFi modules (dhd.ko) causes the problem. We should try
-Storage: The storage problem isn't causing by booting from sdcard, I tried boot from sdcard with CM11 and I9300XXUGNB6. Those had not any problems about storage. I think I need to change mount commands in ramdisk.
-Sensors: Android Sensor Service is updated in Kitkat. So, we need newer sensor driver of I9300. Maybe we can use CM11 opensource driver.
I didn't change anything in /system partition. I changed only boot.img. I can't upload it, but if you want to play with this, you can download the ROM from sammobile or samsung-updates.
______________________________________________
I'm not gonna contiune to port Note 2 firmware. If Samsung will release Kitkat for I9300, I'll do my best
Click to expand...
Click to collapse
The Sensor driver should be easy, we can take blobs from the GT-i9305 Update. BTW: Im going to create a developer port thread this evening..lets see what we can do.
To get storage to Mount 100% you will need to modify the vold. Fstab file. Once done your storage should work correctly. If you need help With RIL let me know via PM. Also i Can help you get these bugs ALL ironed out TODAY. Just PM me thanks.
---------- Post added at 03:22 PM ---------- Previous post was at 03:20 PM ----------
XeLLaR* said:
The Sensor driver should be easy, we can take blobs from the GT-i9305 Update. BTW: Im going to create a developer port thread this evening..lets see what we can do.
Click to expand...
Click to collapse
Dont need sensor driver from i9305 kk build i Can modify our curent driver to work on kk build. Its Not Easy But With a few hours And a few logcats Ill get It Done.
---------- Post added at 03:37 PM ---------- Previous post was at 03:22 PM ----------
Also OP this is 100% usable With NAND. Just move some Google apps to /data when flashing And It will Fit perfectly atleast that Way your still able to test ram usage
I am porting note2 kk firmware. I have Also removed Knox from the firmware as It only cause problems for me. Once Im happy Ill release It so you can all test. Please bare With It Im working off my Phone unlimited connection so upload And download are Very slow. Thanks.
This new kk build will be 100% NAND compatible. Thanks.
fastfix2013 said:
I am porting note2 kk firmware. I have Also removed Knox from the firmware as It only cause problems for me. Once Im happy Ill release It so you can all test. Please bare With It Im working off my Phone unlimited connection so upload And download are Very slow. Thanks.
This new kk build will be 100% NAND compatible. Thanks.
Click to expand...
Click to collapse
Sounds nice, PM me if you need help or a tester
Gesendet von meinem GT-I9300 mit Tapatalk 2
XeLLaR* said:
Sounds nice, PM me if you need help or a tester
Gesendet von meinem GT-I9300 mit Tapatalk 2
Click to expand...
Click to collapse
Just Making needed changes to our kernel so its able to boot kk. Once thats done i will boot It n upload Screenshots n video. Once i am happy everything needed is working Ill release to you in PM to test.
I Think if your Good enough to port a rom And show us all It on xda. Then u should release It Not Just Say Im Not going to continue It. If i port a rom ILL RELEASE its that simple Ill keep you all Updated throughout my work. Thanks
Originally Posted by kopbem37
Hello! I made the update Beta 2, Its sent out to my tester,
Here is the link if anyone wants to try it http://www46.zippyshare.com/v/41799383/file.html
Follow the instructions in the thread if you dont understand how to install it,
Anyways, Feel free to thanks this thread,
What i have done
Made socure files for wifi
Made socure files for 3g
Fixed some bugs in apps
Click to expand...
Click to collapse
Do someone have this beta 2 ? or do someone know how to fix Wi-Fi on this Beta 1 " Made socure files for wifi " ?
Here is the link for Beta 1 - https://code.google.com/archive/p/ics-for-x8/downloads
What works/does not? I'm one of the few who still has this incredible phone, and I love it even to this day and running android 4 on it would be awesome The only problem I have with ICS on this phone, is that camera does not work, and I kinda need it to work, both video and photo.
thelittlediyworld said:
What works/does not? I'm one of the few who still has this incredible phone, and I love it even to this day and running android 4 on it would be awesome The only problem I have with ICS on this phone, is that camera does not work, and I kinda need it to work, both video and photo.
Click to expand...
Click to collapse
Did you get android 4 on the phone? Is there an android 4 corresponding lineageos version?
Thank you.