LG ICS camera on CM10 - LG Optimus 2x

Hey guys,
I used the stock LG camera app when I had stock ICS on my phone and it made the best pictures I ever took with my phone. Did anyone try to patch it to be used with CM10? Or is it possible to just install it on CM10 some how?
thanks in advance

why don't u try to copy the one from ICS then push it to system/apps then see if it's working..

I tried that..Says" Cannot connect to camera". Cleared data too, but no it FC's..

Could you upload lg ics stock cam please? Maybe we can do something.
Sent from my LG-P990 using xda app-developers app

I tried also(i am no dev) but can't make it 2 work on cm10
Would be verry happy also if one can port ics cam to cm10

cm photo sucks :c

wfd said:
Could you upload lg ics stock cam please? Maybe we can do something.
Sent from my LG-P990 using xda app-developers app
Click to expand...
Click to collapse
... that would be so great if someone get ported a better camera to CM10.
I were for a short time on CM10 from pengus, he does a fabulous job!!!, it's really nice, but went back to guestes CM7 hybrid, cause I need a good mobile camera and quality is much better than cm10, using it very often.
The 2x camera has great potencial and if its possible to make e.g. ICS camera work on CM10, if its so good, this would be awesome!!!
I uploaded ICS camera from DjangoManouche X 1.1... If more files are needed, some libs or so i can upload this too! :fingers-crossed:

...here is the one from DjangoManouche X1.2. (ICS 30b). Its newer and file size is different. Maybe its a better update...

Wow I really wait this port

If the LG camera app utilizes some proprietary LG framework, like HTC Sense and Samsung Touchwiz, then it won't be possible to port it to an AOSP ROM that uses the default AOSP framework.
Sent from my Desire HD using xda premium

sashank said:
If the LG camera app utilizes some proprietary LG framework, like HTC Sense and Samsung Touchwiz, then it won't be possible to port it to an AOSP ROM that uses the default AOSP framework.
Sent from my Desire HD using xda premium
Click to expand...
Click to collapse
This exactly.

sashank said:
If the LG camera app utilizes some proprietary LG framework, like HTC Sense and Samsung Touchwiz, then it won't be possible to port it to an AOSP ROM that uses the default AOSP framework.
Sent from my Desire HD using xda premium
Click to expand...
Click to collapse
well the gingerbread camera from LG was ported to CM7
so I guess it would be possible to port stock ICS to CM10
honeslty I am hoping this happens since I want constant 30fps recording on CM10(irrespective of the lighting conditions)

Add missing Windows.extend .smali to framework.jar and change Android/os/enviroment getStorage in camera to match CM10 get me logcat i can maybe help.
I had an idea not sure it would work if we were to all LG Stuff from framework.jar and make a new JAr called LG.jar add it to permissions and mod manifest with that string uses library to point to LG.jar would it not work just like MIUI where miui apps use the MIUI instead of CM10 classes?

defcomg said:
Add missing Windows.extend .smali to framework.jar and change Android/os/enviroment getStorage in camera to match CM10 get me logcat i can maybe help.
I had an idea not sure it would work if we were to all LG Stuff from framework.jar and make a new JAr called LG.jar add it to permissions and mod manifest with that string uses library to point to LG.jar would it not work just like MIUI where miui apps use the MIUI instead of CM10 classes?
Click to expand...
Click to collapse
I see you are expert on modding camera?
Can you please mod the JB cam so it saves to extern sdcard and up the bitrate and fps
Thanksss

defcomg said:
Add missing Windows.extend .smali to framework.jar and change Android/os/enviroment getStorage in camera to match CM10 get me logcat i can maybe help.
I had an idea not sure it would work if we were to all LG Stuff from framework.jar and make a new JAr called LG.jar add it to permissions and mod manifest with that string uses library to point to LG.jar would it not work just like MIUI where miui apps use the MIUI instead of CM10 classes?
Click to expand...
Click to collapse
If you could do something with the cam would be awesome. CM10 camera quality isn´t really good and you can´t use flash, photos get very milky.
The CM10 camera was one reason that I´m on ICS right now. Camera here takes good photos and work fine with flash.
Unfortunately I can´t upload logcat from CM10, maybe someone else? Or do you mean you need ICS logcat?

KillerbeeNL said:
I see you are expert on modding camera?
Can you please mod the JB cam so it saves to extern sdcard and up the bitrate and fps
Thanksss
Click to expand...
Click to collapse
Not an expert just try to help where i can for the FPS i could maybe try to hex the camera.tegra.so file to set default fps to 60 not sure how different it is to the omap4 one i was able to set it to 60fps worked on ICS on CM it showed 60fps supported but only did 30. When you start Camera UP on ICS what are the supported FPS Modes should see something like 5,15,24,30 check if it is the same ics as far as i know the userspace module/driver from ics should be the same as JB so the camera should act the same unless there non standard invocation in camera.tegra.so like on omap the O3D you can change Capture mode to ZSL that is not in framework nor is it in CM10 Camera. as for bitrate Changes to media_profiles.xml should do the trick. SAving to extern sd is doable the camera contains no paths to storage it uses the getStorage something path which returns sdcard0 then Calls the DCIM Path set in Framework the makes the path storage/sdcard0/DCIM they key is to add Const string with sdcard1 as the path to overide default path
franky_z said:
If you could do something with the cam would be awesome. CM10 camera quality isn´t really good and you can´t use flash, photos get very milky.
The CM10 camera was one reason that I´m on ICS right now. Camera here takes good photos and work fine with flash.
Unfortunately I can´t upload logcat from CM10, maybe someone else? Or do you mean you need ICS logcat?
Click to expand...
Click to collapse
Saving to ext SD is doable i have done it on 4.2Camera. When you say flash. Do you mean Flash is disabled or will not fire when enabled or it just screws the photos up?
I will need the camera so file in /lib/hw ics cam + cm10 will see what i can do

defcomg said:
Saving to ext SD is doable i have done it on 4.2Camera. When you say flash. Do you mean Flash is disabled or will not fire when enabled or it just screws the photos up?
I will need the camera so file in /lib/hw ics cam + cm10 will see what i can do
Click to expand...
Click to collapse
OK, here is a zip with all you need. I renamed the files and added "ICS_" and "CM10_" in front. If you need something else, tell me!
The flash of the CM10 camera works and flashes but the picture is very milky and looks overexposed. Normally the camera adjusts when its too bright, but this does not work (in my tests).
Thanks in advance! :good:

Relating to the Flash the only Diff Parameter between ICS Cam and CM10 is
Code:
invoke-virtual {p1, v2}, Landroid/hardware/Camera$Parameters;->setExposureCompensation(I)V
it exist on ICS Camera but not on CM10
Test a CameraFV-5 on ICS and JB they should give the same as Camera Param in Framework and camera.tegra.so are the same i think they difference might be in libcameraservice + libcameraclient
found this in camera.tegra.so
"OMX.Nvidia.index.config.autoframerate" so i made highest frame 90 > 60 > 30 > 24 >20
try it then go to media_profiles change from maxFrameRate="30" /> to maxFrameRate="90" />
then in <CamcorderProfiles cameraId="0">
<EncoderProfile quality="720p"
frameRate="60" /> / frameRate="30" /> / frameRate="90" />
JPEG Quant Table
Code:
.data:0003BDC4 myCustomQuantTables DCB 1, 0x10, 0xB, 0xA, 0x10, 0x18, 0x28, 0x33, 0x3D, 0xC
.data:0003BDC4 ; DATA XREF: .data:CustomQuantTableso
.data:0003BDC4 DCB 0xC, 0xE, 0x13, 0x1A, 0x3A, 0x3C, 0x37, 0xE, 0xD, 0x10
.data:0003BDC4 DCB 0x18, 0x28, 0x39, 0x45, 0x38, 0xE, 0x11, 0x16, 0x1D
.data:0003BDC4 DCB 0x33, 0x57, 0x50, 0x3E, 0x12, 0x16, 0x25, 0x38, 0x44
.data:0003BDC4 DCB 0x6D, 0x67, 0x4D, 0x18, 0x23, 0x37, 0x40, 0x51, 0x68
.data:0003BDC4 DCB 0x71, 0x5C, 0x31, 0x40, 0x4E, 0x57, 0x67, 0x79, 0x78
.data:0003BDC4 DCB 0x65, 0x48, 0x5C, 0x5F, 0x62, 0x70, 0x64, 0x67, 0x63
.data:0003BDC4 DCB 0x11, 0x12, 0x18, 0x2F, 0x63, 0x63, 0x63, 0x63, 0x12
.data:0003BDC4 DCB 0x15, 0x1A, 0x42, 0x63, 0x63, 0x63, 0x63, 0x18, 0x1A
.data:0003BDC4 DCB 0x38, 0x63, 0x63, 0x63, 0x63, 0x63, 0x2F, 0x42, 0x63
.data:0003BDC4 DCB 0x63, 0x63, 0x63, 0x63, 0x63, 0x63, 0x63, 0x63, 0x63
.data:0003BDC4 DCB 0x63, 0x63, 0x63, 0x63, 0x63, 0x63, 0x63, 0x63, 0x63
.data:0003BDC4 DCB 0x63, 0x63, 0x63, 0x63, 0x63, 0x63, 0x63, 0x63, 0x63
.data:0003BDC4 DCB 0x63, 0x63, 0x63, 0x63, 0x63, 0x63, 0x63, 0x63, 0x63
.data:0003BDC4 DCB 0x63, 0x32, 6, 4, 4, 6, 8, 0xE, 0x11, 0x15, 4, 4, 5
.data:0003BDC4 DCB 7, 9, 0x14, 0x14, 0x13, 5, 5, 6, 8, 0xE, 0x13, 0x17
.data:0003BDC4 DCB 0x13, 5, 6, 8, 0xA, 0x11, 0x1D, 0x1B, 0x15, 6, 8, 0xD
.data:0003BDC4 DCB 0x13, 0x17, 0x25, 0x23, 0x1A, 8, 0xC, 0x13, 0x16, 0x1B
.data:0003BDC4 DCB 0x23, 0x26, 0x1F, 0x11, 0x16, 0x1A, 0x1D, 0x23, 0x29
.data:0003BDC4 DCB 0x28, 0x22, 0x18, 0x1F, 0x20, 0x21, 0x26, 0x22, 0x23
.data:0003BDC4 DCB 0x21, 6, 6, 8, 0x10, 0x21, 0x21, 0x21, 0x21, 6, 7
.data:0003BDC4 DCB 9, 0x16, 0x21, 0x21, 0x21, 0x21, 8, 9, 0x13, 0x21
.data:0003BDC4 DCB 0x21, 0x21, 0x21, 0x21, 0x10, 0x16, 0x21, 0x21, 0x21
.data:0003BDC4 DCB 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21
.data:0003BDC4 DCB 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21
.data:0003BDC4 DCB 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21
.data:0003BDC4 DCB 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x5F
.data:0003BDC4 DCB 2, 2, 2, 2, 2, 4, 5, 6, 2, 2, 2, 2, 3, 6, 6, 6, 2
.data:0003BDC4 DCB 2, 2, 2, 4, 6, 7, 6, 2, 2, 2, 3, 5, 9, 8, 6, 2, 2
.data:0003BDC4 DCB 4, 6, 7, 0xB, 0xA, 8, 2, 4, 6, 6, 8, 0xA, 0xB, 9, 5
.data:0003BDC4 DCB 6, 8, 9, 0xA, 0xC, 0xC, 0xA, 7, 9, 0xA, 0xA, 0xB, 0xA
.data:0003BDC4 DCB 0xA, 0xA, 2, 2, 2, 5, 0xA, 0xA, 0xA, 0xA, 2, 2, 3
.data:0003BDC4 DCB 7, 0xA, 0xA, 0xA, 0xA, 2, 3, 6, 0xA, 0xA, 0xA, 0xA
.data:0003BDC4 DCB 0xA, 5, 7, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA
.data:0003BDC4 DCB 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA
.data:0003BDC4 DCB 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA
.data:0003BDC4 DCB 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0x64, 1, 1
.data:0003BDC4 DCB 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
.data:0003BDC4 DCB 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
.data:0003BDC4 DCB 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
.data:0003BDC4 DCB 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
.data:0003BDC4 DCB 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
.data:0003BDC4 DCB 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
.data:0003BDC4 DCB 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
.data:0003BDC4 DCB 1, 1, 1, 1, 1, 1, 1
https://en.wikipedia.org/wiki/JPEG#Syntax_and_structure
Can i have a dump like this from both ics and JB
Code:
http://pastebin.com/7UMWMaqP
set default quality to 99 the above quant is responsible for subsampling 4:2:0:silly:

franky_z said:
If you could do something with the cam would be awesome. CM10 camera quality isn´t really good and you can´t use flash, photos get very milky.
The CM10 camera was one reason that I´m on ICS right now. Camera here takes good photos and work fine with flash.
Unfortunately I can´t upload logcat from CM10, maybe someone else? Or do you mean you need ICS logcat?
Click to expand...
Click to collapse
flash when set to automatic results in milky photos with excess exposure.
I use force flash mode in low light conditions,pictures are awesome and in decent lighting where flash is not needed,I turn it off

Can you make ics cam mode with 1080 30fps(better bitrate if possible),better jpg quality so we can test it and then port that to cm10?Tnx alot

Related

[Kernel Request] OTA Gingerbread w/ Audio Boost

I'm posting this request to all of the kernel devs out there. I was wondering if someone could take the stock kernel and add the audio boost hack in it.
IR said he could when he gets a chance, but he's busy on other projects at the moment.
I forgot how low my volume is on stock, so I could really use the audio boost hack.
Thanks to anyone that does this!
mindfrost82 said:
I'm posting this request to all of the kernel devs out there. I was wondering if someone could take the stock kernel and add the audio boost hack in it.
IR said he could when he gets a chance, but he's busy on other projects at the moment.
I forgot how low my volume is on stock, so I could really use the audio boost hack.
Thanks to anyone that does this!
Click to expand...
Click to collapse
+1
Really miss having custom kernel w/AB for a stock Gingerbread rom.
Try THIS
Compiled it from github source using .config file extracted from boot.img of latest OTA package. Applied pershoot's audio gain for your aural pleasure. I'm on CM7 meself, so not really certain if it'll work well on stock GB.
Sorry for the semi off topic question. But why is there a fork between OTA gingerbread and the aosp gingerbread, which leads to these types of differences? I haven't followed closely enough to know why the OTA code was not made public into aosp.
OTA builds include proprietary closed source apps and have been optimized for the specific device by the manufacturer. AOSP builds (mostly) come w/o proprietary apps and optimization depends on the ROM builder. Otherwise, source should be the same.
But we see differences like the call bug on aosp but not OTA versions. I thought the code was different for some reason.
I'd blame those differences on the closed source drivers, but can't be 100% sure, unless you're an insider ...
ch33kybutt said:
Try THIS
Compiled it from github source using .config file extracted from boot.img of latest OTA package. Applied pershoot's audio gain for your aural pleasure. I'm on CM7 meself, so not really certain if it'll work well on stock GB.
Click to expand...
Click to collapse
I ran it for a little while before I loaded up CM7 and it seemed to work fine.
Today I might be going back to an OTA Gingerbread ROM, so I'll try it again. The wonk issue on CM7 really seems to affect my phone for some reason.
mindfrost82 said:
I'm posting this request to all of the kernel devs out there. I was wondering if someone could take the stock kernel and add the audio boost hack in it.
IR said he could when he gets a chance, but he's busy on other projects at the moment.
I forgot how low my volume is on stock, so I could really use the audio boost hack.
Thanks to anyone that does this!
Click to expand...
Click to collapse
+1
I really can't hear my phone ringing in the strrets with stock gingerbread :-(
So does this work with cm7?
amzter said:
So does this work with cm7?
Click to expand...
Click to collapse
This hack is the exact audio boost already included in cyan 7. People just wanted a stock kernel version of it.
Trust me CM7 has no audio boost he turned it down because people were complaining to much
amzter said:
Trust me CM7 has no audio boost he turned it down because people were complaining to much
Click to expand...
Click to collapse
really? i'll have to go look at the code cause i thought he justturned it down a bit, but it was still boosted over the stock values.
i'm running a custom kernel anyway which does have the boost.
ch33kybutt said:
Try THIS
Compiled it from github source using .config file extracted from boot.img of latest OTA package. Applied pershoot's audio gain for your aural pleasure. I'm on CM7 meself, so not really certain if it'll work well on stock GB.
Click to expand...
Click to collapse
Thank you so much for this!! I was having issues with wifi on wildmonks old froyo kernel but really needed the audio boost
ok here is the audio boost info for the kernels i found.
Stock
PHP:
[Q6_HW_HANDSET] = {
.min_gain = -2000,
.max_gain = 0,
},
[Q6_HW_HEADSET] = {
.min_gain = -2000,
.max_gain = 0,
},
[Q6_HW_SPEAKER] = {
.min_gain = -1500,
.max_gain = 0,
},
[Q6_HW_TTY] = {
.min_gain = -2000,
.max_gain = 0,
},
[Q6_HW_BT_SCO] = {
.min_gain = -2000,
.max_gain = 0,
},
[Q6_HW_BT_A2DP] = {
.min_gain = -2000,
.max_gain = 0,
},
Cyanogen
PHP:
[Q6_HW_HANDSET] = {
.min_gain = -1600,
.max_gain = 400,
},
[Q6_HW_HEADSET] = {
.min_gain = -1600,
.max_gain = 400,
},
[Q6_HW_SPEAKER] = {
.min_gain = -1100,
.max_gain = 400,
},
[Q6_HW_TTY] = {
.min_gain = -1600,
.max_gain = 400,
},
[Q6_HW_BT_SCO] = {
.min_gain = -1600,
.max_gain = 400,
},
[Q6_HW_BT_A2DP] = {
.min_gain = -1600,
.max_gain = 400,
},
Boost (all common kernels out there, including the fix in this thread)
PHP:
[Q6_HW_HANDSET] = {
.min_gain = -1500,
.max_gain = 1100,
},
[Q6_HW_HEADSET] = {
.min_gain = -1500,
.max_gain = 1100,
},
[Q6_HW_SPEAKER] = {
.min_gain = -2000,
.max_gain = 800,
},
[Q6_HW_TTY] = {
.min_gain = -1500,
.max_gain = 1100,
},
[Q6_HW_BT_SCO] = {
.min_gain = -2000,
.max_gain = 800,
},
[Q6_HW_BT_A2DP] = {
.min_gain = -2000,
.max_gain = 800,
},
so it does indeed look like cyanogen backed off, but still louder than stock, but not as loud as it used to be with the boost from the other kernels out there (pershoot, IR's, etc).
Updated kernel to 2.6.35.12 by merging AOSP with http://git.kernel.org/?p=linux/kernel/git/longterm/linux-2.6.35.y.git
Dowload from http://www.mediafire.com/?pdv22c89ro644vk
ch33kybutt said:
Updated kernel to 2.6.35.12 by merging AOSP with http://git.kernel.org/?p=linux/kernel/git/longterm/linux-2.6.35.y.git
Dowload from http://www.mediafire.com/?pdv22c89ro644vk
Click to expand...
Click to collapse
I just try this kernel and it works. Thx
RogerPodacter said:
ok here is the audio boost info for the kernels i found.
Stock
PHP:
[Q6_HW_HANDSET] = {
.min_gain = -2000,
.max_gain = 0,
},
[Q6_HW_HEADSET] = {
.min_gain = -2000,
.max_gain = 0,
},
[Q6_HW_SPEAKER] = {
.min_gain = -1500,
.max_gain = 0,
},
[Q6_HW_TTY] = {
.min_gain = -2000,
.max_gain = 0,
},
[Q6_HW_BT_SCO] = {
.min_gain = -2000,
.max_gain = 0,
},
[Q6_HW_BT_A2DP] = {
.min_gain = -2000,
.max_gain = 0,
},
Cyanogen
PHP:
[Q6_HW_HANDSET] = {
.min_gain = -1600,
.max_gain = 400,
},
[Q6_HW_HEADSET] = {
.min_gain = -1600,
.max_gain = 400,
},
[Q6_HW_SPEAKER] = {
.min_gain = -1100,
.max_gain = 400,
},
[Q6_HW_TTY] = {
.min_gain = -1600,
.max_gain = 400,
},
[Q6_HW_BT_SCO] = {
.min_gain = -1600,
.max_gain = 400,
},
[Q6_HW_BT_A2DP] = {
.min_gain = -1600,
.max_gain = 400,
},
Boost (all common kernels out there, including the fix in this thread)
PHP:
[Q6_HW_HANDSET] = {
.min_gain = -1500,
.max_gain = 1100,
},
[Q6_HW_HEADSET] = {
.min_gain = -1500,
.max_gain = 1100,
},
[Q6_HW_SPEAKER] = {
.min_gain = -2000,
.max_gain = 800,
},
[Q6_HW_TTY] = {
.min_gain = -1500,
.max_gain = 1100,
},
[Q6_HW_BT_SCO] = {
.min_gain = -2000,
.max_gain = 800,
},
[Q6_HW_BT_A2DP] = {
.min_gain = -2000,
.max_gain = 800,
},
so it does indeed look like cyanogen backed off, but still louder than stock, but not as loud as it used to be with the boost from the other kernels out there (pershoot, IR's, etc).
Click to expand...
Click to collapse
Is there anyway I could edit the kernel so its as loud as I want it to be without muffing up my phone. Because now my phone keeps on force closing DSP manager when in call or making a call.
amzter said:
Is there anyway I could edit the kernel so its as loud as I want it to be without muffing up my phone. Because now my phone keeps on force closing DSP manager when in call or making a call.
Click to expand...
Click to collapse
yes you could compile just the kernel, which is rather quick and easy. but i'm pretty sure the values in all th custom kernels have been sufficiently tested to be jsut at that breaking point of working perfect without any speaker distortion. i remember cyan 5.0.8 was so loud it distorted the speakers, so they backed off.
but got ahead and load up values you want and compile. follow the cyanogen guide, its a long process, but once you pull down all the source code, changing and compiling is not long at all. you need a linux distro setup, use ubuntu 10 in a virtual machine, its by far the easiest way.
both kernels post are for stock rooted GB, correct? Thanks.

[Dev] Gen9 AES/MPK keys

Hi All,
As luckily Gen9 are very similar to Gen8, here are Gen9 AES/MPK keys if anyone wants to unpack Gen9 firmware:
Code:
static unsigned char G9A_AES[] = {
0x35,0x22,0x9A,0x0F,0xCA,0xA4,0xAC,0x22,
0xC6,0x1B,0x73,0x4E,0x4F,0x57,0xBF,0xB0
};
static unsigned char G9A_BOOTLOADER[] = {
0xFF, 0xDC, 0x6A, 0xB2, 0xF9, 0xBA, 0x42, 0xC2, 0x00, 0x58,
0xFD, 0xE0, 0x88, 0xE8, 0x2B, 0x4C, 0xFD, 0xAA, 0x22, 0x90,
0xF0, 0x4C, 0xD8, 0x8C, 0x5E, 0x67, 0xED, 0xAD, 0xFA, 0x5A,
0x7B, 0x93, 0x90, 0x11, 0x2A, 0x8D, 0x0F, 0x98, 0xD6, 0x24,
0x37, 0xF7, 0x0B, 0xDC, 0x83, 0x67, 0x0A, 0xF4, 0x0E, 0x7D,
0xBB, 0xA9, 0x28, 0xFF, 0x7C, 0x56, 0xFB, 0x05, 0x39, 0x27,
0xD2, 0xBA, 0x96, 0x0B, 0x8B, 0xF8, 0x58, 0x80, 0xC8, 0xAD,
0xD5, 0xF9, 0xDF, 0x93, 0xBE, 0x46, 0x2F, 0x04, 0xA9, 0x98,
0xF6, 0xE9, 0x61, 0xE9, 0xBC, 0x72, 0x27, 0xC7, 0xEA, 0xF4,
0x1A, 0xCF, 0xED, 0x25, 0xEC, 0x93, 0xDB, 0x6F, 0x42, 0x8E,
0x93, 0xC4, 0x12, 0x64, 0xBF, 0x40, 0xB7, 0xEA, 0xBE, 0xBC,
0xE9, 0xE2, 0xE8, 0xD2, 0x29, 0xFB, 0xFD, 0x4E, 0x2C, 0x39,
0x63, 0x1E, 0x60, 0x4B, 0xF2, 0xC7, 0x49, 0xEC, 0x01, 0x00,
0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0xBB,
0x42, 0xD2
};
static unsigned char G9A_RELMPK[] = {
0x5D, 0x68, 0x13, 0xDB, 0x93, 0xDE, 0x2E, 0x1F, 0xEB, 0xD5,
0xD2, 0x80, 0x57, 0x31, 0x4D, 0x60, 0xF6, 0x14, 0x15, 0xA0,
0xAA, 0x4D, 0x6C, 0x2A, 0x24, 0xA1, 0x39, 0xB7, 0x99, 0x22,
0xF6, 0x8E, 0x3C, 0x70, 0x91, 0x31, 0xD2, 0x01, 0xAE, 0xBE,
0xFA, 0x71, 0x17, 0xF5, 0xDF, 0xF8, 0xD8, 0xCD, 0x62, 0x87,
0xF8, 0x53, 0x1A, 0x5A, 0x5C, 0x37, 0x6C, 0xF0, 0xAD, 0xBA,
0x20, 0xBE, 0xC7, 0x37, 0x0E, 0xF4, 0x98, 0xBE, 0x80, 0x6F,
0x10, 0x54, 0xE8, 0xB9, 0x4A, 0x39, 0x86, 0x77, 0xC6, 0x4C,
0x7C, 0xFC, 0xC5, 0xC2, 0x61, 0xE9, 0xAB, 0x81, 0xB5, 0xF3,
0x2A, 0x30, 0x87, 0xEF, 0xB7, 0x3A, 0xD5, 0xD9, 0x11, 0x60,
0x7E, 0xC8, 0xDD, 0x28, 0x9A, 0xB9, 0xF3, 0x97, 0x53, 0x97,
0xD5, 0x26, 0xE3, 0x67, 0x09, 0xF3, 0xCC, 0x3D, 0x32, 0xDF,
0x02, 0x66, 0xAA, 0xB1, 0x1C, 0x75, 0x13, 0xAF, 0x01, 0x00,
0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x63, 0x18,
0xC3, 0x2A
};
static unsigned char G9A_DEVMPK[] = {
0xD3, 0x07, 0xA8, 0xC3, 0xF1, 0x02, 0x28, 0xB9, 0x9A, 0x37,
0xEF, 0x06, 0xF1, 0x75, 0x93, 0xA3, 0x73, 0xBA, 0x2A, 0x60,
0x25, 0x30, 0x33, 0x0D, 0x71, 0xAE, 0x4B, 0xF0, 0x07, 0xB0,
0xD8, 0x35, 0xBF, 0x06, 0xB0, 0x16, 0x9C, 0x6B, 0x1A, 0x9E,
0xC1, 0x80, 0xE7, 0xDA, 0xCC, 0x64, 0x61, 0x91, 0xF6, 0x1C,
0xD8, 0xFE, 0x10, 0x70, 0x9E, 0x26, 0x60, 0xFF, 0x4E, 0x26,
0xB8, 0x96, 0xE7, 0xB6, 0xDC, 0x01, 0x19, 0xE9, 0x43, 0xDB,
0xC7, 0xB7, 0xF8, 0xBC, 0x38, 0xFB, 0x9C, 0x6F, 0xDE, 0x1C,
0xF1, 0xA0, 0x68, 0xD7, 0x1F, 0x99, 0x4E, 0xBB, 0xC7, 0xCF,
0x17, 0x63, 0xA5, 0xBC, 0x41, 0xA7, 0x23, 0xCA, 0x5E, 0xF4,
0xF7, 0xE6, 0x2F, 0x0D, 0x0F, 0x36, 0x9F, 0x51, 0x56, 0x1E,
0x30, 0xD5, 0xB5, 0x7C, 0x8C, 0x1D, 0x1D, 0xCC, 0x5F, 0xBF,
0x12, 0xC8, 0xED, 0x4D, 0x28, 0xB2, 0x2D, 0xCC, 0x01, 0x00,
0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x26, 0x7E,
0x2F, 0x24
};
static unsigned char G9A_PLUGMPK[] = {
0x37, 0xF9, 0x07, 0xB7, 0x38, 0xDD, 0xB1, 0x0A, 0x65, 0xFE,
0x67, 0xC8, 0x64, 0xC5, 0x14, 0xE4, 0xF6, 0xAF, 0x8D, 0xD8,
0xF3, 0x31, 0x37, 0x59, 0xEB, 0xEC, 0x23, 0x44, 0x84, 0xDD,
0x8B, 0x68, 0xD6, 0xEC, 0x5D, 0xDD, 0x84, 0x3B, 0xE4, 0x67,
0x45, 0x78, 0x56, 0x0F, 0x71, 0x91, 0xFB, 0xA2, 0x05, 0x54,
0x8C, 0xB2, 0xB9, 0x61, 0x6C, 0xE0, 0x91, 0x41, 0xB0, 0x02,
0xD5, 0x66, 0xA6, 0xC7, 0x81, 0x0E, 0x20, 0xBB, 0xD5, 0x85,
0x43, 0xB2, 0x7E, 0x01, 0xC2, 0xC4, 0x28, 0x13, 0x20, 0xC3,
0x75, 0xDF, 0xCB, 0x64, 0x66, 0x1E, 0xB9, 0x43, 0x92, 0xFD,
0x12, 0x99, 0x31, 0xA3, 0x55, 0xBC, 0x25, 0x9F, 0x09, 0x46,
0xE1, 0x1D, 0xD3, 0x5B, 0x12, 0xF7, 0xCB, 0x2C, 0x94, 0x05,
0x57, 0x4D, 0xCA, 0x6B, 0xF4, 0xD2, 0xD8, 0x49, 0x0C, 0x71,
0x39, 0x0E, 0x6D, 0xCC, 0xC9, 0x7E, 0x04, 0xDA, 0x01, 0x00,
0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFD, 0x97,
0x29, 0x69
};
static unsigned char G9A_HDDMPK[] = {
0x9D, 0x4A, 0x3A, 0xFF, 0x34, 0xAC, 0x47, 0x69, 0xEF, 0xB0,
0xD9, 0xE6, 0x9C, 0xBF, 0x53, 0xFD, 0x35, 0x4A, 0xB8, 0x7B,
0xF5, 0xE4, 0x48, 0x2A, 0x29, 0x62, 0xB5, 0x01, 0x9A, 0xF7,
0x8D, 0xF8, 0xE3, 0x02, 0xDB, 0xEC, 0xAC, 0x45, 0xFA, 0x0D,
0x03, 0xEC, 0x10, 0x39, 0xC9, 0x21, 0x51, 0x77, 0x95, 0x59,
0x9B, 0x82, 0xBF, 0x85, 0x7D, 0x59, 0xFA, 0xD1, 0xD8, 0x8A,
0x91, 0x4E, 0x01, 0xFE, 0x5E, 0xEE, 0x4D, 0x5B, 0xB8, 0x66,
0xD6, 0x65, 0x92, 0x82, 0x3B, 0xFB, 0x0A, 0x3C, 0x1C, 0xF2,
0xE4, 0x99, 0xB5, 0x57, 0xF8, 0x3F, 0x7B, 0x6C, 0x35, 0x1E,
0x92, 0x07, 0x72, 0xE5, 0x73, 0x52, 0x70, 0x62, 0x5E, 0x17,
0x1B, 0x5D, 0x07, 0x72, 0x21, 0x3E, 0xD8, 0x37, 0xC5, 0xC5,
0x4E, 0x36, 0xCE, 0x16, 0x4E, 0x50, 0xC9, 0xE8, 0x4B, 0x99,
0x04, 0x89, 0x91, 0x5F, 0x38, 0x82, 0xCD, 0xAB, 0x01, 0x00,
0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE5, 0xB1,
0x4E, 0x10
};
I tested them on last firmware, it unpacks properly.
Have fun!
sry but how to work with this?
for the root !
@brunsbanjo:
Wenn du nicht weist wofür es ist, brauchst du es auch nicht ;-)
If you don't what to use it for, you don't need it.

[PROJ] Lets overclock this baby!

The msm8960 can go upto 1.8ghz without voltage tweak, some have the batteries too to support it. With the unlocked BL, I gather we can flash kernel modules? Thats what the oc is done with most of the time. If you dont like the idea of oc, you can still undervolt for more battery.
I gathered the kernel sources are here, but the module could maybe loaded without modding?
I'm thinking of this one from the HOX. I did the guide but got stuck at the same error the guy did on page2.
I added my edited file so you don't have to go through step 1-5.
Would this kernel be based on stock 4.1.1 or Cyanogenmod 10 / 10.1?
Not really looking to compile it into a kernel, it would be a touch-to-activate-on-every-boot kind of thing.
oh if i jeust know how to do it..............
we really need a superkernel now.....
I think the first worry should be to develop a recovery. Without a recovery what you with all these development?
Sent from my SAMSUNG-SGH-I747 using xda premium
bankanidhi said:
I think the first worry should be to develop a recovery. Without a recovery what you with all these development?
Sent from my SAMSUNG-SGH-I747 using xda premium
Click to expand...
Click to collapse
We have a working CWM already. Would be nice to have the types of recoveries the HTC devices had lol:silly:
jbatacan said:
We have a working CWM already. Would be nice to have the types of recoveries the HTC devices had lol:silly:
Click to expand...
Click to collapse
The cwm we have is buggy. Doesn't support gaining flashing of ROM buckle nicely.I have tried it. It its awful.
Sent from my MB886 using xda app-developers app
bankanidhi said:
The cwm we have is buggy. Doesn't support gaining flashing of ROM buckle nicely.I have tried it. It its awful.
Sent from my MB886 using xda app-developers app
Click to expand...
Click to collapse
what exactly wrong? im using it with no problems.........
CWM working just like I remember on HTC for me.
Youngunn2008 said:
CWM working just like I remember on HTC for me.
Click to expand...
Click to collapse
Can you link back to the thread you got it from? Also the bootloader unlock you used? Many thanks!
Stock 4.1.2 Bell kernel on github
https://github.com/skeevy420/android_kernel_qinara_bell
Figured this could help.
source frequency table
Code:
static struct acpu_level acpu_freq_tbl_8960_kraitv2_slow[] = {
{ 0, { STBY_KHZ, QSB, 0, 0, 0x00 }, L2(0), 950000 },
{ 1, { 384000, PLL_8, 0, 2, 0x00 }, L2(1), 950000 },
{ 0, { 432000, HFPLL, 2, 0, 0x20 }, L2(7), 975000 },
{ 1, { 486000, HFPLL, 2, 0, 0x24 }, L2(7), 975000 },
{ 0, { 540000, HFPLL, 2, 0, 0x28 }, L2(7), 1000000 },
{ 1, { 594000, HFPLL, 1, 0, 0x16 }, L2(7), 1000000 },
{ 0, { 648000, HFPLL, 1, 0, 0x18 }, L2(7), 1025000 },
{ 1, { 702000, HFPLL, 1, 0, 0x1A }, L2(7), 1025000 },
{ 0, { 756000, HFPLL, 1, 0, 0x1C }, L2(7), 1075000 },
{ 1, { 810000, HFPLL, 1, 0, 0x1E }, L2(7), 1075000 },
{ 0, { 864000, HFPLL, 1, 0, 0x20 }, L2(7), 1100000 },
{ 1, { 918000, HFPLL, 1, 0, 0x22 }, L2(7), 1100000 },
{ 0, { 972000, HFPLL, 1, 0, 0x24 }, L2(7), 1125000 },
{ 1, { 1026000, HFPLL, 1, 0, 0x26 }, L2(7), 1125000 },
{ 0, { 1080000, HFPLL, 1, 0, 0x28 }, L2(16), 1175000 },
{ 1, { 1134000, HFPLL, 1, 0, 0x2A }, L2(16), 1175000 },
{ 0, { 1188000, HFPLL, 1, 0, 0x2C }, L2(16), 1200000 },
{ 1, { 1242000, HFPLL, 1, 0, 0x2E }, L2(16), 1200000 },
{ 0, { 1296000, HFPLL, 1, 0, 0x30 }, L2(16), 1225000 },
{ 1, { 1350000, HFPLL, 1, 0, 0x32 }, L2(16), 1225000 },
{ 0, { 1404000, HFPLL, 1, 0, 0x34 }, L2(16), 1237500 },
{ 1, { 1458000, HFPLL, 1, 0, 0x36 }, L2(16), 1237500 },
{ 1, { 1512000, HFPLL, 1, 0, 0x38 }, L2(16), 1250000 },
{ 0, { 0 } }
};
static struct acpu_level acpu_freq_tbl_8960_kraitv2_nom[] = {
{ 0, { STBY_KHZ, QSB, 0, 0, 0x00 }, L2(0), 900000 },
{ 1, { 384000, PLL_8, 0, 2, 0x00 }, L2(1), 900000 },
{ 0, { 432000, HFPLL, 2, 0, 0x20 }, L2(7), 925000 },
{ 1, { 486000, HFPLL, 2, 0, 0x24 }, L2(7), 925000 },
{ 0, { 540000, HFPLL, 2, 0, 0x28 }, L2(7), 950000 },
{ 1, { 594000, HFPLL, 1, 0, 0x16 }, L2(7), 950000 },
{ 0, { 648000, HFPLL, 1, 0, 0x18 }, L2(7), 975000 },
{ 1, { 702000, HFPLL, 1, 0, 0x1A }, L2(7), 975000 },
{ 0, { 756000, HFPLL, 1, 0, 0x1C }, L2(7), 1025000 },
{ 1, { 810000, HFPLL, 1, 0, 0x1E }, L2(7), 1025000 },
{ 0, { 864000, HFPLL, 1, 0, 0x20 }, L2(7), 1050000 },
{ 1, { 918000, HFPLL, 1, 0, 0x22 }, L2(7), 1050000 },
{ 0, { 972000, HFPLL, 1, 0, 0x24 }, L2(7), 1075000 },
{ 1, { 1026000, HFPLL, 1, 0, 0x26 }, L2(7), 1075000 },
{ 0, { 1080000, HFPLL, 1, 0, 0x28 }, L2(16), 1125000 },
{ 1, { 1134000, HFPLL, 1, 0, 0x2A }, L2(16), 1125000 },
{ 0, { 1188000, HFPLL, 1, 0, 0x2C }, L2(16), 1150000 },
{ 1, { 1242000, HFPLL, 1, 0, 0x2E }, L2(16), 1150000 },
{ 0, { 1296000, HFPLL, 1, 0, 0x30 }, L2(16), 1175000 },
{ 1, { 1350000, HFPLL, 1, 0, 0x32 }, L2(16), 1175000 },
{ 0, { 1404000, HFPLL, 1, 0, 0x34 }, L2(16), 1187500 },
{ 1, { 1458000, HFPLL, 1, 0, 0x36 }, L2(16), 1187500 },
{ 1, { 1512000, HFPLL, 1, 0, 0x38 }, L2(16), 1200000 },
{ 0, { 0 } }
};
static struct acpu_level acpu_freq_tbl_8960_kraitv2_fast[] = {
{ 0, { STBY_KHZ, QSB, 0, 0, 0x00 }, L2(0), 850000 },
{ 1, { 384000, PLL_8, 0, 2, 0x00 }, L2(1), 850000 },
{ 0, { 432000, HFPLL, 2, 0, 0x20 }, L2(7), 875000 },
{ 1, { 486000, HFPLL, 2, 0, 0x24 }, L2(7), 875000 },
{ 0, { 540000, HFPLL, 2, 0, 0x28 }, L2(7), 900000 },
{ 1, { 594000, HFPLL, 1, 0, 0x16 }, L2(7), 900000 },
{ 0, { 648000, HFPLL, 1, 0, 0x18 }, L2(7), 925000 },
{ 1, { 702000, HFPLL, 1, 0, 0x1A }, L2(7), 925000 },
{ 0, { 756000, HFPLL, 1, 0, 0x1C }, L2(7), 975000 },
{ 1, { 810000, HFPLL, 1, 0, 0x1E }, L2(7), 975000 },
{ 0, { 864000, HFPLL, 1, 0, 0x20 }, L2(7), 1000000 },
{ 1, { 918000, HFPLL, 1, 0, 0x22 }, L2(7), 1000000 },
{ 0, { 972000, HFPLL, 1, 0, 0x24 }, L2(7), 1025000 },
{ 1, { 1026000, HFPLL, 1, 0, 0x26 }, L2(7), 1025000 },
{ 0, { 1080000, HFPLL, 1, 0, 0x28 }, L2(16), 1075000 },
{ 1, { 1134000, HFPLL, 1, 0, 0x2A }, L2(16), 1075000 },
{ 0, { 1188000, HFPLL, 1, 0, 0x2C }, L2(16), 1100000 },
{ 1, { 1242000, HFPLL, 1, 0, 0x2E }, L2(16), 1100000 },
{ 0, { 1296000, HFPLL, 1, 0, 0x30 }, L2(16), 1125000 },
{ 1, { 1350000, HFPLL, 1, 0, 0x32 }, L2(16), 1125000 },
{ 0, { 1404000, HFPLL, 1, 0, 0x34 }, L2(16), 1137500 },
{ 1, { 1458000, HFPLL, 1, 0, 0x36 }, L2(16), 1137500 },
{ 1, { 1512000, HFPLL, 1, 0, 0x38 }, L2(16), 1150000 },
{ 0, { 0 } }
};
That looks awesome, how well are these compatible with 4.0? I tried it only 4.0 because thats what I have because of lapdock.
souljaboy said:
That looks awesome, how well are these compatible with 4.0? I tried it only 4.0 because thats what I have because of lapdock.
Click to expand...
Click to collapse
Should, just use the ICS kernel sources on sourceforge.
table located in the file
arch/arm/mach-msm/acpuclock-8960.c
I'll be straight up with ya, kernel modding is new to me. I'm learning it one day at a time. My plan is to find a similar device with a 3.0.40 kernel (Bells version) and pull in mods and tweaks that way.
pianoman102 said:
Can you link back to the thread you got it from? Also the bootloader unlock you used? Many thanks!
Click to expand...
Click to collapse
Its all in our forum here, on the general section
pianoman102 said:
Can you link back to the thread you got it from? Also the bootloader unlock you used? Many thanks!
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2226504 Boot Loader Unlock
http://forum.xda-developers.com/showthread.php?t=2227938 Root
I pm-ed the said guy in first post, he replied and wrote he didnt get it to work because his one S had different SoC than one x. We have same chipset though, so not sure whats going wrong...
I'll long into these modules skeevy is writing about soon as I get a little free time.
souljaboy said:
I pm-ed the said guy in first post, he replied and wrote he didnt get it to work because his one S had different SoC than one x. We have same chipset though, so not sure whats going wrong...
I'll long into these modules skeevy is writing about soon as I get a little free time.
Click to expand...
Click to collapse
I'm not referring to modules, tweaking the above would be the start of a new AHD kernel.
As for your module idea, even though its the same soc, ya gotta find a module from a similar kernel. MR has 3.0.42 kernel.
Look at it like its an alternator. Mazda Miata and RX8 have the same underlying frame (soc), but the have different bodies (the phone you see) and different engines (kernel). RX8 alternator won't bolt onto Miata w/o some fabrication (the tweaking), where as you could go to the scrapyard (xda) and find an alternator from a similar engine that will bolt on...or you go to a machine shop (github) and fabricate your own (mess with the source). Hope that makes since.
So we could just change the table and recompile kernel and its done?
skeevydude said:
I'm not referring to modules, tweaking the above would be the start of a new AHD kernel.
As for your module idea, even though its the same soc, ya gotta find a module from a similar kernel. MR has 3.0.42 kernel.
Look at it like its an alternator. Mazda Miata and RX8 have the same underlying frame (soc), but the have different bodies (the phone you see) and different engines (kernel). RX8 alternator won't bolt onto Miata w/o some fabrication (the tweaking), where as you could go to the scrapyard (xda) and find an alternator from a similar engine that will bolt on...or you go to a machine shop (github) and fabricate your own (mess with the source). Hope that makes since.
Click to expand...
Click to collapse
Nice analogy.
Youngunn2008 said:
Nice analogy.
Click to expand...
Click to collapse
Agreed. That was beautiful!
http://android-gz.com

Parse nested JSON Objects/Arrays ?

I am pretty new to android and am trying to understand how to parse JSON data. How would I for example acces the data int the "age" key ?
This is the JSON:
Code:
{
"images": [
{
"status": "Complete",
"width": 475,
"height": 475,
"file": "content_5a28298675c96",
"faces": [
{
"topLeftX": 109,
"topLeftY": 107,
"height": 241,
"rightEyeCenterY": 167,
"rightEyeCenterX": 179,
"pitch": -11,
"quality": 0.75184,
"confidence": 0.99938,
"chinTipX": 229,
"yaw": -5,
"chinTipY": 369,
"eyeDistance": 109,
"width": 241,
"leftEyeCenterY": 167,
"leftEyeCenterX": 288,
"attributes": {
"lips": "Apart",
"asian": 0.00006,
"gender": {
"femaleConfidence": 0.00001,
"type": "M",
"maleConfidence": 0.99999
},
"age": 34,
"hispanic": 0.00023,
"other": 0.00034,
"black": 0.99936,
"white": 0,
"glasses": "Eye"
},
"face_id": 1,
"roll": 1
}
]
}
],
}

[ROM]-AFFAFXP-T-Mobile-SM-G928T-AOS-7.0-Nougat-Stripster-Stock-BOMB-ROM-V6 Final

About Me:
My Name is AFFA 54yrs young creator of AFFA and AFFAFXP Communities since 1989​
ROM:
Base Build: G928TUVU3DPG1
Security Update 3/1/2018 it's also labeled as 3/20/2018 but after install is shows 3/1/2018
Out of all the ROMS available for this model SM-G928T this is by far the FASTEST STABLE build AVAILABLE
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
OS: 7.0 Android Operating System
Variant /Model: USA T-Mobile SM-G928T
Rooted: Magisk Pre-Installed
Flash it at your own Risk!
Your warranty is VOID Knox flags 0x1
I'm not responsible for damage to equipment or loss of warranty!
Credits: @amarullz for the Aroma Script
SamMobile https://www.sammobile.com/ for the BUILDS
XDA Developers for having a GREAT PLATFORM
Working:
Everything in the Stripster-Stock-BOMB-ROM-V6 Final
If it is not working then it probably is not installed or removed
Files Removed From This Rom
file1 = system\app\Knox*\*
file2 = system\container\Knox*\*
file3 = system\app\Allshare*\*
file4 = system\app\Amazon*\*
file5 = system\priv-app\AppSource_TMO\*
file6 = system\app\BBCAgent\*
file7 = system\app\BeaconManager\*
file8 = system\app\BriefingPanel\*
file9 = system\priv-app\Excel_SamsungStub\*
file10 = system\app\dict*\*
file11 = system\app\Drive\*
file12 = system\priv-app\SamsungPayApp\*
file13 = system\app\CoolEUKor\*
file14 = system\priv-app\SimLock_TMO\*
file15 = system\priv-app\ASKSManager\*
file16 = system\priv-1pp\SmartManager_v*\*
file17 = system\app\SamsungCalendar_Stable\*
file18 = system\app\CloudGateway2017\*
file19 = system\priv-app\GalaxyApps_3xh\*
file20 = system\app\YahooEdgeFinance\*
file21 = system\priv-app\SFinder_v6\*
file22 = system\app\Foundation\*
file23 = system\app\UniversalMDMClient\*
file24 = system\priv-app\Lookout_TMO\*
file25 = system\privapp\GameHome\*
file26 = system\priv-app\GameTools\*
file27 = system\priv-app\RNB\*
file28 = system\priv-app\RNBShell\*
file29 = system\app\Videos\*
file30 = system\priv-app\HealthService\*
file31 = system\priv-app\SHealth5\*
file32 = system\app\HighlightPlayer_Grace_N\*
file33 = system\priv-app\SamsungMagnifier3\*
file34 = system\priv-app\SecMyFiles2017\*
file35 = system\app\YahooEdgeNews\*
file36 = system\priv-app\OneDrive_Samsung_v2\*
file37 = system\app\OneNote\*
file38 = system\priv-app\PeopleStripe\*
file39 = system\app\Photos\*
file40 = system\priv-app\PowerPoint_SamsungStub\*
file41 = system\app\RoseEUKor\*
file41 = system\priv-app\Svoic*\*
file42 = system\priv-app\SamsungAccount_Dream\*
file43 = system\priv-app\SamsungBilling\*
file44 = system\priv-app\SamsungCloud\*
file45 = system\priv-app\SNS_v2_N\*
file46 = system\priv-app\GearManag*\*
file47 = system\priv-app\SMusi*\*
file48 = system\app\SecurityLogAgent\*
file49 = system\app\MSSkype_stub\*
file50 = system\app\YahooEdgeSports\*
file51 = system\priv-app\AccessTmobile_TMO\*
file52 = system\priv-app\AxelSpringer\*
file53 = system\app\VideoCollage_Grace_N\*
file54 = system\app\VideoTrimmer_Dream\*
file55 = system\priv-app\SamsungVideoPlayer2016\*
file56 = system\app\withTV\*
file57 = system\priv-app\Word_SamsungStub\*
file59 = system\app\YouTube\*
file60 = system\app\SamsungTTS\*
file61 = system\app\AndroidPay\*
file62 = system\app\Hangouts\*
file63 = system\priv-app\SecEmail_N\*
file64 = system\priv-app\SAMSUNG_PLUS\*
file65 = system\app\AmazonShopping_TMO\*
file66 = system\app\TmobileTv_TMO\*
file67 = system\priv-app\WhitePagesNameId-release_TMO\*
file68 = system\app\GearManag*\*
file69 = system\app\SecCalendarProvider_NOTSTICKER\*
file70 = system\app\SamsungCalendar_Stable\*
file71= system\app\CalendarDataMigrator\*
file72 = system\app\FlipboardBriefing\*
Files Included in this ROM
Samsung = Voice Recorder and Internet
Google = Google, Chrome,Gmail,Maps,Play Music,Play Store,Calendar,
Astro File Manager, Root Checker, Root Booster, Root Browser,Power Menu,
Others = ALL NEEDEED for a perfect daily SUPER FAST ROM Camera, Gallery etc.
Bugs:
None that I am aware of...
If it is not working then it probably is not installed or removed
New Build Compiled: 11th April 2018 at 12:36am PST
AGAIN I want to give credit to any and all contributors KUDOS from AFFAFXP
Installation Instructions:
TWRP RECOVERY INSTALLATION INSTRUCTIONS
* First Thing You Want To Do Is Reboot Into TWRP Recovery And Backup Your Device! (Boot, Data, System, etc...)
* Download THE ROM
* Place The Rom Into Your Internal Storage.
* Now Reboot Into TWRP Recovery.
* While In TWRP Recovery, Press "Wipe" And Then "Swipe To Factory Reset".
* Now Press "Back" And Then Press "Advanced Wipe".
* Now Select "Cache", "Dalvik Cache", "Data", And "System" And Then "Swipe To Wipe".
* Now Install The Rom Until Its Finished.
* Reboot Your Device.
* Enjoy!
It will take a few minutes maybe 5 minutes on the first boot HAVE SOME PATIENCE
100% Everything Working What you see is what you get ENJOY
This post originated HERE >>>>> https://forum.xda-developers.com/tm...om-affafxp-t-mobile-sm-g928t-aos-7-0-t3772947
DOWNLOAD:
Stripster-Stock-BOMB-ROM-V5-Final
DOWNLOAD:
Stripster-BOMB-ROM-Aroma-V6
DOWNLOAD:
Striptster Bomb Rom Aroma 8/2018​
Added Aroma V7 download
DOWNLOAD:
Stripster-BOMB-ROM-Aroma-V7
AFFAFXP said:
About Me:
My Name is AFFA 54yrs young creator of AFFA and AFFAFXP Communities since 1989​
ROM:
Base Build: G928TUVU3DPG1
Security Update 3/1/2018 it's also labeled as 3/20/2018 but after install is shows 3/1/2018
Out of all the ROMS available for this model SM-G928T this is by far the FASTEST STABLE build AVAILABLE
OS: 7.0 Android Operating System
Variant /Model: USA T-Mobile SM-G928T
Rooted: Magisk Pre-Installed
Flash it at your own Risk!
Your warranty is VOID Knox flags 0x1
I'm not responsible for damage to equipment or loss of warranty!
Credits: @amarullz for the Aroma Script
SamMobile https://www.sammobile.com/ for the BUILDS
XDA Developers for having a GREAT PLATFORM
Working:
Everything in the Stripster-Stock-BOMB-ROM-V6 Final
If it is not working then it probably is not installed or removed
Files Removed From This Rom
file1 = system\app\Knox*\*
file2 = system\container\Knox*\*
file3 = system\app\Allshare*\*
file4 = system\app\Amazon*\*
file5 = system\priv-app\AppSource_TMO\*
file6 = system\app\BBCAgent\*
file7 = system\app\BeaconManager\*
file8 = system\app\BriefingPanel\*
file9 = system\priv-app\Excel_SamsungStub\*
file10 = system\app\dict*\*
file11 = system\app\Drive\*
file12 = system\priv-app\SamsungPayApp\*
file13 = system\app\CoolEUKor\*
file14 = system\priv-app\SimLock_TMO\*
file15 = system\priv-app\ASKSManager\*
file16 = system\priv-1pp\SmartManager_v*\*
file17 = system\app\SamsungCalendar_Stable\*
file18 = system\app\CloudGateway2017\*
file19 = system\priv-app\GalaxyApps_3xh\*
file20 = system\app\YahooEdgeFinance\*
file21 = system\priv-app\SFinder_v6\*
file22 = system\app\Foundation\*
file23 = system\app\UniversalMDMClient\*
file24 = system\priv-app\Lookout_TMO\*
file25 = system\privapp\GameHome\*
file26 = system\priv-app\GameTools\*
file27 = system\priv-app\RNB\*
file28 = system\priv-app\RNBShell\*
file29 = system\app\Videos\*
file30 = system\priv-app\HealthService\*
file31 = system\priv-app\SHealth5\*
file32 = system\app\HighlightPlayer_Grace_N\*
file33 = system\priv-app\SamsungMagnifier3\*
file34 = system\priv-app\SecMyFiles2017\*
file35 = system\app\YahooEdgeNews\*
file36 = system\priv-app\OneDrive_Samsung_v2\*
file37 = system\app\OneNote\*
file38 = system\priv-app\PeopleStripe\*
file39 = system\app\Photos\*
file40 = system\priv-app\PowerPoint_SamsungStub\*
file41 = system\app\RoseEUKor\*
file41 = system\priv-app\Svoic*\*
file42 = system\priv-app\SamsungAccount_Dream\*
file43 = system\priv-app\SamsungBilling\*
file44 = system\priv-app\SamsungCloud\*
file45 = system\priv-app\SNS_v2_N\*
file46 = system\priv-app\GearManag*\*
file47 = system\priv-app\SMusi*\*
file48 = system\app\SecurityLogAgent\*
file49 = system\app\MSSkype_stub\*
file50 = system\app\YahooEdgeSports\*
file51 = system\priv-app\AccessTmobile_TMO\*
file52 = system\priv-app\AxelSpringer\*
file53 = system\app\VideoCollage_Grace_N\*
file54 = system\app\VideoTrimmer_Dream\*
file55 = system\priv-app\SamsungVideoPlayer2016\*
file56 = system\app\withTV\*
file57 = system\priv-app\Word_SamsungStub\*
file59 = system\app\YouTube\*
file60 = system\app\SamsungTTS\*
file61 = system\app\AndroidPay\*
file62 = system\app\Hangouts\*
file63 = system\priv-app\SecEmail_N\*
file64 = system\priv-app\SAMSUNG_PLUS\*
file65 = system\app\AmazonShopping_TMO\*
file66 = system\app\TmobileTv_TMO\*
file67 = system\priv-app\WhitePagesNameId-release_TMO\*
file68 = system\app\GearManag*\*
file69 = system\app\SecCalendarProvider_NOTSTICKER\*
file70 = system\app\SamsungCalendar_Stable\*
file71= system\app\CalendarDataMigrator\*
file72 = system\app\FlipboardBriefing\*
Files Included in this ROM
Samsung = Voice Recorder and Internet
Google = Google, Chrome,Gmail,Maps,Play Music,Play Store,Calendar,
Astro File Manager, Root Checker, Root Booster, Root Browser,Power Menu,
Others = ALL NEEDEED for a perfect daily SUPER FAST ROM Camera, Gallery etc.
Bugs:
None that I am aware of...
If it is not working then it probably is not installed or removed
New Build Compiled: 11th April 2018 at 12:36am PST
AGAIN I want to give credit to any and all contributors KUDOS from AFFAFXP
Installation Instructions:
TWRP RECOVERY INSTALLATION INSTRUCTIONS
* First Thing You Want To Do Is Reboot Into TWRP Recovery And Backup Your Device! (Boot, Data, System, etc...)
* Download THE ROM
* Place The Rom Into Your Internal Storage.
* Now Reboot Into TWRP Recovery.
* While In TWRP Recovery, Press "Wipe" And Then "Swipe To Factory Reset".
* Now Press "Back" And Then Press "Advanced Wipe".
* Now Select "Cache", "Dalvik Cache", "Data", And "System" And Then "Swipe To Wipe".
* Now Install The Rom Until Its Finished.
* Reboot Your Device.
* Enjoy!
It will take a few minutes maybe 5 minutes on the first boot HAVE SOME PATIENCE
100% Everything Working What you see is what you get ENJOY
This post originated HERE >>>>> https://forum.xda-developers.com/tm...om-affafxp-t-mobile-sm-g928t-aos-7-0-t3772947
DOWNLOAD:
Stripster-Stock-BOMB-ROM-V5-Final
DOWNLOAD:
Stripster-BOMB-ROM-Aroma-V6
DOWNLOAD:
Striptster Bomb Rom Aroma 8/2018​
Click to expand...
Click to collapse
Can I have a working link please?
Hi sir. All of your links are not working.

Categories

Resources