Site Announcements

All Passwords have been lost in upgrade. Please recover using forgot password form.

Search found 359 matches

Return to advanced search

RE: C902 R3EF001 AS CID 52

And some basic info:

You have to PORT it. That means to localize the routine at 10F83940 in AO and find the same routine in AS, then replace the offset for the corrsponding one and it will likely work.

Cheers
by Shadow Player
09 Mar 2010 11:12
 
Forum: VKP Patches
Topic: C902 R3EF001 AS CID 52
Replies: 3
Views: 384

RE: C902 R3EF001 AS CID 52

Thread moved to the appropiate section :) here you'll get answers.
by Shadow Player
09 Mar 2010 11:08
 
Forum: VKP Patches
Topic: C902 R3EF001 AS CID 52
Replies: 3
Views: 384

RE: New version of ARMPC out

Open the file with a hex editor and add some zero-bytes at the end ;)
by Shadow Player
09 Mar 2010 08:24
 
Forum: VKP Patches
Topic: New version of ARMPC out
Replies: 20
Views: 808

RE: K800 R8BF003

@Boysie: sakulas posts have been deleted. You can use the "Report" button to notify a Moderator for these posts.
by Shadow Player
08 Mar 2010 12:34
 
Forum: VKP Patch Discussion
Topic: K800 R8BF003
Replies: 9
Views: 659

RE: Patch Porting doubts and discussion

BLX can jump to any address storable in a register. Each register is 4 bytes long. Therefrom it can jump from 0x0 to 0xFFFFFFFF.
by Shadow Player
06 Mar 2010 10:48
 
Forum: VKP Patches
Topic: Patch Porting doubts and discussion
Replies: 927
Views: 32422

RE: Calls Blocker 2.8

by Shadow Player
05 Mar 2010 21:53
 
Forum: ELF Releases
Topic: Calls Blocker 2.8
Replies: 6
Views: 575

RE: Patch Porting doubts and discussion

@blacklizard: data has to be aligned too.
@madfish: yeah post your entire asm, it will be easier to help.
and:

if you have

org 0x10FF0410
off_10FDAA08 DCD bridge+1


You don't need to align cause 0x10FF0410 is already dividible by 4. (0x10 hex = 16 dec)
by Shadow Player
05 Mar 2010 06:18
 
Forum: VKP Patches
Topic: Patch Porting doubts and discussion
Replies: 927
Views: 32422

RE: Patch Porting doubts and discussion

off_10FDAA08 DCD new_code+1

Is too far from the LDR instruction, get it nearer and remember to align it to 4.
by Shadow Player
04 Mar 2010 13:25
 
Forum: VKP Patches
Topic: Patch Porting doubts and discussion
Replies: 927
Views: 32422

RE: SE-lifestyle DeskBridge - SDK

For example, this function:

http://wiki.se-developers.net/doku.php? ... ttarystate

would be as easy as this (pseudo-C):

x = Bridge->batteryState("power_remaining");

and x would be 0.82 if the battery state was 82%.
It's much easier :P
by Shadow Player
03 Mar 2010 13:48
 
Forum: ELF Development
Topic: SE-lifestyle DeskBridge - SDK
Replies: 6
Views: 635

RE: SE-lifestyle DeskBridge - SDK

And I think it's an awesome idea. I love JS Frameworks like jQuery when working with Ajax.
You should develop this to a next level, you could make elf functions more intuitive and write common used routines for elf developers to write simple and fast.
That'd be awesome :D
by Shadow Player
03 Mar 2010 13:40
 
Forum: ELF Development
Topic: SE-lifestyle DeskBridge - SDK
Replies: 6
Views: 635

RE: Calculate phone_app base address?

Look for the bytes
Code: Select all
18 F0 9F E5 18 F0 9F E5 18 F0 9F E5 18 F0 9F E5


http://www.se-developers.net/showthread.php?tid=216

http://www.se-developers.net/showthread.php?tid=535

Edit: Topic reopened on request.
by Shadow Player
03 Mar 2010 12:40
 
Forum: VKP Patches
Topic: Calculate phone_app base address?
Replies: 9
Views: 435

RE: SE-lifestyle DeskBridge - SDK

I'd say this is more of a Framework than a SDK, but it's a great idea.
by Shadow Player
03 Mar 2010 07:50
 
Forum: ELF Development
Topic: SE-lifestyle DeskBridge - SDK
Replies: 6
Views: 635

RE: Patch Porting doubts and discussion

in ida there's a segment option, we used to have to do the same thing for db2010 portings.
somewhere there's segment size option, increase there and it will automatically add zeroes at the end.
by Shadow Player
28 Feb 2010 19:58
 
Forum: VKP Patches
Topic: Patch Porting doubts and discussion
Replies: 927
Views: 32422
Next

Return to advanced search

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Style by Gokin Studios