Jump to content

22/Oct Fr24 - MoDaCo Custom ROM Desire Port for Nexus One with Online Kitchen (2.2 / Froyo)


Recommended Posts

Guest matiu2
Posted

Great job Paul, hope we will see soon the new Sense HD on your ROM! ;)

Someone could tell me what is the best kernel for this ROM? :)

Guest mtlguyinto
Posted

Love the modifications.

Finally was able to get more memory for my programs using the A2SD ad-on.

I am a new Root user for my Nexus One and i am learning lots from your site.

Thanks for all your hard work, keep up the good work.

Looking forward to the new updates.

--------------------------------------------------------

Nexus One

Bell Canada

Toronto, Ontario

Posted

there is no Arabic support and hope that will be in future

Guest kartouche
Posted

Good news for R25.

But on r24 i've got a problem.

I was on R24 with no problem, then i switched on MIUI a couple of weeks to try it and now i'm back on R24 (not a back up, new flash with new baked rom), sometimes my device won't wake up.

any idea ?

Thanks

Guest Toni Lähdekorpi
Posted (edited)
Good news for R25.

But on r24 i've got a problem.

I was on R24 with no problem, then i switched on MIUI a couple of weeks to try it and now i'm back on R24 (not a back up, new flash with new baked rom), sometimes my device won't wake up.

any idea ?

Thanks

That's actually caused by the Kernel.

You've got three options: either wait for the next version, downgrade to a working version or install intersectRaven's latest Kernel over your rom http://forum.xda-developers.com/showthread.php?t=653598

Edited by Toni Lähdekorpi
Guest Toni Lähdekorpi
Posted
Could you give me a download link to the best kernel for this ROM?

I'm using http://www.mediafire.com/?acm42n3567zjdo7

Before flashing, remember to push the bcm4329.ko file manually to /system/lib/modules to get wlan working.

just ./adb push whereyouextractedthezipandlocatedthefile/bcm4329.ko /system/lib/modules/

Guest negreenfield
Posted (edited)
Awesome news, Paul. If there's anything I can do to help, please let me know. I'll help any way I can.

I've noticed that with the release of Car Home in the Android Market, that its having the same problem with eViL's Desire HD ROM that we are having with it here with your Desire ROM - The app doesn't see the BT hardware in the Car Dock and won't pair/use it.

Have you had any luck moving forward on that front? Anything I can help you with on the testing side of things??

Desk dock same issue. I can do the same and help on the desk dock. This is still a feature I really wish would get working is that bluetooth connection to both the desk and car docks.

Edited by negreenfield
Posted

Guys, the SMS can't send after 160 chars? Anyone found the fix so far?

Guest matiu2
Posted
I'm using http://www.mediafire.com/?acm42n3567zjdo7

Before flashing, remember to push the bcm4329.ko file manually to /system/lib/modules to get wlan working.

just ./adb push whereyouextractedthezipandlocatedthefile/bcm4329.ko /system/lib/modules/

Thank for the help however I've put th bcm4329.ko file in tools directory and made this command line: ./adb push bcm4329.ko /system/lib/modules/ but it gives an error (device not found)...

Guest ~Tito~
Posted

Paul have you found a fix for the BT issue? That is really important to be able to use the play and play/pause button.

Guest vanessa13006
Posted
;)

I'm going to move r24 to the 'current release' (with prebakes) and create r25 WIP!

I'm still working on porting over some bits of the HD ROM without using the whole base (which is huge)... I'll also updating to all of the latest Desire release, together with bits of FRG83.

P

I'm waiting for this update like when I was a child, ok I know it was a long time ago :), I was waiting christmas day.

Guest damniatx
Posted

Can someone tell me, why i cant use portable hotspot feature ?

Guest Toni Lähdekorpi
Posted
Thank for the help however I've put th bcm4329.ko file in tools directory and made this command line: ./adb push bcm4329.ko /system/lib/modules/ but it gives an error (device not found)...

That's most likely because you haven't enabled USB debugging from your phones settings.

Guest matiu2
Posted
That's most likely because you haven't enabled USB debugging from your phones settings.

USB debugging is active, same error, device not found...

Guest matiu2
Posted

Ok, terminal returns me this after push the bmc4329.ko file:

Android Debug Bridge version 1.0.26

-d - directs command to the only connected USB device

returns an error if more than one USB device is present.

-e - directs command to the only running emulator.

returns an error if more than one emulator is running.

-s <serial number> - directs command to the USB device or emulator with

the given serial number. Overrides ANDROID_SERIAL

environment variable.

-p <product name or path> - simple product name like 'sooner', or

a relative/absolute path to a product

out directory like 'out/target/product/sooner'.

If -p is not specified, the ANDROID_PRODUCT_OUT

environment variable is used, which must

be an absolute path.

devices - list all connected devices

connect <host>[:<port>] - connect to a device via TCP/IP

Port 5555 is used by default if no port number is specified.

disconnect [<host>[:<port>]] - disconnect from a TCP/IP device.

Port 5555 is used by default if no port number is specified.

Using this ocmmand with no additional arguments

will disconnect from all connected TCP/IP devices.

device commands:

adb push <local> <remote> - copy file/dir to device

adb pull <remote> [<local>] - copy file/dir from device

adb sync [ <directory> ] - copy host->device only if changed

(-l means list but don't copy)

(see 'adb help all')

adb shell - run remote shell interactively

adb shell <command> - run remote shell command

adb emu <command> - run emulator console command

adb logcat [ <filter-spec> ] - View device log

adb forward <local> <remote> - forward socket connections

forward specs are one of:

tcp:<port>

localabstract:<unix domain socket name>

localreserved:<unix domain socket name>

localfilesystem:<unix domain socket name>

dev:<character device name>

jdwp:<process pid> (remote only)

adb jdwp - list PIDs of processes hosting a JDWP transport

adb install [-l] [-r] [-s] <file> - push this package file to the device and install it

('-l' means forward-lock the app)

('-r' means reinstall the app, keeping its data)

('-s' means install on SD card instead of internal storage)

adb uninstall [-k] <package> - remove this app package from the device

('-k' means keep the data and cache directories)

adb bugreport - return all information from the device

that should be included in a bug report.

adb help - show this help message

adb version - show version num

DATAOPTS:

(no option) - don't touch the data partition

-w - wipe the data partition

-d - flash the data partition

scripting:

adb wait-for-device - block until device is online

adb start-server - ensure that there is a server running

adb kill-server - kill the server if it is running

adb get-state - prints: offline | bootloader | device

adb get-serialno - prints: <serial-number>

adb status-window - continuously print device status for a specified device

adb remount - remounts the /system partition on the device read-write

adb reboot [bootloader|recovery] - reboots the device, optionally into the bootloader or recovery program

adb reboot-bootloader - reboots the device into the bootloader

adb root - restarts the adbd daemon with root permissions

adb usb - restarts the adbd daemon listening on USB

adb tcpip <port> - restarts the adbd daemon listening on TCP on the specified port

networking:

adb ppp <tty> [parameters] - Run PPP over USB.

Note: you should not automatically start a PPP connection.

<tty> refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1

[parameters] - Eg. defaultroute debug dump local notty usepeerdns

adb sync notes: adb sync [ <directory> ]

<localdir> can be interpreted in several ways:

- If <directory> is not specified, both /system and /data partitions will be updated.

- If it is "system" or "data", only the corresponding partition

is updated.

environmental variables:

ADB_TRACE - Print debug information. A comma separated list of the following values

1 or all, adb, sockets, packets, rwx, usb, sync, sysdeps, transport, jdwp

ANDROID_SERIAL - The serial number to connect to. -s takes priority over this if given.

ANDROID_LOG_TAGS - When used with the logcat option, only these debug tags are printed.

MacBook-di-Mattia-Montevecchi:tools parchitalia$

However wifi doesn't work...

Guest ~Tito~
Posted
Ok, terminal returns me this after push the bmc4329.ko file:

Android Debug Bridge version 1.0.26

-d - directs command to the only connected USB device

returns an error if more than one USB device is present.

-e - directs command to the only running emulator.

returns an error if more than one emulator is running.

-s <serial number> - directs command to the USB device or emulator with

the given serial number. Overrides ANDROID_SERIAL

environment variable.

-p <product name or path> - simple product name like 'sooner', or

a relative/absolute path to a product

out directory like 'out/target/product/sooner'.

If -p is not specified, the ANDROID_PRODUCT_OUT

environment variable is used, which must

be an absolute path.

devices - list all connected devices

connect <host>[:<port>] - connect to a device via TCP/IP

Port 5555 is used by default if no port number is specified.

disconnect [<host>[:<port>]] - disconnect from a TCP/IP device.

Port 5555 is used by default if no port number is specified.

Using this ocmmand with no additional arguments

will disconnect from all connected TCP/IP devices.

device commands:

adb push <local> <remote> - copy file/dir to device

adb pull <remote> [<local>] - copy file/dir from device

adb sync [ <directory> ] - copy host->device only if changed

(-l means list but don't copy)

(see 'adb help all')

adb shell - run remote shell interactively

adb shell <command> - run remote shell command

adb emu <command> - run emulator console command

adb logcat [ <filter-spec> ] - View device log

adb forward <local> <remote> - forward socket connections

forward specs are one of:

tcp:<port>

localabstract:<unix domain socket name>

localreserved:<unix domain socket name>

localfilesystem:<unix domain socket name>

dev:<character device name>

jdwp:<process pid> (remote only)

adb jdwp - list PIDs of processes hosting a JDWP transport

adb install [-l] [-r] [-s] <file> - push this package file to the device and install it

('-l' means forward-lock the app)

('-r' means reinstall the app, keeping its data)

('-s' means install on SD card instead of internal storage)

adb uninstall [-k] <package> - remove this app package from the device

('-k' means keep the data and cache directories)

adb bugreport - return all information from the device

that should be included in a bug report.

adb help - show this help message

adb version - show version num

DATAOPTS:

(no option) - don't touch the data partition

-w - wipe the data partition

-d - flash the data partition

scripting:

adb wait-for-device - block until device is online

adb start-server - ensure that there is a server running

adb kill-server - kill the server if it is running

adb get-state - prints: offline | bootloader | device

adb get-serialno - prints: <serial-number>

adb status-window - continuously print device status for a specified device

adb remount - remounts the /system partition on the device read-write

adb reboot [bootloader|recovery] - reboots the device, optionally into the bootloader or recovery program

adb reboot-bootloader - reboots the device into the bootloader

adb root - restarts the adbd daemon with root permissions

adb usb - restarts the adbd daemon listening on USB

adb tcpip <port> - restarts the adbd daemon listening on TCP on the specified port

networking:

adb ppp <tty> [parameters] - Run PPP over USB.

Note: you should not automatically start a PPP connection.

<tty> refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1

[parameters] - Eg. defaultroute debug dump local notty usepeerdns

adb sync notes: adb sync [ <directory> ]

<localdir> can be interpreted in several ways:

- If <directory> is not specified, both /system and /data partitions will be updated.

- If it is "system" or "data", only the corresponding partition

is updated.

environmental variables:

ADB_TRACE - Print debug information. A comma separated list of the following values

1 or all, adb, sockets, packets, rwx, usb, sync, sysdeps, transport, jdwp

ANDROID_SERIAL - The serial number to connect to. -s takes priority over this if given.

ANDROID_LOG_TAGS - When used with the logcat option, only these debug tags are printed.

MacBook-di-Mattia-Montevecchi:tools parchitalia$

However wifi doesn't work...

Anything that you want to push has to be in the /android-sdk-windows/tools and that has to be on the root of your HDD.

That is standard for adb to output when you have a command wrong.

Guest Nerds 2 You
Posted
Can someone tell me, why i cant use portable hotspot feature ?

It's a bug, it was resolved somewhere in this thread, you should be able to find is by searching.

The fix involves updating with a .zip file and it does work but I found that you still have to manually set a channel and it seems to crash and reboot your phone once when you do that, but it works after the reboot. If you switch to a different channel it will crash and reboot again.

Guest Nerds 2 You
Posted
I am having the same issue of Gmail only syncing the first account that I create, or rather not syncing the Gmail account.

\

I have solved this issue on my phone

I did a complete wipe including dalvic cache and started from scratch. When the setup wizard came up I did NOT set up any accounts this time and just went through to the end of the wizard then re-booted the phone.

When the phone came back online I added my primary account (my google apps account) and made sure it worked. I then added the Gmail account, opened Gmail, went back to accounts screen to enable sync, then reboot again

I then added my 3rd account, another google apps account.

All my mail now comes through and syncs automatically.

There used to be an easier way to solve this by going into the Apps Manager and finding "Gmail Storage" and clearing the data, but I no longer find that listed in the applications.

Posted (edited)
USB debugging is active, same error, device not found...

You need to install the windows phone drivers included in Google SDK.

I've attached these drivers for Intel X86 processors.

DD.

usb_driver.rar

Edited by ZeeDD
Guest matiu2
Posted
You need to install the windows phone drivers included in Google SDK.

I've attached these drivers for Intel X86 processors.

DD.

I'm on mac OSX, where I have to put these files?

Posted
I'm on mac OSX, where I have to put these files?

No need to put any of those files in OS X...

Guest Big-A-Rob
Posted

Quick question about this kernel. Is it overclocked for the Nexus One? If not, is there any issues with flashing an overclocked kernel and running this ROM? I just installed this ROM and reinstalled SetCPU and it has the max showing as 528 MHz???

Guest matiu2
Posted
No need to put any of those files in OS X...

So why terminal get me "error device"?

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.