GSM Shop GSM Shop
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.
Only registered members may post questions, contact other members or search our database of over 8 million posts.

Registration is fast, simple and absolutely free so please - Click to REGISTER!

If you have any problems with the registration process or your account login, please contact contact us .

Go Back   GSM-Forum > GSM & CDMA Phones / Tablets Software & Hardware Area > Motorola > Motorola P2k


Motorola P2k A-Series: A630,A668,A728,A732,A768i,A780,A835,A840,A920,A925,A1000,A1200
C-Series: C250,C26x,C33x,C35x,C370,C380,C450,C550,C650,C390,C975,C980
E-Series: E1,E398,E390,E375,E370,E378i,E380,E680,E770,E1000,E680i,E1070
P-Series: P280
T-Series: T280,T720,T721i,T722i
V-Series: V60,V66,V7x,V80,V150,V180,V186,V188,V220,V226,V235, V30x,V360,V400,V500,V525,V535,V547,V555,V557,V635,V600,V620,V872, V3,V3x, V3i,V980,V975,V1050.
other-Series: like L6,L7,U6.

Reply
 
LinkBack Thread Tools Display Modes
Old 09-24-2006, 21:42   #1 (permalink)
Freak Poster
 
Join Date: Jul 2005
Location: Poland, Bytom
Age: 37
Posts: 177
Member: 161847
Status: Offline
Thanks Meter: 47
Rokr E1 Sw Mod For E398 By Elektro255 V0.1b (49r)


ROKR E1 SW mod for E398 by elektro255 v0.1b

DOWNLOAD: http://rapidshare.de/files/34145064/...b_49R.rar.html

If you found bug in my SW post it on forum or send me to e-mail: [email protected]

Write only in English or Polish language.



To make me more easily to sort bugs in square brackets write what bug concerns

For example:

„[Program] No restaring phone after flash write”

, or

„[Soft] Hang up on SMS reading.”



This is lite soft, without skins, sounds, graphics…

SW working with any FLEX and lang pack for 48,49R.





THIS IS BETA VERSION, WRITING FOR YOUR RESPONSIBILITY.



BECAUSE SOON I HAVE COMPETITION IN TALLINN (ESTONIA), I’M NOT REPLYING E-MAILS AND PW TO 10th OCTOBER, NEW SW WILL APPEAR AFTER 10th OCTOBER.





Extra features in my SW

Auto keypad lock

Locks keypad with ScreenTimeout.

To disable this feature edit SEEM 004A_0001 adress 0x91 bit 1, or edit this seem by JAVA featurestorestate(1555,0);



Disable/Enable low battery sound

You can disable or enable low battery sound.

To disable this feature edit SEEM 004A_0001 adress 0x91 bit 0, or edit this seem by JAVA featurestorestate(1555,0);



Flashlight

Press in any time ## on main screen to tunrn on, turn off camera flashlight.

(not working with locket keypad, working with no sim)



Better SW speed and battery life, by turn off unused tasks of operating system.





Access to Motorola OS from Java:



********** Library Lib_synerj.class methods **********



-- static String readhex(int address)

This method reads one byte from phone memory as String (HEX value)



-- static void writebyte(int address,int value)

This method writing one byte to memory (you can write only to RAM or peripherals, you can't edit flash memory [write byte to flash can reset phone])

Value must be from range 0-255.



-- static String inttohex(int a)

Converts integer to hex string



-- static void reset()

This feature not working now. To reset phone write any byte to flash area.



-- static void powerdown()

Powerdown phone.



-- static void sendtoos(int eventid,int param2,int param3)

This method sends event request to motorola oerating system.

param2 and param3 is not used yet.



-- static int getfeatureavailability(int address)

Reads one bit from motrola database (this bits is from SEEM32)

Returns 0 or 1.



-- static int featuregetcurrentstate(int address)

Reads one byte from moto DB (bytes is from seem 4A, 4C)

Returns value 0-255.



-- static String getfeatureavailabilityhex(int address)

Returns one byte from SEEM32 as HEX string.



-- static int featuregetdefaultstate(int address)

Reads one byte from moto DB (bytes is from seem 4B, 4D)

Returns value 0-255.



-- static int featuregetvalue(int param1,int param2)

Reads one value from moto DB. (SEEM 4E).

Returns value 0-4294967295.



-- static int featurestorestate(int address,int value)

Writes one byte DB. (seem 4A, 4C)

Returns 0 if byte written successfuly, if not returns error code.



-- static int featurestorevalue(int address,int value)

Writes value to DB. (seem 4E)

Returns 0 if value written successfuly, if not returns error code.





********** Examples of Event codes for method sendtoos **********



1160 new chat message

1164 chat from

3321 new chat window

2010 turn on funlight for current alert

12307 browser

1021 video recorder

1617 voice notes

1708 keypad lock

1076 my tel. numbers

961,3282 programmers menu

3581 UIS Version

2006 HW SW version

2007,2008 Op Codes

2021 Op Codes

8377 open mainmenu

8378,924 calendar

3500 calendar - info about note

3609 calendar choose date

923 phone book

927 new sms

1329 received sms

1330 write sms

3233 set skin to default (Moto)

3234 choose skin

1023 java activations [corelet and midlets signs] (j2me0)

1031,1033,1035,1036,1037 EMAIL

1032 EMAIL settings

532987 picture added to favorites

532987 picture added is not in favorities

3537 FILE_BROWSER_START

1899 alarm nuber call

1899 store FM radio frequency

3535 choose funlight

935 calculator

1018 Video folder

3238 Video recorder

3295 install theme

3480 join to ClubMotorola

989 audioplayer start

974 PictureViwer Start

8596 camera

923 phone book

3514 volume changer

943 initial setup

1934 prefered card

1082 language

3283 TTY

3385 clock set

1569 MMS settings

1365 New MMS

1590 MMS templates

1341 VoiceCapture

3576 new clock alarm

1941 auto answer settings

1933 show credit



********** Memory map **********



RAM0 AREA: 0x3FC0000-0x3FFFFFF

RAM1 AREA: 0x12000000-0x127E0000

RAM2 AREA: 0x127E0000-0x12800000

FLASH : 0x10000000-0x11FFFFFF (THIS IS READ ONLY AREA)

PERIPHERALS: 0x20000000-0x2FFFFFFF (NOT ALL ADDRESS IS USED)



READ from not exists address, or write to read only area can reebot phone.



********** Peripherals map **********



mdpi = 0x23800000

aipi_psr0 = 0x24840000

aipi_psr1 = 0x24840004

hapi_gpio_reg = 0x24841000

MCUPBDIRREG = 0x24841020

MCUPBALTINREG = 0x2484102C

MCUPCDIRREG = 0x24841038

MCUPCALTINREG = 0x24841044

MCUPBDATAREG = 0x24841084

MCUPCDATAREG = 0x24841088

MCUPDDATAREG = 0x2484108C

hapi_rtc_reg = 0x24843000

tcm_reserved = 0x24844000

tcm_mtcr_reg = 0x24844008

hapi_clock_reg = 0x24845000

a2digl_reserved = 0x24846000

HAPI_GPADC_reg = 0x24846010

HAPI_AMARB_reg = 0x24847000

egpt = 0x24848000

epit = 0x2484801C

hapi_watchdog_reg = 0x24849000

rtr = 0x2484A000

hapi_dsm_reg = 0x2484B000

hapi_ext_interrupt = 0x2484C000

hwi_uart1_prim_rx_reg = 0x2484D000

hwi_uart1_regs = 0x2484D000

uart1_base_address = 0x2484D000

hwi_uart1_prim_tx_reg = 0x2484D040

hwi_uart1_prim_ucr1 = 0x2484D080

hwi_uart1_prim_ucr2 = 0x2484D082

hwi_uart1_prim_ucr3 = 0x2484D084

hwi_uart1_prim_ucr4 = 0x2484D086

hwi_uart1_prim_usr1 = 0x2484D08A

hwi_uart1_prim_usr2 = 0x2484D08C

hwi_uart1_prim_ubir = 0x2484D092

hwi_uart1_prim_ubmr = 0x2484D094

hwi_uart1_prim_ubrc = 0x2484D096

kpp = 0x2484E000

sim_reserved = 0x2484F000

hapi_ic_id_reg = 0x24850000

neptune_uid_memory_map = 0x24850000

qspi_reg = 0x24851000

usb_regs = 0x24852000

l1timer_reserved = 0x24853000

hapi_display_reg = 0x24854000

hapi_one_wire_reg = 0x24856000

uart2_base_address = 0x24857000

hacc = 0x24858000

gem_reserved = 0x24859000

io_mdi_reg_address = 0x2485BFF2

io_mdi_shared_ram = 0x2485C800

ahb_reserved = 0x28000000

hapi_ext_interface_reg = 0x28880000

main_external_interface = 0x28880000

CS0_PRIM_CFG = 0x28880010

CS0_SEC_CFG = 0x28880014

CS0_WS_CTRL = 0x28880018

CS0_BCLK_CTRL = 0x2888001C

CS1_PRIM_CFG = 0x28880020

CS1_SEC_CFG = 0x28880024

CS1_WS_CTRL = 0x28880028

CS1_BCLK_CTRL = 0x2888002C

itc = 0x29890000

awpt_regs = 0x2A8A00B4

awptsr = 0x2A8A0208

mtcl_reserved = 0x2B8B0000

msu = 0x2C8C0000

monitor = 0x2D8D0000

sec_ram = 0x2E8E0000



********** DB MAP **********

not ready yet , you can't edit any seem in DB. Address in DB is not adress in SEEM file.







********** Hints to memory editor **********

You can use read memory methods in java to backup software (on transflash), or dump memory.

You can read adress with batery voltage, charger type, charging current, to draw diagrams in Java apps. [for charger and battery diagnostics]

You can read all informations about GSM link, signal strength, snr, cellid etc.



Battery voltage address: 0x127D0F41 (one byte)

To calculate real battery voltage you maste multiply this value by 0,0176V and add 1,12V.
  Reply With Quote
The Following User Says Thank You to wntl For This Useful Post:
Old 09-27-2006, 04:31   #2 (permalink)
Junior Member
 
Join Date: Sep 2006
Posts: 20
Member: 347184
Status: Offline
Thanks Meter: 1
request

pls give me direct link plss icant download it frm this site plss dear frnd plsss...... my mail id [email protected]
  Reply With Quote
Old 10-09-2006, 04:34   #3 (permalink)
Junior Member
 
Join Date: Sep 2006
Posts: 20
Member: 347184
Status: Offline
Thanks Meter: 1
thanks to all i got good i398 files. fully working. just flash it all will work easily... bluetooth and itunes all is working perfectly.......
  Reply With Quote
Old 12-02-2006, 14:22   #4 (permalink)
No Life Poster
 
ReyTech's Avatar
 
Join Date: Apr 2005
Location: india
Posts: 1,410
Member: 135945
Status: Offline
Thanks Meter: 85
@WNTl
Tks for the link! but unfortunatley the link doesnt work anymore, can u pls share another working link? appreciate your help!
WBR
REyTech.
  Reply With Quote
Old 12-02-2006, 16:21   #5 (permalink)
Freak Poster
 
Join Date: Jul 2005
Location: Poland, Bytom
Age: 37
Posts: 177
Member: 161847
Status: Offline
Thanks Meter: 47
for new version check here => http://elektro255.ovh.org/
  Reply With Quote
Old 06-10-2007, 17:06   #6 (permalink)
Junior Member
 
Join Date: Oct 2006
Posts: 15
Member: 367884
Status: Offline
Thanks Meter: 1
Thumbs up

Quote:
Originally Posted by wntl View Post
for new version check here => http://elektro255.ovh.org/
thanks ... good work... have a nice day..see you
  Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
E398@ROKR E1 (error CHANGING IMEI) Medusin Smart-Clip 5 03-26-2007 16:13
elektro255 V0.4 alpha 1 R373_79R linxun Motorola P2k 2 03-20-2007 16:24
E398 ---> Rokr E1. Help!!!!!! zicusa Motorola P2k 1 10-17-2006 18:53
Dead ROKR E1 !! Help ( not killed by unlock ) Flash Problem DJiCE Smart-Clip 2 05-22-2006 17:20
Upgrade E398 to Rokr E1 ?? hvlkman Motorola P2k 2 12-21-2005 16:13

 



All times are GMT +1. The time now is 19:09.



Powered by Searchlight © 2024 Axivo Inc.
vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -
Page generated in 0.20462 seconds with 9 queries

SEO by vBSEO