Recent content by Treeki

  1. T

    Post [Port][App] GS3 TouchWiz camera app for all AOSP 4.2.2 ROMs [4.3 beta now available!]

    : The I9300 is the only phone I have and I'm not planning to get another one for 2-3 years, and it may not be a Samsung phone :p If anyone's interested in porting to other phones, I can write up some notes about how I did this and the required APK/binary mods... I could possibly put together...
  2. T

    Post [Port][App] GS3 TouchWiz camera app for all AOSP 4.2.2 ROMs [4.3 beta now available!]

    No chance that's gonna work... Porting the camera from the i9505 4.3 TW ROM could work but this exact mod definitely won't, the camera module it includes is specific to the Note 2 and international S3 which both have the Exynos 4412 SoC and the same camera.
  3. T

    Post [Port][App] GS3 TouchWiz camera app for all AOSP 4.2.2 ROMs [4.3 beta now available!]

    Well, I think my previous bootloop might not actually have been caused by the media stuff - I had edited my build.prop to add qemu.hw.mainkeys=1 but I hadn't changed permissions on it, and I think that was the issue. Really stupid bug! I tried swapping the libmedia.so/libaudioflinger.so and...
  4. T

    Post [Port][App] GS3 TouchWiz camera app for all AOSP 4.2.2 ROMs [4.3 beta now available!]

    As much as I would like it to.. camcorder is not gonna happen :( For regular camera usage, you only need to replace libcamera_client.so and libcameraservice.so with the TW versions - and they are compatible with a small edit to mediaserver. For camcorder/video recording, you need libmedia.so...
  5. T

    Post [Port][App] GS3 TouchWiz camera app for all AOSP 4.2.2 ROMs [4.3 beta now available!]

    I've been working on a 4.3 port since yesterday from the Note 2, and I have it somewhat working now but need to test + fix all features, disable shooting modes that don't work, launch AOSP gallery instead of TW, etc ... I think this means that the mod will also work on the Note 2, which would...
  6. T

    Post [Port][App] GS3 TouchWiz camera app for all AOSP 4.2.2 ROMs [4.3 beta now available!]

    Ah, I thought of this earlier but I was checking XDA through the app and wasn't sure if I could edit the title there. Thanks for the reminder, will do now!
  7. T

    Post [Port][App] GS3 TouchWiz camera app for all AOSP 4.2.2 ROMs [4.3 beta now available!]

    Flashed CM10.2, and... [email protected]:/ # mediaserver CANNOT LINK EXECUTABLE: could not load library "libaudioflinger.so" needed by "mediaserver"; caused by could not load library "libmedia.so" needed by "libaudioflinger.so"; caused by could not load library "libcamera_client.so" needed by...
  8. T

    Post [Port][App] GS3 TouchWiz camera app for all AOSP 4.2.2 ROMs [4.3 beta now available!]

    Whoa, I don't check this thread for a few days and it has grown by a few pages :o I really don't know if this mod will work on 4.3 until Samsung releases an official 4.3 TW ROM... If I have some free time tonight, I'll back up my apps and flash CM10.2 and see how it goes. Changing graphics is...
  9. T

    Thread Google Services keeps downloading OTA 4.3 on a custom ROM - how do I turn it off?

    How can I cancel an OTA update download? I noticed yesterday that I had somehow used up my entire data cap even though I should still have had over 100mb left (I regularly tether my Nexus 7 to my phone). I checked the Data Usage menu, and.. "Google Services" has been downloading the 4.3 OTA...
  10. T

    Post [Port][App] GS3 TouchWiz camera app for all AOSP 4.2.2 ROMs [4.3 beta now available!]

    If you want to fully remove this mod and revert your system to how it was before, you will have to flash your ROM again or restore a backup. However, you don't need to restore the AOSP Camera/Gallery because this mod doesn't remove or replace it-- if you install the mod you will have both apps...
  11. T

    Post [Port][App] GS3 TouchWiz camera app for all AOSP 4.2.2 ROMs [4.3 beta now available!]

    Thank you all for the comments :D The Qualcomm and Exynos chips used by the US and international S3 respectively are very different, so the files included in my mod will not work. I think you might be able to create a similar patch through taking the same files from the Sprint TW ROM, but it's...
  12. T

    Post [Port][App] GS3 TouchWiz camera app for all AOSP 4.2.2 ROMs [4.3 beta now available!]

    http://dl.dropboxusercontent.com/u/4558613/SCam.html however, much of the info there doesn't apply any more because the mod no longer requires editing the Android source... I found out that the internal layout of the camera classes doesn't actually matter as long as all the relevant function...
  13. T

    Post [Port][App] GS3 TouchWiz camera app for all AOSP 4.2.2 ROMs [4.3 beta now available!]

    Welp. I was going to post a picture of myself facepalming... taken with the TW camera app, of course... but I figured XDA is just a bit too public for that. :p It turned out that one single byte in mediaserver was all I needed to change for my original attempt from several days ago to work. I...
  14. T

    Post [Port][App] GS3 TouchWiz camera app for all AOSP 4.2.2 ROMs [4.3 beta now available!]

    Hm.. that's something I hadn't thought about yet :x I will try and publish a new one every few days but I don't have the resources to make daily builds, unfortunately... Now that I have some more experience with the Android build system and I know exactly what needs to be changed, I'm going...
  15. T

    Post [Port][App] GS3 TouchWiz camera app for all AOSP 4.2.2 ROMs [4.3 beta now available!]

    Just as I expected :( I'll have to figure out a fix for this somehow... Writing to /data does seem to work, so maybe I can patch the Samsung lib to store burst shots there, and move them to the SD card from the camera apk :x Apologies for the confusing instructions :< I think I got carried...