• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

[ROM] NonSense *STOCK* Root/Debloated/Deodexed/NoSense [WIP]

Mar 3, 2014
24
43
0



Hello everyone!

I'm pleased to announce my first full-fledged Android project: NoSense for the HTC Desire 510.
This ROM has only been tested on the Cricket version of the Desire 510. Installing this ROM on any other device may cause issues, including bricks. Attempt at your own risk!

**I AM NOT RESPONSIBLE FOR ANY DAMAGES CAUSED TO YOUR DEVICE! FLASH AT YOUR OWN RISK!**

Features
  • HTC Sense Removed
  • Removed Carrier Bloat
  • One-Click Root Option
  • Stock Launcher Replaced
  • Deodexed

Known Bugs
None! :D

Screenshots






Instructions
1. Download ZIP file (at bottom of post)
2. Place ZIP on SD card (adb folder if sideloading)
3. Manually wipe System/Data/Cache/Dalvik Cache partitions (Wipe -> Advanced Wipe)
4. Install NonSense1_03.zip
5. Ignore "No OS Installed" message and reboot

Changelog

Rev. 1.01 - 12-5-14
Initial Release

Rev. 1.02 - 12-5-14
Wifi HotFix
Added custom kernel

Rev. 1.03 - 12-7-14
Wifi Tethering Enabled
Cricket Branding Removed
New Boot Animation
Various bugfixes

Special Thanks
NeoDraven - Helping me remove/replace Blinkfeed!
rbheromax - Providing a working META_INF setup!
shinru2004 - Providing Non-Write-Protected Kernel for Cricket Desire 510
Everyone - For your patience!

F.A.Q

Q: Will this work on Sprint/Virgin/Boost/etc?
A: Maybe, maybe not. This ROM has only been tested on the Cricket model.

Q: Will this remove Network/SIM lock?
A: No.

Q: S-Off?
A: Yes.

DOWNLOADS
NonSense Beta 1.03
NonSense Beta 1.02 (Mirror)
NonSense Beta 1.01
S-Off Kernel -courtesy of shinru2004-

Feel free to buy me a beer if you like my work! ;)





XDA:DevDB Information
NonSense, ROM for the HTC Desire 510

Contributors
CraviingCritic, CraviingCritic
ROM OS Version: 4.4.x KitKat
ROM Firmware Required: Stock 4.4.2 ROM
Based On: Stock

Version Information
Status: Beta
Current Beta Version: 1.02
Beta Release Date: 2014-12-05

Created 2014-12-03
Last Updated 2014-12-05
 
Last edited:

flash4yish

Member
Jul 5, 2012
7
8
0
Good for All carriers??

I noticed that the screen shots show Cricket as the carrier.

Will this ROM work on Virgin Mobile and others??

Also, will the ROM open up the micro SIM slot for GSM carriers?

Thanks for the efforts!
 

Ajfink

Senior Member
Dec 2, 2011
928
312
0
I noticed that the screen shots show Cricket as the carrier.

Will this ROM work on Virgin Mobile and others??

Also, will the ROM open up the micro SIM slot for GSM carriers?

Thanks for the efforts!
No, the Sprint/VM/Boost version lacks GSM radios entirely AFAIK and only supports Sprint bands (ugh, I know). I wish I had picked up the Cricket version...

...but there it is.

OP: I recommend setting up a standard Android build environment, extracting the blobs from the phone, and using the kernel source to build an AOSP-based ROM. I'm working on doing this with CM code for the Sprint variant.

Sent from my Nexus 5 using XDA Free mobile app
 
  • Like
Reactions: lafinjack

lafinjack

Senior Member
Jun 4, 2008
70
26
0
I'm pleased to announce my first full-fledged Android project: NonSense for the HTC Desire 510.
Dude!

I'm working on doing this with CM code for the Sprint variant.
Sweet!

I have the Sprint 510, how much of you guyses efforts can be combined and how much of it is carrier dependent? I'm only just getting into ROM flashing stuff on an M7, but it seems like a lot of it is device/carrier specific.
 

tylerholbrook

Senior Member
Feb 20, 2011
918
204
0
Hell yeah man!!! Thank you! I hate sense!!! I hate it i hate it i hate it!!! Please do let me know when you figure a flashable zip! Thanks man
 

Shryvone21

Senior Member
Sep 24, 2012
665
172
0
Central
I can perhaps tell you the format of flashing. I believe you create some scripts in c(main language for building android). The scripts would point to where the custom modified apps would need to be.
 

rbheromax

Senior Member
Jun 18, 2012
261
279
0
Columbia
it has to do with the rom. whenever i restore my stock backup, all is fine again, and im using stock kernel for testing all this. although i can test your idea to see if it'll work
 

Shryvone21

Senior Member
Sep 24, 2012
665
172
0
Central
Bumping to let you know that the ROM is being uploaded as I'm typing this. OP will be updated with the link when it finishes (~12 minutes from this post. Check the timestamps :p )
I'm down for the countdown. Should be 4 minutes in when this sends. Also look at timeStamp. I am an app developer, and this phone barely has enough memory to hold my apps resources. Gah.
 

shinru2004

Senior Member
Mar 17, 2011
68
110
0
your missing a symlink in your updater-script

This is the symlink your missing
symlink("/system/lib/modules/pronto/pronto_wlan.ko", "/system/lib/modules/wlan.ko");

I had the same issue when i started on my rom until i realized the wifi module wasn't being symlinked and loaded :) Also, i have a custom kernel with write protection removed, you have my permission to post a link in your OP.

And here is the link, just be sure to include credits.
http://www.mediafire.com/download/kklc9qhwnxwb39i/boot.img
 
Last edited:
Mar 3, 2014
24
43
0
your missing a symlink in your updater-script

This is the symlink your missing
symlink("/system/lib/modules/pronto/pronto_wlan.ko", "/system/lib/modules/wlan.ko");

I had the same issue when i started on my rom until i realized the wifi module wasn't being symlinked and loaded :) Also, i have a custom kernel with write protection removed, you have my permission to post a link in your OP.

And here is the link, just be sure to include credits.
http://www.mediafire.com/download/kklc9qhwnxwb39i/boot.img
Is this kernel compatible with the Cricket revision?
 
  • Like
Reactions: shinru2004