[APP]UPD8R - Android Software Development

Upd8r makes easier to maintain custom ROM updated!
Just 2 TXT files are involved: 1 into the ROM and 1 on a server.
Advantages using this application:
- for the chefs it is no more needed to publish updates, scripts or commands into a page to deploy them to their users
- users are not required to check a web page anymore
All applications, kernels, scripts can be deployed in a safe way.
Features:
- service starts when netwok is available (3g or wifi) and check iv updates are available
- applications can be installed and uninstalled as you wish!
- commands can be executed before/after download
- only commands can be performed (such as reboot cammand)
- after a download is possible to force a reboot or a rebott to recovery
- all downloads are checked for integrity (MD5 checksum)
KRAKD ROM (http://forum.xda-developers.com/showthread.php?t=1335950&highlight=krakd) is using it for several months (now ROM is called FROZEN and it is migrating to ICS)
Chek it out!
https://play.google.com/store/apps/details?id=leonida.apps.xxx
It is all free!

This looks awesome. Is it only for tablets or will this work on other devices?

jerdog said:
This looks awesome. Is it only for tablets or will this work on other devices?
Click to expand...
Click to collapse
ATM only for tablets, but it is only a layout stuff.

Hi,
will you release the source to public? I want to use it for a 2.3. MIUI rom and want to learn a bit more about it.
Regards Chris

bauersein said:
Hi,
will you release the source to public? I want to use it for a 2.3. MIUI rom and want to learn a bit more about it.
Regards Chris
Click to expand...
Click to collapse
No i won't, sorry.
Maybe the next MAJOR release (it will be phone layout compatible).

Sounds great.
Thanks.
Gesendet von meinem GT-I9000

Related

[APP] Milestone - Overclock (requires root)

Hi all,
I realize this is a post about a Motorola phone but please bear with me.
As you might know, the Milestone firmware is firmly locked, unlike its cousin Droid. Among many things, this forbids overclocking because we can't change the kernel and unlock new frequencies.
However I developed a solution that allows overclocking by changing key structures directly in the kernel memory in runtime. All you need is a rooted phone; no flashing involved. For this to work, the module must know two memory addresses that are specific to each kernel. Fortunately, Motorola appears to have reused its kernel on most 2.1 firmwares, and I've yet to come across a firmware where it doesn't work by default. Confirmed working are Central Europe, Telus and Brazilian firmwares. Testers are welcome to give it a try.
Now for the relevant part for XDA: in theory this can be applied to any kernel on any other phone. You may say it's unneeded because you can already overclock; but you must flash a specific kernel to get a particular speed. It would be much better to be able to set any maximum frequency/voltage on the fly without flashing or rebooting. For instance, you could overclock to 1.0 GHz before a browsing or gaming session and then return to a lower frequency like 600 MHz, though still overcloked, for battery savings and safety. It's up to you.
Milestone users can try it out now:
http://code.google.com/p/milestone-overclock/
For the rest of you, what do you think?
sounds fantastic, I'd love to check it out but for the life of me I can't find the page.
If you want to pm it to me, I'll post it.
Nice. Telus Milestone User here. Would love to learn how to do this for mine.
Here is the project link:
http://code.google.com/p/milestone-overclock/
found it. looks like a fantastic idea.
How can we help get the addresses?
awesome .....wht there is no milestone/droid section here is beyond me ....wtf
Because it was decreed months ago by someone and no one seems to like changing their mind once they make a decision in this day and age.....
but it's need to root, could you fix it?
stevecai said:
but it's need to root, could you fix it?
Click to expand...
Click to collapse
what's the problem with rooting the milestone? There's plenty of solutions for that. Just no custom kernel/ramdisk, which this works around by using a kernel module.
hi,
i use the 2.1-reu version on my milestone,
but in order to prevent the 2.1 introduced alarm bug,
i have updated the kernel (only) to the 2.1-telus
(via a sbf).
is possible to use this mod to overlock my phone?
how?
if not, how help you to obtain the addresses?
thank's and continue your great work!
robert
gemini002 said:
awesome .....wht there is no milestone/droid section here is beyond me ....wtf
Click to expand...
Click to collapse
XDA is a HTC developer forum, not an Android forum. Google some moto modding sites, i know modmymoto.com is pretty good, found out how to root the Cliq (garbage) there.
staticshadow said:
XDA is a HTC developer forum, not an Android forum. Google some moto modding sites, i know modmymoto.com is pretty good, found out how to root the Cliq (garbage) there.
Click to expand...
Click to collapse
I have read this explanation several times.
I do not mind, but then because there are subforums dedicated to sonyericsson, hp, etc in xda.
modmymoto is good but the best developers site is, withous any doubt, xda-developers!
Re: milestone-overclock
Xda-developers is for htc and android is for porn.
Welcome to xda btw and great job. Now prepared to be flamed for uttering the M word.
-------------------------------------
sent via xda app from my milestone
ady said:
android is for porn.
Click to expand...
Click to collapse
are you Steve Jobs ?
miragu said:
Hi all,
Now for the relevant part for XDA: in theory this can be applied to any kernel on any other phone.
Click to expand...
Click to collapse
Will the method to find the right address that will be posted at /wiki/Disassembly work with every phone and kernel,too?
Has the app something like a setting where you can just change the address to the one you found with the method above?
Would really love an overclocked 2.1 on the HTC HERO. There is no oc-2.1-kernel for the Hero, yet.
Thanks for the great work, til now!
this is a good via to mod any application.
please, publish the source code of your applicacion ASAP.
thx
Source code for the kernel module released
Hi all,
Thank you for your support. I've just uploaded the source code for the kernel module and also the standalone module itself (it's included in the apk but still). Will write the Disassembly section soon, stay tuned.
miragu said:
Hi all,
Thank you for your support. I've just uploaded the source code for the kernel module and also the standalone module itself (it's included in the apk but still). Will write the Disassembly section soon, stay tuned.
Click to expand...
Click to collapse
hi,
i'm interested on include this in my system applications directory,
in order to prevent your deletion on hardreset, and in order to make it available FOREVER
the instructions are that:
cp OverClock.apk /system/app
cp OverClock.ko /system/lib
????
thx
The overclock.ko is created automatically when you press the "Load module" button in /data/data/pt.com.darksun.milestoneoverclock/files/overclock.ko. You don't need to copy it. I'm providing it separately so that people can load/bundle it without ever running the apk.
bartito said:
hi,
i'm interested on include this in my system applications directory,
in order to prevent your deletion on hardreset, and in order to make it available FOREVER
the instructions are that:
cp OverClock.apk /system/app
cp OverClock.ko /system/lib
????
thx
Click to expand...
Click to collapse
ok,
if i'm interested on have overclocking on my milestone after boot the system, and don't interested on manually execute the apk on each reboot, i need only to copy the OverClock.ko to /data/data/pt.com.darksun.milestoneoverclock/files/overclock.ko on boot time ?
but in your wiki page says to execute "insmod overclock.ko max_rate=800000 max_vsel=62"
please, provide me instructions to set overclock in boot time
The module created by the apk is preserved across reboots. However, if you want to run the module completely standalone I recommend you put it in /data/local/overclock.ko and run insmod /data/local/overclock.ko max_rate=800000 max_vsel=62

Full Featured Developer Script for ROMs - Need ideas for a name

I am currently work on a program/script to manage ROMs, and I will be releasing it initially for the Kindle Fire for beta testing. This will be a full featured program with the following :
- Compile ROMs from source
- Extract & zip ROMs
- Decompile/Compile APK and JAR files in the ROM (selective or the whole ROM at once)
- Unpack / repack kernel
- ROMs and devices each will have their own config file to store information specific to each, such as comments and status
- Much more planned, such as the ability to browse and edit files, search and compare, etc
The big advantage to this, and what prompted me to write this in the first place, is the ability to have all of the necessary tools in one place and better keep track of your ROM projects. As I was working on modifying or porting ROMs, a big headache was having to go to so many places to do different things to a ROM, which leaves files scattered all over your hard drive.
This will help keep everything more organized and the goal is to cut out manually having to do so much when it comes to basic tasks, and eventually even the more advanced tasks involved.
The initial release will be for Linux, but a Windows version will follow (minus the Linux specific features such as compile from source).
I have made some great progress on this already, and am close to a beta release.
So, what I need help on is a name for this. Here is what I have so far as choices, I welcome suggestions. Those that reply with suggestions for a name will be the first to receive beta versions to try out
- DEVROID
- [ARM] Android Rom Master
That is all I have so far, so please throw some good options my way.
How about - Kindle Fire Rom Manager?
romifi_R_ed? or ROMIFI_r_ED? linked with youe nick
animefun135 said:
How about - Kindle Fire Rom Manager?
Click to expand...
Click to collapse
This was originally just for the KF but most of this stuff is generic enough to work on other devices, so I will be adding functionality for multiple devices. So the name shouldn't be specific to the KF. I'm just offering it for the KF first.
When it was going to be KF specific I had "Kindle Inferno" in mind....
Now that would be a good name for a ROM !
[ARDS] - Android Rom Developer Script (or Studio)
or
[ARDT] - Android Rom Developer Tool
or simply
[ARD] - Android Rom Developer (the shortcut is like a german television channel)
b63 said:
[TARDiS] - The Android Rom Developer Script (or Studio)
Click to expand...
Click to collapse
Fixed
Need to come up with something foe the "i"!
Sent from my SPH-D710 using xda premium
[CRT] Complete Rom Tool
Sent from my myTouch_4G_Slide using XDA App
I like the variation that @nykuil modified. Don't think you need to come up with anything for the I really. I know nearly nothing about Dr. Who, but love the name because it is recognizable.
Yeah the tardis is really a cool idea. who doesn't love Dr Who. ( at least the original )
Rockin' the Miui Incredible 2 w/xda premium
Thanks guys, keep 'em coming...
CWMR+KF
ClockWorkModRecovery+KindleFire? ?
Sent from my Kindle Fire using xda premium
Slrb script library for ROM
Slrp script library for ROM publishing
b63 said:
[TARDIS!] - Total Android Rom Development is Easy!
Click to expand...
Click to collapse
Maybe this?
Sent from my myTouch_4G_Slide using XDA App

[Add-on] [Beta] [Aroma] [Privacy] Guardian Project Installer V1.0

Guardian Project Installer V1.0 Beta
Many thanks to the people at www.guardianproject.info for their hard work!​
What is this?
This is a flashable zip (tested with CWM) that installs most of the apps from the Guardian Project. The guardian project is a non-profit organization that is building apps and tools to help users and whistle-blowers alike to stay safe and anonymous in this day and age. This is a faster way to setup a secure/private device. I also encourage enabling Full Disk Encryption in ICS/JB settings. Quote from the site:
How Guardian Helps
While we think that a secure, privacy-enhanced mobile phone is a good thing for just about anybody going about their daily lives, we like to also consider the extreme cases, where this technology might change the course of someones life.
Click to expand...
Click to collapse
Source: https://guardianproject.info/home/use-cases/
What apps are installed?
Orbot: TOR (Anonymous Web Browsing) for Android
Gibberbot: Secure Encrypted IM using Google Talk
ObscuraCam: Secure Camera that obscures faces
InTheClear: Data Wipe (“Poison Pill”) Wipes phone on command
Android Privacy Guard: Public Key Crypto (GPG) for Android
TextSecure: *****REMOVED**** See HERE for details.
DroidWall: Firewall that uses IPTables to prevent data leaks and Network attacks.
FDroid: Alternative to Google Playstore. All apps are FOSS.
ORweb: Privacy oriented web browser that works automatically with Orbot (TOR). [ADDED: 08//19/2012]
OSTel: Encrypted VOIP phone calls using ZRTP. The app is based on CSipSimple For more info go here to create a free acount go here. NOTE: This service & app are in public beta status. [ADDED: 08/20/2012]
K-9 Mail: Open Source E-mail app that works with APG for sending encrypted E-mails. Has lots of powerful options. [ADDED: 08/21/2012]
CaCertMan: Manage the list of Certificate Authorities on you phone. Let's you revoke any CA's you distrust. ROOT Needed. [ADDED: 08/21/2012]
CryptFS Password Manager - Allows you to have one password for encryption and a shorter one for lockscreen. see here. [ADDED: 09/08/2012]
NoteCipher - Allows you to store messages in a AES256bit Encrypted SQL database. [ADDED: 09/12/2012]
GnuPG - GPG encryption for android (Uses busybox) [ADDED: 05/19/2013]
How To
Download the zip bellow
Copy the zip to the sdcard
Boot into recovery
flash the zip from the sdcard
Reboot
Done
WARNINGS
Please note: THIS IS BETA. I AM NOT RESPONSIBLE IF THIS BRICKS YOUR DEVICE. FLASH AT YOUR OWN RISK.
With that said I have successfully used this multiple (10) times on three different devices. Please report any bugs and issues.
Known Working Roms
CM9 Official
CM10 JellyBro
CM10 EuroSkank AOSP
Rasbean
Tested on CM9 Motorola Atrix 4G
androidme aosp light v.1.1
Codename Android JellyBean 3.3.0
HTC One S Stock Rooted.
Nexus S GSM CM9
Galaxy S
Galaxy Note N7000 CM9 Stable
Known Bugs
Not working on Nexus 7 - Can someone test If it installs fine with TWRP on any device?
Comming soon & Downloads
More apps will be added along the way. I will also be trying to get aroma set up so you can select what apps are installed.
All of these apps are released Open Source under their respective licences. All Credit goes to the developers of the apps. I have only bundled them into an easily installable zip file.
UPDATE: Thanks to Volk the installer is now Aroma! You can now select what apps you want installed and if you want to uninstall the old ones.
Mirrors:
Latest Versions:
GPI Version 0.9.1
Signature
New: Updated all binaries, added GnuPG
Changes: Minor bug fixes. added GnuPG.
Please check your download against the checksum on the page. For security please check the signature against the public key . To check the signature place both the ZIP and .sig file in the same folder and use any PGP/GPG program to import the public key and verify the signature. PM me for some suggested programs if you are unsure.
Depreciated - No Longer Available.:
Old versions have been pulled due to possible security issues.
Please mirror this download if you can. Also Any feedback is greatly appreciated. If this helps you please press thanks!
I also highly recomend you read this presentation to see what inspired me to do this.
Test+Mirror
Awesome! Now booting again....
Mirror: http://www.4shared.com/zip/vDiK6V4K/Guardian_Project_Installer_Alp.html
Edit!: Tested and working on Jellybro cm10
Thatgrass said:
Awesome! Now booting again....
Edit!: Tested and working on Jellybro cm10
Click to expand...
Click to collapse
Awesome! Thanks for the feedback! I will post that it worked in the OP.
Really nice idea!
Good and original work
Great!
Great!
Really inovative !
Good luck for your project !
Looks awesome.Tnx dude!
Works with rasbean
Sent from my Galaxy Nexus using xda premium
Thanks all for the feedback! I will be updating the addon in a bit and adding on some more stuff. :good:
This is absolutely fantastic, I was wondering when something like this would be put together! The guardians are absolutely right when they say the mobile platform is the least secure, anything that can be done to change this is beyond welcomed.
Anyone tested on CNA?
Sent from my Galaxy Nexus using Tapatalk 2
New versions are up!!
EDIT: I also want to reccomend FuguMod Kernel nikademus did a great job incorporating PaX and Stack Protector into his kernel to increase security.
Using this on androidme aosp light v.1.1, works great. Thank you for this!
Sent from my Galaxy Nexus using xda premium
Mo_Nexus said:
Using this on androidme aosp light v.1.1, works great. Thank you for this!
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Thanks added to the OP.
Gucci.Nexus said:
Anyone tested on CNA?
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Tested. Confimed working over here on my GSM Galaxy Nexus.
UPDATED: New versions are up. Added in Ostel for encrypt Voice calls. Also tested new devices (posted in OP).
Thanks for providing this package, works great, would love to see more added to this or maybe a complete privacy/secure ROM.
Sent from my Galaxy Nexus using Tapatalk 2
defconoi said:
Thanks for providing this package, works great, would love to see more added to this or maybe a complete privacy/secure ROM.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
I'm glad you like it! I am currently working on a version of CM10 that will incorporate these features/apps as well as a more secure kernel. I should (hopefully) have Alpha builds out this week.
x942 said:
I'm glad you like it! I am currently working on a version of CM10 that will incorporate these features/apps as well as a more secure kernel. I should (hopefully) have Alpha builds out this week.
Click to expand...
Click to collapse
See if u can prebundle the repo of guardian project of https://guardianproject.info/repo/ as well.
Sent from my Galaxy Nexus using Tapatalk 2
defconoi said:
See if u can prebundle the repo of guardian project of https://guardianproject.info/repo/ as well.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
I will add it to the list I will have to take a look at the resource files and see where FDroid stores the repos.
hey, thanks for this. I got here from the Guardian Project mailing list, and I just posted this feedback there.
The full zip installs fine on a Samsung Galaxy S i9000, running CM10 nightly 20120820 and Semaphore 2.0.6 kernel. The progress bar didn't go all the way across, so I thought it might've bailed, but it looks all good now.
So far tried I've Orbot and TextSecure, which I assume were reinstalled, and my settings+data remained. Ostel kept my login info, too, but going into settings I get incredible lags (which may be the new CM10, and the funky partitions that the dev/device maintainer used to work around our space limitations and NAND speeds). Also tried ObscuraCam and opened Panic, looks OK. New toys that I've never played with yet.
Before flashing this, though, I tried installing the update zip, in the hopes I'd add Orweb, ObscuraCam, etc., and not lose data+settings with the apps I already had. The flash said it completed (again, despite that the progress bar didn't go all the way across), but when I rebooted, I had no new apps. Then a weird quirk: I opened a data connection and Orbot, and it connected fine, but a check with Firefox Beta said I had no net connection. Checking mail in K9 gave me errors, but Twitter with Tor proxies set loaded fine. According to IP Track, I had no external IP. I turned off Orbot, turned it on again, and then all was working as expected. Strange.
Anyway, thanks; this is a great project. I also want to ask: Any chances of including RedPhone? It's open source now, but unavailable on Play where I am; I think it's limited to only the US. I used Market Unlocker to get it, and will be testing it here soon. Nathan of Guardian Project was saying that outside of the US, it may have push/wake problems. I'll find out soon here, but if it's not too buggy, it'd be great for everyone outside the US.
edit: also, what about adding MD5 checksums, or a GPG signature?

[PORT][WIP] Ubuntu Touch v0.1 Alpha - ONLY i9100 !!!

UBUNTU TOUCH v0.1 FOR i9100 ALPHA
KEEP IN MIND THAT THIS IS VERY VERY UNSTABLE AND MAY BRICK YOUR PHONE IF YOU'RE DOING SOMETHING WRONG!​
This one has been build by @ bluefa1con so all the champagne & beer bottles goes to him. Is the same build as mines! I decided to release my version when I have most of the bugs fixed. HERE IS STILL PRESENT THE CHOPPY TEXT BUG! We think is caused by hardware-composition, we don't know right now.
Let's get started. First of all, WIPE YOUR DEVICE & FORMAT /SYSTEM, /CACHE, /PRELOAD! Then:
1. Download this build of Ubuntu Touch: http://cdimage.ubuntu.com/ubuntu-to...c-demo/quantal-preinstalled-phablet-armhf.zip
2. The both files from here: http://goo.im/devs/bluefa1con/ubuntutouch
3. Copy them to your internal / external memory. Note that dual-boot is not yet supported!
4. Wipe everything you can.
5. Install CM10.1 zip - DON'T REBOOT!
6. Flash quantal(...).zip file - AGAIN, DON'T REBOOT!
7. Finally, flash hdpi_overlay.zip and then you can reboot safely.
8. Enjoy!
Report any bugs here!
So far it looks stable over the UI. Perfomances are not so great because both of us we can't manage to get working all the 2-cores. HW acceleration is disabled because is very buggy also the audio. Wifi works, cellular + 3G also. It is not very useful right now but as far as this will get more and more updates, it will be very cool .
Note: DO NOT FLASH IT INTO OTHER VARIANTS OF i9100!
Thanks, I'll keep you updated.
djmitza222 said:
UBUNTU TOUCH v0.1 FOR i9100 ALPHA
KEEP IN MIND THAT THIS IS VERY VERY UNSTABLE AND MAY BRICK YOUR PHONE IF YOU'RE DOING SOMETHING WRONG!​
Dear fellas,
Right now I'm doing a very beta test of my own build for Ubuntu Touch. So far it looks stable over the UI. Perfomances are not so great because I can't manage to get working all the 2-cores. HW acceleration is disabled because is very buggy also the audio. Wifi works, cellular + 3G also. It is not very useful right now but as far as this will get more and more updates, it will be very cool .
As soon as I finish with the final testing, I will upload the 3 ZIP files. Until that, prepare your phone and make a full BACKUP!
Note: I suggest to try it in dual-boot as I do and DO NOT FLASH IT INTO OTHER VARIANTS OF i9100!
Thanks, I'll keep you updated.
Click to expand...
Click to collapse
waiting for it will give it a try
Eagerly waiting
AW: [PORT][WIP] Ubuntu Touch v0.1 Alpha - ONLY i9100 !!!
I thought dual boot is not possible
Or is is with android and Ubuntu?
Gesendet von meinem GT-I9100 mit Tapatalk 2
reserved
Any news on developement?
Good luck and hope all goes well. Look forward to giving it a go.
Sent from my GT-I9100 using xda premium
Good game mate :good:
Just a general question will ubuntu for phone switch to the desktop mode automatically as soon as it is docked to a monitor or does this have to be enabled on a phone by phone basis?
There is released Ubuntu touch for i9100 http://forum.xda-developers.com/showthread.php?t=2079080&page=16
But he doesn't wrote whta's working and what's not
Will Try it when more stable ;P
Can I dualboot it as 2nd ROM along with Dorimanx and lastest RootBox?
Ramazor said:
Can I dualboot it as 2nd ROM along with Dorimanx and lastest RootBox?
Click to expand...
Click to collapse
latest rootbox is based on cm10.1??..if it is u can't dual boot it
No, Ubuntu requires specific kernel options. Until kernelbuilders are including these into their builds it won't work
Bubble-be said:
No, Ubuntu requires specific kernel options. Until kernelbuilders are including these into their builds it won't work
Click to expand...
Click to collapse
but the op recommanded to use it as a second rom
jeetBLswami said:
but the op recommanded to use it as a second rom
Click to expand...
Click to collapse
That's why I'm asking.
Ramazor said:
That's why I'm asking.
Click to expand...
Click to collapse
AFAIK...dual boot will not be functional ..
bubble-be is right the kernel for Ubuntu touch requires some special properties
FYI guys, I have tested it only as a second rom (like boot2gecko). I test it right now as a primary rom and I have problems with the text as well. I don't really know what is happening but the screen looks like there are some ''dead'' pixels. You cannot read the entire text. I tried different kernel entries but no success, also wiped cache / dalvik cache. Let me see how fast can I fix it.
PS: try bluefa1con's build. Mine is not so far from it.
@bluefa1con, let me know if I can post your build on the first post w/ full credits to you. It take some time to make another build right now but I'm uploading the current images on zippyshare.
EDIT: audio fixed but choppy sound!
djmitza222 said:
FYI guys, I have tested it only as a second rom (like boot2gecko). I test it right now as a primary rom and I have problems with the text as well. I don't really know what is happening but the screen looks like there are some ''dead'' pixels. You cannot read the entire text. I tried different kernel entries but no success, also wiped cache / dalvik cache. Let me see how fast can I fix it.
PS: try bluefa1con's build. Mine is not so far from it.
@bluefa1con, let me know if I can post your build on the first post w/ full credits to you. It take some time to make another build right now but I'm uploading the current images on zippyshare.
EDIT: audio fixed but choppy sound!
Click to expand...
Click to collapse
Sure link my builds
I don't mind just did it for fun
Graphic corruption is the radical I didn't release my builds I had it done since morning
Graphic corruption is due to our broken hwc I think plus ubuntu doesn't fully support our ril
Sent from my GT-I9100 using Tapatalk 2
reserved

[ROM][DEV] CyanogenMod 9 Beta | Paranandroid v1.5a | 01.06.2013

Hi Everyone,
I released my own fully open source ROM,CyanogenMod 9 for Huawei Ideos X5. It's an alpha version,so it isn't ready for daily use.
Issues: (both on CM9 and PA)
- WiFi MAC adress is 00:11:22:33:44
- The UI works bugly. You'll experience.
- USB and WiFi Tether doesn't working. You can use applications from Google Play
- USB Mass Storage is slower than other ROMs.
Note:
Please don't say like "Why did you release before finish it?" or "When will you finish it?". I released it for bugtracking and bug fixing by developers. I stuck on those issues so I released my ROM.
Download Link:
https://code.google.com/p/forumber-projects-for-u8800/downloads/list
All source available on my github:
https://github.com/forumber
Thanks to:
Blefish --- for device source,and helps
dzo --- for the first ICS ROM of U8800
CodeAurora
Thanks a lot! :good:
:silly:downloading. I'll test and give feedback.
edit----
needs a file manager - just to make it easier to install apps like catlog etc
I extracted .zip, added a File manager rezipped and reinstalled
still testing - ROM itself is snappy.
will post logs after more testing
bugs are as stated by DEV
I''ll try it as soon as I can!
Thanks for your efforts
Sent from my U8800 using xda app-developers app
Djuganight said:
Honestly althought I respect the initiative it should be already forbiden open new threads with roms where almost nothing, or the most important things, don't work.
We have enugh of that here already :good:
Click to expand...
Click to collapse
The OP didn't make this thread to get told about this. He made this thread to get help from other developers to fix this ROM.
after some testing I've went back to my daily ROM
so I could send and receive texts and make phone calls
I was able to pair, send and receive pictures via bluetooth (tested with nokia c3) - errors showing on logcat
attached log
looking forward to updates, thanks DEV
Anyways, I have high hopes for this developer. And I hope he doesn't let us down.
Now please cooperate with him and give him some help in fixing the rom.
meer_mortal said:
after some testing I've went back to my daily ROM
so I could send and receive texts and make phone calls
I was able to pair, send and receive pictures via bluetooth (tested with nokia c3) - errors showing on logcat
attached log
looking forward to updates, thanks DEV
Click to expand...
Click to collapse
Thank you very much for tests.
Could you use GPS? I saw it on your logcat.
I won't stop developing this ROM. I'm developing it since February and I'm trying to fix Wifi & BT since March.
This thread is opened for get helps from other developers & get test reports by testers (like meer_mortal).
Thanks for your interest.
GPS couldn't get a fix.
I'll reinstall rom and run some GPS tests and post log
Sent from my U8800 using xda premium
Can´t get my SIM card to load.
Im with finnish Saunalahti SIM card so the problem seems to be the same as Auroras.
I have no APN:s
Tried the Aurora fix.
su
setprop persist.opl.enabled 0
setprop persist.pnn.enabled 0
setprop persist.eons.enabled 0
But did not work.
Btw. This and Blefish work are the best things that are happening to our device.
Thank you for all your hard work.
tested GPS.
set location with fasterGPS
tried to get a fix with *
google maps - fail
sygic-fail
google skymaps - fail
also found new bug
usb storage doesn't work
-
meer_mortal said:
the comment voids itself due to the fact it is posted on forumber thread.
if you would like to post about lack of finished roms keep it to the general section.
sorry for off topic
anyways back "on topic"
tested GPS.
set location with fasterGPS
tried to get a fix with *
google maps - fail
sygic-fail
google skymaps - fail
also found new bug
usb storage doesn't work
-
Click to expand...
Click to collapse
Thanks for testing.
USB Storage working,you need configure it. Options > Stoarge > (Menu Button) > USB Storage Settings > Choose "Mass Storage"
forumber2 said:
Thanks for testing.
USB Storage working,you need configure it. Options > Stoarge > (Menu Button) > USB Storage Settings > Choose "Mass Storage"
Click to expand...
Click to collapse
I think you should enable that by default in the rom.
So forumber, what stage is this project up to?
rqmok said:
So forumber, what stage is this project up to?
Click to expand...
Click to collapse
I'm still on it. I'am trying,trying and trying again but I didn't get succesfull thing yet. My school will close in 1 month. I think I can complete it in June.
forumber2 said:
I'm still on it. I'am trying,trying and trying again but I didn't get succesfull thing yet. My school will close in 1 month. I think I can complete it in June.
Click to expand...
Click to collapse
Well, at least your ROM boots up (mine is still not booting ). Good Luck with that CM9. I hope you finish it!
forumber2 said:
I'm still on it. I'am trying,trying and trying again but I didn't get succesfull thing yet. My school will close in 1 month. I think I can complete it in June.
Click to expand...
Click to collapse
:thumbup:
We're waiting for you Sir Forumber2
Gesendet von meinem u8800pro mit XDA-Developers app
prakharkmr27 said:
We're waiting for you Sir Forumber2
Gesendet von meinem u8800pro mit XDA-Developers app
Click to expand...
Click to collapse
I know,
I fixed WiFi. When I fixed the GPS,I'll release it
forumber2 said:
I know,
I fixed WiFi. When I fixed the GPS,I'll release it
Click to expand...
Click to collapse
Any thoughts on making this for the pro?

Categories

Resources