Welcome Guest ( Log In | Register )

7 Pages « < 2 3 4 5 6 > » Bottom

Outline · [ Standard ] · Linear+

 CSL Mi350, Dual SIM Android Phone.

views
     
python_dev
post Dec 28 2011, 06:31 PM

New Member
*
Newbie
1 posts

Joined: Dec 2011


QUOTE(cfchong @ Nov 30 2011, 09:01 AM)
Would you mind detailing the steps you took to root your CSL MI 350? Thanks.
*
1. download a copy of rageagainstthecage-arm5.bin
2. download adb standalone from somewhere.
3. Download busybox binary from somewhere (google is a good source for locating stuff)
4. Download Superuser and rename it changing .apk to .zip, then extract the su binary, then rename it back to .apk extention.
5. open cmd console in the folder where you have all of the above files.
6. adb push rageagainstthecage-arm5.bin /data/local/tmp/
7. adb push busybox /data/local/tmp/
8. adb push superuser.apk /data/local/tmp/
9. adb push su /data/local/tmp/

in console now type
adb shell
will put you into linux console on the phone, now run the next 3 commands.

chmod 755 /data/local/tmp/rageagainstthecage-arm5.bin
cd /data/local/tmp
./rageagainstthecage-arm5.bin

you will be dropped out of shell back to cmd

type adb shell again and the console should have # instead of $ (phone is now temp rooted)

mount -o rw,remount -t yaffs2 /dev/block/mtdblock8 /system

chmod 755 /data/local/tmp/busybox
cd /data/local/tmp
./busybox cp su /system/bin/
./busybox cp superuser.apk /system/app/
./busybox cp busybox /system/bin/
./busybox chown root.root /system/bin/su
./busybox chown root.root /system/bin/busybox
./busybox chown system.system /system/app/superuser.apk
./busybox chmod 755 /system/bin/su
./busybox chmod 755 /system/bin/busybox
./busybox chmod 644 /system/app/superuser.apk

now you can reboot your phone and it is permanently rooted and you can start fixing all the annoying issues plus getting rid of alot of the CSL junk files etc.

(the reason superoneclick & others don't work is, most phones use /dev/block/mtdblock3 for the system mount instead of /dev/block/mtdblock8, this causes issues).
tanpanama
post Jan 6 2012, 10:10 AM

Getting Started
**
Junior Member
152 posts

Joined: Jan 2005


csl sell only RM400+++ at wisma CSL glenmarie hi park. starting5-7 january.

for those who just only use prepaid only..this is ur plan to use two sim card.
one for celcom skmm broadband, and one for ur life...jimat2..macam pakai smartplan


Added on January 6, 2012, 10:24 ami dont think only CSL just got the problem (1 in 100), other model got also.
try visit samsung galaxy Y thread....fully of problem...

currently using blacberry curve 9300, sadly cannot surfing internet properly..when surf heavy load website, the browser close automatic...not enough memory...the price still +-RM700....

CSL MI-350 smartphone, truly value for ur pocket

This post has been edited by tanpanama: Jan 6 2012, 10:24 AM
cfchong
post Jan 7 2012, 03:48 PM

New Member
*
Newbie
3 posts

Joined: Aug 2009
QUOTE(python_dev @ Dec 28 2011, 06:31 PM)
1. download a copy of rageagainstthecage-arm5.bin

* * *  truncated * * *

now you can reboot your phone and it is permanently rooted and you can start fixing all the annoying issues plus getting rid of alot of the CSL junk files etc.

(the reason superoneclick & others don't work is, most phones use /dev/block/mtdblock3 for the system mount instead of /dev/block/mtdblock8, this causes issues).
*
Thanks phython_dev for the guide.

I encountered an error when on the chown commands (kindly refer to the 3 bold lines below).

Please advise.
QUOTE
C:\xxx>adb push rageagainstthecage-arm5.bin /data/local/tmp/
35 KB/s (5392 bytes in 0.149s)

C:\xxx>adb push busybox /data/local/tmp/
2237 KB/s (1926944 bytes in 0.841s)

C:\xxx>adb push superuser.apk /data/local/tmp/
163 KB/s (27688 bytes in 0.165s)

C:\xxx>adb push su /data/local/tmp/
382 KB/s (26248 bytes in 0.067s)

C:\xxx>adb shell
$ chmod 755 /data/local/tmp/rageagainstthecage-arm5.bin
chmod 755 /data/local/tmp/rageagainstthecage-arm5.bin
$ pwd
pwd
/
$ cd /data/local/tmp
cd /data/local/tmp
$ pwd
pwd
/data/local/tmp
$ ./rageagainstthecage-arm5.bin
./rageagainstthecage-arm5.bin
[*] CVE-2010-EASY Android local root exploit © 2010 by 743C

[*] checking NPROC limit ...
[+] RLIMIT_NPROC={3386, 3386}
[*] Searching for adb ...
[+] Found adb as PID 1519
[*] Spawning children. Dont type anything and wait for reset!
[*]
[*] If you like what we are doing you can send us PayPal money to
[*] 7-4-3-C@web.de so we can compensate time, effort and HW costs.
[*] If you are a company and feel like you profit from our work,
[*] we also accept donations > 1000 USD!
[*]
[*] adb connection will be reset. restart adb server on desktop and re-login.
$
C:\xxx>adb shell
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
# mount -o rw,remount -t yaffs2 /dev/block/mtdblock8 /system
mount -o rw,remount -t yaffs2 /dev/block/mtdblock8 /system
# chmod 755 /data/local/tmp/busybox
chmod 755 /data/local/tmp/busybox
# cd /data/local/tmp
cd /data/local/tmp
# ./busybox cp su /system/bin/
./busybox cp su /system/bin/
# ./busybox cp superuser.apk /system/app/
./busybox cp superuser.apk /system/app/
# ./busybox cp busybox /system/bin/
./busybox cp busybox /system/bin/
# ./busybox chown root.root /systm/bin/su
./busybox chown root.root /systm/bin/su
chown: unknown user/group root:root
# ./busybox chown root.root /system/bin/busybox
./busybox chown root.root /system/bin/busybox
chown: unknown user/group root:root
# ./busybox chown system.system /system/app/superuser.apk
./busybox chown system.system /system/app/superuser.apk
chown: unknown user/group system:system
# ./busybox chmod 755 /system/bin/su
./busybox chmod 755 /system/bin/su
# ./busybox chmod 755 /system/bin/busybox
./busybox chmod 755 /system/bin/busybox
# ./busybox chmod 644 /system/app/superuser.apk
./busybox chmod 644 /system/app/superuser.apk
#

tanpanama
post Jan 8 2012, 08:52 PM

Getting Started
**
Junior Member
152 posts

Joined: Jan 2005


already bought it at wisma CSL...

smartphone value for money compare wif other "branded" smartphone.
unfortunately dont support adobe flasfh....


performance, surf internet, angry bird... same like other "branded" smartphone...
with just RM400++ ...this is what u get

1st sim (celcom broadband skmm) 2nd sim (for my life)....
salimbest83
post Jan 8 2012, 09:53 PM

♥PMS on certain day♥
*******
Senior Member
8,642 posts

Joined: Feb 2006
From: Jelutong Penang



QUOTE(tanpanama @ Jan 8 2012, 08:52 PM)
already bought it at wisma CSL...

smartphone value for money compare wif other "branded" smartphone.
unfortunately dont support adobe flasfh....
performance, surf internet, angry bird... same like other "branded" smartphone...
with just RM400++ ...this is what u get

1st sim (celcom broadband skmm) 2nd sim (for my life)....
*
i think i prefer this RM400 phone compare to those RM400 branded phone..
even galaxy y is lose to this one.
Rudd
post Jan 9 2012, 07:49 PM

Look at all my stars!!
*******
Senior Member
4,043 posts

Joined: Jul 2010

QUOTE(salimbest83 @ Jan 8 2012, 09:53 PM)
i think i prefer this RM400 phone compare to those RM400 branded phone..
even galaxy y is lose to this one.
*
this phone is like the cheaper version of Galaxy Ace with 2 sims laugh.gif
asiatrader98
post Jan 10 2012, 07:50 AM

Regular
******
Senior Member
1,485 posts

Joined: Dec 2005
QUOTE(Rudd @ Jan 9 2012, 07:49 PM)
this phone is like the cheaper version of Galaxy Ace with 2 sims  laugh.gif
*
now only selling RM400?
tanpanama
post Jan 12 2012, 11:53 PM

Getting Started
**
Junior Member
152 posts

Joined: Jan 2005


anybody know how tu upgrade android 2.3.

i check this spect phone same like huawe ideoas X3 , but X3 got android 23
mazdagtr210
post Jan 17 2012, 08:54 AM

Casual
***
Junior Member
320 posts

Joined: Mar 2005


if below 400 im also wanna try this phone lor..
kurosaki0103
post Jan 17 2012, 05:17 PM

Getting Started
**
Junior Member
110 posts

Joined: Dec 2007
looks like a great phone, definitely on my list but no custom rom available as of now is quite a deal breaker. would be great if some developers can take up the phone sad.gif
oneeleven
post Jan 17 2012, 07:21 PM

Regular
******
Senior Member
1,515 posts

Joined: Dec 2005
New owners, are you experiencing any of the problems mentioned earlier, eg, around posts from November?

111
syazwan008
post Jan 19 2012, 03:05 PM

New Member
*
Newbie
1 posts

Joined: Jan 2012
QUOTE(oneeleven @ Jan 17 2012, 08:21 PM)
New owners, are you experiencing any of the problems mentioned earlier, eg, around posts from November?

111
*
Just bought this Mi350 yesterday (18/1/2012) at Low Yatt - but I got problem to connect to internet! Can't even update or install anything...
I hv try connecting thru my home wifi.. it's connected! But can even enter Android Market!
So, i try using my boradband sim card..I manage to register my gmail.. but then still cannot enter Android market!
What should I do? Should I replace the phone or is there any setting that I should do?

I'm using my HTC Desire HD for almost 10 mths now.. I'm quite familiar with android. Bought this phone for my son. But don't know how to troubleshoot the internet access for my CSL Mi350. Please help!
tanpanama
post Jan 19 2012, 03:31 PM

Getting Started
**
Junior Member
152 posts

Joined: Jan 2005


Mr syazwan how much u bougth...i think u can go back to lowyat for replace
dkk
post Jan 19 2012, 03:45 PM

10k Club
Group Icon
Elite
11,400 posts

Joined: Jan 2003
I can answer for him. CSL is having a sale at the ground floor of LYP. RM499. The sign says "save RM200, normal price RM699".

I thought of buying this for my mom. Then read about the problems above. Decided against it. Don't want her to call me to go do free tech support every other day.
dyfw
post Feb 15 2012, 09:42 PM

New Member
*
Junior Member
11 posts

Joined: Feb 2006
I have this sim card not available problem when using Umobile prepaid. Currently using celcom sim with no problem. Anyone facing the same issue? Wonder when android 2.3 will come....
hh_chng
post Feb 15 2012, 11:16 PM

New Member
*
Junior Member
8 posts

Joined: Feb 2012
anyone can make a backup rom for this phone. i wish to flash back to the stock 2.2.2 froyo. i accidentally flashed mine to viewsonic 2.3.7, feel kinda weird now~


Added on February 15, 2012, 11:18 pm
QUOTE(dyfw @ Feb 15 2012, 09:42 PM)
I have this sim card not available problem when using Umobile prepaid. Currently using celcom sim with no problem. Anyone facing the same issue? Wonder when android 2.3 will come....
*
same goes for me

This post has been edited by hh_chng: Feb 15 2012, 11:18 PM
puterabemi
post Feb 16 2012, 02:14 AM

Getting Started
**
Junior Member
275 posts

Joined: Dec 2008
From: Kajang


QUOTE(dyfw @ Feb 15 2012, 09:42 PM)
I have this sim card not available problem when using Umobile prepaid. Currently using celcom sim with no problem. Anyone facing the same issue? Wonder when android 2.3 will come....
*
same here. cannot use umobile in sim 1, but sim 2 is ok. i think it's 3g roaming problem.

official update not sure, but in xda forum, there is 2.3 rom http://forum.xda-developers.com/showthread.php?t=1338718 but link for the required file is broken. not sure if there is other way.
dyfw
post Feb 16 2012, 03:41 PM

New Member
*
Junior Member
11 posts

Joined: Feb 2006
QUOTE(hh_chng @ Feb 15 2012, 11:16 PM)
anyone can make a backup rom for this phone. i wish to flash back to the stock 2.2.2 froyo. i accidentally flashed mine to viewsonic 2.3.7, feel kinda weird now~


Added on February 15, 2012, 11:18 pm

same goes for me
*
Wah...you use 2.3 oso cannot detect umobile? and mine now intermittent auto restart. hp problem or OS problem?


Added on February 16, 2012, 3:43 pm
QUOTE(puterabemi @ Feb 16 2012, 02:14 AM)
same here. cannot use umobile in sim 1, but sim 2 is ok. i think it's 3g roaming problem.

official update not sure, but in xda forum, there is 2.3 rom http://forum.xda-developers.com/showthread.php?t=1338718 but link for the required file is broken. not sure if there is other way.
*
I'm just using for normal voice call not 3g or data oso cannot detect.
Yeap...the link already broken. anyway the ori 2.3 rom from csl would be better coz under warranty.

This post has been edited by dyfw: Feb 16 2012, 03:43 PM
hh_chng
post Feb 16 2012, 04:12 PM

New Member
*
Junior Member
8 posts

Joined: Feb 2012
[quote=dyfw,Feb 16 2012, 03:41 PM]
Wah...you use 2.3 oso cannot detect umobile? and mine now intermittent auto restart. hp problem or OS problem?

haven't try on 2.3 yet. maybe it works hmm.gif
dun have restart problem since 2.2, it be hardware prob
dyfw
post Feb 16 2012, 06:33 PM

New Member
*
Junior Member
11 posts

Joined: Feb 2006
I've just contacted CSL HQ and the asked me to sent back to them for update firmware etc..
i suggest those having same problem like me to do so. I'm gona pass to them next week.

7 Pages « < 2 3 4 5 6 > » Top
 

Change to:
| Lo-Fi Version
0.0250sec    0.18    5 queries    GZIP Disabled
Time is now: 6th December 2025 - 04:51 PM