Motorola Development Community

Member Login

Quick Search



E680i General Chat Motorola E680i is a similar phone with the E680 with an upgraded firmware. They uses almost the same hardware and comes in white.


Reply
  #11  
Old 05-30-2008
equan's Avatar
MotoFans NWBE
 
Join Date: May 2008
Location: Kay EL
Posts: 8
Thanks: 1
Thanked 2 Times in 1 Post
Default

Quote:
Originally Posted by naset View Post
good tutorial.very useful for newbie.
naset,
aku tak berapa pahamla macammana nak buat ni,
step 1 dah ok, aku dah tulih semua nombor yg keluar kat hp aku,
pastu aku enter, benda "#" kelwaq kat bawah, camna aku nak buat step
nomboq dua tu?... aku ni baru join member kat sini, dari tahun lepaih lagi
aku dok folo hampa punya forum. punca dia, youtube yg hang post tu lah.
aku mmg suka hp ni, tapi time tu aku tak tau plak yg boleh buat macam2.
eh, hang dok aloq staq ka? aku pun asai sana tapi dok kat KL. harap hang boleh cerita step dia ngan lebih detail, aku guna ekonsole...
Reply With Quote
  #12  
Old 05-30-2008
naset's Avatar
based on a true rumor
 
Join Date: Jan 2006
Location: Alor Star, Kedah, Malaysia
Posts: 2,313
Thanks: 48
Thanked 165 Times in 105 Posts
Send a message via MSN to naset Send a message via Yahoo to naset
Default

hg msuk forum malaysian user pstu post kt sana.nnt aku reply kt sana.kt cni nnt depa mrh lak sbb guna bhasa malaysia.
__________________




Your Open Source Community
Reply With Quote
  #13  
Old 05-30-2008
MotoFans MODR
 
Join Date: Sep 2005
Posts: 151
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Can we still using "BackupNow.lin" and "Restore.Lin" when we move the native db to diska?
Reply With Quote
  #14  
Old 05-30-2008
sassyboy2412's Avatar
MotoFans JUNR
 
Join Date: Dec 2007
Location: India but Love VietNam Hometown
Posts: 78
Thanks: 9
Thanked 12 Times in 4 Posts
Send a message via Yahoo to sassyboy2412 Send a message via Skype™ to sassyboy2412
Default

There is another way to make to phone faster ... is there anyone to try to separate the partition of the phone.... after the examination, i'll try it ... and we let u know the result
Reply With Quote
  #15  
Old 05-31-2008
triplebit's Avatar
MotoFans MODR
 
Join Date: May 2006
Posts: 112
Thanks: 46
Thanked 3 Times in 3 Posts
Default

@sassyboy2412 Sound interesting.
Reply With Quote
  #16  
Old 05-31-2008
whitesyaugi's Avatar
MotoFans NWBE
 
Join Date: Mar 2008
Location: Tangerang - Indonesia
Posts: 21
Thanks: 6
Thanked 18 Times in 7 Posts
Send a message via Yahoo to whitesyaugi
Default

@sassyboy2412, separate the partition of the phone is very attractive once although dangerous enough. if trying to separate the partition in sd/mmc card... I will dare to try .. but in phone memory. whew...I consider first because too much risk.

You're very brave if you try it on your phone...

who will become volunteer??

i will search how to do it, and i will give the tutorial here.
Reply With Quote
  #17  
Old 05-31-2008
triplebit's Avatar
MotoFans MODR
 
Join Date: May 2006
Posts: 112
Thanks: 46
Thanked 3 Times in 3 Posts
Default

@whitesyaugi
I promise I will try it if you give the method before the end of the day(1st June 200. LET'S DO IT.
Reply With Quote
  #18  
Old 06-01-2008
whitesyaugi's Avatar
MotoFans NWBE
 
Join Date: Mar 2008
Location: Tangerang - Indonesia
Posts: 21
Thanks: 6
Thanked 18 Times in 7 Posts
Send a message via Yahoo to whitesyaugi
Default

There is 2 way, but both just for SD/MMC Card. For create or separate partition on phone memory, I still lookin for.

in qonsole type fdisk - l

Ok Triplebit, here's the method :

thanks to andrei_syah and yngieaxl from motorolafans....

Quote:
on fdisk run command p :
Command (m for help): p

Disk /dev/mmca1: 1030 MB, 4424252272270514688 bytes
1 heads, 1 sectors/track, 2011917 cylinders, total 8641117719278349

sectors
Units = cylinders of 1 * 512 = 512 bytes

Device Boot Start End Blocks Id System
/dev/mmca1p1 2 1562502 781250+ 6 FAT16
/dev/mmca1p2 1562503 2011917 224707+ 83 Linux

Command (m for help): w
The partition table has been altered!

Calling ioctl() to re-read partition table.

WARNING: If you have created or modified any DOS 6.x
partitions, please see the fdisk manual page for additional
information.
Syncing disks.
finished succesfully.

Another way :

Quote:
1. First start with mounting the memory card: mount /dev/sda1 /mnt/sda
2. Make a complete backup (it will be formatted remember) and unmount it: umount /mnt/sda1
3. Start fdisk (that is utility for managing disk partitions): fdisk
/dev/sda
4. Type "p" to see the current list of partitions
5. Press "d" followed by the number of the partition in order to delete it. Verify with p again

6. Now for the example we will create a FAT partition
- Type "n" to start creating new partition. It will ask you for
extended or primary partition - type p;
- Type the number of the partition (eg 1 as it is first partition)
- It will ask you for Cylinder - type "1" as we start from the
beginning of the flash card
- On the question for last cylinder type the size of the FAT partition that you require (+200M for example)
- Test if it is created successfully with p

7. Now we will make a SWAP partition
- Type "n" for new partition
- Type "p" for primary partition
- Type "2" as it is second partition on the SD card
- On the first cylinder it will load the end of the FAT partition by default

- Again type the size of the partition (+50M or whatever you want)
- Type "t" to change the partition
- Type "2" to select the second partition that we just created
- Type "82" which is Linux SWAP
- Type "p" to verify

8. Create the EXT3 partition:
- "n", followed by "p" and "3" again
- Enter on the default first cylinder (loaded the end of the SWAP automatically)
- Enter on the default end cylinder (loaded the end of the free space automatically)
- Type "p" to verify. Usually it will load partition type 83 (Linux
EXT3) by default. If not - type "t -> 3 -> 83"

9. If everything is ok - type "w" and it will do it. If you made a
mistake - you can always quit prematurely with CTRL+C or with "q" and start over.

10. Now in /dev we have sda1, sda2 and sda3. We need to format them
- "mkfs.vfat /dev/sda1" command will format the FAT partition
- "mkswap /dev/sda2" will format the SWAP partition
- "mkfs.ext3 -j /dev/sda3" will formwat the EXT3 partition

11. That's it. You can respectfully mount those partitions on your phone by telnet connection.

If anyone know the other way to separate partition of the phone memory, please post here, let we try together.

I also will try it.
Reply With Quote
  #19  
Old 06-01-2008
triplebit's Avatar
MotoFans MODR
 
Join Date: May 2006
Posts: 112
Thanks: 46
Thanked 3 Times in 3 Posts
Default

It looks scrary though.
Reply With Quote
  #20  
Old 08-22-2008
MotoFans NWBE
 
Join Date: Dec 2005
Location: Solo, Indonesia
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by whitesyaugi View Post
Here, I write the step-by-step that should be done to move my native.db from /ezxlocal to /diska that relatively have more space. I have tried to move the database to the MMC (/mmc), but the loading process was quite long. Thanks to akhaliq from MotorolaFans Forum for the idea.

The first thing to do is switch off the phone antenna, and then kill all db_daemon process that run in the background, using ekonsole or Qonsole.



Note that the command kill above depends on your own PID’s db_daemon process.

Then, do this steps.



After that, reboot the phone..., and see..your e680i is more faster now.

Warning : Move native.db is dangerous, if fail, you will lose all of your Phonebook (contact) and sms.
is your own risk, you've been warn!

Hi, whitesyaugi..


Do you get this tutorial from this site? I think it’s quite same with yours; even the syntaxes (especially PID numbers) are identical. Also, the post is older than yours is. If it’s right, I think you should give the blog’s writer credit.


However, thanks for sharing.
Reply With Quote
 
Reply

Tags
e680i, move, nativedb, or diska, or ezxlocal, tutorial

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to access native.db on e680i? netyj Development 0 12-05-2006 01:44 AM
Moving of SMS form /ezxlocal to /diska Ravindran Development 9 11-10-2006 11:50 AM
native gcc compiler for e680i bitfly Development 0 04-18-2006 03:22 AM
How to port an installed ezxlocal theme to diska or mmc akhaliq MotoTheme 6 03-17-2006 07:19 AM
E680i native app development Aragorn_DSP Development 4 09-20-2005 04:50 PM

 
Advertisement

Partner Links





Web Analytics