[DEV][ROM] Ubuntu Phone - HTC Desire C

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
In first, this first release of ubuntu phone is for dev only! we have problem with the generic part of ubuntu... i will explain later in thread
Click to expand...
Click to collapse
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*
* Submitting bug reports on nightly builds is the leading
* cause of male impotence.
*/
i build ubuntu from source for the golfu if you dont no, ubuntu phone need two file for the install... the specific file for the device (this part is build with the ubuntu source and the device and kernel tree) and the generic file (this file it same for all device)
i made all the change in the kernel and device tree for support ubuntu and it is on my github! But for now the problem we have is with the generic file... The specefic file installed with no error, but the generic file say it installed but when you reboot its dont boot, its only the cyanogen boot logo at screen and make bootloops, so we see the generic part is dont installed...
i making many test, i tested install the generic part over cm10.1 and i see no files who report ubuntu soo i concluded the file is will not install even if it shows to be installed correctly i search a fix for that but i think the help of some devs can help
Bugs:
Dont boot for now.. Soo install it only for test
Files:
-Golfu specific part: golfu part
-Generic part: saucy-preinstalled-phablet-armhf.zip
Instruction:
1- Wipe all data/cache
2- Install Golfu part
3- install Generic part
4- Reboot in bootloader
5- Flash boot with fastboot
Github:
Device tree: for811 github
Kernel tree: for811 github
Credits

U beat me to it . Good job I'll try installing and give you logcats?
Sent from my HTC Desire C using xda premium

Shad0wPanda said:
U beat me to it . Good job I'll try installing and give you logcats?
Sent from my HTC Desire C using xda premium
Click to expand...
Click to collapse
adb dont work and if you read the description, i say it dont boot we need to fix the generic part

for811 said:
adb dont work and if you read the description, i say it dont boot we need to fix the generic part
Click to expand...
Click to collapse
I mean a logcat of boot
Sent from my HTC Desire C using xda premium

Shad0wPanda said:
I mean a logcat of boot
Sent from my HTC Desire C using xda premium
Click to expand...
Click to collapse
i know but adb dont work so you can't take logcat but i make new build with adb work

for811 said:
i know but adb dont work so you can't take logcat but i make new build with adb work
Click to expand...
Click to collapse
Ah ok
Sent from my HTC Desire C using xda premium

If the generic file is the same for all devices so why its not working for desire c ??
Did you try to port it or this ROM must be built from sources ?

Wonderful achievement for811...
Keep it up
Sent from my HTC Desire C using xda app-developers app

It really baffles me, Why you release a ROM that doesn't boot? :s " Here you go guys have a fantastic rom that youve all been waiting for with all these cool feautures, oh bummer, it doesn't actually boot! Just please for811, keep it a wip but only release if your gonna have a working build! i think most members will agree with this..

penguin449 said:
It really baffles me, Why you release a ROM that doesn't boot? :s " Here you go guys have a fantastic rom that youve all been waiting for with all these cool feautures, oh bummer, it doesn't actually boot! Just please for811, keep it a wip but only release if your gonna have a working build! i think most members will agree with this..
Click to expand...
Click to collapse
if i work alone, i take long time, and if i work with some devs it take very less of time! soo yess i can work alone but you probably wait very more time for have this rom its change nothing in your live to have another thread in xda I do not insult anyone by saying this, it's only what I think: P

webhijacker said:
If the generic file is the same for all devices so why its not working for desire c ??
Did you try to port it or this ROM must be built from sources ?
Click to expand...
Click to collapse
its is build from source and i dont no :s

Well put for811
Sent from my HTC Desire C using xda app-developers app

someone like to make some test for me??

Yes Sir XD Blackburn at your service!
@for811

Shad0wPanda said:
Yes Sir XD Blackburn at your service!
@for811
Click to expand...
Click to collapse
loll test it if you want:
1-make wipe all data
2-install golfu part (first post) and dont reboot
3-install generic part (first post) and dont reboot
4-install this file: download
5-reboot in bootloader and flash kernel
if the golfu part wont install, remove this line is updater-script:
line 126: set_perm(0, 0, 0777, "/tmp/backuptool.sh");
line 127: set_perm(0, 0, 0644, "/tmp/backuptool.functions");
line 132: set_perm(0, 0, 0777, "/tmp/modelid_cfg.sh");

for811 said:
loll test it if you want:
1-make wipe all data
2-install golfu part (first post) and dont reboot
3-install generic part (first post) and dont reboot
4-install this file: download
5-reboot in bootloader and flash kernel
if the golfu part wont install, remove this line is updater-script:
line 126: set_perm(0, 0, 0777, "/tmp/backuptool.sh");
line 127: set_perm(0, 0, 0644, "/tmp/backuptool.functions");
line 132: set_perm(0, 0, 0777, "/tmp/modelid_cfg.sh");
Click to expand...
Click to collapse
Yes Sir :highfive:

This won't work. We need a bigger /data partition. Even if we modify the generic part to extract the ubuntu rootfs tarbal from the zip to sd card and then extract it to the /data partition, it won't fit. Golfu's /data is 975MB and we need like 1,1GB for it. I recommend you using an sd-ext for this

patrik.KT said:
This won't work. We need a bigger /data partition. Even if we modify the generic part to extract the ubuntu rootfs tarbal from the zip to sd card and then extract it to the /data partition, it won't fit. Golfu's /data is 975MB and we need like 1,1GB for it. I recommend you using an sd-ext for this
Click to expand...
Click to collapse
As for811 is offline would you be able to instruct me on implementing this

patrik.KT said:
This won't work. We need a bigger /data partition. Even if we modify the generic part to extract the ubuntu rootfs tarbal from the zip to sd card and then extract it to the /data partition, it won't fit. Golfu's /data is 975MB and we need like 1,1GB for it. I recommend you using an sd-ext for this
Click to expand...
Click to collapse
it is what I thought but prefer have very stuck ubuntu, no sd-ext soo do you know how change the partition size in the source code? but for the moment i will try add sd-ext thanks for the fix!

@patrik.KT do you can explain to me how you use that? i never try this :s just format the sd-card with two partition, one fat and one other ext2 and install the rom? or transfer myself the data file on sd-card?

Related

[ROM][GT-P31XX][4.0.4] CyanogenMod 9 official nightly builds

CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.0 (ICS), which is designed to increase performance and reliability over stock Android for your device.
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*
* Submitting bug reports on nightly builds is the leading
* cause of male impotence.
*/
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
KNOWN ISSUES
Click to expand...
Click to collapse
http://wiki.teamhacksung.org
INSTRUCTIONS
Click to expand...
Click to collapse
First time installing CyanogenMod 9 to your Galaxy Tab 2, or coming from another ROM:
- Make sure you're running a proper working ClockworkMod-Recovery
- Copy GApps and CM9 ZIPs to your internal SDCard
- Boot into Recovery
- Flash CM9 zip from internal SDCard
- Flash GApps zip from internal SDCard
- DO A DATA WIPE / FACTORY RESET
- Reboot
- Don't restore Apps using Titanium Backup!
Upgrading from earlier version of CyanogenMod 9:
- Copy CM9 ZIP to your internal SDCard
- Boot into Recovery
- Flash CM9 zip from internal SDCard
- Reboot
DOWNLOADS
Click to expand...
Click to collapse
p3100: http://get.cm/?device=p3100
p3110: http://get.cm/?device=p3110
p3113: http://get.cm/?device=p3113
Google Apps:
Get the latest Version from Rom-Manager.
Newer, unsupported versions can be found at http://goo.im/gapps
CHANGELOG
Click to expand...
Click to collapse
http://changelog.bbqdroid.org/#p3100/cm9/next
TEAMHACKSUNG SUPPORT CHAT
Click to expand...
Click to collapse
Webchat: http://webchat.freenode.net/?channels=teamhacksung-support
Server: chat.freenode.net
Channel: #teamhacksung-support
Don't expect any support if you:
- are not running stock cm-kernel
- have installed any mods
- have modified system files
DEAR KANGERS
Click to expand...
Click to collapse
If you're going to reuse our work, which we're doing for free, be fair and give proper credits.
This is the only payment we're really demanding and we deserve it to be mentioned because of the countless hours we've put into this project.
Open-Source doesn't meant Out-of-Respect!!!
SCREENSHOTS
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
SUPPORT US
Click to expand...
Click to collapse
If you want to donate a few bucks for the work we're doing in our freetime, goto teamhacksung website and hit the big donate button.
Thanks to all donators!
hello
I would be interested by this rom for my 3100.
I 've yet to find any rom for 3100 because all the other do not take into account the sim card.
but I familiarized aiaucune in programing, I know just to flash the rom, pass by odin etc ....
codeworkx said:
No, there's nothing to download yet.
Just looking for someone who might help testing CM9 to make sure everything is fine. P3100 would be the best to work on.
If you're interested in testing, are having good ADB skillz and knowledge, lemme know here.
Click to expand...
Click to collapse
Good to see you here.
I don't have P3100, but have got P3110.
I am not an accomplished ADB user, but am fully able to follow clearly given instructions. I have used adb on several android devices.
If I can be of any use to test out things, let me know.
Cheers.
I have a 3113 but I'd still be willing to test.
I am good with ADB and the like.
I have a P3113 and adequate ADB skills. I would be willing to test anything you put out.
Sent from my Galaxy Nexus using XDA
P3100 I Have
Hi
I Have GT-P3100 and Good with Adb skills will really wanna test it out... CM9 (cid) is what i dream for
codeworkx said:
No, there's nothing to download yet.
Just looking for someone who might help testing CM9 to make sure everything is fine. P3100 would be the best to work on.
If you're interested in testing, are having good ADB skillz and knowledge, lemme know here.
Click to expand...
Click to collapse
3113 but I'd be happy to test or help in any way. I have some knowledge and stuffs.
K quick question
is this for compiling a full cm9
p-3113 puff, puff, puff, just send'n smoke signal's
codeworkx said:
No, there's nothing to download yet.
Just looking for someone who might help testing CM9 to make sure everything is fine. P3100 would be the best to work on.
If you're interested in testing, are having good ADB skillz and knowledge, lemme know here.
Click to expand...
Click to collapse
31Hey buddy,
Finally someone is working on a custom rom for P3100. I have a P3100 abd would like to test your rom.
Thanx
I have a P3110
I would like to try this, please~
I just have some knowledge about this and have rich experience about testing bcos I made a lot of custom roms for me~
thx~~
Exciting news.
Unfortunately i only have a 3110, otherwise i would have loved to help.
Best of luck with the Rom, I am guessing we have a chance of it becoming an officially supported device now.
Anybody tried this on p3100 ??
Sent from my GT-P3100 using Tapatalk 2
Did not work on P3113, failed to boot past splash logo. Getting adb up now so I can post some information.
Also had to change some of the assert info in Updater Script to be able to even install it (Basically removed most of it and set it so that if the device == espressowifi, go ahead and install).
miketoasty said:
Did not work on P3113, failed to boot past splash logo. Getting adb up now so I can post some information.
Also had to change some of the assert info in Updater Script to be able to even install it (Basically removed most of it and set it so that if the device == espressowifi, go ahead and install).
Click to expand...
Click to collapse
Use the correct Recovery: http://forum.xda-developers.com/showthread.php?p=27812563
Okay have flashed on P3100 as of now working very smooth. Some transition effects lags but its okay. I am already loving it. More updates when i explore all the features. I have the cyanogen mod on the latest ICS v4.0.4. Rocking.
Nice work codeworkx. If any future updates and testing please do write me will be happy to test it for you.
Now time to check if the apps working fine.
I take that hardware acceleration is not implemented yet?
I successfully flashed to my 3113. Awesome and super smooth so far. What would be the best kernel to flash with this?
Sent from my GT-P3113 using XDA
I apologize codexx guess everyone else is working fine. I will re download on a reliable connection later and retry. Glad to see everyone have success!
Sent from my Galaxy Nexus using XDA
zyo said:
I take that hardware acceleration is not implemented yet?
Click to expand...
Click to collapse
This is a completely different build than what xoomdev put out.
Sent from my Galaxy Nexus using XDA
miketoasty said:
This is a completely different build than what xoomdev put out.
Sent from my Galaxy Nexus using XDA
Click to expand...
Click to collapse
And Google Chrome works! No more FC due to no hardware acceleration.
Edit: None of the other kernels I've used before seem to work with this. So a proper warning to those who will try. Guess no OC for now.

[ROM][4.1.2][WEEKLY] Official CyanogenMod 10 for HTC Holiday (Vivid/Raider/Velocity)

CyanogenMod 10 is a free, community built distribution of Android 4.1.2 (Jelly Bean) which greatly extends the capabilities of your phone. ​
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
This is the official Weekly Build of CM10 for the HTC Holiday (Vivid 4G/Velocity/Raider).
Installation Instructions
Go to http://get.cm/?device=holiday and download the latest weekly.
Locate Gapps via a quick Google search.
Fully wipe your device from Recovery if you are not coming from CM10 already.
Reboot into recovery and install.
Remember, if you are S-On, you will have to take the boot.img out of the cm.zip and flash it manually via fastboot. If you flash this and your phone just reboots, you are most likely S-On and need to perform that procedure.
Changelog
You can find the latest Changelog here
Github
Huge thanks:
synergye, IOmonster & mg2195 - For getting the Holiday to where it was.
intervigil - Helping me understand 8660 differences from 8960.
homeslice - Helping out while I've been unavailable.
Issues:
HW video playback may have artifacts or other issues. Turn on Force GPU Rendering in Developer Options to fix.
How to use MTP to mount internal and external storage simultaneously:
Go to Settings
Go to Storage
Press Menu key
Choose "USB Connection Type"
Choose "Media device (MTP)"
* Windows will mount this automatically.
* Linux is a little tricky, but not too difficult, see the following:
Edit /etc/udev/rules.d/51-android.rules to include these lines for adb and mtp:
SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", MODE="0666", GROUP="plugdev"
SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
install gmtp; for debian/ubuntu type: sudo apt-get install gmtp
open gmtp and hit the connect button (be patient)
Click to expand...
Click to collapse
Report all issues to the Issues List here. Don't create duplicate issues, just star the issue if you can reproduce as well.
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Thanks can't wait till its done
Sent from my HTC PH39100 using xda app-developers app
Thanks heaps to h8rift and MG and anyone else involved \o/
Sent from my rooted, S-Off HTC Vivid 4G
running Pegasus 2.5.0a ICS 4.0.3
using XDA Premium app \o/
possible stupid question but with everything looking to be full throttle is triple buffering working?
Yay! Ill be stalking this one.
Gonna flash this and use for a few days. I will miss Bluetooth with my jambox. Camera I can live without.
Using the roger version phone on telus.
I'll report anything unusual after following the forum.
Unsuported device in market?
And WiFi doesn't show. Tho I got into it by long pressing In taskbar quick settings.
Sent from my HTC PH39100 using Tapatalk 2
Nice
sent from my HTC Vivid
I'll be trying it out on my Telstra HTC Velocity once I get home. Great work guys
EDIT: Wifi doesnt work so ill try and do factory reset and flash to see if that fixes it.
Nope. Didnt work! Bugger
Spectrejester said:
I'll be trying it out on my Telstra HTC Velocity once I get home. Great work guys
EDIT: Wifi doesnt work so ill try and do factory reset and flash to see if that fixes it.
Nope. Didnt work! Bugger
Click to expand...
Click to collapse
did you flash the kernel correctly?
So far its awesome on Telstra Velocity \o/
Facebook has been fixed I'm a Facebook whore so that's good
the speaker seems a bit crackly and cuts out when a notification is received.
Awesome work guys!!! This will be my daily for awhile
Can't wait to see BT fixed
Sent from my rooted Xoom MZ601
running CM10 JellyBean 4.1.2
using XDA Premium app \o/
ZeRo2o9 said:
did you flash the kernel correctly?
Click to expand...
Click to collapse
Not sure if this is 'Spectrejester's' problem, but I also had no wifi like 'sadoway' showed a few posts up. I did not see his fix in time before I flashed back to the other rom so I could not test if it worked for me (long press the notification window's quick settings?). And im near certain the boot img flashed (s-off). Never had a problem on any of his earlier builds...
I think mic does work now for AT&T phones but it is indeed sooo quiet you would have to scream at top of your lungs to get them to hear you. But, its definitively a start . Awesome work like usual.
theslam08 said:
Not sure if this is 'Spectrejester's' problem, but I also had no wifi like 'sadoway' showed a few posts up. I did not see his fix in time before I flashed back to the other rom so I could not test if it worked for me (long press the notification window's quick settings?). And im near certain the boot img flashed (s-off). Never had a problem on any of his earlier builds...
I think mic does work now for AT&T phones but it is indeed sooo quiet you would have to scream at top of your lungs to get them to hear you. But, its definitively a start . Awesome work like usual.
Click to expand...
Click to collapse
yea I know I am excited to run this ROM once the mic is fixed. I dont regret getting another htc as much anymore lol
Frkkn cool ............
Yeah I usually get $500 Christmas cash every year and I've been checking the nexus site constantly hoping the wait for the 4 would reduce but yesterday enlight of the news I was looking at new accessories for this phone instead! Very exciting. I'll wait till everything works to flash, but it does give us new hope
Sent from my HTC PH39100 using Tapatalk 2
I can't get this to sync. After the "git clone git://github.com/mg2195/local_manifest.git" from the original tree, I can't modify local_manifest.xml or I get repo sync errors:
Code:
error: Cannot remove project ".repo": uncommitted changes are present
commit changes, then run sync again
How do I "un-clone" a "git clone" operation to remove it from version control?
Gene Poole said:
I can't get this to sync. After the "git clone git://github.com/mg2195/local_manifest.git" from the original tree, I can't modify local_manifest.xml or I get repo sync errors:
Code:
error: Cannot remove project ".repo": uncommitted changes are present
commit changes, then run sync again
How do I "un-clone" a "git clone" operation to remove it from version control?
Click to expand...
Click to collapse
Yeah...story about that...that was bad instructions in my part (didn't work the way I imagined in my head)
Anyways, delete everything in the repo folder EXCEPT the projects folder. Again do not delete the projects folder...delete everything except the projects folder. Run the repo init again and you should be good. (Since the project folder is still there you won't have to redownload everything)
You could also CD into the .repo folder and run a git reset...
Oh yeah and if anyone's wondering I requested the other thread closed to avoid confusion...
Sent from my SGH-I997 using Tapatalk 2
Gene Poole said:
I can't get this to sync. After the "git clone git://github.com/mg2195/local_manifest.git" from the original tree, I can't modify local_manifest.xml or I get repo sync errors:
Code:
error: Cannot remove project ".repo": uncommitted changes are present
commit changes, then run sync again
How do I "un-clone" a "git clone" operation to remove it from version control?
Click to expand...
Click to collapse
cd ./.repo
git reset --hard
or you can just stash the changes (git stash)
then, instead of cloning, just create the local_manifest.xml manually
Edit: ninja'd by mg
ZeRo2o9 said:
did you flash the kernel correctly?
Click to expand...
Click to collapse
Ummm yeah. Don't I feel like an idiot now!. WiFi is working perfect now. Thanks
Sent from my GT-I9100 using xda premium

[OffBeat] Untitled Engine | Xperia Only

Performance Boost || No Lag || Better Sound​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I know, your gonna say, "You already had a thread for Supremacy Script, why make a new one?". Well, people with all sorts of devices use that script and they should as its made for all sorts of devices, but this is strictly for Xperia devices, so if the rest were to flash this, it would lead to a non-booting stage , as this contains libs specific to Xperia devices. So to avoid that I present to you the, Untitled Engine. Does it have to have a proper name? XD. And in case something goes wrong or your not happy with this, your backup is stored in /sdcard/Untitled_E/backup. Enjoy the new libs from the Xperia T JB firmware, thanks to doomlord for the firmware and xda for knowledge on libs.
Features::
Kernel Tweaks
Auto free ram
Network tweaks / baseband
Data read speed increased
Increased cache size for faster app loading
Cache wipe on every boot
Sysctl tweaks
Deep sleep added
Smoother overall performance
Loopy smoothness tweak
Xperia T libs (GL)(JB)
Xperia S modified adreno libs
Battery boost
Zipalign on boot
SQ lib optimize on boot
New EGL libs
Xperia V sound libs
Xperia T\X sound libs
Click to expand...
Click to collapse
Supported:
-All ICS ROMs
-Untested on GB
-Untested on JB
Thanks to:
-lpy (loopy smoothness tweak)
-mv_style (base tweaks / mp)
-LENAROX (some kernel tweak / mp)
-iONEX (some script)
-Doomlord (xperia t jb firmware)
-emwno
-XDA for knowledge
Click to expand...
Click to collapse
cool
The Installation doesn't work normal... check the other posts by me...
I was just about to install the Supremacy script, but i saw this post, so im gonna give it a try ) Thanks for the work you put in and may the dev god bless you! :highfive::highfive:
PS: Rolling on Xperia Arc S 057 Rooted + stock rom + only Adreno Libs installed. Will report again after flashing it.
Update: Works like a charm, no problems, Cant compare to the Supremacy Script tho.
does it work along with seeder?
work assome on my arc with miui based on stock ics and on serene kernel v1.26 , bb83
i can see beter grafic and sound and assome preformace
Giving it a try
Right after I charged my phone
untitled engine is already a cool name my friend..giving a mysterious feel to it
trying on gb
Hi, i tried on x-gamer Gb rom,when flash it it take 1s, no error msg or finish msg just opening,intalling and that s all so i dont know if it has been correctly flashed or no and if it has effects or no
But thx anyway
Sent from my LT15i using xda app-developers app
AW: [OffBeat] Untitled Engine | Xperia Only
Or,
Project Butter tweak...
Testing on JB
Report later
The Updater Script has wrong mount ding.. it can't do anything, so thats why its done in 1 second.
Flashing 2 Times will work.
For the PC its like:
-----------------------------
copying... // can't work, not mounted
mounting... // now its mounted
done... // you'll see install complete
---------------
because its not yet mounted, it won't do anything.
but because there is no unmount command, /system stays mounted.. now..
--------------
copying... // system is still mounted
mounting.. // already mounted, won't do aynthing
finished // now it takes a few seconds & its fine..
-----------------
n1kolaa said:
work assome on my arc with miui based on stock ics and on serene kernel v1.26 , bb83
i can see beter grafic and sound and assome preformace
Click to expand...
Click to collapse
Placebo
Testing in JB. Will report in this post. Will add to the powerpack soon. Thanks again ewmno, this things are the best improvements for our device...
EDIT: I cannot see any difference in JB... how could I know if it is installed or not ewmno?
done flashing 2 times but i think nothing happens on gb stock
IceThor said:
done flashing 2 times but i think nothing happens on gb stock
Click to expand...
Click to collapse
jader13254 said:
The Updater Script has wrong mount ding.. it can't do anything, so thats why its done in 1 second.
Click to expand...
Click to collapse
the mount command is alright, nothing wrong with it. correct me if i misuderstood.
Code:
mount("yaffs2", "MTD", "system", "/system");
emwno said:
the mount command is alright, nothing wrong with it. correct me if i misuderstood.
Code:
mount("yaffs2", "MTD", "system", "/system");
Click to expand...
Click to collapse
Code:
mount("yaffs2", "MTD", "system", "/system");
package_extract_file("build.sh", "/tmp/build.sh");
set_perm(0, 0, 0777, "/tmp/build.sh");
run_program("/tmp/build.sh");
package_extract_dir("system", "/system");
set_perm(0, 0, 0777, "/system/etc/init.d/");
set_perm(0, 0, 0755, "/system/xbin/MPEngine8");
set_perm(0, 0, 0777, "/system/etc/init.d/99ue");
set_perm(0, 0, 0777, "/system/etc/adreno_config");
set_perm(0, 0, 0777, "/system/etc/init.d/97zipalign");
set_perm(0, 0, 0777, "/system/etc/init.d/06lpy");
set_perm(0, 0, 0777, "/system/etc/init.d/93battery");
set_perm(0, 0, 0777, "/system/etc/init.d/98sqlite");
set_perm(0, 0, 0777, "/system/etc/init.d/04system_tweak");
unmount("/system");
I think it is allright...
1. mount system
2. extract system
3. permissions system
4. unmount system
like always uh??
EDIT. But something must be wrong... It is flashed very very quickly... it isn't normal
emwno
what is better for gb ray? supremacy trilogy or this or it can combine together sorry for bad english
emwno said:
the mount command is alright, nothing wrong with it. correct me if i misuderstood.
Code:
mount("yaffs2", "MTD", "system", "/system");
Click to expand...
Click to collapse
lol. don't ask me... It didn't work
the second flash did, and in mounts option system still was mounted
pls add credit for LENAROX
IceThor said:
emwno
what is better for gb ray? supremacy trilogy or this or it can combine together sorry for bad english
Click to expand...
Click to collapse
thats for you to decide, i dont know if these new libs will work properly on gb, which is why i cant recommend. I think you should go supremacy, unless you wanna test this on gb
luiseteyo said:
EDIT. But something must be wrong... It is flashed very very quickly... it isn't normal
Click to expand...
Click to collapse
check /system/init.d and your sdcard for a Untitled_E folder. thats where your backups are kept.
jader13254 said:
lol. don't ask me... It didn't work
the second flash did, and in mounts option system still was mounted
pls add credit for LENAROX
Click to expand...
Click to collapse
i guess ill change the commands to /sbin/mount later on, to avoid this. and done.
Will this work on js7.4 with suave kernel v6 by shardul or no need to flash?
::..[ Pandemic Quote: Face Your Insanity !! Sent From My Neo V or Full Powered Xperia P With Dualcore !!

[ROM][WIP][Z][Yuga][Fixed] Ubuntu-Touch *Updated*

Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
REMEMBER : THIS ARE ONLY IN DEVELOPMENT PREVIEW RELEASE SO IT IS NOT AS EVERYDAY USE
AND I DONT RECOMMAND IT TO BE AS DAILY USE IT IS HIGHLY UNSTABLE AND MOST OF THE FEATURES DONT WORK AS INTENDED
No Idea What Is Ubuntu-Touch - > http://www.ubuntu.com/phone
Code:
Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
GitHub Branch : phalet-saucy
https://github.com/ikillcypher/android_device_sony_yuga
https://github.com/ikillcypher/android_kernel_sony_apq8064
Code:
What You Need
1) Xerpia Z C6603 LTE Version No Idea About C6602 Or Others
2) Bootloader Unlocked With Root Access
3) CWM Installed Or Flash Via Yuga Zip - > boot.img -> fastboot bootimg etc
4) Downloaded : saucy-preinstalled-touch-armhf.zip from http://cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/current/
5) Bank Account Just Kidding..
Code:
How To Install Newbie Friendly
1) Bootloader is Unlocked ?! Check ?
2) Have CWM Or Flash It From Yuga.Zip -> fastboot boot.img Check ?
3) Copy The rules,yuga.zip and the zip you downloaded into your sdcard
4) Boot Into CWM - > Install SDCard - > Flash Yuga.ZIP FIRST !!!
5) Flash The Zip You Downloaded From http://cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/current/
6) Done Flashing Yuga.Zip And saucy-preinstalled-touch-armhf.zip
7) Remember The Rules Files ?
using your terminal from your linux Im Using Ubuntu 13.04 -> adb shell
you should get ~#
cd sdcard - > ~# cd sdcard
~# ls - > should list out everything on sdcard
now cp 70-yuga.rules /data/ubuntu/usr/lib/lxc-android-config/
clear cache
reboot see if it works..
if you dont do this you would get a blackscreen and dont blame me for it..
Code:
How To Get Wifi Working
go to your terminal from your linux Im Using Ubuntu 13.04
adb shell
~# android-chroot
~# insmod /system/lib/modules/wlan.ko
WiFi Should Work the security key is broken so dont expect it work with pass key try a unsecured wifi.. (NOT RECOMMANDED)
Code:
What Working ~
Touchscreen
ADB
Rotation
Apps
Charging
Touchscreen
Whats Not ~
Radio
SMS/MMS
Camera
Sound
Video
Code:
Downloads
Yuga : https://mega.co.nz/#!Ag5DQIaQ!YKq9aGKpSFzyRln7YU_TSS5czBkBG78Mr3Szc293dmQ
Rules : http://www.sendspace.com/file/6m1tv3
Code:
Credits
Ubuntu-Touch Development Team
FreeXperia Development Team
CyanogenMod Development Team
Thanks : mamenyaka
Not Forgetting : Sony Awesome Phone -> Greetings Sony <3
Have Fun
iKillCypher Aka Zain
Boom! First to say thank you!
Can't wait to get it onto my Z =D
AWESOME!!!
Looking forward to this release, and then let the development begin!
Wonderfull!!!!!
Wow! Great work
Oh yeah.. But so far a read Ubuntu don't even have any app.
Sent from my C6602 using xda premium
Can't wait:thumbup:
Sent from my Amazon Kindle Fire HD using xda app-developers app
Wrong section.
Wysłane z mojego C6603 za pomocą Tapatalk 4
Upy3r said:
Oh yeah.. But so far a read Ubuntu don't even have any app.
Sent from my C6602 using xda premium
Click to expand...
Click to collapse
i am going to use it at least for a week if gsm and data is working:highfive:
Yeeesssss massive ups for this =]
There's a couple of things available for it
http://www.xda-developers.com/andro...icial-xda-app-now-available-for-ubuntu-touch/
Nice one. What are the bugs?
Sent from my Sony Xperia Z using XDA Premium HD
Thread Updated
xZain69 said:
Thread Updated
Click to expand...
Click to collapse
Nice. Maybe in going being but I can't see the part with the bugs, if any...
I have a unlocked Bl phone but am no where near a PC can I flash this and the boot.img will install correctly. I have Cwm
Sent from my Sony Xperia Z using XDA Premium HD
Mod Edit...
AS FOR THE BUGS IT LOOKS FINE JUST THAT SOME RANDOM REBOOTS BUT I THINK IT SHOULD BE FIXED IN THEIR DAILY BUILDS AND UPDATE OUR DEVICE ISNT MUCH DIFFERENT FROM NEXUS 4
http://cdimages.ubuntu.com/ubuntu-t...nstalled/current/saucy-preinstalled.changelog
And
https://docs.google.com/spreadsheet/ccc?key=0ArLs7UPtu-hJdDZDNWliMmV1YUJ3Zk1pQlpDdGp4VFE#gid=0
Have Fun Guys
xZain69 said:
AS FOR THE BUGS IT LOOKS FINE JUST THAT SOME RANDOM REBOOTS BUT I THINK IT SHOULD BE FIXED IN THEIR DAILY BUILDS AND UPDATE OUR DEVICE ISNT MUCH DIFFERENT FROM NEXUS 4
http://cdimages.ubuntu.com/ubuntu-t...nstalled/current/saucy-preinstalled.changelog
And
https://docs.google.com/spreadsheet/ccc?key=0ArLs7UPtu-hJdDZDNWliMmV1YUJ3Zk1pQlpDdGp4VFE#gid=0
Have Fun Guys
Click to expand...
Click to collapse
Thanks... P.s don't ask for money indirectly. If people wish to donate they will...
Sent from my Sony Xperia Z using XDA Premium HD
Amazing! Can't believe you did this! Now're we only waiting for a stable daily Ubuntu Touch!
Sent from my C6603 using Tapatalk 4
OP you have a donation button...no need to ask and BTW it is outlined>>>>Here. Thanks.
Not working, black screen
After the cp 70-yuga.rules /data/ubuntu/usr/lib/lxc-android-config/, I get this error:
cp: cannot create regular file ‘/data/ubuntu/usr/lib/lxc-android-config/’: No such file or directory
All i got is black screen... no Ubuntu Touch.
What to do now, Mr. Bank Account?
koccanos said:
What to do now, Mr. Bank Account?
Click to expand...
Click to collapse
Lol. Damn he's got his rep now.
Sent from my Sony Xperia Z using XDA Premium HD

[script][tool][windows][4.4]convert any rom to full f2fs

This is a Windows Batch Script/Tool to make any 4.4 based ROM to full F2FS compatibility !! This tool can convert any existing ROM from ext4 to Full F2FS Compatibility in a few clicks !! All tools necessary for conversion included in the batch file itself !!
Basic Info
What is F2FS?
F2FS (Flash-Friendly File System) is a flash file system created by Kim Jaegeuk at Samsung for the Linux operating system kernel. The motive for F2FS was to build a file system that from the start takes into account the characteristics of NAND flash memory-based storage devices (such as solid-state disks, eMMC, and SD cards), which are widely used in computer systems ranging from mobile devices to servers.
What is All-F2FS?
We used F2FS only for /data. It was simply because we have only to flash a compatible Kernel and Format /data partition. With All-F2FS we use F2FS for all partitions and we need a compatible ROM
DISCLAIMER
Code:
*I am Not responsible for any bricked devices,SD cards or thermonuclear attacks.
*Please do some research about what you are doing before you use the tool.
*YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you. Hard. A lot.
Current Device Compatibility
Code:
1. Nexus 4 ( Mako )
2. Nexus 7 2012 Edition ( Grouper)
3.Nexus 5 Hammerhead
Prerequisites
Code:
1. A Mako
2. Any 4.4 based ROM with [B][U]busybox [/U][/B]installed
3. Proper F2FS Compatible Recovery and Partition Zip from
[url]http://forum.xda-developers.com/nexus-4/orig-development/recovery-rom-kernel-f2fs-05-04-14-t2706825[/url]
4. Any Windows version and my batch script
Features
Code:
1. One Click F2FS Conversion Process
2. All tools included in the Zip file itself
3. Changes only the relevant parts of your updater-script keeping the rest unmodified
4. Compatible boot.img included in the ROM itself
5. Now Scripts are Device Specific
6. Error conditions at many places so a noob cant go wrong
***Special note for Stock ROM users***
Code:
The script requires busybox and since stock roms dont have busybox the repacked ROM wont boot up.
In such a case the best option is try out any other AOSP based ROM
Instructions
Code:
[LIST=1]
[*] Unpack the Zip file you downloaded from Link Below to a folder named F2FSROMConvetor (Dont Mess with the name).
[*] Take Care that the path you extract my Zip for eg in my case "C:\Users\Nabendu\Desktop\F2FSROMConvetor"
does not contain any blank spaces in between or else the script will not work as intended.
[*] Run F2FS Convertor.bat
[*] Select your device
[*] Place the Zip in the Extract /Input directory when prompted
[*] The script will Unpack your ROM
[*] Select option 11 for AOSP,12 for CM, 13 for com.android FC 14 for Any Other
[*] Repack your ROM
[*] A black window will open showing the Repacking progress. Dont close my Blue Window anytime during it the repacking process.
After 100% repacking is done the Black Window will close automatically and you can now press any key to Continue
[*] Check NEW F2FS ROM directory for the Repacked ROM
[*] Flash and Enjoy
[*] Cleanup the working directory cleanup.bat (Cleans everything including original input ROM.Only a copy of the Output ROM is maintained)
[/LIST]
***FAQ's***
Q. I get errors compiling the ROM on my XYZ Windows Version?
A. Read through my steps once again especially point 1 & 2. Hopefully u can get it to work.
If you think you are doing everything correctly post it on the thread and Ill try to reply within 24Hrs.
Q. I want to do it on Linux !! Why you no create bash scripts ?
A. Im not good at bash scripting !! Also dont own a Linux Distro so cant help you guys !! But look here @jolinnard has a script for Linux users
https://github.com/figue/f2fs-scripts/blob/master/convert_ROM_to_f2fs.sh and make necessary changes for Hammerhead updater script if any
Q. I can do the same with the Convert to F2FS apk on the Playstore ?
A. Sure you can. Converting on mobile is easier also. But only reservation is that it is paid.Not everyone can afford it.
Also time permitting Ill create a Android Terminal Script based on jolinnards script for Linux.
Q. Do you think I can convert it myself ?
A. Yes its just clicks . Read my steps and do it you wont go wrong.
Download Links
V1.1 NEWEST !!
1) https://mega.co.nz/#!s4FkiIpA!O60y6xAFeOme13tCOn96QqV0tAqVAftVdBufEueXPrA
2) https://drive.google.com/file/d/0ByrfJAT1lgDFOTBhZFdsc3N2cjg/edit?usp=sharing
V1:
1) English
2) German (Thanks to @mikaole)
Changelog
Code:
V1.1 : Now script is device specific ( So this script is only for N4 Mako)
:Added CAF based Kernel for CM ROMs
:Added com.android.phone fc error boot.img
V1 : Initial Release
Credits
Code:
@legolas93 For bringing F2FS to Nexus and also for providing the boot.img for the script
[user=4439521]@mikaole[/user] For the German Translations and extensive testing
[user=2002216]@jolinnard[/user] For the amazing F2FS kernels he is providing
[user=4544860]@osm0sis[/user] For his amazing Android Image Kitchen.The cleanup.bat script is taken from his tool.
[user=3325155]@fishears[/user] For helping out on the kernel side.
[user=5501864]@USBhost[/user] For being the lone tester for the N7 ( 2012 )
[user=4450732]@CallMeAldy[/user] For the CM trick and his compilation thread
And all other beta testers !! Sorry if I forgot anyone from the list !!
Screenshots in the Next Post
Hit the Thanks button if you Like My Work
Screenies atlast
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
<<<<<<Reserved>>>>>>
NABENDU1 said:
<<<<<<Reserved>>>>>>
Click to expand...
Click to collapse
Boot.img supplied with the script is F2FS compatible?
Sent from my Nexus 4 using Tapatalk
snak3ater said:
Boot.img supplied with the script is F2FS compatible?
Sent from my Nexus 4 using Tapatalk
Click to expand...
Click to collapse
Yes it is fully f2fs compatible !! Its an aosp based boot.img so if u using a cm based rom kindly flash a F2FS cm based kernel zip after the ROM!!!
NABENDU1 said:
Yes it is fully f2fs compatible !! Its an aosp based boot.img so if u using a cm based rom kindly flash a F2FS cm based kernel zip after the ROM!!!
Click to expand...
Click to collapse
Using Aosp based rom..so it shouldn't be a problem here...thanks for the tool
Sent from my Nexus 4 using Tapatalk
I make all my roms with it. Really easy to use.
Thx for the work.
Made Rastakat compatible with F2FS
What I said easy with that nice tool.
snak3ater said:
Made Rastakat compatible with F2FS
Click to expand...
Click to collapse
Would appreciate if you could upload it somewhere and post the link in the F2FS General Thread so that everybody could try it
CallMeAldy said:
Would appreciate if you could upload it somewhere and post the link in the F2FS General Thread so that everybody could try it
Click to expand...
Click to collapse
Well that's a personal build.. Not sure if it's okay to include it with other roms..anyways.. I've converted latest rastakat stockui.. Will upload it soon
Sent from my Nexus 4 using Tapatalk
Thank you for this. I just went to f2fs 2 days ago and was thinking of how to include one of my favorites kalo now and once 4.4.3 comes out. Knowing enough to wait for compatibility once 4.4.3 drops . Really thanks again.
Sent from my Nexus 4 using XDA Premium 4 mobile app
Please just want to know what im doing with the busybox how i put it in
Thx
It will be good to have a linux version of this tool.
If i have time i will try to make it next week
Sent from my Nexus 4 using Tapatalk
ohad129 said:
Please just want to know what im doing with the busybox how i put it in
Thx
Click to expand...
Click to collapse
Most of the custom Roms already come with busybox installed !! So shouldn't be a problem for anyone unless u usingn a stock ROM !!
malcho said:
It will be good to have a linux version of this tool.
If i have time i will try to make it next week
Sent from my Nexus 4 using Tapatalk
Click to expand...
Click to collapse
Thx a lot I'm not good at Linux so dint try bash scripting !! Anyways if we can get this it will be smooth to develop a mobile version of the script too !!
Bdw @fishears also wanted to port this to Linux !! Might be you could get in touch with him to know the progress made by him
Can someone point out the differences and advantages of all-f2fs ?
Are we currently using f2fs or ext4?
I know, noob question.
Normally every one is using ext4 for all partitions.
That's why you have to format all partitions before you can start with f2fs.
F2fs is faster than ext4. Apps are opening quocker. Reboot is a bit faster. Everything feels smoother than on ext4.
mikaole said:
Normally every one is using ext4 for all partitions.
That's why you have to format all partitions before you can start with f2fs.
F2fs is faster than ext4. Apps are opening quocker. Reboot is a bit faster. Everything feels smoother than on ext4.
Click to expand...
Click to collapse
Ql, but do I need to make a backup of /data partirion before flash? I mean backup of all user data. I assume that format to f2fs will erase all user data.
adamz667 said:
Ql, but do I need to make a backup of /data partirion before flash? I mean backup of all user data. I assume that format to f2fs will erase all user data.
Click to expand...
Click to collapse
Yes
adamz667 said:
Ql, but do I need to make a backup of /data partirion before flash? I mean backup of all user data. I assume that format to f2fs will erase all user data.
Click to expand...
Click to collapse
Take note.
Restoring a ext4 nandroid backup onto a F2FS partition is impossible (except when using something like Titanium Backup to restore apps from from data nandroid).
So I'd suggest you to backup your apps with Titanium Backup or Carbon/Helium. Send all your "SDCard" content to a PC, format and flash ROM send stuff back and restore using the backup app.

Categories

Resources