[Concept] Omitting bada API signature checking - "rooting" bada. - Bada Software and Hacking General

I've got concept of "rooting" bada kernel.
This requires some apps and API libraries patching and in effect does allow access to the hundreds of low-level system functions.
Preamble:
Bada does register various API classes using functions __SysRegisterClass(int unknown, int ClassID, ClassInfo* cInfo) and __SysRegisterClassV2(int ClassID, char* className, ClassInfoV2* cInfo, int unknown)
Sample ClassPointers in ClassInfoV2 of class "SysBase" with ID 0x1000001 goes like this:
Code:
LOAD:41348658 ApiFunc <"SysDispatch", 1, SysDispatch+1>
LOAD:41348658 ApiFunc <"__SysRegisterClassV2", 1, __SysRegisterClassV2+1>
LOAD:41348658 ApiFunc <"SysUnregisterClassV2", 1, SysUnregisterClassV2+1>
LOAD:41348658 ApiFunc <"SysGetInterfaceV2", 1, SysGetInterfaceV2+1>
LOAD:41348658 ApiFunc <"__SysRegisterClass", 1, __SysRegisterClass+1>
LOAD:41348658 ApiFunc <"SysUnregisterClass", 1, SysUnregisterClass+1>
LOAD:41348658 ApiFunc <"SysGetInterface", 1, SysGetInterface+1>
LOAD:41348658 ApiFunc <"SysSetLastError", 1, SysSetLastError+1>
LOAD:41348658 ApiFunc <"SysGetLastError", 1, SysGetLastError+1>
LOAD:41348658 ApiFunc <"_SysAssertBreakpoint", 1, _SysAssertBreakpoint+1>
LOAD:41348658 ApiFunc <"_SysAssertReport", 1, _SysAssertReport+1>
LOAD:41348658 ApiFunc <"_SysGetDllNameByDID", 1, _SysGetDllNameByDID+1>
LOAD:41348658 ApiFunc <"_SysGetAppNameByDID", 1, _SysGetAppNameByDID+1>
LOAD:41348658 ApiFunc <"_SysGetDidByDllName", 1, _SysGetDidByDllName+1>
LOAD:41348658 ApiFunc <"_SysGetDidByAppName", 1, _SysGetDidByAppName+1>
LOAD:41348658 ApiFunc <"SysGenerateUUID", 1, SysGenerateUUID+1>
LOAD:41348658 ApiFunc <"SysGetFirmUpInfo", 1, SysGetFirmUpInfo+1>
LOAD:41348658 ApiFunc <"SysGetLcdHeight", 1, SysGetLcdHeight+1>
LOAD:41348658 ApiFunc <"SysGetLcdWidth", 1, SysGetLcdWidth+1>
LOAD:41348658 ApiFunc <"SysGetLcdBitsPerPixel", 1, SysGetLcdBitsPerPixel+1>
LOAD:41348658 ApiFunc <"SysGetDiagnoseInfo", 1, SysGetDiagnoseInfo+1>
LOAD:41348658 ApiFunc <"SysIsLcdHorizontal", 1, SysIsLcdHorizontal+1>
LOAD:41348658 ApiFunc <"SysGetUAString", 1, SysGetUAString+1>
LOAD:41348658 ApiFunc <"SysSetUAString", 1, SysSetUAString+1>
LOAD:41348658 ApiFunc <"SysGetRealTick", 1, SysGetRealTick+1>
LOAD:41348658 ApiFunc <"_SysGetDebugLevel", 1, _SysGetDebugLevel+1>
LOAD:41348658 ApiFunc <"_SysAppCoreDump", 1, _SysAppCoreDump+1>
LOAD:41348658 ApiFunc <"SysGetModelName", 1, SysGetModelName+1>
LOAD:41348658 ApiFunc <"SysDebugPrintf", 1, SysDebugPrintf+1>
LOAD:41348658 ApiFunc <"SysRawDebugPrintf", 1, SysRawDebugPrintf+1>
LOAD:41348658 ApiFunc <"SysTracePrintf", 1, SysTracePrintf+1>
LOAD:41348658 ApiFunc <"_SysSaveAssertMsg", 1, _SysSaveAssertMsg+1>
LOAD:41348658 ApiFunc <"SysRegisterRsrc", 1, SysRegisterRsrc+1>
LOAD:41348658 ApiFunc <"SysUnRegisterRsrc", 1, SysUnRegisterRsrc+1>
LOAD:41348658 ApiFunc <"SysRegisterRsrcEx", 1, SysRegisterRsrcEx+1>
LOAD:41348658 ApiFunc <"SysUnRegisterRsrcUsingHdl", 1, SysUnRegisterRsrcUsingHdl+1>
LOAD:41348658 ApiFunc <"SysUnRegisterRsrcExUsingHdl", 1, \
LOAD:41348658 SysUnRegisterRsrcExUsingHdl+1>
LOAD:41348658 ApiFunc <"SysUnRegisterRsrcEx", 1, SysUnRegisterRsrcEx+1>
LOAD:41348658 ApiFunc <"SysRegisterRsrcApp", 1, SysRegisterRsrcApp+1>
LOAD:41348658 ApiFunc <"SysSetLcdHorizontal", 1, SysSetLcdHorizontal+1>
LOAD:41348658 ApiFunc <"SysIsFeatureEnabled", 1, SysIsFeatureEnabled+1>
LOAD:41348658 ApiFunc <"SysGetOperatorSWVersion", 1, SysGetOperatorSWVersion+1>
LOAD:41348658 ApiFunc <"SysGetSamsungSWVersion", 1, SysGetSamsungSWVersion+1>
LOAD:41348658 ApiFunc <"SysGetHiddenSWVersion", 1, SysGetHiddenSWVersion+1>
LOAD:41348658 ApiFunc <"SysInitRsrcType", 1, SysInitRsrcType+1>
LOAD:41348658 ApiFunc <"SysDeInitRsrcTypeDbg", 1, SysDeInitRsrcTypeDbg+1>
LOAD:41348658 ApiFunc <"SysRsrcTypeInUseDbg", 1, SysRsrcTypeInUseDbg+1>
LOAD:41348658 ApiFunc <"SysTotalAllocCountRsrcTypeDbg", 1, \
LOAD:41348658 SysTotalAllocCountRsrcTypeDbg+1>
LOAD:41348658 ApiFunc <"SysCreateHandleDbg", 1, SysCreateHandleDbg+1>
LOAD:41348658 ApiFunc <"SysDeleteHandleDbg", 1, SysDeleteHandleDbg+1>
LOAD:41348658 ApiFunc <"SysDeleteHandleExDbg", 1, SysDeleteHandleExDbg+1>
LOAD:41348658 ApiFunc <"SysRegisterHandleDbg", 1, SysRegisterHandleDbg+1>
LOAD:41348658 ApiFunc <"SysGetHandleByNameDbg", 1, SysGetHandleByNameDbg+1>
LOAD:41348658 ApiFunc <"SysGetRsrcTypeHeadDbg", 1, SysGetRsrcTypeHeadDbg+1>
LOAD:41348658 ApiFunc <"SysVerifyRegisteredHandleDbg", 1, \
LOAD:41348658 SysVerifyRegisteredHandleDbg+1>
LOAD:41348658 ApiFunc <"SysVerifyUnRegisteredHandleDbg", 1, \
LOAD:41348658 SysVerifyUnRegisteredHandleDbg+1>
LOAD:41348658 ApiFunc <"SysGetHandleNameDbg", 1, SysGetHandleNameDbg+1>
LOAD:41348658 ApiFunc <"SysGetHandleOwnerTaskDbg", 1, SysGetHandleOwnerTaskDbg+1>
LOAD:41348658 ApiFunc <"SysSetZombieHandleDbg", 1, SysSetZombieHandleDbg+1>
LOAD:41348658 ApiFunc <"SysVerifyZombieHandleDbg", 1, SysVerifyZombieHandleDbg+1>
LOAD:41348658 ApiFunc <"SysGetInternalHandleDbg", 1, SysGetInternalHandleDbg+1>
LOAD:41348658 ApiFunc <"SysGetHeadHandleDbg", 1, SysGetHeadHandleDbg+1>
LOAD:41348658 ApiFunc <"SysGetNextHandleDbg", 1, SysGetNextHandleDbg+1>
LOAD:41348658 ApiFunc <"SysVerifyInternalHandleDbg", 1, \
LOAD:41348658 SysVerifyInternalHandleDbg+1>
LOAD:41348658 ApiFunc <"SysGetUnRegisteredHandleDbg", 1, \
LOAD:41348658 SysGetUnRegisteredHandleDbg+1>
LOAD:41348658 ApiFunc <"SysGetHandleDbg", 1, SysGetHandleDbg+1>
LOAD:41348658 ApiFunc <"SysGetHandleRefCountDbg", 1, SysGetHandleRefCountDbg+1>
LOAD:41348658 ApiFunc <"SysSetSysHandleForDeleteDbg", 1, \
LOAD:41348658 SysSetSysHandleForDeleteDbg+1>
LOAD:41348658 ApiFunc <"_SysGetAppDebugLevel", 1, _SysGetAppDebugLevel+1>
LOAD:41348658 ApiFunc <"_SysSetAppDebugLevel", 1, _SysSetAppDebugLevel+1>
LOAD:41348658 ApiFunc <"SysSetModuleStatus", 1, SysSetModuleStatus+1>
LOAD:41348658 ApiFunc <"SysGetModuleStatus", 1, SysGetModuleStatus+1>
LOAD:41348658 ApiFunc <"SysGetSWVersion", 1, SysGetSWVersion+1>
LOAD:41348658 ApiFunc <"SysSecureDebugPrintf", 1, SysSecureDebugPrintf+1>
LOAD:41348658 ApiFunc <"SysGetSystemInfo", 1, SysGetSystemInfo+1>
LOAD:41348658 ApiFunc <"SysSetSystemInfo", 1, SysSetSystemInfo+1>
LOAD:41348658 ApiFunc <"SysGetBuildInfo", 1, SysGetBuildInfo+1>
LOAD:41348658 ApiFunc <"SysSetDiagnoseInfo", 1, SysSetDiagnoseInfo+1>
LOAD:41348658 ApiFunc <"SysGetVersion", 1, SysGetVersion+1>
LOAD:41348658 ApiFunc <"SysGetModelPetName", 1, SysGetModelPetName+1>
LOAD:41348658 ApiFunc <"SysSecBootUnlock", 1, sub_40060054>
And exactly this table of pointers can be obtained by calling simple function
SysGetInterfaceV2(0x1000001);
As you can see, table is very easy to parse (already did it in IDA), it's array of structure:
struct ApiFunc
{
char name[52];
int some_bool;
void *ptr;
};
[/CODE]
Some classes does contain about 600 functions.
Parsing such array does allow calling any of these functions in any of bada apps, only pointer to SysGetInterfaceV2 function has to be known (does differ in different bada builds)
General concept:
1) Patch function of badakernel called AppPkgSvcCheckSoIntegrity, to always return true. This is easiet to be done from FOTA level.
2) Patch some Bada OSP .so file to enter CPU supervisor mode, call SysGetInterfaceV2 and return list of function pointers
3) Use exposed API function in any bada application to get access straight to LCD driver or TFS4 FileManager for example.
Advantages:
Allows to call any low level bada function using modified API - infinite possibilities.
Disadvantages:
This does turn off important layer of bada security - potential risk of abusing it by malware creators.
Any developer wants to continue it? I already spent too much time on analysing bada.
The concept above came from Bada 2.0 apps_decompressed analyse.

You're for real the bada messias. I love your work man.
I would like to, but i dont understand this, i hope someone can make from it a real root to make bada more open to us developers and to offer us more possibilities.
Thanks man,.

Would be a great achievement!!
Thanks for the sharing, wish someone will continue your work

Hey Rebellos
Can you reverse engineer Broker.exe ???
I understood today huge thing
The Broker.exe is not just an installer for the app...it is written in it what is developed by it
So every developer has a different Broker.exe
If you can remove the check of "if this app is developed using this Broker" then we get a complete jailbreak (Not so complete due to badaAIK one app limitation but interesting thing though)
I hope you will look in it
I attached badaAIK with my Broker with a test app called FilGoal
Best Regards

mylove90 said:
Hey Rebellos
Can you reverse engineer Broker.exe ???
I understood today huge thing
The Broker.exe is not just an installer for the app...it is written in it what is developed by it
So every developer has a different Broker.exe
If you can remove the check of "if this app is developed using this Broker" then we get a complete jailbreak (Not so complete due to badaAIK one app limitation but interesting thing though)
I hope you will look in it
I attached badaAIK with my Broker with a test app called FilGoal
Best Regards
Click to expand...
Click to collapse
Also mylove90 there's tow different compression binary application in Bada, some can open with zip program like 7zip

Broker.exe contains Filemanager like sTune to copy files to handset...
Then send Command to handset to install/activate App... can be sniffed or taken from apps_c...
Also Broker can log... like WinComm
But I hope Broker is NOT for cracking...
Maybe what you mean is calling signed... So RSA 1024... PKI... Certificates...
Btw.
Again... JB6 is COMPLETE unsecured...
http://forum.xda-developers.com/showthread.php?t=912728
Find an way to flash this Bootloader, all Security is nuked.
Best Regards

I was just trying to push this thread and i jumped to this conclusion after small trivial test
adfree said:
Then send Command to handset to install/activate App... can be sniffed or taken from apps_c...
Click to expand...
Click to collapse
It would be good to know that command
adfree said:
Maybe what you mean is calling signed... So RSA 1024... PKI... Certificates...
Click to expand...
Click to collapse
Is it possible to disable this from the installer itself and not the phone
adfree said:
Btw.
Again... JB6 is COMPLETE unsecured...
Find an way to flash this Bootloader, all Security is nuked.
Click to expand...
Click to collapse
Oh this is so hard for me
Best Regards

mylove90 said:
Hey Rebellos
Can you reverse engineer Broker.exe ???
I understood today huge thing
The Broker.exe is not just an installer for the app...it is written in it what is developed by it
So every developer has a different Broker.exe
If you can remove the check of "if this app is developed using this Broker" then we get a complete jailbreak (Not so complete due to badaAIK one app limitation but interesting thing though)
I hope you will look in it
I attached badaAIK with my Broker with a test app called FilGoal
Best Regards
Click to expand...
Click to collapse
Please bring me few different Broker.exe binaries, for different developers. If that's possible.
Application install command is "AppPkgInstall", its syntax is "AppPkgInstall <AppPath>" (AppPath does usually start with "/Mount/Mmc/Others/[email protected]@[email protected]@__", you can found this directory in bada's SD card I do believe)
Also in Broker I see commands like "GetAppInstallCondition", "TerminateProcessEx", "EnableDiagWrite", "UseDrmWrite <type>" (type = "flashapp" or "webapp").
Broker seems to look for USB devices named
SAMSUNG Mobile Modem V2
SAMSUNG USB Mobile Modem
SAMSUNG Mobile USB Modem
SAMSUNG Mobile Modem Diagnostic Serial Port V2
SAMSUNG USB Mobile Logging
SAMSUNG Mobile USB Serial Port
Click to expand...
Click to collapse
List of supported models by Broker
GT-S8500
GT-S7230E
GT-S8530
GT-S7250
GT-S8600
Click to expand...
Click to collapse

Sorry Rebellos
I did a hash check on Broker from larioteo and found out that both files are identical
Also i figured out that larioteo uses old Broker file with Voluntas due to the old beta FW
My advice is to look in the dll files (FastTkFileLib.dll & argtable2.dll) because according to larioteo Broker is nothing without them
Best Regards
I attached Broker from SDK 1.2.1 because it is different

The reason for different Broker.exe and corresponding files... depend on SDK Version...
GT-S8500
GT-S7230E
GT-S8530
GT-S7250
GT-S8600
Click to expand...
Click to collapse
S8500 is ever supported since oldest SDK... but maybe for the others... little bada handset etc. are sometimes minor differences in Transfer prototcol...
Simplest example... sTune for bada 1.x and bada 2.x
Best Regards

A question - do you need to be connected to the internet any time during creating and testing application? I mean - can you just develop app from scratch using bada SDK and run it on your device without net connection?

...without net connection?
Click to expand...
Click to collapse
Not tested yet, if Certificate for signing is on PC...
If I have time, I can test it offline...
Best Regards

Tested working totally offline (Wave+PC)
Bada 1.2.1
Simulator : works fine
Target : got manifest check error
Bada 2.0.2
Emulator : App starts and close after showing the splash screen
Target : App starts and close after showing the splash screen
I thought that my app didn't work on Wave because it needed internet connection but i was wrong...it closed also after connecting to the Wifi
I understand some stuff from this
1.Emulator=Target in case of 2.0.2 (but a bit slower)
2.Simulator of 1.2.1 had no security at all because it use x86 architecture (Useless builds of the app that can't be used on a real device)
3.Manifest has a secret key connects it to a server for the check before running on real device
Best Regards

Online Manifest Check is not Security related...
Its more an "User protection"... as too many Devs sent Standard Manifest to Samsung... and then failed ...
Not sure but bada SDK 1.0 not check Manifest... I think...
Best Regards

hmmmmmmm
then why the app didn't work at all on 2.0.w SDK !!!!
the app works under regular conditions but when i am offline it shows splash screen then exits !!!!
there must be some thing that is done online
maybe in the compiler itself !!!
who knows?!
Best Regards

Maybe interesting app for you. http://bada-world.pl/nowosci-zapowiedzi/slauncher-t7986.html

SASiO said, that he will not release his app (at least not in near future).
+ actually, there no evidence that his app isn't just another fake.

Qron said:
SASiO said, that he will not release his app (at least not in near future).
+ actually, there no evidence that his app isn't just another fake.
Click to expand...
Click to collapse
Why then they make lost time and lost our time, how old are there guy or maybe something mistake in brain.

I didn't say it's certainly fake...
We just already had Androbada (not talking about Badadroid), N64 emulator and now this.

I'd rather come with distance to things posted on forum owned by thief and crook.
Back on the topic - if I get it right - without internet connection it isn't possible to run application even on emulator, and the same result is obtained on device. While with internet connection it does works.
Is internet connection mandatory DURING starting application on device? Or only during loading it into device? Or I get something wrong?
Asking mainly because of curiosity. Again I'm stating I'm not the one to implement that.

Related

Performance for MT4G and EVO4G can be gained from a patch.

Hi,
I made this post in the EVO 4G Android Development forum but it's also relevant here. As this information may result in crosstalk between MT4G ROM implementations and EVO 4G implementations, I posted it here as well. I hope that's ok.
I am the author of psx4droid. It's a PSX emulator that uses a dynarec. Due to the nature of this code I can have to invalidate the instruction cache on these Android's ARM processors. Just like Yong must do in GameBoid.
I noticed performance loss on the Evo 4G, MyTouch 4G and potentially others. As do some people running GameBoid (though this emulator lays heavy on frame limiting as it runs faster than 60 FPS so it's not noticed as much).
Both these arch's (ARCH_QSD8X50 for the Evo 4G and ARCH_MSM7X30 for the MyTouch 4G) have an oddity when it comes to flushing the "icache".
As seen in these platform's kernel sources at ./arch/arm/mm/cache-v7.S the *ENTIRE* icache is flushed on each cacheflush syscall!
The fix for my performance loss, and others, is to only clear the range specified for userland cacheflush's. While this may not help much besides apps that use cacheflush a lot like emulators, it will help these apps greatly.
My hope is someone can release ROM(s) for the Evo 4G and/or the MyTouch 4G with this fixed. Thanks!
Here's the offending code. Note "mcr p15, 0, r0, c7, c5, 0" clears the entire icache as well as others.
ENTRY(v7_coherent_user_range)
UNWIND(.fnstart )
dcache_line_size r2, r3
sub r3, r2, #1
bic r0, r0, r3
1:
USER( mcr p15, 0, r0, c7, c11, 1 )
add r0, r0, r2
2:
cmp r0, r1
blo 1b
dsb
mov r0, #0
mcr p15, 0, r0, c7, c5, 0
dsb
isb
mov pc, lr
9001:
mov r0, r0, lsr #12
mov r0, r0, lsl #12
add r0, r0, #4096
b 2b
UNWIND(.fnend )
ENDPROC(v7_coherent_kern_range)
ENDPROC(v7_coherent_user_range)
Here's a faster version of this function from the Samsung Fascinate (Galaxy S) that clears a range as it's supposed to:
ENTRY(v7_coherent_user_range)
dcache_line_size r2, r3
sub r3, r2, #1
bic r0, r0, r3
1: mcr p15, 0, r0, c7, c11, 1
dsb
mcr p15, 0, r0, c7, c5, 1
add r0, r0, r2
cmp r0, r1
blo 1b
mov r0, #0
mcr p15, 0, r0, c7, c5, 6
dsb
isb
mov pc, lr
ENDPROC(v7_coherent_kern_range)
ENDPROC(v7_coherent_user_range)
zodttd said:
Hi,
I made this post in the EVO 4G Android Development forum but it's also relevant here. As this information may result in crosstalk between MT4G ROM implementations and EVO 4G implementations, I posted it here as well. I hope that's ok.
I am the author of psx4droid. It's a PSX emulator that uses a dynarec. Due to the nature of this code I can have to invalidate the instruction cache on these Android's ARM processors. Just like Yong must do in GameBoid.
I noticed performance loss on the Evo 4G, MyTouch 4G and potentially others. As do some people running GameBoid (though this emulator lays heavy on frame limiting as it runs faster than 60 FPS so it's not noticed as much).
Both these arch's (ARCH_QSD8X50 for the Evo 4G and ARCH_MSM7X30 for the MyTouch 4G) have an oddity when it comes to flushing the "icache".
As seen in these platform's kernel sources at ./arch/arm/mm/cache-v7.S the *ENTIRE* icache is flushed on each cacheflush syscall!
The fix for my performance loss, and others, is to only clear the range specified for userland cacheflush's. While this may not help much besides apps that use cacheflush a lot like emulators, it will help these apps greatly.
My hope is someone can release ROM(s) for the Evo 4G and/or the MyTouch 4G with this fixed. Thanks!
Here's the offending code. Note "mcr p15, 0, r0, c7, c5, 0" clears the entire icache as well as others.
ENTRY(v7_coherent_user_range)
UNWIND(.fnstart )
dcache_line_size r2, r3
sub r3, r2, #1
bic r0, r0, r3
1:
USER( mcr p15, 0, r0, c7, c11, 1 )
add r0, r0, r2
2:
cmp r0, r1
blo 1b
dsb
mov r0, #0
mcr p15, 0, r0, c7, c5, 0
dsb
isb
mov pc, lr
9001:
mov r0, r0, lsr #12
mov r0, r0, lsl #12
add r0, r0, #4096
b 2b
UNWIND(.fnend )
ENDPROC(v7_coherent_kern_range)
ENDPROC(v7_coherent_user_range)
Here's a faster version of this function from the Samsung Fascinate (Galaxy S) that clears a range as it's supposed to:
ENTRY(v7_coherent_user_range)
dcache_line_size r2, r3
sub r3, r2, #1
bic r0, r0, r3
1: mcr p15, 0, r0, c7, c11, 1
dsb
mcr p15, 0, r0, c7, c5, 1
add r0, r0, r2
cmp r0, r1
blo 1b
mov r0, #0
mcr p15, 0, r0, c7, c5, 6
dsb
isb
mov pc, lr
ENDPROC(v7_coherent_kern_range)
ENDPROC(v7_coherent_user_range)
Click to expand...
Click to collapse
Can you give a diff on this?
so, what exactly do we do? lol, i use psx4droid alot and yeah it does lag more then it should.
do we do this through terminal or what?
stratax said:
so, what exactly do we do? lol, i use psx4droid alot and yeah it does lag more then it should.
do we do this through terminal or what?
Click to expand...
Click to collapse
Its to be added to the code of the kernel itself.
As stated:
As seen in these platform's kernel sources at ./arch/arm/mm/cache-v7.S the *ENTIRE* icache is flushed on each cacheflush syscall!
edru said:
Its to be added to the code of the kernel itself.
As stated:
As seen in these platform's kernel sources at ./arch/arm/mm/cache-v7.S the *ENTIRE* icache is flushed on each cacheflush syscall!
Click to expand...
Click to collapse
i have no clue how to do that so i guess ill skip on this until there is a easier way lol.
Maybe grankin can include this in one of his custom kernels?
Zoltair Wright said:
Maybe grankin can include this in one of his custom kernels?
Click to expand...
Click to collapse
i agree with this aha
I'm probably wrong so correct me if i am, but isn't the MT4G QSD8x50, not MSM7x50...isnt that the G2?
5377brian said:
I'm probably wrong so correct me if i am, but isn't the MT4G QSD8x50, not MSM7x50...isnt that the G2?
Click to expand...
Click to collapse
MT4G has neither of those, it had the MSM8250.
I'm just happy zodttd is still willing to work on android phones after how bad Google f*$#&'d him over on his launch of psx4droid on the market
Thanks zodttd.

Could a dev help edit libWFD_ENGINE.so to get mirroring on modded devices.Guide here!

Hi
I'm carrying this over from this thread http://forum.xda-developers.com/showthread.php?t=2421642
The guys here managed to patch their libWFD_ENGINE.so file so they could connect to all share cast on Rooted/Modded devices.
Unfortunately no one posted for the l900 note 2 but instructions where given to do this on any device.
1. download and install IDA Pro
2. download and install WinHEx
3. download and install any text compare util
4. Open patched and unpatched version lib file of the same device (any device) with IDA
5. get text output of both files to the text compare utility
6. find the 3 differences. analyze where they are in the file (look for seacrhable text patterns)
7. open YOUR device's unpacthed lib file with IDA pro
8. find the correspondances found on step 6 in your own file.
9. note the line number (hex address) of each 3 correspondances
10. now open all 3 files on Winhex
11. jump to the noted hex addresses and change the bytes according to the difference of 2 files of the same device.
12. make the change on your own file and save.
Thanks to mrmrmrmr for quick guide.
So what I have attached here is libWFD_Engine.so (Sprint note 2 4.3) unpatched and was hopping someone would be able to patch it with the above instructions an example of the changes needed to be made from the S4 libWFD_Engine.so below.
org_s4:
text:00012644 CBNZ R0, loc_12652
patched_s4:
text:00012644 MOVS R0, #0
org_s4:
text:00022D50 LDR R3, [R7]
patched_s4:
text:00022D50 MOVS R3, #0
org_s4:
text:00026B1C CMP R0, #0
patched_s4:
text:00026B1C CMP R0, #0x10
Thanks
gersrt said:
Hi
I'm carrying this over from this thread http://forum.xda-developers.com/showthread.php?t=2421642
The guys here managed to patch their libWFD_ENGINE.so file so they could connect to all share cast on Rooted/Modded devices.
Unfortunately no one posted for the l900 note 2 but instructions where given to do this on any device.
1. download and install IDA Pro
2. download and install WinHEx
3. download and install any text compare util
4. Open patched and unpatched version lib file of the same device (any device) with IDA
5. get text output of both files to the text compare utility
6. find the 3 differences. analyze where they are in the file (look for seacrhable text patterns)
7. open YOUR device's unpacthed lib file with IDA pro
8. find the correspondances found on step 6 in your own file.
9. note the line number (hex address) of each 3 correspondances
10. now open all 3 files on Winhex
11. jump to the noted hex addresses and change the bytes according to the difference of 2 files of the same device.
12. make the change on your own file and save.
Thanks to mrmrmrmr for quick guide.
So what I have attached here is libWFD_Engine.so (Sprint note 2 4.3) unpatched and was hopping someone would be able to patch it with the above instructions an example of the changes needed to be made from the S4 libWFD_Engine.so below.
org_s4:
text:00012644 CBNZ R0, loc_12652
patched_s4:
text:00012644 MOVS R0, #0
org_s4:
text:00022D50 LDR R3, [R7]
patched_s4:
text:00022D50 MOVS R3, #0
org_s4:
text:00026B1C CMP R0, #0
patched_s4:
text:00026B1C CMP R0, #0x10
Thanks
Click to expand...
Click to collapse
I wonder if there is a way to turn this into a 1-click action?
http://forum.xda-developers.com/showthread.php?t=2542509
I Extracted and manually placed the file with root explorer and set permissions.
Works like a champ on my....
sprint note 2
synergy 4.3 rom
rooted
twrp
Do Not Flash The File....will cause bootloop ! Only for Android 4.3
gersrt said:
Hi
I'm carrying this over from this thread http://forum.xda-developers.com/showthread.php?t=2421642
The guys here managed to patch their libWFD_ENGINE.so file so they could connect to all share cast on Rooted/Modded devices.
Unfortunately no one posted for the l900 note 2 but instructions where given to do this on any device.
1. download and install IDA Pro
2. download and install WinHEx
3. download and install any text compare util
4. Open patched and unpatched version lib file of the same device (any device) with IDA
5. get text output of both files to the text compare utility
6. find the 3 differences. analyze where they are in the file (look for seacrhable text patterns)
7. open YOUR device's unpacthed lib file with IDA pro
8. find the correspondances found on step 6 in your own file.
9. note the line number (hex address) of each 3 correspondances
10. now open all 3 files on Winhex
11. jump to the noted hex addresses and change the bytes according to the difference of 2 files of the same device.
12. make the change on your own file and save.
Thanks to mrmrmrmr for quick guide.
So what I have attached here is libWFD_Engine.so (Sprint note 2 4.3) unpatched and was hopping someone would be able to patch it with the above instructions an example of the changes needed to be made from the S4 libWFD_Engine.so below.
org_s4:
text:00012644 CBNZ R0, loc_12652
patched_s4:
text:00012644 MOVS R0, #0
org_s4:
text:00022D50 LDR R3, [R7]
patched_s4:
text:00022D50 MOVS R3, #0
org_s4:
text:00026B1C CMP R0, #0
patched_s4:
text:00026B1C CMP R0, #0x10
Thanks
Click to expand...
Click to collapse
What text comparing utility you are using? so that I can download. Thanks.
Can you advise how to open and export the libWFD_ENGINE.so IDA Pro?
the below is what I get from IDA Pro, which is quite different from yours.
I guess I made some mistakes during the process. I have never use IDA Pro before.
seg000:00002476 db 0
seg000:00002477 db 0
seg000:00002478 db 0
seg000:00002479 db 0
seg000:0000247A db 0
seg000:0000247B db 0
seg000:0000247C db 0
seg000:0000247D db 0
seg000:0000247E db 0
seg000:0000247F db 0
seg000:00002480 db 12h
seg000:00002481 db 0
seg000:00002482 db 0

[Q] Cortex-A9 Performance Events Counter PMU return Zero

Hello every one,
not sure if this the right place to ask but i really need help.
I am attempting to gather some data on Galaxy Nexus i9250 Android v4.3 CPU ARMv7.I am trying to use ARM Streamline but it provides the following error:
ARM Processor PMU event counters have been detected, however the event counters are reading zeroes. Event counters include those counters listed in the counter configuration options dialog under the core name but exclude the cycle counter (Clock:Cycles) as it is controlled by a dedicated counter. It is possible that the PMU configuration bit DBGEN has not been enabled, and counter values subsequently will always read as zero. To remedy, please update your firmware or Linux kernel to enable DBGEN.
after some search i found similar problem: on freescale
which suggest some modification to the SDER Secure Debug Enable Register, Security Extensions.
i do not know what to so i found a file perf_event in kernel source but not sure where to start.
i found out on infocenter of arm for ARM11 that i should use
// MRC p15, 0, <Rd>, CRn, CRm, opCode_2 ; base
MRC p15, 0, <Rd>, c15, c12, 0 ; Read Performance Monitor Control Register
MCR p15, 0, <Rd>, c15, c12, 0 ; Write Performance Monitor Control Register
this is in perf_event_v6.c kernel folder like this:
static inline unsigned long
armv6_pmcr_read(void)
{
u32 val;
asm volatile("mrc p15, 0, %0, c15, c12, 0" : "=r"(val));
return val;
}
since i'm using version arm7 so i should modify perf_event_v7.c
and my guessing that i should use c9 instead of c15 because this is the option used there and mentioned in the Cortex Reference manual for EX:
c9 registers
Table 4-10 shows the CP15 system control registers you can access when CRn is c9.
Table 4-10 c9 register summary
Op1 CRm Op2 Name Type Reset Description
0 c12 0 PMCR RW 0x41093000 Performance Monitor Control Register
1 PMCNTENSET RW 0x00000000 Count Enable Set Register
2 PMCNTENCLR RW 0x00000000 Count Enable Clear Register
3 PMOVSR RW - Overflow Flag Status Register
4 PMSWINC WO - Software Increment Register
5 PMSELR RW 0x00000000 Event Counter Selection Register
so it should be :
MRC p15, 0, <Rd>, c9, c12, 0 ; Read Performance Monitor Control Register
MCR p15, 0, <Rd>, c9, c12, 0 ; Write Performance Monitor Control Register
and
MRC p15, 0, <Rd>, c9, c12, 5 ; Read PMSELR Register
MCR p15, 0, <Rd>, c9, c12, 5 ; Write PMSELR Register
and to choose the event:
EXPORT pmn_config
; Sets the event for a programmable counter to record
; void pmn_config(unsigned counter, uint32_t event)
; counter (in r0) = Which counter to program (e.g. 0 for PMN0, 1 for PMN1)
; event (in r1) = The event code (from appropriate TRM or ARM Architecture Reference Manual)
pmn_config PROC
AND r0, r0, #0x1F ; Mask to leave only bits 4:0
MCR p15, 0, r0, c9, c12, 5 ; Write PMSELR Register
ISB ; Synchronize context
MCR p15, 0, r1, c9, c13, 1 ; Write PMXEVTYPER Register
BX lr
ENDP
the steps i should follow are as follow:
The following procedure should be followed:
Disable performance counters
Set what each event counter will count
Set cycle counter tick rate
Reset performance counters
Enable performance counters
Call function to profile
Disable performance counters
Read out performance counters
Check that performance counters did not overflow
i also found this EX:
following this code on google_code DirectPMUCodeGCC
i found on e2e support site that Galaxy Nexus is a secure device by checking the DBGAUTHSTATUS
i should push DBGEN or NIDEN high.
but i still did not know how to do it.
Any help?

100% Working WiFi Monitor Mode

This article will first describe how to locate the Monitor mode code in Nexus 5 firmware (hammerhead-ktu84p-factory-35ea0277, bootloader-hammerhead-hhz11k : c32f8bec310c659c1296739b00c6a8ac). Then, we will try to understand what it does (its functionalities). Finally, you will have to find bugs by yourself because I didn't find any...so far !
Note: Terms (Non-)Secure world & (Non-)Secure state are used as synonyms. Term Normal world is also used as synonym of Non-Secure world.
I. Quick introduction to ARM Security Extensions
"The Security Extensions define two security states: Secure state and Non-secure state. All instruction execution takes place either in Secure state or in Non-secure state.[...] The Security Extensions also define an additional processor mode, Monitor mode, that provides a bridge between software running in Non-secure state and software running in Secure state."
"The Secure Monitor Call exception is implemented only as part of the Security Extensions. The Secure Monitor Call instruction, SMC , requests a Secure Monitor function, causing the processor to enter Monitor mode."
"When an exception is taken, processor execution is forced to an address that corresponds to the type of exception. This address is called the exception vector for that exception. A set of exception vectors comprises eight consecutive word-aligned memory addresses, starting at an exception base address. These eight vectors form a vector table."
-- ARM Architecture Reference Manual ARMv7-A
II. OpenSource TrustZone examples
Trusted Execution Environment (TEE) is the "small" secure kernel executed in Secure state. The Monitor code is part of the TEE code.
To get an idea of how the Monitor code works, we can take a look at two TrustZone examples:
Cortex-A9 TrustZone example by ARM : a simple example of secure and non-secure code that communicates through Monitor mode.
OP-TEE by STMicroelectronics : an Open Source TEE 1.0 implementation.
After studying these code samples, we can clearly distinguish two parts in Monitor code:
Monitor mode initialization: called once, at TEE initialization time.
In this code, we can notice two specific instructions :
Monitor Vector Base Address Register (MVBAR) setup: MVBAR contains the Monitor vector table address. Both samples use the same instructions to setup MVBAR :
MCR p15, 0, $RX,c12,c0, 1
where $RX is a pointer to the monitor mode's vector table.
SP register setup: the Monitor mode stack address is set into SP register. This register is banked, which means this value will be automatically restored next time the processor enters in Monitor mode.
Exception vectors: called when an exception is taken to Monitor mode.
Both samples implement a simple Secure Monitor Call (SMC) handler that switches between the normal and secure worlds when a SMC call is made. As SMC handler is an entry point to the Secure state, it would be interesting to analyze it in Nexus 5 firmware.
III. Extracting Nexus 5 firmware
We know that the Monitor code may be embedded into the TEE image. In the case of Nexus 5, this image can be extracted from stock ROM.
h t t p s: / / w w w . y o u t u b e . c o m /w a t c h ? v = h 6 c K G j X K S j I
h t t p s : / / w w w . y o u t u b e . c o m / w a t c h ? v = P R K y k F U Q K m 0
Once downloaded, we use a small tool to unpack bootloader-hammerhead-hhz11k.img file. One of extracted files is an ELF ARM binary named "tz".
IV. Nexus 5 Monitor mode code
To analyze the Nexus 5 TrustZone binary, we can use IDA Demo 6.6.
Given that setting up MVBAR is very specific to the monitor mode's initialization code, we use it to locate the Monitor mode's initialization code in Nexus 5 TrustZone binary.
Using IDA regex search in code disassembly, we look for the instruction used to write MVBAR :
MCR[[:space:]]+p15, 0, [^,]+,c12,c0, 1
This search returns only 3 occurrences, and one of them also sets the SP register. These instructions are expected to be found in Monitor mode initialization code.
IV.1. Monitor mode initialization function
Here's the disassembly of the Monitor mode initialization code :
LOAD:FE80DB4C init_monitor
LOAD:FE80DB4C MSR CPSR_c, #0xD6 ; switch to Monitor mode
LOAD:FE80DB50 LDR R0, =monitor_vector_table ; load monitor vector table ptr into R0
LOAD:FE80DB54 MCR p15, 0, R0,c12,c0, 1 ; write R0 to MVBAR
LOAD:FE80DB58 BL sub_FE80DB88 ; initialize Non-Secure world
LOAD:FE80DB5C LDR SP, =0xFE82B700
LOAD:FE80DB60 MRC p15, 0, R0,c0,c0, 5 ; write MPIDR value to R0
LOAD:FE80DB64 AND R0, R0, #0xFF ; keep Affinity level 0 : current virtual CPU id
LOAD:FE80DB68 MOV R1, #0x200
LOAD:FE80DB6C MUL R1, R1, R0 ; compute stack offset for current vCPU
LOAD:FE80DB70 SUB SP, SP, R1 ; setup Monitor stack register SP
LOAD:FE80DB74 MOV R0, #0b100
LOAD:FE80DB78 MCR p15, 0, R0,c1,c1, 0 ; set FIQ flag in SCR register
LOAD:FE80DB7C ISB SY ; flush the pipeline in the processor
LOAD:FE80DB80 MSR CPSR_c, #0xD3 ; switch to Supervisor mode
LOAD:FE80DB84 BX LR
LOAD:FE80DB84 ; End of function init_monitor
We will now proceed to a detailed analysis of each step.
IV.1.A Switch to Monitor mode
MSR instruction moves an immediate value (here 0xD6) to a Special register (here CPSR_c).
LOAD:FE80DB4C MSR CPSR_c, #0xD6 ; switch to Monitor mode
The Current Program Status Register (CPSR) holds processor status and control information. CPSR with "_c" suffix enables writing of bits<0:7> of CPSR (ARM Ref. B9.3.11). This bitfield controls the processor mode and exception masks.
We can use a simple IDAPython script to replace the immediate value 0xD6 with symbols documented in ARM Ref. (B1-1148) :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
from idautils import *
from idaapi import *
from idc import *
Message("%s starting...\n" % __file__)
CPSR_C_enum_id = GetEnum("CPSR_C_enum")
if CPSR_C_enum_id == BADADDR:
CPSR_C_enum_id = AddEnum(-1, "CPSR_C_enum", hexflag())
SetEnumBf(CPSR_C_enum_id,1);
AddConstEx(CPSR_C_enum_id,"CPSR_MODE_USR", 0b10000, 0x1F)
AddConstEx(CPSR_C_enum_id,"CPSR_MODE_FIQ", 0b10001, 0x1F)
AddConstEx(CPSR_C_enum_id,"CPSR_MODE_IRQ", 0b10010, 0x1F)
AddConstEx(CPSR_C_enum_id,"CPSR_MODE_SVC", 0b10011, 0x1F)
AddConstEx(CPSR_C_enum_id,"CPSR_MODE_MON", 0b10110, 0x1F)
AddConstEx(CPSR_C_enum_id,"CPSR_MODE_ABT", 0b10111, 0x1F)
AddConstEx(CPSR_C_enum_id,"CPSR_MODE_HYP", 0b11010, 0x1F)
AddConstEx(CPSR_C_enum_id,"CPSR_MODE_UND", 0b11011, 0x1F)
AddConstEx(CPSR_C_enum_id,"CPSR_MODE_SYS", 0b11111, 0x1F)
AddConstEx(CPSR_C_enum_id,"CPSR_THUMB", 0x20, 0x20)
AddConstEx(CPSR_C_enum_id,"CPSR_MASK_FIQ", 0x40, 0x40)
AddConstEx(CPSR_C_enum_id,"CPSR_MASK_IRQ", 0x80, 0x80)
ea = MinEA()
while True:
ea= FindText(ea, SEARCH_DOWN|SEARCH_NEXT|SEARCH_REGEX, 0, 0, " (CPS|MSR) ")
if ea == BADADDR:
break
mnem = GetMnem(ea)
if mnem == "MSR":
if GetOpnd(ea, 0) == "CPSR_c" and GetOpType(ea, 1) == o_imm:
OpEnumEx(ea, 1, CPSR_C_enum_id, 0)
Message("%s MSR CPSR_c, %s\n" % (hex(ea),GetOpnd(ea, 1)))
elif mnem == "CPS":
OpEnumEx(ea, 0, CPSR_C_enum_id, 0)
Message("%s CPS %s\n" % (hex(ea),GetOpnd(ea, 0)))
else:
Message("Unrecognized instruction @ %s : %s\n" % (hex(ea), GetDisasm(ea)))
ea = NextHead(ea)
Message("Done!\n")
view rawida-armv7a-cpsr_c.py hosted with ❤ by GitHub
Thus, the instruction becomes:
LOAD:FE80DB4C MSR CPSR_c, #CPSR_MODE_MON OR CPSR_MASK_FIQ OR CPSR_MASK_IRQ ; switch to Monitor mode
This instruction switches the processor to Monitor mode. It also sets CPSR.F and CPSR.I bits to mask FIQ and IRQ exceptions, meaning they cannot be taken.
IV.1.B Setup MVBAR
The Move to Coprocessor from ARM core register instruction (MCR) passes the value of an ARM core register (here R0) to a coprocessor (here CP15).
LOAD:FE80DB50 LDR R0, =monitor_vector_table ; load monitor vector table ptr into R0
LOAD:FE80DB54 MCR p15, 0, R0,c12,c0, 1 ; write R0 to MVBAR
CP15 c12 register is present on an ARMv7-A implementation that includes Security Extensions. This instruction writes R0 value to MVBAR. R0 contains a pointer to Monitor vector table. We will describe this table later.
IV.1.C Initialize Non-Secure world
The function sub_FE80DB88 is called to initialize the Non-Secure world context:
LOAD:FE80DB88 sub_FE80DB88
LOAD:FE80DB88 MRC p15, 0, R1,c1,c0, 0 ; read Secure SCTLR
LOAD:FE80DB8C MOV R0, #SCR_NS OR SCR_FW OR SCR_AW ; #0x31
LOAD:FE80DB90 MCR p15, 0, R0,c1,c1, 0 ; switch to Non-Secure (NS) state
LOAD:FE80DB94 ISB SY
LOAD:FE80DB98 MCR p15, 0, R1,c1,c0, 0 ; write Secure SCTLR value to NS SCTLR
LOAD:FE80DB9C MOV R0, #0
LOAD:FE80DBA0 MCR p15, 2, R0,c0,c0, 0 ; clear CSSELR
LOAD:FE80DBA4 MCR p15, 0, R0,c2,c0, 0 ; clear TTBR0
LOAD:FE80DBA8 MCR p15, 0, R0,c2,c0, 1 ; clear TTBR1
LOAD:FE80DBAC MCR p15, 0, R0,c2,c0, 2 ; clear TTBCR
LOAD:FE80DBB0 MCR p15, 0, R0,c3,c0, 0 ; clear DACR
LOAD:FE80DBB4 MCR p15, 0, R0,c5,c0, 0 ; clear DFSR
LOAD:FE80DBB8 MCR p15, 0, R0,c5,c0, 1 ; clear IFSR
LOAD:FE80DBBC MCR p15, 0, R0,c5,c1, 0 ; clear ADFSR
LOAD:FE80DBC0 MCR p15, 0, R0,c5,c1, 1 ; clear AIFSR
LOAD:FE80DBC4 MCR p15, 0, R0,c6,c0, 0 ; clear DFAR
LOAD:FE80DBC8 MCR p15, 0, R0,c6,c0, 2 ; clear IFAR
LOAD:FE80DBCC MCR p15, 0, R0,c7,c4, 0 ; clear PAR
LOAD:FE80DBD0 MCR p15, 0, R0,c10,c2, 0 ; clear PRRR
LOAD:FE80DBD4 MCR p15, 0, R0,c10,c2, 1 ; clear NMRR
LOAD:FE80DBD8 MCR p15, 0, R0,c10,c4, 0 ; clear "MMUDMTR" ?
LOAD:FE80DBDC MCR p15, 0, R0,c10,c4, 1 ; clear "MMUDCPR" ?
LOAD:FE80DBE0 LDR R1, =dword_FE82B8CC ; load Non-Secure VBAR ptr to R1
LOAD:FE80DBE4 LDR R0, [R1]
LOAD:FE80DBE8 MCR p15, 0, R0,c12,c0, 0 ; write Non-Secure VBAR
LOAD:FE80DBEC MOV R0, #0
LOAD:FE80DBF0 STR R0, [R1] ; clear Non-Secure VBAR ptr
LOAD:FE80DBF4 MCR p15, 0, R0,c13,c0, 0 ; clear FCSEIDR
LOAD:FE80DBF8 MCR p15, 0, R0,c13,c0, 1 ; clear CONTEXTIDR
LOAD:FE80DBFC MCR p15, 0, R0,c13,c0, 2 ; clear TPIDRURW
LOAD:FE80DC00 MCR p15, 0, R0,c13,c0, 3 ; clear TPIDRURO
LOAD:FE80DC04 MCR p15, 0, R0,c13,c0, 4 ; clear TPIDRPRW
LOAD:FE80DC08 MOV R0, #SCR_FW OR SCR_AW ; #0x30
LOAD:FE80DC0C MCR p15, 0, R0,c1,c1, 0 ; switch back to Secure state
LOAD:FE80DC10 ISB SY
LOAD:FE80DC14 BX LR
LOAD:FE80DC14 ; End of function sub_FE80DB88
First, the security state is switched to Non-Secure. Then, the coprocessor registers banked in both security states (ARM Ref. Banked system control registers) are initialized to zero. Finally, the security state is switched back to Secure.
IV.1.D Setup SP register
On ARMv7-A, Multiprocessor Affinity Register (MPIDR) holds the processor identification information. In this register, bits<0:7> are the affinity level 0 (Aff0). This number represents the current CPU id. Here, this id is used to compute the stack address of current CPU, which is then stored into SP register. The stack size for each CPU is 0x200 bytes.
LOAD:FE80DB5C LDR SP, =0xFE82B700
LOAD:FE80DB60 MRC p15, 0, R0,c0,c0, 5 ; write MPIDR value to R0
LOAD:FE80DB64 AND R0, R0, #0xFF ; keep Affinity level 0 : current virtual CPU id
LOAD:FE80DB68 MOV R1, #0x200
LOAD:FE80DB6C MUL R1, R1, R0 ; compute stack offset for current vCPU
LOAD:FE80DB70 SUB SP, SP, R1 ; setup Monitor stack register SP
IV.1.E Route FIQ exceptions to Monitor mode
CP15 c1 register is present on an ARMv7-A implementation that includes Security Extensions. This instruction sets bit<2> (0x4) in Secure Configuration Register (SCR), which means FIQ exceptions are now taken to Monitor mode.
LOAD:FE80DB74 MOV R0, #0b100 ; SCR.FIQ
LOAD:FE80DB78 MCR p15, 0, R0,c1,c1, 0 ; set FIQ flag in SCR register
LOAD:FE80DB7C ISB SY ; flush the pipeline in the processor
We can also notice that bit<0> (SCR.NS : Non-Secure) is not set, meaning current execution state is Secure.
IV.1.F Switch back to Supervisor mode
This instruction switches the processor to Supervisor mode, and sets FIQ & IRQ mask bits.
LOAD:FE80DB80 MSR CPSR_c, #CPSR_MODE_SVC OR CPSR_MASK_FIQ OR CPSR_MASK_IRQ ; switch to Supervisor mode
Monitor mode setup is now complete. Monitor code can then be entered through its exception vector table.
IV.2. Monitor Exception Vector Table
The Monitor exception vector table defines exception vectors to handle exceptions taken to Monitor Mode.
Its structure is described in ARM Ref. (B1-1167) :
The vector table entries
Thank to the Monitor initialization code, we know the address of Nexus 5's Monitor exception vector table:
LOAD:FE80CEE0 monitor_vector_table
LOAD:FE80CEE0 B dead_loop ; not used
LOAD:FE80CEE4 ; ---------------------------------------------------------------------------
LOAD:FE80CEE4 B dead_loop ; not used
LOAD:FE80CEE8 ; ---------------------------------------------------------------------------
LOAD:FE80CEE8 B smc_handler ; Secure Monitor Call
LOAD:FE80CEEC ; ---------------------------------------------------------------------------
LOAD:FE80CEEC B dead_loop ; Prefetch Abort
LOAD:FE80CEF0 ; ---------------------------------------------------------------------------
LOAD:FE80CEF0 B dead_loop ; Data Abort
LOAD:FE80CEF4 ; ---------------------------------------------------------------------------
LOAD:FE80CEF4 B dead_loop ; not used
LOAD:FE80CEF8 ; ---------------------------------------------------------------------------
LOAD:FE80CEF8 B sub_FE80CF24 ; IRQ interrupt
LOAD:FE80CEFC ; ---------------------------------------------------------------------------
LOAD:FE80CEFC B sub_FE80CFB4 ; FIQ interrupt
LOAD:FE80CEFC ; End of function monitor_vector_table
We can see that 3 exception handlers are configured: SMC, FIQ, IRQ. Others are dead loops.
IV.3. Secure Monitor Call handler function
HLOS (non-Secure state) can call the TrustZone API (Secure state) using the SMC instruction to trigger a Secure Monitor Call exception. This exception is taken to the Monitor mode, which switches the processor to Secure Supervisor mode to proceed the call. When called TrustZone function returns, a second SMC exception is triggered, so the processor enters Monitor mode again. Finally, the Monitor mode returns results to the calling function (Non-Secure state).
The Monitor mode acts as a bridge between Non-Secure state and Secure state. It's designed to handle calls initiated from the Non-Secure state only.
The exception vector dedicated to SMC exceptions is a pointer to a function at offset 0x08 in Monitor Exception Vector Table.
In this function, which will be named SMC handler, the very first instruction checks if an exception occurred in Secure or Non-Secure state (When the processor is in Monitor mode, the processor is in Secure state regardless of the value of the SCR.NS bit).
LOAD:FE80D028 smc_handler
LOAD:FE80D028
LOAD:FE80D028 varg_r0 = -0x10
LOAD:FE80D028 varg_r1 = -0xC
LOAD:FE80D028 varg_r2 = -8
LOAD:FE80D028 varg_r3 = -4
LOAD:FE80D028
LOAD:FE80D028 STMFD SP!, {R0-R3}
LOAD:FE80D02C MRC p15, 0, R0,c1,c1, 0 ; read SCR register
LOAD:FE80D030 TST R0, #1 ; test SCR.NS bit
LOAD:FE80D034 BEQ loc_FE80D210 ; jump if SCR.NS==0
When an exception is taken to the Monitor mode, CPSR.{A,I, F} bits are set to 1, meaning Abort, IRQ and FIQ exceptions can no longer be taken.
IV.3.A. Call to Secure World
If SCR.NS bit is set, it means the Non-Secure world wants to call the Secure world. We will now analyze the operations performed by the SMC handler until the exception return to the Secure world.
IV.3.A.a Setup current security state
This first step configures the Secure Configuration Register (SCR). Bits<1:3> (SCR.IRQ || SCR.FIQ || SCR.EA) are set to route IRQ, FIQ, and External Abort exceptions to Monitor mode. But the Non-Secure bit<0> is not set. So, this core will still be in the Secure state if it exits Monitor mode.
LOAD:FE80D038 MOV R0, #SCR_IRQ OR SCR_FIQ OR SCR_EA ; 0b1110
LOAD:FE80D03C MCR p15, 0, R0,c1,c1, 0 ; write SCR with SCR.NS==0
LOAD:FE80D040 ISB SY ; Instruction Synchronization Barrier
LOAD:FE80D040 ; flushes the pipeline in the processor
IV.3.A.b Monitor calls
On a HLOS like Android, SMC exceptions are triggered by the Secure Channel Manager (SCM), implemented in Linux kernel.
A quick look at its source code tells us {R0-R3} registers hold arguments of SMC calls. We also learn that R0 is a bitfield that can be defined by the following macro:
#define SCM_ATOMIC(svc, cmd, n) (((((svc) << 10)|((cmd) & 0x3ff)) << 12) | \
SCM_CLASS_REGISTER | \
SCM_MASK_IRQS | \
(n & 0xf))
With svc the service identifier, cmd the command identifier, and n the argument count of the SMC call.
In SMC handler, R0 value is first shifted right by 12. Based on the SCM_ATOMIC macro definition, resulting R0 value represents a service identifier svc and a command identifier cmd defined as ((svc) << 10)|((cmd) & 0x3ff).
Then R0 value is tested against several immediate values. For each case, a specific function is called if values match.
LOAD:FE80D048 MOV R2, R0,LSR#12 ; extract service & command identifiers
LOAD:FE80D04C MOV R1, #0x402 ; SCM_SVC_BOOT::SCM_CMD_TERMINATE_PC
LOAD:FE80D050 CMP R1, R2
LOAD:FE80D054 LDMEQFD SP!, {R1-R3}
LOAD:FE80D058 BEQ sub_FE80D360
LOAD:FE80D05C MOV R1, #0xC05 ; SCM_SVC_UTIL::CACHE_BUFFER_DUMP_COMMAND_ID
LOAD:FE80D060 CMP R1, R2
LOAD:FE80D064 LDMEQFD SP!, {R1-R3}
LOAD:FE80D068 BEQ sub_FE80D68C
LOAD:FE80D06C MOV R1, #0x404 ; SCM_SVC_BOOT::4
LOAD:FE80D070 CMP R1, R2
LOAD:FE80D074 LDMEQFD SP!, {R1-R3}
LOAD:FE80D078 BEQ sub_FE80D72C
LOAD:FE80D07C MOV R1, #0x1401 ; SCM_SVC_IO::SCM_IO_READ
LOAD:FE80D080 CMP R1, R2
LOAD:FE80D084 LDMEQFD SP!, {R1-R3}
LOAD:FE80D088 BEQ sub_FE80D5AC
LOAD:FE80D08C MOV R1, #0x1402 ; SCM_SVC_IO::SCM_IO_WRITE
LOAD:FE80D090 CMP R1, R2
LOAD:FE80D094 LDMEQFD SP!, {R1-R3}
LOAD:FE80D098 BEQ sub_FE80D5CC
LOAD:FE80D09C MOV R1, #0x3404 ; SCM_SVC_DCVS:CVS_CMD_EVENT
LOAD:FE80D0A0 CMP R1, R2
LOAD:FE80D0A4 LDMEQFD SP!, {R1-R3}
LOAD:FE80D0A8 BEQ sub_FE80D64C
LOAD:FE80D0AC MOV R1, #0x1403 ; SCM_SVC_IO::TZ_RESET_ID
LOAD:FE80D0B0 CMP R1, R2
LOAD:FE80D0B4 LDMEQFD SP!, {R1-R3}
LOAD:FE80D0B8 BEQ sub_FE80D5EC
LOAD:FE80D0BC MOV R1, #0x1404 ; SCM_SVC_IO::TZ_UPDATE_ID
LOAD:FE80D0C0 CMP R1, R2
LOAD:FE80D0C4 LDMEQFD SP!, {R1-R3}
LOAD:FE80D0C8 BEQ sub_FE80D618
LOAD:FE80D0CC MOV R1, #0x2401 ; SCM_SVC_PWR::SCM_IO_DISABLE_PMIC_ARBITER
LOAD:FE80D0D0 CMP R1, R2
LOAD:FE80D0D4 LDMEQFD SP!, {R1-R3}
LOAD:FE80D0D8 BEQ sub_FE80D74C
As Linux kernel itself initiates a lot of SMC calls, we explore Linux sources to enumerate service and command identifiers passed to SMC calls. Thereby, we will get more information on corresponding functions without reversing them.
Immediate value Service ID (imm>>10) Command ID (imm&0x3ff) Function description
0x402 SCM_SVC_BOOT SCM_CMD_TERMINATE_PC Put current core in low power state
0xC05 SCM_SVC_UTIL CACHE_BUFFER_DUMP_COMMAND_ID Dump the L1 and L2 caches on panic
0x404 SCM_SVC_BOOT 4 Dummy function, returns to Non-Secure world
0x1401 SCM_SVC_IO SCM_IO_READ Dummy function, returns to Non-Secure world
0x1402 SCM_SVC_IO SCM_IO_WRITE Dummy function, returns to Non-Secure world
0x3404 SCM_SVC_DCVS DCVS_CMD_EVENT Handle some Dynamic Clock and Voltage Scaling (DCVS) See also event definitions
0x1403 SCM_SVC_IO TZ_RESET_ID Related to GPU power management
0x1404 SCM_SVC_IO TZ_UPDATE_ID Related to GPU power management
0x2401 SCM_SVC_PWR SCM_IO_DISABLE_PMIC_ARBITER "Force the SPMI PMIC arbiter to shutdown so that no more SPMI transactions are sent from the MSM to the PMIC."
All these functions have the same epilogue:
LOAD:FE80D738 MOV R3, #SCR_NS OR SCR_FIQ OR SCR_AW ; 0b100101
LOAD:FE80D73C MCR p15, 0, R3,c1,c1, 0 ; write SCR : switch to Non-Secure state
LOAD:FE80D740 ISB SY
LOAD:FE80D744 MOV R3, #0 ; clear R3 to avoid leak
LOAD:FE80D748 MOVS PC, LR ; restore Non-Secure PC & CPSR from LR_mon & SPSR_mon
These instructions switch the processor to Non-Secure state and restore PC & CPSR to perform an exception return.
So SMC calls associated with these specific command/service IDs are kind of "Monitor calls", entirely handled in Monitor mode.
But if R0 value does not match these IDs, the execution continues in Monitor mode.
IV.3.A.c TrustZone lock
If the call has not been handled yet, Monitor code tries to acquire a lock to ensure that only one core at a time enters in TrustZone.
First, current CPU id is retrieved from MPIDR. Then, this value is incremented (because 0 means not locked) and used as lock value.
LOAD:FE80D0E0 LDR R1, =tz_lock
LOAD:FE80D0E4 MRC p15, 0, R2,c0,c0, 5 ; read MPIDR register
LOAD:FE80D0E8 AND R2, R2, #0xFF ; extract Aff0 from MPIDR
LOAD:FE80D0EC ADD R2, R2, #1
LOAD:FE80D0F0
LOAD:FE80D0F0 loc_FE80D0F0 ; CODE XREF: smc_handler+D8j
LOAD:FE80D0F0 LDREX R0, [R1] ; read current tz_lock value
LOAD:FE80D0F4 CMP R0, #0 ; test if TrustZone is locked
LOAD:FE80D0F8 STREXEQ R0, R2, [R1] ; if not locked, try to lock TrustZone
LOAD:FE80D0FC CMPEQ R0, #0 ; test if TrustZone is now locked
LOAD:FE80D100 BNE loc_FE80D0F0 ; retry if TrustZone is still not locked
LOAD:FE80D104 DMB SY ; Data Memory Barrier acts as a memory barrier
Then, it tries to acquire the TrustZone lock. This implementation is very similar to the example provided in ARM Ref. (D7.3.1 Acquiring a lock).
It relies on synchronization primitives (LDREX/STREX) to support exclusive accesses to memory shared between cores.
Once the lock is acquired, the current core is the only one running in TrustZone, and the execution can continue.
IV.3.A.d Pre-exception status
LR_mon and SPSR_mon are both banked registers. Their values are generated by the exception entry. LR_mon contains the return address in Non-Secure world (right after the SMC instruction). The purpose of SPSR_mon is to record the pre-exception value of the CPSR.
LOAD:FE80D108 LDR R0, =NS_core_status ; secure area to store Non-Secure (NS) status
LOAD:FE80D10C MOV R1, LR ; read NS return address (LR_mon)
LOAD:FE80D110 MRS R2, SPSR ; read NS CPSR (SPSR_mon)
LOAD:FE80D114 STMIA R0, {R1,R2} ; write LR_mon & SPSR_mon
These two registers are saved in Secure memory to be restored later on exception return.
IV.3.A.e IRQ interruption flag
Then a DWORD at a static address is unconditionally cleared:
LOAD:FE80D118 LDR R1, =tz_irq_interrupted
LOAD:FE80D11C MOV R0, #0
LOAD:FE80D120 STR R0, [R1] ; clear tz_irq_interrupted value
By looking at cross-references, we notice this DWORD is set to 1 in the IRQ handler of Monitor mode. But in both handlers (SMC & IRQ), when an exception returns to the Non-Secure world, the returned value (in R0) is set to 1 if this DWORD is not null.
Futhermore, we can have a look at how SCM interprets the value returned by a SMC call:
#define SCM_INTERRUPTED 1
do {
asm volatile(
__asmeq("%0", "r0")
__asmeq("%1", "r0")
__asmeq("%2", "r1")
__asmeq("%3", "r2")
#ifdef REQUIRES_SEC
".arch_extension sec\n"
#endif
"smc #0 @ switch to secure world\n"
: "=r" (r0)
: "r" (r0), "r" (r1), "r" (r2)
: "r3");
} while (r0 == SCM_INTERRUPTED);
SCM will reiterate each SMC call while the returned value is 1.
We can deduce that this DWORD indicates if the exception return is due to an IRQ interrupt. TrustZone Whitepaper (3.3.3 Secure interrupts) says ARM recommends the use of IRQ as a Normal world interrupt source. That's why IRQ interrupts are handled in the Normal world.
IV.3.A.f Configure Secure world MMU
Next block of instructions modifies the translation table of Secure MMU (ARM Ref. B3.1 About the VMSA) if two conditions are met:
--
Wouldn't it be easier to provide the link?
http://www.fredericb.info/2014/12/analysis-of-nexus-5-monitor-mode.html

[KERNEL DEVELOPMENT] T800: touchscreen- and keyboarddriver

I'm not sure, if this is the right forum - but 'cause I really, really need some help on this it can't be the wrong forum.
I'm trying to build cm11 (and soon cm12) for t800. For two issues I need extended features in kernel drivers:
1. xbmc and some games do not accept touch input. I tracked this down to the following problem: some time ago some touch handling has been moved from rom to driver level (not sure if in aosp itself or in cm). So we need something similar to this patch in drivers/input/touchscreen/synaptics_dsx/*.
2. I order to allow disabling capacitive buttons properly, we need a additional sysfs interface file in drivers/input/keyboard/tc300k.c. As an exsample you can lool at this patch.
I would be really more than happy if a gifted kernel developer could put some love here.
If someone is reading this and knows about someone who could do this but is not reading here, please point him or her to this posting.
I'm quite desperated about knowing the reason, but being not smart enough to fix it my self (this was euphemistic for "pissed off". )
Thank you in advance.
nvertigo67 said:
I'm not sure, if this is the right forum - but 'cause I really, really need some help on this it can't be the wrong forum.
I'm trying to build cm11 (and soon cm12) for t800 (t700 has the same issues). For two issues I need extended features in kernel drivers:
1. xbmc and some games do not accept touch input. I tracked this down to the following problem: some time ago some touch handling has been moved from rom to driver level (not sure if in aosp itself or in cm). So we need something similar to this patch in drivers/input/touchscreen/synaptics_dsx/*.
2. I order to allow disabling capacitive buttons properly, we need a additional sysfs interface file in drivers/input/keyboard/tc300k.c. As an exsample you can lool at this patch.
I would be really more than happy if a gifted kernel developer could put some love here.
If someone is reading this and knows about someone who could do this but is not reading here, please point him or her to this posting.
I'm quite desperated about knowing the reason, but being not smart enough to fix it my self (this was euphemistic for "pissed off". )
Thank you in advance.
Click to expand...
Click to collapse
I can handle number 2. Looks straight forward enough. Number one looks a bit more intrusive and I would want to think about it before I did that change.
eousphoros said:
I can handle number 2. Looks straight forward enough. Number one looks a bit more intrusive and I would want to think about it before I did that change.
Click to expand...
Click to collapse
Hey, thats great news!
Number 2 was pretty easy @nvertigo67 (just for visibility)
[email protected]:/sys/devices/virtual/sec/sec_touchkey # cat touchkey_enabled
1
[email protected]:/sys/devices/virtual/sec/sec_touchkey # echo 0 > touchkey_enabled <
[email protected]:/sys/devices/virtual/sec/sec_touchkey # cat touchkey_enabled
0
No more capacitive buttons!
Here is the diff
Code:
diff --git a/drivers/input/keyboard/cypress/cypress-touchkey.c b/drivers/input/keyboard/cypress/cypress-touchkey.c
index d019d0d3..b2c71dd 100644
--- a/drivers/input/keyboard/cypress/cypress-touchkey.c
+++ b/drivers/input/keyboard/cypress/cypress-touchkey.c
@@ -1881,6 +1881,34 @@ static ssize_t set_touchkey_firm_status_show(struct device *dev,
return count;
}
+
+static ssize_t show_touchkey_enabled(struct device *dev,
+ struct device_attribute *attr,
+ char *buf)
+{
+ struct touchkey_i2c *tkey_i2c = dev_get_drvdata(dev);
+
+ dev_dbg(&tkey_i2c->client->dev, "%s\n", __func__);
+ return snprintf(buf, PAGE_SIZE, "%u\n", tkey_i2c->enabled);
+}
+
+static ssize_t touchkey_enabled_store(struct device *dev,
+ struct device_attribute *attr,
+ const char *buf, size_t size)
+{
+ struct touchkey_i2c *tkey_i2c = dev_get_drvdata(dev);
+ unsigned int input;
+
+ if (sscanf(buf, "%u", &input) != 1)
+ return -EINVAL;
+
+ if (input == 0)
+ touchkey_stop(tkey_i2c);
+
+ dev_dbg(&tkey_i2c->client->dev, "%s\n", __func__);
+ return size;
+}
+
#ifdef TOUCHKEY_BOOSTER
static ssize_t touchkey_boost_level(struct device *dev,
struct device_attribute *attr, const char *buf,
@@ -1930,6 +1958,8 @@ static DEVICE_ATTR(touchkey_firm_version_phone, S_IRUGO | S_IWUSR | S_IWGRP,
set_touchkey_firm_version_show, NULL);
static DEVICE_ATTR(touchkey_firm_version_panel, S_IRUGO | S_IWUSR | S_IWGRP,
set_touchkey_firm_version_read_show, NULL);
+static DEVICE_ATTR(touchkey_enabled, S_IRUGO | S_IWUSR | S_IWGRP,
+ show_touchkey_enabled, touchkey_enabled_store);
#ifdef LED_LDO_WITH_REGULATOR
static DEVICE_ATTR(touchkey_brightness, S_IRUGO | S_IWUSR | S_IWGRP,
NULL, brightness_control);
@@ -1963,6 +1993,7 @@ static DEVICE_ATTR(boost_level, S_IWUSR | S_IWGRP, NULL, touchkey_boost_level);
#endif
static struct attribute *touchkey_attributes[] = {
+ &dev_attr_touchkey_enabled.attr,
&dev_attr_brightness.attr,
#ifdef TK_USE_RECENT
&dev_attr_touchkey_recent.attr,
---
Though the one "issue" is to re-enable them you would need to reboot. But thats just because I was being lazy.
eousphoros said:
Number 2 was pretty easy @nvertigo67 (just for visibility)
[email protected]:/sys/devices/virtual/sec/sec_touchkey # cat touchkey_enabled
1
[email protected]:/sys/devices/virtual/sec/sec_touchkey # echo 0 > touchkey_enabled <
[email protected]:/sys/devices/virtual/sec/sec_touchkey # cat touchkey_enabled
0
No more capacitive buttons!
Here is the diff
Code:
diff --git a/drivers/input/keyboard/cypress/cypress-touchkey.c b/drivers/input/keyboard/cypress/cypress-touchkey.c
index d019d0d3..b2c71dd 100644
--- a/drivers/input/keyboard/cypress/cypress-touchkey.c
+++ b/drivers/input/keyboard/cypress/cypress-touchkey.c
@@ -1881,6 +1881,34 @@ static ssize_t set_touchkey_firm_status_show(struct device *dev,
return count;
}
+
+static ssize_t show_touchkey_enabled(struct device *dev,
+ struct device_attribute *attr,
+ char *buf)
+{
+ struct touchkey_i2c *tkey_i2c = dev_get_drvdata(dev);
+
+ dev_dbg(&tkey_i2c->client->dev, "%s\n", __func__);
+ return snprintf(buf, PAGE_SIZE, "%u\n", tkey_i2c->enabled);
+}
+
+static ssize_t touchkey_enabled_store(struct device *dev,
+ struct device_attribute *attr,
+ const char *buf, size_t size)
+{
+ struct touchkey_i2c *tkey_i2c = dev_get_drvdata(dev);
+ unsigned int input;
+
+ if (sscanf(buf, "%u", &input) != 1)
+ return -EINVAL;
+
+ if (input == 0)
+ touchkey_stop(tkey_i2c);
+
+ dev_dbg(&tkey_i2c->client->dev, "%s\n", __func__);
+ return size;
+}
+
#ifdef TOUCHKEY_BOOSTER
static ssize_t touchkey_boost_level(struct device *dev,
struct device_attribute *attr, const char *buf,
@@ -1930,6 +1958,8 @@ static DEVICE_ATTR(touchkey_firm_version_phone, S_IRUGO | S_IWUSR | S_IWGRP,
set_touchkey_firm_version_show, NULL);
static DEVICE_ATTR(touchkey_firm_version_panel, S_IRUGO | S_IWUSR | S_IWGRP,
set_touchkey_firm_version_read_show, NULL);
+static DEVICE_ATTR(touchkey_enabled, S_IRUGO | S_IWUSR | S_IWGRP,
+ show_touchkey_enabled, touchkey_enabled_store);
#ifdef LED_LDO_WITH_REGULATOR
static DEVICE_ATTR(touchkey_brightness, S_IRUGO | S_IWUSR | S_IWGRP,
NULL, brightness_control);
@@ -1963,6 +1993,7 @@ static DEVICE_ATTR(boost_level, S_IWUSR | S_IWGRP, NULL, touchkey_boost_level);
#endif
static struct attribute *touchkey_attributes[] = {
+ &dev_attr_touchkey_enabled.attr,
&dev_attr_brightness.attr,
#ifdef TK_USE_RECENT
&dev_attr_touchkey_recent.attr,
---
Though the one "issue" is to re-enable them you would need to reboot. But thats just because I was being lazy.
Click to expand...
Click to collapse
Cool! That's a nice one.
For the learning part (not so important, but I'm curious): Some time ago I've have tries to disable the cypress driver, 'cause we have tc300k keys and no cypress. But after disabling cypress tc300k refused to build: some prototypes were missing, 'cause of some ifdefs include the appropriate headers only if cypress is enabled. So I changed the ifdefs... tc300k compiled again, but the capacitive keys were not working with the resulting kernel: do you understand the dependency of tc300k and cypress?
And now for the real jedi-question (I expect an answer here of course! ): Why doesn't sammy reflect this dependency in Kconfig?
Again: thank you very much!
(BTW: I use "/sys/class/input/input8/enabled" in powerHAL and will use "/sys/devices/virtual/sec/sec_touchkey/touchkey_enabled" in keydisabler.java. Does this persist a reboot? Or is keydisabler.java disable this on each reboot? [I'm just thinking out loud... ] Do you plan to extend your patch for enabling capacitive buttons online again?)
I have started writing this just after wakeup, 'cause I 'm so exited about this fix (issue is itching my ego for months). After a cup of coffee I realize it's a quite caotic posting - hope you get the points though...
As I goto bed I write this so excuse the brevity. I will answer all the questions tomorrow. This is just a quick first draft.
This does not persist between reboots
I could extend this to reenable the buttons if there is interest. Just need to chase the rabbit a little further down the hole.
Not sure about tc300k. Do Klimt and Chagall use the same bits for the capacitive buttons?
eousphoros said:
As I goto bed I write this so excuse the brevity. I will answer all the questions tomorrow. This is just a quick first draft.
This does not persist between reboots
I could extend this to reenable the buttons if there is interest. Just need to chase the rabbit a little further down the hole.
Not sure about tc300k. Do Klimt and Chagall use the same bits for the capacitive buttons?
Click to expand...
Click to collapse
Good night. Take your time. For your question: we will know when you wake up - i will try a build...
Thanx again and sleep well.
klimt and chagall have different touchkey drivers.
Code:
/ # ls -la /sys/bus/i2c/drivers/
drwxr-xr-x 25 root root 0 Jan 16 12:27 .
drwxr-xr-x 4 root root 0 Jan 16 12:27 ..
drwxr-xr-x 2 root root 0 Jan 16 12:27 AK09911C
drwxr-xr-x 2 root root 0 Jan 16 12:27 BMA255
drwxr-xr-x 2 root root 0 Jan 16 12:27 BMG160
drwxr-xr-x 2 root root 0 Jan 16 12:27 CM3323
drwxr-xr-x 2 root root 0 Jan 16 12:27 S5K6B2
drwxr-xr-x 2 root root 0 Jan 16 12:27 cameraeeprom
drwxr-xr-x 2 root root 0 Jan 16 12:27 dummy
drwxr-xr-x 2 root root 0 Jan 16 12:27 exynos_edid
drwxr-xr-x 2 root root 0 Jan 16 12:27 exynos_hdcp
drwxr-xr-x 2 root root 0 Jan 16 12:27 ice4
drwxr-xr-x 2 root root 0 Jan 16 12:27 ir-kbd-i2c
drwxr-xr-x 2 root root 0 Jan 16 12:27 max77803
drwxr-xr-x 2 root root 0 Jan 16 12:27 s2abb01
drwxr-xr-x 2 root root 0 Jan 16 12:27 sec-fuelgauge
drwxr-xr-x 2 root root 0 Jan 16 12:27 sec-pmic
drwxr-xr-x 2 root root 0 Jan 16 12:27 sec_touchkey
drwxr-xr-x 2 root root 0 Jan 16 12:27 sii8240_cbus
drwxr-xr-x 2 root root 0 Jan 16 12:27 sii8240_disc
drwxr-xr-x 2 root root 0 Jan 16 12:27 sii8240_hdmi
drwxr-xr-x 2 root root 0 Jan 16 12:27 sii8240_tmds
drwxr-xr-x 2 root root 0 Jan 16 12:27 sii8240_tpi
drwxr-xr-x 2 root root 0 Jan 16 12:27 synaptics_rmi4_i2c
drwxr-xr-x 2 root root 0 Jan 16 12:27 tc300k
No cypress driver - but tc300k.
So, not surprising:
Code:
/ #ls -la /sys/devices/virtual/sec/sec_touchkey/touchkey_enable
ls: /sys/devices/virtual/sec/sec_touchkey/touchkey_enable: No such file or directory
But anyway: thank you for tying to help - and we learned something new about the difference between chagall and klimt (in real life you can tell their pictures more easily... )
nvertigo67 said:
I'm not sure, if this is the right forum - but 'cause I really, really need some help on this it can't be the wrong forum.
I'm trying to build cm11 (and soon cm12) for t800. For two issues I need extended features in kernel drivers:
1. xbmc and some games do not accept touch input. I tracked this down to the following problem: some time ago some touch handling has been moved from rom to driver level (not sure if in aosp itself or in cm). So we need something similar to this patch in drivers/input/touchscreen/synaptics_dsx/*.
2. I order to allow disabling capacitive buttons properly, we need a additional sysfs interface file in drivers/input/keyboard/tc300k.c. As an exsample you can lool at this patch.
I would be really more than happy if a gifted kernel developer could put some love here.
If someone is reading this and knows about someone who could do this but is not reading here, please point him or her to this posting.
I'm quite desperated about knowing the reason, but being not smart enough to fix it my self (this was euphemistic for "pissed off". )
Thank you in advance.
Click to expand...
Click to collapse
Number 1 is solved (other then I supposed, it's a very small change):
https://github.com/nvertigo/android...mmit/324cd2be686a0d5ee6796dc4f56f24aef3a11a62

Categories

Resources