[REQ] Need someone to check something for me on a STOCK Droid 2 - Droid 2 General

Anyone out there willing to help me out?
I just someone to run this command with their phone hooked up, USB Debugging ENABLED:
adb shell ls -l -R /sys/class > class_structure_DROID_TWO.txt
This will output a text file in whichever directory you run the command from, that will list the hardware capabilities of the phone for me - this would help me IMMENSELY from a development standpoint!
Check out the text file - zero personal / private information will be in there!
Thanks!

See attached.

Double post.

karnovaran said:
See attached.
Click to expand...
Click to collapse
Awesome, thank you! I'm assuming you're unrooted?

Doward said:
Awesome, thank you! I'm assuming you're unrooted?
Click to expand...
Click to collapse
Yep, no Droid 2 root available yet.

karnovaran said:
Yep, no Droid 2 root available yet.
Click to expand...
Click to collapse
You want to beta test something for me?

Doward said:
You want to beta test something for me?
Click to expand...
Click to collapse
Sure. I'm not a dev, but I've been using and modding Androids since last May.

karnovaran said:
Sure. I'm not a dev, but I've been using and modding Androids since last May.
Click to expand...
Click to collapse
Cool - I need 2 more files, though...
adb shell ls -l -R /sys/devices/platform > platform_structure_DROID_TWO.txt
and
adb shell ls -l -R /sys/devices/virtual > virtual_structure_DROID_TWO.txt

They are larger than XDA will allow.. PM your e-mail address?

karnovaran said:
They are larger than XDA will allow.. PM your e-mail address?
Click to expand...
Click to collapse
PM sent! 10char

would gladly help test anything as well on mine.

Related

Rooted Incredible with an OTA?

I received an OTA this morning and my phone is rooted and running a skyraider Rom. I do now want to install it...how do I get rid of it? It keeps popping up even after I clear it...
Droid Inc
dspolen said:
I received an OTA this morning and my phone is rooted and running a skyraider Rom. I do now want to install it...how do I get rid of it? It keeps popping up even after I clear it...
Droid Inc
Click to expand...
Click to collapse
Same situation as myself. If I figure anything out, I'll post here.
I'd like to know as well, I received mine last night.
Runninng Uncommon Sense 1.1
If I wanted Verizons crapware on my phone I would have downloaded it myself.
Hmm didn't get it yet. Are u guys soff?
Sent from my ADR6300 using XDA App
Yea. It's A-off.
Droid Inc
Yeah same here s-off
I never recieved the last OTA, so I'm confused as to why I would get it for this one.
Sent from my ADR6300 using XDA App
I don't know? I didnt think that you were supposed to get an OTA if you were rooted?
Droid Inc
#1 DINC FAN said:
Hmm didn't get it yet. Are u guys soff?
Click to expand...
Click to collapse
Yeah. S-Off with SkyRaider 3.3.2.
This should help you all:
netboy3 said:
Thanks for the reference. The leaked build version seems to be working for this purpose.
To get this to work, you need to edit the /system/build.prop. find the line that begins with "ro.build.fingerprint" and change it to:
Code:
ro.build.fingerprint=verizon_wwe/inc/inc/inc:2.2/FRF91/264707:user/release-keys
Once rebooted, the nag might appear once more, but if you go to Settings->About phone->System updates you wil now get "your system is currently up to date".
Click to expand...
Click to collapse
Blah12543 said:
This should help you all:
Click to expand...
Click to collapse
Excellent. I'll give that a shot later, thank you.
Blah12543 said:
This should help you all:
Click to expand...
Click to collapse
Thanks for the info !
hEaTLoE said:
Excellent. I'll give that a shot later, thank you.
Click to expand...
Click to collapse
Infirmus said:
Thanks for the info !
Click to expand...
Click to collapse
No problem at all
Sent from my Droid Incredible running SkyRaider 3.3.2 with King Kernel BFS #5.
Can somebody give me some simple instructions on how to replace the build.prop file with the changes I made? I grabbed the old one and made the changes (Just changing the numbers from 231334 in my case to 264707 correct?) but can't figure out how to replace the file now. I assume I need to use adb to do it, but I'm not experienced enough with using this method to feel confident and I'd rather not mess up my phone. Is it as simple as:
adb remount
adb push c:\build.prop /system/build.prop
adb shell reboot
Thanks for the help in advance...
What should I do if I do want to install the OTA, just for the sake of being up-to-date stock? I'm on stock 2.2, rooted with S-OFF and and ClockworkMod 2.5.0.5, and I'm not sure where to go from here.
To allow an OTA load.... just Follow the instructions...
http://unrevoked.com/rootwiki/doku.php/public/forever#reinstalling_an_official_recovery
krelvinaz said:
To allow an OTA load.... just Follow the instructions...
http://unrevoked.com/rootwiki/doku.php/public/forever#reinstalling_an_official_recovery
Click to expand...
Click to collapse
Awesome, thank you!
Blah12543 said:
This should help you all:
Click to expand...
Click to collapse
Thanks...I hate stupid verizon OTA's.
Blah12543 said:
This should help you all:
Click to expand...
Click to collapse
it works for me. thanks a lot
is there ans app that allows you to change the build line? root explorer wont let me
Sweet....this worked.
Linkwilliams said:
is there ans app that allows you to change the build line? root explorer wont let me
Click to expand...
Click to collapse
I used subs (another root file manager) to edit the file. Click menu > mount system r/w. Then long press build.prop select chmod change to 666.
Edit file, save then change chmod back to 644
This might work in root explorer (change permissions) first.

Can anyone decompile The 4.0.4 system.img?

Can anyone please Decompile the System.img for Me?
I Have already tried it! But no luck for me!!!
I Want to make a flashable zip for this rom and for you guys But first i must have the system.img unpacked so that i can see the following folders:
App
Bin
etc
fonts
framwork
lib
media
tts
user
vendor
xbin
Thanks anyways!
Yes it's trivial (in linux anyhow). Use
Code:
simg2img system.img sys.img
mount sys.img /mnt
cd /mnt
zip -r /tmp/system.zip .
daveba said:
Yes it's trivial (in linux anyhow). Use
Code:
simg2img system.img sys.img
mount sys.img /mnt
cd /mnt
zip -r /tmp/system.zip .
Click to expand...
Click to collapse
Or just mount as loop using furius mount if on ubuntu.
Sent from my GT-P7510 using XDA Premium HD app
Yes i know it can all be done with linux/ubuntu but im running windows and dont want to install or dual boot that os!
safariking said:
Yes i know it can all be done with linux/ubuntu but im running windows and dont want to install or dual boot that os!
Click to expand...
Click to collapse
Ok, i will upload it for you and update this post, but i have a ridiculously slow upload speed so in about 1hr.
daveba said:
Ok, i will upload it for you and update this post, but i have a ridiculously slow upload speed so in about 1hr.
Click to expand...
Click to collapse
it's ok Thanks!
safariking said:
it's ok Thanks!
Click to expand...
Click to collapse
Ok here it is.
daveba said:
Ok here it is.
Click to expand...
Click to collapse
Many Thanks!
Sorry limited to 8 thanks per day LOlz
Does it mean that we can flash from CWM the update.zip in order to have the GT-P7510_XEU_P7510XXLPH_P7510XEULPH_P7510XXLPH ROM installed? if so THX!!!
ricciolo91 said:
Does it means that we can flash from CWM the update.zip inorder to have the GT-P7510_XEU_P7510XXLPH_P7510XEULPH_P7510XXLPH ROM installed? if so THX!!!
Click to expand...
Click to collapse
Im busy with it!
Im only missing the
Updater-script file
And the other file that's inside that folder (can't remember the name anymore lolz)
daveba said:
Ok here it is.
Click to expand...
Click to collapse
Could someone deodex it as well i would but ive lost my laptop charger! I was thinking about changing (read:fixing) those ugly system bar icons. What were samsung thinking! Its hideous!
Sent from my GT-P7510 using XDA Premium HD app
safariking said:
Im busy with it!
Im only missing the
Updater-script file
And the other file that's inside that folder (can't remember the name anymore lolz)
Click to expand...
Click to collapse
Just use the script (obviously not the binaries) from the tasks P7510 CWM thread and add the modem.bin to the script.
---------- Post added at 08:46 AM ---------- Previous post was at 08:45 AM ----------
scaryshark said:
Could someone deodex it as well i would but ive lost my laptop charger! I was thinking about changing (read:fixing) those ugly system bar icons. What were samsung thinking! Its hideous!
Sent from my GT-P7510 using XDA Premium HD app
Click to expand...
Click to collapse
Is there deodexing script for Linux ? I will happily do it as i have some spare time (work's dead during Ramadan)

ADB to anywhere pusher [almost ready ]

Introduction
HI there :fingers-crossed:
this a small tool which pushes files to almost anywhere
it's almost complete it may have bugs
u can download it from the attachments
Screenshot
How to use It ?!
1- connect your device with usb debugging enabled
2- u type the full path for the file to be pushed when it asks u that of course
3- u type the path where u want to push the file when it asks u that
4- sit back and enjoy
Best regards my friends ( i know it has bugs but i don't really have time to fix it )​
reserved... don't know why but i may need it
thx .. and I'm waiting for the Full Version ! Good Work :good: :cyclops:
Xperia~Man said:
thx .. and I'm waiting for the Full Version ! Good Work :good: :cyclops:
Click to expand...
Click to collapse
welcome :victory: the full version may take time for now...but it should be done before february :highfive:
update !
thread updated - the beta version is out
it's ready of course to use
youssef badr said:
thread updated - the beta version is out
it's ready of course to use
Click to expand...
Click to collapse
Please attach a tutorial too..... or an example is better
Just saw your app on xda portal. Good work man! useful app of course
Sent from my Nexus 4 using Tapatalk
Thanks for your efforts. But how is this any easier than calling adb push yourself? I haven't tried it, but it looks like you still have to type the file paths into the terminal.
mukulsoni said:
Please attach a tutorial too..... or an example is better
Click to expand...
Click to collapse
of course i will just after i finish exams
MatyiFKBT said:
Just saw your app on xda portal. Good work man! useful app of course
Sent from my Nexus 4 using Tapatalk
Click to expand...
Click to collapse
thank you
flargen said:
Thanks for your efforts. But how is this any easier than calling adb push yourself? I haven't tried it, but it looks like you still have to type the file paths into the terminal.
Click to expand...
Click to collapse
well some people dont know what they need or how to do it u know i am just making it easier on them
It works, thanks!
Destination folder has to begin with: /sdcard/

[S-OFF][MOD]Remove Tampered banner with flashable zip. Also zip if you want it back!

I got the actual command from this thread.I've just created the flashable zip
YOU NEED S-OFF TO DO THIS
I hope scotty1223 doesn't mind
This zip just removes the tampered banner from the bootloader. I've also included a zip to revert it back just in case you want it(for some reason )
Just flash the zip from the recovery and you're done!
I was not sure if I should create a new thread or not. If any mods believe that I shouldn't just delete the thread.
************************************NOTE*********************************************
I've tested this only on International M8. If you want to make sure this is going to work on your variant then type this command in a terminal emulator or ADB Shell:
Code:
dd if=/dev/block/mmcblk0p6 of=/sdcard/mmcblk0p6.img
This will create a file in your SD Card. Upload the file here and I'll check and tell you whether this MOD is going to work for your variant.
UPDATE:
RemoveV2.zip does not work. Do not use it!.
UPDATE:
RemoveV3.zip fixes the garbage byte problem. Everyone should flash this one if Remove.zip does not work!.
andreasyeah said:
I got the actual command from this thread.I've just created the flashable zip
YOU NEED S-OFF TO DO THIS
I hope scotty1223 doesn't mind
This zip just removes the tampered banner from the bootloader. I've also included a zip to revert it back just in case you want it(for some reason )
Just flash the zip from the recovery and you're done!
I was not sure if I should create a new thread or not. If any mods believe that I shouldn't just delete the thread.
Click to expand...
Click to collapse
Thanks.:good:
andreasyeah said:
I got the actual command from this thread.I've just created the flashable zip
YOU NEED S-OFF TO DO THIS
I hope scotty1223 doesn't mind
This zip just removes the tampered banner from the bootloader. I've also included a zip to revert it back just in case you want it(for some reason )
Just flash the zip from the recovery and you're done!
I was not sure if I should create a new thread or not. If any mods believe that I shouldn't just delete the thread.
Click to expand...
Click to collapse
Thanks for this easy mod but I have a quick question, do I flash this on the TWRP recovery or the stock recovery? Thanks in advance
jpone7 said:
Thanks for this easy mod but I have a quick question, do I flash this on the TWRP recovery or the stock recovery? Thanks in advance
Click to expand...
Click to collapse
You're welcome. You flash this on any custom recovery. Not stock
thanks
andreasyeah said:
I got the actual command from this thread.I've just created the flashable zip
YOU NEED S-OFF TO DO THIS
I hope scotty1223 doesn't mind
This zip just removes the tampered banner from the bootloader. I've also included a zip to revert it back just in case you want it(for some reason )
Just flash the zip from the recovery and you're done!
I was not sure if I should create a new thread or not. If any mods believe that I shouldn't just delete the thread.
Click to expand...
Click to collapse
anyone try this zip on sprint/m8 harman kardon/verizon series?
monyozt said:
anyone try this zip on sprint/m8 harman kardon/verizon series?
Click to expand...
Click to collapse
I think it works but if you want to make sure
in a terminal emulator or an adb shell type this:
dd if=/dev/block/mmcblk0p6 of=/sdcard/mmcblk0p6.img
Now there is a file on your sdcard with the name mmcblk0p6.img
Send me the file and I'll tell you if it's going to work
Working just great
M8 UL variant, S-Off working perfectly well. Thanks mate :good:
Edit: Harman-Kardon mod installed in case you need to know. Running Maximus HD 6.0.1 under KK 4.4.3.
No matter what i do its not working on international m8 here?
Great thanks... Worked a treat!
Sent from my HTC One_M8 using XDA Premium 4 mobile app
gavin-phelan said:
No matter what i do its not working on international m8 here?
Click to expand...
Click to collapse
Are you S-OFF?
Sent from my HTC One_M8 using XDA Premium 4 mobile app
andreasyeah said:
Are you S-OFF?
Sent from my HTC One_M8 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Lol yes i am
gavin-phelan said:
Lol yes i am
Click to expand...
Click to collapse
Did you try to do this before using the adb command and failed? I had a similar problem and scotty helped me on his thread.
Try the following. Flash the revert zip first to reset it in case of errors and try the remove zip afterwards
gavin-phelan said:
Lol yes i am
Click to expand...
Click to collapse
Could you please type this command in an adb shell or in terminal emulator?
Code:
dd if=/dev/block/mmcblk0p6 of=/sdcard/mmcblk0p6.img
Upload the mmcblk0p6.img here so I can check it or hex edit this for you
I'm not sure if it's essential but do you have busybox installed?
andreasyeah said:
Could you please type this command in an adb shell or in terminal emulator?
Code:
dd if=/dev/block/mmcblk0p6 of=/sdcard/mmcblk0p6.img
Upload the mmcblk0p6.img here so I can check it or hex edit this for you
I'm not sure if it's essential but do you have busybox installed?
Click to expand...
Click to collapse
Ok one minute please and no i dont jave busybox
---------- Post added at 05:01 PM ---------- Previous post was at 04:35 PM ----------
edit here u go https://docs.google.com/file/d/0B3qCG4HlT_xFakdZRkN4cENqd1E/edit?usp=docslist_api
gavin-phelan said:
Ok one minute please and no i dont jave busybox
---------- Post added at 05:01 PM ---------- Previous post was at 04:35 PM ----------
edit here u go https://docs.google.com/file/d/0B3qCG4HlT_xFakdZRkN4cENqd1E/edit?usp=docslist_api
Click to expand...
Click to collapse
The zip file did its job correctly. I've checked the file you sent me. Are you sure the "TAMPERED" banner is still visible in the bootloader? This does not remove the red text but only the TAMPERED banner. This script just changes one byte and it's already changed
Sent from my HTC One_M8 using XDA Premium 4 mobile app
Will this work on T-Mo M8?
andreasyeah said:
The zip file did its job correctly. I've checked the file you sent me. Are you sure the "TAMPERED" banner is still visible in the bootloader? This does not remove the red text but only the TAMPERED banner. This script just changes one byte and it's already changed
Sent from my HTC One_M8 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Oh my im sooo sorry i thought this is for the red text for the boot up screen lol
gavin-phelan said:
Oh my im sooo sorry i thought this is for the red text for the boot up screen lol
Click to expand...
Click to collapse
Check your PM
klbjr said:
Will this work on T-Mo M8?
Click to expand...
Click to collapse
Yes it works

[Q] Please Vote! What bin is your cpu?

With a file explorer, navigate to:
Code:
/d/acpuclk/pvs_bin
And if you are running 4.4.2 KitKat:
Code:
/sys/devices/system/soc/soc0/soc_pvs
There will be a number there 0 - 6
If you are an overclock junkie, higher the number the better.
44 views and not a single vote :/
Probably because:
- some do not overclock.
- some do not root.
- or simply do not care.
All of those apply to me.
pacc said:
Probably because:
- some do not overclock.
- some do not root.
- or simply do not care.
All of those apply to me.
Click to expand...
Click to collapse
So being a nice person is unimportant?
Takes 2 seconds to check, and I need the info.
I was only trying to explain why the several post views and few votes.
I can't vote just because I currently have no root. Good luck.
Pvs1
Mine is 0
Sent from my SM-N9005
Im lollipop exynos and i cant find these files! And i like oc soo much. Can i know where to find the file?
Edit: And im using cm12.1
white7561 said:
Im lollipop exynos and i cant find these files! And i like oc soo much. Can i know where to find the file?
Edit: And im using cm12.1
Click to expand...
Click to collapse
either Open Terminal Emulator, and type:
su
dmesg | grep PVS
OR:
Check /proc/cpu/msm_acpu_pvs/
crixley said:
either Open Terminal Emulator, and type:
su
dmesg | grep PVS
OR:
Check /proc/cpu/msm_acpu_pvs/
Click to expand...
Click to collapse
Cpu folder not there

Categories

Resources