Decrypt AOSP Email.apk and edit the source code? Possible? - AT&T Samsung Galaxy S 4 Q&A, Help & Troubleshootin

Is there anyway to look at this source code?

Yeah just have to download the source in Linux and go from there
Wayne Tech Nexus

Related

Samsung releases captivate source code...

http://www.droiddog.com/android-blog/2010/07/samsung-releases-captivate-source-code/
Has anyone seen this?
Does anyone know if this includes the encrypted drivers that are currently a hurdle in the path of custom ROM development?
I saw more files there than in the Galaxy S source, and for a moment thought the source was there, but actually it was just leftovers from the build process and the source still isn't there.
However, asedeno claims that Samsung are going to release the source, as the modules are GPL:
http://forum.xda-developers.com/showpost.php?p=7422651&postcount=55
(I'm still not sure if we're confusing "encrypted" with "compiled" here, though..?)
metadan said:
http://www.droiddog.com/android-blog/2010/07/samsung-releases-captivate-source-code/
Click to expand...
Click to collapse
GT-i9000 source is also available online - hxxp://forum.xda-developers.com/showthread.php?t=740378

Release of 2.3 mean cyMOD?

just wondering because isnt that why they stop progress?
markawashington said:
just wondering because isnt that why they stop progress?
Click to expand...
Click to collapse
1. 2.3 has not been officially released for the Epic. We only have binary leaks, no source code.
2. The CM 7 team is waiting for the official release of 2.3 because the GPL requires Samsung to release the source code then.
The CM7 team needs the source code for the customized Epic kernel & drivers. They may need other source code poeces too.
tl:dr No, since they still do not have the needed source code.
Find more details here. http://forum.xda-developers.com/showpost.php?p=16147166&postcount=24

Source Released?

Is This what we have been awaiting:
http://www.androidpolice.com/2012/0...axy-tab-7-0-plus-galaxy-tab-10-1-p7500-p7510/
?
Cool... does that mean we can maybe get a working Phone app for those of us with 3G?
Or is that the Modem bit and separate?
You can find the kernel source here opensource.samsung.com

Add Specific Kernel Source To Paranoid Android Source

i have download pa source code but there is no kernel source there, but i have kernel source for my device separately ,,so how can i combine that kernel code to pa source code......
or do i need to build the kernel separately,if so please guide me how to add compiled kernel to pas source and then compile pa source code.....
anurag.dev1512 said:
i have download pa source code but there is no kernel source there, but i have kernel source for my device separately ,,so how can i combine that kernel code to pa source code......
or do i need to build the kernel separately,if so please guide me how to add compiled kernel to pas source and then compile pa source code.....
Click to expand...
Click to collapse
kernel is in the vendor manifest - depending on what deivce you run.
here's makos: https://github.com/ParanoidAndroid/android_vendor_pa/blob/jb43/manifests/mako.adds
pa is a no worries build box. fetch the manifest, lunch and do ./rom-build-sh mako --- it fetches everything by itself, kernels, drivers, etc.
my device GT-i9003(A variant of Galaxy s)
molesarecoming said:
kernel is in the vendor manifest - depending on what deivce you run.
here's makos: https://github.com/ParanoidAndroid/android_vendor_pa/blob/jb43/manifests/mako.adds
pa is a no worries build box. fetch the manifest, lunch and do ./rom-build-sh mako --- it fetches everything by itself, kernels, drivers, etc.
Click to expand...
Click to collapse
I AM TRYING TO COMPILE IT FOR GALAXY SL(GT-I9003)....
AND HOW CAN I ADD CUSTOMIZED KERNEL FOR MY DEVICE IN THE PARANOID MANIFEST...
when i m doing lunch it shows "No such file ~/.lunchrc"...
There is a build support thread http://forum.xda-developers.com/showthread.php?t=1863547
Sent from my Nexus 4 using xda app-developers app
I downloaded the pa source code from your posted link....i faced the issue mentioned above then i m asking for help on xda...
i m unable to locate local manifest file
Sent from my GT-i9003 using xda app-developers app
anurag.dev1512 said:
I downloaded the pa source code from your posted link....i faced the issue mentioned above then i m asking for help on xda...
i m unable to locate local manifest file
Sent from my GT-i9003 using xda app-developers app
Click to expand...
Click to collapse
./repo/local_manifests/roomservice.xml
dunno for what you need it though. just create the *.adds file in pa/vendor
@molesarecoming Roomservice was broken I think, adds and removes py didn't work for me last time I tried...
Need a help for porting PA to GT-i9003
SferaDev said:
@molesarecoming Roomservice was broken I think, adds and removes py didn't work for me last time I tried...
Click to expand...
Click to collapse
since u have ported PA to GT-i9000,,, plzzz can u help me to port PA to GT-i9003
I have pa source code downloaded and the kernel source for GT-i9003 is at
https://github.com/dhiru1602/android_kernel_samsung_latona
and device source at
https://github.com/dhiru1602/android_device_samsung_galaxysl
I just want help how to include these two different sources in the manifest and compile them all together...
help required
molesarecoming said:
./repo/local_manifests/roomservice.xml
dunno for what you need it though. just create the *.adds file in pa/vendor
Click to expand...
Click to collapse
since u have ported PA to GT-i9000,,, plzzz can u help me to port PA to GT-i9003
I have pa source code downloaded and the kernel source for GT-i9003 is at
https://github.com/dhiru1602/android...samsung_latona
and device source at
https://github.com/dhiru1602/android...msung_galaxysl
I just want help how to include these two different sources in the manifest and compile them all together...
plzzz help me....
Anu6is said:
There is a build support thread http://forum.xda-developers.com/showthread.php?t=1863547
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
since u have ported PA to GT-i9000,,, plzzz can u help me to port PA to GT-i9003
I have pa source code downloaded and the kernel source for GT-i9003 is at
https://github.com/dhiru1602/android...samsung_latona
and device source at
https://github.com/dhiru1602/android...msung_galaxysl
I just want help how to include these two different sources in the manifest and compile them all together...
anurag.dev1512 said:
since u have ported PA to GT-i9000,,, plzzz can u help me to port PA to GT-i9003
I have pa source code downloaded and the kernel source for GT-i9003 is at
https://github.com/dhiru1602/android...samsung_latona
and device source at
https://github.com/dhiru1602/android...msung_galaxysl
I just want help how to include these two different sources in the manifest and compile them all together...
Click to expand...
Click to collapse
The reason I provided a link to the build support thread was so that you could seek assistance there. That's why the thread exists
http://forum.xda-developers.com/showthread.php?t=1863547
Please post your questions there...
plzzzzz... reply
Anu6is said:
The reason I provided a link to the build support thread was so that you could seek assistance there. That's why the thread exists
http://forum.xda-developers.com/showthread.php?t=1863547
Please post your questions there...
Click to expand...
Click to collapse
hey brooo... just wanted help for last time ...
i m almost done with setup and about to compile PA for GT-I9003 ...
i wanted to ask that i m using raring ringtail(Ubuntu 13.04) will it interupt the compilation...
Finally added device specific stuff to source
after a long time i found stable device specific stuff for my device gt-i9003
first created local_manifests folder in .repo directory then roomservice.xml file and pasted the following in that xml file
Code:
<manifest>
<project name="dhiru1602/android_vendor_samsung_galaxysl" path="vendor/samsung/gt-i9003" remote="github" revision="cm-10.2" />
<project name="dhiru1602/android_kernel_samsung_latona" path="kernel/samsung/gt-i9003" remote="github" revision="cm-10.2"/>
<project name="dhiru1602/android_device_samsung_galaxysl" path="device/samsung/gt-i9003" remote="github" revision="cm-10.2"/>
</manifest>
the first project is vendor setup
second project is kernel source for my device
third project is device specific files...
if i m wrong anywhere plzzz let me know....

Axon 7 Source Code

Is it possible to get the Axon 7 Source Code ? Is Android not open source ?
dodo34 said:
Is it possible to get the Axon 7 Source Code ? Is Android not open source ?
Click to expand...
Click to collapse
Nope, it is money base.
dodo34 said:
Is it possible to get the Axon 7 Source Code ? Is Android not open source ?
Click to expand...
Click to collapse
Android is open source, but MiFavor isn't
dodo34 said:
Is it possible to get the Axon 7 Source Code ? Is Android not open source ?
Click to expand...
Click to collapse
Source code of physical device? I guess no, as there is none. For android, it is open source. Even more, axons kernel sources are to download on zte website. The propertiary software is not open source though and this includes mifavor and DACs drivers.
Here you can find all Source Codes !!
http://opensource.ztedevice.com

Categories

Resources