[HOW-TO] change your french orange dream firmware by a custom one...

Search This thread

koxx

Senior Member
May 7, 2006
1,817
16
Paris
hi

have you tried it ? I don't know how this can work... the spl is patched for update with fastboot not for update with the recovery tools. Even if it works the update will update also the boot and i think that this new boot won't be able to deal with our spl...

non, justement, je souhaiterai l'ecrire avant de la tester... parce que j'ai justement du mal a m'y retrouver.

no, i haven't test it. ok, so, I can't use recoveryBoot.img to set the new system.
How should I do ?
how do you flash new OS ?
what line is wrong ?

that's the point of my post, write a tutorial BEFORE flashing ;)
 

geek78

Senior Member
Jan 22, 2006
687
152
Around Paris
the easy way is described on the 1st post ;) So you need the nandroid backup of the device already flashed with the new firmware (i have it with my ADP) and after the flash you will have to analyse what is wrong with adb logcat (ril ? wlan ? keyboard , ...) and to patch all that... With this method we are not sure to be able to use this firmware but this is the only way for guys like us without the necessary knowledge to patch de boot from this update.

Maybe Arisme can patch the boot from this update to deal with the orange spl ...

tonight i'll have more time to try all this with my orange dream...
 

emms007

Senior Member
Mar 19, 2008
132
5

geek78

Senior Member
Jan 22, 2006
687
152
Around Paris
What is your spl ? The orange one (patched or not)? and what do you mean by the zip system folder ?
 
Last edited:

emms007

Senior Member
Mar 19, 2008
132
5
No SPL change , nor radio nor firmware etc.
Nothing but boot.img and system.img have been updated.

I wonder why everyone want to update the SPL?
 

geek78

Senior Member
Jan 22, 2006
687
152
Around Paris
No SPL change , nor radio nor firmware etc.
Nothing but boot.img and system.img have been updated.

I wonder why everyone want to update the SPL?

no, my goal is to not change the spl except if it is the orange one patched ;)

so you have used a nandroid backup of system.img and boot.img + fastboot flash of those 2 img ?

so happy to see that this boot.img can run on our dream ...
 

emms007

Senior Member
Mar 19, 2008
132
5
no, my goal is to not change the spl except if it is the orange one patched ;)

so you have used a nandroid backup of system.img and boot.img + fastboot flash of those 2 img ?

so happy to see that this boot.img can run on our dream ...

Not exactly. As I mentioned the boot.img is provided in the ZIP file. They don't provide a system.img (I refered to it to make clear what I changed).
So all that is required to do is
- flash boot.img using the unyaffs method (as with the previous method)
- do "rm -fr /system/*" on the mounted G1 system. Then copy there the content of the "system/" included in the ZIP.
- add the orange APN
- switch the phone to English instead of Chinese

And I didn't have to insert libhtc_ril.so to make the system able to use the orange Radio...

- I dunno if Wifi/Bluetooth work as I can't test it.
- Of course the keyboard is not a French one (yet);
- Adb shell won't work properly;
 
Last edited:

koxx

Senior Member
May 7, 2006
1,817
16
Paris
I flashed my Dream (without SPL change) few minutes ago... and it works fine (except french keyboard).
I've just updated my tutorial to show my process.

A2DP works fine ! cooooollllll.
 

Murphy2712

Senior Member
Mar 13, 2009
110
2
Not exactly. As I mentioned the boot.img is provided in the ZIP file. They don't provide a system.img (I refered to it to make clear what I changed).
So all that is required to do is
- flash boot.img using the unyaffs method (as with the previous method)
- do "rm -fr /system/*" on the mounted G1 system. Then copy there the content of the "system/" included in the ZIP.
- add the orange APN
- switch the phone to English instead of Chinese

And I didn't have to insert libhtc_ril.so to make the system able to use the orange Radio...

- I dunno if Wifi/Bluetooth work as I can't test it.
- Of course the keyboard is not a French one (yet);
- Adb shell won't work properly;

Quite complicated but interesting :)
So it's possible to copy the system/ files without permissions problems.
We should definitely make some howtos. Anyone knows a french wiki for this?
 

geek78

Senior Member
Jan 22, 2006
687
152
Around Paris
here is a nandroid backup of my system.img (and with the boot.img). This is the build 5.02H with azerty keyboard and without the chinese character in the dialer.

1) flash the patched orange spl (post 111)
then
2) fastboot flash boot boot.img
3) fastboot -w flash system system.img
4) fastboot reboot

if you don't want to update your spl you can use the old method with unyaffs (see post 1)

http://rapidshare.de/files/46709918/5.02H-AZERTY.zip.html
 
Last edited:

c4software

Senior Member
Sep 28, 2005
255
0
Angers
another-team.com
koxx on 5.0.1 to app2sd you just need to (if your sdcard have an second ext2 partition):

# Mount the phone into ADB.

adb remount

# Bring up the shell.

adb shell

# Check if /system/sd is visible.

df

# Skip this step if you already have your apps on SD.

cp -a /data/app /system/sd

# Remove the current apps folder on device.

rm -r /data/app

# Link the app folder on sd to the one on device.

ln -s /system/sd/app /data/app

# Finally Reboot.

reboot


@Geek78, why provide a firmware he need an patched spl, the lastest 5.0.1G firmware works without any spl patch.
 
Last edited:

geek78

Senior Member
Jan 22, 2006
687
152
Around Paris
you can try without the spl ;)

fastboot is for me the best tool to update my dream .... so i need the spl patched.... With fastboot you can go back quickly to the orginal situation with a nandroid backup.
 
Last edited:

emms007

Senior Member
Mar 19, 2008
132
5
here is a nandroid backup of my system.img (and with the boot.img). This is the build 5.02H with azerty keyboard and without the chinese character in the dialer.

1) flash the patched orange spl (post 111)
then
2) fastboot flash boot boot.img
3) fastboot -w flash system system.img
4) fastboot reboot

if you don't want to update your spl you can use the old method with unyaffs (see post 1)

http://rapidshare.de/files/46704370/5.02H-AZERTY.zip.html

As funny as it can be, it seems to me that your file contains original Orange .img files..... indeed just flashed and instead of cupcake I just bumped into a french speaking orange rom.
Could you send the right nandroid ? :) Thanks
 

imfloflo

Senior Member
here is a nandroid backup of my system.img (and with the boot.img). This is the build 5.02H with azerty keyboard and without the chinese character in the dialer.

1) flash the patched orange spl (post 111)
then
2) fastboot flash boot boot.img
3) fastboot -w flash system system.img
4) fastboot reboot

if you don't want to update your spl you can use the old method with unyaffs (see post 1)

http://rapidshare.de/files/46709918/5.02H-AZERTY.zip.html


To be clear you have system in english but keyboard layout in azerty is that right ?