Cobble, on 03 March 2013 - 12:10 AM, said:
[DEV] Ubuntu Touch [ROM]
Started by
Dazzozo
, Feb 22 2013 12:14 AM
#41
Posted 03 March 2013 - 02:38 AM
So when you're finished sampling Ubuntu you just reflash CWM and reload your Android back-up?
I was once a noob like you.... until i bricked my G300. ^_^
If i helped you or you just like my topic/post ,give me some rep with the green button
If i helped you or you just like my topic/post ,give me some rep with the green button
#42
Posted 03 March 2013 - 08:00 AM
Has anyone flashed an android rom using the swapped recovery? Just wondering if it would work, as Paul obrian has this option for his modaco rom.
Edited by plewis1981, 03 March 2013 - 08:12 AM.
#43
Posted 03 March 2013 - 10:59 AM
NO!
Don't do this, the ROM ALSO needs changes to mount the partitions the other way around. The recovery only helps with formatting to the right filesystem.
Don't do this, the ROM ALSO needs changes to mount the partitions the other way around. The recovery only helps with formatting to the right filesystem.
#44
Posted 03 March 2013 - 02:11 PM
so how to install this room?
#45
Posted 03 March 2013 - 02:28 PM
#46
Posted 03 March 2013 - 02:47 PM
#47
Posted 03 March 2013 - 04:48 PM
Enabling WiFi on Ubuntu Touch:
- Save this in /data/local/userinit.sh
#!/system/bin/sh insmod /system/lib/modules/cfg80211.ko insmod /system/lib/modules/dhd.ko firmware_path=/system/etc/fw_4330_b2.bin nvram_path=/system/etc/nvram_4330.txt
- make it executable
chmod +x /data/local/userinit.sh
- Reboot
Edited by Roignac, 03 March 2013 - 04:49 PM.
#48
Posted 03 March 2013 - 05:40 PM
Dazzozo, on 03 March 2013 - 10:59 AM, said:
NO!
Don't do this, the ROM ALSO needs changes to mount the partitions the other way around. The recovery only helps with formatting to the right filesystem.
Don't do this, the ROM ALSO needs changes to mount the partitions the other way around. The recovery only helps with formatting to the right filesystem.
#49
Posted 04 March 2013 - 01:36 AM
Sweet, Ubuntu OS on a g300

I'm quite happy with your 10.1 JB Rom Daz, but I'm looking forward to this release as well, as the Ubuntu os does look pretty good
I'm quite happy with your 10.1 JB Rom Daz, but I'm looking forward to this release as well, as the Ubuntu os does look pretty good
Edited by kaizoku_san, 04 March 2013 - 02:02 AM.
#50
Posted 04 March 2013 - 07:19 PM
Ive gone back to android by flashing cwm recovery and my internal storage says 0.00b???
Confused :s
Please Help me anyone..
Confused :s
Please Help me anyone..
Edited by saiem1, 04 March 2013 - 07:26 PM.
#51
Posted 04 March 2013 - 07:43 PM
I cant even change default storage location to SD CARD
#52
Posted 04 March 2013 - 07:48 PM
#53
Posted 04 March 2013 - 07:49 PM
I already did as i said before "Ive gone back to android by flashing cwm recovery and my internal storage says 0.00b???"
Edited by saiem1, 04 March 2013 - 07:53 PM.
#54
Posted 04 March 2013 - 08:34 PM
saiem1, on 04 March 2013 - 07:49 PM, said:
I already did as i said before "Ive gone back to android by flashing cwm recovery and my internal storage says 0.00b???"
Full wipes and the rest that Dazz says to do.
Sorry I haven't flashed this but I can bet top dollar he wouldn't of posted this if it wasn't easy to fix / restore to normal.
Biohazard
#55
Posted 04 March 2013 - 08:37 PM
I have the same problem, tried flashing an update.app and its still 0.00B
I was once a noob like you.... until i bricked my G300. ^_^
If i helped you or you just like my topic/post ,give me some rep with the green button
If i helped you or you just like my topic/post ,give me some rep with the green button
#56
Posted 04 March 2013 - 08:48 PM
How to mount sdcard? I can't find any sd* or similar devices in /dev.
I created a page file of 256Mb - system now work faster. And I want to move it to the sdcard.
I created a page file of 256Mb - system now work faster. And I want to move it to the sdcard.
#57
Posted 04 March 2013 - 08:57 PM
1. http://db.tt/aARbPfGr
2. unzip it a folder on your pc
3. boot into recovery
4. then open a cmd terminal, switch to the folder you extracted busybox into and do 'adb push busybox /tmp'
5. "adb shell cat /proc/partitions | grep mmcblk0p19", it should return a single line confirming that mmcblk0p19 exists
6. "adb shell chmod 755 /tmp/busybox"
7. "adb shell /tmp/busybox mkfs.vfat /dev/block/mmcblk0p19"
that should work, all thanks to unaszplodrmann (he explained it to me)
2. unzip it a folder on your pc
3. boot into recovery
4. then open a cmd terminal, switch to the folder you extracted busybox into and do 'adb push busybox /tmp'
5. "adb shell cat /proc/partitions | grep mmcblk0p19", it should return a single line confirming that mmcblk0p19 exists
6. "adb shell chmod 755 /tmp/busybox"
7. "adb shell /tmp/busybox mkfs.vfat /dev/block/mmcblk0p19"
that should work, all thanks to unaszplodrmann (he explained it to me)
#58
Posted 04 March 2013 - 09:03 PM
Thanks
I'll try to do it tomorrow.
#59
Posted 04 March 2013 - 09:07 PM
Curlie, on 04 March 2013 - 08:57 PM, said:
1. http://db.tt/aARbPfGr
2. unzip it a folder on your pc
3. boot into recovery
4. then open a cmd terminal, switch to the folder you extracted busybox into and do 'adb push busybox /tmp'
5. "adb shell cat /proc/partitions | grep mmcblk0p19", it should return a single line confirming that mmcblk0p19 exists
6. "adb shell chmod 755 /tmp/busybox"
7. "adb shell /tmp/busybox mkfs.vfat /dev/block/mmcblk0p19"
that should work, all thanks to unaszplodrmann (he explained it to me)
2. unzip it a folder on your pc
3. boot into recovery
4. then open a cmd terminal, switch to the folder you extracted busybox into and do 'adb push busybox /tmp'
5. "adb shell cat /proc/partitions | grep mmcblk0p19", it should return a single line confirming that mmcblk0p19 exists
6. "adb shell chmod 755 /tmp/busybox"
7. "adb shell /tmp/busybox mkfs.vfat /dev/block/mmcblk0p19"
that should work, all thanks to unaszplodrmann (he explained it to me)
#60
Posted 07 March 2013 - 11:39 PM
Curlie, on 04 March 2013 - 08:57 PM, said:
1. http://db.tt/aARbPfGr
2. unzip it a folder on your pc
3. boot into recovery
4. then open a cmd terminal, switch to the folder you extracted busybox into and do 'adb push busybox /tmp'
5. "adb shell cat /proc/partitions | grep mmcblk0p19", it should return a single line confirming that mmcblk0p19 exists
6. "adb shell chmod 755 /tmp/busybox"
7. "adb shell /tmp/busybox mkfs.vfat /dev/block/mmcblk0p19"
that should work, all thanks to unaszplodrmann (he explained it to me)
2. unzip it a folder on your pc
3. boot into recovery
4. then open a cmd terminal, switch to the folder you extracted busybox into and do 'adb push busybox /tmp'
5. "adb shell cat /proc/partitions | grep mmcblk0p19", it should return a single line confirming that mmcblk0p19 exists
6. "adb shell chmod 755 /tmp/busybox"
7. "adb shell /tmp/busybox mkfs.vfat /dev/block/mmcblk0p19"
that should work, all thanks to unaszplodrmann (he explained it to me)
I was once a noob like you.... until i bricked my G300. ^_^
If i helped you or you just like my topic/post ,give me some rep with the green button
If i helped you or you just like my topic/post ,give me some rep with the green button
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users







Sign In
Create Account

Back to top









