Jump to content

Android on Omnia II - i8000 (18.04.2011)


Recommended Posts

Guest Carlos_rpg
Posted
If You are not linux user and don't understand what You are doing, better not do that.

I will check it, and if it will be working i will prepare update script.

Dont say that my friend, it is easier to explain...

chmod edits file permission

6755 is a code for permission

/system/bin/su is the file location (this is where is wrong) set the file location /media/<disk>/system/bin/su (I think")

<disk> is where your device is mounted on linux.

I can't test it now couz i'm working now, I'll see that tonight.

Guest nachoijs
Posted

Voltage:3.841v

Soc:60.42%

Percentage:73%

BatteryIcon:4

Temperature ADC:243

Battery Type:1440mA

If someone wants to help the developers to make the battery percentage accurate, then type in the phone this code under WinMo: *#9911# and create a table with the %/V. The table needs to be more detailed near 100% and 0% to be more accurate.

Thanx!

Guest voyteckst
Posted
Dont say that my friend, it is easier to explain...

chmod edits file permission

6755 is a code for permission

/system/bin/su is the file location (this is where is wrong) set the file location /media/<disk>/system/bin/su (I think")

<disk> is where your device is mounted on linux.

I can't test it now couz i'm working now, I'll see that tonight.

Maybe, but if you want to explain, explain also what that code mean and we will see ;-)

I think he is doing that from adb shell, so it's not mounted under linux or am i wrong?

Guest michyprima
Posted

hi devs, may ask how to compile the kernel?

after a sync with svn, I did a

make ARCH=arm CROSS_COMPILE=/pathtotoolchain -j8

but it doesn't boot...

any light on this?

I'm using codesourcery g++ lite toolchain.

Guest darkworldzz
Posted

Can any1 help me?

after updating to the 31 jan zimage my phone cannot connect to network nor wifi anymore.. am i missing something here??

i am using the full update package by rapid81, and even did a fresh install from basic beta to sleep fix to 31 jan fix.. i could connect to network at the sleepfix stage..

or do i have to set up apn network?? i don't use data network anyway..

Posted
Maybe, but if you want to explain, explain also what that code mean and we will see ;-)

I think he is doing that from adb shell, so it's not mounted under linux or am i wrong?

I did it in ubuntu terminal, and its now work two firts steps, with comand contents /media/disk/ add in tuto, but in

"3) ln -s /media/disk/system/bin/su /data/busybox/su"

occur the error again No such file oo diretory

Guest voyteckst
Posted
I did it in ubuntu terminal, and its now work two firts steps, with comand contents /media/disk/ add in tuto, but in

"3) ln -s /media/disk/system/bin/su /data/busybox/su"

occur the error again No such file oo diretory

What is result of this command?:

ls -al /data/busybox/su /media/disk/system/bin/su

Probably first one not found? In ln command, first you give existing file and then new link file.

Try:

cd /media/disk/system/bin

ln -s ../../data/busybox/su su

Why You don't use adb? It would be easier instead of rebooting, mounting under ubuntu and so on...

Posted

"ln -s /media/disk/system/bin/su /data/busybox/su"

Won't work, you can't make shortcuts (that is what ln stands for) when the filesystem (partition) is mounted under ubuntu. It will never work. You have to make that under ADB or from terminal emulator in your phone. When mounted under some linux distro the relative path to su file is different then viewed from the point of view of your phone so if you try that the shortcut will point to nothing.

Guest FactionOne
Posted
If someone wants to help the developers to make the battery percentage accurate, then type in the phone this code under WinMo: *#9911# and create a table with the %/V. The table needs to be more detailed near 100% and 0% to be more accurate.

Mains Charger Connected:

Voltage: 4.151V

SOC: 89.58%

Percentage: 100%

Battery Icon: 6

Temperature ADC: 200

Battery Type: 1440 mA

Mains Charger Disconnected:

Voltage: 3.991V (decreasing)

SOC: 89.58%

Percentage: 100%

Battery Icon: 5

Temperature ADC: 208

Battery Type: 1440 mA

Guest felalex
Posted
Voltage:3.841v

Soc:60.42%

Percentage:73%

BatteryIcon:4

Temperature ADC:243

Battery Type:1440mA

Voltage : 4.125V 4.140V 4.050V 4.032V 4.015V

SOC : 94.65% 94.01% 83.03% 79.93% 78.62%

Percentage: 100% 100% 94% 91% 90%

BatteryIcon : 5 5 5 5 5

Temperature ADC : 257 251 198 183 178

Battery Type : 1440 mA

Hope this helps...

Posted
Can any1 help me?

after updating to the 31 jan zimage my phone cannot connect to network nor wifi anymore.. am i missing something here??

i am using the full update package by rapid81, and even did a fresh install from basic beta to sleep fix to 31 jan fix.. i could connect to network at the sleepfix stage..

or do i have to set up apn network?? i don't use data network anyway..

use the compiled package i made. its on the FAQ post. for me what i did is install the beta first. run it till it comes up to the settings then reboot. then apply the update.

Guest darkworldzz
Posted
use the compiled package i made. its on the FAQ post. for me what i did is install the beta first. run it till it comes up to the settings then reboot. then apply the update.

thanks will try that out..

Posted (edited)
Why You don't use adb? It would be easier instead of rebooting, mounting under ubuntu and so on...

"ln -s /media/disk/system/bin/su /data/busybox/su"

Won't work, you can't make shortcuts (that is what ln stands for) when the filesystem (partition) is mounted under ubuntu. It will never work. You have to make that under ADB or from terminal emulator in your phone. When mounted under some linux distro the relative path to su file is different then viewed from the point of view of your phone so if you try that the shortcut will point to nothing.

Ok! I did in ADB and firsts 3 steps are OK.

Now, I can't put the busybox on /system/bin/ ( using comand adb push ./filename/folder) because I dont know where its must be puted in windows. And the file is busybox.tar(10MB) or busybox.tar.bz2(2MB)?

Somebody knows?

Mains Charger Connected:

Voltage: 4.151V

SOC: 89.58%

Percentage: 100%

Battery Icon: 6

Temperature ADC: 200

Battery Type: 1440 mA

It isn't more needed, at least I did read it some place.

Edited by slmz
Guest bobhero
Posted

so now that we have android running on the i8000, does this in any way help to make a free SIM unlock possible?

Guest voyteckst
Posted

Ok rooting one more time:

I did clean install with all patches applied manually (without libdvm only) and under ubuntu:

cd /media/disk

cd bin

rm -rf su

ln -s ../system/xbin/su su

cd ../system/bin

ln -s ../system/xbin/su su

chmod 6755 ../xbin/su

After reboot I've got root working (checked with SetCPU).

Guest n4m3less
Posted (edited)
Ok rooting one more time:

I did clean install with all patches applied manually (without libdvm only) and under ubuntu:

cd /media/disk

cd bin

rm -rf su

ln -s ../system/xbin/su su

cd ../system/bin

ln -s ../system/xbin/su su

chmod 6755 ../xbin/su

After reboot I've got root working (checked with SetCPU).

you can make a update? :P :D :huh: :P :P

Edited by n4m3less
Guest Rapid81
Posted (edited)
you can make a update? :P :D :huh: :P :P

Just make an o2bupdate.sh file from it and put it to the root of your My Storage, then run haret.

Like this:

o2bupdate.zip

Edited by Rapid81
Guest n4m3less
Posted
Just make an o2bupdate.sh file from it and put it to the root of your My Storage, then run haret.
I wanted an update for the sleep of the cpu :P
Guest voyteckst
Posted (edited)
you can make a update? :P :D :huh: :P :P

Here You have - hope it's working now.suupdate.zip

Correction: You have to do manually:

chmod 6755 /system/xbin/su

either from ubuntu or adb shell).

Edited by voyteckst
Guest pepsipig
Posted
http://o2droid.phj.hu/trac/timeline

02/07/11: Today


10:25 Changeset [70] by bs

	Sleep gpios corrected. 

10:22 Changeset [69] by bs

	Sleep and resume work correctly.

Waiting for the update. :D

good news!

sorry to ask,is there a long way between a fully working android on SD card and an android ROM?

cuz the mark for HD2 anroid ROM is soooooo high :P

(Following 2nd place)

1_101231162930_1.jpg

Guest voyteckst
Posted
good news!

sorry to ask,is there a long way between a fully working android on SD card and an android ROM?

cuz the mark for HD2 anroid ROM is soooooo high :P

HD2 has better hardware and it's support results from other HTC android devices.

Posted
Just make an o2bupdate.sh file from it and put it to the root of your My Storage, then run haret.

Like this:

Rapid, it doesn't work for me, You know why?

OBS:I have that .SH file in My storage with script (#!/bin/shcd /bin rm -f su ln -s /system/xbin/su su)

Guest voyteckst
Posted
Rapid, it doesn't work for me, You know why?

OBS:I have that .SH file in My storage with script (#!/bin/shcd /bin rm -f su ln -s /system/xbin/su su)

Take my attachement.

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.